Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at fc096e9ec0f95dbc625a498b2feb9840babc6219 rather than 638c5eca75d96072983230586d0b72665e7313b1 Obtained Jenkinsfile from fc096e9ec0f95dbc625a498b2feb9840babc6219 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20846 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 Merge succeeded, producing 262e7d47f45413daa1a023da10cd650384d54c91 Checking out Revision 262e7d47f45413daa1a023da10cd650384d54c91 (PR-2966) > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 262e7d47f45413daa1a023da10cd650384d54c91 # timeout=10 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T00:32:32.099Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T00:32:32.395Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T00:32:32.487Z] ========================================================= [2021-01-18T00:32:32.487Z] EdgeX Global Pipelines Version Info [2021-01-18T00:32:32.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 59627b2bab8155fdd2e279c2aa84599cc9945b2f # timeout=10 [2021-01-18T00:32:34.136Z] ------------------- [2021-01-18T00:32:34.136Z] stable info: [2021-01-18T00:32:34.136Z] ------------------- [2021-01-18T00:32:34.136Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T00:32:34.136Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T00:32:34.136Z] Message: update stable to v1.0.177 [2021-01-18T00:32:35.086Z] ------------------- [2021-01-18T00:32:35.086Z] experimental info: [2021-01-18T00:32:35.086Z] ------------------- [2021-01-18T00:32:35.086Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T00:32:35.086Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T00:32:35.086Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T00:32:35.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T00:32:35.504Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T00:32:35.586Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T00:32:35.667Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T00:32:35.746Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T00:32:35.825Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T00:32:35.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T00:32:35.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T00:32:36.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T00:32:36.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T00:32:36.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T00:32:36.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T00:32:36.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T00:32:36.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T00:32:36.591Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:32:36.671Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:32:36.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T00:32:36.853Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T00:32:36.934Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T00:32:37.011Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T00:32:37.091Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T00:32:37.171Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T00:32:37.251Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T00:32:37.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-18T00:32:37.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-18T00:32:37.543Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-18T00:32:37.645Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 262e7d47f45413daa1a023da10cd650384d54c91 [Pipeline] echo [2021-01-18T00:32:37.728Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 262e7d4 [Pipeline] echo [2021-01-18T00:32:37.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:32:37.988Z] provisioning config files... [2021-01-18T00:32:38.019Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config447557640111117901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:32:38.383Z] ---> docker-login.sh [2021-01-18T00:32:38.383Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:32:38.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:32:38.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:32:38.913Z] Configure a credential helper to remove this warning. See [2021-01-18T00:32:38.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:32:38.913Z] [2021-01-18T00:32:38.913Z] Login Succeeded [2021-01-18T00:32:38.913Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:32:38.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:32:38.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:32:38.913Z] Configure a credential helper to remove this warning. See [2021-01-18T00:32:38.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:32:38.913Z] [2021-01-18T00:32:38.913Z] Login Succeeded [2021-01-18T00:32:38.913Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:32:39.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:32:39.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:32:39.180Z] Configure a credential helper to remove this warning. See [2021-01-18T00:32:39.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:32:39.180Z] [2021-01-18T00:32:39.180Z] Login Succeeded [2021-01-18T00:32:39.180Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:32:39.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:32:39.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:32:39.447Z] Configure a credential helper to remove this warning. See [2021-01-18T00:32:39.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:32:39.447Z] [2021-01-18T00:32:39.447Z] Login Succeeded [2021-01-18T00:32:39.447Z] docker.io [2021-01-18T00:32:39.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:32:39.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:32:39.713Z] Configure a credential helper to remove this warning. See [2021-01-18T00:32:39.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:32:39.713Z] [2021-01-18T00:32:39.713Z] Login Succeeded [2021-01-18T00:32:39.976Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:32:39.986Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:32:40.457Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T00:32:40.457Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:32:40.457Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T00:32:40.457Z] ++ cut -d/ -f2 [2021-01-18T00:32:40.457Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T00:32:40.542Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:32:41.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:32:41.438Z] [2021-01-18T00:32:41.438Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:32:41.794Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:32:41.794Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T00:32:41.794Z] 31603596830f: Pulling fs layer [2021-01-18T00:32:41.794Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T00:32:41.794Z] 6ca5941a6612: Pulling fs layer [2021-01-18T00:32:41.794Z] ecc8261a40a4: Pulling fs layer [2021-01-18T00:32:41.794Z] ecc8261a40a4: Waiting [2021-01-18T00:32:41.794Z] 2a8b12db71e7: Verifying Checksum [2021-01-18T00:32:41.794Z] 2a8b12db71e7: Download complete [2021-01-18T00:32:41.794Z] 31603596830f: Download complete [2021-01-18T00:32:42.065Z] ecc8261a40a4: Verifying Checksum [2021-01-18T00:32:42.065Z] ecc8261a40a4: Download complete [2021-01-18T00:32:42.065Z] 6ca5941a6612: Verifying Checksum [2021-01-18T00:32:42.334Z] 31603596830f: Pull complete [2021-01-18T00:32:42.334Z] 2a8b12db71e7: Pull complete [2021-01-18T00:32:43.297Z] 6ca5941a6612: Pull complete [2021-01-18T00:32:43.560Z] ecc8261a40a4: Pull complete [2021-01-18T00:32:43.560Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T00:32:43.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:32:43.560Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T00:32:43.674Z] prd-centos7-docker-4c-2g-20846 does not seem to be running inside a container [2021-01-18T00:32:43.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:32:46.210Z] $ docker top 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T00:32:46.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:32:46.575Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:32:46.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:32:46.845Z] $ docker exec 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f ssh-agent [2021-01-18T00:32:47.054Z] SSH_AUTH_SOCK=/tmp/ssh-GDIDWzeWkm0g/agent.12 [2021-01-18T00:32:47.054Z] SSH_AGENT_PID=17 [2021-01-18T00:32:47.071Z] Running ssh-add (command line suppressed) [2021-01-18T00:32:47.203Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_2211144164454167854.key (/w/workspace/edgex-go/25@tmp/private_key_2211144164454167854.key) [2021-01-18T00:32:47.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:32:47.609Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T00:32:47.637Z] $ docker exec --env ******** --env ******** 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f ssh-agent -k [2021-01-18T00:32:47.768Z] unset SSH_AUTH_SOCK; [2021-01-18T00:32:47.768Z] unset SSH_AGENT_PID; [2021-01-18T00:32:47.768Z] echo Agent pid 17 killed; [2021-01-18T00:32:47.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T00:32:47.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:32:47.967Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:32:48.152Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:32:48.157Z] $ docker exec 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f ssh-agent [2021-01-18T00:32:48.337Z] SSH_AUTH_SOCK=/tmp/ssh-pbFUoFmrpmRa/agent.47 [2021-01-18T00:32:48.337Z] SSH_AGENT_PID=52 [2021-01-18T00:32:48.344Z] Running ssh-add (command line suppressed) [2021-01-18T00:32:48.481Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_7153730234409004912.key (/w/workspace/edgex-go/25@tmp/private_key_7153730234409004912.key) [2021-01-18T00:32:48.540Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:32:48.931Z] + git semver init [2021-01-18T00:32:48.931Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T00:32:48.931Z] # $GIT_DIR = /w/workspace/edgex-go/25/.git [2021-01-18T00:32:48.931Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/25 [2021-01-18T00:32:48.931Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T00:32:48.931Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T00:32:48.931Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T00:32:48.931Z] # $SEMVER_BRANCH = PR-2966 [2021-01-18T00:32:48.931Z] # $SEMVER_TEMP = /tmp/semver-925846227 [2021-01-18T00:32:48.931Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T00:33:11.099Z] # '/tmp/semver-925846227' -> '/w/workspace/edgex-go/25/.semver' [2021-01-18T00:33:12.062Z] # -> Force: false [2021-01-18T00:33:12.062Z] # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } [2021-01-18T00:33:12.081Z] $ docker exec --env ******** --env ******** 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f ssh-agent -k [2021-01-18T00:33:12.367Z] unset SSH_AUTH_SOCK; [2021-01-18T00:33:12.367Z] unset SSH_AGENT_PID; [2021-01-18T00:33:12.367Z] echo Agent pid 52 killed; [2021-01-18T00:33:12.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:33:12.945Z] + git semver [Pipeline] } [2021-01-18T00:33:12.970Z] $ docker stop --time=1 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f [2021-01-18T00:33:14.657Z] $ docker rm -f 22bb6cf1e9e7b77837b6d64aa6206fdd61384658138703146d9eb833c9db514f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:33:15.290Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T00:33:15.856Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T00:33:15.859Z] [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-18T00:33:16.697Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:33:17.012Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:33:17.321Z] + sudo service docker restart [2021-01-18T00:33:17.321Z] + true [2021-01-18T00:33:17.321Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T00:33:18.292Z] ========================================================= [2021-01-18T00:33:18.292Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T00:33:18.292Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:33:18.679Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-18T00:33:22.986Z] Sending build context to Docker daemon 326.6MB [2021-01-18T00:33:22.986Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:33:22.986Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:33:22.986Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T00:33:22.986Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T00:33:22.986Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T00:33:22.986Z] de9db76c5a1d: Pulling fs layer [2021-01-18T00:33:22.986Z] bca2f99d35d6: Pulling fs layer [2021-01-18T00:33:22.986Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T00:33:22.986Z] 7c6f9722023f: Pulling fs layer [2021-01-18T00:33:22.986Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T00:33:22.986Z] bca2f99d35d6: Waiting [2021-01-18T00:33:22.986Z] 93359f2a8cfa: Waiting [2021-01-18T00:33:22.986Z] 7c6f9722023f: Waiting [2021-01-18T00:33:22.986Z] a35cf1a2eb13: Waiting [2021-01-18T00:33:22.986Z] de9db76c5a1d: Verifying Checksum [2021-01-18T00:33:22.986Z] de9db76c5a1d: Download complete [2021-01-18T00:33:22.986Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T00:33:22.986Z] 0ef7d3d256c8: Download complete [2021-01-18T00:33:22.986Z] 93359f2a8cfa: Verifying Checksum [2021-01-18T00:33:22.986Z] 93359f2a8cfa: Download complete [2021-01-18T00:33:22.986Z] 7c6f9722023f: Verifying Checksum [2021-01-18T00:33:22.986Z] 7c6f9722023f: Download complete [2021-01-18T00:33:23.282Z] 188c0c94c7c5: Verifying Checksum [2021-01-18T00:33:23.282Z] 188c0c94c7c5: Download complete [2021-01-18T00:33:23.996Z] 188c0c94c7c5: Pull complete [2021-01-18T00:33:24.607Z] 0ef7d3d256c8: Pull complete [2021-01-18T00:33:25.199Z] de9db76c5a1d: Pull complete [2021-01-18T00:33:25.476Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T00:33:25.476Z] a35cf1a2eb13: Download complete [2021-01-18T00:33:26.482Z] bca2f99d35d6: Verifying Checksum [2021-01-18T00:33:26.482Z] bca2f99d35d6: Download complete [2021-01-18T00:33:31.201Z] Still waiting to schedule task [2021-01-18T00:33:31.201Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-18T00:33:33.140Z] bca2f99d35d6: Pull complete [2021-01-18T00:33:33.140Z] 93359f2a8cfa: Pull complete [2021-01-18T00:33:33.140Z] 7c6f9722023f: Pull complete [2021-01-18T00:33:38.493Z] a35cf1a2eb13: Pull complete [2021-01-18T00:33:38.493Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T00:33:38.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T00:33:38.493Z] ---> a62c8e92a672 [2021-01-18T00:33:38.493Z] 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-18T00:33:38.493Z] ---> Running in d7ffeb7de2ad [2021-01-18T00:33:38.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:33:39.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:33:39.991Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:33:40.260Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:33:40.260Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:33:40.525Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:33:47.145Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:33:47.145Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:33:47.145Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:33:47.145Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:33:47.145Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:33:47.145Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:33:47.145Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:33:47.145Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:33:47.145Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:33:47.145Z] OK: 233 MiB in 51 packages [2021-01-18T00:33:50.478Z] Removing intermediate container d7ffeb7de2ad [2021-01-18T00:33:50.478Z] ---> e5e0a4ea9174 [2021-01-18T00:33:50.478Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:33:50.741Z] ---> Running in dcc0cee9f1ae [2021-01-18T00:33:51.006Z] Removing intermediate container dcc0cee9f1ae [2021-01-18T00:33:51.006Z] ---> 07105a4099e3 [2021-01-18T00:33:51.006Z] Step 5/6 : COPY go.mod . [2021-01-18T00:33:51.288Z] ---> 5f1b60a40023 [2021-01-18T00:33:51.288Z] Step 6/6 : RUN go mod download [2021-01-18T00:33:51.288Z] ---> Running in f4302fc6ca92 [2021-01-18T00:34:13.411Z] Removing intermediate container f4302fc6ca92 [2021-01-18T00:34:13.411Z] ---> 41757e051174 [2021-01-18T00:34:13.411Z] Successfully built 41757e051174 [2021-01-18T00:34:13.411Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:13.740Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:34:13.740Z] . [Pipeline] withDockerContainer [2021-01-18T00:34:13.867Z] prd-centos7-docker-4c-2g-20846 does not seem to be running inside a container [2021-01-18T00:34:13.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:34:14.902Z] $ docker top a7eea8257b4d19b15f1f14cfb8ada2e69450b91191c5d8acd7acedb96f57d124 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:34:15.482Z] + go version [2021-01-18T00:34:15.482Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T00:34:15.500Z] $ docker stop --time=1 a7eea8257b4d19b15f1f14cfb8ada2e69450b91191c5d8acd7acedb96f57d124 [2021-01-18T00:34:17.027Z] $ docker rm -f a7eea8257b4d19b15f1f14cfb8ada2e69450b91191c5d8acd7acedb96f57d124 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:17.937Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:34:17.937Z] . [Pipeline] withDockerContainer [2021-01-18T00:34:18.048Z] prd-centos7-docker-4c-2g-20846 does not seem to be running inside a container [2021-01-18T00:34:18.102Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:34:19.067Z] $ docker top 9f5269500dcd71c28afd3ec45b9addd0fcf85e164470065334f7b58af93511f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:34:19.270Z] ========================================================= [2021-01-18T00:34:19.270Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:34:19.270Z] ========================================================= [Pipeline] sh [2021-01-18T00:34:19.580Z] + make test [2021-01-18T00:34:19.580Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:34:29.683Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:34:47.988Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:34:52.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:34:53.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:34:53.756Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:34:53.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:34:53.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:34:53.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:34:54.359Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:34:54.945Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:34:55.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:34:58.122Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:34:58.122Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:34:58.122Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:35:00.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.6% of statements [2021-01-18T00:35:00.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:35:00.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:35:00.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:35:00.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:35:00.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:35:05.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.0% of statements [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:35:05.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:35:05.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:35:05.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 67.9% of statements [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:35:05.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.149s coverage: 82.3% of statements [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:35:05.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:35:07.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.458s coverage: 28.6% of statements [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:35:07.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:35:07.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:35:07.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-01-18T00:35:07.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:35:08.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements [2021-01-18T00:35:08.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:35:08.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-01-18T00:35:08.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:35:08.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:35:08.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:35:08.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:35:10.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:35:10.626Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:35:10.626Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.1% of statements [2021-01-18T00:35:10.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:35:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:35:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:35:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:35:10.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-18T00:35:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:35:10.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 75.5% of statements [2021-01-18T00:35:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:35:10.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2021-01-18T00:35:10.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.109s coverage: 87.2% of statements [2021-01-18T00:35:10.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-18T00:35:11.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.135s coverage: 91.4% of statements [2021-01-18T00:35:11.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:35:12.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 63.5% of statements [2021-01-18T00:35:12.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:35:12.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:35:12.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-18T00:35:12.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements [2021-01-18T00:35:12.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-18T00:35:12.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-01-18T00:35:13.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-18T00:35:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.483s coverage: 68.9% of statements [2021-01-18T00:35:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:35:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:35:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:35:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:35:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:35:15.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.0% of statements [2021-01-18T00:35:15.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:35:15.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:35:15.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.386s coverage: 84.0% of statements [2021-01-18T00:35:15.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-18T00:35:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:35:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:35:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-01-18T00:35:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:35:19.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.789s coverage: 29.1% of statements [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:35:19.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:35:19.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:35:19.113Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:35:19.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:35:19.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:35:19.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:35:19.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-18T00:35:19.658Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-01-18T00:35:20.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-18T00:35:20.509Z] GO111MODULE=on go vet ./... [2021-01-18T00:35:47.255Z] gofmt -l . [2021-01-18T00:35:47.520Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:35:48.972Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:35:48.972Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:35:49.867Z] + ls -al . [2021-01-18T00:35:49.867Z] total 656 [2021-01-18T00:35:49.867Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 00:35 . [2021-01-18T00:35:49.867Z] drwxr-xr-x 4 root root 30 Jan 18 00:34 .. [2021-01-18T00:35:49.867Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:32 .dockerignore [2021-01-18T00:35:49.867Z] drwxrwxr-x 8 1001 1001 179 Jan 18 00:32 .git [2021-01-18T00:35:49.867Z] drwxrwxr-x 3 1001 1001 125 Jan 18 00:32 .github [2021-01-18T00:35:49.867Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 00:32 .gitignore [2021-01-18T00:35:49.867Z] drwx------ 3 1001 1001 47 Jan 18 00:33 .semver [2021-01-18T00:35:49.867Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:32 .sonarcloud.properties [2021-01-18T00:35:49.867Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 00:32 Attribution.txt [2021-01-18T00:35:49.867Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:32 CONTRIBUTING.md [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:32 Dockerfile.build [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:32 Jenkinsfile [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:32 LICENSE [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 00:32 Makefile [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:32 README.md [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:32 SECURITY.md [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:33 VERSION [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:32 ZMQWindows.md [2021-01-18T00:35:49.868Z] drwxrwxr-x 2 1001 1001 117 Jan 18 00:32 bin [2021-01-18T00:35:49.868Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 00:32 cmd [2021-01-18T00:35:49.868Z] -rw-r--r-- 1 root root 550280 Jan 18 00:35 coverage.out [2021-01-18T00:35:49.868Z] -rw-r--r-- 1 root root 981 Jan 18 00:35 go.mod [2021-01-18T00:35:49.868Z] -rw-r--r-- 1 root root 19241 Jan 18 00:35 go.sum [2021-01-18T00:35:49.868Z] drwxrwxr-x 8 1001 1001 127 Jan 18 00:32 internal [2021-01-18T00:35:49.868Z] drwxrwxr-x 4 1001 1001 26 Jan 18 00:32 openapi [2021-01-18T00:35:49.868Z] drwxrwxr-x 4 1001 1001 71 Jan 18 00:32 snap [2021-01-18T00:35:49.868Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:32 version.go [Pipeline] sh [2021-01-18T00:35:50.179Z] + '[' -e coverage.out ] [2021-01-18T00:35:50.179Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:35:50.449Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:35:50.745Z] + make build [2021-01-18T00:35:50.745Z] 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-18T00:35:54.103Z] 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-18T00:36:04.299Z] 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-18T00:36:04.363Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20852 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-18T00:36:04.414Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2021-01-18T00:36:04.883Z] 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-18T00:36:06.829Z] 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-18T00:36:07.095Z] 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-18T00:36:09.035Z] 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-18T00:36:09.704Z] using credential edgex-jenkins-ssh [2021-01-18T00:36:09.759Z] Cloning the remote Git repository [2021-01-18T00:36:10.456Z] 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-18T00:36:09.822Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:36:09.942Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2021-01-18T00:36:10.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:36:10.057Z] > git --version # timeout=10 [2021-01-18T00:36:10.087Z] > git --version # 'git version 2.17.1' [2021-01-18T00:36:10.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:36:10.160Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:36:11.856Z] 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-18T00:36:13.257Z] 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-18T00:36:14.679Z] 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-18T00:36:15.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-18T00:36:17.605Z] $ docker stop --time=1 9f5269500dcd71c28afd3ec45b9addd0fcf85e164470065334f7b58af93511f1 [2021-01-18T00:36:19.460Z] $ docker rm -f 9f5269500dcd71c28afd3ec45b9addd0fcf85e164470065334f7b58af93511f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:36:21.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:36:21.429Z] [2021-01-18T00:36:21.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:36:21.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:36:21.786Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T00:36:21.786Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T00:36:21.786Z] ca9280d653b3: Pulling fs layer [2021-01-18T00:36:21.786Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T00:36:22.055Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-18T00:36:22.055Z] cbdbe7a5bc2a: Download complete [2021-01-18T00:36:22.650Z] cbdbe7a5bc2a: Pull complete [2021-01-18T00:36:22.650Z] ca9280d653b3: Verifying Checksum [2021-01-18T00:36:22.650Z] ca9280d653b3: Download complete [2021-01-18T00:36:24.093Z] ca9280d653b3: Pull complete [2021-01-18T00:36:24.093Z] 7e9c9ca2126c: Download complete [2021-01-18T00:36:30.776Z] 7e9c9ca2126c: Pull complete [2021-01-18T00:36:30.776Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T00:36:30.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:36:30.776Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T00:36:31.004Z] prd-centos7-docker-4c-2g-20846 does not seem to be running inside a container [2021-01-18T00:36:31.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:36:34.342Z] $ docker top 6cb5ba69ff4ebad025def60a3326c1023e57f711e93f5c39755a72beda4bf6bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:36:34.920Z] + docker-compose build --help [2021-01-18T00:36:34.920Z] + grep parallel [2021-01-18T00:36:35.244Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:36:35.266Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:36:35.300Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:36:35.348Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:36:35.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:36:35.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T00:36:35.871Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:36:36.151Z] $ docker stop --time=1 6cb5ba69ff4ebad025def60a3326c1023e57f711e93f5c39755a72beda4bf6bd [2021-01-18T00:36:36.236Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-18T00:36:37.123Z] Merge succeeded, producing 564cd320e835e6d395493b2f30575fa6be951bcc [2021-01-18T00:36:37.123Z] Checking out Revision 564cd320e835e6d395493b2f30575fa6be951bcc (PR-2966) [2021-01-18T00:36:37.564Z] $ docker rm -f 6cb5ba69ff4ebad025def60a3326c1023e57f711e93f5c39755a72beda4bf6bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:36:36.256Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:36:36.281Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-18T00:36:36.668Z] > git remote # timeout=10 [2021-01-18T00:36:36.692Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:36:36.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:36:36.730Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:36:37.098Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:36:37.127Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:36:37.154Z] > git checkout -f 564cd320e835e6d395493b2f30575fa6be951bcc # timeout=10 [2021-01-18T00:36:38.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:36:38.208Z] . [Pipeline] withDockerContainer [2021-01-18T00:36:38.336Z] prd-centos7-docker-4c-2g-20846 does not seem to be running inside a container [2021-01-18T00:36:38.401Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:36:39.346Z] $ docker top c46bc81293b1083587bab0bae12cef3323864d0fe9ef3e0b75c8e8f525f2bf67 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:36:39.913Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:36:41.323Z] Building docker-core-command-go ... [2021-01-18T00:36:41.323Z] Building docker-core-data-go ... [2021-01-18T00:36:41.323Z] Building docker-core-metadata-go ... [2021-01-18T00:36:41.323Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T00:36:41.323Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:36:41.323Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:36:41.323Z] Building docker-support-notifications-go ... [2021-01-18T00:36:41.323Z] Building docker-support-scheduler-go ... [2021-01-18T00:36:41.323Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:36:41.323Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:36:41.323Z] Building docker-support-notifications-go [2021-01-18T00:36:41.323Z] Building docker-core-data-go [2021-01-18T00:36:41.323Z] Building docker-core-command-go [2021-01-18T00:36:41.323Z] Building docker-security-secretstore-setup-go [2021-01-18T00:36:41.542Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:36:41.573Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T00:36:43.329Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:36:41.550Z] > git rev-list --no-walk 59627b2bab8155fdd2e279c2aa84599cc9945b2f # timeout=10 [2021-01-18T00:36:43.774Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:36:44.128Z] + + true [2021-01-18T00:36:44.128Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:36:46.178Z] provisioning config files... [2021-01-18T00:36:46.226Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config1923328666659081560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:36:46.647Z] ---> docker-login.sh [2021-01-18T00:36:46.647Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:36:47.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:47.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:47.929Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:47.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:47.929Z] [2021-01-18T00:36:47.929Z] Login Succeeded [2021-01-18T00:36:47.929Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:36:48.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:48.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:48.527Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:48.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:48.527Z] [2021-01-18T00:36:48.527Z] Login Succeeded [2021-01-18T00:36:48.527Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:36:49.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:49.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:49.128Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:49.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:49.128Z] [2021-01-18T00:36:49.128Z] Login Succeeded [2021-01-18T00:36:49.128Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:36:49.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:49.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:49.725Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:49.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:49.725Z] [2021-01-18T00:36:49.725Z] Login Succeeded [2021-01-18T00:36:49.725Z] docker.io [2021-01-18T00:36:49.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:50.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:50.602Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:50.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:50.602Z] [2021-01-18T00:36:50.602Z] Login Succeeded [2021-01-18T00:36:50.602Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:36:50.619Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T00:36:51.094Z] ========================================================= [2021-01-18T00:36:51.095Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T00:36:51.095Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:36:51.477Z] + 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-18T00:36:54.139Z] Sending build context to Docker daemon 165.6MB [2021-01-18T00:36:54.139Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:36:54.139Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:36:54.139Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T00:36:54.139Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T00:36:54.139Z] a4357932f1b6: Pulling fs layer [2021-01-18T00:36:54.139Z] 18c013af1878: Pulling fs layer [2021-01-18T00:36:54.139Z] 00ac8860ef70: Pulling fs layer [2021-01-18T00:36:54.139Z] 63d7cb157983: Pulling fs layer [2021-01-18T00:36:54.139Z] 00ac8860ef70: Waiting [2021-01-18T00:36:54.139Z] b116817d02f9: Pulling fs layer [2021-01-18T00:36:54.139Z] 745a02a5169b: Pulling fs layer [2021-01-18T00:36:54.139Z] 63d7cb157983: Waiting [2021-01-18T00:36:54.139Z] b116817d02f9: Waiting [2021-01-18T00:36:54.139Z] 745a02a5169b: Waiting [2021-01-18T00:36:54.139Z] 18c013af1878: Verifying Checksum [2021-01-18T00:36:54.139Z] 18c013af1878: Download complete [2021-01-18T00:36:54.139Z] a4357932f1b6: Verifying Checksum [2021-01-18T00:36:54.139Z] a4357932f1b6: Download complete [2021-01-18T00:36:54.139Z] 63d7cb157983: Verifying Checksum [2021-01-18T00:36:54.139Z] 63d7cb157983: Download complete [2021-01-18T00:36:54.139Z] b116817d02f9: Verifying Checksum [2021-01-18T00:36:54.139Z] b116817d02f9: Download complete [2021-01-18T00:36:54.139Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T00:36:54.139Z] 5f621e34cdf4: Download complete [2021-01-18T00:36:54.753Z] 5f621e34cdf4: Pull complete [2021-01-18T00:36:55.373Z] a4357932f1b6: Pull complete [2021-01-18T00:36:55.969Z] 18c013af1878: Pull complete [2021-01-18T00:36:56.591Z] 745a02a5169b: Download complete [2021-01-18T00:36:58.039Z] 00ac8860ef70: Verifying Checksum [2021-01-18T00:36:58.039Z] 00ac8860ef70: Download complete [2021-01-18T00:37:08.244Z] 00ac8860ef70: Pull complete [2021-01-18T00:37:08.244Z] 63d7cb157983: Pull complete [2021-01-18T00:37:08.244Z] b116817d02f9: Pull complete [2021-01-18T00:37:12.558Z] 745a02a5169b: Pull complete [2021-01-18T00:37:12.558Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T00:37:12.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T00:37:12.558Z] ---> b7e6874047d6 [2021-01-18T00:37:12.558Z] 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-18T00:37:16.014Z] ---> Running in e824b75be809 [2021-01-18T00:37:17.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:37:17.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:37:18.971Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:37:18.971Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:37:19.244Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:37:19.245Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:37:20.647Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:20.647Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:20.648Z] ---> 41757e051174 [2021-01-18T00:37:20.648Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:37:20.648Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:20.648Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:20.648Z] ---> 41757e051174 [2021-01-18T00:37:20.648Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:37:20.648Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:20.648Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:20.648Z] ---> 41757e051174 [2021-01-18T00:37:20.648Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:37:20.648Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:20.648Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:20.648Z] ---> 41757e051174 [2021-01-18T00:37:20.648Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:37:20.648Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:20.648Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:20.648Z] ---> 41757e051174 [2021-01-18T00:37:20.648Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:37:20.648Z] ---> Running in bd1e9d69b8e5 [2021-01-18T00:37:20.648Z] ---> Running in 61c39f9216c9 [2021-01-18T00:37:20.648Z] ---> Running in b1190112f158 [2021-01-18T00:37:20.648Z] ---> Running in da321ad640e2 [2021-01-18T00:37:20.648Z] ---> Running in ddd60e341197 [2021-01-18T00:37:20.648Z] Removing intermediate container ddd60e341197 [2021-01-18T00:37:20.648Z] ---> 6359d78e87b7 [2021-01-18T00:37:20.648Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:20.648Z] Removing intermediate container da321ad640e2 [2021-01-18T00:37:20.648Z] ---> 1f6ac3a4a74a [2021-01-18T00:37:20.648Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:20.648Z] Removing intermediate container bd1e9d69b8e5 [2021-01-18T00:37:20.648Z] ---> a01e48bcccc6 [2021-01-18T00:37:20.648Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:20.648Z] Removing intermediate container 61c39f9216c9 [2021-01-18T00:37:20.648Z] ---> 245fe3c1fd4c [2021-01-18T00:37:20.648Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:20.648Z] Removing intermediate container b1190112f158 [2021-01-18T00:37:20.648Z] ---> 515e8099d912 [2021-01-18T00:37:20.648Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:20.648Z] ---> Running in 03d0c83f0d2b [2021-01-18T00:37:20.648Z] ---> Running in a4ce8b3ead49 [2021-01-18T00:37:20.648Z] ---> Running in e4c529218a84 [2021-01-18T00:37:20.648Z] ---> Running in ec75b73b76fe [2021-01-18T00:37:20.648Z] ---> Running in f302b1244090 [2021-01-18T00:37:22.608Z] Removing intermediate container e4c529218a84 [2021-01-18T00:37:22.608Z] ---> e9cec2b0a518 [2021-01-18T00:37:22.608Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:37:22.608Z] ---> Running in e6133871f3ca [2021-01-18T00:37:22.608Z] Removing intermediate container a4ce8b3ead49 [2021-01-18T00:37:22.608Z] ---> ef5b53280de7 [2021-01-18T00:37:22.608Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:37:22.608Z] Removing intermediate container 03d0c83f0d2b [2021-01-18T00:37:22.608Z] ---> 7edc8c1d351e [2021-01-18T00:37:22.608Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:37:22.871Z] Removing intermediate container f302b1244090 [2021-01-18T00:37:22.871Z] ---> f753fce222e9 [2021-01-18T00:37:22.872Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:37:22.872Z] ---> Running in d625e8259766 [2021-01-18T00:37:22.872Z] Removing intermediate container ec75b73b76fe [2021-01-18T00:37:22.872Z] ---> 9c7c0d4ad342 [2021-01-18T00:37:22.872Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:37:22.872Z] ---> Running in 0857d00ee3cf [2021-01-18T00:37:23.147Z] ---> Running in cd8e6f3c4667 [2021-01-18T00:37:23.147Z] ---> Running in c9477fea3afa [2021-01-18T00:37:23.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.846Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:24.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:24.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:25.429Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:25.429Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:25.429Z] Removing intermediate container e6133871f3ca [2021-01-18T00:37:25.429Z] ---> ee5e14da88f2 [2021-01-18T00:37:25.429Z] Step 6/24 : COPY go.mod . [2021-01-18T00:37:25.429Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:25.702Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:25.970Z] ---> d60838e7ab2c [2021-01-18T00:37:25.970Z] Step 7/24 : RUN go mod download [2021-01-18T00:37:25.970Z] Removing intermediate container 0857d00ee3cf [2021-01-18T00:37:25.970Z] ---> 1219c683a08a [2021-01-18T00:37:25.970Z] Step 6/24 : COPY go.mod . [2021-01-18T00:37:26.237Z] ---> Running in e7041df65a56 [2021-01-18T00:37:26.501Z] ---> a464dbce7b7e [2021-01-18T00:37:26.501Z] Step 7/24 : RUN go mod download [2021-01-18T00:37:26.501Z] Removing intermediate container c9477fea3afa [2021-01-18T00:37:26.501Z] ---> 148aa90de357 [2021-01-18T00:37:26.501Z] Step 6/26 : COPY go.mod . [2021-01-18T00:37:26.782Z] Removing intermediate container cd8e6f3c4667 [2021-01-18T00:37:26.782Z] ---> 674d487e75eb [2021-01-18T00:37:26.782Z] Step 6/23 : COPY go.mod . [2021-01-18T00:37:26.782Z] ---> Running in c2d785ede1ed [2021-01-18T00:37:26.782Z] Removing intermediate container d625e8259766 [2021-01-18T00:37:26.782Z] ---> 78ae4e44c5e7 [2021-01-18T00:37:26.782Z] Step 6/22 : COPY go.mod . [2021-01-18T00:37:27.047Z] ---> a051d8889f22 [2021-01-18T00:37:27.047Z] Step 7/26 : RUN go mod download [2021-01-18T00:37:27.047Z] ---> 71d1a2af9228 [2021-01-18T00:37:27.332Z] Step 7/23 : RUN go mod download [2021-01-18T00:37:27.332Z] ---> Running in 7ed086c165b9 [2021-01-18T00:37:27.332Z] ---> Running in 49718658f62d [2021-01-18T00:37:27.332Z] ---> ee5ad045f453 [2021-01-18T00:37:27.332Z] Step 7/22 : RUN go mod download [2021-01-18T00:37:27.620Z] ---> Running in 99e62743b651 [2021-01-18T00:37:29.379Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:37:29.379Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:37:29.379Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:37:29.379Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:37:29.379Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:37:29.379Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:37:29.379Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:37:29.379Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:37:29.379Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:37:29.379Z] OK: 217 MiB in 51 packages [2021-01-18T00:37:29.599Z] Removing intermediate container c2d785ede1ed [2021-01-18T00:37:29.599Z] ---> 30e97ddbed1b [2021-01-18T00:37:29.599Z] Step 8/24 : COPY . . [2021-01-18T00:37:29.599Z] Removing intermediate container e7041df65a56 [2021-01-18T00:37:29.599Z] ---> 73f14b942fd2 [2021-01-18T00:37:29.599Z] Step 8/24 : COPY . . [2021-01-18T00:37:29.599Z] Removing intermediate container 7ed086c165b9 [2021-01-18T00:37:29.599Z] ---> 2e7c52edc4c2 [2021-01-18T00:37:29.599Z] Step 8/26 : COPY . . [2021-01-18T00:37:33.709Z] Removing intermediate container e824b75be809 [2021-01-18T00:37:33.709Z] ---> 239f55c3f87b [2021-01-18T00:37:33.709Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:37:33.709Z] ---> Running in 1807196bd715 [2021-01-18T00:37:33.864Z] Removing intermediate container 49718658f62d [2021-01-18T00:37:33.864Z] ---> 2e76fb120c95 [2021-01-18T00:37:33.864Z] Step 8/23 : COPY . . [2021-01-18T00:37:33.864Z] Removing intermediate container 99e62743b651 [2021-01-18T00:37:33.864Z] ---> 08a2b459ac0e [2021-01-18T00:37:33.864Z] Step 8/22 : COPY . . [2021-01-18T00:37:34.316Z] Removing intermediate container 1807196bd715 [2021-01-18T00:37:34.316Z] ---> f81a7c271896 [2021-01-18T00:37:34.316Z] Step 5/6 : COPY go.mod . [2021-01-18T00:37:34.916Z] ---> a4e5ee20e735 [2021-01-18T00:37:34.916Z] Step 6/6 : RUN go mod download [2021-01-18T00:37:34.916Z] ---> Running in ff1f23d73e87 [2021-01-18T00:38:01.741Z] Removing intermediate container ff1f23d73e87 [2021-01-18T00:38:01.741Z] ---> aa60eda21752 [2021-01-18T00:38:02.013Z] Successfully built aa60eda21752 [2021-01-18T00:38:02.013Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:38:02.375Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:38:02.375Z] . [Pipeline] withDockerContainer [2021-01-18T00:38:02.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-20852 does not seem to be running inside a container [2021-01-18T00:38:02.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:38:04.474Z] $ docker top 0dbff9ee161c9ecb9bd611773c6cae3d86b87b45deaf6c4ebec84d65f9d82326 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:38:05.555Z] + go version [2021-01-18T00:38:05.555Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T00:38:05.579Z] $ docker stop --time=1 0dbff9ee161c9ecb9bd611773c6cae3d86b87b45deaf6c4ebec84d65f9d82326 [2021-01-18T00:38:07.621Z] $ docker rm -f 0dbff9ee161c9ecb9bd611773c6cae3d86b87b45deaf6c4ebec84d65f9d82326 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:38:08.630Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:38:08.630Z] . [Pipeline] withDockerContainer [2021-01-18T00:38:08.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-20852 does not seem to be running inside a container [2021-01-18T00:38:09.036Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:38:10.633Z] $ docker top 10edb25dab43aae7328daceb5641a4fc202a6d813f2782d139ead6a53cf76d18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:38:11.045Z] ========================================================= [2021-01-18T00:38:11.045Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:38:11.045Z] ========================================================= [Pipeline] sh [2021-01-18T00:38:11.732Z] + make test [2021-01-18T00:38:11.732Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:38:13.294Z] ---> 506cacddadcc [2021-01-18T00:38:13.294Z] ---> e39133a6f206 [2021-01-18T00:38:13.294Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:38:13.294Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:38:13.294Z] ---> c5c73f7348c6 [2021-01-18T00:38:13.294Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:38:13.294Z] ---> Running in 171912131e3f [2021-01-18T00:38:13.294Z] ---> Running in 82c968d68e2c [2021-01-18T00:38:13.294Z] ---> Running in 0afc2c6c6bc0 [2021-01-18T00:38:13.294Z] ---> efe487f89ce7 [2021-01-18T00:38:13.294Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T00:38:13.294Z] ---> 25b170e41b11 [2021-01-18T00:38:13.294Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:38:13.294Z] ---> Running in 8b7b12114f34 [2021-01-18T00:38:13.294Z] ---> Running in 7c329bbf17a8 [2021-01-18T00:38:13.294Z] 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-18T00:38:13.294Z] 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-18T00:38:13.294Z] 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-18T00:38:13.294Z] 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-18T00:38:13.294Z] 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-18T00:38:38.586Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:38:45.687Z] 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-18T00:38:54.119Z] Removing intermediate container 171912131e3f [2021-01-18T00:38:54.119Z] ---> 91fa95e337a9 [2021-01-18T00:38:54.119Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:38:54.399Z] Removing intermediate container 8b7b12114f34 [2021-01-18T00:38:54.399Z] ---> 924d346c5f4d [2021-01-18T00:38:54.399Z] [2021-01-18T00:38:54.399Z] Step 10/22 : FROM scratch [2021-01-18T00:38:54.399Z] ---> [2021-01-18T00:38:54.399Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:38:54.978Z] ---> Running in 4557a96d9e87 [2021-01-18T00:38:54.978Z] Removing intermediate container 82c968d68e2c [2021-01-18T00:38:54.978Z] ---> a3d19f546618 [2021-01-18T00:38:54.978Z] [2021-01-18T00:38:54.978Z] Step 10/24 : FROM scratch [2021-01-18T00:38:54.978Z] ---> [2021-01-18T00:38:54.978Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T00:38:55.258Z] ---> Running in 472424c306e0 [2021-01-18T00:38:55.258Z] ---> Running in 54488732415d [2021-01-18T00:38:55.531Z] Removing intermediate container 0afc2c6c6bc0 [2021-01-18T00:38:55.531Z] ---> 437a524a6050 [2021-01-18T00:38:55.531Z] [2021-01-18T00:38:55.531Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:38:55.531Z] 3.12: Pulling from library/alpine [2021-01-18T00:38:55.810Z] Removing intermediate container 472424c306e0 [2021-01-18T00:38:55.810Z] ---> 3df890b2867e [2021-01-18T00:38:55.810Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T00:38:55.810Z] Removing intermediate container 54488732415d [2021-01-18T00:38:55.810Z] ---> cb165e00d50a [2021-01-18T00:38:55.810Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T00:38:55.810Z] ---> Running in d49e0ab9f9eb [2021-01-18T00:38:55.810Z] ---> Running in b06d4b05c33b [2021-01-18T00:38:56.082Z] 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-18T00:38:56.361Z] Removing intermediate container d49e0ab9f9eb [2021-01-18T00:38:56.361Z] ---> 04d8d788e403 [2021-01-18T00:38:56.361Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:38:56.361Z] Removing intermediate container b06d4b05c33b [2021-01-18T00:38:56.361Z] ---> a6642db30972 [2021-01-18T00:38:56.361Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T00:38:56.361Z] ---> Running in a13986190de2 [2021-01-18T00:38:56.361Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:38:56.361Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:38:56.361Z] ---> 389fef711851 [2021-01-18T00:38:56.361Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:38:56.361Z] ---> Running in ff42f2cd60a1 [2021-01-18T00:38:56.629Z] ---> Running in 6f0734e6e9b5 [2021-01-18T00:38:56.629Z] Removing intermediate container a13986190de2 [2021-01-18T00:38:56.629Z] ---> 1f87241f59e0 [2021-01-18T00:38:56.629Z] Step 14/22 : WORKDIR / [2021-01-18T00:38:57.210Z] Removing intermediate container ff42f2cd60a1 [2021-01-18T00:38:57.210Z] ---> a3d35665d36b [2021-01-18T00:38:57.210Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T00:38:57.210Z] ---> Running in 43ca1dbc51ca [2021-01-18T00:38:57.823Z] Removing intermediate container 43ca1dbc51ca [2021-01-18T00:38:57.823Z] ---> b8c3d552248a [2021-01-18T00:38:57.823Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:38:57.823Z] ---> b090ad1666f8 [2021-01-18T00:38:57.823Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T00:38:58.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:38:58.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:38:58.102Z] ---> 355578cbf913 [2021-01-18T00:38:58.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:38:58.393Z] Removing intermediate container 4557a96d9e87 [2021-01-18T00:38:58.393Z] ---> 9e124e0f04fc [2021-01-18T00:38:58.393Z] [2021-01-18T00:38:58.393Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:38:58.393Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:38:58.393Z] 20.10.0: Pulling from library/docker [2021-01-18T00:38:58.393Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:38:58.393Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:38:58.393Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:38:58.393Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:38:58.393Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:38:58.678Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:38:58.678Z] OK: 7 MiB in 19 packages [2021-01-18T00:39:02.028Z] ---> ca3da9d33dc3 [2021-01-18T00:39:02.028Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T00:39:02.623Z] ---> e188ac7967b4 [2021-01-18T00:39:02.623Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:03.208Z] Removing intermediate container 7c329bbf17a8 [2021-01-18T00:39:03.208Z] ---> 69f7e752110c [2021-01-18T00:39:03.208Z] [2021-01-18T00:39:03.208Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:39:03.208Z] ---> 389fef711851 [2021-01-18T00:39:03.208Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:39:03.208Z] ---> 71529831742b [2021-01-18T00:39:03.208Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:39:03.208Z] ---> Running in 856e34aed28d [2021-01-18T00:39:03.208Z] Removing intermediate container 6f0734e6e9b5 [2021-01-18T00:39:03.208Z] ---> 92a9c7785676 [2021-01-18T00:39:03.208Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:39:03.208Z] ---> bbd6724fc0ea [2021-01-18T00:39:03.208Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T00:39:03.476Z] ---> Running in ea219bea209a [2021-01-18T00:39:04.445Z] ---> Running in 174959a6e49d [2021-01-18T00:39:05.416Z] ---> 4f1e68630c23 [2021-01-18T00:39:05.416Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:39:05.416Z] Removing intermediate container 856e34aed28d [2021-01-18T00:39:05.416Z] ---> 1d0da9358868 [2021-01-18T00:39:05.416Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:39:05.416Z] Removing intermediate container ea219bea209a [2021-01-18T00:39:05.416Z] ---> 6574113877a3 [2021-01-18T00:39:05.416Z] Step 13/24 : WORKDIR / [2021-01-18T00:39:05.416Z] Removing intermediate container 174959a6e49d [2021-01-18T00:39:05.416Z] ---> 653ee0f0c2b0 [2021-01-18T00:39:05.416Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:39:05.416Z] ---> Running in 88f8ff0e185b [2021-01-18T00:39:05.416Z] ---> Running in bceec2602422 [2021-01-18T00:39:05.685Z] ---> Running in 05e28ce48d81 [2021-01-18T00:39:05.947Z] Removing intermediate container 88f8ff0e185b [2021-01-18T00:39:05.947Z] ---> 57d89a56e4a1 [2021-01-18T00:39:05.947Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:39:06.223Z] ---> Running in 7dd8d4aab9ca [2021-01-18T00:39:06.223Z] Removing intermediate container bceec2602422 [2021-01-18T00:39:06.223Z] ---> f67362019347 [2021-01-18T00:39:06.223Z] 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-18T00:39:06.223Z] Removing intermediate container 05e28ce48d81 [2021-01-18T00:39:06.223Z] ---> ec9649e87c16 [2021-01-18T00:39:06.223Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:39:06.223Z] ---> 37ef6a0fac27 [2021-01-18T00:39:06.223Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:06.223Z] ---> Running in 49c4ac7f57d3 [2021-01-18T00:39:06.501Z] Removing intermediate container 7dd8d4aab9ca [2021-01-18T00:39:06.501Z] ---> 1f4c1814b7c8 [2021-01-18T00:39:06.501Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:06.501Z] ---> Running in 11e3ec09c672 [2021-01-18T00:39:06.501Z] Removing intermediate container 49c4ac7f57d3 [2021-01-18T00:39:06.501Z] ---> bef0aead91f6 [2021-01-18T00:39:06.501Z] Step 21/22 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:39:06.766Z] ---> ceea6cc8583b [2021-01-18T00:39:06.766Z] 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-18T00:39:06.766Z] ---> a80e9e221f2a [2021-01-18T00:39:06.766Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:39:07.037Z] ---> Running in 66832015e4b2 [2021-01-18T00:39:07.037Z] ---> Running in 4600f914ecdb [2021-01-18T00:39:07.037Z] ---> 9aa60f3899a8 [2021-01-18T00:39:07.037Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:07.303Z] Removing intermediate container 66832015e4b2 [2021-01-18T00:39:07.303Z] ---> da2c82ffe093 [2021-01-18T00:39:07.303Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:39:07.303Z] Removing intermediate container 4600f914ecdb [2021-01-18T00:39:07.303Z] ---> 3c01506daa2d [2021-01-18T00:39:07.303Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:39:07.303Z] ---> Running in 3608911240b6 [2021-01-18T00:39:07.567Z] ---> Running in e1fdad3c2a10 [2021-01-18T00:39:07.567Z] ---> 155d4a76870e [2021-01-18T00:39:07.567Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:39:07.830Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:39:07.830Z] Removing intermediate container 3608911240b6 [2021-01-18T00:39:07.830Z] ---> 2539329ccfd6 [2021-01-18T00:39:07.830Z] [2021-01-18T00:39:07.830Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:39:07.830Z] ---> aefe523efa57 [2021-01-18T00:39:07.830Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:39:08.093Z] ---> Running in 57f9a242fa51 [2021-01-18T00:39:08.094Z] Removing intermediate container e1fdad3c2a10 [2021-01-18T00:39:08.094Z] ---> e511a8be1d6b [2021-01-18T00:39:08.094Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:39:08.362Z] Successfully built 2539329ccfd6 [2021-01-18T00:39:08.362Z] ---> Running in 69b6b67cc683 [2021-01-18T00:39:08.362Z] Removing intermediate container 11e3ec09c672 [2021-01-18T00:39:08.362Z] ---> 0fde891b7f9c [2021-01-18T00:39:08.362Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T00:39:08.362Z] Successfully tagged docker-core-command-go:latest [2021-01-18T00:39:08.362Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-18T00:39:08.629Z] ---> 4a5724652c42 [2021-01-18T00:39:08.629Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:39:08.629Z] ---> Running in 92ff3102aa76 [2021-01-18T00:39:08.924Z] Removing intermediate container 69b6b67cc683 [2021-01-18T00:39:08.925Z] ---> 64616c13673d [2021-01-18T00:39:08.925Z] Step 23/24 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:39:08.925Z] ---> Running in c5c370ee2144 [2021-01-18T00:39:09.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:09.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:09.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:10.158Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:39:10.427Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:39:10.427Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:39:10.427Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:10.427Z] OK: 12 MiB in 22 packages [2021-01-18T00:39:10.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:10.691Z] Removing intermediate container c5c370ee2144 [2021-01-18T00:39:10.691Z] ---> 5a5ec2884246 [2021-01-18T00:39:10.691Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:39:10.956Z] ---> 3b0778fa97b4 [2021-01-18T00:39:10.956Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:39:11.909Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T00:39:11.909Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T00:39:12.177Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:39:12.441Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T00:39:12.710Z] ---> Running in ca54288a0243 [2021-01-18T00:39:12.986Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T00:39:12.986Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:12.986Z] OK: 8 MiB in 19 packages [2021-01-18T00:39:13.573Z] ---> 84861fa9d53f [2021-01-18T00:39:13.573Z] 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-18T00:39:13.573Z] Removing intermediate container ca54288a0243 [2021-01-18T00:39:13.573Z] ---> 72b566ffc725 [2021-01-18T00:39:13.573Z] [2021-01-18T00:39:13.573Z] ---> Running in b87346482e54 [2021-01-18T00:39:13.573Z] Removing intermediate container 57f9a242fa51 [2021-01-18T00:39:13.573Z] ---> 4e1e9e40e6d5 [2021-01-18T00:39:13.573Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:39:13.838Z] Successfully built 72b566ffc725 [2021-01-18T00:39:13.838Z] ---> Running in 01030497f719 [2021-01-18T00:39:13.838Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T00:39:13.838Z] Building docker-core-metadata-go [2021-01-18T00:39:15.780Z]  Building docker-support-notifications-go ... done Removing intermediate container 01030497f719 [2021-01-18T00:39:15.780Z] ---> 05a814dcd83f [2021-01-18T00:39:15.780Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:39:15.780Z] Removing intermediate container 92ff3102aa76 [2021-01-18T00:39:15.780Z] ---> 822cbc55bfdb [2021-01-18T00:39:15.780Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:39:17.267Z] ---> Running in 11098a199c1c [2021-01-18T00:39:17.870Z] ---> 1613cbea3a3f [2021-01-18T00:39:17.870Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:39:19.274Z] Removing intermediate container 11098a199c1c [2021-01-18T00:39:19.274Z] ---> 930f72ebfed2 [2021-01-18T00:39:19.274Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:39:20.228Z] Removing intermediate container b87346482e54 [2021-01-18T00:39:20.228Z] ---> bd1f1b0f9b92 [2021-01-18T00:39:20.228Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:39:20.496Z] ---> Running in 1e2087012d21 [2021-01-18T00:39:21.494Z] ---> Running in a61119aebb09 [2021-01-18T00:39:21.494Z] ---> d7ffa7b8a239 [2021-01-18T00:39:21.494Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:22.077Z] Removing intermediate container 1e2087012d21 [2021-01-18T00:39:22.077Z] ---> 12e1c0e70e85 [2021-01-18T00:39:22.077Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:39:22.675Z] Removing intermediate container a61119aebb09 [2021-01-18T00:39:22.675Z] ---> cf4b44f3eade [2021-01-18T00:39:22.675Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:39:24.982Z] ---> ef37c001ce77 [2021-01-18T00:39:24.982Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:39:24.982Z] ---> Running in 09ccb12ae021 [2021-01-18T00:39:24.982Z] ---> Running in 731421093eb7 [2021-01-18T00:39:24.982Z] ---> 13b473ac8ad2 [2021-01-18T00:39:24.982Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:24.982Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:24.982Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:24.982Z] ---> 41757e051174 [2021-01-18T00:39:24.982Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:39:24.982Z] ---> Using cache [2021-01-18T00:39:24.982Z] ---> 515e8099d912 [2021-01-18T00:39:24.982Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:24.982Z] ---> Using cache [2021-01-18T00:39:24.982Z] ---> f753fce222e9 [2021-01-18T00:39:24.982Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:39:25.638Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:39:26.411Z] Removing intermediate container 09ccb12ae021 [2021-01-18T00:39:26.411Z] ---> 2d468b362fd6 [2021-01-18T00:39:26.411Z] Step 23/24 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:39:26.411Z] ---> Running in c8377bbc1144 [2021-01-18T00:39:26.411Z] Removing intermediate container 731421093eb7 [2021-01-18T00:39:26.411Z] ---> 9ab6fbff312b [2021-01-18T00:39:26.411Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:39:26.411Z] ---> Running in 3ab159c362f1 [2021-01-18T00:39:26.411Z] ---> 3c2032fe0370 [2021-01-18T00:39:26.411Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:39:26.683Z] ---> Running in 0a4098efb53a [2021-01-18T00:39:26.953Z] Removing intermediate container 3ab159c362f1 [2021-01-18T00:39:26.953Z] ---> f4128ad9afba [2021-01-18T00:39:26.953Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:39:27.221Z] Removing intermediate container 0a4098efb53a [2021-01-18T00:39:27.221Z] ---> e9a60205b3df [2021-01-18T00:39:27.221Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T00:39:27.221Z] ---> Running in 9446403e27a5 [2021-01-18T00:39:27.498Z] ---> 1c6d4ec3fa0e [2021-01-18T00:39:27.498Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:39:27.498Z] ---> Running in 96c362a80953 [2021-01-18T00:39:27.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:27.767Z] ---> Running in f263e1c64e79 [2021-01-18T00:39:27.767Z] Removing intermediate container 9446403e27a5 [2021-01-18T00:39:27.767Z] ---> abb0bd030d17 [2021-01-18T00:39:27.767Z] [2021-01-18T00:39:28.353Z] Successfully built abb0bd030d17 [2021-01-18T00:39:28.353Z] Removing intermediate container 96c362a80953 [2021-01-18T00:39:28.353Z] ---> fec323d575a3 [2021-01-18T00:39:28.353Z] Step 22/23 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:39:28.353Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T00:39:28.353Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-18T00:39:28.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:29.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:29.599Z] ---> Running in 674e912e25d1 [2021-01-18T00:39:29.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:30.154Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:39:30.154Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:39:30.154Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:39:30.154Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:39:30.154Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:30.422Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:39:30.422Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:39:30.422Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:39:30.688Z] Removing intermediate container 674e912e25d1 [2021-01-18T00:39:30.688Z] ---> 27f14474656e [2021-01-18T00:39:30.688Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:39:34.016Z] ---> Running in 2123bc285ef5 [2021-01-18T00:39:34.975Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:39:35.242Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:39:35.242Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:39:35.242Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:39:35.516Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:39:35.780Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:39:36.043Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:39:36.304Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:39:36.879Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:39:36.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:36.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:36.879Z] ---> 41757e051174 [2021-01-18T00:39:36.879Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:39:37.141Z] ---> Using cache [2021-01-18T00:39:37.141Z] ---> 515e8099d912 [2021-01-18T00:39:37.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:37.142Z] ---> Using cache [2021-01-18T00:39:37.142Z] ---> f753fce222e9 [2021-01-18T00:39:37.142Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:39:37.719Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:39:37.719Z] Removing intermediate container 2123bc285ef5 [2021-01-18T00:39:37.719Z] ---> b1a47eaaa0ac [2021-01-18T00:39:37.719Z] [2021-01-18T00:39:37.988Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:39:37.988Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:39:38.258Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:39:38.258Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:39:38.528Z] Removing intermediate container c8377bbc1144 [2021-01-18T00:39:38.528Z] ---> fa3b5d256b60 [2021-01-18T00:39:38.528Z] Step 6/22 : COPY go.mod . [2021-01-18T00:39:38.528Z] ---> Running in 4fe5ef8aab11 [2021-01-18T00:39:38.528Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:39:38.528Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:39:38.528Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:39:38.528Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:39:38.790Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:39:38.790Z] Successfully built b1a47eaaa0ac [2021-01-18T00:39:38.790Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:39:39.057Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:39:39.057Z] Successfully tagged docker-core-data-go:latest [2021-01-18T00:39:39.057Z]  Building docker-core-data-go ... done (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:39:39.057Z] Building docker-security-proxy-setup-go [2021-01-18T00:39:39.057Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:39:39.057Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:39:39.335Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:39:39.335Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:39:39.335Z] ---> b008912af409 [2021-01-18T00:39:39.335Z] Step 7/22 : RUN go mod download [2021-01-18T00:39:42.683Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:42.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:42.683Z] OK: 71 MiB in 55 packages [2021-01-18T00:39:43.277Z] ---> Running in 875cbe0c09d4 [2021-01-18T00:39:43.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:44.552Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:46.513Z] Removing intermediate container 4fe5ef8aab11 [2021-01-18T00:39:46.513Z] ---> b89f54a8fcc1 [2021-01-18T00:39:46.513Z] Step 6/22 : COPY go.mod . [2021-01-18T00:39:48.482Z] ---> e3190ccc8e0b [2021-01-18T00:39:48.482Z] Step 7/22 : RUN go mod download [2021-01-18T00:39:49.269Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:49.269Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:49.269Z] ---> 41757e051174 [2021-01-18T00:39:49.269Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:39:49.269Z] ---> Using cache [2021-01-18T00:39:49.269Z] ---> 515e8099d912 [2021-01-18T00:39:49.269Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:49.269Z] ---> Using cache [2021-01-18T00:39:49.269Z] ---> f753fce222e9 [2021-01-18T00:39:49.269Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:39:49.269Z] ---> Using cache [2021-01-18T00:39:49.269Z] ---> b89f54a8fcc1 [2021-01-18T00:39:49.269Z] Step 6/21 : COPY go.mod . [2021-01-18T00:39:49.269Z] ---> Using cache [2021-01-18T00:39:49.269Z] ---> e3190ccc8e0b [2021-01-18T00:39:49.269Z] Step 7/21 : RUN go mod download [2021-01-18T00:39:49.621Z] ---> Running in bab9bbddcee6 [2021-01-18T00:39:50.680Z] Removing intermediate container 875cbe0c09d4 [2021-01-18T00:39:50.680Z] ---> 71f1a50ce1c1 [2021-01-18T00:39:50.680Z] Step 8/22 : COPY . . [2021-01-18T00:39:50.680Z] ---> Running in f3cb91deb7db [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:39:53.177Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:39:58.634Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:39:58.634Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:39:58.634Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:40:01.038Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:40:01.038Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:40:01.038Z] ---> 41757e051174 [2021-01-18T00:40:01.038Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:40:01.039Z] ---> Using cache [2021-01-18T00:40:01.039Z] ---> 515e8099d912 [2021-01-18T00:40:01.039Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:40:01.039Z] ---> Using cache [2021-01-18T00:40:01.039Z] ---> f753fce222e9 [2021-01-18T00:40:01.039Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:40:01.039Z] ---> Using cache [2021-01-18T00:40:01.039Z] ---> b89f54a8fcc1 [2021-01-18T00:40:01.039Z] Step 6/21 : COPY go.mod . [2021-01-18T00:40:01.039Z] ---> Using cache [2021-01-18T00:40:01.039Z] ---> e3190ccc8e0b [2021-01-18T00:40:01.039Z] Step 7/21 : RUN go mod download [2021-01-18T00:40:01.039Z] ---> Using cache [2021-01-18T00:40:01.039Z] ---> 8712cbb050e1 [2021-01-18T00:40:01.039Z] Step 8/21 : COPY . . [2021-01-18T00:40:02.461Z] Removing intermediate container f3cb91deb7db [2021-01-18T00:40:02.461Z] ---> 8712cbb050e1 [2021-01-18T00:40:02.461Z] Step 8/21 : COPY . . [2021-01-18T00:40:02.461Z] Removing intermediate container bab9bbddcee6 [2021-01-18T00:40:02.461Z] ---> 74f1cd12cf54 [2021-01-18T00:40:02.461Z] Step 8/22 : COPY . . [2021-01-18T00:40:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.266s coverage: 46.6% of statements [2021-01-18T00:40:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:40:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:40:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:40:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:40:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:40:15.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.582s coverage: 27.0% of statements [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:40:15.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:40:15.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:40:15.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.338s coverage: 67.9% of statements [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:40:15.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.774s coverage: 82.3% of statements [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:40:15.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:40:17.467Z] Removing intermediate container f263e1c64e79 [2021-01-18T00:40:17.468Z] ---> e364a195e0e2 [2021-01-18T00:40:17.468Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:40:22.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.472s coverage: 28.6% of statements [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:40:22.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:40:22.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-01-18T00:40:22.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:40:22.825Z] ---> Running in 18a761aa5dba [2021-01-18T00:40:23.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements [2021-01-18T00:40:23.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:40:24.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements [2021-01-18T00:40:24.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:40:24.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements [2021-01-18T00:40:24.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:40:24.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:40:24.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:40:24.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:40:31.062Z] ---> 1bbaedc65f23 [2021-01-18T00:40:31.062Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:40:33.025Z] ---> Running in 33a296656e63 [2021-01-18T00:40:34.450Z] 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-18T00:40:35.872Z] Collecting docker-compose==1.23.2 [2021-01-18T00:40:35.872Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:40:36.143Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:40:36.143Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.478s coverage: 92.8% of statements [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 75.5% of statements [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.178s coverage: 84.2% of statements [2021-01-18T00:40:37.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.4% of statements [2021-01-18T00:40:37.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:40:40.481Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:40:40.481Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:40:41.932Z] 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-18T00:40:42.211Z] ---> 21fe8d1828b5 [2021-01-18T00:40:42.211Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:40:42.493Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:40:42.493Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:40:42.783Z] ---> Running in a5087a3608cb [2021-01-18T00:40:42.783Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:40:42.783Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:40:42.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.668s coverage: 63.5% of statements [2021-01-18T00:40:42.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:40:42.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:40:42.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-01-18T00:40:42.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.182s coverage: 91.3% of statements [2021-01-18T00:40:42.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2021-01-18T00:40:42.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-18T00:40:43.081Z] ---> 30be319e5b09 [2021-01-18T00:40:43.081Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:40:43.081Z] ---> 82dc1a65a318 [2021-01-18T00:40:43.081Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:40:43.355Z] ---> Running in 84f0993853cc [2021-01-18T00:40:43.355Z] ---> Running in 3e0d716e5ed1 [2021-01-18T00:40:43.355Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:40:43.355Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:40:43.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-01-18T00:40:43.955Z] 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-18T00:40:44.240Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:40:44.513Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:40:44.513Z] 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-18T00:40:44.513Z] 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-18T00:40:44.513Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:40:44.803Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:40:45.095Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:40:45.095Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:40:45.381Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:40:45.381Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:40:45.660Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:40:45.660Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:40:45.660Z] 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-18T00:40:45.660Z] 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-18T00:40:45.935Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:40:45.935Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:40:45.935Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:40:46.205Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:40:46.205Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:40:46.205Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:40:46.205Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:40:46.205Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:40:46.479Z] Installing collected packages: dockerpty, PyYAML, cached-property, docopt, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docker-compose [2021-01-18T00:40:46.479Z] Running setup.py install for dockerpty: started [2021-01-18T00:40:46.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements [2021-01-18T00:40:46.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:40:46.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:40:46.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:40:46.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:40:46.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:40:48.446Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:40:48.446Z] Running setup.py install for PyYAML: started [2021-01-18T00:40:49.032Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:40:49.032Z] Running setup.py install for docopt: started [2021-01-18T00:40:49.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.455s coverage: 37.0% of statements [2021-01-18T00:40:49.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:40:49.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:40:49.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.743s coverage: 84.0% of statements [2021-01-18T00:40:49.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements [2021-01-18T00:40:50.007Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:40:50.007Z] Running setup.py install for texttable: started [2021-01-18T00:40:50.987Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:40:50.988Z] Attempting uninstall: urllib3 [2021-01-18T00:40:50.988Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:40:50.988Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:40:51.261Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:40:51.532Z] Attempting uninstall: idna [2021-01-18T00:40:51.532Z] Found existing installation: idna 2.9 [2021-01-18T00:40:51.532Z] Uninstalling idna-2.9: [2021-01-18T00:40:51.532Z] Successfully uninstalled idna-2.9 [2021-01-18T00:40:51.805Z] Attempting uninstall: requests [2021-01-18T00:40:51.805Z] Found existing installation: requests 2.23.0 [2021-01-18T00:40:51.805Z] Uninstalling requests-2.23.0: [2021-01-18T00:40:51.805Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:40:53.236Z] 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-18T00:40:57.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.353s coverage: 47.1% of statements [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:40:57.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:40:57.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-18T00:40:57.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:40:59.927Z] Removing intermediate container 18a761aa5dba [2021-01-18T00:40:59.928Z] ---> b3e222b49a60 [2021-01-18T00:40:59.928Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:40:59.928Z] ---> Running in fd380ffea7fd [2021-01-18T00:41:01.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:01.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:01.690Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:41:01.690Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:41:01.690Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:41:01.690Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:41:01.971Z] OK: 72 MiB in 58 packages [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.376s coverage: 29.1% of statements [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:41:02.118Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:41:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-18T00:41:02.719Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-18T00:41:03.463Z] Removing intermediate container fd380ffea7fd [2021-01-18T00:41:03.463Z] ---> acc848c099e2 [2021-01-18T00:41:03.463Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:41:03.695Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-18T00:41:04.292Z] GO111MODULE=on go vet ./... [2021-01-18T00:41:06.081Z] ---> Running in e5365465abac [2021-01-18T00:41:06.081Z] Removing intermediate container 33a296656e63 [2021-01-18T00:41:06.081Z] ---> 2426bd263984 [2021-01-18T00:41:06.081Z] [2021-01-18T00:41:06.081Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:41:06.081Z] ---> 389fef711851 [2021-01-18T00:41:06.082Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:41:06.082Z] ---> Using cache [2021-01-18T00:41:06.082Z] ---> 92a9c7785676 [2021-01-18T00:41:06.082Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T00:41:06.082Z] ---> Running in f0ea27f2df38 [2021-01-18T00:41:06.363Z] Removing intermediate container e5365465abac [2021-01-18T00:41:06.363Z] ---> 00823d246249 [2021-01-18T00:41:06.363Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:41:06.653Z] ---> Running in f40a95bbeaf5 [2021-01-18T00:41:06.653Z] Removing intermediate container f0ea27f2df38 [2021-01-18T00:41:06.653Z] ---> c7656155855a [2021-01-18T00:41:06.653Z] Step 13/22 : WORKDIR / [2021-01-18T00:41:06.930Z] ---> Running in 096123e8470f [2021-01-18T00:41:07.209Z] Removing intermediate container f40a95bbeaf5 [2021-01-18T00:41:07.209Z] ---> ae1cb7e0390a [2021-01-18T00:41:07.209Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T00:41:07.209Z] ---> Running in ecde7d925a40 [2021-01-18T00:41:07.494Z] Removing intermediate container 096123e8470f [2021-01-18T00:41:07.494Z] ---> f430b752f28e [2021-01-18T00:41:07.495Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:41:07.495Z] Removing intermediate container ecde7d925a40 [2021-01-18T00:41:07.495Z] ---> cf6d82157ea4 [2021-01-18T00:41:07.495Z] Step 25/26 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:41:07.775Z] ---> Running in 99fd47e942a2 [2021-01-18T00:41:08.055Z] ---> 427b4cdfee29 [2021-01-18T00:41:08.055Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T00:41:08.055Z] Removing intermediate container 99fd47e942a2 [2021-01-18T00:41:08.055Z] ---> 53502c78e0fb [2021-01-18T00:41:08.055Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:41:08.333Z] ---> Running in fd962fe3da2b [2021-01-18T00:41:08.616Z] Removing intermediate container fd962fe3da2b [2021-01-18T00:41:08.616Z] ---> b1ac3c9d5b90 [2021-01-18T00:41:08.616Z] [2021-01-18T00:41:08.904Z] Successfully built b1ac3c9d5b90 [2021-01-18T00:41:08.904Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T00:41:08.904Z]  Building docker-sys-mgmt-agent-go ... done  ---> fac1ca6572bb [2021-01-18T00:41:08.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T00:41:09.506Z] ---> 800c6d313b38 [2021-01-18T00:41:09.506Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T00:41:09.506Z] 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-18T00:41:10.142Z] ---> ffd46aa17361 [2021-01-18T00:41:10.142Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T00:41:10.142Z] ---> Running in c9b7dff7f3cc [2021-01-18T00:41:12.859Z] Removing intermediate container c9b7dff7f3cc [2021-01-18T00:41:12.859Z] ---> 7a712fc33861 [2021-01-18T00:41:12.859Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:41:13.139Z] ---> Running in 43332f845ca8 [2021-01-18T00:41:14.562Z] Removing intermediate container 43332f845ca8 [2021-01-18T00:41:14.562Z] ---> 6b35149fff4e [2021-01-18T00:41:14.562Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:41:15.140Z] ---> Running in f078303fe3df [2021-01-18T00:41:15.140Z] Removing intermediate container 84f0993853cc [2021-01-18T00:41:15.140Z] ---> 40f4a32331b8 [2021-01-18T00:41:15.140Z] [2021-01-18T00:41:15.140Z] Step 10/21 : FROM scratch [2021-01-18T00:41:15.140Z] ---> [2021-01-18T00:41:15.140Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:41:15.718Z] ---> Using cache [2021-01-18T00:41:15.718Z] ---> 3df890b2867e [2021-01-18T00:41:15.718Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T00:41:17.126Z] Removing intermediate container f078303fe3df [2021-01-18T00:41:17.126Z] ---> 62b9ea65f287 [2021-01-18T00:41:17.126Z] Step 21/22 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:41:17.126Z] ---> Running in c4fcb6ba91b5 [2021-01-18T00:41:17.126Z] ---> Running in 488fe08821a8 [2021-01-18T00:41:17.126Z] Removing intermediate container a5087a3608cb [2021-01-18T00:41:17.126Z] ---> 9abd7f9efbe6 [2021-01-18T00:41:17.126Z] [2021-01-18T00:41:17.126Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:41:17.126Z] ---> 389fef711851 [2021-01-18T00:41:17.126Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:41:17.391Z] ---> Running in f9c0dc06dee4 [2021-01-18T00:41:17.391Z] Removing intermediate container c4fcb6ba91b5 [2021-01-18T00:41:17.391Z] ---> 79c8221e5457 [2021-01-18T00:41:17.391Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T00:41:17.391Z] Removing intermediate container 488fe08821a8 [2021-01-18T00:41:17.391Z] ---> 2be5423b5bc4 [2021-01-18T00:41:17.391Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:41:18.024Z] ---> Running in adb84e68114f [2021-01-18T00:41:18.987Z] ---> Running in e0b1636e6636 [2021-01-18T00:41:20.407Z] Removing intermediate container adb84e68114f [2021-01-18T00:41:20.407Z] ---> 93166bc505c6 [2021-01-18T00:41:20.407Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:41:20.407Z] Removing intermediate container 3e0d716e5ed1 [2021-01-18T00:41:20.407Z] ---> 05ef92d13a72 [2021-01-18T00:41:20.407Z] [2021-01-18T00:41:20.407Z] Step 10/22 : FROM scratch [2021-01-18T00:41:20.407Z] ---> [2021-01-18T00:41:20.407Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:41:20.407Z] Removing intermediate container e0b1636e6636 [2021-01-18T00:41:20.407Z] ---> 23c384eaee28 [2021-01-18T00:41:20.407Z] [2021-01-18T00:41:20.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:20.407Z] ---> Using cache [2021-01-18T00:41:20.407Z] ---> 3df890b2867e [2021-01-18T00:41:20.407Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T00:41:20.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:20.681Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:41:20.681Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:41:20.681Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:41:20.681Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:41:20.681Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:41:20.681Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:41:20.681Z] OK: 7 MiB in 18 packages [2021-01-18T00:41:20.681Z] Successfully built 23c384eaee28 [2021-01-18T00:41:20.681Z] ---> Running in 5d9748801c56 [2021-01-18T00:41:20.944Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-18T00:41:21.532Z]  Building docker-security-bootstrap-redis-go ... done  ---> 49a0ca9ff912 [2021-01-18T00:41:21.532Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:41:21.532Z] Removing intermediate container 5d9748801c56 [2021-01-18T00:41:21.532Z] ---> 74070847acc5 [2021-01-18T00:41:21.532Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:41:21.532Z] ---> Running in 46e71c87a72f [2021-01-18T00:41:22.120Z] Removing intermediate container 46e71c87a72f [2021-01-18T00:41:22.120Z] ---> b186bdc1162e [2021-01-18T00:41:22.120Z] Step 14/22 : WORKDIR / [2021-01-18T00:41:22.388Z] ---> Running in 9f4d5b9766d8 [2021-01-18T00:41:22.388Z] ---> 184b7145920d [2021-01-18T00:41:22.388Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:41:22.388Z] Removing intermediate container f9c0dc06dee4 [2021-01-18T00:41:22.388Z] ---> a3ebb124721e [2021-01-18T00:41:22.388Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:41:22.388Z] ---> Running in 22671df4c5a0 [2021-01-18T00:41:22.651Z] Removing intermediate container 9f4d5b9766d8 [2021-01-18T00:41:22.651Z] ---> da61f5880b16 [2021-01-18T00:41:22.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:41:22.651Z] Removing intermediate container 22671df4c5a0 [2021-01-18T00:41:22.651Z] ---> 5bd424f23c47 [2021-01-18T00:41:22.651Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:41:22.651Z] ---> 2028f22aa3ca [2021-01-18T00:41:22.651Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:41:23.601Z] ---> Running in df4e719bfc26 [2021-01-18T00:41:23.601Z] ---> Running in 4aa9e16dd0e1 [2021-01-18T00:41:23.601Z] ---> 1b4457d3318a [2021-01-18T00:41:23.601Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:41:23.601Z] Removing intermediate container 4aa9e16dd0e1 [2021-01-18T00:41:23.601Z] ---> ef41ab6cf236 [2021-01-18T00:41:23.601Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:41:23.868Z] Removing intermediate container df4e719bfc26 [2021-01-18T00:41:23.868Z] ---> 9e1072a60238 [2021-01-18T00:41:23.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:41:23.868Z] ---> Running in fca3c7530b9b [2021-01-18T00:41:24.143Z] Removing intermediate container fca3c7530b9b [2021-01-18T00:41:24.143Z] ---> 6fb413f96b13 [2021-01-18T00:41:24.143Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:41:24.143Z] ---> 0c817f8b3a80 [2021-01-18T00:41:24.143Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:41:24.143Z] ---> Running in 1128dde6007e [2021-01-18T00:41:24.143Z] ---> 776e6472d871 [2021-01-18T00:41:24.143Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:41:24.415Z] Removing intermediate container 1128dde6007e [2021-01-18T00:41:24.415Z] ---> c23b1e50864d [2021-01-18T00:41:24.415Z] Step 20/21 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:41:24.415Z] ---> Running in c94c7c48dcfc [2021-01-18T00:41:24.681Z] ---> ef5eacec8070 [2021-01-18T00:41:24.681Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:41:24.681Z] ---> Running in f53c2c3f0eb8 [2021-01-18T00:41:24.681Z] ---> f79afce01f59 [2021-01-18T00:41:24.681Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:41:24.681Z] Removing intermediate container c94c7c48dcfc [2021-01-18T00:41:24.681Z] ---> 25d10706ba45 [2021-01-18T00:41:24.681Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:41:24.951Z] ---> Running in b9d038e2c645 [2021-01-18T00:41:24.951Z] Removing intermediate container f53c2c3f0eb8 [2021-01-18T00:41:24.951Z] ---> 902d431a11ee [2021-01-18T00:41:24.951Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:41:24.951Z] ---> Running in 7826ddd28a04 [2021-01-18T00:41:25.254Z] Removing intermediate container b9d038e2c645 [2021-01-18T00:41:25.254Z] ---> fe11d6b72e91 [2021-01-18T00:41:25.254Z] [2021-01-18T00:41:25.551Z] Successfully built fe11d6b72e91 [2021-01-18T00:41:25.551Z] ---> b726a9f7f6f0 [2021-01-18T00:41:25.551Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:41:25.551Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T00:41:25.874Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7826ddd28a04 [2021-01-18T00:41:25.874Z] ---> 9eb87b788b56 [2021-01-18T00:41:25.874Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:41:25.874Z] ---> Running in 12811f2eedd8 [2021-01-18T00:41:25.874Z] ---> Running in 66bc604abd33 [2021-01-18T00:41:25.874Z] Removing intermediate container 12811f2eedd8 [2021-01-18T00:41:25.874Z] ---> 1dd69bc814bd [2021-01-18T00:41:25.874Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:41:25.874Z] Removing intermediate container 66bc604abd33 [2021-01-18T00:41:25.874Z] ---> eda64b2491a1 [2021-01-18T00:41:25.874Z] Step 21/22 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:41:26.189Z] ---> Running in 8d8a2a529fc2 [2021-01-18T00:41:26.189Z] ---> Running in 55db0976d840 [2021-01-18T00:41:26.189Z] Removing intermediate container 8d8a2a529fc2 [2021-01-18T00:41:26.189Z] ---> f505fc5b0fad [2021-01-18T00:41:26.189Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:41:26.189Z] Removing intermediate container 55db0976d840 [2021-01-18T00:41:26.189Z] ---> bc2afef3ec4e [2021-01-18T00:41:26.189Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:41:26.512Z] ---> Running in 06b2368b2565 [2021-01-18T00:41:26.512Z] ---> Running in 507bb3bd0a41 [2021-01-18T00:41:26.512Z] Removing intermediate container 06b2368b2565 [2021-01-18T00:41:26.512Z] ---> d551116172e2 [2021-01-18T00:41:26.512Z] Step 20/21 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:41:26.512Z] Removing intermediate container 507bb3bd0a41 [2021-01-18T00:41:26.512Z] ---> 5da119f117be [2021-01-18T00:41:26.512Z] [2021-01-18T00:41:26.512Z] ---> Running in 3f12aeef10b6 [2021-01-18T00:41:26.778Z] Successfully built 5da119f117be [2021-01-18T00:41:26.778Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T00:41:26.778Z]  Building docker-core-metadata-go ... done Removing intermediate container 3f12aeef10b6 [2021-01-18T00:41:26.778Z] ---> eb46386769d0 [2021-01-18T00:41:26.778Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:41:26.778Z] ---> Running in d552bf62db0e [2021-01-18T00:41:27.042Z] Removing intermediate container d552bf62db0e [2021-01-18T00:41:27.042Z] ---> b26d79bda0ca [2021-01-18T00:41:27.042Z] [2021-01-18T00:41:27.307Z] Successfully built b26d79bda0ca [2021-01-18T00:41:27.307Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T00:41:27.891Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-01-18T00:41:27.919Z] $ docker stop --time=1 c46bc81293b1083587bab0bae12cef3323864d0fe9ef3e0b75c8e8f525f2bf67 [2021-01-18T00:41:29.692Z] $ docker rm -f c46bc81293b1083587bab0bae12cef3323864d0fe9ef3e0b75c8e8f525f2bf67 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:41:30.221Z] + docker images [2021-01-18T00:41:30.221Z] + grep docker [2021-01-18T00:41:30.221Z] docker-core-metadata-go latest 5da119f117be 4 seconds ago 13.1MB [2021-01-18T00:41:30.221Z] docker-security-proxy-setup-go latest b26d79bda0ca 4 seconds ago 24.4MB [2021-01-18T00:41:30.221Z] docker-support-scheduler-go latest fe11d6b72e91 6 seconds ago 10.7MB [2021-01-18T00:41:30.221Z] docker-security-bootstrap-redis-go latest 23c384eaee28 11 seconds ago 15.8MB [2021-01-18T00:41:30.221Z] docker-sys-mgmt-agent-go latest b1ac3c9d5b90 22 seconds ago 313MB [2021-01-18T00:41:30.221Z] docker-core-data-go latest b1a47eaaa0ac About a minute ago 22.3MB [2021-01-18T00:41:30.221Z] docker-security-secretstore-setup-go latest abb0bd030d17 2 minutes ago 24.6MB [2021-01-18T00:41:30.221Z] docker-support-notifications-go latest 72b566ffc725 2 minutes ago 12MB [2021-01-18T00:41:30.221Z] docker-core-command-go latest 2539329ccfd6 2 minutes ago 10.6MB [2021-01-18T00:41:30.221Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-18T00:41:46.034Z] Still waiting to schedule task [2021-01-18T00:41:46.034Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-18T00:42:26.088Z] gofmt -l . [2021-01-18T00:42:26.088Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:42:26.088Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:42:26.088Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:42:26.758Z] + ls -al . [2021-01-18T00:42:26.758Z] total 684 [2021-01-18T00:42:26.758Z] drwxrwxr-x 9 1001 1001 4096 Jan 18 00:42 . [2021-01-18T00:42:26.758Z] drwxr-xr-x 4 root root 4096 Jan 18 00:38 .. [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:36 .dockerignore [2021-01-18T00:42:26.758Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:36 .git [2021-01-18T00:42:26.758Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 00:36 .github [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 00:36 .gitignore [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:36 .sonarcloud.properties [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 00:36 Attribution.txt [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:36 CONTRIBUTING.md [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:36 Dockerfile.build [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:36 Jenkinsfile [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:36 LICENSE [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 00:36 Makefile [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:36 README.md [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:36 SECURITY.md [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:33 VERSION [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:36 ZMQWindows.md [2021-01-18T00:42:26.758Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 00:36 bin [2021-01-18T00:42:26.758Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 00:36 cmd [2021-01-18T00:42:26.758Z] -rw-r--r-- 1 root root 550280 Jan 18 00:41 coverage.out [2021-01-18T00:42:26.758Z] -rw-r--r-- 1 root root 981 Jan 18 00:42 go.mod [2021-01-18T00:42:26.758Z] -rw-r--r-- 1 root root 19241 Jan 18 00:42 go.sum [2021-01-18T00:42:26.758Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:36 internal [2021-01-18T00:42:26.758Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:36 openapi [2021-01-18T00:42:26.758Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:36 snap [2021-01-18T00:42:26.758Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:36 version.go [Pipeline] sh [2021-01-18T00:42:27.425Z] + '[' -e coverage.out ] [2021-01-18T00:42:27.425Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:42:27.475Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T00:42:28.806Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:42:29.547Z] + make build [2021-01-18T00:42:29.547Z] 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-18T00:42:41.999Z] 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-18T00:42:58.979Z] Running on prd-ubuntu18.04-docker-8c-8g-20862 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-18T00:42:59.048Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2021-01-18T00:43:01.385Z] using credential edgex-jenkins-ssh [2021-01-18T00:43:01.441Z] Cloning the remote Git repository [2021-01-18T00:43:01.467Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:43:01.532Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2021-01-18T00:43:01.575Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:43:01.575Z] > git --version # timeout=10 [2021-01-18T00:43:01.584Z] > git --version # 'git version 2.17.1' [2021-01-18T00:43:01.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:43:01.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:43:05.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-18T00:43:09.517Z] 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-18T00:43:16.220Z] 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-18T00:43:17.649Z] 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-18T00:43:21.961Z] 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-18T00:43:22.074Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-18T00:43:22.275Z] Merge succeeded, producing 54d7e9893a76d2b7ce4237d8e696c462fe4db747 [2021-01-18T00:43:22.275Z] Checking out Revision 54d7e9893a76d2b7ce4237d8e696c462fe4db747 (PR-2966) [2021-01-18T00:43:21.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:43:21.412Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:43:21.422Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:43:21.434Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:43:21.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:43:21.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T00:43:22.086Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:43:22.092Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-18T00:43:22.168Z] > git remote # timeout=10 [2021-01-18T00:43:22.174Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:43:22.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:43:22.189Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:43:22.271Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:43:22.281Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:43:22.286Z] > git checkout -f 54d7e9893a76d2b7ce4237d8e696c462fe4db747 # timeout=10 [2021-01-18T00:43:25.944Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:43:25.954Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:43:27.090Z] + echo snap-build.sh [2021-01-18T00:43:27.090Z] snap-build.sh [2021-01-18T00:43:27.090Z] + SNAP_BASE_DIR=. [2021-01-18T00:43:27.090Z] + '[' '!' -z /w/workspace/edgex-go/25 ']' [2021-01-18T00:43:27.090Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/25 [2021-01-18T00:43:27.090Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/25]' [2021-01-18T00:43:27.090Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/25] [2021-01-18T00:43:27.090Z] + cd /w/workspace/edgex-go/25 [2021-01-18T00:43:27.090Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-18T00:43:27.090Z] Reading package lists... [2021-01-18T00:43:27.090Z] Building dependency tree... [2021-01-18T00:43:27.090Z] Reading state information... [2021-01-18T00:43:27.353Z] The following packages were automatically installed and are no longer required: [2021-01-18T00:43:27.353Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-18T00:43:27.353Z] uidmap xdelta3 [2021-01-18T00:43:27.353Z] Use 'sudo apt autoremove' to remove them. [2021-01-18T00:43:27.353Z] The following packages will be REMOVED: [2021-01-18T00:43:27.353Z] lxd* lxd-client* [2021-01-18T00:43:27.358Z] 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-18T00:43:25.950Z] > git rev-list --no-walk 59627b2bab8155fdd2e279c2aa84599cc9945b2f # timeout=10 [2021-01-18T00:43:27.614Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-18T00:43:27.615Z] After this operation, 31.7 MB disk space will be freed. [2021-01-18T00:43:28.665Z] (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-18T00:43:28.665Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:43:29.608Z] Removing lxd dnsmasq configuration [2021-01-18T00:43:29.608Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:43:29.608Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-18T00:43:30.560Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-18T00:43:30.747Z] 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-18T00:43:30.823Z] (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-18T00:43:30.823Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:43:32.217Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-18T00:43:32.217Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-18T00:43:33.607Z] + sudo snap remove --purge lxd [2021-01-18T00:43:33.607Z] snap "lxd" is not installed [2021-01-18T00:43:33.607Z] + sudo groupadd --force --system lxd [2021-01-18T00:43:33.607Z] ++ whoami [2021-01-18T00:43:33.607Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-18T00:43:33.607Z] + newgrp - lxd [2021-01-18T00:43:33.607Z] + sudo snap install lxd [2021-01-18T00:43:36.153Z] 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-18T00:43:40.480Z] 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-18T00:43:43.616Z] 2021-01-18T00:43:40Z INFO Waiting for automatic snapd restart... [2021-01-18T00:43:45.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-18T00:43:50.235Z] $ docker stop --time=1 10edb25dab43aae7328daceb5641a4fc202a6d813f2782d139ead6a53cf76d18 [2021-01-18T00:43:52.995Z] $ docker rm -f 10edb25dab43aae7328daceb5641a4fc202a6d813f2782d139ead6a53cf76d18 [2021-01-18T00:43:53.781Z] lxd 4.10 from Canonical* installed [2021-01-18T00:43:53.781Z] + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:43:55.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:43:55.585Z] [2021-01-18T00:43:55.585Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:43:55.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:43:56.264Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T00:43:56.264Z] 29e5d40040c1: Pulling fs layer [2021-01-18T00:43:56.264Z] 1ce36da41761: Pulling fs layer [2021-01-18T00:43:56.264Z] 25b303627fd3: Pulling fs layer [2021-01-18T00:43:56.264Z] 29e5d40040c1: Verifying Checksum [2021-01-18T00:43:56.264Z] 29e5d40040c1: Download complete [2021-01-18T00:43:57.254Z] 29e5d40040c1: Pull complete [2021-01-18T00:43:57.254Z] 1ce36da41761: Download complete [2021-01-18T00:43:58.697Z] 1ce36da41761: Pull complete [2021-01-18T00:43:58.979Z] 25b303627fd3: Verifying Checksum [2021-01-18T00:43:58.979Z] 25b303627fd3: Download complete [2021-01-18T00:44:03.806Z] + sudo snap install --classic snapcraft [2021-01-18T00:44:09.168Z] 25b303627fd3: Pull complete [2021-01-18T00:44:09.168Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T00:44:09.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:44:09.168Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T00:44:09.469Z] prd-ubuntu18.04-docker-arm64-4c-16g-20852 does not seem to be running inside a container [2021-01-18T00:44:09.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:44:10.390Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:44:10.390Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-18T00:44:10.390Z] + patch --verbose -p1 [2021-01-18T00:44:10.390Z] Hmm... Looks like a unified diff to me... [2021-01-18T00:44:10.390Z] The text leading up to this was: [2021-01-18T00:44:10.390Z] -------------------------- [2021-01-18T00:44:10.390Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-18T00:44:10.390Z] |From: Tony Espy [2021-01-18T00:44:10.390Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-18T00:44:10.390Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-18T00:44:10.390Z] | [2021-01-18T00:44:10.390Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-18T00:44:10.390Z] |optimize the snap CI check run for pull requests. When [2021-01-18T00:44:10.390Z] |applied, it essentially strips out everything (apps and [2021-01-18T00:44:10.390Z] |parts) from the snapcraft.yaml file except those required [2021-01-18T00:44:10.390Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-18T00:44:10.390Z] |catch changes to edgex-go that break the snap build. [2021-01-18T00:44:10.390Z] | [2021-01-18T00:44:10.390Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-18T00:44:10.390Z] |to update this patch file, otherwise it may fail to apply, [2021-01-18T00:44:10.390Z] |resulting in a failed snap build CI check in the associated [2021-01-18T00:44:10.390Z] |pull request. [2021-01-18T00:44:10.390Z] | [2021-01-18T00:44:10.390Z] |Note - in addition to applying this patch, the pipeline also [2021-01-18T00:44:10.390Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-18T00:44:10.390Z] |need to build the finally binary .snap file (and it won't [2021-01-18T00:44:10.390Z] |work with the patch applied). This further reduces the build [2021-01-18T00:44:10.390Z] |time. [2021-01-18T00:44:10.390Z] |--- [2021-01-18T00:44:10.390Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-18T00:44:10.390Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-18T00:44:10.390Z] | [2021-01-18T00:44:10.390Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-18T00:44:10.390Z] |index 1e537489..faf42425 100644 [2021-01-18T00:44:10.390Z] |--- a/snap/snapcraft.yaml [2021-01-18T00:44:10.390Z] |+++ b/snap/snapcraft.yaml [2021-01-18T00:44:10.390Z] -------------------------- [2021-01-18T00:44:10.390Z] patching file snap/snapcraft.yaml [2021-01-18T00:44:10.390Z] Using Plan A... [2021-01-18T00:44:10.390Z] Hunk #1 succeeded at 73. [2021-01-18T00:44:10.390Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-18T00:44:10.390Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-18T00:44:10.390Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-18T00:44:10.390Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-18T00:44:10.390Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-18T00:44:10.390Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-18T00:44:10.390Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-18T00:44:10.390Z] Hmm... Ignoring the trailing garbage. [2021-01-18T00:44:10.390Z] done [2021-01-18T00:44:10.390Z] + sudo snapcraft prime --use-lxd [2021-01-18T00:44:11.776Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-18T00:44:11.776Z] 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-18T00:44:11.776Z] - README.md [2021-01-18T00:44:11.776Z] - snapcraft.yaml.orig [2021-01-18T00:44:11.776Z] [2021-01-18T00:44:11.776Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T00:44:12.347Z] Launching a container. [2021-01-18T00:44:13.251Z] $ docker top 5a3a44f28eab852ee20e00eba24c4a301716104c270b45f8e66ffdd441d91f6b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:44:14.350Z] + grep parallel [2021-01-18T00:44:14.350Z] + docker-compose build --help [2021-01-18T00:44:21.127Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:44:21.144Z] $ docker stop --time=1 5a3a44f28eab852ee20e00eba24c4a301716104c270b45f8e66ffdd441d91f6b [2021-01-18T00:44:23.336Z] $ docker rm -f 5a3a44f28eab852ee20e00eba24c4a301716104c270b45f8e66ffdd441d91f6b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:44:24.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:44:24.246Z] . [Pipeline] withDockerContainer [2021-01-18T00:44:24.564Z] prd-ubuntu18.04-docker-arm64-4c-16g-20852 does not seem to be running inside a container [2021-01-18T00:44:24.581Z] Waiting for container to be ready [2021-01-18T00:44:24.581Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-18T00:44:24.581Z] [2021-01-18T00:44:24.648Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:44:26.298Z] $ docker top 0f1573aa61ee7843f7dc281866fba94f6f9cd721272f5e813d2584301cac7ffa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:44:27.130Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-18T00:44:27.130Z] Waiting for network to be ready... [2021-01-18T00:44:27.489Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:44:27.702Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T00:44:27.702Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T00:44:27.968Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T00:44:27.968Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T00:44:28.229Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T00:44:28.491Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T00:44:28.491Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T00:44:28.491Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T00:44:28.751Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T00:44:28.751Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T00:44:28.751Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T00:44:28.751Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T00:44:28.751Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T00:44:28.751Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T00:44:28.751Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T00:44:28.751Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T00:44:28.751Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T00:44:28.751Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T00:44:29.322Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T00:44:29.583Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T00:44:29.583Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T00:44:29.583Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T00:44:29.583Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T00:44:29.583Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T00:44:29.583Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T00:44:29.583Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T00:44:29.583Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T00:44:32.131Z] Fetched 23.7 MB in 4s (5590 kB/s) [2021-01-18T00:44:32.701Z] Reading package lists... [2021-01-18T00:44:32.701Z] Reading package lists... [2021-01-18T00:44:32.962Z] Building dependency tree... [2021-01-18T00:44:32.962Z] Reading state information... [2021-01-18T00:44:33.223Z] The following additional packages will be installed: [2021-01-18T00:44:33.223Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T00:44:33.223Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T00:44:33.223Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T00:44:33.223Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-18T00:44:33.223Z] Suggested packages: [2021-01-18T00:44:33.223Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-18T00:44:33.223Z] Recommended packages: [2021-01-18T00:44:33.223Z] gnupg libsasl2-modules [2021-01-18T00:44:33.223Z] The following NEW packages will be installed: [2021-01-18T00:44:33.223Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T00:44:33.223Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T00:44:33.223Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T00:44:33.223Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-18T00:44:33.223Z] The following packages will be upgraded: [2021-01-18T00:44:33.223Z] gpg gpg-agent gpgconf libudev1 [2021-01-18T00:44:33.223Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-18T00:44:33.223Z] Need to get 3532 kB of archives. [2021-01-18T00:44:33.223Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-18T00:44:33.223Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-18T00:44:33.484Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-18T00:44:33.484Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-18T00:44:33.484Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-18T00:44:33.484Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-18T00:44:33.484Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-18T00:44:33.484Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-18T00:44:33.743Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-18T00:44:34.007Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-18T00:44:34.007Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-18T00:44:34.007Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-18T00:44:34.007Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-18T00:44:34.007Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-18T00:44:34.007Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-18T00:44:34.007Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-18T00:44:34.007Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-18T00:44:34.007Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-18T00:44:34.007Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-18T00:44:34.193Z] Building docker-core-command-go ... [2021-01-18T00:44:34.193Z] Building docker-core-data-go ... [2021-01-18T00:44:34.193Z] Building docker-core-metadata-go ... [2021-01-18T00:44:34.193Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T00:44:34.193Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:44:34.193Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:44:34.193Z] Building docker-support-notifications-go ... [2021-01-18T00:44:34.193Z] Building docker-support-scheduler-go ... [2021-01-18T00:44:34.193Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:44:34.193Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:44:34.193Z] Building docker-support-notifications-go [2021-01-18T00:44:34.193Z] Building docker-core-command-go [2021-01-18T00:44:34.193Z] Building docker-core-metadata-go [2021-01-18T00:44:34.193Z] Building docker-security-proxy-setup-go [2021-01-18T00:44:34.270Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-18T00:44:34.270Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-18T00:44:34.270Z] 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-18T00:44:34.270Z] 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-18T00:44:34.531Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:44:34.531Z] Fetched 3532 kB in 1s (3170 kB/s) [2021-01-18T00:44:34.531Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T00:44:34.531Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:34.531Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:44:34.531Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-18T00:44:34.792Z] Selecting previously unselected package udev. [2021-01-18T00:44:34.792Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T00:44:34.792Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:34.792Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-18T00:44:35.052Z] Selecting previously unselected package libfuse2:amd64. [2021-01-18T00:44:35.052Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T00:44:35.052Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T00:44:35.052Z] Selecting previously unselected package fuse. [2021-01-18T00:44:35.052Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T00:44:35.313Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-18T00:44:35.314Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:35.314Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:44:35.314Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:35.314Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:44:35.574Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:35.574Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:44:35.574Z] Selecting previously unselected package libksba8:amd64. [2021-01-18T00:44:35.574Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-18T00:44:35.574Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-18T00:44:35.835Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-18T00:44:35.835Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:35.835Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:35.835Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-18T00:44:35.835Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:35.835Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:35.835Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-18T00:44:35.835Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:35.835Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.097Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-18T00:44:36.097Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:36.097Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.097Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-18T00:44:36.097Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:36.097Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.365Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-18T00:44:36.365Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:36.365Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.365Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-18T00:44:36.365Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:36.365Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.365Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-18T00:44:36.365Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:36.365Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.626Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-18T00:44:36.626Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:36.626Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:36.626Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-18T00:44:36.626Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T00:44:36.626Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:36.626Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-18T00:44:36.626Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T00:44:36.626Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:36.886Z] Selecting previously unselected package libldap-common. [2021-01-18T00:44:36.886Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-18T00:44:36.886Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:36.886Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-18T00:44:36.886Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-18T00:44:36.886Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:37.147Z] Selecting previously unselected package dirmngr. [2021-01-18T00:44:37.148Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:37.148Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:37.148Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:37.148Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:37.148Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T00:44:37.148Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:37.414Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:37.414Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:37.414Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:37.414Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-18T00:44:37.414Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:37.414Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-18T00:44:37.675Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-18T00:44:37.935Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:37.935Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-18T00:44:37.935Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-18T00:44:37.935Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:38.197Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:38.197Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:38.197Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:38.460Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:38.724Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-18T00:44:38.724Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-18T00:44:38.724Z] This means they are not meant to be enabled using systemctl. [2021-01-18T00:44:38.724Z] Possible reasons for having this kind of units are: [2021-01-18T00:44:38.724Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-18T00:44:38.724Z] .wants/ or .requires/ directory. [2021-01-18T00:44:38.724Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-18T00:44:38.724Z] a requirement dependency on it. [2021-01-18T00:44:38.724Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-18T00:44:38.724Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-18T00:44:38.724Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-18T00:44:38.724Z] instance name specified. [2021-01-18T00:44:38.984Z] Reading package lists... [2021-01-18T00:44:39.244Z] Building dependency tree... [2021-01-18T00:44:39.244Z] Reading state information... [2021-01-18T00:44:39.244Z] The following additional packages will be installed: [2021-01-18T00:44:39.244Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-18T00:44:39.244Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-18T00:44:39.244Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-18T00:44:39.244Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-18T00:44:39.244Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-18T00:44:39.245Z] Suggested packages: [2021-01-18T00:44:39.245Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-18T00:44:39.245Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-18T00:44:39.245Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-18T00:44:39.245Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-18T00:44:39.245Z] systemd-container policykit-1 [2021-01-18T00:44:39.245Z] Recommended packages: [2021-01-18T00:44:39.245Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-18T00:44:39.245Z] The following NEW packages will be installed: [2021-01-18T00:44:39.245Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-18T00:44:39.245Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-18T00:44:39.245Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-18T00:44:39.245Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-18T00:44:39.245Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-18T00:44:39.245Z] The following packages will be upgraded: [2021-01-18T00:44:39.245Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-18T00:44:39.506Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-18T00:44:39.506Z] Need to get 35.2 MB of archives. [2021-01-18T00:44:39.506Z] After this operation, 141 MB of additional disk space will be used. [2021-01-18T00:44:39.506Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-18T00:44:39.506Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-18T00:44:40.079Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-18T00:44:40.341Z] 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-18T00:44:40.341Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-18T00:44:40.341Z] 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-18T00:44:40.341Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-18T00:44:40.342Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-18T00:44:40.342Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-18T00:44:40.342Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-18T00:44:40.342Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-18T00:44:40.342Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-18T00:44:40.342Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-18T00:44:40.342Z] 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-18T00:44:40.342Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-18T00:44:40.342Z] 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-18T00:44:40.601Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-18T00:44:40.601Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-18T00:44:40.601Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-18T00:44:40.601Z] 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-18T00:44:40.601Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-18T00:44:40.601Z] 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-18T00:44:40.601Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-18T00:44:40.601Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-18T00:44:40.601Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-18T00:44:40.601Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-18T00:44:40.601Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-18T00:44:40.601Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-18T00:44:40.601Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-18T00:44:40.860Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-18T00:44:41.801Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:44:41.801Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2021-01-18T00:44:41.801Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:44:41.801Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:41.801Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:44:42.372Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:42.372Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:44:42.632Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-18T00:44:42.632Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:44:42.632Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T00:44:42.632Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T00:44:42.892Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-18T00:44:42.892Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:44:42.892Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T00:44:43.156Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T00:44:43.416Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-18T00:44:43.416Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-18T00:44:43.677Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-18T00:44:43.941Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-18T00:44:43.941Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T00:44:43.941Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T00:44:44.204Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-18T00:44:44.204Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:44.204Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:44.204Z] Selecting previously unselected package libexpat1:amd64. [2021-01-18T00:44:44.204Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-18T00:44:44.204Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T00:44:44.204Z] Selecting previously unselected package python3.6-minimal. [2021-01-18T00:44:44.473Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:44.474Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:44.474Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T00:44:44.734Z] Checking for services that may need to be restarted...done. [2021-01-18T00:44:44.734Z] Checking for services that may need to be restarted...done. [2021-01-18T00:44:44.734Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:44.734Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T00:44:44.734Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:45.311Z] Selecting previously unselected package python3-minimal. [2021-01-18T00:44:45.311Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-18T00:44:45.311Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:44:45.311Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-18T00:44:45.311Z] Selecting previously unselected package mime-support. [2021-01-18T00:44:45.311Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-18T00:44:45.311Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-18T00:44:45.572Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-18T00:44:45.572Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-18T00:44:45.572Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T00:44:45.572Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-18T00:44:45.572Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:45.572Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:45.833Z] Selecting previously unselected package python3.6. [2021-01-18T00:44:45.833Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:45.833Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:45.833Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-18T00:44:45.833Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:44:45.833Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T00:44:46.094Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-18T00:44:46.094Z] Selecting previously unselected package python3. [2021-01-18T00:44:46.094Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-18T00:44:46.094Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:44:46.355Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-18T00:44:46.355Z] Selecting previously unselected package multiarch-support. [2021-01-18T00:44:46.355Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:44:46.355Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T00:44:46.355Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T00:44:46.615Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-18T00:44:46.615Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-18T00:44:46.615Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-18T00:44:46.615Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T00:44:46.615Z] Selecting previously unselected package libbsd0:amd64. [2021-01-18T00:44:46.615Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-18T00:44:46.615Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T00:44:46.615Z] Selecting previously unselected package sudo. [2021-01-18T00:44:46.615Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-18T00:44:46.615Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T00:44:46.875Z] Selecting previously unselected package apparmor. [2021-01-18T00:44:46.875Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T00:44:46.875Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-18T00:44:47.135Z] Selecting previously unselected package libedit2:amd64. [2021-01-18T00:44:47.135Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-18T00:44:47.135Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T00:44:47.135Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-18T00:44:47.135Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:47.135Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:47.135Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-18T00:44:47.135Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:47.135Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:47.395Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-18T00:44:47.395Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-18T00:44:47.395Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T00:44:47.395Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-18T00:44:47.395Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:47.395Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:47.656Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-18T00:44:47.656Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:47.656Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:47.656Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-18T00:44:47.656Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-18T00:44:47.656Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T00:44:48.227Z] Selecting previously unselected package openssh-client. [2021-01-18T00:44:48.227Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-18T00:44:48.227Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T00:44:48.227Z] Selecting previously unselected package squashfs-tools. [2021-01-18T00:44:48.227Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-18T00:44:48.227Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T00:44:48.227Z] Selecting previously unselected package snapd. [2021-01-18T00:44:48.227Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-18T00:44:48.227Z] Unpacking snapd (2.48+18.04) ... [2021-01-18T00:44:50.134Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T00:44:50.134Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T00:44:50.398Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-18T00:44:50.398Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T00:44:50.398Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T00:44:50.398Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:50.398Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:50.398Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-18T00:44:50.659Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-18T00:44:51.231Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T00:44:51.231Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T00:44:51.231Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T00:44:51.491Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:51.491Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:51.491Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:52.062Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T00:44:52.062Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:52.062Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T00:44:52.062Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-18T00:44:52.062Z] running python rtupdate hooks for python3.6... [2021-01-18T00:44:52.062Z] running python post-rtupdate hooks for python3.6... [2021-01-18T00:44:52.323Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-18T00:44:54.236Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-18T00:44:54.497Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:54.497Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T00:44:54.497Z] Setting up snapd (2.48+18.04) ... [2021-01-18T00:44:55.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-18T00:44:55.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-18T00:44:55.366Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-18T00:44:55.626Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-18T00:44:55.626Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T00:44:55.626Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T00:44:55.886Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-18T00:44:56.146Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-18T00:44:56.146Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-18T00:44:56.406Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-18T00:44:56.406Z] /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-18T00:44:56.667Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:56.667Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T00:44:57.609Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:44:57.609Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:44:57.609Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:44:58.810Z] Reading package lists... [2021-01-18T00:44:58.810Z] Reading package lists... [2021-01-18T00:44:59.070Z] Building dependency tree... [2021-01-18T00:44:59.071Z] Reading state information... [2021-01-18T00:44:59.071Z] Calculating upgrade... [2021-01-18T00:44:59.330Z] The following packages will be upgraded: [2021-01-18T00:44:59.330Z] advancecomp base-files bash binutils binutils-common [2021-01-18T00:44:59.330Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-18T00:44:59.330Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-18T00:44:59.330Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-18T00:44:59.330Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-18T00:44:59.330Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-18T00:44:59.330Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-18T00:44:59.330Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-18T00:44:59.330Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-18T00:44:59.330Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-18T00:44:59.330Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-18T00:44:59.330Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-18T00:44:59.330Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-18T00:44:59.330Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-18T00:44:59.330Z] ubuntu-keyring util-linux [2021-01-18T00:44:59.330Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:44:59.330Z] Need to get 63.7 MB of archives. [2021-01-18T00:44:59.330Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-18T00:44:59.330Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-18T00:44:59.592Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-18T00:44:59.592Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-18T00:44:59.592Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-18T00:44:59.592Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-18T00:44:59.592Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-18T00:44:59.592Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-18T00:44:59.592Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-18T00:44:59.592Z] 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-18T00:44:59.592Z] 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-18T00:44:59.592Z] 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-18T00:44:59.592Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-18T00:44:59.592Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-18T00:44:59.592Z] 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-18T00:44:59.592Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-18T00:44:59.592Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-18T00:44:59.592Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-18T00:44:59.592Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-18T00:44:59.592Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-18T00:44:59.592Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-18T00:44:59.592Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-18T00:44:59.592Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-18T00:44:59.592Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-18T00:44:59.592Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-18T00:44:59.592Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-18T00:44:59.592Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-18T00:44:59.592Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-18T00:44:59.592Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-18T00:44:59.592Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-18T00:44:59.592Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-18T00:44:59.592Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-18T00:44:59.853Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-18T00:44:59.853Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-18T00:44:59.853Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-18T00:44:59.853Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-18T00:44:59.853Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-18T00:44:59.853Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-18T00:44:59.853Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-18T00:44:59.853Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-18T00:44:59.853Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-18T00:44:59.853Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-18T00:44:59.853Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-18T00:44:59.853Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-18T00:44:59.853Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-18T00:44:59.853Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-18T00:44:59.853Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-18T00:44:59.853Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-18T00:44:59.853Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-18T00:44:59.853Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-18T00:44:59.853Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-18T00:44:59.853Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-18T00:44:59.853Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-18T00:44:59.853Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-18T00:44:59.853Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-18T00:44:59.853Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-18T00:44:59.853Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-18T00:45:00.113Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-18T00:45:00.113Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-18T00:45:00.373Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-18T00:45:00.373Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-18T00:45:00.373Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-18T00:45:00.373Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-18T00:45:00.373Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-18T00:45:00.373Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-18T00:45:00.373Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-18T00:45:00.633Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-18T00:45:00.633Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-18T00:45:00.892Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-18T00:45:00.892Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-18T00:45:00.892Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-18T00:45:00.892Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-18T00:45:00.892Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-18T00:45:00.892Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-18T00:45:00.892Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-18T00:45:00.892Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-18T00:45:00.892Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-18T00:45:00.892Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-18T00:45:00.892Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-18T00:45:00.892Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-18T00:45:01.153Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-18T00:45:01.154Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-18T00:45:01.154Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-18T00:45:01.154Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-18T00:45:01.154Z] 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-18T00:45:01.154Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-18T00:45:01.154Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-18T00:45:01.154Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-18T00:45:01.154Z] 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-18T00:45:01.154Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-18T00:45:01.154Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-18T00:45:01.420Z] 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-18T00:45:01.420Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-18T00:45:01.420Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-18T00:45:01.420Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-18T00:45:01.420Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-18T00:45:01.420Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-18T00:45:01.420Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-18T00:45:01.683Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:45:01.683Z] Fetched 63.7 MB in 2s (28.6 MB/s) [2021-01-18T00:45:01.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:01.683Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:01.683Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:02.260Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:02.523Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:02.523Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-18T00:45:02.523Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-18T00:45:03.468Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.468Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.468Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.468Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.468Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.730Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.730Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.730Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.730Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.992Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.992Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.992Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.992Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:04.258Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:04.521Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:04.521Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:04.521Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:04.521Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-18T00:45:04.783Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:04.783Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:04.783Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:04.783Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:05.043Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:05.043Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:05.043Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:05.043Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:05.304Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:05.304Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:05.304Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:05.564Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:06.135Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T00:45:06.396Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:06.396Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-18T00:45:06.396Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-18T00:45:06.396Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-18T00:45:06.396Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-18T00:45:06.658Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-18T00:45:06.658Z] Installing new version of config file /etc/issue ... [2021-01-18T00:45:06.658Z] Installing new version of config file /etc/issue.net ... [2021-01-18T00:45:06.658Z] Installing new version of config file /etc/lsb-release ... [2021-01-18T00:45:06.658Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-18T00:45:06.918Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-18T00:45:06.918Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-18T00:45:06.918Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-18T00:45:07.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.179Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-18T00:45:07.179Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-18T00:45:07.439Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-18T00:45:07.439Z] 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-18T00:45:07.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.439Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:07.439Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:07.706Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:07.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.706Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-18T00:45:07.706Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-18T00:45:07.966Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-18T00:45:07.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.966Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-18T00:45:07.966Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:45:08.225Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-18T00:45:08.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.225Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:08.485Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:08.485Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:08.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.485Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:08.746Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:08.746Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:08.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.746Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-18T00:45:08.746Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-18T00:45:09.005Z] Setting up grep (3.1-2build1) ... [2021-01-18T00:45:09.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:09.005Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T00:45:09.005Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T00:45:09.272Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-18T00:45:09.272Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:09.272Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:09.272Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:09.531Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:09.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:09.531Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:45:09.792Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:10.053Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:45:10.053Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:10.314Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:45:10.314Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:10.887Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:10.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:10.887Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-18T00:45:10.887Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:11.830Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T00:45:11.830Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T00:45:12.091Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T00:45:12.092Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T00:45:12.092Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T00:45:12.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.092Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-18T00:45:12.353Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-18T00:45:12.353Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-18T00:45:12.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.353Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:12.614Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:12.614Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:12.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.614Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:12.614Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:12.874Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:12.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.874Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:12.874Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:12.874Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:13.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.134Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:13.134Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:13.134Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:13.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.394Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:13.394Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:13.394Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:13.394Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:13.394Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:13.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.654Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:13.654Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:13.654Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:13.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.917Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:13.917Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:13.917Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:14.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:14.178Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:14.179Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:14.179Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:14.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:14.441Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:14.441Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:14.703Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:14.964Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-18T00:45:15.225Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-18T00:45:15.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:15.487Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:15.487Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:15.748Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:45:15.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:15.748Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-18T00:45:15.748Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:16.009Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:16.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:16.009Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-18T00:45:16.009Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-18T00:45:16.271Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-18T00:45:16.531Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:16.531Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:45:16.531Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:16.531Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:16.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:16.792Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:45:16.792Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:16.792Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:16.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:16.792Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:45:17.056Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:17.056Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:17.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:17.317Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:17.317Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:17.576Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:45:17.576Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:45:17.576Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:17.576Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:17.576Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:17.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:17.837Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-18T00:45:17.837Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-18T00:45:17.837Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-18T00:45:18.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.098Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-18T00:45:18.098Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:18.098Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:18.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.358Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:18.358Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:18.618Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:18.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.618Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-18T00:45:18.618Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-18T00:45:18.884Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-18T00:45:18.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.884Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T00:45:18.884Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T00:45:19.150Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-18T00:45:19.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:19.417Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:19.417Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:45:19.701Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-18T00:45:19.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:19.701Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-18T00:45:19.701Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-18T00:45:19.967Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-18T00:45:19.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:19.967Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-18T00:45:19.967Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-18T00:45:19.967Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-18T00:45:20.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.227Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-18T00:45:20.227Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-18T00:45:20.227Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-18T00:45:20.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.489Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-18T00:45:20.489Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-18T00:45:20.489Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-18T00:45:20.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.755Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T00:45:20.755Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-18T00:45:20.755Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-18T00:45:20.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.755Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-18T00:45:21.021Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-18T00:45:21.021Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-18T00:45:21.021Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-18T00:45:21.021Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T00:45:21.021Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T00:45:21.308Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T00:45:21.308Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T00:45:21.308Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T00:45:21.308Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T00:45:21.567Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-18T00:45:21.567Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-18T00:45:21.827Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T00:45:21.827Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-18T00:45:21.827Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T00:45:21.827Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-18T00:45:22.088Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-18T00:45:22.088Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-18T00:45:22.088Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-18T00:45:22.088Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-18T00:45:22.351Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-18T00:45:22.351Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-18T00:45:22.351Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-18T00:45:22.610Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-18T00:45:22.610Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-18T00:45:22.610Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-18T00:45:22.871Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-18T00:45:22.871Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-18T00:45:23.442Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-18T00:45:23.709Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-18T00:45:23.709Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-18T00:45:23.709Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-18T00:45:23.709Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:23.709Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:24.282Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:24.282Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:24.282Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:24.282Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:24.547Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:24.547Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:24.547Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:24.547Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:24.547Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:24.809Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:24.809Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:24.809Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:24.809Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:25.388Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:26.328Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:26.328Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:26.897Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:26.897Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:27.838Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:27.838Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:28.098Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:28.098Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:29.050Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:29.050Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:29.050Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:45:29.050Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:45:29.050Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T00:45:29.050Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:45:29.311Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T00:45:29.311Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:45:29.571Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-18T00:45:29.572Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-18T00:45:29.572Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:45:29.572Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:45:29.832Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:45:29.832Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:45:29.832Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-18T00:45:29.832Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-18T00:45:30.092Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:30.092Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:30.092Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:30.092Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:30.092Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:30.092Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-18T00:45:30.092Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-18T00:45:30.355Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-18T00:45:30.615Z] [2021-01-18T00:45:30.615Z] Current default time zone: 'Etc/UTC' [2021-01-18T00:45:30.615Z] Local time is now: Mon Jan 18 00:45:30 UTC 2021. [2021-01-18T00:45:30.615Z] Universal Time is now: Mon Jan 18 00:45:30 UTC 2021. [2021-01-18T00:45:30.615Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-18T00:45:30.615Z] [2021-01-18T00:45:30.615Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-18T00:45:30.615Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:30.615Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-18T00:45:30.615Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:30.616Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-18T00:45:30.616Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-18T00:45:30.875Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:30.875Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-18T00:45:30.875Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-18T00:45:30.875Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T00:45:30.875Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:30.875Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-18T00:45:31.138Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:31.138Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:31.138Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:31.138Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-18T00:45:31.138Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:31.138Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-18T00:45:31.400Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T00:45:31.400Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-18T00:45:31.400Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-18T00:45:31.400Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:45:31.400Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T00:45:33.310Z] Updating certificates in /etc/ssl/certs... [2021-01-18T00:45:33.880Z] 22 added, 17 removed; done. [2021-01-18T00:45:34.139Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T00:45:34.139Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:34.139Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-18T00:45:34.139Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-18T00:45:34.139Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-18T00:45:34.139Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.139Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:34.400Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.400Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.400Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.400Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.400Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.400Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:34.400Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:34.400Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:45:34.660Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-18T00:45:34.660Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:34.660Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.660Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.660Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:45:34.660Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-18T00:45:34.660Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:45:34.920Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:45:34.920Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T00:45:34.920Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-18T00:45:34.920Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T00:45:34.920Z] Updating certificates in /etc/ssl/certs... [2021-01-18T00:45:35.862Z] 0 added, 0 removed; done. [2021-01-18T00:45:35.862Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-18T00:45:35.862Z] done. [2021-01-18T00:45:36.131Z] Reading package lists... [2021-01-18T00:45:36.131Z] Building dependency tree... [2021-01-18T00:45:36.131Z] Reading state information... [2021-01-18T00:45:36.405Z] The following NEW packages will be installed: [2021-01-18T00:45:36.405Z] apt-transport-https [2021-01-18T00:45:36.405Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:45:36.405Z] Need to get 1696 B of archives. [2021-01-18T00:45:36.405Z] After this operation, 153 kB of additional disk space will be used. [2021-01-18T00:45:36.405Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-18T00:45:36.405Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:45:36.405Z] Fetched 1696 B in 0s (43.6 kB/s) [2021-01-18T00:45:36.669Z] Selecting previously unselected package apt-transport-https. [2021-01-18T00:45:36.669Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-18T00:45:36.669Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-18T00:45:36.669Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T00:45:36.669Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T00:45:36.931Z] Waiting for network to be ready... [2021-01-18T00:45:42.192Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:45:42.192Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:45:42.192Z] ---> aa60eda21752 [2021-01-18T00:45:42.192Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:45:42.192Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:45:42.192Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:45:42.192Z] ---> aa60eda21752 [2021-01-18T00:45:42.192Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:45:42.231Z] 2021-01-18T00:45:39Z INFO Waiting for automatic snapd restart... [2021-01-18T00:45:42.464Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:45:42.464Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:45:42.464Z] ---> aa60eda21752 [2021-01-18T00:45:42.464Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:45:42.464Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:45:42.464Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:45:42.464Z] ---> aa60eda21752 [2021-01-18T00:45:42.464Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:45:42.464Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:45:42.464Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:45:42.464Z] ---> aa60eda21752 [2021-01-18T00:45:42.464Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:45:42.490Z] snapd 2.48.2 from Canonical* installed [2021-01-18T00:45:43.429Z] "snapd" switched to the "latest/stable" channel [2021-01-18T00:45:43.429Z] [2021-01-18T00:45:45.975Z] core18 20201210 from Canonical* installed [2021-01-18T00:45:46.236Z] "core18" switched to the "latest/stable" channel [2021-01-18T00:45:46.236Z] [2021-01-18T00:45:49.166Z] ---> Running in c9becb96980a [2021-01-18T00:45:49.166Z] ---> Running in 82c73cd4999d [2021-01-18T00:45:49.166Z] ---> Running in 31660c7b89fb [2021-01-18T00:45:49.166Z] ---> Running in dff3c5619730 [2021-01-18T00:45:49.166Z] ---> Running in 14dde0f4b768 [2021-01-18T00:45:49.166Z] Removing intermediate container dff3c5619730 [2021-01-18T00:45:49.166Z] ---> 963184dc74a2 [2021-01-18T00:45:49.166Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:45:49.166Z] Removing intermediate container 82c73cd4999d [2021-01-18T00:45:49.166Z] ---> 80cd368ee59e [2021-01-18T00:45:49.166Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:45:49.166Z] Removing intermediate container 14dde0f4b768 [2021-01-18T00:45:49.166Z] ---> 32c1e1b37b40 [2021-01-18T00:45:49.166Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:45:49.436Z] Removing intermediate container c9becb96980a [2021-01-18T00:45:49.436Z] ---> e47c1ee2be1e [2021-01-18T00:45:49.436Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:45:49.436Z] ---> Running in 0758fee8c733 [2021-01-18T00:45:49.436Z] ---> Running in 4108c6b4c299 [2021-01-18T00:45:49.436Z] Removing intermediate container 31660c7b89fb [2021-01-18T00:45:49.436Z] ---> 815bb20f5efd [2021-01-18T00:45:49.436Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:45:49.538Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:45:49.538Z] "snapcraft" switched to the "latest/stable" channel [2021-01-18T00:45:49.538Z] [2021-01-18T00:45:49.706Z] ---> Running in c223ee3a987e [2021-01-18T00:45:49.706Z] ---> Running in 11fb61ef5788 [2021-01-18T00:45:49.706Z] ---> Running in f7c64a0edf18 [2021-01-18T00:45:52.835Z] 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-18T00:45:52.835Z] - README.md [2021-01-18T00:45:52.835Z] - snapcraft.yaml.orig [2021-01-18T00:45:52.835Z] [2021-01-18T00:45:52.835Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T00:45:53.120Z] Removing intermediate container 0758fee8c733 [2021-01-18T00:45:53.120Z] ---> f53703c7d96c [2021-01-18T00:45:53.120Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:45:53.393Z] ---> Running in 5cdfecfe5794 [2021-01-18T00:45:53.665Z] Removing intermediate container 4108c6b4c299 [2021-01-18T00:45:53.665Z] ---> 9e688a832256 [2021-01-18T00:45:53.665Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:45:53.665Z] Removing intermediate container c223ee3a987e [2021-01-18T00:45:53.665Z] ---> 56672bf3375a [2021-01-18T00:45:53.665Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:45:53.936Z] Removing intermediate container 11fb61ef5788 [2021-01-18T00:45:53.936Z] ---> 6ebe695d2dd2 [2021-01-18T00:45:53.936Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:45:53.936Z] ---> Running in 85203933c56c [2021-01-18T00:45:53.936Z] ---> Running in 1af85e143dd4 [2021-01-18T00:45:53.936Z] Removing intermediate container f7c64a0edf18 [2021-01-18T00:45:54.209Z] ---> 06a5446c4e31 [2021-01-18T00:45:54.209Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:45:54.209Z] ---> Running in 59420025f37a [2021-01-18T00:45:54.209Z] ---> Running in 9a0d8936a4b2 [2021-01-18T00:45:54.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:55.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:55.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:56.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:56.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:56.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:56.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:56.661Z] OK: 217 MiB in 51 packages [2021-01-18T00:45:56.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:56.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:57.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:57.819Z] OK: 217 MiB in 51 packages [2021-01-18T00:45:57.819Z] Removing intermediate container 5cdfecfe5794 [2021-01-18T00:45:57.819Z] ---> 098bf32092fd [2021-01-18T00:45:57.819Z] Step 6/21 : COPY go.mod . [2021-01-18T00:45:58.096Z] OK: 217 MiB in 51 packages [2021-01-18T00:45:58.096Z] OK: 217 MiB in 51 packages [2021-01-18T00:45:58.378Z] OK: 217 MiB in 51 packages [2021-01-18T00:45:58.987Z] ---> 800ead3698e2 [2021-01-18T00:45:58.987Z] Step 7/21 : RUN go mod download [2021-01-18T00:45:59.421Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:45:59.421Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:45:59.421Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:45:59.421Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:45:59.591Z] ---> Running in c237bfda62c7 [2021-01-18T00:45:59.591Z] Removing intermediate container 1af85e143dd4 [2021-01-18T00:45:59.591Z] ---> 21450a07bbd4 [2021-01-18T00:45:59.591Z] Step 6/24 : COPY go.mod . [2021-01-18T00:45:59.869Z] Removing intermediate container 59420025f37a [2021-01-18T00:45:59.994Z] Reading package lists... [2021-01-18T00:46:00.150Z] ---> c62c2c686a4f [2021-01-18T00:46:00.150Z] Step 6/22 : COPY go.mod . [2021-01-18T00:46:00.150Z] Removing intermediate container 85203933c56c [2021-01-18T00:46:00.150Z] ---> 5078d7890995 [2021-01-18T00:46:00.150Z] Step 6/22 : COPY go.mod . [2021-01-18T00:46:00.258Z] 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-18T00:46:00.437Z] Removing intermediate container 9a0d8936a4b2 [2021-01-18T00:46:00.437Z] ---> f31011cb39b8 [2021-01-18T00:46:00.437Z] Step 6/26 : COPY go.mod . [2021-01-18T00:46:00.718Z] ---> bebd65641afe [2021-01-18T00:46:00.718Z] Step 7/24 : RUN go mod download [2021-01-18T00:46:00.999Z] ---> Running in 6f5101c74f9a [2021-01-18T00:46:01.287Z] ---> 92a17e4f7d26 [2021-01-18T00:46:01.288Z] Step 7/22 : RUN go mod download [2021-01-18T00:46:01.566Z] ---> 34bd4c6c6ca2 [2021-01-18T00:46:01.566Z] Step 7/22 : RUN go mod download [2021-01-18T00:46:01.566Z] ---> Running in 3f2123da9a5b [2021-01-18T00:46:01.856Z] ---> Running in 1471a10b4245 [2021-01-18T00:46:01.856Z] ---> 6ba6c9f86071 [2021-01-18T00:46:01.856Z] Step 7/26 : RUN go mod download [2021-01-18T00:46:02.143Z] ---> Running in 2362205b6c84 [2021-01-18T00:46:03.591Z] Removing intermediate container c237bfda62c7 [2021-01-18T00:46:03.591Z] ---> 2f58438717e0 [2021-01-18T00:46:03.591Z] Step 8/21 : COPY . . [2021-01-18T00:46:06.241Z] Removing intermediate container 6f5101c74f9a [2021-01-18T00:46:06.241Z] ---> ad94f8ce9113 [2021-01-18T00:46:06.242Z] Step 8/24 : COPY . . [2021-01-18T00:46:06.847Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:06.848Z] Reading package lists... [2021-01-18T00:46:06.848Z] Building dependency tree... [2021-01-18T00:46:06.848Z] Reading state information... [2021-01-18T00:46:06.848Z] Suggested packages: [2021-01-18T00:46:06.848Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-18T00:46:06.848Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-18T00:46:06.848Z] Recommended packages: [2021-01-18T00:46:06.848Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-18T00:46:06.848Z] The following NEW packages will be installed: [2021-01-18T00:46:06.848Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-18T00:46:06.848Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-18T00:46:06.848Z] pkg-config zip [2021-01-18T00:46:06.848Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:46:06.848Z] Need to get 7655 kB of archives. [2021-01-18T00:46:06.848Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-18T00:46:06.848Z] 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-18T00:46:06.848Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-18T00:46:06.848Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-18T00:46:06.848Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-18T00:46:06.859Z] Removing intermediate container 1471a10b4245 [2021-01-18T00:46:06.859Z] ---> 13983794940d [2021-01-18T00:46:06.859Z] Step 8/22 : COPY . . [2021-01-18T00:46:07.111Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-18T00:46:07.111Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-18T00:46:07.111Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-18T00:46:07.111Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-18T00:46:07.372Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-18T00:46:07.372Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-18T00:46:07.372Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-18T00:46:07.372Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-18T00:46:07.372Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-18T00:46:07.372Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-18T00:46:07.373Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-18T00:46:07.501Z] Removing intermediate container 3f2123da9a5b [2021-01-18T00:46:07.501Z] ---> 796c7c5b0ab4 [2021-01-18T00:46:07.501Z] Step 8/22 : COPY . . [2021-01-18T00:46:07.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:46:07.634Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-18T00:46:07.634Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-18T00:46:07.634Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-18T00:46:07.634Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-18T00:46:07.634Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T00:46:07.895Z] Selecting previously unselected package libpsl5:amd64. [2021-01-18T00:46:07.895Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-18T00:46:07.895Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T00:46:07.895Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-18T00:46:07.895Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-18T00:46:07.895Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T00:46:08.096Z] Removing intermediate container 2362205b6c84 [2021-01-18T00:46:08.096Z] ---> 07ff49ba6374 [2021-01-18T00:46:08.096Z] Step 8/26 : COPY . . [2021-01-18T00:46:08.155Z] Selecting previously unselected package librtmp1:amd64. [2021-01-18T00:46:08.155Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-18T00:46:08.156Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T00:46:08.156Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-18T00:46:08.156Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-18T00:46:08.156Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T00:46:08.156Z] Selecting previously unselected package liberror-perl. [2021-01-18T00:46:08.156Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-18T00:46:08.156Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-18T00:46:08.416Z] Selecting previously unselected package git-man. [2021-01-18T00:46:08.416Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-18T00:46:08.416Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:08.416Z] Selecting previously unselected package git. [2021-01-18T00:46:08.416Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-18T00:46:08.416Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:09.357Z] Selecting previously unselected package libnorm1:amd64. [2021-01-18T00:46:09.357Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-18T00:46:09.357Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T00:46:09.357Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-18T00:46:09.357Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-18T00:46:09.357Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T00:46:09.357Z] Selecting previously unselected package libsodium23:amd64. [2021-01-18T00:46:09.357Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-18T00:46:09.357Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-18T00:46:09.618Z] Selecting previously unselected package libzmq5:amd64. [2021-01-18T00:46:09.618Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T00:46:09.618Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:09.618Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-18T00:46:09.618Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T00:46:09.618Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:09.881Z] Selecting previously unselected package pkg-config. [2021-01-18T00:46:09.881Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-18T00:46:09.881Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T00:46:09.881Z] Selecting previously unselected package zip. [2021-01-18T00:46:09.881Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-18T00:46:09.881Z] Unpacking zip (3.0-11build1) ... [2021-01-18T00:46:09.881Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T00:46:10.142Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:10.142Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T00:46:10.142Z] Setting up liberror-perl (0.17025-1) ... [2021-01-18T00:46:10.142Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T00:46:10.142Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T00:46:10.142Z] No schema files found: doing nothing. [2021-01-18T00:46:10.142Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T00:46:10.142Z] Setting up zip (3.0-11build1) ... [2021-01-18T00:46:10.142Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T00:46:10.142Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-18T00:46:10.142Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T00:46:10.403Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:10.403Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T00:46:10.403Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:10.403Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:10.403Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:46:17.512Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:17.512Z] git set to automatically installed. [2021-01-18T00:46:17.512Z] git-man set to automatically installed. [2021-01-18T00:46:17.512Z] libcurl3-gnutls set to automatically installed. [2021-01-18T00:46:17.512Z] liberror-perl set to automatically installed. [2021-01-18T00:46:17.512Z] libglib2.0-0 set to automatically installed. [2021-01-18T00:46:17.512Z] libnghttp2-14 set to automatically installed. [2021-01-18T00:46:17.512Z] libnorm1 set to automatically installed. [2021-01-18T00:46:17.512Z] libpgm-5.2-0 set to automatically installed. [2021-01-18T00:46:17.512Z] libpsl5 set to automatically installed. [2021-01-18T00:46:17.512Z] librtmp1 set to automatically installed. [2021-01-18T00:46:17.512Z] libsodium23 set to automatically installed. [2021-01-18T00:46:17.512Z] libzmq3-dev set to automatically installed. [2021-01-18T00:46:17.512Z] libzmq5 set to automatically installed. [2021-01-18T00:46:17.512Z] pkg-config set to automatically installed. [2021-01-18T00:46:17.512Z] zip set to automatically installed. [2021-01-18T00:46:18.455Z] snapd is not logged in, snap install commands will use sudo [2021-01-18T00:46:25.037Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:25.037Z] snap "core18" has no updates available [2021-01-18T00:46:25.606Z] Pulling config-common [2021-01-18T00:46:26.547Z] Pulling go-build-helper [2021-01-18T00:46:34.934Z] ---> 9634455ecfee [2021-01-18T00:46:34.934Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:46:34.934Z] ---> 6586f3ffc711 [2021-01-18T00:46:34.934Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:46:34.934Z] ---> aa314dd0732f [2021-01-18T00:46:34.934Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T00:46:34.934Z] ---> b1eee5a7310c [2021-01-18T00:46:34.934Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:46:34.934Z] ---> Running in 89bc31e32e9e [2021-01-18T00:46:34.934Z] ---> 391b571fbfce [2021-01-18T00:46:34.934Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:46:34.934Z] ---> Running in 3dffb81f4b39 [2021-01-18T00:46:34.934Z] ---> Running in 3a4cd2f5c59c [2021-01-18T00:46:34.934Z] ---> Running in 8c1b43bcf505 [2021-01-18T00:46:34.934Z] ---> Running in 1503b8949a0b [2021-01-18T00:46:34.934Z] 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-18T00:46:34.934Z] 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-18T00:46:34.934Z] 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-18T00:46:34.934Z] 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-18T00:46:34.934Z] 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-18T00:46:48.511Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T00:46:48.511Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T00:46:48.511Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T00:46:48.511Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T00:46:48.511Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T00:46:48.511Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T00:46:48.511Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T00:46:48.511Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T00:46:48.511Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T00:46:48.511Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T00:46:48.511Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T00:46:48.511Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T00:46:48.511Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T00:46:48.511Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T00:46:48.511Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T00:46:48.511Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T00:46:48.511Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T00:46:48.511Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T00:46:48.511Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T00:46:48.511Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T00:46:48.511Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T00:46:48.511Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T00:46:48.511Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T00:46:48.511Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T00:46:48.511Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T00:46:48.511Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T00:46:48.511Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T00:46:48.511Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-18T00:46:48.511Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-18T00:46:48.511Z] Fetched 279 kB in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-18T00:46:48.511Z] Fetched 122 kB in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-18T00:46:48.511Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-18T00:46:48.511Z] Fetched 8848 B in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-18T00:46:48.511Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-18T00:46:48.511Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-18T00:46:48.511Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-18T00:46:48.512Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-18T00:46:48.512Z] Fetched 214 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-18T00:46:48.512Z] Fetched 155 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-18T00:46:48.512Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-18T00:46:48.512Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-18T00:46:48.512Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-18T00:46:48.512Z] Fetched 499 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-18T00:46:48.512Z] Fetched 111 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-18T00:46:48.512Z] Fetched 240 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-18T00:46:48.512Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-18T00:46:48.512Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-18T00:46:48.512Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-18T00:46:48.512Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-18T00:46:48.512Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-18T00:46:48.512Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-18T00:46:48.512Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-18T00:46:48.512Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-18T00:46:48.512Z] Fetched 8720 B in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-18T00:46:48.512Z] Fetched 137 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-18T00:46:48.512Z] Fetched 119 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-18T00:46:48.512Z] Fetched 109 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-18T00:46:48.512Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-18T00:46:48.512Z] Fetched 645 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-18T00:46:48.512Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-18T00:46:48.512Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-18T00:46:48.512Z] Fetched 368 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-18T00:46:48.512Z] Fetched 187 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-18T00:46:48.512Z] Fetched 175 kB in 0s (0 B/s) [2021-01-18T00:46:48.512Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-18T00:46:51.058Z] Fetched 206 kB in 0s (0 B/s) [2021-01-18T00:46:51.058Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-18T00:46:51.058Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-18T00:46:51.058Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-18T00:46:51.058Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-18T00:46:51.058Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-18T00:46:51.058Z] Fetched 159 kB in 0s (0 B/s) [2021-01-18T00:46:51.058Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-18T00:46:51.058Z] Fetched 107 kB in 0s (0 B/s) [2021-01-18T00:46:51.058Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-18T00:46:51.058Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-18T00:46:51.058Z] Pulling static-packages [2021-01-18T00:46:51.999Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-18T00:46:51.999Z] Skipping pull go-build-helper (already ran) [2021-01-18T00:46:51.999Z] Skipping pull static-packages (already ran) [2021-01-18T00:46:51.999Z] Building go-build-helper [2021-01-18T00:46:55.299Z] Building static-packages [2021-01-18T00:46:57.215Z] Staging go-build-helper [2021-01-18T00:46:58.156Z] Staging static-packages [2021-01-18T00:46:59.096Z] Pulling go115 [2021-01-18T00:47:00.038Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-18T00:47:00.038Z] Skipping pull go115 (already ran) [2021-01-18T00:47:00.038Z] Building go115 [2021-01-18T00:47:00.038Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T00:47:00.038Z] Dload Upload Total Spent Left Speed [2021-01-18T00:47:02.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.7M 0 0 31.2M 0 0:00:03 --:--:-- 0:00:03 31.2M 64 115M 64 75.0M 0 0 45.1M 0 0:00:02 0:00:01 0:00:01 45.0M 100 115M 100 115M 0 0 50.1M 0 0:00:02 0:00:02 --:--:-- 50.1M [2021-01-18T00:47:02.801Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-18T00:47:06.998Z] Staging go115 [2021-01-18T00:47:12.284Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:47:12.284Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:47:12.284Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:47:12.284Z] Fetched 0 B in 0s (0 B/s) [2021-01-18T00:47:12.284Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-18T00:47:12.284Z] Fetched 224 kB in 0s (0 B/s) [2021-01-18T00:47:12.284Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-18T00:47:12.284Z] Fetched 157 kB in 0s (0 B/s) [2021-01-18T00:47:12.284Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-18T00:47:12.284Z] Fetched 221 kB in 0s (0 B/s) [2021-01-18T00:47:12.284Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-18T00:47:12.284Z] Fetched 143 kB in 0s (0 B/s) [2021-01-18T00:47:12.284Z] Pulling edgex-go [2021-01-18T00:47:12.858Z] Pulling version [2021-01-18T00:47:13.800Z] Building config-common [2021-01-18T00:47:15.710Z] Skipping build go-build-helper (already ran) [2021-01-18T00:47:15.710Z] Skipping build static-packages (already ran) [2021-01-18T00:47:15.710Z] Skipping build go115 (already ran) [2021-01-18T00:47:15.710Z] Building edgex-go [2021-01-18T00:47:15.971Z] 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-18T00:47:17.890Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-18T00:47:17.890Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-18T00:47:17.890Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-18T00:47:17.890Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-18T00:47:17.890Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-18T00:47:17.890Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-18T00:47:17.890Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-18T00:47:17.890Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-18T00:47:17.890Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-18T00:47:17.890Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-18T00:47:17.890Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-18T00:47:17.890Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-18T00:47:17.890Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-18T00:47:17.890Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-18T00:47:17.890Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-18T00:47:17.890Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-18T00:47:17.890Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-18T00:47:17.890Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-18T00:47:17.890Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-18T00:47:17.890Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-18T00:47:17.890Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-18T00:47:18.150Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-18T00:47:18.150Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-18T00:47:24.727Z] 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-18T00:47:28.933Z] 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-18T00:47:29.876Z] 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-18T00:47:30.817Z] 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-18T00:47:31.076Z] 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-18T00:47:31.076Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-18T00:47:31.336Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-18T00:47:31.336Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-18T00:47:31.336Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-18T00:47:33.261Z] 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-18T00:47:33.261Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-18T00:47:33.261Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-18T00:47:34.202Z] 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-18T00:47:35.146Z] 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-18T00:47:35.146Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-18T00:47:36.541Z] 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-18T00:47:37.123Z] 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-18T00:47:38.080Z] 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-18T00:47:38.080Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-18T00:47:40.629Z] Building version [2021-01-18T00:47:42.541Z] Staging config-common [2021-01-18T00:47:43.111Z] Skipping stage go-build-helper (already ran) [2021-01-18T00:47:43.111Z] Skipping stage static-packages (already ran) [2021-01-18T00:47:43.111Z] Skipping stage go115 (already ran) [2021-01-18T00:47:43.111Z] Staging edgex-go [2021-01-18T00:47:44.054Z] Staging version [2021-01-18T00:47:44.998Z] Priming config-common [2021-01-18T00:47:45.941Z] Priming go-build-helper [2021-01-18T00:47:46.884Z] Priming static-packages [2021-01-18T00:47:48.804Z] Priming go115 [2021-01-18T00:47:49.745Z] Priming edgex-go [2021-01-18T00:47:51.137Z] Priming version [2021-01-18T00:47:52.084Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-18T00:48:11.853Z] 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-18T00:48:34.547Z] Removing intermediate container 3dffb81f4b39 [2021-01-18T00:48:34.547Z] ---> 230ee8050012 [2021-01-18T00:48:34.547Z] [2021-01-18T00:48:34.547Z] Step 10/24 : FROM scratch [2021-01-18T00:48:34.547Z] ---> [2021-01-18T00:48:34.547Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T00:48:34.547Z] ---> Running in 3c2409aa8e6d [2021-01-18T00:48:34.547Z] Removing intermediate container 1503b8949a0b [2021-01-18T00:48:34.547Z] ---> e6883e0e184d [2021-01-18T00:48:34.547Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:48:34.547Z] Removing intermediate container 89bc31e32e9e [2021-01-18T00:48:34.547Z] ---> 76c7e24035aa [2021-01-18T00:48:34.547Z] [2021-01-18T00:48:34.547Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:48:34.547Z] Removing intermediate container 3a4cd2f5c59c [2021-01-18T00:48:34.547Z] ---> c1e83bf0448a [2021-01-18T00:48:34.547Z] [2021-01-18T00:48:34.547Z] Step 10/22 : FROM scratch [2021-01-18T00:48:34.547Z] ---> [2021-01-18T00:48:34.547Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:48:34.547Z] 3.12: Pulling from library/alpine [2021-01-18T00:48:34.547Z] ---> Running in 43e47b8a2fa9 [2021-01-18T00:48:34.547Z] ---> Running in 3c6f31be1aba [2021-01-18T00:48:34.547Z] Removing intermediate container 3c2409aa8e6d [2021-01-18T00:48:34.547Z] ---> 39305eac9bc2 [2021-01-18T00:48:34.547Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T00:48:34.547Z] ---> Running in e614ec6c3500 [2021-01-18T00:48:35.532Z] Removing intermediate container 43e47b8a2fa9 [2021-01-18T00:48:35.532Z] ---> ec7210028ba6 [2021-01-18T00:48:35.532Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T00:48:35.532Z] ---> Running in 2d712f518264 [2021-01-18T00:48:35.823Z] Removing intermediate container e614ec6c3500 [2021-01-18T00:48:35.823Z] ---> 971582fef1b2 [2021-01-18T00:48:35.823Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T00:48:35.823Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:48:35.823Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:48:35.823Z] ---> afeebe901d6b [2021-01-18T00:48:35.823Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:48:36.106Z] ---> Running in ad315227695e [2021-01-18T00:48:36.106Z] ---> Running in 06111fcdcec1 [2021-01-18T00:48:36.386Z] 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-18T00:48:36.386Z] Removing intermediate container 2d712f518264 [2021-01-18T00:48:36.386Z] ---> 59288d8a9a05 [2021-01-18T00:48:36.386Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:48:36.668Z] ---> Running in ed3d2e373754 [2021-01-18T00:48:36.964Z] Removing intermediate container ad315227695e [2021-01-18T00:48:36.964Z] ---> 98b04506d7f5 [2021-01-18T00:48:36.964Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T00:48:37.587Z] Removing intermediate container ed3d2e373754 [2021-01-18T00:48:37.587Z] ---> 9f039392f848 [2021-01-18T00:48:37.587Z] Step 14/22 : WORKDIR / [2021-01-18T00:48:37.861Z] ---> Running in d5479cb07e32 [2021-01-18T00:48:38.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:38.469Z] ---> 44070dc42949 [2021-01-18T00:48:38.469Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T00:48:38.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:38.747Z] Removing intermediate container d5479cb07e32 [2021-01-18T00:48:38.747Z] ---> 121c9eb1cc03 [2021-01-18T00:48:38.747Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:39.348Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:48:39.348Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:48:39.624Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:48:39.624Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:48:39.624Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:48:39.624Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:48:39.905Z] OK: 7 MiB in 18 packages [2021-01-18T00:48:40.188Z] ---> 2630bcc08d45 [2021-01-18T00:48:40.188Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:48:40.462Z] ---> b68a80fe1703 [2021-01-18T00:48:40.752Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T00:48:43.401Z] ---> 30d62ad03045 [2021-01-18T00:48:43.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:43.401Z] Removing intermediate container 3c6f31be1aba [2021-01-18T00:48:43.401Z] ---> 819d080dbb6a [2021-01-18T00:48:43.401Z] [2021-01-18T00:48:43.401Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:48:43.401Z] 20.10.0: Pulling from library/docker [2021-01-18T00:48:43.401Z] ---> fbd5a6cef751 [2021-01-18T00:48:43.401Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:43.683Z] Removing intermediate container 06111fcdcec1 [2021-01-18T00:48:43.683Z] ---> dae066233827 [2021-01-18T00:48:43.683Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:48:43.967Z] ---> Running in 4d9a1e3efb18 [2021-01-18T00:48:44.984Z] ---> 2314d8bbae48 [2021-01-18T00:48:44.984Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T00:48:45.979Z] ---> Running in d7d60477a9d3 [2021-01-18T00:48:45.979Z] ---> 09eb917bb660 [2021-01-18T00:48:45.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:48:45.979Z] Removing intermediate container 4d9a1e3efb18 [2021-01-18T00:48:45.979Z] ---> cc44ac29f46b [2021-01-18T00:48:45.979Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:48:46.584Z] ---> Running in 742e13786e26 [2021-01-18T00:48:47.591Z] Removing intermediate container d7d60477a9d3 [2021-01-18T00:48:47.591Z] ---> bef6a6fd735a [2021-01-18T00:48:47.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:48:47.868Z] Removing intermediate container 742e13786e26 [2021-01-18T00:48:47.868Z] ---> 24ea1679a218 [2021-01-18T00:48:47.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:48:47.868Z] ---> Running in 21015d5fc289 [2021-01-18T00:48:48.144Z] ---> d5192ca0ab1f [2021-01-18T00:48:48.144Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:48.423Z] Removing intermediate container 8c1b43bcf505 [2021-01-18T00:48:48.423Z] ---> 94c91e35b30a [2021-01-18T00:48:48.423Z] [2021-01-18T00:48:48.423Z] Step 10/22 : FROM scratch [2021-01-18T00:48:48.423Z] ---> [2021-01-18T00:48:48.423Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:48:48.423Z] ---> Using cache [2021-01-18T00:48:48.423Z] ---> ec7210028ba6 [2021-01-18T00:48:48.423Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T00:48:49.019Z] ---> Running in 6e3fc26163f5 [2021-01-18T00:48:49.019Z] Removing intermediate container 21015d5fc289 [2021-01-18T00:48:49.019Z] ---> 9cb0b0780f05 [2021-01-18T00:48:49.019Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:48:49.299Z] ---> 6ab27742f353 [2021-01-18T00:48:49.299Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:48:49.575Z] ---> Running in abc709a4c4e8 [2021-01-18T00:48:49.848Z] ---> be1a066e28a6 [2021-01-18T00:48:49.848Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:48:50.124Z] Removing intermediate container 6e3fc26163f5 [2021-01-18T00:48:50.124Z] ---> 3327f8b37936 [2021-01-18T00:48:50.124Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:48:50.418Z] ---> Running in e1229ba16412 [2021-01-18T00:48:50.418Z] ---> Running in bdb4489237c8 [2021-01-18T00:48:50.697Z] Removing intermediate container abc709a4c4e8 [2021-01-18T00:48:50.697Z] ---> 1d235dcb98c5 [2021-01-18T00:48:50.697Z] Step 21/22 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:48:51.306Z] ---> Running in 6ad39b84bdea [2021-01-18T00:48:51.600Z] Removing intermediate container e1229ba16412 [2021-01-18T00:48:51.600Z] ---> f3315d5d9f3c [2021-01-18T00:48:51.600Z] Step 14/22 : WORKDIR / [2021-01-18T00:48:51.600Z] ---> 5c3310948177 [2021-01-18T00:48:51.600Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:48:51.874Z] Removing intermediate container bdb4489237c8 [2021-01-18T00:48:51.874Z] ---> 99427e2f4f09 [2021-01-18T00:48:51.874Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:48:51.874Z] ---> Running in 53a8676d5ed3 [2021-01-18T00:48:52.154Z] Removing intermediate container 6ad39b84bdea [2021-01-18T00:48:52.154Z] ---> 269bad4d3408 [2021-01-18T00:48:52.154Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:48:52.429Z] ---> Running in 5fe07f8c930e [2021-01-18T00:48:52.708Z] ---> Running in 3bfb2cc7293b [2021-01-18T00:48:52.986Z] Removing intermediate container 53a8676d5ed3 [2021-01-18T00:48:52.986Z] ---> e9e1c4ca7ae7 [2021-01-18T00:48:52.986Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:53.268Z] Removing intermediate container 5fe07f8c930e [2021-01-18T00:48:53.268Z] ---> 02c3f9baf057 [2021-01-18T00:48:53.268Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:48:53.268Z] ---> 75149f85ffea [2021-01-18T00:48:53.268Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:48:53.542Z] ---> Running in 56828466bfd8 [2021-01-18T00:48:53.818Z] ---> Running in 835a84f9c842 [2021-01-18T00:48:53.818Z] Removing intermediate container 3bfb2cc7293b [2021-01-18T00:48:53.818Z] ---> 559986fd3b4d [2021-01-18T00:48:53.818Z] [2021-01-18T00:48:54.094Z] ---> 6dfe8fc37adc [2021-01-18T00:48:54.094Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:48:54.372Z] Removing intermediate container 56828466bfd8 [2021-01-18T00:48:54.372Z] ---> d28810627200 [2021-01-18T00:48:54.372Z] Step 23/24 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:48:54.372Z] Successfully built 559986fd3b4d [2021-01-18T00:48:54.648Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T00:48:54.648Z] Building docker-security-bootstrap-redis-go [2021-01-18T00:48:54.648Z]  Building docker-core-command-go ... done Removing intermediate container 835a84f9c842 [2021-01-18T00:48:54.648Z] ---> 77b03fb62a64 [2021-01-18T00:48:54.648Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:48:54.925Z] ---> Running in 1e79adc0c9f3 [2021-01-18T00:48:55.198Z] ---> Running in a1d44222a905 [2021-01-18T00:48:55.809Z] Removing intermediate container 1e79adc0c9f3 [2021-01-18T00:48:55.809Z] ---> c3de75c3764d [2021-01-18T00:48:55.809Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:48:56.088Z] Removing intermediate container a1d44222a905 [2021-01-18T00:48:56.088Z] ---> 1d2249903ced [2021-01-18T00:48:56.088Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:48:56.686Z] ---> Running in 2b5e8bf7ea69 [2021-01-18T00:48:56.970Z] ---> dc0ae0648921 [2021-01-18T00:48:56.970Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:57.248Z] ---> Running in 9fe2eb34fa88 [2021-01-18T00:48:57.535Z] Removing intermediate container 2b5e8bf7ea69 [2021-01-18T00:48:57.535Z] ---> 9417db867334 [2021-01-18T00:48:57.535Z] [2021-01-18T00:48:58.133Z] Removing intermediate container 9fe2eb34fa88 [2021-01-18T00:48:58.133Z] ---> af647b65a881 [2021-01-18T00:48:58.133Z] Step 20/21 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:48:58.133Z] Successfully built 9417db867334 [2021-01-18T00:48:58.728Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T00:48:58.729Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-18T00:48:59.002Z] ---> 91be7a0fe29b [2021-01-18T00:48:59.002Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:48:59.002Z] ---> Running in 26837620a5c4 [2021-01-18T00:48:59.281Z] ---> Running in 01c5fd831bd4 [2021-01-18T00:48:59.559Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:48:59.559Z] Removing intermediate container 26837620a5c4 [2021-01-18T00:48:59.559Z] ---> a4303b7bb34b [2021-01-18T00:48:59.559Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:48:59.847Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:48:59.847Z] ---> eeaf43b92773 [2021-01-18T00:48:59.847Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:48:59.847Z] Removing intermediate container 01c5fd831bd4 [2021-01-18T00:48:59.847Z] ---> aa0283e3bd1f [2021-01-18T00:48:59.847Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:48:59.847Z] ---> Running in 796420e5e406 [2021-01-18T00:48:59.847Z] ---> Running in 7f5714c6169a [2021-01-18T00:49:00.124Z] ---> Running in 0789108b2964 [2021-01-18T00:49:00.726Z] Removing intermediate container 796420e5e406 [2021-01-18T00:49:00.726Z] ---> c94fcb870930 [2021-01-18T00:49:00.726Z] [2021-01-18T00:49:01.011Z] Removing intermediate container 0789108b2964 [2021-01-18T00:49:01.011Z] ---> ba6e2d1ddbb9 [2021-01-18T00:49:01.011Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:49:01.292Z] ---> Running in e30f2265fd8f [2021-01-18T00:49:01.292Z] Successfully built c94fcb870930 [2021-01-18T00:49:01.569Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T00:49:01.569Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-18T00:49:01.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:01.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:02.453Z] Removing intermediate container e30f2265fd8f [2021-01-18T00:49:02.453Z] ---> d4fdd4740640 [2021-01-18T00:49:02.453Z] Step 21/22 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:49:02.739Z] ---> Running in bfeb8637c8ea [2021-01-18T00:49:02.739Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:49:02.739Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:49:02.739Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:49:02.739Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:49:02.739Z] OK: 12 MiB in 22 packages [2021-01-18T00:49:03.725Z] Removing intermediate container bfeb8637c8ea [2021-01-18T00:49:03.725Z] ---> bf0fd1772a3c [2021-01-18T00:49:03.725Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:49:04.710Z] ---> Running in 79f85a5a3d3c [2021-01-18T00:49:06.706Z] Removing intermediate container 79f85a5a3d3c [2021-01-18T00:49:06.706Z] ---> b7f08fa2820f [2021-01-18T00:49:06.706Z] [2021-01-18T00:49:06.989Z] Removing intermediate container 7f5714c6169a [2021-01-18T00:49:06.989Z] ---> 5d5e39d23f4d [2021-01-18T00:49:06.989Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:49:07.264Z] Successfully built b7f08fa2820f [2021-01-18T00:49:07.264Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T00:49:07.264Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-18T00:49:07.537Z] ---> Running in 09235cdd5e02 [2021-01-18T00:49:08.134Z] Removing intermediate container 09235cdd5e02 [2021-01-18T00:49:08.134Z] ---> 316b876871b7 [2021-01-18T00:49:08.134Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:49:08.134Z] ---> Running in 29f44a512928 [2021-01-18T00:49:08.742Z] Removing intermediate container 29f44a512928 [2021-01-18T00:49:08.742Z] ---> a66723916932 [2021-01-18T00:49:08.742Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:49:09.019Z] ---> Running in ce68622bf848 [2021-01-18T00:49:09.625Z] Removing intermediate container ce68622bf848 [2021-01-18T00:49:09.625Z] ---> 80dcc5d9a6cf [2021-01-18T00:49:09.625Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:49:11.619Z] ---> 65bff92e7595 [2021-01-18T00:49:11.619Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:49:13.061Z] ---> 14efd9c3636c [2021-01-18T00:49:13.061Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:49:15.051Z] ---> 662254613767 [2021-01-18T00:49:15.051Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:49:15.658Z] ---> Running in 6fb08e1dc9ac [2021-01-18T00:49:17.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:17.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:17.985Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:49:17.985Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:49:17.985Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:49:17.985Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:49:17.985Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:49:17.985Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:49:17.985Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:49:19.961Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:49:19.961Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:49:19.961Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:49:19.961Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:49:19.961Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:49:19.961Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:49:20.233Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:49:20.233Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:49:20.233Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:49:20.233Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:49:20.506Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:49:20.506Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:49:20.506Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:49:20.506Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:49:20.507Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:49:20.507Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:49:20.507Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:49:20.507Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:49:20.507Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:49:20.781Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:49:20.781Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:49:20.781Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:49:20.781Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:49:20.781Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:49:20.781Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:49:20.781Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:49:21.055Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:49:21.055Z] OK: 71 MiB in 55 packages [2021-01-18T00:49:33.563Z] Removing intermediate container 6fb08e1dc9ac [2021-01-18T00:49:33.563Z] ---> d96b717b1566 [2021-01-18T00:49:33.563Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:49:33.563Z] ---> Running in c2e0d4c838be [2021-01-18T00:49:40.314Z] Collecting docker-compose==1.23.2 [2021-01-18T00:49:40.314Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:49:42.489Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:42.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:42.489Z] ---> aa60eda21752 [2021-01-18T00:49:42.489Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:49:42.489Z] ---> Using cache [2021-01-18T00:49:42.489Z] ---> 815bb20f5efd [2021-01-18T00:49:42.489Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:42.489Z] ---> Using cache [2021-01-18T00:49:42.489Z] ---> 06a5446c4e31 [2021-01-18T00:49:42.489Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:49:42.489Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:49:42.489Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:49:45.230Z] ---> Running in 24e4e0978439 [2021-01-18T00:49:45.230Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:49:45.230Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:49:46.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:48.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:48.194Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:48.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:48.194Z] ---> aa60eda21752 [2021-01-18T00:49:48.194Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:49:48.194Z] ---> Using cache [2021-01-18T00:49:48.194Z] ---> 815bb20f5efd [2021-01-18T00:49:48.194Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:48.194Z] ---> Using cache [2021-01-18T00:49:48.194Z] ---> 06a5446c4e31 [2021-01-18T00:49:48.194Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:49:48.802Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:48.802Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:48.802Z] ---> aa60eda21752 [2021-01-18T00:49:48.802Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:49:48.802Z] ---> Using cache [2021-01-18T00:49:48.802Z] ---> 815bb20f5efd [2021-01-18T00:49:48.802Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:48.802Z] ---> Using cache [2021-01-18T00:49:48.802Z] ---> 06a5446c4e31 [2021-01-18T00:49:48.802Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:49:49.413Z] OK: 217 MiB in 51 packages [2021-01-18T00:49:49.413Z] ---> Running in c4b6a413d5bb [2021-01-18T00:49:49.413Z] ---> Running in 319e48acc823 [2021-01-18T00:49:50.025Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:49:50.025Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:49:50.640Z] 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-18T00:49:51.251Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:49:51.251Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:49:51.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:51.860Z] Removing intermediate container 24e4e0978439 [2021-01-18T00:49:51.860Z] ---> 94de2a952c43 [2021-01-18T00:49:51.860Z] Step 6/22 : COPY go.mod . [2021-01-18T00:49:52.466Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:52.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:52.466Z] ---> aa60eda21752 [2021-01-18T00:49:52.466Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:49:52.466Z] ---> Using cache [2021-01-18T00:49:52.466Z] ---> 815bb20f5efd [2021-01-18T00:49:52.466Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:52.466Z] ---> Using cache [2021-01-18T00:49:52.466Z] ---> 06a5446c4e31 [2021-01-18T00:49:52.466Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:49:52.466Z] ---> Running in acdcb74d85d8 [2021-01-18T00:49:52.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:52.466Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:49:52.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:52.743Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:49:53.026Z] ---> 380bbe863f44 [2021-01-18T00:49:53.026Z] Step 7/22 : RUN go mod download [2021-01-18T00:49:53.303Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:49:53.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:53.303Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:49:53.303Z] ---> Running in 0b1f106a1b00 [2021-01-18T00:49:53.921Z] OK: 217 MiB in 51 packages [2021-01-18T00:49:54.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:54.502Z] OK: 217 MiB in 51 packages [2021-01-18T00:49:55.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:56.136Z] Removing intermediate container 319e48acc823 [2021-01-18T00:49:56.136Z] ---> 6b2f6d5555df [2021-01-18T00:49:56.136Z] Step 6/24 : COPY go.mod . [2021-01-18T00:49:56.136Z] OK: 217 MiB in 51 packages [2021-01-18T00:49:56.422Z] Removing intermediate container c4b6a413d5bb [2021-01-18T00:49:56.422Z] ---> 6bf83c523448 [2021-01-18T00:49:56.422Z] Step 6/21 : COPY go.mod . [2021-01-18T00:49:57.039Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:49:57.039Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:49:57.324Z] ---> caf61c9e7e33 [2021-01-18T00:49:57.324Z] Step 7/24 : RUN go mod download [2021-01-18T00:49:57.605Z] ---> cf7cd2bf03fd [2021-01-18T00:49:57.606Z] ---> Running in 76879696bef6 [2021-01-18T00:49:57.606Z] Step 7/21 : RUN go mod download [2021-01-18T00:49:57.886Z] ---> Running in 2d2246435df8 [2021-01-18T00:49:58.163Z] Removing intermediate container 0b1f106a1b00 [2021-01-18T00:49:58.163Z] ---> 4d6f9c08818c [2021-01-18T00:49:58.163Z] Step 8/22 : COPY . . [2021-01-18T00:49:58.443Z] Removing intermediate container acdcb74d85d8 [2021-01-18T00:49:58.443Z] ---> 7d1f617ba6d7 [2021-01-18T00:49:58.443Z] Step 6/23 : COPY go.mod . [2021-01-18T00:50:00.469Z] ---> 96691779d36a [2021-01-18T00:50:00.469Z] Step 7/23 : RUN go mod download [2021-01-18T00:50:00.469Z] ---> Running in 5517a87247e8 [2021-01-18T00:50:01.125Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:50:01.125Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:50:01.754Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:50:01.754Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:50:02.760Z] Removing intermediate container 76879696bef6 [2021-01-18T00:50:02.760Z] ---> 16f4137f0b28 [2021-01-18T00:50:02.760Z] Step 8/24 : COPY . . [2021-01-18T00:50:03.765Z] Removing intermediate container 2d2246435df8 [2021-01-18T00:50:03.765Z] ---> cc84e3bfb23c [2021-01-18T00:50:03.765Z] Step 8/21 : COPY . . [2021-01-18T00:50:05.230Z] 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-18T00:50:06.224Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:50:06.224Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:50:06.504Z] Removing intermediate container 5517a87247e8 [2021-01-18T00:50:06.504Z] ---> 37b514f945f5 [2021-01-18T00:50:06.504Z] Step 8/23 : COPY . . [2021-01-18T00:50:06.786Z] 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-18T00:50:07.077Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:50:07.077Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:50:07.360Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:50:07.639Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:50:07.639Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:50:07.639Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:50:07.639Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:50:07.639Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:50:09.098Z] Installing collected packages: urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, texttable, dockerpty, cached-property, docopt, docker-compose [2021-01-18T00:50:09.098Z] Attempting uninstall: urllib3 [2021-01-18T00:50:09.098Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:50:09.098Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:50:09.379Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:50:10.378Z] Attempting uninstall: idna [2021-01-18T00:50:10.378Z] Found existing installation: idna 2.9 [2021-01-18T00:50:10.378Z] Uninstalling idna-2.9: [2021-01-18T00:50:10.378Z] Successfully uninstalled idna-2.9 [2021-01-18T00:50:11.371Z] Attempting uninstall: requests [2021-01-18T00:50:11.371Z] Found existing installation: requests 2.23.0 [2021-01-18T00:50:11.371Z] Uninstalling requests-2.23.0: [2021-01-18T00:50:11.371Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:50:11.986Z] Running setup.py install for PyYAML: started [2021-01-18T00:50:15.704Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:50:17.162Z] Running setup.py install for texttable: started [2021-01-18T00:50:19.836Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:50:20.115Z] Running setup.py install for dockerpty: started [2021-01-18T00:50:23.548Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:50:23.832Z] Running setup.py install for docopt: started [2021-01-18T00:50:26.470Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:50:29.124Z] 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-18T00:50:29.124Z] ---> 0880d0db8c78 [2021-01-18T00:50:29.124Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:50:29.398Z] ---> Running in 247115c12d97 [2021-01-18T00:50:29.398Z] ---> 219f6f9ea469 [2021-01-18T00:50:29.676Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:50:29.676Z] ---> 717431b0c755 [2021-01-18T00:50:29.676Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:50:29.676Z] ---> 5eda26054ab3 [2021-01-18T00:50:29.676Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:50:29.966Z] ---> Running in afc79ff5886b [2021-01-18T00:50:29.966Z] ---> Running in 3b715dd5a7d2 [2021-01-18T00:50:29.966Z] ---> Running in 3a9102e74783 [2021-01-18T00:50:31.974Z] 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-18T00:50:32.252Z] 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-18T00:50:32.528Z] 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-18T00:50:32.810Z] 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-18T00:50:34.809Z] Removing intermediate container c2e0d4c838be [2021-01-18T00:50:34.809Z] ---> 4f3897a350e3 [2021-01-18T00:50:34.809Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:50:35.083Z] ---> Running in 58451693a52e [2021-01-18T00:50:37.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:37.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:38.345Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:50:38.345Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:50:38.345Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:50:38.345Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:50:38.345Z] OK: 71 MiB in 58 packages [2021-01-18T00:50:40.337Z] Removing intermediate container 58451693a52e [2021-01-18T00:50:40.337Z] ---> b1d63e7022c9 [2021-01-18T00:50:40.337Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:50:40.337Z] ---> Running in 23f49ca45e35 [2021-01-18T00:50:41.329Z] Removing intermediate container 23f49ca45e35 [2021-01-18T00:50:41.329Z] ---> 6d70d049dea5 [2021-01-18T00:50:41.329Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:50:41.329Z] ---> Running in 5d91f7308983 [2021-01-18T00:50:41.934Z] Removing intermediate container 5d91f7308983 [2021-01-18T00:50:41.934Z] ---> 1a805c16e9e5 [2021-01-18T00:50:41.934Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T00:50:42.225Z] ---> Running in 05c468659f00 [2021-01-18T00:50:42.853Z] Removing intermediate container 05c468659f00 [2021-01-18T00:50:42.853Z] ---> 54d4e3317890 [2021-01-18T00:50:42.853Z] Step 25/26 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:50:43.129Z] ---> Running in 511d916d4159 [2021-01-18T00:50:43.744Z] Removing intermediate container 511d916d4159 [2021-01-18T00:50:43.744Z] ---> 1ed778a06609 [2021-01-18T00:50:43.744Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:50:44.022Z] ---> Running in f57f6397ed04 [2021-01-18T00:50:44.628Z] Removing intermediate container f57f6397ed04 [2021-01-18T00:50:44.628Z] ---> 3885cf55390d [2021-01-18T00:50:44.628Z] [2021-01-18T00:50:45.333Z] Successfully built 3885cf55390d [2021-01-18T00:50:45.333Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T00:51:42.010Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-18T00:51:54.438Z] Removing intermediate container 247115c12d97 [2021-01-18T00:51:54.438Z] ---> 5a841b436c93 [2021-01-18T00:51:54.438Z] [2021-01-18T00:51:54.438Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:51:54.438Z] ---> afeebe901d6b [2021-01-18T00:51:54.438Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:51:54.438Z] ---> Running in dfeb175bb09f [2021-01-18T00:51:55.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:55.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:56.023Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:51:56.023Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:51:56.023Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:51:56.023Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:51:56.299Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:51:56.299Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:51:56.299Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:51:56.576Z] OK: 7 MiB in 19 packages [2021-01-18T00:51:57.565Z] Removing intermediate container afc79ff5886b [2021-01-18T00:51:57.565Z] ---> b4fb633b7603 [2021-01-18T00:51:57.565Z] [2021-01-18T00:51:57.565Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:51:57.565Z] ---> afeebe901d6b [2021-01-18T00:51:57.565Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:51:57.843Z] ---> Running in 398d9be3693e [2021-01-18T00:51:58.838Z] Removing intermediate container 3a9102e74783 [2021-01-18T00:51:58.838Z] ---> fa08ae613f02 [2021-01-18T00:51:58.838Z] [2021-01-18T00:51:58.838Z] Step 10/21 : FROM scratch [2021-01-18T00:51:58.838Z] ---> [2021-01-18T00:51:58.838Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:51:59.440Z] ---> Using cache [2021-01-18T00:51:59.440Z] ---> ec7210028ba6 [2021-01-18T00:51:59.440Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T00:51:59.440Z] ---> Running in a6aeb4bd5a03 [2021-01-18T00:51:59.715Z] Removing intermediate container dfeb175bb09f [2021-01-18T00:51:59.715Z] ---> 1b794b669e4b [2021-01-18T00:51:59.715Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T00:51:59.715Z] ---> Running in e8bdece11ed7 [2021-01-18T00:51:59.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:59.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:00.268Z] Removing intermediate container a6aeb4bd5a03 [2021-01-18T00:52:00.268Z] ---> c65839e7a7e9 [2021-01-18T00:52:00.268Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T00:52:00.268Z] ---> Running in cb1c25dd8c9a [2021-01-18T00:52:00.540Z] Removing intermediate container e8bdece11ed7 [2021-01-18T00:52:00.540Z] ---> 596c56ec72e5 [2021-01-18T00:52:00.540Z] Step 13/22 : WORKDIR / [2021-01-18T00:52:00.540Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:52:00.540Z] ---> Running in c1c631fdead2 [2021-01-18T00:52:00.825Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:52:00.825Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:52:00.825Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:52:00.825Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:52:00.825Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:52:00.825Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:52:00.825Z] Removing intermediate container cb1c25dd8c9a [2021-01-18T00:52:00.825Z] ---> 50737e1f5d4d [2021-01-18T00:52:00.825Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:52:01.110Z] OK: 7 MiB in 19 packages [2021-01-18T00:52:01.402Z] Removing intermediate container c1c631fdead2 [2021-01-18T00:52:01.402Z] ---> 2a8e8ccb99bb [2021-01-18T00:52:01.682Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:52:02.290Z] ---> 11bbdbfa73b7 [2021-01-18T00:52:02.290Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:52:02.566Z] ---> a33a5677b842 [2021-01-18T00:52:02.566Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T00:52:03.560Z] Removing intermediate container 398d9be3693e [2021-01-18T00:52:03.560Z] ---> 7e7663bec2c2 [2021-01-18T00:52:03.560Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:52:03.835Z] ---> Running in 2e9cc731229e [2021-01-18T00:52:03.835Z] ---> ed36572cfab0 [2021-01-18T00:52:03.835Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:04.110Z] ---> e7038ade5a63 [2021-01-18T00:52:04.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T00:52:04.389Z] Removing intermediate container 2e9cc731229e [2021-01-18T00:52:04.389Z] ---> 4e2bea0ba8ee [2021-01-18T00:52:04.389Z] Step 13/24 : WORKDIR / [2021-01-18T00:52:04.389Z] ---> Running in 5d4af2d460ee [2021-01-18T00:52:04.997Z] ---> 2d2b5794861f [2021-01-18T00:52:04.997Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:52:04.997Z] ---> beb9e60a1477 [2021-01-18T00:52:04.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:04.997Z] Removing intermediate container 5d4af2d460ee [2021-01-18T00:52:04.997Z] ---> 279508685530 [2021-01-18T00:52:04.997Z] 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-18T00:52:04.997Z] ---> Running in 18e0f19b883f [2021-01-18T00:52:06.004Z] Removing intermediate container 18e0f19b883f [2021-01-18T00:52:06.004Z] ---> fe5e5e6dd274 [2021-01-18T00:52:06.004Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:52:06.004Z] ---> Running in 916db06347a3 [2021-01-18T00:52:06.282Z] ---> ac5d52e8400e [2021-01-18T00:52:06.283Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T00:52:06.283Z] ---> 970a3b794c87 [2021-01-18T00:52:06.283Z] 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-18T00:52:06.283Z] ---> Running in eecf216792a9 [2021-01-18T00:52:06.561Z] Removing intermediate container 916db06347a3 [2021-01-18T00:52:06.561Z] ---> de7ce1a91cbe [2021-01-18T00:52:06.561Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:52:07.178Z] ---> Running in d2c4e3dc3aa3 [2021-01-18T00:52:07.453Z] ---> 7cdd284208f5 [2021-01-18T00:52:07.453Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:07.732Z] Removing intermediate container d2c4e3dc3aa3 [2021-01-18T00:52:07.732Z] ---> cf02ffc1cdd4 [2021-01-18T00:52:07.732Z] Step 20/21 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:52:08.006Z] ---> Running in 2a6d8ad48b1e [2021-01-18T00:52:08.625Z] ---> 856f4bce7ad3 [2021-01-18T00:52:08.625Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:52:08.899Z] Removing intermediate container 2a6d8ad48b1e [2021-01-18T00:52:08.899Z] ---> 0fbc9fe893d6 [2021-01-18T00:52:08.899Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:52:09.174Z] ---> Running in 53a25858e48e [2021-01-18T00:52:09.453Z] Removing intermediate container eecf216792a9 [2021-01-18T00:52:09.453Z] ---> 7bfae9250fb8 [2021-01-18T00:52:09.453Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:52:09.727Z] ---> Running in 17dd6fa8ddbd [2021-01-18T00:52:10.002Z] Removing intermediate container 53a25858e48e [2021-01-18T00:52:10.002Z] ---> b0d780c0efe8 [2021-01-18T00:52:10.002Z] [2021-01-18T00:52:10.002Z] ---> 96e623d54f76 [2021-01-18T00:52:10.002Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:52:10.278Z] Successfully built b0d780c0efe8 [2021-01-18T00:52:10.278Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T00:52:10.278Z]  Building docker-support-scheduler-go ... done Removing intermediate container 17dd6fa8ddbd [2021-01-18T00:52:10.278Z] ---> 9beab060b022 [2021-01-18T00:52:10.278Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:52:10.554Z] ---> Running in 3113c9be2e58 [2021-01-18T00:52:11.148Z] ---> 517492371c18 [2021-01-18T00:52:11.148Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:52:11.148Z] Removing intermediate container 3113c9be2e58 [2021-01-18T00:52:11.148Z] ---> 84ff741c020d [2021-01-18T00:52:11.148Z] Step 21/22 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:52:11.426Z] ---> Running in 679bd96a7317 [2021-01-18T00:52:12.032Z] Removing intermediate container 679bd96a7317 [2021-01-18T00:52:12.032Z] ---> 6cb7af0f0477 [2021-01-18T00:52:12.032Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:52:12.032Z] ---> ec4359e90251 [2021-01-18T00:52:12.032Z] 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-18T00:52:12.032Z] ---> Running in 7f3fae7fd103 [2021-01-18T00:52:12.310Z] ---> Running in 907c55acae67 [2021-01-18T00:52:12.587Z] Removing intermediate container 7f3fae7fd103 [2021-01-18T00:52:12.587Z] ---> 086db6580246 [2021-01-18T00:52:12.587Z] [2021-01-18T00:52:13.186Z] Successfully built 086db6580246 [2021-01-18T00:52:13.186Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-18T00:52:15.224Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 907c55acae67 [2021-01-18T00:52:15.224Z] ---> d706ca438305 [2021-01-18T00:52:15.224Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:52:15.224Z] ---> Running in 2fd15b426c20 [2021-01-18T00:52:15.825Z] Removing intermediate container 3b715dd5a7d2 [2021-01-18T00:52:15.825Z] ---> 33ddfc7d656f [2021-01-18T00:52:15.825Z] [2021-01-18T00:52:15.825Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:52:15.825Z] ---> afeebe901d6b [2021-01-18T00:52:15.825Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:52:15.825Z] Removing intermediate container 2fd15b426c20 [2021-01-18T00:52:15.825Z] ---> cb194141946a [2021-01-18T00:52:15.825Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:52:16.101Z] ---> Running in 140dbaee7956 [2021-01-18T00:52:16.101Z] ---> Running in 661fd07d3b67 [2021-01-18T00:52:16.698Z] Removing intermediate container 661fd07d3b67 [2021-01-18T00:52:16.698Z] ---> 0e358860962b [2021-01-18T00:52:16.698Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:52:16.698Z] Removing intermediate container 140dbaee7956 [2021-01-18T00:52:16.698Z] ---> c2e106f7ea78 [2021-01-18T00:52:16.698Z] Step 23/24 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:52:16.698Z] ---> Running in 550c0c2e3743 [2021-01-18T00:52:16.698Z] ---> Running in a5212ad5d581 [2021-01-18T00:52:17.296Z] Removing intermediate container 550c0c2e3743 [2021-01-18T00:52:17.296Z] ---> 4f19d4f6f695 [2021-01-18T00:52:17.296Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:52:17.296Z] Removing intermediate container a5212ad5d581 [2021-01-18T00:52:17.296Z] ---> 2914f3000730 [2021-01-18T00:52:17.296Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:52:17.296Z] ---> Running in 283f952755ec [2021-01-18T00:52:17.573Z] ---> Running in cafdd6dcd93f [2021-01-18T00:52:17.849Z] Removing intermediate container 283f952755ec [2021-01-18T00:52:17.849Z] ---> a9bf86d1593f [2021-01-18T00:52:17.849Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:52:18.135Z] ---> Running in 5dc9f94d8288 [2021-01-18T00:52:18.135Z] Removing intermediate container cafdd6dcd93f [2021-01-18T00:52:18.135Z] ---> 6beb7c9f9604 [2021-01-18T00:52:18.135Z] [2021-01-18T00:52:18.419Z] Successfully built 6beb7c9f9604 [2021-01-18T00:52:18.695Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T00:52:20.149Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5dc9f94d8288 [2021-01-18T00:52:20.149Z] ---> 3d9c5f0b72dc [2021-01-18T00:52:20.149Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T00:52:20.149Z] ---> Running in d004983c0383 [2021-01-18T00:52:21.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:22.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:23.622Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T00:52:23.622Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T00:52:23.622Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:52:24.220Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T00:52:24.220Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T00:52:24.220Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:52:24.220Z] OK: 8 MiB in 19 packages [2021-01-18T00:52:25.669Z] Removing intermediate container d004983c0383 [2021-01-18T00:52:25.669Z] ---> 859bfd0a66ae [2021-01-18T00:52:25.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:52:26.272Z] ---> 537e923393d9 [2021-01-18T00:52:26.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:52:27.705Z] ---> 2b7bad74ef8e [2021-01-18T00:52:27.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:28.305Z] ---> 14c8fffee2b0 [2021-01-18T00:52:28.305Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:52:28.305Z] ---> Running in 257407cd9aa5 [2021-01-18T00:52:28.906Z] Removing intermediate container 257407cd9aa5 [2021-01-18T00:52:28.906Z] ---> 1b792795fd6f [2021-01-18T00:52:28.906Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:52:28.906Z] ---> Running in dc2540abb121 [2021-01-18T00:52:29.500Z] Removing intermediate container dc2540abb121 [2021-01-18T00:52:29.500Z] ---> 93076f76db4b [2021-01-18T00:52:29.500Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T00:52:29.500Z] ---> Running in ecdbcee8c906 [2021-01-18T00:52:30.108Z] Removing intermediate container ecdbcee8c906 [2021-01-18T00:52:30.108Z] ---> 43702d1ac2fd [2021-01-18T00:52:30.108Z] Step 22/23 : LABEL git_sha=262e7d47f45413daa1a023da10cd650384d54c91 [2021-01-18T00:52:30.108Z] ---> Running in 7ab4932855ee [2021-01-18T00:52:30.707Z] Removing intermediate container 7ab4932855ee [2021-01-18T00:52:30.707Z] ---> e1b1508f8af1 [2021-01-18T00:52:30.707Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:52:30.707Z] ---> Running in 66afeb260c2d [2021-01-18T00:52:31.304Z] Removing intermediate container 66afeb260c2d [2021-01-18T00:52:31.304Z] ---> 6f5e18caebc0 [2021-01-18T00:52:31.304Z] [2021-01-18T00:52:31.578Z] Successfully built 6f5e18caebc0 [2021-01-18T00:52:31.578Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T00:52:32.223Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-18T00:52:32.203Z] $ docker stop --time=1 0f1573aa61ee7843f7dc281866fba94f6f9cd721272f5e813d2584301cac7ffa [2021-01-18T00:52:34.155Z] $ docker rm -f 0f1573aa61ee7843f7dc281866fba94f6f9cd721272f5e813d2584301cac7ffa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:52:34.857Z] + docker images+ [2021-01-18T00:52:34.857Z] grep docker [2021-01-18T00:52:35.131Z] docker-core-data-go-arm64 latest 6f5e18caebc0 4 seconds ago 21MB [2021-01-18T00:52:35.131Z] docker-security-secretstore-setup-go-arm64 latest 6beb7c9f9604 17 seconds ago 23.4MB [2021-01-18T00:52:35.131Z] docker-security-bootstrap-redis-go-arm64 latest 086db6580246 22 seconds ago 15.1MB [2021-01-18T00:52:35.131Z] docker-support-scheduler-go-arm64 latest b0d780c0efe8 25 seconds ago 10MB [2021-01-18T00:52:35.131Z] docker-sys-mgmt-agent-go-arm64 latest 3885cf55390d About a minute ago 300MB [2021-01-18T00:52:35.131Z] docker-core-metadata-go-arm64 latest b7f08fa2820f 3 minutes ago 12.3MB [2021-01-18T00:52:35.131Z] docker-security-proxy-setup-go-arm64 latest c94fcb870930 3 minutes ago 23.2MB [2021-01-18T00:52:35.131Z] docker-support-notifications-go-arm64 latest 9417db867334 3 minutes ago 11.4MB [2021-01-18T00:52:35.131Z] docker-core-command-go-arm64 latest 559986fd3b4d 3 minutes ago 9.98MB [2021-01-18T00:52:35.131Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-18T00:52:36.772Z] provisioning config files... [2021-01-18T00:52:36.789Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config3478670804843812671tmp [Pipeline] { [Pipeline] sh [2021-01-18T00:52:37.184Z] + set +x [2021-01-18T00:52:37.184Z] + curl -s https://codecov.io/bash [2021-01-18T00:52:37.184Z] + bash -s -- [2021-01-18T00:52:37.760Z] [2021-01-18T00:52:37.760Z] _____ _ [2021-01-18T00:52:37.760Z] / ____| | | [2021-01-18T00:52:37.760Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T00:52:37.760Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T00:52:37.760Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T00:52:37.760Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T00:52:37.760Z] Bash-20210115-cec3c92 [2021-01-18T00:52:37.760Z] [2021-01-18T00:52:37.760Z] [2021-01-18T00:52:37.760Z] ==> git version 2.24.3 found [2021-01-18T00:52:37.760Z] ==> 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-18T00:52:37.760Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T00:52:37.760Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T00:52:37.760Z] ==> Jenkins CI detected. [2021-01-18T00:52:37.760Z] project root: . [2021-01-18T00:52:37.760Z] --> token set from env [2021-01-18T00:52:37.760Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T00:52:37.760Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T00:52:37.760Z] ==> Python coveragepy not found [2021-01-18T00:52:37.760Z] ==> Searching for coverage reports in: [2021-01-18T00:52:37.760Z] + . [2021-01-18T00:52:37.760Z] -> Found 1 reports [2021-01-18T00:52:37.760Z] ==> Detecting git/mercurial file structure [2021-01-18T00:52:37.760Z] ==> Reading reports [2021-01-18T00:52:37.760Z] + ./coverage.out bytes=550280 [2021-01-18T00:52:38.023Z] ==> Appending adjustments [2021-01-18T00:52:38.023Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T00:52:41.351Z] + Found adjustments [2021-01-18T00:52:41.351Z] ==> Gzipping contents [2021-01-18T00:52:41.351Z] 84K /tmp/codecov.50WoWA.gz [2021-01-18T00:52:41.351Z] ==> Uploading reports [2021-01-18T00:52:41.351Z] url: https://codecov.io [2021-01-18T00:52:41.351Z] query: branch=PR-2966&commit=262e7d47f45413daa1a023da10cd650384d54c91&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-18T00:52:41.351Z] -> Pinging Codecov [2021-01-18T00:52:41.351Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2966&commit=262e7d47f45413daa1a023da10cd650384d54c91&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-18T00:52:41.613Z] -> Uploading to [2021-01-18T00:52:41.613Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/262e7d47f45413daa1a023da10cd650384d54c91/bfa95414-c9a9-461d-859d-d445fd6f0eca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T005241Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa62365077aca705c2bdcd67445c979aa782ea0214e20af9cd1aeaa92f871583 [2021-01-18T00:52:41.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T00:52:41.613Z] Dload Upload Total Spent Left Speed [2021-01-18T00:52:42.188Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83368 0 0 100 83368 0 128k --:--:-- --:--:-- --:--:-- 128k [2021-01-18T00:52:42.188Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/262e7d47f45413daa1a023da10cd650384d54c91 [Pipeline] } [2021-01-18T00:52:42.198Z] 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-18T00:52:44.017Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:52:44.911Z] ---> package-listing.sh [2021-01-18T00:52:44.911Z] ++ facter osfamily [2021-01-18T00:52:44.911Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T00:52:44.911Z] + OS_FAMILY=redhat [2021-01-18T00:52:44.911Z] + workspace=/w/workspace/edgex-go/25 [2021-01-18T00:52:44.911Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T00:52:44.911Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T00:52:44.911Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T00:52:44.911Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T00:52:44.911Z] + '[' /w/workspace/edgex-go/25 ']' [2021-01-18T00:52:44.911Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T00:52:44.911Z] + case "${OS_FAMILY}" in [2021-01-18T00:52:44.911Z] + rpm -qa [2021-01-18T00:52:44.911Z] + sort [2021-01-18T00:52:50.231Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T00:52:50.231Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T00:52:50.231Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T00:52:50.231Z] + '[' /w/workspace/edgex-go/25 ']' [2021-01-18T00:52:50.231Z] + mkdir -p /w/workspace/edgex-go/25/archives/ [2021-01-18T00:52:50.231Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] echo [2021-01-18T00:52:50.250Z] 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/25/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T00:52:50.549Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:52:50.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:52:50.869Z] [2021-01-18T00:52:50.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:52:51.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:52:51.223Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T00:52:51.223Z] df20fa9351a1: Pulling fs layer [2021-01-18T00:52:51.223Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T00:52:51.223Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T00:52:51.223Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T00:52:51.223Z] 93b61091891f: Pulling fs layer [2021-01-18T00:52:51.223Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T00:52:51.223Z] 5e14af77c1be: Pulling fs layer [2021-01-18T00:52:51.223Z] 01666e4c0597: Pulling fs layer [2021-01-18T00:52:51.223Z] 46f8f816bc3b: Waiting [2021-01-18T00:52:51.223Z] aa168da1d23b: Pulling fs layer [2021-01-18T00:52:51.223Z] 01666e4c0597: Waiting [2021-01-18T00:52:51.223Z] 93b9cdb0e59b: Waiting [2021-01-18T00:52:51.223Z] 5e14af77c1be: Waiting [2021-01-18T00:52:51.223Z] 93b61091891f: Waiting [2021-01-18T00:52:51.223Z] 36b3adc4ff6f: Verifying Checksum [2021-01-18T00:52:51.223Z] 36b3adc4ff6f: Download complete [2021-01-18T00:52:51.223Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T00:52:51.223Z] 46f8f816bc3b: Download complete [2021-01-18T00:52:51.489Z] df20fa9351a1: Verifying Checksum [2021-01-18T00:52:51.489Z] df20fa9351a1: Download complete [2021-01-18T00:52:51.489Z] 93b61091891f: Verifying Checksum [2021-01-18T00:52:51.489Z] 93b61091891f: Download complete [2021-01-18T00:52:51.489Z] 93b9cdb0e59b: Download complete [2021-01-18T00:52:51.489Z] 5e14af77c1be: Verifying Checksum [2021-01-18T00:52:51.489Z] 5e14af77c1be: Download complete [2021-01-18T00:52:51.489Z] 01666e4c0597: Verifying Checksum [2021-01-18T00:52:51.489Z] 01666e4c0597: Download complete [2021-01-18T00:52:51.751Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T00:52:51.751Z] 8ad3a11d3b57: Download complete [2021-01-18T00:52:51.751Z] df20fa9351a1: Pull complete [2021-01-18T00:52:52.029Z] 36b3adc4ff6f: Pull complete [2021-01-18T00:52:52.993Z] 8ad3a11d3b57: Pull complete [2021-01-18T00:52:52.993Z] 46f8f816bc3b: Pull complete [2021-01-18T00:52:53.985Z] aa168da1d23b: Verifying Checksum [2021-01-18T00:52:53.985Z] aa168da1d23b: Download complete [2021-01-18T00:52:54.934Z] 93b61091891f: Pull complete [2021-01-18T00:52:55.197Z] 93b9cdb0e59b: Pull complete [2021-01-18T00:52:55.197Z] 5e14af77c1be: Pull complete [2021-01-18T00:52:55.463Z] 01666e4c0597: Pull complete [2021-01-18T00:53:07.754Z] aa168da1d23b: Pull complete [2021-01-18T00:53:07.754Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T00:53:07.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:53:07.754Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T00:53:08.056Z] prd-centos7-docker-4c-2g-20846 does not seem to be running inside a container [2021-01-18T00:53:08.113Z] $ 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/25/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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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-18T00:53:11.535Z] $ docker top 8504f601f93fbc6709b64d84cf46d1dc403db3b4aedb4f37b9a66c7e08689907 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:53:12.087Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T00:53:12.411Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T00:53:12.719Z] + ls /var/log/sa-host [2021-01-18T00:53:12.719Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T00:53:12.719Z] file_magic: OK [2021-01-18T00:53:12.719Z] HZ: Using current value: 100 [2021-01-18T00:53:12.719Z] file_header: OK [2021-01-18T00:53:12.719Z] 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-18T00:53:12.719Z] Statistics: [2021-01-18T00:53:12.719Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-18T00:53:12.719Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T00:53:12.719Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T00:53:12.719Z] file_magic: OK [2021-01-18T00:53:12.719Z] HZ: Using current value: 100 [2021-01-18T00:53:12.719Z] file_header: OK [2021-01-18T00:53:12.719Z] 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-18T00:53:12.719Z] Statistics: [2021-01-18T00:53:12.719Z] Hnuu...uuuununununu... [2021-01-18T00:53:12.719Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T00:53:12.935Z] provisioning config files... [2021-01-18T00:53:12.950Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config7878028079584380622tmp [Pipeline] { [Pipeline] echo [2021-01-18T00:53:13.012Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:13.311Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T00:53:13.321Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T00:53:13.406Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:13.704Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T00:53:13.717Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:14.021Z] ---> sudo-logs.sh [2021-01-18T00:53:14.021Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T00:53:14.032Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:14.345Z] ---> job-cost.sh [2021-01-18T00:53:14.345Z] lf-activate-venv: SKIPPING [2021-01-18T00:53:14.345Z] INFO: No Stack... [2021-01-18T00:53:16.263Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T00:53:16.525Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T00:53:16.540Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:16.842Z] ---> logs-deploy.sh [2021-01-18T00:53:16.842Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/25 [2021-01-18T00:53:16.842Z] INFO: archiving workspace using pattern(s): [2021-01-18T00:53:18.777Z] Archives upload complete. [2021-01-18T00:53:18.777Z] INFO: archiving logs to Nexus