Pull request #2979 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d+67d1a34251aa6315d67009af9685794612423525 (bec037f6d09de744afef4a558f96f07005a84904) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18246 in /w/workspace/edgexfoundry_edgex-go_PR-2979 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 67d1a34251aa6315d67009af9685794612423525 into PR head commit 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d Merge succeeded, producing 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d Checking out Revision 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d (PR-2979) > 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/2979/head:refs/remotes/origin/PR-2979 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d # 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 67d1a34251aa6315d67009af9685794612423525 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.66" > git rev-list --no-walk 23c4e628336c03c14212b36c77e8a5c1b465333e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T19:34:38.264Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T19:34:38.536Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T19:34:38.634Z] ========================================================= [2021-01-04T19:34:38.634Z] EdgeX Global Pipelines Version Info [2021-01-04T19:34:38.634Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:34:40.539Z] ------------------- [2021-01-04T19:34:40.539Z] stable info: [2021-01-04T19:34:40.539Z] ------------------- [2021-01-04T19:34:40.539Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T19:34:40.539Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:34:40.539Z] Message: update stable to v1.0.173 [2021-01-04T19:34:41.131Z] ------------------- [2021-01-04T19:34:41.131Z] experimental info: [2021-01-04T19:34:41.131Z] ------------------- [2021-01-04T19:34:41.131Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T19:34:41.131Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:34:41.131Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T19:34:41.422Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T19:34:41.515Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T19:34:41.611Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T19:34:41.761Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T19:34:41.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T19:34:41.975Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T19:34:42.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T19:34:42.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T19:34:42.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T19:34:42.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T19:34:42.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T19:34:42.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T19:34:42.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T19:34:42.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T19:34:42.901Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T19:34:42.988Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T19:34:43.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T19:34:43.236Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T19:34:43.323Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T19:34:43.409Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T19:34:43.510Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T19:34:43.592Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T19:34:43.675Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T19:34:43.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2979 [Pipeline] echo [2021-01-04T19:34:43.865Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2979 [Pipeline] echo [2021-01-04T19:34:43.955Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2979 [Pipeline] echo [2021-01-04T19:34:44.047Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [Pipeline] echo [2021-01-04T19:34:44.143Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b26867 [Pipeline] echo [2021-01-04T19:34:44.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T19:34:44.436Z] provisioning config files... [2021-01-04T19:34:44.469Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3931440273336858783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:34:44.829Z] ---> docker-login.sh [2021-01-04T19:34:44.829Z] nexus3.edgexfoundry.org:10001 [2021-01-04T19:34:45.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:45.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:45.093Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:45.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:45.093Z] [2021-01-04T19:34:45.093Z] Login Succeeded [2021-01-04T19:34:45.093Z] nexus3.edgexfoundry.org:10002 [2021-01-04T19:34:45.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:45.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:45.355Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:45.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:45.355Z] [2021-01-04T19:34:45.355Z] Login Succeeded [2021-01-04T19:34:45.355Z] nexus3.edgexfoundry.org:10003 [2021-01-04T19:34:45.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:45.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:45.620Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:45.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:45.620Z] [2021-01-04T19:34:45.620Z] Login Succeeded [2021-01-04T19:34:45.620Z] nexus3.edgexfoundry.org:10004 [2021-01-04T19:34:45.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:45.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:45.620Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:45.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:45.620Z] [2021-01-04T19:34:45.620Z] Login Succeeded [2021-01-04T19:34:45.620Z] docker.io [2021-01-04T19:34:45.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:46.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:46.146Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:46.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:46.146Z] [2021-01-04T19:34:46.146Z] Login Succeeded [2021-01-04T19:34:46.146Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T19:34:46.157Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:34:46.671Z] ++ 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-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T19:34:46.671Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:46.671Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T19:34:46.671Z] ++ cut -d/ -f2 [2021-01-04T19:34:46.671Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T19:34:46.755Z] 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-04T19:34:47.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:47.620Z] [2021-01-04T19:34:47.620Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:34:47.970Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:47.970Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T19:34:47.970Z] 31603596830f: Pulling fs layer [2021-01-04T19:34:47.970Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T19:34:47.970Z] 6ca5941a6612: Pulling fs layer [2021-01-04T19:34:47.970Z] ecc8261a40a4: Pulling fs layer [2021-01-04T19:34:47.970Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T19:34:47.970Z] 2a8b12db71e7: Download complete [2021-01-04T19:34:48.232Z] 31603596830f: Download complete [2021-01-04T19:34:48.232Z] ecc8261a40a4: Verifying Checksum [2021-01-04T19:34:48.232Z] ecc8261a40a4: Download complete [2021-01-04T19:34:48.493Z] 6ca5941a6612: Verifying Checksum [2021-01-04T19:34:48.493Z] 6ca5941a6612: Download complete [2021-01-04T19:34:48.493Z] 31603596830f: Pull complete [2021-01-04T19:34:48.757Z] 2a8b12db71e7: Pull complete [2021-01-04T19:34:49.342Z] 6ca5941a6612: Pull complete [2021-01-04T19:34:49.605Z] ecc8261a40a4: Pull complete [2021-01-04T19:34:49.605Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T19:34:49.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:49.866Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T19:34:49.983Z] prd-centos7-docker-4c-2g-18246 does not seem to be running inside a container [2021-01-04T19:34:50.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T19:34:53.042Z] $ docker top 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T19:34:53.398Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:34:53.398Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:34:53.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:34:53.630Z] $ docker exec 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 ssh-agent [2021-01-04T19:34:53.807Z] SSH_AUTH_SOCK=/tmp/ssh-JkdmL2HUS7AR/agent.12 [2021-01-04T19:34:53.807Z] SSH_AGENT_PID=17 [2021-01-04T19:34:53.822Z] Running ssh-add (command line suppressed) [2021-01-04T19:34:53.944Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2611843193019714633.key (/w/workspace/edgex-go/2@tmp/private_key_2611843193019714633.key) [2021-01-04T19:34:53.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:34:54.335Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T19:34:54.366Z] $ docker exec --env ******** --env ******** 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 ssh-agent -k [2021-01-04T19:34:54.509Z] unset SSH_AUTH_SOCK; [2021-01-04T19:34:54.510Z] unset SSH_AGENT_PID; [2021-01-04T19:34:54.510Z] echo Agent pid 17 killed; [2021-01-04T19:34:54.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T19:34:54.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:34:54.700Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:34:54.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:34:54.880Z] $ docker exec 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 ssh-agent [2021-01-04T19:34:55.050Z] SSH_AUTH_SOCK=/tmp/ssh-j0DRy6B9mEq7/agent.46 [2021-01-04T19:34:55.050Z] SSH_AGENT_PID=51 [2021-01-04T19:34:55.058Z] Running ssh-add (command line suppressed) [2021-01-04T19:34:55.201Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3241948763252622587.key (/w/workspace/edgex-go/2@tmp/private_key_3241948763252622587.key) [2021-01-04T19:34:55.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:34:55.595Z] + git semver init [2021-01-04T19:34:55.595Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T19:34:55.595Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-04T19:34:55.595Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-04T19:34:55.595Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T19:34:55.595Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T19:34:55.595Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T19:34:55.595Z] # $SEMVER_BRANCH = PR-2979 [2021-01-04T19:34:55.595Z] # $SEMVER_TEMP = /tmp/semver-668815826 [2021-01-04T19:34:55.595Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T19:35:17.657Z] # '/tmp/semver-668815826' -> '/w/workspace/edgex-go/2/.semver' [2021-01-04T19:35:17.921Z] # -> Force: false [2021-01-04T19:35:17.921Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-04T19:35:17.936Z] $ docker exec --env ******** --env ******** 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 ssh-agent -k [2021-01-04T19:35:18.176Z] unset SSH_AUTH_SOCK; [2021-01-04T19:35:18.177Z] unset SSH_AGENT_PID; [2021-01-04T19:35:18.177Z] echo Agent pid 51 killed; [2021-01-04T19:35:18.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:35:18.724Z] + git semver [Pipeline] } [2021-01-04T19:35:18.743Z] $ docker stop --time=1 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 [2021-01-04T19:35:20.351Z] $ docker rm -f 432a29704116d1428ff705ec581bbb5156d2c0c689620dc3b1330e24fcb0d6c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:35:21.066Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T19:35:21.604Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T19:35:21.607Z] [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-04T19:35:22.513Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:35:22.812Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:35:23.114Z] + sudo service docker restart [2021-01-04T19:35:23.114Z] + true [2021-01-04T19:35:23.114Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T19:35:23.704Z] ========================================================= [2021-01-04T19:35:23.704Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T19:35:23.704Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:35:24.053Z] + 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-04T19:35:27.380Z] Sending build context to Docker daemon 326.3MB [2021-01-04T19:35:27.381Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T19:35:27.381Z] Step 2/6 : FROM ${BASE} [2021-01-04T19:35:27.381Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T19:35:27.381Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T19:35:27.381Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T19:35:27.381Z] de9db76c5a1d: Pulling fs layer [2021-01-04T19:35:27.381Z] bca2f99d35d6: Pulling fs layer [2021-01-04T19:35:27.381Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T19:35:27.381Z] 7c6f9722023f: Pulling fs layer [2021-01-04T19:35:27.381Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T19:35:27.381Z] bca2f99d35d6: Waiting [2021-01-04T19:35:27.381Z] 93359f2a8cfa: Waiting [2021-01-04T19:35:27.381Z] 7c6f9722023f: Waiting [2021-01-04T19:35:27.381Z] a35cf1a2eb13: Waiting [2021-01-04T19:35:27.381Z] de9db76c5a1d: Verifying Checksum [2021-01-04T19:35:27.381Z] de9db76c5a1d: Download complete [2021-01-04T19:35:27.381Z] 0ef7d3d256c8: Download complete [2021-01-04T19:35:27.381Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T19:35:27.381Z] 93359f2a8cfa: Download complete [2021-01-04T19:35:27.381Z] 7c6f9722023f: Download complete [2021-01-04T19:35:27.381Z] 188c0c94c7c5: Download complete [2021-01-04T19:35:27.960Z] 188c0c94c7c5: Pull complete [2021-01-04T19:35:28.536Z] 0ef7d3d256c8: Pull complete [2021-01-04T19:35:28.800Z] de9db76c5a1d: Pull complete [2021-01-04T19:35:29.380Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T19:35:29.380Z] a35cf1a2eb13: Download complete [2021-01-04T19:35:30.335Z] bca2f99d35d6: Verifying Checksum [2021-01-04T19:35:30.335Z] bca2f99d35d6: Download complete [2021-01-04T19:35:35.683Z] bca2f99d35d6: Pull complete [2021-01-04T19:35:35.949Z] 93359f2a8cfa: Pull complete [2021-01-04T19:35:36.222Z] 7c6f9722023f: Pull complete [2021-01-04T19:35:36.991Z] Still waiting to schedule task [2021-01-04T19:35:36.991Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T19:35:42.843Z] a35cf1a2eb13: Pull complete [2021-01-04T19:35:42.843Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T19:35:42.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T19:35:42.843Z] ---> a62c8e92a672 [2021-01-04T19:35:42.843Z] 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-04T19:35:42.843Z] ---> Running in bd831ba127ff [2021-01-04T19:35:42.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:35:43.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:35:44.365Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T19:35:44.627Z] (2/12) Installing file (5.38-r0) [2021-01-04T19:35:44.627Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T19:35:44.627Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T19:35:54.651Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T19:35:54.651Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T19:35:54.651Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T19:35:54.651Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T19:35:54.651Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T19:35:54.651Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T19:35:54.651Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T19:35:54.651Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T19:35:54.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:35:54.651Z] OK: 233 MiB in 51 packages [2021-01-04T19:35:57.224Z] Removing intermediate container bd831ba127ff [2021-01-04T19:35:57.224Z] ---> c3b2d6ee6507 [2021-01-04T19:35:57.224Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T19:35:57.224Z] ---> Running in bbea6d71f829 [2021-01-04T19:35:57.488Z] Removing intermediate container bbea6d71f829 [2021-01-04T19:35:57.488Z] ---> bf0da64b7225 [2021-01-04T19:35:57.488Z] Step 5/6 : COPY go.mod . [2021-01-04T19:35:57.750Z] ---> 1edc17385aee [2021-01-04T19:35:57.750Z] Step 6/6 : RUN go mod download [2021-01-04T19:35:57.750Z] ---> Running in c73fc6bb57b9 [2021-01-04T19:36:19.781Z] Removing intermediate container c73fc6bb57b9 [2021-01-04T19:36:19.781Z] ---> e4b697b63404 [2021-01-04T19:36:19.781Z] Successfully built e4b697b63404 [2021-01-04T19:36:19.781Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:36:20.099Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:36:20.099Z] . [Pipeline] withDockerContainer [2021-01-04T19:36:20.207Z] prd-centos7-docker-4c-2g-18246 does not seem to be running inside a container [2021-01-04T19:36:20.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:36:21.115Z] $ docker top f468bc5a236922701b6c2651f49f9b9d2bc8b832522d60d93a3a94e2aabc3883 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:36:21.622Z] + go version [2021-01-04T19:36:21.622Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T19:36:21.636Z] $ docker stop --time=1 f468bc5a236922701b6c2651f49f9b9d2bc8b832522d60d93a3a94e2aabc3883 [2021-01-04T19:36:23.032Z] $ docker rm -f f468bc5a236922701b6c2651f49f9b9d2bc8b832522d60d93a3a94e2aabc3883 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:36:23.869Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:36:23.869Z] . [Pipeline] withDockerContainer [2021-01-04T19:36:23.971Z] prd-centos7-docker-4c-2g-18246 does not seem to be running inside a container [2021-01-04T19:36:24.022Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:36:24.799Z] $ docker top b20cbb13f6b47b2769f03f8c4f46168446c73e0004f6880b9d3a88b06644d08d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T19:36:25.003Z] ========================================================= [2021-01-04T19:36:25.004Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T19:36:25.004Z] ========================================================= [Pipeline] sh [2021-01-04T19:36:25.295Z] + make test [2021-01-04T19:36:25.295Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T19:36:35.374Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T19:36:50.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T19:36:57.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T19:36:58.012Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T19:36:58.012Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T19:36:58.377Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T19:36:58.377Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T19:36:58.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T19:36:59.432Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T19:36:59.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T19:37:00.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T19:37:03.290Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T19:37:03.290Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T19:37:03.290Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T19:37:04.725Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements [2021-01-04T19:37:04.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T19:37:04.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T19:37:04.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T19:37:04.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T19:37:04.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T19:37:09.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.290s coverage: 27.0% of statements [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T19:37:09.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T19:37:09.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T19:37:09.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.152s coverage: 75.0% of statements [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T19:37:09.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.160s coverage: 82.9% of statements [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T19:37:09.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T19:37:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.433s coverage: 28.6% of statements [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T19:37:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T19:37:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T19:37:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements [2021-01-04T19:37:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T19:37:12.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2021-01-04T19:37:12.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T19:37:12.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements [2021-01-04T19:37:12.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T19:37:12.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T19:37:12.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T19:37:12.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T19:37:15.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 93.8% of statements [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T19:37:15.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T19:37:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T19:37:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T19:37:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T19:37:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-01-04T19:37:15.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T19:37:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-04T19:37:15.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-01-04T19:37:15.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-04T19:37:16.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.4% of statements [2021-01-04T19:37:16.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T19:37:17.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.263s coverage: 63.5% of statements [2021-01-04T19:37:17.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T19:37:17.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T19:37:17.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-04T19:37:17.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-04T19:37:17.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-01-04T19:37:17.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-01-04T19:37:17.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-01-04T19:37:19.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.421s coverage: 55.9% of statements [2021-01-04T19:37:19.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T19:37:19.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T19:37:19.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T19:37:19.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T19:37:19.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T19:37:20.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.0% of statements [2021-01-04T19:37:20.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T19:37:20.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T19:37:20.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.459s coverage: 84.0% of statements [2021-01-04T19:37:20.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2021-01-04T19:37:22.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.1% of statements [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T19:37:22.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T19:37:22.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-01-04T19:37:22.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T19:37:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.842s coverage: 29.1% of statements [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T19:37:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T19:37:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T19:37:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T19:37:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T19:37:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T19:37:24.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T19:37:24.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-01-04T19:37:24.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-04T19:37:24.897Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-04T19:37:25.162Z] GO111MODULE=on go vet ./... [2021-01-04T19:37:57.533Z] gofmt -l . [2021-01-04T19:37:57.533Z] [ "`gofmt -l .`" = "" ] [2021-01-04T19:37:57.533Z] ./bin/test-go-mod-tidy.sh [2021-01-04T19:37:57.533Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T19:37:57.765Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18249 in /w/workspace/edgexfoundry_edgex-go_PR-2979 [Pipeline] { [Pipeline] ws [2021-01-04T19:37:57.823Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2021-01-04T19:37:57.849Z] + ls -al . [2021-01-04T19:37:57.850Z] total 636 [2021-01-04T19:37:57.850Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 19:37 . [2021-01-04T19:37:57.850Z] drwxr-xr-x 4 root root 28 Jan 4 19:36 .. [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:34 .dockerignore [2021-01-04T19:37:57.850Z] drwxrwxr-x 8 1001 1001 179 Jan 4 19:34 .git [2021-01-04T19:37:57.850Z] drwxrwxr-x 3 1001 1001 125 Jan 4 19:34 .github [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 19:34 .gitignore [2021-01-04T19:37:57.850Z] drwx------ 3 1001 1001 47 Jan 4 19:35 .semver [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:34 .sonarcloud.properties [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:34 CONTRIBUTING.md [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 19:34 Dockerfile.build [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 19:34 Jenkinsfile [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:34 LICENSE [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 19:34 Makefile [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 19:34 README.md [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 19:34 SECURITY.md [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:35 VERSION [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:34 ZMQWindows.md [2021-01-04T19:37:57.850Z] drwxrwxr-x 2 1001 1001 117 Jan 4 19:34 bin [2021-01-04T19:37:57.850Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:34 cmd [2021-01-04T19:37:57.850Z] -rw-r--r-- 1 root root 538204 Jan 4 19:37 coverage.out [2021-01-04T19:37:57.850Z] -rw-r--r-- 1 root root 979 Jan 4 19:37 go.mod [2021-01-04T19:37:57.850Z] -rw-r--r-- 1 root root 18739 Jan 4 19:37 go.sum [2021-01-04T19:37:57.850Z] drwxrwxr-x 8 1001 1001 127 Jan 4 19:34 internal [2021-01-04T19:37:57.850Z] drwxrwxr-x 4 1001 1001 26 Jan 4 19:34 openapi [2021-01-04T19:37:57.850Z] drwxrwxr-x 4 1001 1001 71 Jan 4 19:34 snap [2021-01-04T19:37:57.850Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 19:34 version.go [Pipeline] sh [Pipeline] checkout [2021-01-04T19:37:58.183Z] + '[' -e coverage.out ] [2021-01-04T19:37:58.183Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T19:37:58.486Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T19:37:58.794Z] + make build [2021-01-04T19:37:58.794Z] 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-04T19:38:02.151Z] 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-04T19:38:02.861Z] using credential edgex-jenkins-ssh [2021-01-04T19:38:02.920Z] Cloning the remote Git repository [2021-01-04T19:38:02.973Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:38:03.071Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-04T19:38:03.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:38:03.148Z] > git --version # timeout=10 [2021-01-04T19:38:03.169Z] > git --version # 'git version 2.17.1' [2021-01-04T19:38:03.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:38:03.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:38:10.397Z] 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-04T19:38:10.987Z] 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-04T19:38:13.567Z] 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-04T19:38:13.842Z] 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-04T19:38:15.794Z] 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-04T19:38:17.199Z] 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-04T19:38:18.631Z] 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-04T19:38:20.030Z] 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-04T19:38:21.431Z] 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-04T19:38:22.381Z] 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-04T19:38:22.420Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:38:22.443Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:38:23.096Z] Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [Pipeline] } [2021-01-04T19:38:23.349Z] $ docker stop --time=1 b20cbb13f6b47b2769f03f8c4f46168446c73e0004f6880b9d3a88b06644d08d [2021-01-04T19:38:23.542Z] Merge succeeded, producing 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:38:23.543Z] Checking out Revision 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d (PR-2979) [2021-01-04T19:38:22.466Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:38:22.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:38:22.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:38:22.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2979/head:refs/remotes/origin/PR-2979 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:38:23.114Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:38:23.168Z] > git checkout -f 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d # timeout=10 [2021-01-04T19:38:23.463Z] > git remote # timeout=10 [2021-01-04T19:38:23.481Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:38:23.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:38:23.508Z] > git merge 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [2021-01-04T19:38:23.530Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:38:23.552Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:38:23.586Z] > git checkout -f 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d # timeout=10 [2021-01-04T19:38:25.412Z] $ docker rm -f b20cbb13f6b47b2769f03f8c4f46168446c73e0004f6880b9d3a88b06644d08d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:27.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:27.167Z] [2021-01-04T19:38:27.167Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:27.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:27.529Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T19:38:27.529Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T19:38:27.529Z] ca9280d653b3: Pulling fs layer [2021-01-04T19:38:27.529Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T19:38:27.793Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T19:38:27.793Z] cbdbe7a5bc2a: Download complete [2021-01-04T19:38:27.951Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.66" [2021-01-04T19:38:28.058Z] cbdbe7a5bc2a: Pull complete [2021-01-04T19:38:28.324Z] ca9280d653b3: Verifying Checksum [2021-01-04T19:38:28.324Z] ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T19:38:29.286Z] 7e9c9ca2126c: Download complete [2021-01-04T19:38:29.561Z] ca9280d653b3: Pull complete [2021-01-04T19:38:29.633Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:38:30.081Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:38:30.422Z] + + sudotrue service [2021-01-04T19:38:30.422Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T19:38:32.496Z] provisioning config files... [2021-01-04T19:38:32.536Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5704173226477726352tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:38:33.747Z] ---> docker-login.sh [2021-01-04T19:38:33.747Z] nexus3.edgexfoundry.org:10001 [2021-01-04T19:38:33.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:34.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:34.020Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:34.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:34.020Z] [2021-01-04T19:38:34.020Z] Login Succeeded [2021-01-04T19:38:34.020Z] nexus3.edgexfoundry.org:10002 [2021-01-04T19:38:34.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:34.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:34.627Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:34.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:34.627Z] [2021-01-04T19:38:34.627Z] Login Succeeded [2021-01-04T19:38:34.627Z] nexus3.edgexfoundry.org:10003 [2021-01-04T19:38:34.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:35.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:35.178Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:35.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:35.178Z] [2021-01-04T19:38:35.178Z] Login Succeeded [2021-01-04T19:38:35.178Z] nexus3.edgexfoundry.org:10004 [2021-01-04T19:38:35.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:35.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:35.734Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:35.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:35.734Z] [2021-01-04T19:38:35.734Z] Login Succeeded [2021-01-04T19:38:35.734Z] docker.io [2021-01-04T19:38:36.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:36.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:36.597Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:36.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:36.597Z] [2021-01-04T19:38:36.597Z] Login Succeeded [2021-01-04T19:38:36.597Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T19:38:36.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T19:38:37.040Z] ========================================================= [2021-01-04T19:38:37.040Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T19:38:37.040Z] ========================================================= [2021-01-04T19:38:37.053Z] 7e9c9ca2126c: Pull complete [2021-01-04T19:38:37.053Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T19:38:37.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:37.053Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T19:38:37.283Z] prd-centos7-docker-4c-2g-18246 does not seem to be running inside a container [2021-01-04T19:38:37.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T19:38:40.171Z] $ docker top 7c42ade15becf61319783a5dc0972a39b1a6c5ea18b2785d7981140a5ae115da -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:40.797Z] + docker-compose build --help [2021-01-04T19:38:40.797Z] + grep parallel [2021-01-04T19:38:40.857Z] + 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-04T19:38:41.868Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T19:38:41.941Z] $ docker stop --time=1 7c42ade15becf61319783a5dc0972a39b1a6c5ea18b2785d7981140a5ae115da [2021-01-04T19:38:42.850Z] Sending build context to Docker daemon 165.4MB [2021-01-04T19:38:42.850Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:42.850Z] Step 2/6 : FROM ${BASE} [2021-01-04T19:38:43.134Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T19:38:43.134Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T19:38:43.134Z] a4357932f1b6: Pulling fs layer [2021-01-04T19:38:43.134Z] 18c013af1878: Pulling fs layer [2021-01-04T19:38:43.134Z] 00ac8860ef70: Pulling fs layer [2021-01-04T19:38:43.134Z] 63d7cb157983: Pulling fs layer [2021-01-04T19:38:43.134Z] b116817d02f9: Pulling fs layer [2021-01-04T19:38:43.134Z] 745a02a5169b: Pulling fs layer [2021-01-04T19:38:43.134Z] 63d7cb157983: Waiting [2021-01-04T19:38:43.134Z] b116817d02f9: Waiting [2021-01-04T19:38:43.134Z] 745a02a5169b: Waiting [2021-01-04T19:38:43.134Z] 00ac8860ef70: Waiting [2021-01-04T19:38:43.134Z] 18c013af1878: Verifying Checksum [2021-01-04T19:38:43.134Z] 18c013af1878: Download complete [2021-01-04T19:38:43.134Z] a4357932f1b6: Verifying Checksum [2021-01-04T19:38:43.134Z] a4357932f1b6: Download complete [2021-01-04T19:38:43.134Z] 63d7cb157983: Verifying Checksum [2021-01-04T19:38:43.134Z] 63d7cb157983: Download complete [2021-01-04T19:38:43.134Z] b116817d02f9: Verifying Checksum [2021-01-04T19:38:43.134Z] b116817d02f9: Download complete [2021-01-04T19:38:43.134Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T19:38:43.134Z] 5f621e34cdf4: Download complete [2021-01-04T19:38:43.618Z] $ docker rm -f 7c42ade15becf61319783a5dc0972a39b1a6c5ea18b2785d7981140a5ae115da [Pipeline] // withDockerContainer [2021-01-04T19:38:43.770Z] 5f621e34cdf4: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:44.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:44.269Z] . [Pipeline] withDockerContainer [2021-01-04T19:38:44.371Z] prd-centos7-docker-4c-2g-18246 does not seem to be running inside a container [2021-01-04T19:38:44.390Z] a4357932f1b6: Pull complete [2021-01-04T19:38:44.422Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T19:38:44.984Z] 18c013af1878: Pull complete [2021-01-04T19:38:45.258Z] 745a02a5169b: Verifying Checksum [2021-01-04T19:38:45.269Z] $ docker top f0767f0917a7fa8bab2532f525b159037e3ce43e1d3b97d5fe7bba8d05054cf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:38:45.764Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T19:38:46.246Z] 00ac8860ef70: Verifying Checksum [2021-01-04T19:38:46.246Z] 00ac8860ef70: Download complete [2021-01-04T19:38:46.711Z] Building docker-core-command-go ... [2021-01-04T19:38:46.711Z] Building docker-core-data-go ... [2021-01-04T19:38:46.711Z] Building docker-core-metadata-go ... [2021-01-04T19:38:46.711Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T19:38:46.711Z] Building docker-security-proxy-setup-go ... [2021-01-04T19:38:46.711Z] Building docker-security-secretstore-setup-go ... [2021-01-04T19:38:46.711Z] Building docker-support-notifications-go ... [2021-01-04T19:38:46.711Z] Building docker-support-scheduler-go ... [2021-01-04T19:38:46.711Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T19:38:46.711Z] Building docker-core-metadata-go [2021-01-04T19:38:46.711Z] Building docker-support-scheduler-go [2021-01-04T19:38:46.711Z] Building docker-security-proxy-setup-go [2021-01-04T19:38:46.711Z] Building docker-security-bootstrap-redis-go [2021-01-04T19:38:46.711Z] Building docker-sys-mgmt-agent-go [2021-01-04T19:38:56.449Z] 00ac8860ef70: Pull complete [2021-01-04T19:38:56.723Z] 63d7cb157983: Pull complete [2021-01-04T19:38:57.321Z] b116817d02f9: Pull complete [2021-01-04T19:39:00.733Z] 745a02a5169b: Pull complete [2021-01-04T19:39:00.733Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T19:39:00.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T19:39:00.733Z] ---> b7e6874047d6 [2021-01-04T19:39:00.733Z] 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-04T19:39:04.158Z] ---> Running in bd461721a18b [2021-01-04T19:39:05.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:39:05.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:39:06.717Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T19:39:06.717Z] (2/12) Installing file (5.38-r0) [2021-01-04T19:39:06.989Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T19:39:06.989Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T19:39:10.362Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T19:39:10.362Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T19:39:10.362Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T19:39:10.362Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T19:39:10.362Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T19:39:10.362Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T19:39:10.362Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T19:39:10.632Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T19:39:10.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:39:10.632Z] OK: 217 MiB in 51 packages [2021-01-04T19:39:14.938Z] Removing intermediate container bd461721a18b [2021-01-04T19:39:14.938Z] ---> 34873bab8ec4 [2021-01-04T19:39:14.938Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T19:39:14.938Z] ---> Running in fc725c2350d7 [2021-01-04T19:39:14.938Z] Removing intermediate container fc725c2350d7 [2021-01-04T19:39:14.938Z] ---> 00811f24ceea [2021-01-04T19:39:14.938Z] Step 5/6 : COPY go.mod . [2021-01-04T19:39:15.536Z] ---> 0b0a84d9ad6a [2021-01-04T19:39:15.536Z] Step 6/6 : RUN go mod download [2021-01-04T19:39:15.812Z] ---> Running in 3d47eb040154 [2021-01-04T19:39:25.689Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:25.689Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:25.689Z] ---> e4b697b63404 [2021-01-04T19:39:25.689Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:39:25.689Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:25.689Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:25.689Z] ---> e4b697b63404 [2021-01-04T19:39:25.689Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T19:39:25.689Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:25.689Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:25.689Z] ---> e4b697b63404 [2021-01-04T19:39:25.689Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:39:25.689Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:25.689Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:25.689Z] ---> e4b697b63404 [2021-01-04T19:39:25.689Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:39:25.689Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:25.689Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:25.689Z] ---> e4b697b63404 [2021-01-04T19:39:25.689Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:39:25.689Z] ---> Running in 94315fdac6b8 [2021-01-04T19:39:25.689Z] ---> Running in 6c19d0c9af73 [2021-01-04T19:39:25.689Z] ---> Running in b8fdd2f1f1a5 [2021-01-04T19:39:25.689Z] ---> Running in 3bec20117a31 [2021-01-04T19:39:25.689Z] ---> Running in 3c33adc75641 [2021-01-04T19:39:25.689Z] Removing intermediate container 6c19d0c9af73 [2021-01-04T19:39:25.689Z] ---> 71b6bd86161b [2021-01-04T19:39:25.689Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:25.689Z] Removing intermediate container b8fdd2f1f1a5 [2021-01-04T19:39:25.689Z] ---> 870dca64777d [2021-01-04T19:39:25.689Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:25.689Z] Removing intermediate container 3bec20117a31 [2021-01-04T19:39:25.689Z] ---> 596e761a6d16 [2021-01-04T19:39:25.689Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:25.689Z] Removing intermediate container 94315fdac6b8 [2021-01-04T19:39:25.689Z] ---> bc463f20cd3b [2021-01-04T19:39:25.689Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:25.689Z] Removing intermediate container 3c33adc75641 [2021-01-04T19:39:25.689Z] ---> f8bce237e630 [2021-01-04T19:39:25.689Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:25.689Z] ---> Running in 6cf664a87e42 [2021-01-04T19:39:25.689Z] ---> Running in 4b4eee5b8213 [2021-01-04T19:39:25.689Z] ---> Running in f2b5e38e1bfb [2021-01-04T19:39:25.689Z] ---> Running in 9539502b7457 [2021-01-04T19:39:25.689Z] ---> Running in 7742757a62b0 [2021-01-04T19:39:25.689Z] Removing intermediate container f2b5e38e1bfb [2021-01-04T19:39:25.689Z] ---> 2d5be684183b [2021-01-04T19:39:25.689Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:39:25.689Z] Removing intermediate container 4b4eee5b8213 [2021-01-04T19:39:25.689Z] ---> 4f228fe72cd5 [2021-01-04T19:39:25.689Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:39:25.689Z] Removing intermediate container 7742757a62b0 [2021-01-04T19:39:25.689Z] ---> 11a1f00ad94f [2021-01-04T19:39:25.689Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:39:25.689Z] ---> Running in 045f8d594fad [2021-01-04T19:39:25.689Z] ---> Running in f5c19b59e5e7 [2021-01-04T19:39:25.689Z] Removing intermediate container 6cf664a87e42 [2021-01-04T19:39:25.689Z] ---> 606f71eb14d8 [2021-01-04T19:39:25.689Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T19:39:25.689Z] ---> Running in 532a55fa3f8d [2021-01-04T19:39:25.689Z] Removing intermediate container 9539502b7457 [2021-01-04T19:39:25.689Z] ---> 2e3d4c696e61 [2021-01-04T19:39:25.689Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:39:25.689Z] ---> Running in 43e824caebb4 [2021-01-04T19:39:25.689Z] ---> Running in ae121df4e862 [2021-01-04T19:39:26.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:26.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:26.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:26.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:26.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:27.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:27.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:27.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:27.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:27.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:29.356Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:29.356Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:29.356Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:29.356Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:29.356Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:30.315Z] Removing intermediate container 045f8d594fad [2021-01-04T19:39:30.315Z] ---> a565789d9836 [2021-01-04T19:39:30.315Z] Step 6/22 : COPY go.mod . [2021-01-04T19:39:30.315Z] Removing intermediate container f5c19b59e5e7 [2021-01-04T19:39:30.315Z] ---> 00114a4213db [2021-01-04T19:39:30.315Z] Step 6/21 : COPY go.mod . [2021-01-04T19:39:30.315Z] Removing intermediate container 532a55fa3f8d [2021-01-04T19:39:30.315Z] ---> 643ed146a54c [2021-01-04T19:39:30.315Z] Step 6/22 : COPY go.mod . [2021-01-04T19:39:30.587Z] Removing intermediate container 43e824caebb4 [2021-01-04T19:39:30.587Z] ---> a4c0e54f2fc7 [2021-01-04T19:39:30.587Z] Step 6/26 : COPY go.mod . [2021-01-04T19:39:30.587Z] Removing intermediate container ae121df4e862 [2021-01-04T19:39:30.587Z] ---> 659d0a10868b [2021-01-04T19:39:30.587Z] Step 6/21 : COPY go.mod . [2021-01-04T19:39:30.587Z] ---> 5f478b02195f [2021-01-04T19:39:30.587Z] Step 7/22 : RUN go mod download [2021-01-04T19:39:30.587Z] ---> b0bd6d4b44e6 [2021-01-04T19:39:30.587Z] Step 7/21 : RUN go mod download [2021-01-04T19:39:30.852Z] ---> Running in d04f794e1d88 [2021-01-04T19:39:30.852Z] ---> Running in 32ab0372270a [2021-01-04T19:39:30.852Z] ---> 4be4bd36688c [2021-01-04T19:39:30.852Z] Step 7/22 : RUN go mod download [2021-01-04T19:39:31.116Z] ---> 3b191084e194 [2021-01-04T19:39:31.116Z] Step 7/26 : RUN go mod download [2021-01-04T19:39:31.116Z] ---> aaee7d4e6e9b [2021-01-04T19:39:31.116Z] Step 7/21 : RUN go mod download [2021-01-04T19:39:31.116Z] ---> Running in 85ce499ce29f [2021-01-04T19:39:31.382Z] ---> Running in a7fd6166c892 [2021-01-04T19:39:31.382Z] ---> Running in 74eac77c4418 [2021-01-04T19:39:33.981Z] Removing intermediate container 32ab0372270a [2021-01-04T19:39:33.981Z] ---> a67c59a4c3a3 [2021-01-04T19:39:33.981Z] Step 8/21 : COPY . . [2021-01-04T19:39:33.981Z] Removing intermediate container a7fd6166c892 [2021-01-04T19:39:33.981Z] ---> 46348d1ea97d [2021-01-04T19:39:33.981Z] Step 8/21 : COPY . . [2021-01-04T19:39:34.564Z] Removing intermediate container d04f794e1d88 [2021-01-04T19:39:34.564Z] ---> 3a22e7c22bf9 [2021-01-04T19:39:34.564Z] Step 8/22 : COPY . . [2021-01-04T19:39:34.564Z] Removing intermediate container 85ce499ce29f [2021-01-04T19:39:34.564Z] ---> d56ed794bdf9 [2021-01-04T19:39:34.564Z] Step 8/22 : COPY . . [2021-01-04T19:39:34.836Z] Removing intermediate container 74eac77c4418 [2021-01-04T19:39:34.836Z] ---> eb769a1b6056 [2021-01-04T19:39:34.836Z] Step 8/26 : COPY . . [2021-01-04T19:39:42.619Z] Removing intermediate container 3d47eb040154 [2021-01-04T19:39:42.620Z] ---> 4afa81ef2e50 [2021-01-04T19:39:42.620Z] Successfully built 4afa81ef2e50 [2021-01-04T19:39:42.620Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:39:42.965Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:39:42.965Z] . [Pipeline] withDockerContainer [2021-01-04T19:39:43.240Z] prd-ubuntu18.04-docker-arm64-4c-16g-18249 does not seem to be running inside a container [2021-01-04T19:39:43.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:39:44.841Z] $ docker top 1d36724a3f25167f488024ece5fa1b86d8544b74213a9ff3d88c0471fc59ec8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:39:45.815Z] + go version [2021-01-04T19:39:45.815Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T19:39:45.840Z] $ docker stop --time=1 1d36724a3f25167f488024ece5fa1b86d8544b74213a9ff3d88c0471fc59ec8a [2021-01-04T19:39:47.750Z] $ docker rm -f 1d36724a3f25167f488024ece5fa1b86d8544b74213a9ff3d88c0471fc59ec8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:39:48.780Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:39:48.780Z] . [Pipeline] withDockerContainer [2021-01-04T19:39:49.049Z] prd-ubuntu18.04-docker-arm64-4c-16g-18249 does not seem to be running inside a container [2021-01-04T19:39:49.124Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:39:50.546Z] $ docker top 9ccbe68503ade702fa252d1f8097d507b8adcd56b9fb49547f284d1ed760cb92 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T19:39:50.958Z] ========================================================= [2021-01-04T19:39:50.958Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T19:39:50.958Z] ========================================================= [Pipeline] sh [2021-01-04T19:39:51.600Z] + make test [2021-01-04T19:39:51.600Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T19:40:13.757Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T19:40:13.852Z] ---> e06da2e7470a [2021-01-04T19:40:13.852Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T19:40:13.852Z] ---> 754673b25ead [2021-01-04T19:40:13.852Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T19:40:13.852Z] ---> 42927788a1d0 [2021-01-04T19:40:13.852Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T19:40:13.852Z] ---> ea5595ac81ae [2021-01-04T19:40:13.852Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T19:40:13.852Z] ---> Running in a03a9205dd98 [2021-01-04T19:40:13.852Z] ---> Running in 03217753eb90 [2021-01-04T19:40:13.852Z] ---> Running in 3377d63f21e8 [2021-01-04T19:40:13.852Z] ---> Running in 092277a35287 [2021-01-04T19:40:13.852Z] ---> 7aa54589d59a [2021-01-04T19:40:13.852Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T19:40:13.852Z] ---> Running in d0f9578d89bc [2021-01-04T19:40:13.852Z] 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-04T19:40:13.852Z] 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-04T19:40:13.852Z] 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-04T19:40:13.852Z] 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-04T19:40:13.852Z] 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-04T19:40:46.153Z] 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-04T19:40:48.121Z] Removing intermediate container 3377d63f21e8 [2021-01-04T19:40:48.121Z] ---> 61694486c726 [2021-01-04T19:40:48.121Z] [2021-01-04T19:40:48.121Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T19:40:48.121Z] Removing intermediate container 03217753eb90 [2021-01-04T19:40:48.121Z] ---> f7c245b34412 [2021-01-04T19:40:48.121Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T19:40:48.121Z] 3.12: Pulling from library/alpine [2021-01-04T19:40:48.121Z] ---> Running in 04bc5e83c0ed [2021-01-04T19:40:48.384Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:40:48.384Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T19:40:48.384Z] ---> 389fef711851 [2021-01-04T19:40:48.384Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:40:50.952Z] ---> Running in 5aa5cc0d1a23 [2021-01-04T19:40:50.952Z] 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-04T19:40:50.952Z] Removing intermediate container a03a9205dd98 [2021-01-04T19:40:50.952Z] ---> aededb68de59 [2021-01-04T19:40:50.952Z] [2021-01-04T19:40:50.952Z] Step 10/21 : FROM scratch [2021-01-04T19:40:50.952Z] ---> [2021-01-04T19:40:50.952Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:40:51.224Z] Removing intermediate container 092277a35287 [2021-01-04T19:40:51.224Z] ---> 267836d9cc91 [2021-01-04T19:40:51.224Z] [2021-01-04T19:40:51.224Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T19:40:51.224Z] ---> 389fef711851 [2021-01-04T19:40:51.224Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T19:40:51.224Z] ---> Running in 74bcf85cb1cd [2021-01-04T19:40:51.224Z] ---> Running in 8ceb24939637 [2021-01-04T19:40:52.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:52.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:52.443Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:40:52.443Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:40:52.443Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:40:52.443Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:40:52.443Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:40:52.443Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:40:52.443Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:40:52.443Z] OK: 7 MiB in 19 packages [2021-01-04T19:40:52.813Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T19:40:53.022Z] Removing intermediate container 8ceb24939637 [2021-01-04T19:40:53.022Z] ---> 61cf7d337843 [2021-01-04T19:40:53.022Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T19:40:53.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:53.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:53.285Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T19:40:53.285Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:40:53.285Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T19:40:53.285Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T19:40:53.285Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:40:53.285Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:40:53.547Z] OK: 7 MiB in 18 packages [2021-01-04T19:40:54.123Z] ---> Running in ae45531875f1 [2021-01-04T19:40:54.699Z] Removing intermediate container d0f9578d89bc [2021-01-04T19:40:54.699Z] ---> e393a2ea63ec [2021-01-04T19:40:54.699Z] [2021-01-04T19:40:54.699Z] Step 10/22 : FROM scratch [2021-01-04T19:40:54.699Z] ---> [2021-01-04T19:40:54.699Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:40:54.699Z] ---> Using cache [2021-01-04T19:40:54.699Z] ---> 61cf7d337843 [2021-01-04T19:40:54.699Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T19:40:54.699Z] Removing intermediate container ae45531875f1 [2021-01-04T19:40:54.699Z] ---> 90ab0c7f98a7 [2021-01-04T19:40:54.699Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T19:40:55.275Z] ---> Running in dfd2cad4dd07 [2021-01-04T19:40:55.275Z] ---> Running in 1d35ce5571ec [2021-01-04T19:40:55.538Z] Removing intermediate container 04bc5e83c0ed [2021-01-04T19:40:55.538Z] ---> 93b3909ac632 [2021-01-04T19:40:55.538Z] [2021-01-04T19:40:55.538Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T19:40:55.538Z] 20.10.0: Pulling from library/docker [2021-01-04T19:40:56.113Z] Removing intermediate container 5aa5cc0d1a23 [2021-01-04T19:40:56.113Z] ---> 02ba42b70c00 [2021-01-04T19:40:56.113Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T19:40:57.518Z] Removing intermediate container dfd2cad4dd07 [2021-01-04T19:40:57.518Z] ---> a6e9496dc170 [2021-01-04T19:40:57.518Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:40:57.518Z] ---> Running in 416b0ff5f411 [2021-01-04T19:40:57.518Z] Removing intermediate container 1d35ce5571ec [2021-01-04T19:40:57.518Z] ---> e5bf1df089cb [2021-01-04T19:40:57.518Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T19:40:57.518Z] Removing intermediate container 74bcf85cb1cd [2021-01-04T19:40:57.518Z] ---> f23206b55d74 [2021-01-04T19:40:57.518Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:40:57.518Z] ---> Running in cbe39bf28c3c [2021-01-04T19:40:57.518Z] ---> Running in d4288f74f9ee [2021-01-04T19:40:58.102Z] Removing intermediate container 416b0ff5f411 [2021-01-04T19:40:58.102Z] ---> 6bc317a348e9 [2021-01-04T19:40:58.102Z] Step 13/22 : WORKDIR / [2021-01-04T19:40:58.102Z] Removing intermediate container cbe39bf28c3c [2021-01-04T19:40:58.102Z] ---> 8ad1bbe2f20a [2021-01-04T19:40:58.102Z] Step 14/22 : WORKDIR / [2021-01-04T19:40:58.102Z] ---> 300b8f0f668e [2021-01-04T19:40:58.102Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T19:40:58.683Z] ---> Running in 29bb76b622d8 [2021-01-04T19:40:58.683Z] Removing intermediate container d4288f74f9ee [2021-01-04T19:40:58.683Z] ---> 20baec27f3b0 [2021-01-04T19:40:58.683Z] Step 13/21 : WORKDIR /edgex [2021-01-04T19:40:58.954Z] ---> Running in d9fee221a60b [2021-01-04T19:40:58.954Z] ---> Running in 2c2e350ea666 [2021-01-04T19:40:59.226Z] Removing intermediate container 29bb76b622d8 [2021-01-04T19:40:59.226Z] ---> 78628fd8294a [2021-01-04T19:40:59.226Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T19:40:59.226Z] Removing intermediate container d9fee221a60b [2021-01-04T19:40:59.226Z] ---> 185fae5a01a1 [2021-01-04T19:40:59.226Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T19:40:59.226Z] ---> 16773aaf0aa6 [2021-01-04T19:40:59.226Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:59.491Z] Removing intermediate container 2c2e350ea666 [2021-01-04T19:40:59.491Z] ---> 3ed8acbef60d [2021-01-04T19:40:59.491Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T19:40:59.491Z] ---> 2b296f1b7aa9 [2021-01-04T19:40:59.491Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T19:40:59.760Z] ---> f402e8e4d8a3 [2021-01-04T19:40:59.760Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T19:40:59.760Z] ---> 54cca1a87b2e [2021-01-04T19:40:59.760Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T19:41:00.034Z] ---> Running in 77c75a60652c [2021-01-04T19:41:00.034Z] ---> 21b96aaaf3d4 [2021-01-04T19:41:00.034Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T19:41:00.307Z] ---> a860ce9bd659 [2021-01-04T19:41:00.307Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T19:41:00.579Z] Removing intermediate container 77c75a60652c [2021-01-04T19:41:00.579Z] ---> f1ef502d9475 [2021-01-04T19:41:00.579Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:41:00.579Z] ---> Running in b0e39efeeaee [2021-01-04T19:41:00.852Z] ---> 5d0e064fa04b [2021-01-04T19:41:00.852Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:00.852Z] ---> 983a8483acaf [2021-01-04T19:41:00.852Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:00.852Z] ---> cf8c9f268972 [2021-01-04T19:41:00.852Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T19:41:01.131Z] Removing intermediate container b0e39efeeaee [2021-01-04T19:41:01.131Z] ---> 0bb08a2eac54 [2021-01-04T19:41:01.131Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T19:41:01.131Z] ---> Running in 5ca67189d2f9 [2021-01-04T19:41:01.131Z] ---> 314df3a14923 [2021-01-04T19:41:01.131Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T19:41:01.400Z] ---> Running in 49a656c7d871 [2021-01-04T19:41:01.400Z] ---> 33862623d020 [2021-01-04T19:41:01.400Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T19:41:02.368Z] Removing intermediate container 5ca67189d2f9 [2021-01-04T19:41:02.368Z] ---> e75117e6ccce [2021-01-04T19:41:02.368Z] Step 20/21 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:41:02.368Z] ---> Running in 2faf0d1d601f [2021-01-04T19:41:02.368Z] ---> 7ad8a46e38b2 [2021-01-04T19:41:02.368Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T19:41:02.368Z] Removing intermediate container 49a656c7d871 [2021-01-04T19:41:02.368Z] ---> 10812e8e8315 [2021-01-04T19:41:02.368Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:41:02.639Z] ---> Running in d8a3a078ee6c [2021-01-04T19:41:02.639Z] ---> Running in 71bf2763723b [2021-01-04T19:41:02.639Z] ---> Running in eff49f1cf5af [2021-01-04T19:41:03.621Z] Removing intermediate container eff49f1cf5af [2021-01-04T19:41:03.621Z] ---> 5269c324b273 [2021-01-04T19:41:03.621Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:41:03.621Z] Removing intermediate container 71bf2763723b [2021-01-04T19:41:03.621Z] ---> cdfce2194b9c [2021-01-04T19:41:03.621Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:41:03.888Z] Removing intermediate container d8a3a078ee6c [2021-01-04T19:41:03.888Z] ---> 19cf5750e6a5 [2021-01-04T19:41:03.888Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T19:41:03.888Z] ---> Running in b6c70845f993 [2021-01-04T19:41:03.888Z] ---> Running in 1a4b9c945693 [2021-01-04T19:41:03.888Z] ---> Running in 13a3b7f49211 [2021-01-04T19:41:04.151Z] Removing intermediate container b6c70845f993 [2021-01-04T19:41:04.151Z] ---> 56535a241dfb [2021-01-04T19:41:04.151Z] Step 21/22 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:41:04.417Z] ---> Running in 29a3ee2ec36a [2021-01-04T19:41:04.417Z] Removing intermediate container 1a4b9c945693 [2021-01-04T19:41:04.417Z] ---> 4467cd72eb3f [2021-01-04T19:41:04.417Z] [2021-01-04T19:41:04.417Z] Removing intermediate container 13a3b7f49211 [2021-01-04T19:41:04.417Z] ---> 112560be77c8 [2021-01-04T19:41:04.417Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T19:41:04.680Z] ---> Running in 903ae6c4fd9d [2021-01-04T19:41:04.680Z] Removing intermediate container 2faf0d1d601f [2021-01-04T19:41:04.680Z] ---> 6b6a81582fe0 [2021-01-04T19:41:04.680Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T19:41:04.680Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T19:41:04.680Z] Successfully built 4467cd72eb3f [2021-01-04T19:41:04.680Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T19:41:04.680Z] Removing intermediate container 29a3ee2ec36a [2021-01-04T19:41:04.680Z] ---> e37cfbdbcf01 [2021-01-04T19:41:04.680Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:41:04.943Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T19:41:04.943Z] ---> aefe523efa57 [2021-01-04T19:41:04.943Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T19:41:04.943Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-04T19:41:04.943Z] ---> Running in c83224eece13 [2021-01-04T19:41:04.943Z] ---> Running in 72c8228a13c5 [2021-01-04T19:41:04.943Z] ---> Running in e2d6005dbac8 [2021-01-04T19:41:05.205Z] Removing intermediate container 903ae6c4fd9d [2021-01-04T19:41:05.205Z] ---> efaeeebf7710 [2021-01-04T19:41:05.205Z] Step 20/21 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:41:05.469Z] ---> Running in f1c7b85ba2df [2021-01-04T19:41:05.469Z] Removing intermediate container c83224eece13 [2021-01-04T19:41:05.469Z] ---> a5e6317b8845 [2021-01-04T19:41:05.469Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:41:05.469Z] Removing intermediate container 72c8228a13c5 [2021-01-04T19:41:05.469Z] ---> 7e8ddf20fda2 [2021-01-04T19:41:05.469Z] [2021-01-04T19:41:06.420Z] Successfully built 7e8ddf20fda2 [2021-01-04T19:41:06.420Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T19:41:06.420Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-04T19:41:07.372Z] ---> Running in dc05341af43f [2021-01-04T19:41:07.373Z] Removing intermediate container f1c7b85ba2df [2021-01-04T19:41:07.373Z] ---> 3bd78bb9fe16 [2021-01-04T19:41:07.373Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:41:07.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:07.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:08.173Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T19:41:08.439Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T19:41:08.708Z] Executing bash-5.0.17-r0.post-install [2021-01-04T19:41:08.708Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:08.972Z] OK: 12 MiB in 22 packages [2021-01-04T19:41:09.928Z] ---> Running in e669caab7df4 [2021-01-04T19:41:11.334Z] Removing intermediate container dc05341af43f [2021-01-04T19:41:11.334Z] ---> 62a5bce04588 [2021-01-04T19:41:11.334Z] Step 21/22 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:41:11.602Z] ---> Running in 31ba9ca02a5b [2021-01-04T19:41:11.602Z] Removing intermediate container e669caab7df4 [2021-01-04T19:41:11.602Z] ---> 8575868fb239 [2021-01-04T19:41:11.602Z] [2021-01-04T19:41:11.866Z] Successfully built 8575868fb239 [2021-01-04T19:41:12.130Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T19:41:12.130Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-04T19:41:12.396Z] Removing intermediate container 31ba9ca02a5b [2021-01-04T19:41:12.396Z] ---> a35644e21cc1 [2021-01-04T19:41:12.396Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:41:12.396Z] Removing intermediate container e2d6005dbac8 [2021-01-04T19:41:12.396Z] ---> 97da81c7756c [2021-01-04T19:41:12.396Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T19:41:12.396Z] ---> Running in 78ddc40d62ba [2021-01-04T19:41:12.974Z] ---> Running in e70aa379c696 [2021-01-04T19:41:13.240Z] Removing intermediate container 78ddc40d62ba [2021-01-04T19:41:13.240Z] ---> 9a2c5ed5778c [2021-01-04T19:41:13.240Z] [2021-01-04T19:41:13.833Z] Removing intermediate container e70aa379c696 [2021-01-04T19:41:13.833Z] ---> d9b063418980 [2021-01-04T19:41:13.833Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T19:41:13.833Z] Successfully built 9a2c5ed5778c [2021-01-04T19:41:13.833Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T19:41:13.833Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T19:41:15.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T19:41:15.445Z] ---> Running in 96980af3c9a7 [2021-01-04T19:41:16.119Z] Removing intermediate container 96980af3c9a7 [2021-01-04T19:41:16.119Z] ---> db6ecccea4c6 [2021-01-04T19:41:16.119Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T19:41:16.550Z] ---> Running in fd044f6dd701 [2021-01-04T19:41:17.158Z] Removing intermediate container fd044f6dd701 [2021-01-04T19:41:17.158Z] ---> 1bd6fd24ff8a [2021-01-04T19:41:17.158Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T19:41:18.595Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T19:41:18.595Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T19:41:18.595Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T19:41:19.145Z] ---> 1e08e85dcc5c [2021-01-04T19:41:19.145Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:21.116Z] ---> a9283fae8d56 [2021-01-04T19:41:21.116Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T19:41:22.544Z] ---> 721374ee135b [2021-01-04T19:41:22.544Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T19:41:22.811Z] ---> Running in 81ec6ce525c0 [2021-01-04T19:41:24.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2021-01-04T19:41:24.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T19:41:24.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T19:41:24.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T19:41:24.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T19:41:24.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T19:41:24.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:24.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:24.557Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T19:41:24.557Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T19:41:24.557Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T19:41:24.557Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T19:41:24.828Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T19:41:24.828Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T19:41:24.828Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T19:41:30.242Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T19:41:30.242Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T19:41:30.242Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T19:41:30.242Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T19:41:30.242Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:30.242Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:30.242Z] ---> e4b697b63404 [2021-01-04T19:41:30.242Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> f8bce237e630 [2021-01-04T19:41:30.242Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> 11a1f00ad94f [2021-01-04T19:41:30.242Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T19:41:30.242Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T19:41:30.242Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:30.242Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:30.242Z] ---> e4b697b63404 [2021-01-04T19:41:30.242Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> f8bce237e630 [2021-01-04T19:41:30.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> 11a1f00ad94f [2021-01-04T19:41:30.242Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> 643ed146a54c [2021-01-04T19:41:30.242Z] Step 6/22 : COPY go.mod . [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> 4be4bd36688c [2021-01-04T19:41:30.242Z] Step 7/22 : RUN go mod download [2021-01-04T19:41:30.242Z] ---> Using cache [2021-01-04T19:41:30.242Z] ---> d56ed794bdf9 [2021-01-04T19:41:30.242Z] Step 8/22 : COPY . . [2021-01-04T19:41:30.518Z] ---> Using cache [2021-01-04T19:41:30.518Z] ---> 754673b25ead [2021-01-04T19:41:30.518Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T19:41:30.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T19:41:30.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T19:41:30.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T19:41:30.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.583s coverage: 75.7% of statements [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T19:41:30.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T19:41:31.106Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T19:41:31.106Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T19:41:31.378Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T19:41:31.969Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T19:41:32.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.778s coverage: 82.9% of statements [2021-01-04T19:41:32.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T19:41:32.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:41:32.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T19:41:32.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T19:41:32.939Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T19:41:33.523Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T19:41:33.806Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T19:41:34.074Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T19:41:34.074Z] ---> Running in f45f4b252674 [2021-01-04T19:41:34.351Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T19:41:34.351Z] ---> Running in 89c963e96f4d [2021-01-04T19:41:34.351Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T19:41:34.634Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T19:41:34.634Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T19:41:34.634Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T19:41:34.634Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T19:41:34.634Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T19:41:34.908Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T19:41:34.908Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T19:41:34.908Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T19:41:34.908Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T19:41:34.908Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T19:41:34.908Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T19:41:35.525Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:36.489Z] OK: 71 MiB in 55 packages [2021-01-04T19:41:36.767Z] 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-04T19:41:37.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:37.653Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:37.653Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:37.653Z] ---> e4b697b63404 [2021-01-04T19:41:37.653Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:41:37.653Z] ---> Using cache [2021-01-04T19:41:37.653Z] ---> f8bce237e630 [2021-01-04T19:41:37.653Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:37.653Z] ---> Using cache [2021-01-04T19:41:37.653Z] ---> 11a1f00ad94f [2021-01-04T19:41:37.653Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T19:41:37.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:37.922Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:37.922Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:37.922Z] ---> e4b697b63404 [2021-01-04T19:41:37.922Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:41:37.922Z] ---> Using cache [2021-01-04T19:41:37.922Z] ---> f8bce237e630 [2021-01-04T19:41:37.922Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:37.922Z] ---> Using cache [2021-01-04T19:41:37.922Z] ---> 11a1f00ad94f [2021-01-04T19:41:37.922Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T19:41:37.922Z] ---> Using cache [2021-01-04T19:41:37.922Z] ---> 643ed146a54c [2021-01-04T19:41:37.922Z] Step 6/24 : COPY go.mod . [2021-01-04T19:41:37.922Z] ---> Using cache [2021-01-04T19:41:37.922Z] ---> 4be4bd36688c [2021-01-04T19:41:37.922Z] Step 7/24 : RUN go mod download [2021-01-04T19:41:37.922Z] ---> Using cache [2021-01-04T19:41:37.922Z] ---> d56ed794bdf9 [2021-01-04T19:41:37.922Z] Step 8/24 : COPY . . [2021-01-04T19:41:38.196Z] ---> Using cache [2021-01-04T19:41:38.196Z] ---> 754673b25ead [2021-01-04T19:41:38.196Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T19:41:38.463Z] OK: 233 MiB in 51 packages [2021-01-04T19:41:38.734Z] ---> Running in d5988f5ba373 [2021-01-04T19:41:38.734Z] ---> Running in 022a34c4c37d [2021-01-04T19:41:38.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.161s coverage: 28.6% of statements [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T19:41:38.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T19:41:38.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T19:41:38.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements [2021-01-04T19:41:38.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T19:41:39.726Z] Removing intermediate container f45f4b252674 [2021-01-04T19:41:39.726Z] ---> 19a852810d10 [2021-01-04T19:41:39.726Z] Step 6/23 : COPY go.mod . [2021-01-04T19:41:39.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-01-04T19:41:39.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T19:41:39.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.123s coverage: 78.3% of statements [2021-01-04T19:41:39.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T19:41:39.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T19:41:39.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T19:41:39.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T19:41:40.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:40.328Z] 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-04T19:41:40.933Z] ---> c58b22098986 [2021-01-04T19:41:40.933Z] Step 7/23 : RUN go mod download [2021-01-04T19:41:40.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:41.543Z] ---> Running in 3d897192cd05 [2021-01-04T19:41:41.543Z] OK: 233 MiB in 51 packages [2021-01-04T19:41:44.968Z] Removing intermediate container d5988f5ba373 [2021-01-04T19:41:44.968Z] ---> 0a2d69625187 [2021-01-04T19:41:44.968Z] Step 6/24 : COPY go.mod . [2021-01-04T19:41:45.246Z] ---> f3bba0a79230 [2021-01-04T19:41:45.246Z] Step 7/24 : RUN go mod download [2021-01-04T19:41:45.849Z] ---> Running in 724b81a267a6 [2021-01-04T19:41:47.860Z] Removing intermediate container 3d897192cd05 [2021-01-04T19:41:47.860Z] ---> d1d0d843911c [2021-01-04T19:41:47.860Z] Step 8/23 : COPY . . [2021-01-04T19:41:48.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.979s coverage: 93.8% of statements [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T19:41:48.253Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T19:41:48.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T19:41:48.253Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.143s coverage: 0.1% of statements [2021-01-04T19:41:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T19:41:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T19:41:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T19:41:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T19:41:48.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2021-01-04T19:41:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T19:41:48.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements [2021-01-04T19:41:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T19:41:48.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-01-04T19:41:48.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2021-01-04T19:41:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-01-04T19:41:51.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.4% of statements [2021-01-04T19:41:51.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T19:41:52.311Z] Removing intermediate container 724b81a267a6 [2021-01-04T19:41:52.311Z] ---> 1fa377b85432 [2021-01-04T19:41:52.311Z] Step 8/24 : COPY . . [2021-01-04T19:41:52.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.743s coverage: 63.5% of statements [2021-01-04T19:41:52.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T19:41:52.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T19:41:52.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.083s coverage: 100.0% of statements [2021-01-04T19:41:52.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements [2021-01-04T19:41:53.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-04T19:41:53.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-01-04T19:41:54.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.141s coverage: 100.0% of statements [2021-01-04T19:41:59.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.989s coverage: 55.9% of statements [2021-01-04T19:41:59.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T19:41:59.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T19:41:59.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T19:41:59.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T19:41:59.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T19:42:00.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.429s coverage: 37.0% of statements [2021-01-04T19:42:00.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T19:42:00.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T19:42:00.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.657s coverage: 84.0% of statements [2021-01-04T19:42:00.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-01-04T19:42:07.466Z] 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-04T19:42:07.466Z] Removing intermediate container 81ec6ce525c0 [2021-01-04T19:42:07.466Z] ---> 13ac7d4c4057 [2021-01-04T19:42:07.466Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T19:42:07.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.333s coverage: 47.1% of statements [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T19:42:07.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T19:42:07.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-04T19:42:07.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T19:42:10.078Z] ---> Running in 495d53839a35 [2021-01-04T19:42:11.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.968s coverage: 29.1% of statements [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T19:42:11.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T19:42:11.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T19:42:11.814Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T19:42:11.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T19:42:11.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T19:42:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T19:42:12.095Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-04T19:42:12.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-04T19:42:13.798Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-04T19:42:14.391Z] GO111MODULE=on go vet ./... [2021-01-04T19:42:18.433Z] Removing intermediate container 89c963e96f4d [2021-01-04T19:42:18.433Z] ---> 829ffe435d9d [2021-01-04T19:42:18.433Z] [2021-01-04T19:42:18.433Z] Step 10/22 : FROM scratch [2021-01-04T19:42:18.433Z] ---> [2021-01-04T19:42:18.433Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:42:18.433Z] ---> 8c553017862f [2021-01-04T19:42:18.433Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T19:42:18.433Z] ---> Running in d131cc6ac338 [2021-01-04T19:42:18.433Z] Collecting docker-compose==1.23.2 [2021-01-04T19:42:18.433Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T19:42:18.433Z] ---> Using cache [2021-01-04T19:42:18.433Z] ---> 61cf7d337843 [2021-01-04T19:42:18.433Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T19:42:18.700Z] ---> Running in 47f44764e8bf [2021-01-04T19:42:18.700Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T19:42:18.700Z] ---> 5650ea5e5424 [2021-01-04T19:42:18.700Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T19:42:18.700Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T19:42:18.700Z] Removing intermediate container 022a34c4c37d [2021-01-04T19:42:18.700Z] ---> e084247c2187 [2021-01-04T19:42:18.700Z] [2021-01-04T19:42:18.700Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T19:42:18.700Z] ---> 389fef711851 [2021-01-04T19:42:18.700Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:42:18.700Z] ---> Using cache [2021-01-04T19:42:18.700Z] ---> 02ba42b70c00 [2021-01-04T19:42:18.700Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:42:18.962Z] ---> Running in 9d4a4c7808e4 [2021-01-04T19:42:18.962Z] ---> Running in 6bb1e37e51c0 [2021-01-04T19:42:19.242Z] Removing intermediate container 47f44764e8bf [2021-01-04T19:42:19.242Z] ---> 26ec2f472b05 [2021-01-04T19:42:19.242Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:42:19.242Z] 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-04T19:42:19.242Z] Removing intermediate container 9d4a4c7808e4 [2021-01-04T19:42:19.242Z] ---> 7bb9905f9051 [2021-01-04T19:42:19.242Z] Step 13/24 : WORKDIR / [2021-01-04T19:42:19.242Z] ---> Running in 1e8158cc4640 [2021-01-04T19:42:19.242Z] ---> Running in 4310f53d9b73 [2021-01-04T19:42:19.521Z] 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-04T19:42:19.521Z] Removing intermediate container 1e8158cc4640 [2021-01-04T19:42:19.521Z] ---> f1013684c21d [2021-01-04T19:42:19.521Z] Step 14/22 : WORKDIR / [2021-01-04T19:42:19.785Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T19:42:19.785Z] Removing intermediate container 4310f53d9b73 [2021-01-04T19:42:19.785Z] ---> 116f3804a809 [2021-01-04T19:42:19.785Z] 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-04T19:42:19.785Z] ---> Running in eed871d60b2b [2021-01-04T19:42:19.785Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T19:42:20.061Z] Removing intermediate container eed871d60b2b [2021-01-04T19:42:20.061Z] ---> ed85ac2ecff1 [2021-01-04T19:42:20.061Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T19:42:20.061Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T19:42:20.061Z] ---> 6c35fd07bee6 [2021-01-04T19:42:20.061Z] 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-04T19:42:20.061Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T19:42:20.335Z] ---> 87bfec52626f [2021-01-04T19:42:20.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T19:42:20.619Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T19:42:20.619Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T19:42:20.619Z] 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-04T19:42:20.619Z] ---> d18f5e1193ec [2021-01-04T19:42:20.619Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:20.896Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T19:42:20.896Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T19:42:21.165Z] Collecting PyYAML<4,>=3.10 [2021-01-04T19:42:21.165Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T19:42:21.435Z] ---> e40f703cee62 [2021-01-04T19:42:21.435Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T19:42:23.424Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T19:42:23.424Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T19:42:23.710Z] ---> 3ce3ef99792f [2021-01-04T19:42:23.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:23.987Z] ---> 57cc206415df [2021-01-04T19:42:23.987Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T19:42:23.987Z] ---> f0fa4d9d3acf [2021-01-04T19:42:23.987Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T19:42:24.270Z] ---> Running in e43aa80acb87 [2021-01-04T19:42:24.546Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T19:42:24.546Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T19:42:24.828Z] Removing intermediate container e43aa80acb87 [2021-01-04T19:42:24.828Z] ---> d0e843072e79 [2021-01-04T19:42:24.828Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:24.828Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T19:42:24.828Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T19:42:24.828Z] ---> Running in 1f023a46cb89 [2021-01-04T19:42:24.828Z] ---> 71d6f018ed2d [2021-01-04T19:42:24.828Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T19:42:25.103Z] Removing intermediate container 1f023a46cb89 [2021-01-04T19:42:25.103Z] ---> 929a4e3577aa [2021-01-04T19:42:25.103Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:42:25.411Z] ---> Running in 1f9f09db9b1a [2021-01-04T19:42:25.699Z] ---> 296006059224 [2021-01-04T19:42:25.699Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T19:42:25.699Z] Removing intermediate container 1f9f09db9b1a [2021-01-04T19:42:25.699Z] ---> 558ae57ed22e [2021-01-04T19:42:25.699Z] Step 21/22 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:42:25.699Z] ---> Running in 3834befa3248 [2021-01-04T19:42:25.699Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T19:42:25.699Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T19:42:26.289Z] ---> Running in d9191d49391a [2021-01-04T19:42:26.289Z] Collecting idna<2.8,>=2.5 [2021-01-04T19:42:26.290Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T19:42:26.290Z] 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-04T19:42:26.290Z] 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-04T19:42:26.563Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T19:42:26.563Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T19:42:26.563Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T19:42:26.563Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T19:42:26.563Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T19:42:26.563Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T19:42:26.837Z] Removing intermediate container d9191d49391a [2021-01-04T19:42:26.837Z] ---> d6933224afc5 [2021-01-04T19:42:26.837Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:42:26.837Z] Installing collected packages: docopt, cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, jsonschema, dockerpty, docker-compose [2021-01-04T19:42:26.837Z] Running setup.py install for docopt: started [2021-01-04T19:42:26.837Z] ---> Running in da5ed08662f3 [2021-01-04T19:42:27.443Z] Removing intermediate container da5ed08662f3 [2021-01-04T19:42:27.443Z] ---> 7a9b77ed4822 [2021-01-04T19:42:27.443Z] [2021-01-04T19:42:27.727Z] Successfully built 7a9b77ed4822 [2021-01-04T19:42:27.727Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T19:42:27.727Z] Successfully tagged docker-core-command-go:latest [2021-01-04T19:42:27.727Z]  Building docker-core-command-go ... done  Attempting uninstall: urllib3 [2021-01-04T19:42:27.727Z] Found existing installation: urllib3 1.25.9 [2021-01-04T19:42:27.727Z] Uninstalling urllib3-1.25.9: [2021-01-04T19:42:28.002Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T19:42:28.278Z] Attempting uninstall: idna [2021-01-04T19:42:28.278Z] Found existing installation: idna 2.9 [2021-01-04T19:42:28.278Z] Uninstalling idna-2.9: [2021-01-04T19:42:28.278Z] Successfully uninstalled idna-2.9 [2021-01-04T19:42:29.762Z] Removing intermediate container 3834befa3248 [2021-01-04T19:42:29.762Z] ---> 57104a1a2b1b [2021-01-04T19:42:29.762Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T19:42:29.762Z] Attempting uninstall: requests [2021-01-04T19:42:29.762Z] Found existing installation: requests 2.23.0 [2021-01-04T19:42:29.762Z] Uninstalling requests-2.23.0: [2021-01-04T19:42:29.762Z] Successfully uninstalled requests-2.23.0 [2021-01-04T19:42:30.055Z] ---> Running in bda87eb0a99f [2021-01-04T19:42:31.037Z] Removing intermediate container bda87eb0a99f [2021-01-04T19:42:31.037Z] ---> b8857fd7ae2b [2021-01-04T19:42:31.037Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T19:42:32.023Z] ---> Running in 17899e12d859 [2021-01-04T19:42:32.023Z] Running setup.py install for PyYAML: started [2021-01-04T19:42:32.619Z] Removing intermediate container 17899e12d859 [2021-01-04T19:42:32.619Z] ---> f20722462960 [2021-01-04T19:42:32.619Z] Step 23/24 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:42:32.619Z] ---> Running in 6013073834c5 [2021-01-04T19:42:32.889Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T19:42:33.177Z] Running setup.py install for texttable: started [2021-01-04T19:42:33.177Z] Removing intermediate container 6013073834c5 [2021-01-04T19:42:33.177Z] ---> d57e6e9a86d9 [2021-01-04T19:42:33.177Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:42:33.177Z] ---> Running in f00d44548d2c [2021-01-04T19:42:33.766Z] Removing intermediate container f00d44548d2c [2021-01-04T19:42:33.766Z] ---> c657ac925167 [2021-01-04T19:42:33.766Z] [2021-01-04T19:42:33.766Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T19:42:33.766Z] Successfully built c657ac925167 [2021-01-04T19:42:33.766Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T19:42:33.766Z]  Building docker-security-secretstore-setup-go ... done  Running setup.py install for dockerpty: started [2021-01-04T19:42:34.376Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T19:42:34.964Z] 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-04T19:42:38.339Z] Removing intermediate container 495d53839a35 [2021-01-04T19:42:38.339Z] ---> 4b83622ef3ee [2021-01-04T19:42:38.339Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T19:42:38.614Z] ---> Running in a43b06b56b44 [2021-01-04T19:42:39.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:39.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:39.511Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:42:39.511Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T19:42:39.511Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T19:42:39.793Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:39.793Z] OK: 72 MiB in 58 packages [2021-01-04T19:42:41.232Z] Removing intermediate container a43b06b56b44 [2021-01-04T19:42:41.232Z] ---> 24ab63f5ca4a [2021-01-04T19:42:41.232Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T19:42:41.232Z] ---> Running in 3c7f11396312 [2021-01-04T19:42:41.502Z] Removing intermediate container 3c7f11396312 [2021-01-04T19:42:41.502Z] ---> 25996e191e3f [2021-01-04T19:42:41.502Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:42.085Z] ---> Running in 4cf2af44bc4a [2021-01-04T19:42:44.791Z] Removing intermediate container 6bb1e37e51c0 [2021-01-04T19:42:44.791Z] ---> 34720136ae14 [2021-01-04T19:42:44.791Z] [2021-01-04T19:42:44.791Z] Step 10/24 : FROM scratch [2021-01-04T19:42:44.791Z] ---> [2021-01-04T19:42:44.791Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T19:42:44.791Z] Removing intermediate container 4cf2af44bc4a [2021-01-04T19:42:44.791Z] ---> eb3062690eab [2021-01-04T19:42:44.791Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T19:42:44.791Z] ---> Running in d25132b7a3e0 [2021-01-04T19:42:44.791Z] ---> Running in fa83ab1588c0 [2021-01-04T19:42:45.869Z] Removing intermediate container d25132b7a3e0 [2021-01-04T19:42:45.869Z] ---> 711e8e1bce29 [2021-01-04T19:42:45.869Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T19:42:45.869Z] Removing intermediate container fa83ab1588c0 [2021-01-04T19:42:45.869Z] ---> 022b35dff27d [2021-01-04T19:42:45.869Z] Step 25/26 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:42:45.869Z] ---> Running in 9ff3b0a23271 [2021-01-04T19:42:46.276Z] ---> Running in ed983b1dae34 [2021-01-04T19:42:46.276Z] Removing intermediate container 9ff3b0a23271 [2021-01-04T19:42:46.276Z] ---> 5573583d0ce3 [2021-01-04T19:42:46.276Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T19:42:46.276Z] Removing intermediate container ed983b1dae34 [2021-01-04T19:42:46.276Z] ---> 2d82b5ab54fa [2021-01-04T19:42:46.276Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T19:42:46.557Z] ---> Running in 083e177f57b3 [2021-01-04T19:42:46.557Z] ---> Running in 20346feec5b4 [2021-01-04T19:42:46.557Z] Removing intermediate container 083e177f57b3 [2021-01-04T19:42:46.557Z] ---> 4aa3ffa78742 [2021-01-04T19:42:46.557Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T19:42:46.557Z] Removing intermediate container 20346feec5b4 [2021-01-04T19:42:46.557Z] ---> 6e929cd644a4 [2021-01-04T19:42:46.557Z] [2021-01-04T19:42:46.824Z] Successfully built 6e929cd644a4 [2021-01-04T19:42:46.824Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T19:42:47.780Z]  Building docker-sys-mgmt-agent-go ... done  ---> aac971ed2391 [2021-01-04T19:42:47.780Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T19:42:48.736Z] Removing intermediate container d131cc6ac338 [2021-01-04T19:42:48.736Z] ---> 2c852825787c [2021-01-04T19:42:48.736Z] [2021-01-04T19:42:48.736Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T19:42:48.736Z] ---> 389fef711851 [2021-01-04T19:42:48.736Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:42:49.001Z] ---> 333fcd40c03b [2021-01-04T19:42:49.001Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T19:42:49.001Z] ---> Running in a989f716115f [2021-01-04T19:42:49.266Z] Removing intermediate container a989f716115f [2021-01-04T19:42:49.266Z] ---> 351c2bd07643 [2021-01-04T19:42:49.266Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T19:42:49.530Z] ---> Running in 0804028d996a [2021-01-04T19:42:49.530Z] ---> b2ec9c54db39 [2021-01-04T19:42:49.530Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T19:42:49.530Z] Removing intermediate container 0804028d996a [2021-01-04T19:42:49.530Z] ---> b4a8779eaf74 [2021-01-04T19:42:49.530Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T19:42:49.804Z] ---> Running in 4a6df09a4a8f [2021-01-04T19:42:49.804Z] ---> d0b1a04dc1e6 [2021-01-04T19:42:49.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T19:42:49.804Z] Removing intermediate container 4a6df09a4a8f [2021-01-04T19:42:49.804Z] ---> 4ea3d85d9d23 [2021-01-04T19:42:49.804Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:42:50.082Z] ---> Running in 302bcdd546ad [2021-01-04T19:42:50.352Z] ---> 0cf53e8a28ec [2021-01-04T19:42:50.352Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:50.617Z] ---> 00d8af20f434 [2021-01-04T19:42:50.617Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T19:42:50.617Z] ---> Running in 8a3bf9be50af [2021-01-04T19:42:50.882Z] Removing intermediate container 302bcdd546ad [2021-01-04T19:42:50.882Z] ---> e6c58635fb29 [2021-01-04T19:42:50.882Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T19:42:50.882Z] Removing intermediate container 8a3bf9be50af [2021-01-04T19:42:50.882Z] ---> 21b91b260b27 [2021-01-04T19:42:50.882Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:51.148Z] ---> Running in 200228a3a1a4 [2021-01-04T19:42:51.148Z] ---> Running in d6028b4b6ffa [2021-01-04T19:42:51.148Z] Removing intermediate container d6028b4b6ffa [2021-01-04T19:42:51.148Z] ---> 55879189348e [2021-01-04T19:42:51.148Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T19:42:51.411Z] ---> Running in aa84e07a99a1 [2021-01-04T19:42:51.677Z] Removing intermediate container aa84e07a99a1 [2021-01-04T19:42:51.677Z] ---> 9e7893d93747 [2021-01-04T19:42:51.677Z] Step 23/24 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:42:51.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:51.677Z] ---> Running in ae84606101ca [2021-01-04T19:42:51.940Z] Removing intermediate container ae84606101ca [2021-01-04T19:42:51.940Z] ---> a20690577c8b [2021-01-04T19:42:51.940Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:42:51.940Z] ---> Running in 8ff1425cfb7d [2021-01-04T19:42:51.940Z] Removing intermediate container 8ff1425cfb7d [2021-01-04T19:42:51.940Z] ---> f3164ecd643f [2021-01-04T19:42:51.940Z] [2021-01-04T19:42:52.204Z] Successfully built f3164ecd643f [2021-01-04T19:42:52.204Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T19:42:52.204Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:52.783Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T19:42:53.050Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T19:42:53.050Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T19:42:53.314Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T19:42:53.579Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T19:42:53.843Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:53.843Z] OK: 8 MiB in 19 packages [2021-01-04T19:42:54.799Z] Removing intermediate container 200228a3a1a4 [2021-01-04T19:42:54.799Z] ---> 3731280fe93a [2021-01-04T19:42:54.799Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T19:42:55.063Z] ---> d9b663a52e98 [2021-01-04T19:42:55.063Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T19:42:55.641Z] ---> b9cec6c5a34f [2021-01-04T19:42:55.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:55.905Z] ---> 19a1f11cf4e6 [2021-01-04T19:42:55.905Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T19:42:55.905Z] ---> Running in e4150307dd41 [2021-01-04T19:42:56.169Z] Removing intermediate container e4150307dd41 [2021-01-04T19:42:56.169Z] ---> a802d5be4fb7 [2021-01-04T19:42:56.169Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:56.169Z] ---> Running in 5cb91b2ce943 [2021-01-04T19:42:56.169Z] Removing intermediate container 5cb91b2ce943 [2021-01-04T19:42:56.169Z] ---> 42202db7881a [2021-01-04T19:42:56.169Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T19:42:56.433Z] ---> Running in 32d40d5e3b38 [2021-01-04T19:42:56.433Z] Removing intermediate container 32d40d5e3b38 [2021-01-04T19:42:56.433Z] ---> 7ee4516e12aa [2021-01-04T19:42:56.433Z] Step 22/23 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:42:56.698Z] ---> Running in 9fe6cc7ca608 [2021-01-04T19:42:56.698Z] Removing intermediate container 9fe6cc7ca608 [2021-01-04T19:42:56.698Z] ---> 7188d1dbf8d7 [2021-01-04T19:42:56.698Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T19:42:56.698Z] ---> Running in 0f6422fde38a [2021-01-04T19:42:56.962Z] Removing intermediate container 0f6422fde38a [2021-01-04T19:42:56.962Z] ---> 464dfd6bcd1c [2021-01-04T19:42:56.962Z] [2021-01-04T19:42:56.962Z] Successfully built 464dfd6bcd1c [2021-01-04T19:42:56.962Z] Successfully tagged docker-core-data-go:latest [2021-01-04T19:42:57.238Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T19:42:57.245Z] $ docker stop --time=1 f0767f0917a7fa8bab2532f525b159037e3ce43e1d3b97d5fe7bba8d05054cf0 [2021-01-04T19:42:58.832Z] $ docker rm -f f0767f0917a7fa8bab2532f525b159037e3ce43e1d3b97d5fe7bba8d05054cf0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:42:59.330Z] + docker images [2021-01-04T19:42:59.330Z] + grep docker [2021-01-04T19:42:59.330Z] docker-core-data-go latest 464dfd6bcd1c 3 seconds ago 22.2MB [2021-01-04T19:42:59.330Z] docker-support-notifications-go latest f3164ecd643f 8 seconds ago 12MB [2021-01-04T19:42:59.330Z] docker-sys-mgmt-agent-go latest 6e929cd644a4 13 seconds ago 313MB [2021-01-04T19:42:59.330Z] docker-security-secretstore-setup-go latest c657ac925167 26 seconds ago 24.6MB [2021-01-04T19:42:59.330Z] docker-core-command-go latest 7a9b77ed4822 32 seconds ago 10.6MB [2021-01-04T19:42:59.330Z] docker-security-bootstrap-redis-go latest 9a2c5ed5778c About a minute ago 15.8MB [2021-01-04T19:42:59.330Z] docker-security-proxy-setup-go latest 8575868fb239 About a minute ago 24.5MB [2021-01-04T19:42:59.330Z] docker-core-metadata-go latest 7e8ddf20fda2 About a minute ago 13MB [2021-01-04T19:42:59.330Z] docker-support-scheduler-go latest 4467cd72eb3f About a minute ago 10.7MB [2021-01-04T19:42:59.330Z] docker 20.10.0 aefe523efa57 3 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-04T19:43:15.142Z] Still waiting to schedule task [2021-01-04T19:43:15.142Z] ‘prd-ubuntu18.04-docker-8c-8g-18253’ is offline [2021-01-04T19:43:22.500Z] gofmt -l . [2021-01-04T19:43:22.500Z] [ "`gofmt -l .`" = "" ] [2021-01-04T19:43:22.500Z] ./bin/test-go-mod-tidy.sh [2021-01-04T19:43:22.500Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T19:43:25.796Z] + ls -al . [2021-01-04T19:43:25.796Z] total 664 [2021-01-04T19:43:25.796Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 19:43 . [2021-01-04T19:43:25.796Z] drwxr-xr-x 4 root root 4096 Jan 4 19:39 .. [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:38 .dockerignore [2021-01-04T19:43:25.796Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:38 .git [2021-01-04T19:43:25.796Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 19:38 .github [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 19:38 .gitignore [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:38 .sonarcloud.properties [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:38 CONTRIBUTING.md [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 19:38 Dockerfile.build [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 19:38 Jenkinsfile [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:38 LICENSE [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 19:38 Makefile [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 19:38 README.md [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 19:38 SECURITY.md [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:35 VERSION [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:38 ZMQWindows.md [2021-01-04T19:43:25.796Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 19:38 bin [2021-01-04T19:43:25.796Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:38 cmd [2021-01-04T19:43:25.796Z] -rw-r--r-- 1 root root 538204 Jan 4 19:42 coverage.out [2021-01-04T19:43:25.796Z] -rw-r--r-- 1 root root 979 Jan 4 19:43 go.mod [2021-01-04T19:43:25.796Z] -rw-r--r-- 1 root root 18739 Jan 4 19:43 go.sum [2021-01-04T19:43:25.796Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:38 internal [2021-01-04T19:43:25.796Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:38 openapi [2021-01-04T19:43:25.796Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:38 snap [2021-01-04T19:43:25.796Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 19:38 version.go [Pipeline] sh [2021-01-04T19:43:26.451Z] + '[' -e coverage.out ] [2021-01-04T19:43:26.451Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T19:43:26.515Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T19:43:27.671Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T19:43:28.400Z] + make build [2021-01-04T19:43:28.400Z] 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-04T19:43:38.567Z] 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-04T19:44:00.730Z] 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-04T19:44:05.034Z] 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-04T19:44:09.337Z] 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-04T19:44:10.771Z] 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-04T19:44:16.171Z] 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-04T19:44:19.560Z] 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-04T19:44:23.876Z] 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-04T19:44:27.259Z] 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-04T19:44:30.634Z] 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-04T19:44:33.245Z] 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-04T19:44:37.554Z] $ docker stop --time=1 9ccbe68503ade702fa252d1f8097d507b8adcd56b9fb49547f284d1ed760cb92 [2021-01-04T19:44:40.041Z] $ docker rm -f 9ccbe68503ade702fa252d1f8097d507b8adcd56b9fb49547f284d1ed760cb92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:44:41.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:41.953Z] [2021-01-04T19:44:41.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:44:42.374Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:42.374Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T19:44:42.374Z] 29e5d40040c1: Pulling fs layer [2021-01-04T19:44:42.374Z] 1ce36da41761: Pulling fs layer [2021-01-04T19:44:42.374Z] 25b303627fd3: Pulling fs layer [2021-01-04T19:44:42.964Z] 29e5d40040c1: Verifying Checksum [2021-01-04T19:44:42.964Z] 29e5d40040c1: Download complete [2021-01-04T19:44:43.560Z] 1ce36da41761: Verifying Checksum [2021-01-04T19:44:43.560Z] 1ce36da41761: Download complete [2021-01-04T19:44:43.560Z] 29e5d40040c1: Pull complete [2021-01-04T19:44:44.995Z] 1ce36da41761: Pull complete [2021-01-04T19:44:45.265Z] 25b303627fd3: Verifying Checksum [2021-01-04T19:44:45.265Z] 25b303627fd3: Download complete [2021-01-04T19:44:55.408Z] 25b303627fd3: Pull complete [2021-01-04T19:44:55.408Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T19:44:55.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:55.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T19:44:55.631Z] prd-ubuntu18.04-docker-arm64-4c-16g-18249 does not seem to be running inside a container [2021-01-04T19:44:55.698Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T19:44:58.917Z] $ docker top 80100732ebec581a6c42b70382c9e203be414dd1f1253307077206c8bd5a6eaf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:44:59.980Z] + docker-compose build --help [2021-01-04T19:44:59.980Z] + grep parallel [2021-01-04T19:45:03.373Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T19:45:03.661Z] $ docker stop --time=1 80100732ebec581a6c42b70382c9e203be414dd1f1253307077206c8bd5a6eaf [2021-01-04T19:45:05.500Z] $ docker rm -f 80100732ebec581a6c42b70382c9e203be414dd1f1253307077206c8bd5a6eaf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:45:06.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:45:06.244Z] . [Pipeline] withDockerContainer [2021-01-04T19:45:06.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-18249 does not seem to be running inside a container [2021-01-04T19:45:06.610Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T19:45:07.897Z] $ docker top 20d67745a1af7a4ea4563e84e8d3ab6b3bb4c99aafe98e18f2d64c20a9c45d7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:45:08.940Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T19:45:13.218Z] Building docker-core-command-go ... [2021-01-04T19:45:13.218Z] Building docker-core-data-go ... [2021-01-04T19:45:13.218Z] Building docker-core-metadata-go ... [2021-01-04T19:45:13.218Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T19:45:13.218Z] Building docker-security-proxy-setup-go ... [2021-01-04T19:45:13.218Z] Building docker-security-secretstore-setup-go ... [2021-01-04T19:45:13.218Z] Building docker-support-notifications-go ... [2021-01-04T19:45:13.218Z] Building docker-support-scheduler-go ... [2021-01-04T19:45:13.218Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T19:45:13.218Z] Building docker-support-notifications-go [2021-01-04T19:45:13.218Z] Building docker-core-command-go [2021-01-04T19:45:13.218Z] Building docker-security-proxy-setup-go [2021-01-04T19:45:13.218Z] Building docker-core-metadata-go [2021-01-04T19:45:13.218Z] Building docker-security-bootstrap-redis-go [2021-01-04T19:45:18.085Z] Running on prd-ubuntu18.04-docker-8c-8g-18256 in /w/workspace/edgexfoundry_edgex-go_PR-2979 [Pipeline] { [Pipeline] ws [2021-01-04T19:45:18.162Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T19:45:20.385Z] using credential edgex-jenkins-ssh [2021-01-04T19:45:20.455Z] Cloning the remote Git repository [2021-01-04T19:45:20.473Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:45:20.536Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-04T19:45:20.570Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:45:20.570Z] > git --version # timeout=10 [2021-01-04T19:45:20.576Z] > git --version # 'git version 2.17.1' [2021-01-04T19:45:20.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:45:20.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:45:40.032Z] Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:45:40.149Z] Merge succeeded, producing 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:45:40.149Z] Checking out Revision 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d (PR-2979) [2021-01-04T19:45:39.545Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:45:39.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:45:39.563Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:45:39.574Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:45:39.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:45:39.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2979/head:refs/remotes/origin/PR-2979 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:45:40.038Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:45:40.042Z] > git checkout -f 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d # timeout=10 [2021-01-04T19:45:40.118Z] > git remote # timeout=10 [2021-01-04T19:45:40.124Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:45:40.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:45:40.134Z] > git merge 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [2021-01-04T19:45:40.143Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:45:40.151Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:45:40.154Z] > git checkout -f 2b26867284fa0210cc3a9a1dc223633d9c4d8e3d # timeout=10 [2021-01-04T19:45:43.744Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.66" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:45:44.785Z] + echo snap-build.sh [2021-01-04T19:45:44.785Z] snap-build.sh [2021-01-04T19:45:44.785Z] + SNAP_BASE_DIR=. [2021-01-04T19:45:44.785Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-04T19:45:44.785Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-04T19:45:44.785Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-04T19:45:44.785Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-04T19:45:44.785Z] + cd /w/workspace/edgex-go/2 [2021-01-04T19:45:44.785Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T19:45:44.785Z] Reading package lists... [2021-01-04T19:45:45.047Z] Building dependency tree... [2021-01-04T19:45:45.047Z] Reading state information... [2021-01-04T19:45:45.047Z] The following packages were automatically installed and are no longer required: [2021-01-04T19:45:45.047Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T19:45:45.047Z] uidmap xdelta3 [2021-01-04T19:45:45.047Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T19:45:45.047Z] The following packages will be REMOVED: [2021-01-04T19:45:45.047Z] lxd* lxd-client* [2021-01-04T19:45:45.619Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T19:45:45.619Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T19:45:46.403Z] (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-04T19:45:46.403Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:45:47.345Z] Removing lxd dnsmasq configuration [2021-01-04T19:45:47.345Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:45:47.607Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T19:45:48.552Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T19:45:48.552Z] (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-04T19:45:48.552Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:45:49.951Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T19:45:49.951Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T19:45:51.340Z] + sudo snap remove --purge lxd [2021-01-04T19:45:51.602Z] snap "lxd" is not installed [2021-01-04T19:45:51.602Z] + sudo groupadd --force --system lxd [2021-01-04T19:45:51.602Z] ++ whoami [2021-01-04T19:45:51.602Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T19:45:51.602Z] + newgrp - lxd [2021-01-04T19:45:51.602Z] + sudo snap install lxd [2021-01-04T19:46:01.613Z] 2021-01-04T19:45:58Z INFO Waiting for automatic snapd restart... [2021-01-04T19:46:17.540Z] lxd 4.9 from Canonical* installed [2021-01-04T19:46:17.540Z] + sudo lxd init --auto [2021-01-04T19:46:21.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:46:21.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:46:21.207Z] ---> 4afa81ef2e50 [2021-01-04T19:46:21.207Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:46:21.207Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:46:21.207Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:46:21.207Z] ---> 4afa81ef2e50 [2021-01-04T19:46:21.207Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:46:21.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:46:21.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:46:21.207Z] ---> 4afa81ef2e50 [2021-01-04T19:46:21.207Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:46:21.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:46:21.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:46:21.207Z] ---> 4afa81ef2e50 [2021-01-04T19:46:21.207Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:46:21.207Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:46:21.207Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:46:21.207Z] ---> 4afa81ef2e50 [2021-01-04T19:46:21.207Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:46:22.633Z] ---> Running in ff8f48ef10f8 [2021-01-04T19:46:22.633Z] ---> Running in a9fe74332fd6 [2021-01-04T19:46:22.633Z] ---> Running in 51115c3fb218 [2021-01-04T19:46:22.633Z] ---> Running in a8da40b6ec2a [2021-01-04T19:46:22.633Z] ---> Running in 69ecb2f5ff04 [2021-01-04T19:46:23.611Z] Removing intermediate container 69ecb2f5ff04 [2021-01-04T19:46:23.611Z] ---> fa0998487320 [2021-01-04T19:46:23.611Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:46:23.611Z] Removing intermediate container ff8f48ef10f8 [2021-01-04T19:46:23.611Z] ---> 59aa3858b2ff [2021-01-04T19:46:23.611Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:46:23.611Z] Removing intermediate container 51115c3fb218 [2021-01-04T19:46:23.611Z] ---> f9f8a9355ba8 [2021-01-04T19:46:23.611Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:46:23.611Z] Removing intermediate container a8da40b6ec2a [2021-01-04T19:46:23.611Z] ---> ad20a155adab [2021-01-04T19:46:23.611Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:46:23.611Z] Removing intermediate container a9fe74332fd6 [2021-01-04T19:46:23.611Z] ---> db14e9e7b2fc [2021-01-04T19:46:23.611Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:46:23.611Z] ---> Running in 02ae69213bc0 [2021-01-04T19:46:23.611Z] ---> Running in 771336420c71 [2021-01-04T19:46:23.611Z] ---> Running in a4508894b665 [2021-01-04T19:46:23.881Z] ---> Running in 85cce1485fad [2021-01-04T19:46:23.881Z] ---> Running in 2e4392ec84ac [2021-01-04T19:46:25.704Z] + sudo snap install --classic snapcraft [2021-01-04T19:46:27.293Z] Removing intermediate container 02ae69213bc0 [2021-01-04T19:46:27.293Z] ---> 78ced09e23df [2021-01-04T19:46:27.293Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:46:27.293Z] ---> Running in dd47095ce0b9 [2021-01-04T19:46:27.293Z] Removing intermediate container 771336420c71 [2021-01-04T19:46:27.293Z] ---> 76ea6b47ce24 [2021-01-04T19:46:27.293Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:46:27.567Z] ---> Running in a0cd3336e64f [2021-01-04T19:46:27.567Z] Removing intermediate container a4508894b665 [2021-01-04T19:46:27.567Z] ---> 8fe466d1dd18 [2021-01-04T19:46:27.567Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:46:27.567Z] Removing intermediate container 2e4392ec84ac [2021-01-04T19:46:27.567Z] ---> 99a3e0d91f8f [2021-01-04T19:46:27.567Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:46:27.842Z] Removing intermediate container 85cce1485fad [2021-01-04T19:46:27.842Z] ---> f56a23e58983 [2021-01-04T19:46:27.842Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T19:46:27.842Z] ---> Running in afb33e89310d [2021-01-04T19:46:27.842Z] ---> Running in 75b93856bbc8 [2021-01-04T19:46:28.119Z] ---> Running in af5b88ea2252 [2021-01-04T19:46:29.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:29.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:29.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:29.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:29.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:29.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:29.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:30.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:30.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:30.860Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:30.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:31.010Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T19:46:31.010Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T19:46:31.010Z] + patch --verbose -p1 [2021-01-04T19:46:31.010Z] Hmm... Looks like a unified diff to me... [2021-01-04T19:46:31.010Z] The text leading up to this was: [2021-01-04T19:46:31.010Z] -------------------------- [2021-01-04T19:46:31.010Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T19:46:31.010Z] |From: Tony Espy [2021-01-04T19:46:31.010Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T19:46:31.010Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T19:46:31.010Z] | [2021-01-04T19:46:31.010Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T19:46:31.010Z] |optimize the snap CI check run for pull requests. When [2021-01-04T19:46:31.010Z] |applied, it essentially strips out everything (apps and [2021-01-04T19:46:31.010Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T19:46:31.010Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T19:46:31.010Z] |catch changes to edgex-go that break the snap build. [2021-01-04T19:46:31.010Z] | [2021-01-04T19:46:31.010Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T19:46:31.010Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T19:46:31.010Z] |resulting in a failed snap build CI check in the associated [2021-01-04T19:46:31.011Z] |pull request. [2021-01-04T19:46:31.011Z] | [2021-01-04T19:46:31.011Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T19:46:31.011Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T19:46:31.011Z] |need to build the finally binary .snap file (and it won't [2021-01-04T19:46:31.011Z] |work with the patch applied). This further reduces the build [2021-01-04T19:46:31.011Z] |time. [2021-01-04T19:46:31.011Z] |--- [2021-01-04T19:46:31.011Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T19:46:31.011Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T19:46:31.011Z] | [2021-01-04T19:46:31.011Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T19:46:31.011Z] |index 1e537489..faf42425 100644 [2021-01-04T19:46:31.011Z] |--- a/snap/snapcraft.yaml [2021-01-04T19:46:31.011Z] |+++ b/snap/snapcraft.yaml [2021-01-04T19:46:31.011Z] -------------------------- [2021-01-04T19:46:31.011Z] patching file snap/snapcraft.yaml [2021-01-04T19:46:31.011Z] Using Plan A... [2021-01-04T19:46:31.011Z] Hunk #1 succeeded at 73. [2021-01-04T19:46:31.011Z] Hunk #2 succeeded at 202. [2021-01-04T19:46:31.011Z] Hunk #3 succeeded at 214. [2021-01-04T19:46:31.011Z] Hunk #4 succeeded at 222. [2021-01-04T19:46:31.011Z] Hunk #5 succeeded at 229. [2021-01-04T19:46:31.011Z] Hunk #6 succeeded at 256. [2021-01-04T19:46:31.011Z] Hunk #7 succeeded at 290. [2021-01-04T19:46:31.011Z] Hunk #8 succeeded at 341. [2021-01-04T19:46:31.011Z] Hmm... Ignoring the trailing garbage. [2021-01-04T19:46:31.011Z] done [2021-01-04T19:46:31.011Z] + sudo snapcraft prime --use-lxd [2021-01-04T19:46:31.142Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:31.585Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T19:46:31.585Z] 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-04T19:46:31.585Z] - README.md [2021-01-04T19:46:31.585Z] [2021-01-04T19:46:31.585Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T19:46:32.122Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:32.122Z] Removing intermediate container dd47095ce0b9 [2021-01-04T19:46:32.122Z] ---> 77f00bda7af4 [2021-01-04T19:46:32.122Z] Step 6/22 : COPY go.mod . [2021-01-04T19:46:32.164Z] Launching a container. [2021-01-04T19:46:32.401Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:32.679Z] Removing intermediate container a0cd3336e64f [2021-01-04T19:46:32.679Z] ---> a83deef842aa [2021-01-04T19:46:32.679Z] Step 6/22 : COPY go.mod . [2021-01-04T19:46:33.286Z] ---> cfec064ec02c [2021-01-04T19:46:33.286Z] Step 7/22 : RUN go mod download [2021-01-04T19:46:33.286Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:33.286Z] ---> Running in d8bee1fdd042 [2021-01-04T19:46:33.887Z] Removing intermediate container afb33e89310d [2021-01-04T19:46:33.887Z] ---> e84356de1a30 [2021-01-04T19:46:33.887Z] Step 6/21 : COPY go.mod . [2021-01-04T19:46:33.887Z] ---> 632586d3a1ea [2021-01-04T19:46:33.887Z] Step 7/22 : RUN go mod download [2021-01-04T19:46:34.160Z] Removing intermediate container 75b93856bbc8 [2021-01-04T19:46:34.160Z] ---> 1aebcfad3bd5 [2021-01-04T19:46:34.160Z] Step 6/22 : COPY go.mod . [2021-01-04T19:46:34.160Z] ---> Running in 28ec1e7fec5f [2021-01-04T19:46:34.755Z] ---> 302663783458 [2021-01-04T19:46:34.755Z] Step 7/21 : RUN go mod download [2021-01-04T19:46:35.030Z] Removing intermediate container af5b88ea2252 [2021-01-04T19:46:35.030Z] ---> 4dc1ed983a07 [2021-01-04T19:46:35.030Z] Step 6/24 : COPY go.mod . [2021-01-04T19:46:35.030Z] ---> Running in 52c21977ed44 [2021-01-04T19:46:35.303Z] ---> a6985fb54ebb [2021-01-04T19:46:35.303Z] Step 7/22 : RUN go mod download [2021-01-04T19:46:35.303Z] ---> Running in 280fd1a87cc1 [2021-01-04T19:46:36.288Z] ---> 4450703e249b [2021-01-04T19:46:36.288Z] Step 7/24 : RUN go mod download [2021-01-04T19:46:36.288Z] ---> Running in 8c4025ce12e9 [2021-01-04T19:46:37.267Z] Removing intermediate container d8bee1fdd042 [2021-01-04T19:46:37.267Z] ---> c1bdf9bcf17b [2021-01-04T19:46:37.267Z] Step 8/22 : COPY . . [2021-01-04T19:46:38.258Z] Removing intermediate container 28ec1e7fec5f [2021-01-04T19:46:38.258Z] ---> d190df0380c4 [2021-01-04T19:46:38.258Z] Step 8/22 : COPY . . [2021-01-04T19:46:40.249Z] Removing intermediate container 52c21977ed44 [2021-01-04T19:46:40.249Z] ---> 7cb3c3b5f966 [2021-01-04T19:46:40.249Z] Step 8/21 : COPY . . [2021-01-04T19:46:40.524Z] Removing intermediate container 280fd1a87cc1 [2021-01-04T19:46:40.524Z] ---> 9ccb5861cfd6 [2021-01-04T19:46:40.524Z] Step 8/22 : COPY . . [2021-01-04T19:46:41.122Z] Removing intermediate container 8c4025ce12e9 [2021-01-04T19:46:41.122Z] ---> b91a43c15357 [2021-01-04T19:46:41.122Z] Step 8/24 : COPY . . [2021-01-04T19:46:44.402Z] Waiting for container to be ready [2021-01-04T19:46:44.402Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T19:46:44.402Z] [2021-01-04T19:46:46.948Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T19:46:47.207Z] Waiting for network to be ready... [2021-01-04T19:46:47.468Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T19:46:47.468Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T19:46:48.041Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T19:46:48.041Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T19:46:48.301Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T19:46:48.562Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T19:46:48.562Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T19:46:48.562Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T19:46:48.562Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T19:46:48.562Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T19:46:48.562Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T19:46:48.562Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T19:46:48.562Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T19:46:48.562Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T19:46:48.562Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T19:46:48.562Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T19:46:48.562Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T19:46:48.562Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T19:46:48.823Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T19:46:49.085Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-04T19:46:49.085Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T19:46:49.085Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T19:46:49.085Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T19:46:49.085Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T19:46:49.345Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T19:46:49.345Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T19:46:49.345Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T19:46:51.917Z] Fetched 23.6 MB in 4s (5631 kB/s) [2021-01-04T19:46:52.496Z] Reading package lists... [2021-01-04T19:46:52.496Z] Reading package lists... [2021-01-04T19:46:52.757Z] Building dependency tree... [2021-01-04T19:46:52.757Z] Reading state information... [2021-01-04T19:46:52.757Z] The following additional packages will be installed: [2021-01-04T19:46:52.757Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T19:46:52.757Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T19:46:52.757Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T19:46:52.757Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T19:46:52.757Z] Suggested packages: [2021-01-04T19:46:52.757Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T19:46:52.757Z] Recommended packages: [2021-01-04T19:46:52.757Z] gnupg libsasl2-modules [2021-01-04T19:46:53.018Z] The following NEW packages will be installed: [2021-01-04T19:46:53.018Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T19:46:53.018Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T19:46:53.018Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T19:46:53.018Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T19:46:53.018Z] The following packages will be upgraded: [2021-01-04T19:46:53.018Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T19:46:53.018Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T19:46:53.018Z] Need to get 3531 kB of archives. [2021-01-04T19:46:53.018Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T19:46:53.018Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T19:46:53.018Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T19:46:53.282Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T19:46:53.545Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T19:46:53.807Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T19:46:53.807Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T19:46:53.807Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T19:46:53.807Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T19:46:53.807Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T19:46:53.807Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T19:46:53.807Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T19:46:53.807Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T19:46:53.807Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T19:46:53.807Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T19:46:53.807Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T19:46:53.807Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T19:46:53.807Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T19:46:53.807Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T19:46:53.807Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T19:46:53.807Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T19:46:53.807Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T19:46:53.807Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T19:46:54.068Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:46:54.068Z] Fetched 3531 kB in 1s (3518 kB/s) [2021-01-04T19:46:54.068Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T19:46:54.068Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:54.068Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:46:54.329Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T19:46:54.329Z] Selecting previously unselected package udev. [2021-01-04T19:46:54.329Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T19:46:54.329Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:54.329Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T19:46:54.592Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T19:46:54.592Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T19:46:54.592Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T19:46:54.852Z] Selecting previously unselected package fuse. [2021-01-04T19:46:54.852Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T19:46:54.852Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T19:46:54.852Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:54.852Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:55.112Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:55.112Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:55.112Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:55.112Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:55.372Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T19:46:55.372Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T19:46:55.372Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T19:46:55.372Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T19:46:55.372Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:55.372Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:55.633Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T19:46:55.633Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:55.633Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:55.633Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T19:46:55.633Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:55.633Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:55.894Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T19:46:55.894Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:55.894Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:55.894Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T19:46:55.894Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:55.894Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:55.894Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T19:46:55.894Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:55.894Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:56.155Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T19:46:56.155Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:56.155Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:56.155Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T19:46:56.155Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:56.155Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:56.423Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T19:46:56.423Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:56.423Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:56.423Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T19:46:56.423Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T19:46:56.423Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:56.423Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T19:46:56.423Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T19:46:56.423Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:56.685Z] Selecting previously unselected package libldap-common. [2021-01-04T19:46:56.685Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T19:46:56.685Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:56.685Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T19:46:56.685Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T19:46:56.685Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:56.947Z] Selecting previously unselected package dirmngr. [2021-01-04T19:46:56.947Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:56.947Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:56.947Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:56.947Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:56.947Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T19:46:56.947Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:57.207Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:57.207Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:57.207Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.207Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T19:46:57.207Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:46:57.207Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T19:46:57.468Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T19:46:57.728Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.728Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T19:46:57.728Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T19:46:57.728Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:57.728Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.728Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.988Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.988Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.988Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.988Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.988Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:57.988Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:57.988Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:57.988Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:46:58.573Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T19:46:58.573Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T19:46:58.573Z] This means they are not meant to be enabled using systemctl. [2021-01-04T19:46:58.573Z] Possible reasons for having this kind of units are: [2021-01-04T19:46:58.573Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T19:46:58.573Z] .wants/ or .requires/ directory. [2021-01-04T19:46:58.573Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T19:46:58.573Z] a requirement dependency on it. [2021-01-04T19:46:58.573Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T19:46:58.573Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T19:46:58.573Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T19:46:58.573Z] instance name specified. [2021-01-04T19:46:58.836Z] Reading package lists... [2021-01-04T19:46:58.836Z] Building dependency tree... [2021-01-04T19:46:58.836Z] Reading state information... [2021-01-04T19:46:59.096Z] The following additional packages will be installed: [2021-01-04T19:46:59.096Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T19:46:59.096Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T19:46:59.096Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T19:46:59.096Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T19:46:59.096Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T19:46:59.096Z] Suggested packages: [2021-01-04T19:46:59.096Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T19:46:59.096Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T19:46:59.096Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T19:46:59.096Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T19:46:59.096Z] systemd-container policykit-1 [2021-01-04T19:46:59.096Z] Recommended packages: [2021-01-04T19:46:59.096Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T19:46:59.096Z] The following NEW packages will be installed: [2021-01-04T19:46:59.096Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T19:46:59.096Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T19:46:59.096Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T19:46:59.096Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T19:46:59.096Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T19:46:59.096Z] The following packages will be upgraded: [2021-01-04T19:46:59.096Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T19:46:59.096Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T19:46:59.096Z] Need to get 35.2 MB of archives. [2021-01-04T19:46:59.096Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T19:46:59.096Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T19:46:59.356Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T19:46:59.356Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T19:46:59.356Z] 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-04T19:46:59.356Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-04T19:46:59.356Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T19:46:59.356Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-04T19:46:59.356Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T19:46:59.356Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T19:46:59.356Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T19:46:59.356Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T19:46:59.356Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T19:46:59.356Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T19:46:59.356Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T19:46:59.356Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T19:46:59.356Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T19:46:59.615Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T19:47:00.187Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T19:47:00.187Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T19:47:00.187Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T19:47:00.187Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T19:47:00.187Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T19:47:00.187Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T19:47:00.187Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T19:47:00.187Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T19:47:00.187Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T19:47:00.187Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T19:47:00.187Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T19:47:00.187Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T19:47:00.187Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T19:47:01.574Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:47:01.574Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-01-04T19:47:01.574Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:47:01.574Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:47:01.836Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:47:02.411Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:47:02.411Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:47:02.411Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T19:47:02.672Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:47:02.672Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T19:47:02.672Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T19:47:02.672Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T19:47:02.937Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:47:02.937Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T19:47:02.937Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T19:47:03.198Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T19:47:03.198Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T19:47:03.771Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T19:47:03.771Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T19:47:03.771Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T19:47:03.771Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T19:47:04.033Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T19:47:04.033Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:47:04.033Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:04.297Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T19:47:04.297Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T19:47:04.297Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T19:47:04.297Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T19:47:04.297Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:47:04.559Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:04.559Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T19:47:04.826Z] Checking for services that may need to be restarted...done. [2021-01-04T19:47:04.826Z] Checking for services that may need to be restarted...done. [2021-01-04T19:47:04.826Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:04.826Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T19:47:04.826Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:05.410Z] Selecting previously unselected package python3-minimal. [2021-01-04T19:47:05.410Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T19:47:05.410Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:47:05.410Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T19:47:05.410Z] Selecting previously unselected package mime-support. [2021-01-04T19:47:05.410Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T19:47:05.410Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T19:47:05.673Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T19:47:05.673Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T19:47:05.673Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T19:47:05.673Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T19:47:05.673Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:47:05.673Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:05.937Z] Selecting previously unselected package python3.6. [2021-01-04T19:47:05.937Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:47:05.937Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:06.197Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T19:47:06.197Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:47:06.197Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T19:47:06.197Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T19:47:06.457Z] Selecting previously unselected package python3. [2021-01-04T19:47:06.457Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T19:47:06.457Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:47:06.457Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T19:47:06.457Z] Selecting previously unselected package multiarch-support. [2021-01-04T19:47:06.457Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:47:06.457Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T19:47:06.722Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T19:47:06.722Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T19:47:06.722Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T19:47:06.722Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T19:47:06.722Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T19:47:06.722Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T19:47:06.722Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T19:47:06.722Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T19:47:06.985Z] Selecting previously unselected package sudo. [2021-01-04T19:47:06.985Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T19:47:06.985Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T19:47:06.985Z] Selecting previously unselected package apparmor. [2021-01-04T19:47:06.985Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T19:47:06.985Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T19:47:07.246Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T19:47:07.246Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T19:47:07.246Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T19:47:07.246Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T19:47:07.246Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:47:07.508Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:07.508Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T19:47:07.508Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:47:07.508Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:07.508Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T19:47:07.508Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T19:47:07.508Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T19:47:07.770Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T19:47:07.770Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:47:07.770Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:07.770Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T19:47:07.770Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:47:07.770Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:07.770Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T19:47:07.770Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T19:47:07.923Z] ---> d0a80b45a2b0 [2021-01-04T19:47:07.924Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T19:47:07.924Z] ---> 067673d62f05 [2021-01-04T19:47:07.924Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T19:47:07.924Z] ---> 4c286b52b857 [2021-01-04T19:47:07.924Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T19:47:07.924Z] ---> 3300914ca7bc [2021-01-04T19:47:07.924Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T19:47:07.924Z] ---> ee0c1240f590 [2021-01-04T19:47:07.924Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T19:47:07.924Z] ---> Running in 1c06272f9977 [2021-01-04T19:47:07.924Z] ---> Running in 0ce6ee844bac [2021-01-04T19:47:07.924Z] ---> Running in 6ac4f4203fb9 [2021-01-04T19:47:07.924Z] ---> Running in ffeeddd579b1 [2021-01-04T19:47:07.924Z] ---> Running in 4e796111902c [2021-01-04T19:47:07.924Z] 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-04T19:47:07.924Z] 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-04T19:47:07.924Z] 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-04T19:47:07.924Z] 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-04T19:47:07.924Z] 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-04T19:47:08.032Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T19:47:08.032Z] Selecting previously unselected package openssh-client. [2021-01-04T19:47:08.032Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T19:47:08.032Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T19:47:08.292Z] Selecting previously unselected package squashfs-tools. [2021-01-04T19:47:08.292Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T19:47:08.292Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T19:47:08.292Z] Selecting previously unselected package snapd. [2021-01-04T19:47:08.292Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T19:47:08.292Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T19:47:10.203Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T19:47:10.203Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T19:47:10.463Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T19:47:10.463Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T19:47:10.463Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T19:47:10.463Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:10.463Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:47:10.463Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T19:47:10.463Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T19:47:11.408Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T19:47:11.408Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T19:47:11.408Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T19:47:11.408Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:11.408Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:11.408Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:47:12.350Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T19:47:12.350Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:12.350Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T19:47:12.350Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T19:47:12.350Z] running python rtupdate hooks for python3.6... [2021-01-04T19:47:12.350Z] running python post-rtupdate hooks for python3.6... [2021-01-04T19:47:12.350Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T19:47:13.735Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T19:47:13.997Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:47:13.997Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T19:47:14.259Z] Setting up snapd (2.48+18.04) ... [2021-01-04T19:47:14.833Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T19:47:14.833Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T19:47:15.093Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T19:47:15.093Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T19:47:15.355Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T19:47:15.355Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T19:47:15.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T19:47:15.616Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T19:47:15.877Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T19:47:16.148Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T19:47:16.148Z] /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-04T19:47:16.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:47:16.408Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T19:47:17.349Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:47:17.349Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:47:17.349Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:47:18.551Z] Reading package lists... [2021-01-04T19:47:18.811Z] Reading package lists... [2021-01-04T19:47:19.072Z] Building dependency tree... [2021-01-04T19:47:19.072Z] Reading state information... [2021-01-04T19:47:19.072Z] Calculating upgrade... [2021-01-04T19:47:19.334Z] The following packages will be upgraded: [2021-01-04T19:47:19.334Z] advancecomp base-files bash binutils binutils-common [2021-01-04T19:47:19.334Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T19:47:19.334Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T19:47:19.334Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T19:47:19.334Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T19:47:19.334Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T19:47:19.334Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T19:47:19.334Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T19:47:19.334Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T19:47:19.334Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T19:47:19.334Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T19:47:19.334Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T19:47:19.334Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T19:47:19.334Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T19:47:19.334Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:47:19.334Z] Need to get 63.5 MB of archives. [2021-01-04T19:47:19.334Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-04T19:47:19.334Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T19:47:19.334Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T19:47:19.334Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T19:47:19.334Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T19:47:19.334Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T19:47:19.334Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T19:47:19.334Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T19:47:19.334Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T19:47:19.334Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T19:47:19.334Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T19:47:19.334Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T19:47:19.334Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T19:47:19.334Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T19:47:19.334Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T19:47:19.334Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T19:47:19.334Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T19:47:19.595Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T19:47:19.595Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T19:47:19.595Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T19:47:19.595Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T19:47:19.595Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T19:47:19.595Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T19:47:19.595Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T19:47:19.595Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T19:47:19.595Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T19:47:19.595Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T19:47:19.595Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T19:47:19.595Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T19:47:19.595Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T19:47:19.595Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T19:47:19.595Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T19:47:19.595Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T19:47:19.595Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T19:47:19.595Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T19:47:19.595Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T19:47:19.595Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T19:47:19.595Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T19:47:19.595Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T19:47:19.595Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T19:47:19.595Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T19:47:19.595Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T19:47:19.595Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T19:47:19.595Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T19:47:19.595Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T19:47:19.595Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T19:47:19.595Z] Get:46 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-04T19:47:19.858Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T19:47:19.858Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T19:47:19.858Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T19:47:19.858Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T19:47:19.858Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T19:47:19.858Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T19:47:19.858Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T19:47:19.858Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T19:47:20.118Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T19:47:20.118Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T19:47:20.118Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T19:47:20.378Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T19:47:20.378Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T19:47:20.378Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T19:47:20.378Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T19:47:20.378Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T19:47:20.640Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T19:47:20.640Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-04T19:47:20.640Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T19:47:20.640Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T19:47:20.640Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T19:47:20.640Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T19:47:20.640Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T19:47:20.901Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T19:47:20.901Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T19:47:20.901Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T19:47:20.901Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T19:47:20.901Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T19:47:20.901Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T19:47:20.901Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T19:47:20.901Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T19:47:20.901Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T19:47:20.901Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T19:47:20.901Z] Get:80 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-04T19:47:20.901Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T19:47:20.901Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T19:47:20.901Z] Get:83 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-04T19:47:20.901Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T19:47:21.161Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T19:47:21.162Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T19:47:21.162Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T19:47:21.162Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T19:47:21.162Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T19:47:21.162Z] Get:90 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-04T19:47:21.162Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T19:47:21.162Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T19:47:21.162Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T19:47:21.162Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T19:47:21.423Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T19:47:21.423Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T19:47:21.423Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:47:21.423Z] Fetched 63.5 MB in 2s (29.9 MB/s) [2021-01-04T19:47:21.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:21.684Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:47:21.684Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:47:22.255Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:47:22.255Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:47:22.515Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-04T19:47:22.515Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-04T19:47:23.456Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:23.456Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:23.456Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:23.456Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:23.456Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:23.456Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:23.716Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:23.716Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:23.978Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:23.978Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:23.978Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:23.978Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:24.239Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:24.239Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:24.501Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:24.501Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:47:24.501Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:24.501Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T19:47:24.762Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:24.762Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:47:24.762Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:24.762Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:25.024Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:25.024Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:25.024Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:25.024Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:47:25.291Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:25.552Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:47:25.552Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:47:25.552Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:47:26.122Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T19:47:26.383Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:47:26.383Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T19:47:26.383Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T19:47:26.383Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T19:47:26.383Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T19:47:26.643Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T19:47:26.643Z] Installing new version of config file /etc/issue ... [2021-01-04T19:47:26.643Z] Installing new version of config file /etc/issue.net ... [2021-01-04T19:47:26.643Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T19:47:26.643Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T19:47:26.903Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T19:47:26.903Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T19:47:27.163Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T19:47:27.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:27.163Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T19:47:27.163Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T19:47:27.425Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T19:47:27.425Z] 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-04T19:47:27.425Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:27.425Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:27.425Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:27.685Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:27.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:27.685Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T19:47:27.685Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T19:47:27.946Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T19:47:27.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:27.946Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T19:47:27.946Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:47:28.212Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T19:47:28.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:28.472Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:47:28.472Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:47:28.472Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:47:28.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:28.733Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:47:28.733Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:47:28.733Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T19:47:28.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:28.993Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T19:47:28.993Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T19:47:29.254Z] Setting up grep (3.1-2build1) ... [2021-01-04T19:47:29.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:29.254Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T19:47:29.254Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T19:47:29.516Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T19:47:29.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:29.516Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:47:29.516Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:47:29.778Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T19:47:29.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:29.778Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:47:29.778Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:47:30.370Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:47:30.370Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:47:30.370Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:47:30.370Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:47:30.942Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:30.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:30.942Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T19:47:31.202Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:47:32.146Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T19:47:32.147Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T19:47:32.147Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T19:47:32.147Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T19:47:32.407Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T19:47:32.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:32.407Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T19:47:32.407Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T19:47:32.667Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T19:47:32.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:32.667Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:32.667Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:32.667Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:32.929Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:32.929Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:32.929Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:32.929Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:32.929Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:32.929Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:32.929Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:33.190Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:33.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:33.190Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:33.190Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:33.451Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:33.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:33.451Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:47:33.451Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:47:33.712Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:47:33.712Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:47:33.712Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:47:33.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:33.973Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:47:33.973Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:47:33.973Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:47:34.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:34.236Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:34.236Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:34.236Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:34.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:34.236Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:34.498Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:34.498Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:34.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:34.498Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:34.760Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:35.023Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:35.288Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T19:47:35.552Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T19:47:35.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:35.816Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:47:35.816Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:47:36.082Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:47:36.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:47:36.082Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T19:47:36.082Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:47:36.350Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T19:47:36.350Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:36.350Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T19:47:36.612Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T19:47:36.613Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T19:47:36.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:36.879Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:47:37.144Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:47:37.144Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:47:37.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:37.409Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:47:37.409Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:47:37.409Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:47:37.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:37.672Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:47:37.672Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:47:37.944Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:47:37.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:37.944Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:47:38.206Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:47:38.206Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:47:38.206Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:47:38.470Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:47:38.470Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:47:38.470Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:47:38.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:38.732Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T19:47:38.732Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T19:47:38.732Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T19:47:38.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:38.994Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T19:47:38.994Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:47:38.994Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:47:39.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:39.254Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:47:39.254Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:47:39.515Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:47:39.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:39.515Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T19:47:39.515Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T19:47:39.773Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T19:47:39.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:39.773Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T19:47:39.773Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T19:47:40.034Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T19:47:40.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:40.294Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:47:40.294Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:47:40.557Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T19:47:40.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:40.557Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T19:47:40.557Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T19:47:40.819Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T19:47:40.819Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:40.819Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T19:47:41.080Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T19:47:41.080Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T19:47:41.080Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:41.080Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T19:47:41.341Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T19:47:41.341Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T19:47:41.603Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:41.603Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T19:47:41.603Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T19:47:41.603Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T19:47:41.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:47:41.865Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T19:47:41.865Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T19:47:41.865Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T19:47:42.127Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T19:47:42.127Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T19:47:42.127Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T19:47:42.127Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T19:47:42.127Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T19:47:42.387Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T19:47:42.387Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T19:47:42.649Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T19:47:42.649Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T19:47:42.919Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T19:47:42.919Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T19:47:42.919Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T19:47:42.919Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T19:47:43.180Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T19:47:43.180Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T19:47:43.180Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T19:47:43.180Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T19:47:43.441Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T19:47:43.441Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T19:47:43.702Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T19:47:43.702Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T19:47:43.702Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T19:47:43.702Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T19:47:43.964Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T19:47:43.964Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T19:47:44.907Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T19:47:44.907Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T19:47:44.907Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T19:47:44.907Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T19:47:44.907Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:44.907Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:45.492Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:45.492Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:45.492Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:45.492Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:45.753Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:45.753Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:46.013Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:46.273Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:46.273Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:46.273Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:46.532Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:46.532Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:46.532Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:46.532Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:47.477Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:47.477Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:48.423Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:48.423Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:48.992Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:48.992Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:49.253Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:49.253Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:50.193Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:50.193Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:50.193Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:47:50.454Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:47:50.454Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T19:47:50.454Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:47:50.720Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T19:47:50.720Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:47:50.980Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T19:47:50.980Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T19:47:50.980Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:47:50.980Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:47:51.242Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:47:51.242Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:47:51.503Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T19:47:51.503Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T19:47:51.503Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:51.762Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:47:51.762Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:51.762Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:51.762Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:51.762Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T19:47:51.762Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T19:47:51.762Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T19:47:52.022Z] [2021-01-04T19:47:52.022Z] Current default time zone: 'Etc/UTC' [2021-01-04T19:47:52.022Z] Local time is now: Mon Jan 4 19:47:51 UTC 2021. [2021-01-04T19:47:52.022Z] Universal Time is now: Mon Jan 4 19:47:51 UTC 2021. [2021-01-04T19:47:52.022Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T19:47:52.022Z] [2021-01-04T19:47:52.022Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T19:47:52.022Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:52.022Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-04T19:47:52.022Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:52.022Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T19:47:52.022Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T19:47:52.291Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:52.291Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T19:47:52.292Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T19:47:52.292Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T19:47:52.292Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:52.292Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T19:47:52.556Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:52.556Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:52.818Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:52.818Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T19:47:52.818Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:52.818Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T19:47:52.818Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T19:47:52.818Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T19:47:52.818Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T19:47:52.818Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:47:53.078Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T19:47:54.993Z] Updating certificates in /etc/ssl/certs... [2021-01-04T19:47:55.936Z] 22 added, 17 removed; done. [2021-01-04T19:47:55.936Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T19:47:55.936Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:55.936Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T19:47:55.936Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T19:47:55.936Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T19:47:56.198Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.198Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:56.198Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.198Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.198Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.198Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.198Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.198Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:56.459Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:56.459Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:47:56.459Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T19:47:56.459Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:56.459Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.460Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:56.460Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:47:56.720Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T19:47:56.720Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:47:56.720Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:47:56.720Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T19:47:56.981Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T19:47:56.981Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T19:47:56.981Z] Updating certificates in /etc/ssl/certs... [2021-01-04T19:47:57.559Z] 0 added, 0 removed; done. [2021-01-04T19:47:57.559Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T19:47:57.559Z] done. [2021-01-04T19:47:58.130Z] Reading package lists... [2021-01-04T19:47:58.130Z] Building dependency tree... [2021-01-04T19:47:58.130Z] Reading state information... [2021-01-04T19:47:58.395Z] The following NEW packages will be installed: [2021-01-04T19:47:58.395Z] apt-transport-https [2021-01-04T19:47:58.395Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:47:58.395Z] Need to get 1696 B of archives. [2021-01-04T19:47:58.395Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T19:47:58.395Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T19:47:58.657Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:47:58.657Z] Fetched 1696 B in 0s (9535 B/s) [2021-01-04T19:47:58.657Z] Selecting previously unselected package apt-transport-https. [2021-01-04T19:47:58.657Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T19:47:58.657Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T19:47:58.657Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T19:47:58.657Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T19:47:58.919Z] Waiting for network to be ready... [2021-01-04T19:48:05.506Z] 2021-01-04T19:48:02Z INFO Waiting for automatic snapd restart... [2021-01-04T19:48:05.506Z] snapd 2.48.1 from Canonical* installed [2021-01-04T19:48:06.078Z] "snapd" switched to the "latest/stable" channel [2021-01-04T19:48:06.078Z] [2021-01-04T19:48:09.389Z] core18 20201210 from Canonical* installed [2021-01-04T19:48:09.389Z] "core18" switched to the "latest/stable" channel [2021-01-04T19:48:09.389Z] [2021-01-04T19:48:12.687Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T19:48:12.687Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T19:48:12.687Z] [2021-01-04T19:48:16.901Z] 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-04T19:48:16.901Z] - README.md [2021-01-04T19:48:16.901Z] [2021-01-04T19:48:16.901Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T19:48:23.515Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:48:23.515Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:48:23.515Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:48:23.515Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:48:24.086Z] Reading package lists... [2021-01-04T19:48:24.657Z] 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-04T19:48:29.717Z] 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-04T19:48:31.252Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:48:31.253Z] Reading package lists... [2021-01-04T19:48:31.253Z] Building dependency tree... [2021-01-04T19:48:31.253Z] Reading state information... [2021-01-04T19:48:31.253Z] Suggested packages: [2021-01-04T19:48:31.253Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T19:48:31.253Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T19:48:31.253Z] Recommended packages: [2021-01-04T19:48:31.253Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T19:48:31.253Z] The following NEW packages will be installed: [2021-01-04T19:48:31.253Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T19:48:31.253Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T19:48:31.253Z] pkg-config zip [2021-01-04T19:48:31.253Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:48:31.253Z] Need to get 7655 kB of archives. [2021-01-04T19:48:31.253Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T19:48:31.253Z] 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-04T19:48:31.253Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T19:48:31.253Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T19:48:31.517Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T19:48:31.517Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T19:48:31.517Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T19:48:31.517Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T19:48:31.517Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T19:48:31.517Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T19:48:31.777Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T19:48:31.777Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T19:48:31.777Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T19:48:31.777Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T19:48:32.037Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T19:48:32.298Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T19:48:32.298Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:48:32.298Z] Fetched 7655 kB in 1s (6257 kB/s) [2021-01-04T19:48:32.559Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T19:48:32.559Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T19:48:32.559Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T19:48:32.559Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T19:48:32.819Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T19:48:32.819Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T19:48:32.819Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T19:48:32.819Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T19:48:32.819Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T19:48:32.819Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T19:48:33.079Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T19:48:33.079Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T19:48:33.079Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T19:48:33.079Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T19:48:33.079Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T19:48:33.079Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T19:48:33.339Z] Selecting previously unselected package liberror-perl. [2021-01-04T19:48:33.339Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T19:48:33.339Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T19:48:33.339Z] Selecting previously unselected package git-man. [2021-01-04T19:48:33.339Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T19:48:33.339Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:48:33.599Z] Selecting previously unselected package git. [2021-01-04T19:48:33.599Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T19:48:33.599Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:48:34.047Z] Removing intermediate container 6ac4f4203fb9 [2021-01-04T19:48:34.047Z] ---> 543eed4c83d7 [2021-01-04T19:48:34.047Z] [2021-01-04T19:48:34.047Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T19:48:34.047Z] 3.12: Pulling from library/alpine [2021-01-04T19:48:34.170Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T19:48:34.170Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T19:48:34.170Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T19:48:34.430Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T19:48:34.430Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T19:48:34.430Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T19:48:34.430Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T19:48:34.430Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T19:48:34.430Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T19:48:34.652Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:48:34.652Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T19:48:34.652Z] ---> afeebe901d6b [2021-01-04T19:48:34.652Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:48:34.691Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T19:48:34.691Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T19:48:34.691Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:48:34.691Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T19:48:34.691Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T19:48:34.691Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:48:34.934Z] ---> Running in 7850feace196 [2021-01-04T19:48:34.952Z] Selecting previously unselected package pkg-config. [2021-01-04T19:48:34.952Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T19:48:34.952Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T19:48:34.952Z] Selecting previously unselected package zip. [2021-01-04T19:48:34.952Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T19:48:34.952Z] Unpacking zip (3.0-11build1) ... [2021-01-04T19:48:35.211Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T19:48:35.211Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:48:35.211Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T19:48:35.211Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T19:48:35.211Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T19:48:35.211Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T19:48:35.211Z] No schema files found: doing nothing. [2021-01-04T19:48:35.211Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T19:48:35.473Z] Setting up zip (3.0-11build1) ... [2021-01-04T19:48:35.473Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T19:48:35.473Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T19:48:35.473Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T19:48:35.473Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:48:35.473Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T19:48:35.473Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:48:35.473Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:48:35.733Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:48:36.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:37.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:37.813Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:48:38.109Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:48:38.109Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:48:38.109Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:48:38.109Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:48:38.109Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:48:38.109Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:48:38.407Z] OK: 7 MiB in 19 packages [2021-01-04T19:48:42.325Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:48:42.325Z] git set to automatically installed. [2021-01-04T19:48:42.325Z] git-man set to automatically installed. [2021-01-04T19:48:42.325Z] libcurl3-gnutls set to automatically installed. [2021-01-04T19:48:42.325Z] liberror-perl set to automatically installed. [2021-01-04T19:48:42.325Z] libglib2.0-0 set to automatically installed. [2021-01-04T19:48:42.325Z] libnghttp2-14 set to automatically installed. [2021-01-04T19:48:42.325Z] libnorm1 set to automatically installed. [2021-01-04T19:48:42.325Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T19:48:42.325Z] libpsl5 set to automatically installed. [2021-01-04T19:48:42.325Z] librtmp1 set to automatically installed. [2021-01-04T19:48:42.325Z] libsodium23 set to automatically installed. [2021-01-04T19:48:42.325Z] libzmq3-dev set to automatically installed. [2021-01-04T19:48:42.325Z] libzmq5 set to automatically installed. [2021-01-04T19:48:42.325Z] pkg-config set to automatically installed. [2021-01-04T19:48:42.325Z] zip set to automatically installed. [2021-01-04T19:48:42.757Z] Removing intermediate container 7850feace196 [2021-01-04T19:48:42.757Z] ---> 0af666451d3a [2021-01-04T19:48:42.757Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T19:48:43.359Z] ---> Running in c510b77ba192 [2021-01-04T19:48:43.983Z] Removing intermediate container 4e796111902c [2021-01-04T19:48:43.983Z] ---> 1a43a8f3fddb [2021-01-04T19:48:43.983Z] [2021-01-04T19:48:43.983Z] Step 10/24 : FROM scratch [2021-01-04T19:48:43.983Z] ---> [2021-01-04T19:48:43.983Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T19:48:43.983Z] Removing intermediate container 1c06272f9977 [2021-01-04T19:48:43.983Z] ---> 4e1248373d57 [2021-01-04T19:48:43.983Z] [2021-01-04T19:48:43.983Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T19:48:43.983Z] ---> afeebe901d6b [2021-01-04T19:48:43.983Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T19:48:43.983Z] Removing intermediate container ffeeddd579b1 [2021-01-04T19:48:43.983Z] ---> b0feb98dff0f [2021-01-04T19:48:43.983Z] [2021-01-04T19:48:43.983Z] Step 10/22 : FROM scratch [2021-01-04T19:48:43.983Z] ---> [2021-01-04T19:48:43.983Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:48:44.236Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T19:48:44.326Z] ---> Running in e8b3da8deddc [2021-01-04T19:48:44.326Z] ---> Running in 6472b669356a [2021-01-04T19:48:44.326Z] Removing intermediate container c510b77ba192 [2021-01-04T19:48:44.326Z] ---> cbbd56ddbfdc [2021-01-04T19:48:44.326Z] Step 13/22 : WORKDIR / [2021-01-04T19:48:44.326Z] ---> Running in 03d6f22048ab [2021-01-04T19:48:44.658Z] ---> Running in 06c52a78151a [2021-01-04T19:48:45.298Z] Removing intermediate container e8b3da8deddc [2021-01-04T19:48:45.298Z] ---> 0b6d3fe41f99 [2021-01-04T19:48:45.298Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T19:48:45.298Z] Removing intermediate container 03d6f22048ab [2021-01-04T19:48:45.298Z] ---> 3903fa8177c5 [2021-01-04T19:48:45.298Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T19:48:45.298Z] ---> Running in a0d0730a5a20 [2021-01-04T19:48:45.691Z] ---> Running in c095144230f7 [2021-01-04T19:48:45.691Z] Removing intermediate container 06c52a78151a [2021-01-04T19:48:45.691Z] ---> ff34f0f1d054 [2021-01-04T19:48:45.691Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T19:48:46.351Z] Removing intermediate container a0d0730a5a20 [2021-01-04T19:48:46.351Z] ---> efcd2d7a84b6 [2021-01-04T19:48:46.351Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T19:48:46.351Z] ---> Running in 71dd2fc15901 [2021-01-04T19:48:46.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:46.638Z] Removing intermediate container c095144230f7 [2021-01-04T19:48:46.638Z] ---> 1cd7d1152b4a [2021-01-04T19:48:46.638Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:48:46.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:46.909Z] ---> Running in 3649fc0258df [2021-01-04T19:48:47.192Z] Removing intermediate container 71dd2fc15901 [2021-01-04T19:48:47.192Z] ---> ec31743ff71c [2021-01-04T19:48:47.192Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T19:48:47.192Z] ---> 311084fda1db [2021-01-04T19:48:47.192Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T19:48:47.467Z] Removing intermediate container 3649fc0258df [2021-01-04T19:48:47.467Z] ---> a273b64accfd [2021-01-04T19:48:47.467Z] Step 14/22 : WORKDIR / [2021-01-04T19:48:47.751Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T19:48:47.751Z] ---> Running in 7a9ab5fa2f6a [2021-01-04T19:48:48.030Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:48:48.030Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T19:48:48.030Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T19:48:48.030Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:48:48.030Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:48:48.307Z] OK: 7 MiB in 18 packages [2021-01-04T19:48:48.587Z] ---> 1dcf3a4bbdaa [2021-01-04T19:48:48.587Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T19:48:49.182Z] Removing intermediate container 7a9ab5fa2f6a [2021-01-04T19:48:49.182Z] ---> fa4c182d371a [2021-01-04T19:48:49.182Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T19:48:49.459Z] ---> fc715026f993 [2021-01-04T19:48:49.459Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T19:48:50.071Z] ---> f5a362ce5ab9 [2021-01-04T19:48:50.071Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T19:48:50.346Z] ---> 8a5ddeac8ec7 [2021-01-04T19:48:50.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T19:48:50.623Z] ---> 10c012b795ec [2021-01-04T19:48:50.623Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T19:48:50.829Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:48:50.907Z] Removing intermediate container 6472b669356a [2021-01-04T19:48:50.908Z] ---> 9b3ed41df3eb [2021-01-04T19:48:50.908Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:48:51.090Z] snap "core18" has no updates available [2021-01-04T19:48:51.512Z] ---> Running in cfed8b13d3cd [2021-01-04T19:48:51.663Z] Pulling config-common [2021-01-04T19:48:51.787Z] ---> 6b82374a0fdb [2021-01-04T19:48:51.787Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T19:48:52.377Z] ---> Running in d7b94c1a4c93 [2021-01-04T19:48:52.602Z] Pulling go-build-helper [2021-01-04T19:48:52.648Z] ---> 40671ded577c [2021-01-04T19:48:52.649Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T19:48:52.649Z] Removing intermediate container cfed8b13d3cd [2021-01-04T19:48:52.649Z] ---> 81a81faf8778 [2021-01-04T19:48:52.649Z] Step 13/21 : WORKDIR /edgex [2021-01-04T19:48:52.649Z] ---> ea0ac69831a6 [2021-01-04T19:48:52.649Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T19:48:52.922Z] ---> Running in d2ee0ebbfd2f [2021-01-04T19:48:53.522Z] ---> 6ee9df569c17 [2021-01-04T19:48:53.522Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T19:48:53.800Z] Removing intermediate container 0ce6ee844bac [2021-01-04T19:48:53.800Z] ---> 25820c517ab7 [2021-01-04T19:48:53.800Z] [2021-01-04T19:48:53.800Z] Step 10/22 : FROM scratch [2021-01-04T19:48:53.800Z] ---> [2021-01-04T19:48:53.800Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:48:53.800Z] ---> Using cache [2021-01-04T19:48:53.800Z] ---> 3903fa8177c5 [2021-01-04T19:48:53.800Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T19:48:54.077Z] Removing intermediate container d2ee0ebbfd2f [2021-01-04T19:48:54.077Z] ---> cde2c0c0ed92 [2021-01-04T19:48:54.077Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T19:48:54.077Z] ---> e2660dadde9e [2021-01-04T19:48:54.077Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T19:48:54.077Z] ---> Running in 92b5142d09f6 [2021-01-04T19:48:54.355Z] ---> Running in d80961bb95fe [2021-01-04T19:48:54.635Z] Removing intermediate container 92b5142d09f6 [2021-01-04T19:48:54.635Z] ---> b6512d7af28a [2021-01-04T19:48:54.635Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:48:54.919Z] ---> Running in 14513d460bc7 [2021-01-04T19:48:55.190Z] ---> 9225d6a14aa7 [2021-01-04T19:48:55.191Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T19:48:55.191Z] Removing intermediate container d80961bb95fe [2021-01-04T19:48:55.191Z] ---> cc764a7d6d51 [2021-01-04T19:48:55.191Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:48:55.191Z] ---> 7b9f5b69ee82 [2021-01-04T19:48:55.191Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T19:48:55.463Z] ---> Running in d82e486d6173 [2021-01-04T19:48:55.463Z] Removing intermediate container 14513d460bc7 [2021-01-04T19:48:55.463Z] ---> 90a15ce11e18 [2021-01-04T19:48:55.463Z] Step 14/22 : WORKDIR / [2021-01-04T19:48:55.738Z] Removing intermediate container d7b94c1a4c93 [2021-01-04T19:48:55.738Z] ---> 42eca5774d83 [2021-01-04T19:48:55.738Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T19:48:55.738Z] ---> Running in 382bb9e43479 [2021-01-04T19:48:56.011Z] ---> Running in bb11f013583a [2021-01-04T19:48:56.011Z] Removing intermediate container d82e486d6173 [2021-01-04T19:48:56.011Z] ---> 56ecac0bb52c [2021-01-04T19:48:56.011Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:48:56.283Z] ---> a4a0812aa3a4 [2021-01-04T19:48:56.283Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T19:48:56.283Z] ---> Running in 29062e816c52 [2021-01-04T19:48:56.557Z] ---> Running in a3fbd58a6e5d [2021-01-04T19:48:56.557Z] Removing intermediate container 382bb9e43479 [2021-01-04T19:48:56.557Z] ---> 75aa38742271 [2021-01-04T19:48:56.557Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T19:48:56.832Z] ---> fdf9b699ec61 [2021-01-04T19:48:56.832Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T19:48:56.832Z] Removing intermediate container bb11f013583a [2021-01-04T19:48:56.832Z] ---> b0e228e8acc4 [2021-01-04T19:48:56.832Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:48:57.107Z] ---> Running in 70bc7d12d208 [2021-01-04T19:48:57.107Z] Removing intermediate container 29062e816c52 [2021-01-04T19:48:57.107Z] ---> d40f1d7eacd6 [2021-01-04T19:48:57.107Z] Step 21/22 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:48:57.383Z] ---> Running in 041c79f096bc [2021-01-04T19:48:57.383Z] Removing intermediate container a3fbd58a6e5d [2021-01-04T19:48:57.383Z] ---> c1e7a5bbe201 [2021-01-04T19:48:57.383Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:48:57.655Z] ---> 04b132213193 [2021-01-04T19:48:57.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T19:48:57.655Z] ---> Running in d37bb1931ca6 [2021-01-04T19:48:57.928Z] Removing intermediate container 70bc7d12d208 [2021-01-04T19:48:57.928Z] ---> ceebe03d6dd6 [2021-01-04T19:48:57.928Z] Step 21/22 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:48:58.198Z] Removing intermediate container 041c79f096bc [2021-01-04T19:48:58.198Z] ---> 07b6466254f9 [2021-01-04T19:48:58.198Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:48:58.470Z] ---> 13d2f5d3fa71 [2021-01-04T19:48:58.470Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T19:48:58.470Z] ---> Running in 82404eec4e5d [2021-01-04T19:48:58.470Z] Removing intermediate container d37bb1931ca6 [2021-01-04T19:48:58.470Z] ---> dc46505bd197 [2021-01-04T19:48:58.470Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T19:48:58.470Z] ---> Running in b89a54ad9080 [2021-01-04T19:48:58.747Z] ---> Running in 58411839820d [2021-01-04T19:48:58.747Z] ---> Running in e28074811a95 [2021-01-04T19:48:59.022Z] Removing intermediate container 82404eec4e5d [2021-01-04T19:48:59.022Z] ---> dd202374a90d [2021-01-04T19:48:59.022Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:48:59.022Z] ---> 7daaf8e3d349 [2021-01-04T19:48:59.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T19:48:59.304Z] Removing intermediate container b89a54ad9080 [2021-01-04T19:48:59.304Z] ---> 58dcffc29702 [2021-01-04T19:48:59.304Z] [2021-01-04T19:48:59.304Z] ---> Running in 2aaa67193cc4 [2021-01-04T19:48:59.579Z] Removing intermediate container e28074811a95 [2021-01-04T19:48:59.579Z] ---> c147cafa4992 [2021-01-04T19:48:59.579Z] Step 23/24 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:48:59.579Z] Removing intermediate container 58411839820d [2021-01-04T19:48:59.579Z] ---> e55ce48ab317 [2021-01-04T19:48:59.579Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T19:48:59.859Z] ---> Running in cf620f8638c9 [2021-01-04T19:48:59.859Z] ---> Running in a123ece1c93c [2021-01-04T19:49:00.132Z] Successfully built 58dcffc29702 [2021-01-04T19:49:00.132Z] ---> 4f129eb5c3ec [2021-01-04T19:49:00.132Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T19:49:00.132Z] Removing intermediate container 2aaa67193cc4 [2021-01-04T19:49:00.132Z] ---> 4fd40898b640 [2021-01-04T19:49:00.132Z] [2021-01-04T19:49:00.132Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T19:49:00.132Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-04T19:49:00.404Z] ---> Running in ddd328349880 [2021-01-04T19:49:00.404Z] Successfully built 4fd40898b640 [2021-01-04T19:49:00.681Z] Removing intermediate container a123ece1c93c [2021-01-04T19:49:00.681Z] ---> 92c9bf4d96f0 [2021-01-04T19:49:00.681Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:49:00.681Z] Removing intermediate container cf620f8638c9 [2021-01-04T19:49:00.681Z] ---> fda15e41bd18 [2021-01-04T19:49:00.681Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T19:49:00.681Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T19:49:00.681Z] Building docker-support-scheduler-go [2021-01-04T19:49:00.681Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 67ffffcf2852 [2021-01-04T19:49:00.681Z] ---> Running in b42b6bd6eb2c [2021-01-04T19:49:00.955Z] Removing intermediate container ddd328349880 [2021-01-04T19:49:00.955Z] ---> 5c9b681a6d5e [2021-01-04T19:49:00.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:49:01.232Z] ---> Running in 5763cae5ec3f [2021-01-04T19:49:01.232Z] Removing intermediate container 67ffffcf2852 [2021-01-04T19:49:01.233Z] ---> b3cd2b43d0a6 [2021-01-04T19:49:01.233Z] [2021-01-04T19:49:01.510Z] Removing intermediate container b42b6bd6eb2c [2021-01-04T19:49:01.510Z] ---> 03d266da50e9 [2021-01-04T19:49:01.510Z] Step 20/21 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:49:01.787Z] Successfully built b3cd2b43d0a6 [2021-01-04T19:49:01.787Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T19:49:01.787Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-04T19:49:01.787Z] ---> Running in 339cc6653ce6 [2021-01-04T19:49:01.787Z] Removing intermediate container 5763cae5ec3f [2021-01-04T19:49:01.787Z] ---> aeed9f18eb83 [2021-01-04T19:49:01.787Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:49:02.058Z] ---> Running in 2da2f949a808 [2021-01-04T19:49:02.333Z] Removing intermediate container 339cc6653ce6 [2021-01-04T19:49:02.333Z] ---> b7c9555b2838 [2021-01-04T19:49:02.333Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:49:02.604Z] Removing intermediate container 2da2f949a808 [2021-01-04T19:49:02.604Z] ---> 8fc4bc16ddae [2021-01-04T19:49:02.604Z] Step 21/22 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:49:02.604Z] ---> Running in 9cceefb7e870 [2021-01-04T19:49:02.877Z] ---> Running in d51aac723ecf [2021-01-04T19:49:03.867Z] Removing intermediate container 9cceefb7e870 [2021-01-04T19:49:03.867Z] ---> d9b8558f495d [2021-01-04T19:49:03.867Z] [2021-01-04T19:49:04.143Z] Successfully built d9b8558f495d [2021-01-04T19:49:04.418Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T19:49:04.418Z] Building docker-sys-mgmt-agent-go [2021-01-04T19:49:04.418Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d51aac723ecf [2021-01-04T19:49:04.418Z] ---> 5108e19c8445 [2021-01-04T19:49:04.418Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:49:05.014Z] ---> Running in 124206f99602 [2021-01-04T19:49:05.608Z] Removing intermediate container 124206f99602 [2021-01-04T19:49:05.608Z] ---> 6da38813c1fc [2021-01-04T19:49:05.608Z] [2021-01-04T19:49:05.882Z] Successfully built 6da38813c1fc [2021-01-04T19:49:06.156Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T19:49:19.191Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T19:49:19.191Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T19:49:19.191Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T19:49:19.191Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T19:49:19.191Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T19:49:19.191Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T19:49:19.191Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T19:49:19.191Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T19:49:19.191Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T19:49:19.191Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T19:49:19.191Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T19:49:19.191Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T19:49:19.191Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T19:49:19.191Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T19:49:19.191Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T19:49:19.191Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T19:49:19.191Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T19:49:19.191Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T19:49:19.191Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T19:49:19.191Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-04T19:49:19.191Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T19:49:19.191Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T19:49:19.191Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T19:49:19.191Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T19:49:19.191Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T19:49:19.191Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T19:49:19.191Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T19:49:19.191Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T19:49:19.191Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T19:49:19.191Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T19:49:19.191Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T19:49:19.191Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T19:49:19.191Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T19:49:19.191Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T19:49:19.191Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T19:49:19.191Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T19:49:19.191Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T19:49:19.191Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T19:49:19.191Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T19:49:19.191Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T19:49:19.191Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T19:49:19.192Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T19:49:19.192Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T19:49:19.192Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T19:49:19.192Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T19:49:19.192Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T19:49:19.192Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T19:49:19.192Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T19:49:19.192Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T19:49:19.192Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T19:49:19.192Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T19:49:19.192Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T19:49:19.192Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T19:49:19.192Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T19:49:19.192Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T19:49:19.192Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T19:49:19.192Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T19:49:19.192Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T19:49:19.192Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T19:49:19.192Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T19:49:19.192Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T19:49:19.192Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T19:49:19.192Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T19:49:19.192Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T19:49:19.192Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T19:49:19.192Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T19:49:19.192Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T19:49:19.192Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T19:49:19.192Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T19:49:19.192Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T19:49:19.192Z] Pulling static-packages [2021-01-04T19:49:19.453Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-04T19:49:19.453Z] Skipping pull go-build-helper (already ran) [2021-01-04T19:49:19.453Z] Skipping pull static-packages (already ran) [2021-01-04T19:49:19.453Z] Building go-build-helper [2021-01-04T19:49:23.661Z] Building static-packages [2021-01-04T19:49:25.043Z] Staging go-build-helper [2021-01-04T19:49:25.613Z] Staging static-packages [2021-01-04T19:49:26.556Z] Pulling go115 [2021-01-04T19:49:27.500Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T19:49:27.500Z] Skipping pull go115 (already ran) [2021-01-04T19:49:27.500Z] Building go115 [2021-01-04T19:49:27.500Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T19:49:27.500Z] Dload Upload Total Spent Left Speed [2021-01-04T19:49:29.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.7M 0 0 28.3M 0 0:00:04 --:--:-- 0:00:04 28.3M 75 115M 75 86.9M 0 0 46.9M 0 0:00:02 0:00:01 0:00:01 46.9M 100 115M 100 115M 0 0 50.6M 0 0:00:02 0:00:02 --:--:-- 50.6M [2021-01-04T19:49:30.328Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T19:49:34.530Z] Staging go115 [2021-01-04T19:49:39.887Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:49:39.887Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:49:39.887Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:49:39.887Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T19:49:39.887Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T19:49:39.887Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T19:49:39.887Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T19:49:39.887Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T19:49:39.887Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T19:49:39.887Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T19:49:39.887Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T19:49:39.887Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T19:49:39.887Z] Pulling edgex-go [2021-01-04T19:49:40.459Z] Pulling version [2021-01-04T19:49:41.398Z] Building config-common [2021-01-04T19:49:43.309Z] Skipping build go-build-helper (already ran) [2021-01-04T19:49:43.309Z] Skipping build static-packages (already ran) [2021-01-04T19:49:43.309Z] Skipping build go115 (already ran) [2021-01-04T19:49:43.309Z] Building edgex-go [2021-01-04T19:49:43.570Z] 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-04T19:49:44.990Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-04T19:49:44.990Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T19:49:44.990Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2021-01-04T19:49:44.990Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T19:49:44.990Z] go: downloading github.com/google/uuid v1.1.2 [2021-01-04T19:49:44.990Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T19:49:44.990Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T19:49:44.990Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T19:49:44.990Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T19:49:44.990Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T19:49:44.990Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T19:49:44.990Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T19:49:44.990Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T19:49:44.990Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T19:49:44.990Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T19:49:44.990Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T19:49:44.990Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T19:49:44.990Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T19:49:44.990Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T19:49:44.990Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T19:49:44.990Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T19:49:44.990Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T19:49:44.990Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T19:49:45.258Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T19:49:45.258Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T19:49:45.258Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T19:49:51.852Z] 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-04T19:49:53.124Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:53.124Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:53.124Z] ---> 4afa81ef2e50 [2021-01-04T19:49:53.124Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> db14e9e7b2fc [2021-01-04T19:49:53.124Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 99a3e0d91f8f [2021-01-04T19:49:53.124Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:53.124Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:53.124Z] ---> 4afa81ef2e50 [2021-01-04T19:49:53.124Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 1aebcfad3bd5 [2021-01-04T19:49:53.124Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> db14e9e7b2fc [2021-01-04T19:49:53.124Z] Step 6/24 : COPY go.mod .Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> a6985fb54ebb [2021-01-04T19:49:53.124Z] Step 7/24 : RUN go mod download [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 9ccb5861cfd6 [2021-01-04T19:49:53.124Z] Step 8/24 : COPY . . [2021-01-04T19:49:53.124Z] [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 99a3e0d91f8f [2021-01-04T19:49:53.124Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 1aebcfad3bd5 [2021-01-04T19:49:53.124Z] Step 6/21 : COPY go.mod . [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> a6985fb54ebb [2021-01-04T19:49:53.124Z] Step 7/21 : RUN go mod download [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 9ccb5861cfd6 [2021-01-04T19:49:53.124Z] Step 8/21 : COPY . . [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 3300914ca7bc [2021-01-04T19:49:53.124Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T19:49:53.124Z] ---> Using cache [2021-01-04T19:49:53.124Z] ---> 3300914ca7bc [2021-01-04T19:49:53.124Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T19:49:53.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:53.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:53.398Z] ---> 4afa81ef2e50 [2021-01-04T19:49:53.398Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T19:49:53.398Z] ---> Using cache [2021-01-04T19:49:53.398Z] ---> db14e9e7b2fc [2021-01-04T19:49:53.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:53.398Z] ---> Using cache [2021-01-04T19:49:53.398Z] ---> 99a3e0d91f8f [2021-01-04T19:49:53.398Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T19:49:53.992Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:53.992Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:53.992Z] ---> 4afa81ef2e50 [2021-01-04T19:49:53.992Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T19:49:53.992Z] ---> Using cache [2021-01-04T19:49:53.992Z] ---> db14e9e7b2fc [2021-01-04T19:49:53.992Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:53.992Z] ---> Using cache [2021-01-04T19:49:53.992Z] ---> 99a3e0d91f8f [2021-01-04T19:49:53.992Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T19:49:56.602Z] ---> Running in 9c1355d79b19 [2021-01-04T19:49:56.602Z] ---> Running in 59d2e5e051d7 [2021-01-04T19:49:56.602Z] ---> Running in 986027940bcb [2021-01-04T19:49:56.602Z] ---> Running in 7f96b1551a9e [2021-01-04T19:49:57.137Z] 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-04T19:49:57.397Z] 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-04T19:49:58.336Z] 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-04T19:49:58.597Z] 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-04T19:49:58.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:58.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:58.873Z] 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-04T19:49:58.906Z] 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-04T19:49:58.906Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T19:49:58.906Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T19:49:58.906Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T19:49:58.906Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T19:49:59.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:59.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:00.454Z] OK: 217 MiB in 51 packages [2021-01-04T19:50:00.454Z] OK: 217 MiB in 51 packages [2021-01-04T19:50:00.814Z] 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-04T19:50:00.814Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T19:50:00.814Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T19:50:02.206Z] 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-04T19:50:02.206Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T19:50:02.456Z] Removing intermediate container 7f96b1551a9e [2021-01-04T19:50:02.456Z] Removing intermediate container 986027940bcb [2021-01-04T19:50:02.456Z] ---> b899db93b3c7 [2021-01-04T19:50:02.456Z] ---> f442cbcee528 [2021-01-04T19:50:02.456Z] Step 6/26 : COPY go.mod . [2021-01-04T19:50:02.456Z] Step 6/23 : COPY go.mod . [2021-01-04T19:50:03.148Z] 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-04T19:50:03.148Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T19:50:03.922Z] ---> c8f16ccc7238 [2021-01-04T19:50:03.922Z] Step 7/23 : RUN go mod download [2021-01-04T19:50:03.922Z] ---> 67d5e420d72e [2021-01-04T19:50:03.922Z] Step 7/26 : RUN go mod download [2021-01-04T19:50:04.200Z] ---> Running in 30ad4276b003 [2021-01-04T19:50:04.200Z] ---> Running in c0bfd7d3c4cb [2021-01-04T19:50:04.530Z] 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-04T19:50:05.470Z] 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-04T19:50:06.414Z] 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-04T19:50:08.334Z] Building version [2021-01-04T19:50:09.681Z] Removing intermediate container 30ad4276b003 [2021-01-04T19:50:09.681Z] ---> 06456a2c67a0 [2021-01-04T19:50:09.681Z] Step 8/23 : COPY . . [2021-01-04T19:50:09.681Z] Removing intermediate container c0bfd7d3c4cb [2021-01-04T19:50:09.681Z] ---> d7502e7432d8 [2021-01-04T19:50:09.681Z] Step 8/26 : COPY . . [2021-01-04T19:50:10.880Z] Staging config-common [2021-01-04T19:50:11.139Z] Skipping stage go-build-helper (already ran) [2021-01-04T19:50:11.139Z] Skipping stage static-packages (already ran) [2021-01-04T19:50:11.139Z] Skipping stage go115 (already ran) [2021-01-04T19:50:11.139Z] Staging edgex-go [2021-01-04T19:50:12.083Z] Staging version [2021-01-04T19:50:13.488Z] Priming config-common [2021-01-04T19:50:14.429Z] Priming go-build-helper [2021-01-04T19:50:15.002Z] Priming static-packages [2021-01-04T19:50:17.611Z] Priming go115 [2021-01-04T19:50:18.184Z] Priming edgex-go [2021-01-04T19:50:19.571Z] Priming version [2021-01-04T19:50:20.148Z] 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-04T19:50:42.088Z] ---> bbd0e66e76d9 [2021-01-04T19:50:42.088Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T19:50:42.088Z] ---> 8bb5191b39e9 [2021-01-04T19:50:42.088Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T19:50:42.088Z] ---> Running in 92053ee6ecec [2021-01-04T19:50:42.088Z] ---> Running in 371b942a93b3 [2021-01-04T19:50:42.088Z] 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-04T19:50:42.088Z] 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-04T19:50:44.078Z] 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-04T19:50:59.201Z] Removing intermediate container 9c1355d79b19 [2021-01-04T19:50:59.201Z] ---> 5cf43654df6e [2021-01-04T19:50:59.201Z] [2021-01-04T19:50:59.201Z] Step 10/21 : FROM scratch [2021-01-04T19:50:59.201Z] ---> [2021-01-04T19:50:59.201Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:50:59.201Z] ---> Using cache [2021-01-04T19:50:59.201Z] ---> 3903fa8177c5 [2021-01-04T19:50:59.201Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T19:50:59.201Z] ---> Running in b9abe260e75d [2021-01-04T19:50:59.201Z] Removing intermediate container 59d2e5e051d7 [2021-01-04T19:50:59.201Z] ---> 3ab8e5073fd8 [2021-01-04T19:50:59.201Z] [2021-01-04T19:50:59.201Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T19:50:59.486Z] ---> afeebe901d6b [2021-01-04T19:50:59.486Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:50:59.486Z] ---> Using cache [2021-01-04T19:50:59.486Z] ---> 0af666451d3a [2021-01-04T19:50:59.486Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:50:59.486Z] Removing intermediate container b9abe260e75d [2021-01-04T19:50:59.486Z] ---> 33c163615be8 [2021-01-04T19:50:59.486Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T19:50:59.763Z] ---> Running in 2a22168b6657 [2021-01-04T19:50:59.763Z] ---> Running in 11a7aaa66ef5 [2021-01-04T19:51:00.749Z] Removing intermediate container 2a22168b6657 [2021-01-04T19:51:00.749Z] ---> 831df1828028 [2021-01-04T19:51:00.749Z] Step 13/24 : WORKDIR / [2021-01-04T19:51:00.749Z] Removing intermediate container 11a7aaa66ef5 [2021-01-04T19:51:00.749Z] ---> c63f54b5c91f [2021-01-04T19:51:00.749Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T19:51:00.749Z] ---> Running in ad9fed1b5270 [2021-01-04T19:51:01.926Z] Removing intermediate container ad9fed1b5270 [2021-01-04T19:51:01.926Z] ---> 860b092fb969 [2021-01-04T19:51:01.926Z] 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-04T19:51:01.926Z] ---> 08c4bb6a0a1d [2021-01-04T19:51:01.926Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T19:51:03.566Z] ---> 8f4f4ad8117a [2021-01-04T19:51:03.566Z] 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-04T19:51:04.205Z] ---> df0a911e8d44 [2021-01-04T19:51:04.205Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:04.811Z] ---> a116234d7d76 [2021-01-04T19:51:04.811Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:05.795Z] ---> 0b36a18af075 [2021-01-04T19:51:05.795Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T19:51:06.071Z] ---> Running in 8699bdfc7be4 [2021-01-04T19:51:06.345Z] ---> 3456bbd163a7 [2021-01-04T19:51:06.345Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T19:51:06.949Z] Removing intermediate container 8699bdfc7be4 [2021-01-04T19:51:06.949Z] ---> 1871c11fa010 [2021-01-04T19:51:06.949Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:51:06.949Z] ---> Running in 061786f5b03d [2021-01-04T19:51:07.934Z] Removing intermediate container 061786f5b03d [2021-01-04T19:51:07.934Z] ---> ab075e5310e6 [2021-01-04T19:51:07.934Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T19:51:08.218Z] ---> 76e607c13d6d [2021-01-04T19:51:08.218Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T19:51:08.218Z] ---> Running in 772f32ac4fa2 [2021-01-04T19:51:09.214Z] Removing intermediate container 772f32ac4fa2 [2021-01-04T19:51:09.214Z] ---> 72a039558acc [2021-01-04T19:51:09.214Z] Step 20/21 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:51:09.500Z] ---> Running in 5b3681626507 [2021-01-04T19:51:10.099Z] ---> fb55c4a73546 [2021-01-04T19:51:10.099Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T19:51:10.375Z] Removing intermediate container 5b3681626507 [2021-01-04T19:51:10.375Z] ---> 2e6c9d4ee123 [2021-01-04T19:51:10.375Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:51:10.375Z] ---> Running in baaf69b76a3d [2021-01-04T19:51:11.362Z] Removing intermediate container baaf69b76a3d [2021-01-04T19:51:11.362Z] ---> 1e4ec4b900bd [2021-01-04T19:51:11.362Z] [2021-01-04T19:51:11.362Z] ---> ae0b630e7079 [2021-01-04T19:51:11.362Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T19:51:11.640Z] Successfully built 1e4ec4b900bd [2021-01-04T19:51:11.640Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T19:51:11.640Z]  Building docker-support-scheduler-go ... done  ---> Running in c399e80b84b4 [2021-01-04T19:51:15.068Z] Removing intermediate container c399e80b84b4 [2021-01-04T19:51:15.068Z] ---> a77834e00fc7 [2021-01-04T19:51:15.068Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T19:51:15.068Z] ---> Running in 7ec3fa99c150 [2021-01-04T19:51:15.691Z] Removing intermediate container 7ec3fa99c150 [2021-01-04T19:51:15.691Z] ---> 90fb43fbe915 [2021-01-04T19:51:15.691Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T19:51:15.966Z] ---> Running in 7ee3e1e158bf [2021-01-04T19:51:16.953Z] Removing intermediate container 7ee3e1e158bf [2021-01-04T19:51:16.953Z] ---> f3afeb6b5aff [2021-01-04T19:51:16.953Z] Step 23/24 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:51:16.953Z] ---> Running in bd55bb56b6fe [2021-01-04T19:51:17.553Z] Removing intermediate container bd55bb56b6fe [2021-01-04T19:51:17.553Z] ---> 62a88997b6da [2021-01-04T19:51:17.553Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:51:17.553Z] ---> Running in 863d0c3423c1 [2021-01-04T19:51:18.152Z] Removing intermediate container 863d0c3423c1 [2021-01-04T19:51:18.152Z] ---> 652a48c85c3a [2021-01-04T19:51:18.152Z] [2021-01-04T19:51:18.754Z] Successfully built 652a48c85c3a [2021-01-04T19:51:18.754Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T19:51:40.954Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 92053ee6ecec [2021-01-04T19:51:40.955Z] ---> fb85ece8e525 [2021-01-04T19:51:40.955Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T19:51:40.955Z] ---> Running in 07df0a81e1a7 [2021-01-04T19:51:40.955Z] 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-04T19:51:41.936Z] Removing intermediate container 07df0a81e1a7 [2021-01-04T19:51:41.936Z] ---> dba6288f899b [2021-01-04T19:51:41.936Z] [2021-01-04T19:51:41.936Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T19:51:41.936Z] 20.10.0: Pulling from library/docker [2021-01-04T19:51:52.088Z] Removing intermediate container 371b942a93b3 [2021-01-04T19:51:52.088Z] ---> 94c7de2ca28f [2021-01-04T19:51:52.088Z] [2021-01-04T19:51:52.088Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T19:51:52.088Z] ---> afeebe901d6b [2021-01-04T19:51:52.088Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:51:52.088Z] ---> Running in e3855a641208 [2021-01-04T19:51:52.088Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T19:51:52.088Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T19:51:52.088Z] ---> eeaf43b92773 [2021-01-04T19:51:52.088Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T19:51:52.088Z] Removing intermediate container e3855a641208 [2021-01-04T19:51:52.088Z] ---> 09a8644a6ab7 [2021-01-04T19:51:52.088Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T19:51:52.088Z] ---> Running in 872d9103a682 [2021-01-04T19:51:52.088Z] ---> Running in 26b6b557415a [2021-01-04T19:51:52.686Z] Removing intermediate container 26b6b557415a [2021-01-04T19:51:52.686Z] ---> 10d473aee9e5 [2021-01-04T19:51:52.686Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T19:51:52.959Z] ---> Running in 1b84737b1534 [2021-01-04T19:51:53.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:51:53.229Z] Removing intermediate container 1b84737b1534 [2021-01-04T19:51:53.229Z] ---> 3b5702a08ed0 [2021-01-04T19:51:53.229Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:51:53.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:51:53.503Z] ---> Running in a618316662fb [2021-01-04T19:51:54.101Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T19:51:54.101Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T19:51:54.101Z] Executing bash-5.0.17-r0.post-install [2021-01-04T19:51:54.101Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:51:54.101Z] OK: 12 MiB in 22 packages [2021-01-04T19:51:55.543Z] Removing intermediate container 872d9103a682 [2021-01-04T19:51:55.543Z] ---> 0a8a4ce9f001 [2021-01-04T19:51:55.543Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T19:51:55.543Z] ---> Running in 4f56234de43a [2021-01-04T19:51:55.816Z] Removing intermediate container a618316662fb [2021-01-04T19:51:55.816Z] ---> 4b5b27772ec2 [2021-01-04T19:51:55.816Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T19:51:55.816Z] ---> Running in 1953186a0823 [2021-01-04T19:51:56.090Z] Removing intermediate container 4f56234de43a [2021-01-04T19:51:56.090Z] ---> c181e41888c6 [2021-01-04T19:51:56.090Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T19:51:56.364Z] ---> Running in 17f718b7874d [2021-01-04T19:51:56.970Z] Removing intermediate container 17f718b7874d [2021-01-04T19:51:56.970Z] ---> b517ef33151b [2021-01-04T19:51:56.970Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T19:51:56.970Z] ---> Running in 9d978964555b [2021-01-04T19:51:57.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:51:57.516Z] Removing intermediate container 9d978964555b [2021-01-04T19:51:57.516Z] ---> 85a09e182c90 [2021-01-04T19:51:57.516Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T19:51:58.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:51:58.705Z] ---> 6e8e9f4c1a63 [2021-01-04T19:51:58.705Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:58.705Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T19:51:58.975Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T19:51:58.975Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T19:51:59.246Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T19:51:59.517Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T19:51:59.517Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:51:59.517Z] OK: 8 MiB in 19 packages [2021-01-04T19:51:59.517Z] ---> 56e8382e624f [2021-01-04T19:51:59.517Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T19:52:00.494Z] ---> 75be6c9874dc [2021-01-04T19:52:00.494Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T19:52:00.767Z] ---> Running in a177106bd0fa [2021-01-04T19:52:01.040Z] Removing intermediate container 1953186a0823 [2021-01-04T19:52:01.040Z] ---> 7cc48dd3f8b1 [2021-01-04T19:52:01.040Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T19:52:02.022Z] ---> ac6a1e5e7790 [2021-01-04T19:52:02.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T19:52:02.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:52:02.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:52:02.569Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T19:52:02.839Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T19:52:02.839Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T19:52:02.839Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T19:52:02.839Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T19:52:02.839Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T19:52:02.839Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T19:52:03.110Z] ---> c1900d6b0a51 [2021-01-04T19:52:03.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T19:52:04.547Z] ---> 7b79818e1df3 [2021-01-04T19:52:04.547Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T19:52:04.818Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T19:52:04.818Z] ---> Running in 461bb182eb04 [2021-01-04T19:52:04.818Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T19:52:04.818Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T19:52:04.818Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T19:52:04.818Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T19:52:04.818Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T19:52:05.087Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T19:52:05.087Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T19:52:05.087Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T19:52:05.087Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T19:52:05.087Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T19:52:05.087Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T19:52:05.360Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T19:52:05.360Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T19:52:05.360Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T19:52:05.360Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T19:52:05.360Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T19:52:05.360Z] Removing intermediate container 461bb182eb04 [2021-01-04T19:52:05.360Z] ---> 532db2f576f4 [2021-01-04T19:52:05.360Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:52:05.360Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T19:52:05.360Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T19:52:05.360Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T19:52:05.360Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T19:52:05.360Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T19:52:05.639Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T19:52:05.639Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T19:52:05.639Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T19:52:05.639Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T19:52:05.639Z] ---> Running in 9903b3c63510 [2021-01-04T19:52:05.639Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:52:05.639Z] OK: 71 MiB in 55 packages [2021-01-04T19:52:05.911Z] Removing intermediate container 9903b3c63510 [2021-01-04T19:52:05.911Z] ---> b930d60e696e [2021-01-04T19:52:05.911Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T19:52:06.180Z] ---> Running in 494a8ee4320b [2021-01-04T19:52:06.770Z] Removing intermediate container 494a8ee4320b [2021-01-04T19:52:06.770Z] ---> f3d8a55ec901 [2021-01-04T19:52:06.770Z] Step 22/23 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:52:06.770Z] ---> Running in 29b0200dc1fb [2021-01-04T19:52:07.363Z] Removing intermediate container 29b0200dc1fb [2021-01-04T19:52:07.363Z] ---> c00f88247be1 [2021-01-04T19:52:07.363Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T19:52:07.633Z] ---> Running in df1676d72e20 [2021-01-04T19:52:08.225Z] Removing intermediate container df1676d72e20 [2021-01-04T19:52:08.225Z] ---> 3ed996c2c73b [2021-01-04T19:52:08.225Z] [2021-01-04T19:52:08.495Z] Successfully built 3ed996c2c73b [2021-01-04T19:52:08.495Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T19:52:11.099Z]  Building docker-core-data-go ... done Removing intermediate container a177106bd0fa [2021-01-04T19:52:11.099Z] ---> ed4b2b484d49 [2021-01-04T19:52:11.099Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T19:52:11.373Z] ---> Running in c714e91860a3 [2021-01-04T19:52:15.666Z] Collecting docker-compose==1.23.2 [2021-01-04T19:52:15.937Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T19:52:17.352Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T19:52:17.352Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T19:52:17.621Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T19:52:17.621Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T19:52:17.890Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T19:52:17.890Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T19:52:19.858Z] 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-04T19:52:20.126Z] Collecting PyYAML<4,>=3.10 [2021-01-04T19:52:20.126Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T19:52:23.364Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T19:52:23.364Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T19:52:23.638Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T19:52:23.638Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T19:52:24.245Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T19:52:24.245Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T19:52:24.876Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T19:52:24.876Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T19:52:26.901Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T19:52:26.901Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T19:52:28.857Z] 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-04T19:52:28.857Z] Collecting idna<2.8,>=2.5 [2021-01-04T19:52:28.857Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T19:52:29.445Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T19:52:29.445Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T19:52:29.714Z] 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-04T19:52:29.714Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T19:52:29.714Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T19:52:29.984Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T19:52:29.984Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T19:52:29.984Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T19:52:29.984Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T19:52:30.569Z] Installing collected packages: idna, urllib3, requests, cached-property, texttable, PyYAML, websocket-client, jsonschema, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-01-04T19:52:30.569Z] Attempting uninstall: idna [2021-01-04T19:52:30.569Z] Found existing installation: idna 2.9 [2021-01-04T19:52:30.569Z] Uninstalling idna-2.9: [2021-01-04T19:52:30.839Z] Successfully uninstalled idna-2.9 [2021-01-04T19:52:31.427Z] Attempting uninstall: urllib3 [2021-01-04T19:52:31.427Z] Found existing installation: urllib3 1.25.9 [2021-01-04T19:52:31.427Z] Uninstalling urllib3-1.25.9: [2021-01-04T19:52:31.698Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T19:52:32.287Z] Attempting uninstall: requests [2021-01-04T19:52:32.287Z] Found existing installation: requests 2.23.0 [2021-01-04T19:52:32.287Z] Uninstalling requests-2.23.0: [2021-01-04T19:52:32.287Z] Successfully uninstalled requests-2.23.0 [2021-01-04T19:52:32.557Z] Running setup.py install for texttable: started [2021-01-04T19:52:34.516Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T19:52:34.516Z] Running setup.py install for PyYAML: started [2021-01-04T19:52:36.481Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T19:52:37.906Z] Running setup.py install for dockerpty: started [2021-01-04T19:52:39.339Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T19:52:39.339Z] Running setup.py install for docopt: started [2021-01-04T19:52:41.295Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T19:52:41.886Z] 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-04T19:52:46.173Z] Removing intermediate container c714e91860a3 [2021-01-04T19:52:46.173Z] ---> e7b8584565ac [2021-01-04T19:52:46.173Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T19:52:46.173Z] ---> Running in 68088b835fa4 [2021-01-04T19:52:46.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:52:46.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:52:47.354Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:52:47.354Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T19:52:47.354Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T19:52:47.354Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:52:47.354Z] OK: 71 MiB in 58 packages [2021-01-04T19:52:48.781Z] Removing intermediate container 68088b835fa4 [2021-01-04T19:52:48.781Z] ---> 9fbdee6ecf11 [2021-01-04T19:52:48.781Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T19:52:48.781Z] ---> Running in 31eb8c61fc16 [2021-01-04T19:52:49.052Z] Removing intermediate container 31eb8c61fc16 [2021-01-04T19:52:49.052Z] ---> fb909cb86317 [2021-01-04T19:52:49.052Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:52:49.323Z] ---> Running in bb7afa47edbb [2021-01-04T19:52:49.593Z] Removing intermediate container bb7afa47edbb [2021-01-04T19:52:49.593Z] ---> b8d29ae10931 [2021-01-04T19:52:49.593Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T19:52:49.866Z] ---> Running in ec54d2de49ec [2021-01-04T19:52:50.136Z] Removing intermediate container ec54d2de49ec [2021-01-04T19:52:50.136Z] ---> cdae436be8a2 [2021-01-04T19:52:50.136Z] Step 25/26 : LABEL git_sha=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [2021-01-04T19:52:50.407Z] ---> Running in ee7db3bf81a5 [2021-01-04T19:52:51.000Z] Removing intermediate container ee7db3bf81a5 [2021-01-04T19:52:51.000Z] ---> c2cb077f280b [2021-01-04T19:52:51.000Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T19:52:51.000Z] ---> Running in 0b4de9c58425 [2021-01-04T19:52:51.591Z] Removing intermediate container 0b4de9c58425 [2021-01-04T19:52:51.591Z] ---> a6f86b80373c [2021-01-04T19:52:51.591Z] [2021-01-04T19:52:51.862Z] Successfully built a6f86b80373c [2021-01-04T19:52:51.862Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T19:52:52.149Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T19:52:52.140Z] $ docker stop --time=1 20d67745a1af7a4ea4563e84e8d3ab6b3bb4c99aafe98e18f2d64c20a9c45d7b [2021-01-04T19:52:54.056Z] $ docker rm -f 20d67745a1af7a4ea4563e84e8d3ab6b3bb4c99aafe98e18f2d64c20a9c45d7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:52:54.734Z] + grep docker+ [2021-01-04T19:52:54.734Z] docker images [2021-01-04T19:52:55.005Z] docker-sys-mgmt-agent-go-arm64 latest a6f86b80373c 3 seconds ago 300MB [2021-01-04T19:52:55.005Z] docker-core-data-go-arm64 latest 3ed996c2c73b 47 seconds ago 20.9MB [2021-01-04T19:52:55.005Z] docker-security-secretstore-setup-go-arm64 latest 652a48c85c3a About a minute ago 23.4MB [2021-01-04T19:52:55.005Z] docker-support-scheduler-go-arm64 latest 1e4ec4b900bd About a minute ago 10MB [2021-01-04T19:52:55.005Z] docker-core-metadata-go-arm64 latest 6da38813c1fc 3 minutes ago 12.2MB [2021-01-04T19:52:55.005Z] docker-security-proxy-setup-go-arm64 latest d9b8558f495d 3 minutes ago 23.3MB [2021-01-04T19:52:55.005Z] docker-support-notifications-go-arm64 latest b3cd2b43d0a6 3 minutes ago 11.4MB [2021-01-04T19:52:55.005Z] docker-security-bootstrap-redis-go-arm64 latest 4fd40898b640 3 minutes ago 15MB [2021-01-04T19:52:55.005Z] docker-core-command-go-arm64 latest 58dcffc29702 3 minutes ago 9.98MB [2021-01-04T19:52:55.005Z] docker 20.10.0 eeaf43b92773 3 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-04T19:52:56.766Z] provisioning config files... [2021-01-04T19:52:56.777Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6351879175497024711tmp [Pipeline] { [Pipeline] sh [2021-01-04T19:52:57.168Z] + set +x [2021-01-04T19:52:57.168Z] + curl -s https://codecov.io/bash [2021-01-04T19:52:57.168Z] + bash -s -- [2021-01-04T19:52:57.431Z] [2021-01-04T19:52:57.431Z] _____ _ [2021-01-04T19:52:57.431Z] / ____| | | [2021-01-04T19:52:57.431Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T19:52:57.431Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T19:52:57.431Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T19:52:57.431Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T19:52:57.431Z] Bash-20201231-23d4836 [2021-01-04T19:52:57.431Z] [2021-01-04T19:52:57.431Z] [2021-01-04T19:52:57.431Z] ==> git version 2.24.3 found [2021-01-04T19:52:57.431Z] ==> 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-04T19:52:57.431Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T19:52:57.431Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T19:52:57.694Z] ==> Jenkins CI detected. [2021-01-04T19:52:57.694Z] project root: . [2021-01-04T19:52:57.694Z] --> token set from env [2021-01-04T19:52:57.694Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T19:52:57.694Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T19:52:57.694Z] ==> Python coveragepy not found [2021-01-04T19:52:57.694Z] ==> Searching for coverage reports in: [2021-01-04T19:52:57.694Z] + . [2021-01-04T19:52:57.694Z] -> Found 1 reports [2021-01-04T19:52:57.694Z] ==> Detecting git/mercurial file structure [2021-01-04T19:52:57.694Z] ==> Reading reports [2021-01-04T19:52:57.694Z] + ./coverage.out bytes=538204 [2021-01-04T19:52:57.694Z] ==> Appending adjustments [2021-01-04T19:52:57.694Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T19:53:01.009Z] + Found adjustments [2021-01-04T19:53:01.009Z] ==> Gzipping contents [2021-01-04T19:53:01.009Z] 84K /tmp/codecov.Lr6jzz.gz [2021-01-04T19:53:01.009Z] ==> Uploading reports [2021-01-04T19:53:01.009Z] url: https://codecov.io [2021-01-04T19:53:01.009Z] query: branch=PR-2979&commit=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2979%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2979&job=&cmd_args= [2021-01-04T19:53:01.009Z] -> Pinging Codecov [2021-01-04T19:53:01.009Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2979&commit=2b26867284fa0210cc3a9a1dc223633d9c4d8e3d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2979%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2979&job=&cmd_args= [2021-01-04T19:53:01.271Z] -> Uploading to [2021-01-04T19:53:01.271Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/2b26867284fa0210cc3a9a1dc223633d9c4d8e3d/3285f86f-63da-4f49-8684-2ad31cad9a75.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T195301Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=50b414ad28388235a8491a98de2c096aafe5cea06ee18697ffa283f8edcfbe21 [2021-01-04T19:53:01.271Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T19:53:01.271Z] Dload Upload Total Spent Left Speed [2021-01-04T19:53:01.851Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82018 0 0 100 82018 0 131k --:--:-- --:--:-- --:--:-- 132k [2021-01-04T19:53:01.851Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b26867284fa0210cc3a9a1dc223633d9c4d8e3d [Pipeline] } [2021-01-04T19:53:01.862Z] 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-04T19:53:03.820Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:04.704Z] ---> package-listing.sh [2021-01-04T19:53:04.704Z] ++ facter osfamily [2021-01-04T19:53:04.704Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T19:53:04.704Z] + OS_FAMILY=redhat [2021-01-04T19:53:04.704Z] + workspace=/w/workspace/edgex-go/2 [2021-01-04T19:53:04.704Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T19:53:04.704Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T19:53:04.704Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T19:53:04.704Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T19:53:04.704Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-04T19:53:04.704Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T19:53:04.704Z] + case "${OS_FAMILY}" in [2021-01-04T19:53:04.704Z] + rpm -qa [2021-01-04T19:53:04.704Z] + sort [2021-01-04T19:53:10.005Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T19:53:10.005Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T19:53:10.005Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T19:53:10.005Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-04T19:53:10.005Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-04T19:53:10.005Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-04T19:53:10.019Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T19:53:10.314Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:53:10.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:53:10.624Z] [2021-01-04T19:53:10.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:53:10.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:53:10.978Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T19:53:10.978Z] df20fa9351a1: Pulling fs layer [2021-01-04T19:53:10.979Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T19:53:10.979Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T19:53:10.979Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T19:53:10.979Z] 93b61091891f: Pulling fs layer [2021-01-04T19:53:10.979Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T19:53:10.979Z] 5e14af77c1be: Pulling fs layer [2021-01-04T19:53:10.979Z] 01666e4c0597: Pulling fs layer [2021-01-04T19:53:10.979Z] aa168da1d23b: Pulling fs layer [2021-01-04T19:53:10.979Z] 93b9cdb0e59b: Waiting [2021-01-04T19:53:10.979Z] 5e14af77c1be: Waiting [2021-01-04T19:53:10.979Z] 01666e4c0597: Waiting [2021-01-04T19:53:10.979Z] 46f8f816bc3b: Waiting [2021-01-04T19:53:10.979Z] 93b61091891f: Waiting [2021-01-04T19:53:10.979Z] aa168da1d23b: Waiting [2021-01-04T19:53:10.979Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T19:53:10.979Z] 36b3adc4ff6f: Download complete [2021-01-04T19:53:10.979Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T19:53:10.979Z] 46f8f816bc3b: Download complete [2021-01-04T19:53:10.979Z] df20fa9351a1: Verifying Checksum [2021-01-04T19:53:11.253Z] 93b9cdb0e59b: Download complete [2021-01-04T19:53:11.253Z] 93b61091891f: Download complete [2021-01-04T19:53:11.253Z] 5e14af77c1be: Verifying Checksum [2021-01-04T19:53:11.253Z] 5e14af77c1be: Download complete [2021-01-04T19:53:11.253Z] 01666e4c0597: Verifying Checksum [2021-01-04T19:53:11.253Z] 01666e4c0597: Download complete [2021-01-04T19:53:11.521Z] df20fa9351a1: Pull complete [2021-01-04T19:53:11.784Z] 36b3adc4ff6f: Pull complete [2021-01-04T19:53:12.056Z] 8ad3a11d3b57: Download complete [2021-01-04T19:53:12.633Z] 8ad3a11d3b57: Pull complete [2021-01-04T19:53:12.902Z] 46f8f816bc3b: Pull complete [2021-01-04T19:53:13.174Z] 93b61091891f: Pull complete [2021-01-04T19:53:13.438Z] 93b9cdb0e59b: Pull complete [2021-01-04T19:53:13.438Z] 5e14af77c1be: Pull complete [2021-01-04T19:53:13.700Z] 01666e4c0597: Pull complete [2021-01-04T19:53:14.651Z] aa168da1d23b: Verifying Checksum [2021-01-04T19:53:14.651Z] aa168da1d23b: Download complete [2021-01-04T19:53:24.798Z] aa168da1d23b: Pull complete [2021-01-04T19:53:24.798Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T19:53:24.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:53:24.798Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T19:53:25.056Z] prd-centos7-docker-4c-2g-18246 does not seem to be running inside a container [2021-01-04T19:53:25.117Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T19:53:29.629Z] $ docker top 94186dbeaddf8a61e8d0866bd482307edeb8a48b27b403691d4bd3554a78c1d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:53:30.209Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T19:53:30.538Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T19:53:30.921Z] + ls /var/log/sa-host [2021-01-04T19:53:30.921Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T19:53:30.921Z] file_magic: OK [2021-01-04T19:53:30.921Z] HZ: Using current value: 100 [2021-01-04T19:53:30.921Z] file_header: OK [2021-01-04T19:53:30.921Z] 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-04T19:53:30.921Z] Statistics: [2021-01-04T19:53:30.921Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T19:53:30.921Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T19:53:30.921Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T19:53:30.921Z] file_magic: OK [2021-01-04T19:53:30.921Z] HZ: Using current value: 100 [2021-01-04T19:53:30.921Z] file_header: OK [2021-01-04T19:53:30.921Z] 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-04T19:53:30.921Z] Statistics: [2021-01-04T19:53:30.921Z] Hnuu...uuuununununu... [2021-01-04T19:53:30.921Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T19:53:31.144Z] provisioning config files... [2021-01-04T19:53:31.177Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5304940384709270834tmp [Pipeline] { [Pipeline] echo [2021-01-04T19:53:31.247Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:31.547Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T19:53:31.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T19:53:31.692Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:31.995Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T19:53:32.007Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:32.310Z] ---> sudo-logs.sh [2021-01-04T19:53:32.310Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T19:53:32.323Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:32.623Z] ---> job-cost.sh [2021-01-04T19:53:32.623Z] lf-activate-venv: SKIPPING [2021-01-04T19:53:32.623Z] INFO: No Stack... [2021-01-04T19:53:33.567Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T19:53:34.141Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T19:53:34.154Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:34.457Z] ---> logs-deploy.sh [2021-01-04T19:53:34.457Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2979/2 [2021-01-04T19:53:34.457Z] INFO: archiving workspace using pattern(s): [2021-01-04T19:53:35.853Z] Archives upload complete. [2021-01-04T19:53:36.116Z] INFO: archiving logs to Nexus