Pull request #2960 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 61c0c5887ce9f1b588fe55143c1764bdb026b4e5+9055af8f68e88a938bcfb78a4c3e51009b2a2f83 (93a882fe65ba0be9bd67cded4c11e4025071663d) 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-18169 in /w/workspace/edgexfoundry_edgex-go_PR-2960 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 into PR head commit 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 Merge succeeded, producing 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 Checking out Revision 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 (PR-2960) > 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/2960/head:refs/remotes/origin/PR-2960 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 # 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 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 # timeout=10 Commit message: "ci: standardize dockerfiles" First time build. Skipping changelog. > git rev-list --no-walk a505594d0f7b882cdf83132c42c658b703c14344 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T15:58:08.439Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T15:58:08.682Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T15:58:08.783Z] ========================================================= [2021-01-04T15:58:08.783Z] EdgeX Global Pipelines Version Info [2021-01-04T15:58:08.783Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T15:58:10.291Z] ------------------- [2021-01-04T15:58:10.291Z] stable info: [2021-01-04T15:58:10.291Z] ------------------- [2021-01-04T15:58:10.291Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T15:58:10.291Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T15:58:10.291Z] Message: update stable to v1.0.173 [2021-01-04T15:58:11.247Z] ------------------- [2021-01-04T15:58:11.247Z] experimental info: [2021-01-04T15:58:11.247Z] ------------------- [2021-01-04T15:58:11.247Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T15:58:11.247Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T15:58:11.247Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T15:58:11.525Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T15:58:11.645Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T15:58:11.826Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T15:58:11.921Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T15:58:12.017Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T15:58:12.115Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T15:58:12.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T15:58:12.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T15:58:12.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T15:58:12.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T15:58:12.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T15:58:12.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T15:58:12.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T15:58:12.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T15:58:12.985Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T15:58:13.121Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T15:58:13.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T15:58:13.319Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T15:58:13.414Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T15:58:13.508Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T15:58:13.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T15:58:13.719Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T15:58:13.810Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T15:58:13.909Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2960 [Pipeline] echo [2021-01-04T15:58:13.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2960 [Pipeline] echo [2021-01-04T15:58:14.086Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2960 [Pipeline] echo [2021-01-04T15:58:14.201Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [Pipeline] echo [2021-01-04T15:58:14.291Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61c0c58 [Pipeline] echo [2021-01-04T15:58:14.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T15:58:14.612Z] provisioning config files... [2021-01-04T15:58:14.645Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8988124518476529222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T15:58:15.006Z] ---> docker-login.sh [2021-01-04T15:58:15.006Z] nexus3.edgexfoundry.org:10001 [2021-01-04T15:58:15.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T15:58:15.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T15:58:15.532Z] Configure a credential helper to remove this warning. See [2021-01-04T15:58:15.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T15:58:15.532Z] [2021-01-04T15:58:15.532Z] Login Succeeded [2021-01-04T15:58:15.532Z] nexus3.edgexfoundry.org:10002 [2021-01-04T15:58:15.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T15:58:15.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T15:58:15.796Z] Configure a credential helper to remove this warning. See [2021-01-04T15:58:15.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T15:58:15.796Z] [2021-01-04T15:58:15.796Z] Login Succeeded [2021-01-04T15:58:15.796Z] nexus3.edgexfoundry.org:10003 [2021-01-04T15:58:15.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T15:58:15.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T15:58:15.796Z] Configure a credential helper to remove this warning. See [2021-01-04T15:58:15.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T15:58:15.796Z] [2021-01-04T15:58:15.796Z] Login Succeeded [2021-01-04T15:58:15.796Z] nexus3.edgexfoundry.org:10004 [2021-01-04T15:58:16.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T15:58:16.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T15:58:16.060Z] Configure a credential helper to remove this warning. See [2021-01-04T15:58:16.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T15:58:16.060Z] [2021-01-04T15:58:16.060Z] Login Succeeded [2021-01-04T15:58:16.060Z] docker.io [2021-01-04T15:58:16.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T15:58:16.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T15:58:16.324Z] Configure a credential helper to remove this warning. See [2021-01-04T15:58:16.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T15:58:16.324Z] [2021-01-04T15:58:16.324Z] Login Succeeded [2021-01-04T15:58:16.585Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T15:58:16.596Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T15:58:17.071Z] ++ 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-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T15:58:17.071Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T15:58:17.071Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T15:58:17.071Z] ++ cut -d/ -f2 [2021-01-04T15:58:17.071Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T15:58:17.152Z] 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-04T15:58:18.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T15:58:18.026Z] [2021-01-04T15:58:18.026Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T15:58:18.386Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T15:58:18.386Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T15:58:18.386Z] 31603596830f: Pulling fs layer [2021-01-04T15:58:18.386Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T15:58:18.386Z] 6ca5941a6612: Pulling fs layer [2021-01-04T15:58:18.386Z] ecc8261a40a4: Pulling fs layer [2021-01-04T15:58:18.386Z] ecc8261a40a4: Waiting [2021-01-04T15:58:18.386Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T15:58:18.386Z] 2a8b12db71e7: Download complete [2021-01-04T15:58:18.386Z] 31603596830f: Verifying Checksum [2021-01-04T15:58:18.386Z] 31603596830f: Download complete [2021-01-04T15:58:18.657Z] ecc8261a40a4: Verifying Checksum [2021-01-04T15:58:18.657Z] ecc8261a40a4: Download complete [2021-01-04T15:58:18.657Z] 6ca5941a6612: Verifying Checksum [2021-01-04T15:58:18.657Z] 6ca5941a6612: Download complete [2021-01-04T15:58:18.922Z] 31603596830f: Pull complete [2021-01-04T15:58:18.922Z] 2a8b12db71e7: Pull complete [2021-01-04T15:58:19.880Z] 6ca5941a6612: Pull complete [2021-01-04T15:58:20.145Z] ecc8261a40a4: Pull complete [2021-01-04T15:58:20.145Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T15:58:20.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T15:58:20.145Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T15:58:20.252Z] prd-centos7-docker-4c-2g-18169 does not seem to be running inside a container [2021-01-04T15:58:20.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat [2021-01-04T15:58:22.917Z] $ docker top 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T15:58:23.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T15:58:23.358Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T15:58:23.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T15:58:23.630Z] $ docker exec 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c ssh-agent [2021-01-04T15:58:23.830Z] SSH_AUTH_SOCK=/tmp/ssh-qSm16n2w5a73/agent.13 [2021-01-04T15:58:23.830Z] SSH_AGENT_PID=18 [2021-01-04T15:58:23.845Z] Running ssh-add (command line suppressed) [2021-01-04T15:58:23.983Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5121749647352596460.key (/w/workspace/edgex-go/7@tmp/private_key_5121749647352596460.key) [2021-01-04T15:58:24.044Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T15:58:24.390Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T15:58:24.421Z] $ docker exec --env ******** --env ******** 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c ssh-agent -k [2021-01-04T15:58:24.559Z] unset SSH_AUTH_SOCK; [2021-01-04T15:58:24.559Z] unset SSH_AGENT_PID; [2021-01-04T15:58:24.559Z] echo Agent pid 18 killed; [2021-01-04T15:58:24.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T15:58:24.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T15:58:24.805Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T15:58:25.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T15:58:25.013Z] $ docker exec 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c ssh-agent [2021-01-04T15:58:25.232Z] SSH_AUTH_SOCK=/tmp/ssh-ucOjgps0hsR6/agent.46 [2021-01-04T15:58:25.232Z] SSH_AGENT_PID=51 [2021-01-04T15:58:25.242Z] Running ssh-add (command line suppressed) [2021-01-04T15:58:25.379Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1443894786051961582.key (/w/workspace/edgex-go/7@tmp/private_key_1443894786051961582.key) [2021-01-04T15:58:25.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T15:58:25.787Z] + git semver init [2021-01-04T15:58:25.787Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T15:58:25.787Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-04T15:58:25.787Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-04T15:58:25.787Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T15:58:25.787Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T15:58:25.787Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T15:58:25.787Z] # $SEMVER_BRANCH = PR-2960 [2021-01-04T15:58:25.787Z] # $SEMVER_TEMP = /tmp/semver-689466610 [2021-01-04T15:58:25.787Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T15:58:52.507Z] # '/tmp/semver-689466610' -> '/w/workspace/edgex-go/7/.semver' [2021-01-04T15:58:52.507Z] # -> Force: false [2021-01-04T15:58:52.507Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-04T15:58:52.521Z] $ docker exec --env ******** --env ******** 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c ssh-agent -k [2021-01-04T15:58:52.777Z] unset SSH_AUTH_SOCK; [2021-01-04T15:58:52.778Z] unset SSH_AGENT_PID; [2021-01-04T15:58:52.778Z] echo Agent pid 51 killed; [2021-01-04T15:58:52.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T15:58:53.337Z] + git semver [Pipeline] } [2021-01-04T15:58:53.360Z] $ docker stop --time=1 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c [2021-01-04T15:58:55.207Z] $ docker rm -f 5f999b602fa6c3328a7a53ecd8ba40fca1925af9e5c98c2923d02765526f547c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T15:58:55.816Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T15:58:56.298Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T15:58:56.300Z] [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-04T15:58:57.137Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T15:58:57.439Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T15:58:57.739Z] + sudo service docker restart [2021-01-04T15:58:57.739Z] + true [2021-01-04T15:58:57.739Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T15:58:58.332Z] ========================================================= [2021-01-04T15:58:58.332Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T15:58:58.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T15:58:58.675Z] + 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-04T15:59:02.925Z] Sending build context to Docker daemon 326.3MB [2021-01-04T15:59:02.925Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T15:59:02.925Z] Step 2/6 : FROM ${BASE} [2021-01-04T15:59:02.925Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T15:59:02.925Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T15:59:02.925Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T15:59:02.925Z] de9db76c5a1d: Pulling fs layer [2021-01-04T15:59:02.925Z] bca2f99d35d6: Pulling fs layer [2021-01-04T15:59:02.925Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T15:59:02.925Z] 7c6f9722023f: Pulling fs layer [2021-01-04T15:59:02.925Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T15:59:02.925Z] 93359f2a8cfa: Waiting [2021-01-04T15:59:02.925Z] 7c6f9722023f: Waiting [2021-01-04T15:59:02.925Z] a35cf1a2eb13: Waiting [2021-01-04T15:59:02.925Z] bca2f99d35d6: Waiting [2021-01-04T15:59:02.925Z] de9db76c5a1d: Verifying Checksum [2021-01-04T15:59:02.925Z] de9db76c5a1d: Download complete [2021-01-04T15:59:02.925Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T15:59:02.925Z] 0ef7d3d256c8: Download complete [2021-01-04T15:59:02.925Z] 93359f2a8cfa: Download complete [2021-01-04T15:59:02.925Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T15:59:02.925Z] 188c0c94c7c5: Download complete [2021-01-04T15:59:02.925Z] 7c6f9722023f: Verifying Checksum [2021-01-04T15:59:02.925Z] 7c6f9722023f: Download complete [2021-01-04T15:59:02.925Z] 188c0c94c7c5: Pull complete [2021-01-04T15:59:03.504Z] 0ef7d3d256c8: Pull complete [2021-01-04T15:59:03.504Z] de9db76c5a1d: Pull complete [2021-01-04T15:59:04.912Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T15:59:04.912Z] a35cf1a2eb13: Download complete [2021-01-04T15:59:05.174Z] bca2f99d35d6: Download complete [2021-01-04T15:59:10.515Z] bca2f99d35d6: Pull complete [2021-01-04T15:59:10.780Z] 93359f2a8cfa: Pull complete [2021-01-04T15:59:11.356Z] 7c6f9722023f: Pull complete [2021-01-04T15:59:11.640Z] Still waiting to schedule task [2021-01-04T15:59:11.640Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-18168’ [2021-01-04T15:59:14.707Z] a35cf1a2eb13: Pull complete [2021-01-04T15:59:14.707Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T15:59:14.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T15:59:14.707Z] ---> a62c8e92a672 [2021-01-04T15:59:14.707Z] 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-04T15:59:14.971Z] ---> Running in d9f3c1206be5 [2021-01-04T15:59:15.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T15:59:16.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T15:59:18.272Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T15:59:18.848Z] (2/12) Installing file (5.38-r0) [2021-01-04T15:59:18.848Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T15:59:18.848Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T15:59:33.819Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T15:59:33.819Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T15:59:33.819Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T15:59:33.819Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T15:59:33.819Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T15:59:33.819Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T15:59:33.819Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T15:59:33.819Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T15:59:33.819Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T15:59:33.819Z] OK: 233 MiB in 51 packages [2021-01-04T15:59:37.184Z] Removing intermediate container d9f3c1206be5 [2021-01-04T15:59:37.184Z] ---> 46073d7283eb [2021-01-04T15:59:37.184Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T15:59:37.184Z] ---> Running in ed4289013df1 [2021-01-04T15:59:37.448Z] Removing intermediate container ed4289013df1 [2021-01-04T15:59:37.448Z] ---> 1d4d69031e50 [2021-01-04T15:59:37.448Z] Step 5/6 : COPY go.mod . [2021-01-04T15:59:37.712Z] ---> 5629bb641b17 [2021-01-04T15:59:37.712Z] Step 6/6 : RUN go mod download [2021-01-04T15:59:37.712Z] ---> Running in dbab8b8b005c [2021-01-04T15:59:59.742Z] Removing intermediate container dbab8b8b005c [2021-01-04T15:59:59.742Z] ---> 64654e05a66e [2021-01-04T15:59:59.742Z] Successfully built 64654e05a66e [2021-01-04T15:59:59.742Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:00:00.091Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T16:00:00.091Z] . [Pipeline] withDockerContainer [2021-01-04T16:00:00.205Z] prd-centos7-docker-4c-2g-18169 does not seem to be running inside a container [2021-01-04T16:00:00.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T16:00:01.130Z] $ docker top fa4e000a6f2c2cbb4efb2123115a46540c4abeb7df4bf5840d40716c771c7799 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:00:01.700Z] + go version [2021-01-04T16:00:01.700Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T16:00:01.724Z] $ docker stop --time=1 fa4e000a6f2c2cbb4efb2123115a46540c4abeb7df4bf5840d40716c771c7799 [2021-01-04T16:00:03.167Z] $ docker rm -f fa4e000a6f2c2cbb4efb2123115a46540c4abeb7df4bf5840d40716c771c7799 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:00:04.134Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T16:00:04.134Z] . [Pipeline] withDockerContainer [2021-01-04T16:00:04.236Z] prd-centos7-docker-4c-2g-18169 does not seem to be running inside a container [2021-01-04T16:00:04.283Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T16:00:05.004Z] $ docker top be78906b765dcc0485f64b1cd4485f40ff9f5fc0ee0bc5295c02bf1cfd87c32b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T16:00:05.225Z] ========================================================= [2021-01-04T16:00:05.225Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T16:00:05.225Z] ========================================================= [Pipeline] sh [2021-01-04T16:00:05.520Z] + make test [2021-01-04T16:00:05.520Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T16:00:15.662Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T16:00:28.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T16:00:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T16:00:36.930Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T16:00:37.194Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T16:00:39.802Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T16:00:39.802Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T16:00:39.802Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T16:00:41.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements [2021-01-04T16:00:41.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T16:00:41.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T16:00:41.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T16:00:41.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T16:00:41.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T16:00:46.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.0% of statements [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T16:00:46.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T16:00:46.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T16:00:46.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.399s coverage: 75.7% of statements [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T16:00:46.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.9% of statements [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T16:00:46.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T16:00:48.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T16:00:48.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T16:00:48.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T16:00:48.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T16:00:48.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T16:00:48.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T16:00:48.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T16:00:51.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.376s coverage: 93.8% of statements [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T16:00:51.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-01-04T16:00:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-04T16:00:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-04T16:00:51.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-04T16:00:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T16:00:52.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements [2021-01-04T16:00:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T16:00:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T16:00:52.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-04T16:00:52.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-01-04T16:00:52.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-04T16:00:52.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-04T16:00:53.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-01-04T16:00:55.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.410s coverage: 55.9% of statements [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T16:00:55.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T16:00:55.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T16:00:55.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.404s coverage: 84.0% of statements [2021-01-04T16:00:55.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-04T16:00:57.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.1% of statements [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T16:00:57.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T16:00:57.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-01-04T16:00:57.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.681s coverage: 29.1% of statements [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T16:00:58.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T16:00:58.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-04T16:00:58.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-04T16:00:59.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-04T16:00:59.767Z] GO111MODULE=on go vet ./... [2021-01-04T16:01:26.489Z] gofmt -l . [2021-01-04T16:01:26.489Z] [ "`gofmt -l .`" = "" ] [2021-01-04T16:01:26.489Z] ./bin/test-go-mod-tidy.sh [2021-01-04T16:01:26.489Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T16:01:27.115Z] + ls -al . [2021-01-04T16:01:27.115Z] total 636 [2021-01-04T16:01:27.115Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 16:01 . [2021-01-04T16:01:27.115Z] drwxr-xr-x 4 root root 28 Jan 4 16:00 .. [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 15:58 .dockerignore [2021-01-04T16:01:27.115Z] drwxrwxr-x 8 1001 1001 179 Jan 4 15:58 .git [2021-01-04T16:01:27.115Z] drwxrwxr-x 3 1001 1001 125 Jan 4 15:58 .github [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 15:58 .gitignore [2021-01-04T16:01:27.115Z] drwx------ 3 1001 1001 47 Jan 4 15:58 .semver [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 15:58 .sonarcloud.properties [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 15:58 CONTRIBUTING.md [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 15:58 Dockerfile.build [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 15:58 Jenkinsfile [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 15:58 LICENSE [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 15:58 Makefile [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 15:58 README.md [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 15:58 SECURITY.md [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 15:58 VERSION [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 15:58 ZMQWindows.md [2021-01-04T16:01:27.115Z] drwxrwxr-x 2 1001 1001 117 Jan 4 15:58 bin [2021-01-04T16:01:27.115Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 15:58 cmd [2021-01-04T16:01:27.115Z] -rw-r--r-- 1 root root 538204 Jan 4 16:00 coverage.out [2021-01-04T16:01:27.115Z] -rw-r--r-- 1 root root 979 Jan 4 16:01 go.mod [2021-01-04T16:01:27.115Z] -rw-r--r-- 1 root root 18739 Jan 4 16:01 go.sum [2021-01-04T16:01:27.115Z] drwxrwxr-x 8 1001 1001 127 Jan 4 15:58 internal [2021-01-04T16:01:27.115Z] drwxrwxr-x 4 1001 1001 26 Jan 4 15:58 openapi [2021-01-04T16:01:27.115Z] drwxrwxr-x 4 1001 1001 71 Jan 4 15:58 snap [2021-01-04T16:01:27.115Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 15:58 version.go [Pipeline] sh [2021-01-04T16:01:27.423Z] + '[' -e coverage.out ] [2021-01-04T16:01:27.423Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T16:01:27.678Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T16:01:27.974Z] + make build [2021-01-04T16:01:27.974Z] 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-04T16:01:31.340Z] 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-04T16:01:38.066Z] 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-04T16:01:39.480Z] 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-04T16:01:40.889Z] 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-04T16:01:41.154Z] 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-04T16:01:43.106Z] 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-04T16:01:44.035Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18171 in /w/workspace/edgexfoundry_edgex-go_PR-2960 [Pipeline] { [Pipeline] ws [2021-01-04T16:01:44.083Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-04T16:01:44.515Z] 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-04T16:01:45.914Z] 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-04T16:01:46.863Z] 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-04T16:01:47.813Z] 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-04T16:01:50.468Z] 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-04T16:01:50.484Z] $ docker stop --time=1 be78906b765dcc0485f64b1cd4485f40ff9f5fc0ee0bc5295c02bf1cfd87c32b [2021-01-04T16:01:50.542Z] using credential edgex-jenkins-ssh [2021-01-04T16:01:50.673Z] Cloning the remote Git repository [2021-01-04T16:01:50.787Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:01:50.912Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-04T16:01:51.038Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:01:51.039Z] > git --version # timeout=10 [2021-01-04T16:01:51.061Z] > git --version # 'git version 2.17.1' [2021-01-04T16:01:51.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:01:51.130Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:01:52.168Z] $ docker rm -f be78906b765dcc0485f64b1cd4485f40ff9f5fc0ee0bc5295c02bf1cfd87c32b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:01:54.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:01:54.054Z] [2021-01-04T16:01:54.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:01:54.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:01:54.431Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T16:01:54.431Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T16:01:54.431Z] ca9280d653b3: Pulling fs layer [2021-01-04T16:01:54.431Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T16:01:54.698Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T16:01:54.698Z] cbdbe7a5bc2a: Download complete [2021-01-04T16:01:54.962Z] cbdbe7a5bc2a: Pull complete [2021-01-04T16:01:55.226Z] ca9280d653b3: Verifying Checksum [2021-01-04T16:01:55.226Z] ca9280d653b3: Download complete [2021-01-04T16:01:56.179Z] ca9280d653b3: Pull complete [2021-01-04T16:01:56.179Z] 7e9c9ca2126c: Verifying Checksum [2021-01-04T16:01:56.179Z] 7e9c9ca2126c: Download complete [2021-01-04T16:02:04.358Z] 7e9c9ca2126c: Pull complete [2021-01-04T16:02:04.358Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T16:02:04.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:02:04.358Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T16:02:04.546Z] prd-centos7-docker-4c-2g-18169 does not seem to be running inside a container [2021-01-04T16:02:04.602Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T16:02:07.493Z] $ docker top a2a45c414026b6c1a5d376a19c2a9db9bb270dcfcf65886aebff90ecda269990 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:02:08.018Z] + docker-compose build --help [2021-01-04T16:02:08.019Z] + grep parallel [2021-01-04T16:02:08.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T16:02:08.373Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:02:08.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T16:02:08.435Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:02:08.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:02:08.967Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T16:02:08.983Z] $ docker stop --time=1 a2a45c414026b6c1a5d376a19c2a9db9bb270dcfcf65886aebff90ecda269990 [2021-01-04T16:02:09.153Z] Merging remotes/origin/master commit 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 into PR head commit 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:02:09.742Z] Merge succeeded, producing 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:02:09.742Z] Checking out Revision 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 (PR-2960) [2021-01-04T16:02:10.368Z] $ docker rm -f a2a45c414026b6c1a5d376a19c2a9db9bb270dcfcf65886aebff90ecda269990 [Pipeline] // withDockerContainer [2021-01-04T16:02:08.449Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2960/head:refs/remotes/origin/PR-2960 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:02:09.171Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:02:09.188Z] > git checkout -f 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 # timeout=10 [2021-01-04T16:02:09.539Z] > git remote # timeout=10 [2021-01-04T16:02:09.576Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T16:02:09.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:02:09.671Z] > git merge 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 # timeout=10 [2021-01-04T16:02:09.726Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T16:02:09.747Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:02:09.760Z] > git checkout -f 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 # timeout=10 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:02:11.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T16:02:11.107Z] . [Pipeline] withDockerContainer [2021-01-04T16:02:11.223Z] prd-centos7-docker-4c-2g-18169 does not seem to be running inside a container [2021-01-04T16:02:11.289Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T16:02:12.579Z] $ docker top 49d7fd1b7e7fb9e4639966371c9c914dc7775b64e945b9780d9b93338e5493b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:02:13.201Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T16:02:14.155Z] Commit message: "ci: standardize dockerfiles" [2021-01-04T16:02:14.171Z] Building docker-core-command-go ... [2021-01-04T16:02:14.171Z] Building docker-core-data-go ... [2021-01-04T16:02:14.171Z] Building docker-core-metadata-go ... [2021-01-04T16:02:14.171Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T16:02:14.171Z] Building docker-security-proxy-setup-go ... [2021-01-04T16:02:14.171Z] Building docker-security-secretstore-setup-go ... [2021-01-04T16:02:14.171Z] Building docker-support-notifications-go ... [2021-01-04T16:02:14.171Z] Building docker-support-scheduler-go ... [2021-01-04T16:02:14.171Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T16:02:14.171Z] Building docker-core-data-go [2021-01-04T16:02:14.171Z] Building docker-security-secretstore-setup-go [2021-01-04T16:02:14.171Z] Building docker-security-bootstrap-redis-go [2021-01-04T16:02:14.171Z] Building docker-support-scheduler-go [2021-01-04T16:02:14.171Z] Building docker-support-notifications-go [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:02:15.648Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:02:16.057Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:02:16.392Z] + true [2021-01-04T16:02:16.392Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:02:18.441Z] provisioning config files... [2021-01-04T16:02:18.481Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2424487854202346557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:02:18.931Z] ---> docker-login.sh [2021-01-04T16:02:18.931Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:02:19.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:02:20.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:02:20.129Z] Configure a credential helper to remove this warning. See [2021-01-04T16:02:20.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:02:20.129Z] [2021-01-04T16:02:20.129Z] Login Succeeded [2021-01-04T16:02:20.129Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:02:20.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:02:20.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:02:20.682Z] Configure a credential helper to remove this warning. See [2021-01-04T16:02:20.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:02:20.682Z] [2021-01-04T16:02:20.682Z] Login Succeeded [2021-01-04T16:02:20.682Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:02:20.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:02:21.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:02:21.229Z] Configure a credential helper to remove this warning. See [2021-01-04T16:02:21.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:02:21.229Z] [2021-01-04T16:02:21.229Z] Login Succeeded [2021-01-04T16:02:21.229Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:02:21.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:02:21.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:02:21.771Z] Configure a credential helper to remove this warning. See [2021-01-04T16:02:21.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:02:21.771Z] [2021-01-04T16:02:21.771Z] Login Succeeded [2021-01-04T16:02:22.043Z] docker.io [2021-01-04T16:02:22.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:02:22.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:02:22.586Z] Configure a credential helper to remove this warning. See [2021-01-04T16:02:22.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:02:22.586Z] [2021-01-04T16:02:22.586Z] Login Succeeded [2021-01-04T16:02:22.586Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:02:22.604Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T16:02:23.079Z] ========================================================= [2021-01-04T16:02:23.079Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T16:02:23.079Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:02:23.451Z] + 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-04T16:02:26.112Z] Sending build context to Docker daemon 165.4MB [2021-01-04T16:02:26.112Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:02:26.112Z] Step 2/6 : FROM ${BASE} [2021-01-04T16:02:26.112Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T16:02:26.112Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T16:02:26.112Z] a4357932f1b6: Pulling fs layer [2021-01-04T16:02:26.112Z] 18c013af1878: Pulling fs layer [2021-01-04T16:02:26.112Z] 00ac8860ef70: Pulling fs layer [2021-01-04T16:02:26.112Z] 63d7cb157983: Pulling fs layer [2021-01-04T16:02:26.112Z] b116817d02f9: Pulling fs layer [2021-01-04T16:02:26.112Z] 745a02a5169b: Pulling fs layer [2021-01-04T16:02:26.112Z] 63d7cb157983: Waiting [2021-01-04T16:02:26.112Z] 00ac8860ef70: Waiting [2021-01-04T16:02:26.112Z] 745a02a5169b: Waiting [2021-01-04T16:02:26.112Z] b116817d02f9: Waiting [2021-01-04T16:02:26.112Z] 18c013af1878: Verifying Checksum [2021-01-04T16:02:26.112Z] 18c013af1878: Download complete [2021-01-04T16:02:26.112Z] a4357932f1b6: Verifying Checksum [2021-01-04T16:02:26.112Z] a4357932f1b6: Download complete [2021-01-04T16:02:26.112Z] 63d7cb157983: Verifying Checksum [2021-01-04T16:02:26.112Z] 63d7cb157983: Download complete [2021-01-04T16:02:26.112Z] b116817d02f9: Verifying Checksum [2021-01-04T16:02:26.112Z] b116817d02f9: Download complete [2021-01-04T16:02:26.112Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T16:02:26.112Z] 5f621e34cdf4: Download complete [2021-01-04T16:02:26.722Z] 5f621e34cdf4: Pull complete [2021-01-04T16:02:27.326Z] a4357932f1b6: Pull complete [2021-01-04T16:02:27.601Z] 18c013af1878: Pull complete [2021-01-04T16:02:28.578Z] 745a02a5169b: Verifying Checksum [2021-01-04T16:02:28.578Z] 745a02a5169b: Download complete [2021-01-04T16:02:30.558Z] 00ac8860ef70: Verifying Checksum [2021-01-04T16:02:30.558Z] 00ac8860ef70: Download complete [2021-01-04T16:02:40.720Z] 00ac8860ef70: Pull complete [2021-01-04T16:02:41.319Z] 63d7cb157983: Pull complete [2021-01-04T16:02:41.594Z] b116817d02f9: Pull complete [2021-01-04T16:02:45.916Z] 745a02a5169b: Pull complete [2021-01-04T16:02:45.916Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T16:02:45.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T16:02:45.916Z] ---> b7e6874047d6 [2021-01-04T16:02:45.916Z] 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-04T16:02:46.474Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:02:46.474Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:02:46.474Z] ---> 64654e05a66e [2021-01-04T16:02:46.474Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:02:46.474Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:02:46.474Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:02:46.474Z] ---> 64654e05a66e [2021-01-04T16:02:46.474Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:02:46.474Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:02:46.474Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:02:46.474Z] ---> 64654e05a66e [2021-01-04T16:02:46.474Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:02:46.474Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:02:46.474Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:02:46.474Z] ---> 64654e05a66e [2021-01-04T16:02:46.474Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:02:46.474Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:02:46.474Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:02:46.474Z] ---> 64654e05a66e [2021-01-04T16:02:46.474Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T16:02:46.474Z] ---> Running in 3558dd061609 [2021-01-04T16:02:46.474Z] ---> Running in 65d4a1fb28ae [2021-01-04T16:02:46.474Z] ---> Running in 5bba1fd6759a [2021-01-04T16:02:46.474Z] ---> Running in 8a8fdaa27260 [2021-01-04T16:02:46.474Z] ---> Running in 9ba7127d2bea [2021-01-04T16:02:46.474Z] Removing intermediate container 8a8fdaa27260 [2021-01-04T16:02:46.474Z] ---> da5de9a62346 [2021-01-04T16:02:46.474Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:02:46.474Z] Removing intermediate container 65d4a1fb28ae [2021-01-04T16:02:46.474Z] ---> f371edad6c4f [2021-01-04T16:02:46.474Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:02:46.474Z] Removing intermediate container 9ba7127d2bea [2021-01-04T16:02:46.474Z] ---> 15a09ef9e2c3 [2021-01-04T16:02:46.474Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:02:46.474Z] Removing intermediate container 5bba1fd6759a [2021-01-04T16:02:46.474Z] ---> 7d21693c3318 [2021-01-04T16:02:46.474Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:02:46.474Z] Removing intermediate container 3558dd061609 [2021-01-04T16:02:46.474Z] ---> bada6dedac1a [2021-01-04T16:02:46.474Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:02:46.474Z] ---> Running in 572132e0d9ac [2021-01-04T16:02:46.474Z] ---> Running in e02cb676c798 [2021-01-04T16:02:46.474Z] ---> Running in f5ecaed494fe [2021-01-04T16:02:46.474Z] ---> Running in f230d83ded41 [2021-01-04T16:02:46.474Z] ---> Running in 1255a241862d [2021-01-04T16:02:47.888Z] Removing intermediate container 572132e0d9ac [2021-01-04T16:02:47.888Z] ---> 859cb91c16d3 [2021-01-04T16:02:47.888Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:02:47.888Z] Removing intermediate container e02cb676c798 [2021-01-04T16:02:47.888Z] ---> 087b3020c0d3 [2021-01-04T16:02:47.888Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T16:02:47.888Z] ---> Running in fc167316c980 [2021-01-04T16:02:47.888Z] ---> Running in 18911c843130 [2021-01-04T16:02:47.888Z] Removing intermediate container f230d83ded41 [2021-01-04T16:02:47.888Z] ---> ebd1e1be5279 [2021-01-04T16:02:47.888Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:02:48.164Z] Removing intermediate container 1255a241862d [2021-01-04T16:02:48.164Z] ---> 3f8d137d07b4 [2021-01-04T16:02:48.164Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T16:02:48.164Z] ---> Running in f4b081b26de3 [2021-01-04T16:02:48.164Z] Removing intermediate container f5ecaed494fe [2021-01-04T16:02:48.164Z] ---> d095d43974a1 [2021-01-04T16:02:48.164Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T16:02:48.431Z] ---> Running in 1e1c13454a28 [2021-01-04T16:02:48.431Z] ---> Running in 2fda0e40265e [2021-01-04T16:02:48.535Z] ---> Running in 7b478bacabc3 [2021-01-04T16:02:49.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:49.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:49.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:49.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:49.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:49.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:02:51.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:51.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:51.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:51.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:51.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:02:51.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:02:51.994Z] OK: 233 MiB in 51 packages [2021-01-04T16:02:52.258Z] OK: 233 MiB in 51 packages [2021-01-04T16:02:52.258Z] OK: 233 MiB in 51 packages [2021-01-04T16:02:52.258Z] OK: 233 MiB in 51 packages [2021-01-04T16:02:52.521Z] OK: 233 MiB in 51 packages [2021-01-04T16:02:52.830Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T16:02:53.098Z] Removing intermediate container fc167316c980 [2021-01-04T16:02:53.098Z] ---> b1194d0bfac3 [2021-01-04T16:02:53.098Z] Step 6/22 : COPY go.mod . [2021-01-04T16:02:53.098Z] Removing intermediate container 18911c843130 [2021-01-04T16:02:53.098Z] ---> de9173905762 [2021-01-04T16:02:53.098Z] Step 6/24 : COPY go.mod . [2021-01-04T16:02:53.101Z] (2/12) Installing file (5.38-r0) [2021-01-04T16:02:53.361Z] Removing intermediate container f4b081b26de3 [2021-01-04T16:02:53.361Z] ---> 92345bc5129b [2021-01-04T16:02:53.361Z] Step 6/21 : COPY go.mod . [2021-01-04T16:02:53.361Z] Removing intermediate container 1e1c13454a28 [2021-01-04T16:02:53.361Z] ---> 45023168d848 [2021-01-04T16:02:53.361Z] Step 6/23 : COPY go.mod . [2021-01-04T16:02:53.370Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T16:02:53.370Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T16:02:53.630Z] Removing intermediate container 2fda0e40265e [2021-01-04T16:02:53.630Z] ---> 6f783abf853c [2021-01-04T16:02:53.630Z] Step 6/24 : COPY go.mod . [2021-01-04T16:02:53.630Z] ---> 69ae7a327695 [2021-01-04T16:02:53.630Z] Step 7/22 : RUN go mod download [2021-01-04T16:02:53.630Z] ---> 0134d3233fee [2021-01-04T16:02:53.630Z] Step 7/24 : RUN go mod download [2021-01-04T16:02:53.630Z] ---> 87d906aebb66 [2021-01-04T16:02:53.630Z] Step 7/21 : RUN go mod download [2021-01-04T16:02:53.630Z] ---> Running in 27f4c4805570 [2021-01-04T16:02:53.910Z] ---> Running in aef33da6243a [2021-01-04T16:02:53.910Z] ---> Running in f064511dc919 [2021-01-04T16:02:53.910Z] ---> 2a64e5a9a6eb [2021-01-04T16:02:53.910Z] Step 7/23 : RUN go mod download [2021-01-04T16:02:54.188Z] ---> 46a81138ac7a [2021-01-04T16:02:54.188Z] Step 7/24 : RUN go mod download [2021-01-04T16:02:54.188Z] ---> Running in 1a2233b53d80 [2021-01-04T16:02:54.188Z] ---> Running in 89a4a9ebb140 [2021-01-04T16:02:56.784Z] Removing intermediate container 89a4a9ebb140 [2021-01-04T16:02:56.784Z] ---> 2c295de536cb [2021-01-04T16:02:56.784Z] Step 8/24 : COPY . . [2021-01-04T16:02:56.784Z] Removing intermediate container 1a2233b53d80 [2021-01-04T16:02:56.784Z] ---> dbcbeca73105 [2021-01-04T16:02:56.784Z] Step 8/23 : COPY . . [2021-01-04T16:02:56.784Z] Removing intermediate container 27f4c4805570 [2021-01-04T16:02:56.784Z] ---> 2d2e1584e9e4 [2021-01-04T16:02:56.784Z] Step 8/22 : COPY . . [2021-01-04T16:02:57.661Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T16:02:57.661Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T16:02:57.661Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T16:02:57.661Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T16:02:57.932Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T16:02:57.932Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T16:02:58.191Z] Removing intermediate container f064511dc919 [2021-01-04T16:02:58.191Z] ---> 0afc02babc51 [2021-01-04T16:02:58.191Z] Step 8/21 : COPY . . [2021-01-04T16:02:58.208Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T16:02:58.208Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T16:02:58.208Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:02:58.208Z] OK: 217 MiB in 51 packages [2021-01-04T16:02:59.173Z] Removing intermediate container aef33da6243a [2021-01-04T16:02:59.173Z] ---> 584744c58452 [2021-01-04T16:02:59.173Z] Step 8/24 : COPY . . [2021-01-04T16:03:02.511Z] Removing intermediate container 7b478bacabc3 [2021-01-04T16:03:02.511Z] ---> 3c862bf5210b [2021-01-04T16:03:02.511Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T16:03:02.511Z] ---> Running in d5df8408b00a [2021-01-04T16:03:02.784Z] Removing intermediate container d5df8408b00a [2021-01-04T16:03:02.784Z] ---> 78ba1f2e6fb0 [2021-01-04T16:03:02.784Z] Step 5/6 : COPY go.mod . [2021-01-04T16:03:03.385Z] ---> f954233d3131 [2021-01-04T16:03:03.385Z] Step 6/6 : RUN go mod download [2021-01-04T16:03:03.658Z] ---> Running in f693576328ce [2021-01-04T16:03:30.452Z] Removing intermediate container f693576328ce [2021-01-04T16:03:30.452Z] ---> e53988cb12d2 [2021-01-04T16:03:30.452Z] Successfully built e53988cb12d2 [2021-01-04T16:03:30.452Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:03:30.802Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:03:30.802Z] . [Pipeline] withDockerContainer [2021-01-04T16:03:31.048Z] prd-ubuntu18.04-docker-arm64-4c-16g-18171 does not seem to be running inside a container [2021-01-04T16:03:31.133Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:03:32.695Z] $ docker top 3ffbc51a47eca70093a48f2ab114a74d5280ca438509feab7ed777541b9f51d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:03:33.693Z] + go version [2021-01-04T16:03:33.693Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T16:03:33.717Z] $ docker stop --time=1 3ffbc51a47eca70093a48f2ab114a74d5280ca438509feab7ed777541b9f51d1 [2021-01-04T16:03:35.602Z] $ docker rm -f 3ffbc51a47eca70093a48f2ab114a74d5280ca438509feab7ed777541b9f51d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:03:36.577Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:03:36.577Z] . [Pipeline] withDockerContainer [2021-01-04T16:03:36.836Z] prd-ubuntu18.04-docker-arm64-4c-16g-18171 does not seem to be running inside a container [2021-01-04T16:03:36.920Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:03:38.151Z] ---> 3b57b27b53ee [2021-01-04T16:03:38.151Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T16:03:38.151Z] ---> bd4eda7b70ea [2021-01-04T16:03:38.151Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T16:03:38.151Z] ---> b40e357b1960 [2021-01-04T16:03:38.151Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T16:03:38.151Z] ---> Running in 76e0d6eed49f [2021-01-04T16:03:38.151Z] ---> Running in 78f95cb6dce5 [2021-01-04T16:03:38.151Z] ---> 54cdc98512b9 [2021-01-04T16:03:38.151Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T16:03:38.151Z] ---> Running in 589ec885cd51 [2021-01-04T16:03:38.151Z] ---> 563b5067ba1e [2021-01-04T16:03:38.151Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T16:03:38.151Z] ---> Running in 842ca7bb9f14 [2021-01-04T16:03:38.151Z] ---> Running in 0af3336e5f26 [2021-01-04T16:03:38.152Z] 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-04T16:03:38.152Z] 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-04T16:03:38.152Z] 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-04T16:03:38.152Z] 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-04T16:03:38.152Z] 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-04T16:03:38.283Z] $ docker top c5cd9cafa4f0cef650b223c26b01615efd757de22c841ecc8d4124d977e6d198 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T16:03:38.648Z] ========================================================= [2021-01-04T16:03:38.648Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T16:03:38.648Z] ========================================================= [Pipeline] sh [2021-01-04T16:03:39.292Z] + make test [2021-01-04T16:03:39.292Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T16:04:01.456Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T16:04:04.867Z] 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-04T16:04:09.152Z] Removing intermediate container 842ca7bb9f14 [2021-01-04T16:04:09.152Z] ---> af2363afa19f [2021-01-04T16:04:09.152Z] [2021-01-04T16:04:09.152Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T16:04:09.152Z] 3.12: Pulling from library/alpine [2021-01-04T16:04:10.558Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:04:13.120Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T16:04:13.120Z] ---> 389fef711851 [2021-01-04T16:04:13.120Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:04:13.120Z] Removing intermediate container 78f95cb6dce5 [2021-01-04T16:04:13.120Z] ---> 615c683ff67f [2021-01-04T16:04:13.120Z] [2021-01-04T16:04:13.120Z] Step 10/24 : FROM scratch [2021-01-04T16:04:13.120Z] ---> [2021-01-04T16:04:13.120Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T16:04:13.698Z] Removing intermediate container 0af3336e5f26 [2021-01-04T16:04:13.698Z] ---> d8b827b3b971 [2021-01-04T16:04:13.698Z] [2021-01-04T16:04:13.698Z] Step 10/21 : FROM scratch [2021-01-04T16:04:13.698Z] ---> [2021-01-04T16:04:13.698Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:04:14.646Z] ---> Running in 3d95bac5beb5 [2021-01-04T16:04:14.646Z] ---> Running in cf73398a7591 [2021-01-04T16:04:14.646Z] ---> Running in c5a41ef192f2 [2021-01-04T16:04:14.914Z] Removing intermediate container 76e0d6eed49f [2021-01-04T16:04:14.914Z] ---> 12f02f53fcdd [2021-01-04T16:04:14.914Z] [2021-01-04T16:04:14.914Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T16:04:14.914Z] ---> 389fef711851 [2021-01-04T16:04:14.914Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:04:14.914Z] Removing intermediate container 3d95bac5beb5 [2021-01-04T16:04:14.914Z] ---> 0d5c885ca42d [2021-01-04T16:04:14.914Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T16:04:14.914Z] Removing intermediate container c5a41ef192f2 [2021-01-04T16:04:14.914Z] ---> caf20c3a291e [2021-01-04T16:04:14.914Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T16:04:14.914Z] ---> Running in 3f9934b93ffb [2021-01-04T16:04:15.181Z] ---> Running in 37e35b6b4ec6 [2021-01-04T16:04:15.181Z] ---> Running in 6a520a754f89 [2021-01-04T16:04:15.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:15.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:15.449Z] Removing intermediate container 37e35b6b4ec6 [2021-01-04T16:04:15.449Z] ---> 493dbb4d5c4d [2021-01-04T16:04:15.449Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T16:04:15.449Z] Removing intermediate container 6a520a754f89 [2021-01-04T16:04:15.449Z] ---> 7f87c314c44c [2021-01-04T16:04:15.449Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T16:04:15.449Z] ---> Running in f0f98367d803 [2021-01-04T16:04:15.449Z] ---> Running in ef32ee82e132 [2021-01-04T16:04:15.449Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T16:04:15.716Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:04:15.716Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T16:04:15.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:15.716Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T16:04:15.716Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T16:04:15.716Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:04:15.716Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:04:15.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:15.985Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T16:04:15.985Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:04:15.985Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T16:04:15.985Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T16:04:15.985Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T16:04:15.985Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:04:15.985Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:04:15.985Z] OK: 7 MiB in 19 packages [2021-01-04T16:04:15.985Z] OK: 7 MiB in 19 packages [2021-01-04T16:04:16.589Z] Removing intermediate container f0f98367d803 [2021-01-04T16:04:16.589Z] ---> e642244df6d2 [2021-01-04T16:04:16.589Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T16:04:16.589Z] Removing intermediate container ef32ee82e132 [2021-01-04T16:04:16.589Z] ---> fc0831f38075 [2021-01-04T16:04:16.590Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T16:04:19.161Z] ---> 58aa54fbf921 [2021-01-04T16:04:19.161Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T16:04:19.161Z] ---> 4e73bd117016 [2021-01-04T16:04:19.161Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T16:04:19.161Z] Removing intermediate container 3f9934b93ffb [2021-01-04T16:04:19.161Z] ---> 96219155c628 [2021-01-04T16:04:19.161Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:04:19.161Z] Removing intermediate container 589ec885cd51 [2021-01-04T16:04:19.161Z] ---> 1be26d50bcd1 [2021-01-04T16:04:19.161Z] [2021-01-04T16:04:19.161Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T16:04:19.161Z] ---> 389fef711851 [2021-01-04T16:04:19.161Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:04:20.564Z] ---> Running in 56f9369203cd [2021-01-04T16:04:20.564Z] ---> Running in e534c3f87a90 [2021-01-04T16:04:20.564Z] ---> 883dbe4215ca [2021-01-04T16:04:20.564Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T16:04:20.564Z] ---> 0d384fa3e212 [2021-01-04T16:04:20.564Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T16:04:20.564Z] Removing intermediate container cf73398a7591 [2021-01-04T16:04:20.564Z] ---> d75e44d84943 [2021-01-04T16:04:20.564Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T16:04:20.829Z] ---> Running in 750bd60a6275 [2021-01-04T16:04:20.829Z] Removing intermediate container 56f9369203cd [2021-01-04T16:04:20.829Z] ---> 8a38a10a5dc2 [2021-01-04T16:04:20.829Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T16:04:20.829Z] Removing intermediate container e534c3f87a90 [2021-01-04T16:04:20.829Z] ---> bf487255fde4 [2021-01-04T16:04:20.829Z] Step 13/24 : WORKDIR / [2021-01-04T16:04:21.095Z] ---> Running in c78da8fbd094 [2021-01-04T16:04:21.095Z] ---> 341278085b99 [2021-01-04T16:04:21.095Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T16:04:21.095Z] ---> Running in 62b567666fb0 [2021-01-04T16:04:21.095Z] Removing intermediate container 750bd60a6275 [2021-01-04T16:04:21.095Z] ---> 181f91266bc9 [2021-01-04T16:04:21.095Z] Step 13/22 : WORKDIR / [2021-01-04T16:04:21.361Z] ---> 7b7f51c4668d [2021-01-04T16:04:21.361Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T16:04:21.361Z] ---> Running in 4f3f490e96d8 [2021-01-04T16:04:21.361Z] ---> Running in 18b6d303408c [2021-01-04T16:04:21.361Z] Removing intermediate container 62b567666fb0 [2021-01-04T16:04:21.361Z] ---> 629875bc7788 [2021-01-04T16:04:21.361Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T16:04:21.625Z] Removing intermediate container c78da8fbd094 [2021-01-04T16:04:21.625Z] ---> e20f43d520dc [2021-01-04T16:04:21.625Z] 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-04T16:04:21.625Z] ---> Running in 12218b1de9ac [2021-01-04T16:04:21.625Z] ---> fd245c1b5b53 [2021-01-04T16:04:21.625Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T16:04:21.897Z] Removing intermediate container 18b6d303408c [2021-01-04T16:04:21.897Z] ---> 71ccdfeb7004 [2021-01-04T16:04:21.897Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:04:21.897Z] Removing intermediate container 4f3f490e96d8 [2021-01-04T16:04:21.897Z] ---> ab4f5c548159 [2021-01-04T16:04:21.897Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T16:04:21.897Z] ---> Running in 9ac99103ffb3 [2021-01-04T16:04:22.162Z] Removing intermediate container 12218b1de9ac [2021-01-04T16:04:22.162Z] ---> 34c1fcfdca30 [2021-01-04T16:04:22.162Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:04:22.426Z] ---> b91f1ea669f0 [2021-01-04T16:04:22.426Z] 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-04T16:04:22.688Z] ---> Running in a536945705fe [2021-01-04T16:04:22.688Z] ---> 5b2b3a3c2e11 [2021-01-04T16:04:22.688Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T16:04:22.951Z] ---> f327ab5c777b [2021-01-04T16:04:22.951Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T16:04:22.951Z] Removing intermediate container 9ac99103ffb3 [2021-01-04T16:04:22.951Z] ---> 63f88fbc0907 [2021-01-04T16:04:22.951Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T16:04:23.224Z] ---> ab6393bf07e8 [2021-01-04T16:04:23.224Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T16:04:23.224Z] ---> Running in 3f54df49ab01 [2021-01-04T16:04:23.224Z] ---> 8a6e2408087b [2021-01-04T16:04:23.224Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T16:04:23.224Z] ---> cd978a5e9bb3 [2021-01-04T16:04:23.224Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T16:04:23.491Z] ---> Running in 8b9842c3c230 [2021-01-04T16:04:23.491Z] Removing intermediate container 3f54df49ab01 [2021-01-04T16:04:23.491Z] ---> 01febecd2f4b [2021-01-04T16:04:23.491Z] Step 20/21 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:04:23.758Z] ---> 2cbb01d780fd [2021-01-04T16:04:23.758Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T16:04:23.758Z] ---> Running in d85ce0e33bb9 [2021-01-04T16:04:23.758Z] Removing intermediate container 8b9842c3c230 [2021-01-04T16:04:23.758Z] ---> a446a4994fe0 [2021-01-04T16:04:23.758Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:04:23.758Z] ---> 12ee2ff4b93e [2021-01-04T16:04:23.758Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T16:04:24.020Z] ---> Running in d0fb9984682f [2021-01-04T16:04:24.282Z] Removing intermediate container d85ce0e33bb9 [2021-01-04T16:04:24.282Z] ---> c2874f60cb24 [2021-01-04T16:04:24.282Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T16:04:24.282Z] ---> 00ce2cd42237 [2021-01-04T16:04:24.282Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T16:04:24.282Z] ---> 6da078331f20 [2021-01-04T16:04:24.282Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T16:04:24.546Z] Removing intermediate container d0fb9984682f [2021-01-04T16:04:24.546Z] ---> 5ff91c5b6c95 [2021-01-04T16:04:24.546Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T16:04:24.546Z] ---> Running in 1915a28c066c [2021-01-04T16:04:24.546Z] ---> Running in d24006e493f4 [2021-01-04T16:04:24.546Z] Removing intermediate container a536945705fe [2021-01-04T16:04:24.546Z] ---> 5fa06f47543f [2021-01-04T16:04:24.546Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T16:04:25.121Z] ---> Running in b65062cd7cdc [2021-01-04T16:04:25.121Z] ---> Running in 3725a0b78ea7 [2021-01-04T16:04:25.384Z] ---> 0a2d5feeb566 [2021-01-04T16:04:25.384Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T16:04:25.384Z] Removing intermediate container d24006e493f4 [2021-01-04T16:04:25.384Z] ---> 289ed6a59b89 [2021-01-04T16:04:25.384Z] [2021-01-04T16:04:25.653Z] Removing intermediate container b65062cd7cdc [2021-01-04T16:04:25.653Z] ---> fff30dc13bb2 [2021-01-04T16:04:25.653Z] Step 23/24 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:04:25.653Z] Successfully built 289ed6a59b89 [2021-01-04T16:04:25.653Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T16:04:25.653Z] ---> Running in f86ae524261d [2021-01-04T16:04:25.653Z] Building docker-sys-mgmt-agent-go [2021-01-04T16:04:25.918Z]  Building docker-support-scheduler-go ... done  ---> d17c6797ef1b [2021-01-04T16:04:25.918Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T16:04:25.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:25.918Z] ---> Running in 08aa07bdfb09 [2021-01-04T16:04:25.918Z] Removing intermediate container f86ae524261d [2021-01-04T16:04:25.918Z] ---> 4560b4774840 [2021-01-04T16:04:25.918Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T16:04:26.183Z] ---> Running in 10b86a36e9a7 [2021-01-04T16:04:26.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:26.722Z] Removing intermediate container 10b86a36e9a7 [2021-01-04T16:04:26.722Z] ---> 858a43283943 [2021-01-04T16:04:26.722Z] [2021-01-04T16:04:26.722Z] Removing intermediate container 1915a28c066c [2021-01-04T16:04:26.722Z] ---> b0acdf206dd3 [2021-01-04T16:04:26.722Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T16:04:26.985Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T16:04:26.985Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T16:04:26.985Z] Successfully built 858a43283943 [2021-01-04T16:04:27.269Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T16:04:27.269Z] ---> Running in 411e6b527a9a [2021-01-04T16:04:27.269Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T16:04:27.269Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-04T16:04:27.542Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T16:04:27.542Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T16:04:27.542Z] Removing intermediate container 411e6b527a9a [2021-01-04T16:04:27.542Z] ---> 1477146e1f0a [2021-01-04T16:04:27.542Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T16:04:27.842Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:04:27.842Z] OK: 8 MiB in 19 packages [2021-01-04T16:04:32.093Z] ---> Running in 116942b38770 [2021-01-04T16:04:33.489Z] Removing intermediate container 08aa07bdfb09 [2021-01-04T16:04:33.489Z] ---> 472e6ba10833 [2021-01-04T16:04:33.489Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T16:04:33.489Z] Removing intermediate container 116942b38770 [2021-01-04T16:04:33.489Z] ---> 1ae1398cb6d0 [2021-01-04T16:04:33.489Z] Step 21/22 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:04:34.074Z] ---> Running in 91a9637c5c66 [2021-01-04T16:04:34.653Z] ---> Running in 6c27f7a156bd [2021-01-04T16:04:35.233Z] Removing intermediate container 3725a0b78ea7 [2021-01-04T16:04:35.233Z] ---> 44d7bfa8244f [2021-01-04T16:04:35.233Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T16:04:35.810Z] Removing intermediate container 91a9637c5c66 [2021-01-04T16:04:35.810Z] ---> 2472d9e1127b [2021-01-04T16:04:35.810Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T16:04:37.211Z] Removing intermediate container 6c27f7a156bd [2021-01-04T16:04:37.211Z] ---> f08461be7dd7 [2021-01-04T16:04:37.211Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T16:04:38.637Z] ---> Running in 19828d8d0c7a [2021-01-04T16:04:39.230Z] ---> be133c2583ff [2021-01-04T16:04:39.230Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T16:04:39.230Z] ---> Running in a2b6beff6362 [2021-01-04T16:04:40.700Z] Removing intermediate container 19828d8d0c7a [2021-01-04T16:04:40.700Z] ---> c3f24d60ceb2 [2021-01-04T16:04:40.700Z] Step 23/24 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:04:41.655Z] Removing intermediate container a2b6beff6362 [2021-01-04T16:04:41.655Z] ---> dd9901bf1fca [2021-01-04T16:04:41.655Z] [2021-01-04T16:04:42.614Z] ---> Running in 6da50adc0275 [2021-01-04T16:04:42.614Z] Successfully built dd9901bf1fca [2021-01-04T16:04:42.892Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T16:04:42.892Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-04T16:04:44.309Z] ---> ddc65b7125bb [2021-01-04T16:04:44.309Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T16:04:45.260Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:04:45.260Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:04:45.260Z] ---> 64654e05a66e [2021-01-04T16:04:45.260Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T16:04:45.260Z] ---> Using cache [2021-01-04T16:04:45.260Z] ---> bada6dedac1a [2021-01-04T16:04:45.260Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:04:45.260Z] ---> Using cache [2021-01-04T16:04:45.260Z] ---> 3f8d137d07b4 [2021-01-04T16:04:45.260Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T16:04:45.260Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:04:45.260Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:04:45.260Z] ---> 64654e05a66e [2021-01-04T16:04:45.260Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:04:45.260Z] ---> Using cache [2021-01-04T16:04:45.260Z] ---> bada6dedac1a [2021-01-04T16:04:45.260Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:04:45.260Z] ---> Using cache [2021-01-04T16:04:45.260Z] ---> 3f8d137d07b4 [2021-01-04T16:04:45.260Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:04:46.215Z] ---> Running in 5f716405029d [2021-01-04T16:04:46.215Z] Removing intermediate container 6da50adc0275 [2021-01-04T16:04:46.215Z] ---> 8efeb3fb41eb [2021-01-04T16:04:46.215Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T16:04:46.215Z] ---> Running in 4e30707f0852 [2021-01-04T16:04:46.800Z] ---> Running in d67456dd24ab [2021-01-04T16:04:46.800Z] ---> ec5ed8211a74 [2021-01-04T16:04:46.800Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T16:04:48.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T16:04:48.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:48.749Z] Removing intermediate container d67456dd24ab [2021-01-04T16:04:48.749Z] ---> 457b2a2e1582 [2021-01-04T16:04:48.749Z] [2021-01-04T16:04:48.749Z] ---> Running in 5677189428da [2021-01-04T16:04:48.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:48.749Z] Successfully built 457b2a2e1582 [2021-01-04T16:04:48.749Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T16:04:48.749Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-04T16:04:49.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:49.283Z] Removing intermediate container 5677189428da [2021-01-04T16:04:49.283Z] ---> 6bc10d38b797 [2021-01-04T16:04:49.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:04:49.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:04:49.872Z] OK: 233 MiB in 51 packages [2021-01-04T16:04:49.872Z] OK: 233 MiB in 51 packages [2021-01-04T16:04:50.850Z] ---> Running in 0b7d70786208 [2021-01-04T16:04:51.450Z] Removing intermediate container 0b7d70786208 [2021-01-04T16:04:51.450Z] ---> 47e788c5af72 [2021-01-04T16:04:51.450Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T16:04:52.098Z] ---> Running in bc716d6450df [2021-01-04T16:04:52.893Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T16:04:53.058Z] Removing intermediate container 5f716405029d [2021-01-04T16:04:53.058Z] ---> a911aeb0572b [2021-01-04T16:04:53.058Z] Step 6/26 : COPY go.mod . [2021-01-04T16:04:53.467Z] Removing intermediate container 4e30707f0852 [2021-01-04T16:04:53.467Z] ---> ab1b7ada2186 [2021-01-04T16:04:53.467Z] Step 6/21 : COPY go.mod . [2021-01-04T16:04:53.467Z] Removing intermediate container bc716d6450df [2021-01-04T16:04:53.467Z] ---> 6e7736311c7d [2021-01-04T16:04:53.467Z] Step 22/23 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:04:54.210Z] ---> d9800724beb2 [2021-01-04T16:04:54.210Z] Step 7/26 : RUN go mod download [2021-01-04T16:04:54.210Z] ---> Running in ff46ad4952be [2021-01-04T16:04:55.269Z] ---> Running in 095bc790d5ef [2021-01-04T16:04:55.616Z] ---> 33667b7cf6b0 [2021-01-04T16:04:55.616Z] Step 7/21 : RUN go mod download [2021-01-04T16:04:55.884Z] Removing intermediate container ff46ad4952be [2021-01-04T16:04:55.884Z] ---> 68b5f85cf837 [2021-01-04T16:04:55.884Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T16:04:55.884Z] ---> Running in 938a09219e6a [2021-01-04T16:04:56.154Z] ---> Running in b9fdd5e062f0 [2021-01-04T16:04:56.303Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T16:04:56.303Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T16:04:56.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T16:04:56.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T16:04:56.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T16:04:56.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T16:04:57.111Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:04:57.111Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:04:57.111Z] ---> 64654e05a66e [2021-01-04T16:04:57.111Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:04:57.111Z] ---> Using cache [2021-01-04T16:04:57.111Z] ---> bada6dedac1a [2021-01-04T16:04:57.111Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:04:57.111Z] ---> Using cache [2021-01-04T16:04:57.111Z] ---> 3f8d137d07b4 [2021-01-04T16:04:57.111Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:04:57.111Z] ---> Using cache [2021-01-04T16:04:57.111Z] ---> ab1b7ada2186 [2021-01-04T16:04:57.111Z] Step 6/22 : COPY go.mod . [2021-01-04T16:04:57.111Z] ---> Using cache [2021-01-04T16:04:57.111Z] ---> 33667b7cf6b0 [2021-01-04T16:04:57.111Z] Step 7/22 : RUN go mod download [2021-01-04T16:04:58.068Z] Removing intermediate container b9fdd5e062f0 [2021-01-04T16:04:58.068Z] ---> a16dad1d9371 [2021-01-04T16:04:58.068Z] [2021-01-04T16:04:58.068Z] ---> Running in 4a8285418775 [2021-01-04T16:04:58.333Z] Successfully built a16dad1d9371 [2021-01-04T16:04:58.333Z] Successfully tagged docker-core-data-go:latest [2021-01-04T16:04:59.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T16:05:00.263Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T16:05:01.676Z]  Building docker-core-data-go ... done Removing intermediate container 938a09219e6a [2021-01-04T16:05:01.676Z] ---> 03e066f4c5be [2021-01-04T16:05:01.676Z] Step 8/21 : COPY . . [2021-01-04T16:05:01.676Z] Removing intermediate container 095bc790d5ef [2021-01-04T16:05:01.676Z] ---> 1ac8dd3a11ab [2021-01-04T16:05:01.676Z] Step 8/26 : COPY . . [2021-01-04T16:05:01.676Z] Removing intermediate container 4a8285418775 [2021-01-04T16:05:01.676Z] ---> dc7f1fc11b37 [2021-01-04T16:05:01.676Z] Step 8/22 : COPY . . [2021-01-04T16:05:07.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T16:05:07.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T16:05:07.031Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T16:05:08.326Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:05:08.326Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:05:08.326Z] ---> 64654e05a66e [2021-01-04T16:05:08.326Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:05:08.326Z] ---> Using cache [2021-01-04T16:05:08.326Z] ---> bada6dedac1a [2021-01-04T16:05:08.326Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:05:08.326Z] ---> Using cache [2021-01-04T16:05:08.326Z] ---> 3f8d137d07b4 [2021-01-04T16:05:08.326Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:05:08.326Z] ---> Using cache [2021-01-04T16:05:08.326Z] ---> ab1b7ada2186 [2021-01-04T16:05:08.326Z] Step 6/22 : COPY go.mod . [2021-01-04T16:05:08.326Z] ---> Using cache [2021-01-04T16:05:08.326Z] ---> 33667b7cf6b0 [2021-01-04T16:05:08.326Z] Step 7/22 : RUN go mod download [2021-01-04T16:05:08.326Z] ---> Using cache [2021-01-04T16:05:08.326Z] ---> dc7f1fc11b37 [2021-01-04T16:05:08.326Z] Step 8/22 : COPY . . [2021-01-04T16:05:12.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements [2021-01-04T16:05:12.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T16:05:12.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T16:05:12.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T16:05:12.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T16:05:12.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T16:05:19.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.0% of statements [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T16:05:19.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T16:05:19.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T16:05:19.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 75.0% of statements [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T16:05:19.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T16:05:19.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.9% of statements [2021-01-04T16:05:19.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T16:05:19.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T16:05:19.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T16:05:19.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T16:05:28.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.126s coverage: 28.6% of statements [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T16:05:28.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T16:05:28.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T16:05:28.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2021-01-04T16:05:28.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T16:05:28.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements [2021-01-04T16:05:28.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T16:05:28.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2021-01-04T16:05:28.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T16:05:28.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T16:05:28.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T16:05:28.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.067s coverage: 93.8% of statements [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.1% of statements [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 75.5% of statements [2021-01-04T16:05:36.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.8% of statements [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-01-04T16:05:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.2% of statements [2021-01-04T16:05:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.4% of statements [2021-01-04T16:05:40.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T16:05:40.555Z] ---> 86265505dccd [2021-01-04T16:05:40.555Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T16:05:40.555Z] ---> bf8153c505d1 [2021-01-04T16:05:40.555Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T16:05:40.555Z] ---> 97df2f4ce10e [2021-01-04T16:05:40.555Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T16:05:40.555Z] ---> 71979e3422c6 [2021-01-04T16:05:40.555Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T16:05:40.555Z] ---> Running in afe8be45d7ae [2021-01-04T16:05:40.555Z] ---> Running in 3f20630005a2 [2021-01-04T16:05:40.555Z] ---> Running in 7a5d45a8b70f [2021-01-04T16:05:40.555Z] ---> Running in 9e45b2b9e9bb [2021-01-04T16:05:40.555Z] 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-04T16:05:40.555Z] 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-04T16:05:40.555Z] 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-04T16:05:40.555Z] 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-04T16:05:41.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 63.5% of statements [2021-01-04T16:05:41.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T16:05:41.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T16:05:41.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-01-04T16:05:41.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-01-04T16:05:42.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-01-04T16:05:42.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-01-04T16:05:42.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-04T16:05:47.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.907s coverage: 55.9% of statements [2021-01-04T16:05:47.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T16:05:47.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T16:05:47.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T16:05:47.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T16:05:47.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T16:05:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.0% of statements [2021-01-04T16:05:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T16:05:48.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T16:05:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.647s coverage: 84.0% of statements [2021-01-04T16:05:48.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.065s coverage: 100.0% of statements [2021-01-04T16:05:55.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.375s coverage: 47.1% of statements [2021-01-04T16:05:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T16:05:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T16:05:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T16:05:55.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T16:05:55.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T16:05:55.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-01-04T16:05:55.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T16:05:55.202Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-01-04T16:05:55.202Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.936s coverage: 29.1% of statements [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.074s coverage: 0.0% of statements [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T16:05:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T16:05:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-01-04T16:06:00.505Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-01-04T16:06:01.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-04T16:06:02.532Z] GO111MODULE=on go vet ./... [2021-01-04T16:06:02.660Z] 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-04T16:06:06.920Z] Removing intermediate container afe8be45d7ae [2021-01-04T16:06:06.920Z] ---> e633e579b38f [2021-01-04T16:06:06.920Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T16:06:06.920Z] Removing intermediate container 7a5d45a8b70f [2021-01-04T16:06:06.920Z] ---> baf7924c6585 [2021-01-04T16:06:06.920Z] [2021-01-04T16:06:06.920Z] Step 10/22 : FROM scratch [2021-01-04T16:06:06.920Z] ---> [2021-01-04T16:06:06.920Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:06:06.920Z] Removing intermediate container 9e45b2b9e9bb [2021-01-04T16:06:06.920Z] ---> d58b0e632c01 [2021-01-04T16:06:06.920Z] [2021-01-04T16:06:06.920Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T16:06:06.920Z] ---> 389fef711851 [2021-01-04T16:06:06.920Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T16:06:06.920Z] ---> Running in 427998968eba [2021-01-04T16:06:06.920Z] ---> Running in a130b97c4a5a [2021-01-04T16:06:07.187Z] ---> Using cache [2021-01-04T16:06:07.187Z] ---> caf20c3a291e [2021-01-04T16:06:07.187Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T16:06:08.142Z] ---> Running in 2a13f9502aaf [2021-01-04T16:06:08.142Z] 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-04T16:06:08.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:08.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:08.410Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T16:06:08.678Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:06:08.678Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T16:06:08.678Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T16:06:08.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:06:08.678Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:06:08.678Z] OK: 7 MiB in 18 packages [2021-01-04T16:06:09.255Z] Removing intermediate container 2a13f9502aaf [2021-01-04T16:06:09.255Z] ---> 7044babe0669 [2021-01-04T16:06:09.255Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:06:10.206Z] ---> Running in d00c9b0cfd7d [2021-01-04T16:06:10.206Z] Removing intermediate container 3f20630005a2 [2021-01-04T16:06:10.206Z] ---> 68a8ae7a1cc1 [2021-01-04T16:06:10.206Z] [2021-01-04T16:06:10.206Z] Step 10/22 : FROM scratch [2021-01-04T16:06:10.206Z] ---> [2021-01-04T16:06:10.206Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:06:10.206Z] ---> Using cache [2021-01-04T16:06:10.206Z] ---> caf20c3a291e [2021-01-04T16:06:10.206Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T16:06:11.175Z] ---> Running in f4ef9efcb0fa [2021-01-04T16:06:11.175Z] Removing intermediate container d00c9b0cfd7d [2021-01-04T16:06:11.175Z] ---> bbc887d6a493 [2021-01-04T16:06:11.175Z] Step 14/22 : WORKDIR / [2021-01-04T16:06:11.440Z] Removing intermediate container 427998968eba [2021-01-04T16:06:11.440Z] ---> 88828833097f [2021-01-04T16:06:11.440Z] [2021-01-04T16:06:11.440Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T16:06:11.440Z] Removing intermediate container a130b97c4a5a [2021-01-04T16:06:11.440Z] ---> 5804b4371bea [2021-01-04T16:06:11.440Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:06:11.440Z] ---> Running in 796c3e72024d [2021-01-04T16:06:11.440Z] Removing intermediate container f4ef9efcb0fa [2021-01-04T16:06:11.440Z] ---> daed31023faf [2021-01-04T16:06:11.440Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:06:11.440Z] ---> Running in f7fa54c860c7 [2021-01-04T16:06:11.704Z] ---> Running in fe0ee7443e79 [2021-01-04T16:06:11.704Z] 20.10.0: Pulling from library/docker [2021-01-04T16:06:11.704Z] Removing intermediate container 796c3e72024d [2021-01-04T16:06:11.704Z] ---> 7bcafc5fcb06 [2021-01-04T16:06:11.704Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T16:06:11.704Z] Removing intermediate container f7fa54c860c7 [2021-01-04T16:06:11.704Z] ---> f7c5233c9214 [2021-01-04T16:06:11.704Z] Step 13/21 : WORKDIR /edgex [2021-01-04T16:06:11.967Z] Removing intermediate container fe0ee7443e79 [2021-01-04T16:06:11.967Z] ---> bd6046f0b88f [2021-01-04T16:06:11.967Z] Step 14/22 : WORKDIR / [2021-01-04T16:06:13.608Z] ---> Running in f34a226ae720 [2021-01-04T16:06:13.608Z] ---> Running in 6b1d70054607 [2021-01-04T16:06:13.608Z] ---> 08394a030dd2 [2021-01-04T16:06:13.608Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T16:06:13.608Z] Removing intermediate container f34a226ae720 [2021-01-04T16:06:13.608Z] ---> 82f2068422ea [2021-01-04T16:06:13.608Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T16:06:13.872Z] Removing intermediate container 6b1d70054607 [2021-01-04T16:06:13.872Z] ---> 84b5cf742f2c [2021-01-04T16:06:13.872Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T16:06:14.450Z] ---> dd9bc3a6987a [2021-01-04T16:06:14.450Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T16:06:14.450Z] ---> 1ba64d9436d1 [2021-01-04T16:06:14.450Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T16:06:14.450Z] ---> f18cb644446c [2021-01-04T16:06:14.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T16:06:15.040Z] ---> eebee90240d9 [2021-01-04T16:06:15.040Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T16:06:15.040Z] ---> Running in 2163fdcf8a61 [2021-01-04T16:06:15.040Z] ---> b080865855b2 [2021-01-04T16:06:15.040Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T16:06:15.040Z] ---> b1d95abfda55 [2021-01-04T16:06:15.040Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T16:06:15.309Z] Removing intermediate container 2163fdcf8a61 [2021-01-04T16:06:15.309Z] ---> 745a6ea3ab2b [2021-01-04T16:06:15.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:06:15.574Z] ---> Running in 40dad2ba19f3 [2021-01-04T16:06:15.574Z] ---> 7f3e0224a645 [2021-01-04T16:06:15.574Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T16:06:15.574Z] ---> Running in d4840d1be95f [2021-01-04T16:06:15.574Z] ---> 866706491d40 [2021-01-04T16:06:15.574Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T16:06:15.574Z] ---> Running in eee5b6aa3edf [2021-01-04T16:06:15.839Z] Removing intermediate container 40dad2ba19f3 [2021-01-04T16:06:15.839Z] ---> 432ea9913f8e [2021-01-04T16:06:15.839Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T16:06:15.839Z] Removing intermediate container d4840d1be95f [2021-01-04T16:06:15.839Z] ---> 7c14c666bb4b [2021-01-04T16:06:15.839Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:06:15.839Z] ---> Running in 75568afe15af [2021-01-04T16:06:15.839Z] ---> Running in 36a99449806e [2021-01-04T16:06:16.102Z] Removing intermediate container eee5b6aa3edf [2021-01-04T16:06:16.102Z] ---> 20f62c4de846 [2021-01-04T16:06:16.102Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T16:06:16.102Z] ---> Running in de7c8c5a8f5b [2021-01-04T16:06:16.102Z] Removing intermediate container 75568afe15af [2021-01-04T16:06:16.102Z] ---> ad4a820053bc [2021-01-04T16:06:16.102Z] Step 21/22 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:06:16.368Z] Removing intermediate container 36a99449806e [2021-01-04T16:06:16.368Z] ---> 6f23bcc481fc [2021-01-04T16:06:16.368Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T16:06:16.639Z] ---> Running in b6ac14c877ce [2021-01-04T16:06:16.639Z] Removing intermediate container de7c8c5a8f5b [2021-01-04T16:06:16.639Z] ---> 2982006f8268 [2021-01-04T16:06:16.639Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T16:06:16.639Z] ---> Running in bd94e3a732ea [2021-01-04T16:06:16.639Z] ---> Running in 74dc5f9bd280 [2021-01-04T16:06:16.639Z] Removing intermediate container b6ac14c877ce [2021-01-04T16:06:16.639Z] ---> fe980776a2f7 [2021-01-04T16:06:16.639Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T16:06:16.908Z] Removing intermediate container bd94e3a732ea [2021-01-04T16:06:16.908Z] ---> 1bab954815f3 [2021-01-04T16:06:16.908Z] Step 21/22 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:06:16.908Z] ---> Running in 7c84bf68536e [2021-01-04T16:06:16.908Z] Removing intermediate container 74dc5f9bd280 [2021-01-04T16:06:16.908Z] ---> f4f86530313b [2021-01-04T16:06:16.908Z] Step 20/21 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:06:16.908Z] ---> Running in cc68d13ea59d [2021-01-04T16:06:17.173Z] ---> Running in a31acc9df566 [2021-01-04T16:06:17.173Z] Removing intermediate container 7c84bf68536e [2021-01-04T16:06:17.173Z] ---> c5dad6d17c5d [2021-01-04T16:06:17.173Z] [2021-01-04T16:06:17.442Z] Removing intermediate container cc68d13ea59d [2021-01-04T16:06:17.442Z] ---> e6afdc356274 [2021-01-04T16:06:17.442Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T16:06:17.442Z] Successfully built c5dad6d17c5d [2021-01-04T16:06:17.442Z] ---> Running in b199a20d944a [2021-01-04T16:06:17.442Z] Successfully tagged docker-core-command-go:latest [2021-01-04T16:06:17.442Z]  Building docker-core-command-go ... done Removing intermediate container a31acc9df566 [2021-01-04T16:06:17.442Z] ---> 53f931fee657 [2021-01-04T16:06:17.442Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T16:06:17.704Z] ---> Running in 1096ea887d05 [2021-01-04T16:06:17.704Z] Removing intermediate container b199a20d944a [2021-01-04T16:06:17.704Z] ---> 0fd6537def5d [2021-01-04T16:06:17.704Z] [2021-01-04T16:06:17.967Z] Removing intermediate container 1096ea887d05 [2021-01-04T16:06:17.967Z] ---> 0d4386aeb354 [2021-01-04T16:06:17.967Z] [2021-01-04T16:06:17.967Z] Successfully built 0fd6537def5d [2021-01-04T16:06:17.967Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T16:06:18.232Z]  Building docker-core-metadata-go ... done Successfully built 0d4386aeb354 [2021-01-04T16:06:18.232Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T16:06:21.562Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T16:06:21.562Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T16:06:21.562Z] ---> aefe523efa57 [2021-01-04T16:06:21.562Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T16:06:21.841Z] ---> Running in 820f315da828 [2021-01-04T16:06:22.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:22.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:22.701Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T16:06:22.701Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T16:06:22.701Z] Executing bash-5.0.17-r0.post-install [2021-01-04T16:06:22.701Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:06:22.701Z] OK: 12 MiB in 22 packages [2021-01-04T16:06:23.282Z] Removing intermediate container 820f315da828 [2021-01-04T16:06:23.282Z] ---> 637adc699468 [2021-01-04T16:06:23.282Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T16:06:23.553Z] ---> Running in 78bf041d78a9 [2021-01-04T16:06:23.553Z] Removing intermediate container 78bf041d78a9 [2021-01-04T16:06:23.553Z] ---> 3a52a2bc14f3 [2021-01-04T16:06:23.553Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T16:06:23.817Z] ---> Running in c9ebc0a51478 [2021-01-04T16:06:23.817Z] Removing intermediate container c9ebc0a51478 [2021-01-04T16:06:23.817Z] ---> fedd05bdc7f5 [2021-01-04T16:06:23.817Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T16:06:23.817Z] ---> Running in 030601597d82 [2021-01-04T16:06:24.081Z] Removing intermediate container 030601597d82 [2021-01-04T16:06:24.081Z] ---> 2c5072ce4c86 [2021-01-04T16:06:24.081Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T16:06:24.661Z] ---> d51cf631f4e0 [2021-01-04T16:06:24.661Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T16:06:24.927Z] ---> bb48f3c52eff [2021-01-04T16:06:24.927Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T16:06:25.200Z] ---> 0806a08114d3 [2021-01-04T16:06:25.200Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T16:06:25.200Z] ---> Running in 3ca11da52fc8 [2021-01-04T16:06:25.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:25.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:26.045Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T16:06:26.045Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T16:06:26.045Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T16:06:26.045Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T16:06:26.045Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T16:06:26.045Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T16:06:26.045Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T16:06:27.436Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T16:06:27.436Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T16:06:27.436Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T16:06:27.436Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T16:06:27.436Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T16:06:27.436Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T16:06:27.436Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T16:06:27.436Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T16:06:27.436Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T16:06:27.436Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T16:06:27.436Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T16:06:27.436Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T16:06:27.436Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T16:06:27.701Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T16:06:27.701Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T16:06:27.701Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T16:06:27.701Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T16:06:27.701Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T16:06:27.701Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T16:06:27.701Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T16:06:27.701Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T16:06:27.701Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T16:06:27.701Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T16:06:27.701Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T16:06:27.701Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T16:06:27.971Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T16:06:27.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:06:27.971Z] OK: 71 MiB in 55 packages [2021-01-04T16:06:36.148Z] Removing intermediate container 3ca11da52fc8 [2021-01-04T16:06:36.148Z] ---> 0da994256302 [2021-01-04T16:06:36.148Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T16:06:36.412Z] ---> Running in 9fd98712df5e [2021-01-04T16:06:37.800Z] Collecting docker-compose==1.23.2 [2021-01-04T16:06:37.800Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T16:06:38.062Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T16:06:38.062Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T16:06:38.636Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T16:06:38.636Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T16:06:38.898Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T16:06:38.898Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T16:06:39.160Z] Collecting PyYAML<4,>=3.10 [2021-01-04T16:06:39.160Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T16:06:40.107Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T16:06:40.107Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T16:06:40.373Z] 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-04T16:06:40.373Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T16:06:40.373Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T16:06:40.638Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T16:06:40.638Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T16:06:40.901Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T16:06:40.901Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T16:06:40.901Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T16:06:40.901Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T16:06:41.478Z] 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-04T16:06:41.478Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T16:06:41.478Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T16:06:41.740Z] Collecting idna<2.8,>=2.5 [2021-01-04T16:06:41.740Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T16:06:41.740Z] 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-04T16:06:41.740Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T16:06:41.740Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T16:06:41.740Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T16:06:41.740Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T16:06:41.740Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T16:06:41.740Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T16:06:42.002Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, PyYAML, dockerpty, cached-property, docker-pycreds, docker, jsonschema, texttable, docker-compose [2021-01-04T16:06:42.002Z] Running setup.py install for docopt: started [2021-01-04T16:06:43.391Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T16:06:43.391Z] Attempting uninstall: urllib3 [2021-01-04T16:06:43.391Z] Found existing installation: urllib3 1.25.9 [2021-01-04T16:06:43.391Z] Uninstalling urllib3-1.25.9: [2021-01-04T16:06:43.391Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T16:06:43.391Z] Attempting uninstall: idna [2021-01-04T16:06:43.391Z] Found existing installation: idna 2.9 [2021-01-04T16:06:43.391Z] Uninstalling idna-2.9: [2021-01-04T16:06:43.391Z] Successfully uninstalled idna-2.9 [2021-01-04T16:06:43.653Z] Attempting uninstall: requests [2021-01-04T16:06:43.653Z] Found existing installation: requests 2.23.0 [2021-01-04T16:06:43.653Z] Uninstalling requests-2.23.0: [2021-01-04T16:06:43.653Z] Successfully uninstalled requests-2.23.0 [2021-01-04T16:06:43.920Z] Running setup.py install for PyYAML: started [2021-01-04T16:06:44.493Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T16:06:44.493Z] Running setup.py install for dockerpty: started [2021-01-04T16:06:45.067Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T16:06:45.330Z] Running setup.py install for texttable: started [2021-01-04T16:06:45.596Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T16:06:46.170Z] 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-04T16:06:48.775Z] Removing intermediate container 9fd98712df5e [2021-01-04T16:06:48.775Z] ---> 9197098ac554 [2021-01-04T16:06:48.775Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T16:06:48.775Z] ---> Running in a75e23014613 [2021-01-04T16:06:49.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:49.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:06:49.334Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:06:49.334Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T16:06:49.334Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T16:06:49.615Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:06:49.615Z] OK: 72 MiB in 58 packages [2021-01-04T16:06:49.897Z] Removing intermediate container a75e23014613 [2021-01-04T16:06:49.897Z] ---> fe17feeab2b8 [2021-01-04T16:06:49.897Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T16:06:50.161Z] ---> Running in bfe959033f10 [2021-01-04T16:06:50.161Z] Removing intermediate container bfe959033f10 [2021-01-04T16:06:50.161Z] ---> 6e0fe2f002af [2021-01-04T16:06:50.161Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:06:50.425Z] ---> Running in 5c592072e114 [2021-01-04T16:06:50.425Z] Removing intermediate container 5c592072e114 [2021-01-04T16:06:50.425Z] ---> 5f9fc08bda5e [2021-01-04T16:06:50.425Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T16:06:50.425Z] ---> Running in 7eaaa3df970a [2021-01-04T16:06:50.687Z] Removing intermediate container 7eaaa3df970a [2021-01-04T16:06:50.688Z] ---> cb5ec16097c2 [2021-01-04T16:06:50.688Z] Step 25/26 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:06:50.688Z] ---> Running in e109e25a99d6 [2021-01-04T16:06:50.953Z] Removing intermediate container e109e25a99d6 [2021-01-04T16:06:50.953Z] ---> b2e4f3713149 [2021-01-04T16:06:50.953Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T16:06:50.953Z] ---> Running in 7b2982cb3ce0 [2021-01-04T16:06:51.216Z] Removing intermediate container 7b2982cb3ce0 [2021-01-04T16:06:51.216Z] ---> 24ef94c211ff [2021-01-04T16:06:51.216Z] [2021-01-04T16:06:51.216Z] Successfully built 24ef94c211ff [2021-01-04T16:06:51.479Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T16:06:51.760Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T16:06:51.818Z] $ docker stop --time=1 49d7fd1b7e7fb9e4639966371c9c914dc7775b64e945b9780d9b93338e5493b2 [2021-01-04T16:06:54.314Z] $ docker rm -f 49d7fd1b7e7fb9e4639966371c9c914dc7775b64e945b9780d9b93338e5493b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:06:54.885Z] + docker images [2021-01-04T16:06:54.885Z] + grep docker [2021-01-04T16:06:54.885Z] docker-sys-mgmt-agent-go latest 24ef94c211ff 3 seconds ago 313MB [2021-01-04T16:06:54.885Z] docker-security-proxy-setup-go latest 0d4386aeb354 37 seconds ago 24.5MB [2021-01-04T16:06:54.885Z] docker-core-metadata-go latest 0fd6537def5d 37 seconds ago 13MB [2021-01-04T16:06:54.885Z] docker-core-command-go latest c5dad6d17c5d 38 seconds ago 10.6MB [2021-01-04T16:06:54.885Z] docker-core-data-go latest a16dad1d9371 About a minute ago 22.2MB [2021-01-04T16:06:54.885Z] docker-security-secretstore-setup-go latest 457b2a2e1582 2 minutes ago 24.6MB [2021-01-04T16:06:54.885Z] docker-security-bootstrap-redis-go latest dd9901bf1fca 2 minutes ago 15.8MB [2021-01-04T16:06:54.885Z] docker-support-notifications-go latest 858a43283943 2 minutes ago 12MB [2021-01-04T16:06:54.885Z] docker-support-scheduler-go latest 289ed6a59b89 2 minutes ago 10.7MB [2021-01-04T16:06:54.885Z] 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-04T16:07:10.578Z] Still waiting to schedule task [2021-01-04T16:07:10.578Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-04T16:07:11.473Z] gofmt -l . [2021-01-04T16:07:11.473Z] [ "`gofmt -l .`" = "" ] [2021-01-04T16:07:11.473Z] ./bin/test-go-mod-tidy.sh [2021-01-04T16:07:11.473Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T16:07:14.764Z] + ls -al . [2021-01-04T16:07:14.764Z] total 664 [2021-01-04T16:07:14.764Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 16:07 . [2021-01-04T16:07:14.764Z] drwxr-xr-x 4 root root 4096 Jan 4 16:03 .. [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 16:02 .dockerignore [2021-01-04T16:07:14.764Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 16:02 .git [2021-01-04T16:07:14.764Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 16:02 .github [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 16:02 .gitignore [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 16:02 .sonarcloud.properties [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 16:02 CONTRIBUTING.md [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 16:02 Dockerfile.build [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 16:02 Jenkinsfile [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 16:02 LICENSE [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 16:02 Makefile [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 16:02 README.md [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 16:02 SECURITY.md [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 15:58 VERSION [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 16:02 ZMQWindows.md [2021-01-04T16:07:14.764Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 16:02 bin [2021-01-04T16:07:14.764Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 16:02 cmd [2021-01-04T16:07:14.764Z] -rw-r--r-- 1 root root 538204 Jan 4 16:06 coverage.out [2021-01-04T16:07:14.764Z] -rw-r--r-- 1 root root 979 Jan 4 16:07 go.mod [2021-01-04T16:07:14.764Z] -rw-r--r-- 1 root root 18739 Jan 4 16:07 go.sum [2021-01-04T16:07:14.764Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 16:02 internal [2021-01-04T16:07:14.764Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 16:02 openapi [2021-01-04T16:07:14.764Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 16:02 snap [2021-01-04T16:07:14.764Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 16:02 version.go [Pipeline] sh [2021-01-04T16:07:15.420Z] + '[' -e coverage.out ] [2021-01-04T16:07:15.420Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T16:07:15.439Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T16:07:16.593Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T16:07:17.299Z] + make build [2021-01-04T16:07:17.299Z] 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-04T16:07:27.486Z] 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-04T16:07:49.654Z] 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-04T16:07:53.951Z] 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-04T16:07:59.372Z] 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-04T16:07:59.969Z] 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-04T16:08:02.894Z] Running on prd-ubuntu18.04-docker-8c-8g-18175 in /w/workspace/edgexfoundry_edgex-go_PR-2960 [Pipeline] { [Pipeline] ws [2021-01-04T16:08:02.943Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-04T16:08:05.033Z] using credential edgex-jenkins-ssh [2021-01-04T16:08:05.125Z] Cloning the remote Git repository [2021-01-04T16:08:05.150Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:08:05.218Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-04T16:08:05.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:08:05.255Z] > git --version # timeout=10 [2021-01-04T16:08:05.262Z] > git --version # 'git version 2.17.1' [2021-01-04T16:08:05.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:08:05.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:08:05.373Z] 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-04T16:08:09.689Z] 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-04T16:08:12.705Z] Merging remotes/origin/master commit 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 into PR head commit 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:08:12.822Z] Merge succeeded, producing 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:08:12.823Z] Checking out Revision 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 (PR-2960) [2021-01-04T16:08:12.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T16:08:12.094Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:08:12.104Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T16:08:12.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T16:08:12.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:08:12.118Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2960/head:refs/remotes/origin/PR-2960 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:08:12.713Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:08:12.718Z] > git checkout -f 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 # timeout=10 [2021-01-04T16:08:12.791Z] > git remote # timeout=10 [2021-01-04T16:08:12.799Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T16:08:12.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:08:12.807Z] > git merge 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 # timeout=10 [2021-01-04T16:08:12.817Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T16:08:12.825Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:08:12.829Z] > git checkout -f 61c0c5887ce9f1b588fe55143c1764bdb026b4e5 # timeout=10 [2021-01-04T16:08:14.002Z] 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-04T16:08:16.519Z] Commit message: "ci: standardize dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:08:17.718Z] + echo snap-build.sh [2021-01-04T16:08:17.718Z] snap-build.sh [2021-01-04T16:08:17.718Z] + SNAP_BASE_DIR=. [2021-01-04T16:08:17.718Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-04T16:08:17.718Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-04T16:08:17.718Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-04T16:08:17.718Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-04T16:08:17.718Z] + cd /w/workspace/edgex-go/7 [2021-01-04T16:08:17.718Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T16:08:17.718Z] Reading package lists... [2021-01-04T16:08:17.718Z] Building dependency tree... [2021-01-04T16:08:17.718Z] Reading state information... [2021-01-04T16:08:17.980Z] The following packages were automatically installed and are no longer required: [2021-01-04T16:08:17.980Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T16:08:17.980Z] uidmap xdelta3 [2021-01-04T16:08:17.980Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T16:08:17.980Z] The following packages will be REMOVED: [2021-01-04T16:08:17.980Z] lxd* lxd-client* [2021-01-04T16:08:18.242Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T16:08:18.242Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T16:08:18.319Z] 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-04T16:08:19.555Z] (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-04T16:08:19.555Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T16:08:20.500Z] Removing lxd dnsmasq configuration [2021-01-04T16:08:20.762Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T16:08:20.762Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T16:08:20.937Z] 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-04T16:08:21.709Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T16:08:21.971Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-04T16:08:21.971Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T16:08:23.361Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T16:08:23.361Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T16:08:24.753Z] + sudo snap remove --purge lxd [2021-01-04T16:08:24.753Z] snap "lxd" is not installed [2021-01-04T16:08:24.753Z] + sudo groupadd --force --system lxd [2021-01-04T16:08:24.753Z] ++ whoami [2021-01-04T16:08:24.753Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T16:08:25.015Z] + newgrp - lxd [2021-01-04T16:08:25.015Z] + sudo snap install lxd [2021-01-04T16:08:25.249Z] 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-04T16:08:28.643Z] $ docker stop --time=1 c5cd9cafa4f0cef650b223c26b01615efd757de22c841ecc8d4124d977e6d198 [2021-01-04T16:08:31.265Z] $ docker rm -f c5cd9cafa4f0cef650b223c26b01615efd757de22c841ecc8d4124d977e6d198 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:08:33.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:08:33.161Z] [2021-01-04T16:08:33.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-01-04T16:08:33.186Z] 2021-01-04T16:08:30Z INFO Waiting for automatic snapd restart... [Pipeline] sh [2021-01-04T16:08:33.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:08:33.543Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T16:08:33.543Z] 29e5d40040c1: Pulling fs layer [2021-01-04T16:08:33.543Z] 1ce36da41761: Pulling fs layer [2021-01-04T16:08:33.543Z] 25b303627fd3: Pulling fs layer [2021-01-04T16:08:34.139Z] 29e5d40040c1: Verifying Checksum [2021-01-04T16:08:34.139Z] 29e5d40040c1: Download complete [2021-01-04T16:08:34.751Z] 1ce36da41761: Verifying Checksum [2021-01-04T16:08:34.751Z] 1ce36da41761: Download complete [2021-01-04T16:08:34.751Z] 29e5d40040c1: Pull complete [2021-01-04T16:08:36.181Z] 1ce36da41761: Pull complete [2021-01-04T16:08:36.181Z] 25b303627fd3: Verifying Checksum [2021-01-04T16:08:36.181Z] 25b303627fd3: Download complete [2021-01-04T16:08:46.334Z] 25b303627fd3: Pull complete [2021-01-04T16:08:46.334Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T16:08:46.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:08:46.334Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T16:08:46.561Z] prd-ubuntu18.04-docker-arm64-4c-16g-18171 does not seem to be running inside a container [2021-01-04T16:08:46.629Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T16:08:48.155Z] lxd 4.9 from Canonical* installed [2021-01-04T16:08:48.155Z] + sudo lxd init --auto [2021-01-04T16:08:49.624Z] $ docker top c96b569bd3383fe266efc461e1a324defc33d1fbb06c7cf264dbec1cbf2a64ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:08:50.620Z] + docker-compose build --help [2021-01-04T16:08:50.620Z] + grep parallel [2021-01-04T16:08:53.977Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T16:08:53.990Z] $ docker stop --time=1 c96b569bd3383fe266efc461e1a324defc33d1fbb06c7cf264dbec1cbf2a64ec [2021-01-04T16:08:55.924Z] $ docker rm -f c96b569bd3383fe266efc461e1a324defc33d1fbb06c7cf264dbec1cbf2a64ec [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-04T16:08:56.316Z] + sudo snap install --classic snapcraft [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:08:56.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T16:08:56.718Z] . [Pipeline] withDockerContainer [2021-01-04T16:08:56.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-18171 does not seem to be running inside a container [2021-01-04T16:08:57.096Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T16:08:58.583Z] $ docker top 3de2bbfdb65a66ba8d43afbaef0b9ee2e71fce5479ca81f7dca2b64bcde558c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:08:59.601Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T16:09:03.899Z] Building docker-core-command-go ... [2021-01-04T16:09:03.899Z] Building docker-core-data-go ... [2021-01-04T16:09:03.899Z] Building docker-core-metadata-go ... [2021-01-04T16:09:03.899Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T16:09:03.899Z] Building docker-security-proxy-setup-go ... [2021-01-04T16:09:03.899Z] Building docker-security-secretstore-setup-go ... [2021-01-04T16:09:03.899Z] Building docker-support-notifications-go ... [2021-01-04T16:09:03.899Z] Building docker-support-scheduler-go ... [2021-01-04T16:09:03.899Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T16:09:03.899Z] Building docker-sys-mgmt-agent-go [2021-01-04T16:09:03.899Z] Building docker-security-secretstore-setup-go [2021-01-04T16:09:03.899Z] Building docker-security-bootstrap-redis-go [2021-01-04T16:09:03.899Z] Building docker-support-scheduler-go [2021-01-04T16:09:03.899Z] Building docker-core-command-go [2021-01-04T16:09:04.457Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T16:09:04.457Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T16:09:04.457Z] + patch --verbose -p1 [2021-01-04T16:09:04.457Z] Hmm... Looks like a unified diff to me... [2021-01-04T16:09:04.457Z] The text leading up to this was: [2021-01-04T16:09:04.457Z] -------------------------- [2021-01-04T16:09:04.457Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T16:09:04.457Z] |From: Tony Espy [2021-01-04T16:09:04.457Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T16:09:04.457Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T16:09:04.457Z] | [2021-01-04T16:09:04.457Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T16:09:04.458Z] |optimize the snap CI check run for pull requests. When [2021-01-04T16:09:04.458Z] |applied, it essentially strips out everything (apps and [2021-01-04T16:09:04.458Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T16:09:04.458Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T16:09:04.458Z] |catch changes to edgex-go that break the snap build. [2021-01-04T16:09:04.458Z] | [2021-01-04T16:09:04.458Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T16:09:04.458Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T16:09:04.458Z] |resulting in a failed snap build CI check in the associated [2021-01-04T16:09:04.458Z] |pull request. [2021-01-04T16:09:04.458Z] | [2021-01-04T16:09:04.458Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T16:09:04.458Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T16:09:04.458Z] |need to build the finally binary .snap file (and it won't [2021-01-04T16:09:04.458Z] |work with the patch applied). This further reduces the build [2021-01-04T16:09:04.458Z] |time. [2021-01-04T16:09:04.458Z] |--- [2021-01-04T16:09:04.458Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T16:09:04.458Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T16:09:04.458Z] | [2021-01-04T16:09:04.458Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T16:09:04.458Z] |index 1e537489..faf42425 100644 [2021-01-04T16:09:04.458Z] |--- a/snap/snapcraft.yaml [2021-01-04T16:09:04.458Z] |+++ b/snap/snapcraft.yaml [2021-01-04T16:09:04.458Z] -------------------------- [2021-01-04T16:09:04.458Z] patching file snap/snapcraft.yaml [2021-01-04T16:09:04.458Z] Using Plan A... [2021-01-04T16:09:04.458Z] Hunk #1 succeeded at 73. [2021-01-04T16:09:04.458Z] Hunk #2 succeeded at 202. [2021-01-04T16:09:04.458Z] Hunk #3 succeeded at 214. [2021-01-04T16:09:04.458Z] Hunk #4 succeeded at 222. [2021-01-04T16:09:04.458Z] Hunk #5 succeeded at 229. [2021-01-04T16:09:04.458Z] Hunk #6 succeeded at 256. [2021-01-04T16:09:04.458Z] Hunk #7 succeeded at 290. [2021-01-04T16:09:04.458Z] Hunk #8 succeeded at 341. [2021-01-04T16:09:04.458Z] Hmm... Ignoring the trailing garbage. [2021-01-04T16:09:04.458Z] done [2021-01-04T16:09:04.458Z] + sudo snapcraft prime --use-lxd [2021-01-04T16:09:04.720Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T16:09:04.720Z] 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-04T16:09:04.720Z] - README.md [2021-01-04T16:09:04.720Z] [2021-01-04T16:09:04.720Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T16:09:05.305Z] Launching a container. [2021-01-04T16:09:17.570Z] Waiting for container to be ready [2021-01-04T16:09:17.570Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T16:09:17.570Z] [2021-01-04T16:09:20.123Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T16:09:20.123Z] Waiting for network to be ready... [2021-01-04T16:09:20.695Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T16:09:20.695Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T16:09:20.695Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T16:09:20.695Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T16:09:20.695Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T16:09:20.695Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T16:09:20.695Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T16:09:20.695Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T16:09:20.957Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T16:09:20.957Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T16:09:21.217Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T16:09:21.478Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T16:09:21.739Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T16:09:21.739Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T16:09:21.739Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T16:09:21.739Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T16:09:21.739Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T16:09:21.739Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T16:09:22.002Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T16:09:22.573Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2021-01-04T16:09:22.573Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2021-01-04T16:09:22.573Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T16:09:22.573Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T16:09:22.573Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2021-01-04T16:09:22.573Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2021-01-04T16:09:22.573Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2021-01-04T16:09:22.573Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T16:09:24.486Z] Fetched 23.5 MB in 4s (5803 kB/s) [2021-01-04T16:09:25.426Z] Reading package lists... [2021-01-04T16:09:25.426Z] Reading package lists... [2021-01-04T16:09:25.685Z] Building dependency tree... [2021-01-04T16:09:25.685Z] Reading state information... [2021-01-04T16:09:25.685Z] The following additional packages will be installed: [2021-01-04T16:09:25.685Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T16:09:25.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T16:09:25.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T16:09:25.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T16:09:25.685Z] Suggested packages: [2021-01-04T16:09:25.685Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T16:09:25.685Z] Recommended packages: [2021-01-04T16:09:25.685Z] gnupg libsasl2-modules [2021-01-04T16:09:25.685Z] The following NEW packages will be installed: [2021-01-04T16:09:25.685Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T16:09:25.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T16:09:25.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T16:09:25.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T16:09:25.685Z] The following packages will be upgraded: [2021-01-04T16:09:25.685Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T16:09:25.946Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T16:09:25.947Z] Need to get 3531 kB of archives. [2021-01-04T16:09:25.947Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T16:09:25.947Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T16:09:25.947Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T16:09:25.947Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T16:09:25.947Z] Get:4 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-04T16:09:25.947Z] Get:5 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-04T16:09:25.947Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T16:09:25.947Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T16:09:25.947Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T16:09:26.207Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T16:09:26.467Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T16:09:26.728Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T16:09:26.728Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T16:09:26.728Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T16:09:26.728Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T16:09:26.728Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T16:09:26.728Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T16:09:26.728Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T16:09:26.728Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T16:09:26.728Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T16:09:26.728Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T16:09:26.988Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T16:09:26.988Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T16:09:26.988Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T16:09:26.988Z] Fetched 3531 kB in 1s (3159 kB/s) [2021-01-04T16:09:26.988Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T16:09:26.988Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T16:09:27.248Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T16:09:27.248Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T16:09:27.510Z] Selecting previously unselected package udev. [2021-01-04T16:09:27.510Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T16:09:27.510Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T16:09:27.510Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T16:09:27.771Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T16:09:27.771Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T16:09:27.771Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T16:09:27.771Z] Selecting previously unselected package fuse. [2021-01-04T16:09:27.771Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T16:09:27.771Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T16:09:27.771Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T16:09:28.032Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T16:09:28.032Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T16:09:28.032Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T16:09:28.294Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T16:09:28.294Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T16:09:28.294Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T16:09:28.294Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T16:09:28.294Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T16:09:28.555Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T16:09:28.555Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:28.555Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:28.555Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T16:09:28.555Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:28.555Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:28.555Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T16:09:28.555Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:28.555Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:28.816Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T16:09:28.816Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:28.816Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:28.816Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T16:09:28.816Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:28.816Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:28.816Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T16:09:28.816Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:28.816Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:29.077Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T16:09:29.077Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:29.077Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:29.077Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T16:09:29.077Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:29.077Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:29.077Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T16:09:29.077Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T16:09:29.077Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:29.338Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T16:09:29.338Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T16:09:29.338Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T16:09:29.338Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T16:09:29.338Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T16:09:29.338Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T16:09:29.600Z] Selecting previously unselected package libldap-common. [2021-01-04T16:09:29.600Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T16:09:29.600Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T16:09:29.600Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T16:09:29.600Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T16:09:29.600Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T16:09:29.600Z] Selecting previously unselected package dirmngr. [2021-01-04T16:09:29.600Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T16:09:29.863Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T16:09:29.863Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T16:09:29.863Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T16:09:29.863Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T16:09:29.863Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T16:09:29.863Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T16:09:29.863Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T16:09:30.125Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.125Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T16:09:30.125Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T16:09:30.125Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T16:09:30.387Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T16:09:30.648Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.648Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T16:09:30.648Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T16:09:30.910Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T16:09:30.910Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.910Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.910Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.910Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.910Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.910Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:30.910Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T16:09:31.176Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T16:09:31.176Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T16:09:31.176Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T16:09:31.441Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T16:09:31.441Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T16:09:31.441Z] This means they are not meant to be enabled using systemctl. [2021-01-04T16:09:31.441Z] Possible reasons for having this kind of units are: [2021-01-04T16:09:31.441Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T16:09:31.441Z] .wants/ or .requires/ directory. [2021-01-04T16:09:31.441Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T16:09:31.441Z] a requirement dependency on it. [2021-01-04T16:09:31.441Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T16:09:31.441Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T16:09:31.441Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T16:09:31.441Z] instance name specified. [2021-01-04T16:09:31.706Z] Reading package lists... [2021-01-04T16:09:31.968Z] Building dependency tree... [2021-01-04T16:09:31.968Z] Reading state information... [2021-01-04T16:09:31.968Z] The following additional packages will be installed: [2021-01-04T16:09:31.968Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T16:09:31.968Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T16:09:31.968Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T16:09:31.968Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T16:09:31.968Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T16:09:31.968Z] Suggested packages: [2021-01-04T16:09:31.968Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T16:09:31.968Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T16:09:31.968Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T16:09:31.968Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T16:09:31.968Z] systemd-container policykit-1 [2021-01-04T16:09:31.968Z] Recommended packages: [2021-01-04T16:09:31.968Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T16:09:32.231Z] The following NEW packages will be installed: [2021-01-04T16:09:32.231Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T16:09:32.231Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T16:09:32.231Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T16:09:32.231Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T16:09:32.231Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T16:09:32.231Z] The following packages will be upgraded: [2021-01-04T16:09:32.231Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T16:09:32.231Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T16:09:32.231Z] Need to get 35.2 MB of archives. [2021-01-04T16:09:32.231Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T16:09:32.231Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T16:09:32.231Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T16:09:32.231Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-04T16:09:32.231Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T16:09:32.493Z] 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-04T16:09:32.493Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T16:09:32.493Z] 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-04T16:09:32.493Z] 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-04T16:09:32.493Z] 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-04T16:09:32.493Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T16:09:32.493Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T16:09:32.493Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T16:09:32.493Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T16:09:32.493Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T16:09:32.493Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T16:09:32.493Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T16:09:32.493Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T16:09:33.065Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T16:09:33.065Z] 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-04T16:09:33.065Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T16:09:33.065Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T16:09:33.065Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T16:09:33.065Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T16:09:33.065Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T16:09:33.065Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T16:09:33.065Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T16:09:33.325Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T16:09:33.325Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T16:09:33.325Z] 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-04T16:09:33.325Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T16:09:34.709Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T16:09:34.709Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-04T16:09:34.709Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T16:09:34.709Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T16:09:34.709Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T16:09:35.281Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T16:09:35.281Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T16:09:35.281Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T16:09:35.542Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T16:09:35.542Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T16:09:35.542Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T16:09:35.542Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T16:09:35.804Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T16:09:35.804Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T16:09:35.804Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T16:09:36.066Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T16:09:36.066Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T16:09:36.640Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T16:09:36.902Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T16:09:36.902Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T16:09:36.902Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T16:09:37.163Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T16:09:37.163Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T16:09:37.163Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:37.426Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T16:09:37.426Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T16:09:37.426Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T16:09:37.426Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T16:09:37.426Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T16:09:37.688Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:37.688Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T16:09:37.950Z] Checking for services that may need to be restarted...done. [2021-01-04T16:09:37.950Z] Checking for services that may need to be restarted...done. [2021-01-04T16:09:37.950Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:37.950Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T16:09:37.950Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:38.523Z] Selecting previously unselected package python3-minimal. [2021-01-04T16:09:38.523Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T16:09:38.523Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T16:09:38.523Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T16:09:38.523Z] Selecting previously unselected package mime-support. [2021-01-04T16:09:38.523Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T16:09:38.523Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T16:09:38.784Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T16:09:38.784Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T16:09:38.784Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T16:09:38.784Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T16:09:38.784Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T16:09:38.784Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:39.045Z] Selecting previously unselected package python3.6. [2021-01-04T16:09:39.045Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T16:09:39.045Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:39.307Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T16:09:39.307Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T16:09:39.307Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T16:09:39.307Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T16:09:39.569Z] Selecting previously unselected package python3. [2021-01-04T16:09:39.570Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T16:09:39.570Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T16:09:39.570Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T16:09:39.570Z] Selecting previously unselected package multiarch-support. [2021-01-04T16:09:39.570Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T16:09:39.570Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T16:09:39.831Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T16:09:39.831Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T16:09:39.831Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T16:09:39.831Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T16:09:39.831Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T16:09:40.093Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T16:09:40.093Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T16:09:40.093Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T16:09:40.093Z] Selecting previously unselected package sudo. [2021-01-04T16:09:40.093Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T16:09:40.093Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T16:09:40.093Z] Selecting previously unselected package apparmor. [2021-01-04T16:09:40.093Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T16:09:40.355Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T16:09:40.355Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T16:09:40.355Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T16:09:40.355Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T16:09:40.617Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T16:09:40.617Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T16:09:40.617Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:40.617Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T16:09:40.617Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T16:09:40.617Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:40.617Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T16:09:40.617Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T16:09:40.617Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T16:09:40.878Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T16:09:40.878Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T16:09:40.878Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:40.878Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T16:09:40.878Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T16:09:40.878Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:41.139Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T16:09:41.139Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T16:09:41.139Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T16:09:41.399Z] Selecting previously unselected package openssh-client. [2021-01-04T16:09:41.399Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T16:09:41.399Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T16:09:41.399Z] Selecting previously unselected package squashfs-tools. [2021-01-04T16:09:41.399Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T16:09:41.399Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T16:09:41.660Z] Selecting previously unselected package snapd. [2021-01-04T16:09:41.660Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T16:09:41.660Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T16:09:43.577Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T16:09:43.577Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T16:09:43.577Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T16:09:43.838Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T16:09:43.838Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T16:09:43.838Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:43.838Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T16:09:43.838Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T16:09:43.838Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T16:09:44.781Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T16:09:44.781Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T16:09:44.781Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T16:09:44.781Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:44.781Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:44.781Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T16:09:45.352Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T16:09:45.352Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:45.352Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T16:09:45.352Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T16:09:45.613Z] running python rtupdate hooks for python3.6... [2021-01-04T16:09:45.613Z] running python post-rtupdate hooks for python3.6... [2021-01-04T16:09:45.613Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T16:09:47.534Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T16:09:48.107Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T16:09:48.107Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T16:09:48.368Z] Setting up snapd (2.48+18.04) ... [2021-01-04T16:09:48.940Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T16:09:48.940Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T16:09:49.201Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T16:09:49.462Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T16:09:49.462Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T16:09:49.462Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T16:09:49.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T16:09:49.992Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T16:09:49.992Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T16:09:50.253Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T16:09:50.253Z] /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-04T16:09:50.515Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T16:09:50.515Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T16:09:51.463Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T16:09:51.463Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T16:09:51.464Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T16:09:52.677Z] Reading package lists... [2021-01-04T16:09:52.940Z] Reading package lists... [2021-01-04T16:09:52.940Z] Building dependency tree... [2021-01-04T16:09:52.940Z] Reading state information... [2021-01-04T16:09:53.202Z] Calculating upgrade... [2021-01-04T16:09:53.202Z] The following packages will be upgraded: [2021-01-04T16:09:53.202Z] advancecomp base-files bash binutils binutils-common [2021-01-04T16:09:53.202Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T16:09:53.202Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T16:09:53.202Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T16:09:53.202Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T16:09:53.202Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T16:09:53.202Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T16:09:53.202Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T16:09:53.202Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T16:09:53.202Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T16:09:53.202Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T16:09:53.202Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T16:09:53.202Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T16:09:53.202Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T16:09:53.467Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T16:09:53.467Z] Need to get 63.5 MB of archives. [2021-01-04T16:09:53.467Z] After this operation, 5191 kB of additional disk space will be used. [2021-01-04T16:09:53.467Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T16:09:53.467Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2021-01-04T16:09:54.041Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T16:09:54.041Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T16:09:54.041Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T16:09:54.041Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T16:09:54.041Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T16:09:54.041Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T16:09:54.041Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T16:09:54.041Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T16:09:54.041Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T16:09:54.041Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T16:09:54.304Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T16:09:54.304Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T16:09:54.304Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T16:09:54.304Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T16:09:54.304Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T16:09:54.304Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T16:09:54.304Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T16:09:54.304Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T16:09:54.304Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T16:09:54.304Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T16:09:54.304Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T16:09:54.304Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T16:09:54.304Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T16:09:54.304Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T16:09:54.304Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T16:09:54.304Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T16:09:54.304Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T16:09:54.304Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T16:09:54.565Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T16:09:54.566Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T16:09:54.566Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T16:09:54.566Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T16:09:54.566Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T16:09:54.566Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T16:09:54.566Z] Get:37 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-04T16:09:54.566Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T16:09:54.566Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T16:09:54.566Z] Get:40 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-04T16:09:54.566Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T16:09:54.566Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T16:09:54.566Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T16:09:54.566Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T16:09:54.566Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T16:09:54.566Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T16:09:54.566Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T16:09:54.566Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T16:09:54.566Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T16:09:54.566Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T16:09:54.566Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T16:09:54.566Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T16:09:54.566Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T16:09:54.566Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T16:09:54.566Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T16:09:54.566Z] Get:56 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-04T16:09:54.566Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T16:09:54.566Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T16:09:54.566Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T16:09:54.827Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T16:09:54.827Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T16:09:54.827Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T16:09:54.827Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T16:09:54.827Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T16:09:54.827Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T16:09:54.827Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T16:09:54.827Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T16:09:54.827Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T16:09:54.827Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T16:09:54.827Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T16:09:54.827Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T16:09:54.827Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T16:09:54.827Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T16:09:54.827Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T16:09:54.827Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T16:09:54.827Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T16:09:54.827Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T16:09:55.088Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T16:09:55.088Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T16:09:55.088Z] Get:80 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-04T16:09:55.088Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T16:09:55.088Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T16:09:55.088Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T16:09:55.088Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T16:09:55.088Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T16:09:55.088Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T16:09:55.088Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T16:09:55.662Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T16:09:56.235Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T16:09:56.235Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T16:09:56.235Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T16:09:56.497Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T16:09:56.498Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T16:09:56.498Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T16:09:56.498Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T16:09:56.498Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T16:09:56.760Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T16:09:56.760Z] Fetched 63.5 MB in 3s (18.9 MB/s) [2021-01-04T16:09:56.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:09:56.760Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T16:09:56.760Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T16:09:57.707Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T16:09:57.707Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T16:09:57.707Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2021-01-04T16:09:57.707Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2021-01-04T16:09:58.652Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:58.652Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:58.652Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:58.652Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:58.914Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:58.914Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:58.914Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:58.914Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:59.175Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:59.175Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:59.175Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:59.175Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:59.437Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:59.437Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:59.437Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:09:59.698Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T16:09:59.698Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:59.698Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T16:09:59.699Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:09:59.960Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T16:09:59.960Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:59.960Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:09:59.960Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:09:59.960Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:10:00.221Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:00.221Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T16:10:00.482Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:00.482Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T16:10:00.482Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T16:10:00.745Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T16:10:01.014Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T16:10:01.278Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T16:10:01.278Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T16:10:01.278Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T16:10:01.278Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T16:10:01.540Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T16:10:01.805Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T16:10:01.805Z] Installing new version of config file /etc/issue ... [2021-01-04T16:10:01.805Z] Installing new version of config file /etc/issue.net ... [2021-01-04T16:10:01.805Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T16:10:01.805Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T16:10:02.067Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T16:10:02.067Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T16:10:02.067Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T16:10:02.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:02.067Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T16:10:02.328Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T16:10:02.329Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T16:10:02.592Z] 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-04T16:10:02.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:02.592Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:02.592Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:02.592Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:02.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:02.855Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T16:10:02.855Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T16:10:02.855Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T16:10:03.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:03.117Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T16:10:03.117Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T16:10:03.380Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T16:10:03.643Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:03.643Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T16:10:03.643Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T16:10:03.643Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T16:10:03.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:03.906Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T16:10:03.906Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T16:10:03.906Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T16:10:04.169Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:04.169Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T16:10:04.169Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T16:10:04.169Z] Setting up grep (3.1-2build1) ... [2021-01-04T16:10:04.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:04.434Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T16:10:04.434Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T16:10:04.434Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T16:10:04.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:04.698Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T16:10:04.698Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T16:10:04.961Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T16:10:04.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:04.961Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T16:10:04.961Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T16:10:05.536Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T16:10:05.536Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T16:10:05.536Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T16:10:05.536Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T16:10:06.112Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T16:10:06.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:06.112Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T16:10:06.375Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T16:10:07.324Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T16:10:07.324Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T16:10:07.324Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T16:10:07.324Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T16:10:07.587Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T16:10:07.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:07.587Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T16:10:07.587Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T16:10:07.849Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T16:10:07.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:07.849Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:07.849Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:08.112Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:08.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:08.113Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:08.113Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:08.375Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:08.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:08.375Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:08.375Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:08.637Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:08.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:08.899Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:08.899Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:08.899Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:09.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:09.162Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T16:10:09.162Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T16:10:09.162Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T16:10:09.162Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T16:10:09.424Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T16:10:09.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:09.424Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T16:10:09.424Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T16:10:09.687Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T16:10:09.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:09.687Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:09.687Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:09.949Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:09.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:09.949Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:10.213Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:10.213Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:10.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:10.477Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:10.477Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:11.077Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:11.077Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T16:10:11.337Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T16:10:11.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:11.600Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T16:10:11.600Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T16:10:11.861Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T16:10:11.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T16:10:11.861Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T16:10:11.921Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:10:11.921Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:10:11.921Z] ---> e53988cb12d2 [2021-01-04T16:10:11.921Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T16:10:11.921Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:10:11.921Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:10:11.921Z] ---> e53988cb12d2 [2021-01-04T16:10:11.921Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:10:11.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:10:11.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:10:11.921Z] ---> e53988cb12d2 [2021-01-04T16:10:11.921Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:10:11.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:10:11.921Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:10:11.921Z] ---> e53988cb12d2 [2021-01-04T16:10:11.921Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:10:11.921Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:10:11.921Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:10:11.921Z] ---> e53988cb12d2 [2021-01-04T16:10:11.921Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:10:12.124Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T16:10:12.124Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T16:10:12.385Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:12.385Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T16:10:12.385Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T16:10:12.385Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T16:10:12.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:12.652Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T16:10:12.913Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T16:10:12.913Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T16:10:13.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:13.174Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T16:10:13.174Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T16:10:13.174Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T16:10:13.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:13.174Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T16:10:13.434Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T16:10:13.434Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T16:10:13.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:13.696Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T16:10:13.696Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T16:10:13.958Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T16:10:13.958Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T16:10:13.958Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T16:10:13.958Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T16:10:14.219Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T16:10:14.219Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:14.219Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T16:10:14.219Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T16:10:14.481Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T16:10:14.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:14.481Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T16:10:14.481Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T16:10:14.524Z] ---> Running in 220a7935c18d [2021-01-04T16:10:14.524Z] ---> Running in 96d535adb434 [2021-01-04T16:10:14.524Z] ---> Running in 4dfa7780b981 [2021-01-04T16:10:14.524Z] ---> Running in e1e4369a7d38 [2021-01-04T16:10:14.524Z] ---> Running in 3f7760c7b834 [2021-01-04T16:10:14.743Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T16:10:15.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:15.005Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T16:10:15.005Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T16:10:15.005Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T16:10:15.124Z] Removing intermediate container 96d535adb434 [2021-01-04T16:10:15.124Z] Removing intermediate container 220a7935c18d [2021-01-04T16:10:15.124Z] ---> b7d80388311d [2021-01-04T16:10:15.124Z] ---> a82c45ce250a [2021-01-04T16:10:15.124Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:10:15.124Z] [2021-01-04T16:10:15.124Z] Removing intermediate container 3f7760c7b834 [2021-01-04T16:10:15.124Z] ---> c51f22e3a144 [2021-01-04T16:10:15.124Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:10:15.267Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:15.267Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T16:10:15.267Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T16:10:15.267Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T16:10:15.400Z] Removing intermediate container 4dfa7780b981 [2021-01-04T16:10:15.401Z] ---> 4177e3e1adf7 [2021-01-04T16:10:15.401Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:10:15.401Z] Removing intermediate container e1e4369a7d38 [2021-01-04T16:10:15.401Z] ---> 35f225675db9 [2021-01-04T16:10:15.401Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:10:15.401Z] ---> Running in f1210640e080 [2021-01-04T16:10:15.401Z] ---> Running in 326bfdbe6723 [2021-01-04T16:10:15.401Z] ---> Running in 29c8507f5e04 [2021-01-04T16:10:15.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:15.528Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T16:10:15.528Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T16:10:15.672Z] ---> Running in d94540c3876e [2021-01-04T16:10:15.672Z] ---> Running in fb1580a05ad4 [2021-01-04T16:10:15.790Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T16:10:16.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:16.052Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T16:10:16.052Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T16:10:16.052Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T16:10:16.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:16.313Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T16:10:16.313Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T16:10:16.574Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T16:10:16.574Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:16.574Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T16:10:16.574Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T16:10:16.842Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T16:10:16.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:16.842Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T16:10:16.843Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T16:10:17.104Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T16:10:17.104Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:17.104Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T16:10:17.104Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T16:10:17.365Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T16:10:17.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T16:10:17.365Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T16:10:17.365Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T16:10:17.626Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T16:10:17.626Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T16:10:17.626Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T16:10:17.626Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T16:10:17.888Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T16:10:17.888Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T16:10:18.149Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T16:10:18.149Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T16:10:18.410Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T16:10:18.410Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T16:10:18.410Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T16:10:18.672Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T16:10:18.672Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T16:10:18.672Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T16:10:18.934Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T16:10:18.934Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T16:10:18.934Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T16:10:18.934Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T16:10:19.073Z] Removing intermediate container f1210640e080 [2021-01-04T16:10:19.073Z] ---> 6c01505d7513 [2021-01-04T16:10:19.073Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T16:10:19.073Z] ---> Running in dbac1331c121 [2021-01-04T16:10:19.506Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T16:10:19.506Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T16:10:19.682Z] Removing intermediate container fb1580a05ad4 [2021-01-04T16:10:19.682Z] ---> 84eed31afc71 [2021-01-04T16:10:19.682Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:10:19.682Z] Removing intermediate container 326bfdbe6723 [2021-01-04T16:10:19.682Z] ---> 8942a3469f3e [2021-01-04T16:10:19.682Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:10:19.682Z] ---> Running in e0e1f23fe170 [2021-01-04T16:10:19.768Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T16:10:19.768Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T16:10:19.768Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T16:10:19.768Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T16:10:19.954Z] Removing intermediate container d94540c3876e [2021-01-04T16:10:19.954Z] ---> e60a872191ee [2021-01-04T16:10:19.954Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T16:10:19.954Z] ---> Running in 577db4abc017 [2021-01-04T16:10:19.954Z] Removing intermediate container 29c8507f5e04 [2021-01-04T16:10:19.954Z] ---> 888dfd35ab8d [2021-01-04T16:10:19.954Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:10:20.029Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T16:10:20.029Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T16:10:20.227Z] ---> Running in fc7615e68ea7 [2021-01-04T16:10:20.227Z] ---> Running in 31d1131faac0 [2021-01-04T16:10:20.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:20.974Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T16:10:20.974Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T16:10:20.974Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T16:10:20.974Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T16:10:21.235Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T16:10:21.235Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T16:10:21.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:21.516Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T16:10:21.516Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T16:10:21.778Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T16:10:21.778Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T16:10:21.778Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T16:10:21.778Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T16:10:22.039Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:22.039Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:22.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:22.133Z] OK: 217 MiB in 51 packages [2021-01-04T16:10:22.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:22.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:22.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:22.306Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:22.306Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:22.306Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:22.306Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:22.567Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:22.567Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:22.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:22.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:22.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:23.337Z] Removing intermediate container dbac1331c121 [2021-01-04T16:10:23.337Z] ---> a2903b44cb65 [2021-01-04T16:10:23.337Z] Step 6/26 : COPY go.mod . [2021-01-04T16:10:23.337Z] OK: 217 MiB in 51 packages [2021-01-04T16:10:23.337Z] OK: 217 MiB in 51 packages [2021-01-04T16:10:23.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:10:23.524Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:23.524Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:23.612Z] OK: 217 MiB in 51 packages [2021-01-04T16:10:24.221Z] ---> ec0e01e3ca9e [2021-01-04T16:10:24.221Z] Step 7/26 : RUN go mod download [2021-01-04T16:10:24.221Z] OK: 217 MiB in 51 packages [2021-01-04T16:10:24.472Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:24.472Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:24.491Z] ---> Running in 0aec32ab7ef6 [2021-01-04T16:10:25.055Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:25.323Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:25.472Z] Removing intermediate container 577db4abc017 [2021-01-04T16:10:25.472Z] ---> 4ba29cb3b998 [2021-01-04T16:10:25.472Z] Step 6/22 : COPY go.mod . [2021-01-04T16:10:25.472Z] Removing intermediate container e0e1f23fe170 [2021-01-04T16:10:25.472Z] ---> 4bae6d5e896d [2021-01-04T16:10:25.472Z] Step 6/21 : COPY go.mod . [2021-01-04T16:10:25.583Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:25.583Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:25.746Z] Removing intermediate container 31d1131faac0 [2021-01-04T16:10:25.746Z] ---> 18eecf1dfebb [2021-01-04T16:10:25.746Z] Step 6/24 : COPY go.mod . [2021-01-04T16:10:26.023Z] Removing intermediate container fc7615e68ea7 [2021-01-04T16:10:26.023Z] ---> 3d99567721cb [2021-01-04T16:10:26.023Z] Step 6/22 : COPY go.mod . [2021-01-04T16:10:26.527Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T16:10:26.527Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T16:10:26.527Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T16:10:26.527Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T16:10:26.622Z] ---> 24a1f748f833 [2021-01-04T16:10:26.622Z] Step 7/22 : RUN go mod download [2021-01-04T16:10:26.622Z] ---> 2ef06f6e2bd8 [2021-01-04T16:10:26.788Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T16:10:26.788Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T16:10:26.894Z] Step 7/24 : RUN go mod download [2021-01-04T16:10:26.894Z] ---> Running in c98b9549521b [2021-01-04T16:10:26.894Z] ---> 258f2466b75f [2021-01-04T16:10:26.894Z] Step 7/21 : RUN go mod download [2021-01-04T16:10:27.051Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T16:10:27.051Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T16:10:27.179Z] ---> Running in c52e4efde819 [2021-01-04T16:10:27.179Z] ---> Running in d090d4cafb8d [2021-01-04T16:10:27.313Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T16:10:27.314Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T16:10:27.314Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T16:10:27.314Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T16:10:27.452Z] ---> 4614d9688225 [2021-01-04T16:10:27.452Z] Step 7/22 : RUN go mod download [2021-01-04T16:10:27.575Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T16:10:27.575Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T16:10:27.727Z] ---> Running in 21e84088aeb5 [2021-01-04T16:10:27.837Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T16:10:27.837Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T16:10:27.837Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:27.837Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T16:10:28.098Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:28.098Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:28.098Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:28.098Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T16:10:28.098Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T16:10:28.098Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T16:10:28.358Z] [2021-01-04T16:10:28.358Z] Current default time zone: 'Etc/UTC' [2021-01-04T16:10:28.358Z] Local time is now: Mon Jan 4 16:10:28 UTC 2021. [2021-01-04T16:10:28.358Z] Universal Time is now: Mon Jan 4 16:10:28 UTC 2021. [2021-01-04T16:10:28.358Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T16:10:28.358Z] [2021-01-04T16:10:28.358Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T16:10:28.358Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:28.358Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2021-01-04T16:10:28.358Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T16:10:28.358Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T16:10:28.619Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T16:10:28.619Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T16:10:28.619Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T16:10:28.619Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T16:10:28.619Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T16:10:28.619Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:28.619Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T16:10:28.727Z] Removing intermediate container 0aec32ab7ef6 [2021-01-04T16:10:28.727Z] ---> e214c40e2014 [2021-01-04T16:10:28.727Z] Step 8/26 : COPY . . [2021-01-04T16:10:29.197Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:29.197Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T16:10:29.197Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:29.197Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T16:10:29.197Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T16:10:29.197Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T16:10:29.197Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T16:10:29.197Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T16:10:29.197Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T16:10:29.197Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T16:10:29.197Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T16:10:31.110Z] Updating certificates in /etc/ssl/certs... [2021-01-04T16:10:32.052Z] 22 added, 17 removed; done. [2021-01-04T16:10:32.137Z] Removing intermediate container c98b9549521b [2021-01-04T16:10:32.137Z] ---> 592e2cd23a49 [2021-01-04T16:10:32.137Z] Step 8/22 : COPY . . [2021-01-04T16:10:32.137Z] Removing intermediate container d090d4cafb8d [2021-01-04T16:10:32.137Z] ---> a6a2e06de378 [2021-01-04T16:10:32.137Z] Step 8/21 : COPY . . [2021-01-04T16:10:32.313Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T16:10:32.313Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T16:10:32.313Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T16:10:32.313Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T16:10:32.313Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T16:10:32.313Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.313Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T16:10:32.575Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.575Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.575Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.575Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.575Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.575Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T16:10:32.575Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T16:10:32.575Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T16:10:32.575Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T16:10:32.837Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T16:10:32.837Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.837Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T16:10:32.837Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T16:10:32.837Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T16:10:32.837Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T16:10:33.098Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T16:10:33.098Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T16:10:33.098Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T16:10:33.098Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T16:10:33.129Z] Removing intermediate container 21e84088aeb5 [2021-01-04T16:10:33.129Z] ---> 02cbf255bf31 [2021-01-04T16:10:33.129Z] Step 8/22 : COPY . . [2021-01-04T16:10:33.359Z] Updating certificates in /etc/ssl/certs... [2021-01-04T16:10:33.403Z] Removing intermediate container c52e4efde819 [2021-01-04T16:10:33.403Z] ---> a00b1f54de69 [2021-01-04T16:10:33.403Z] Step 8/24 : COPY . . [2021-01-04T16:10:33.935Z] 0 added, 0 removed; done. [2021-01-04T16:10:33.936Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T16:10:33.936Z] done. [2021-01-04T16:10:34.198Z] Reading package lists... [2021-01-04T16:10:34.458Z] Building dependency tree... [2021-01-04T16:10:34.458Z] Reading state information... [2021-01-04T16:10:34.720Z] The following NEW packages will be installed: [2021-01-04T16:10:34.720Z] apt-transport-https [2021-01-04T16:10:34.981Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T16:10:34.981Z] Need to get 1696 B of archives. [2021-01-04T16:10:34.981Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T16:10:34.981Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T16:10:34.981Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T16:10:34.981Z] Fetched 1696 B in 0s (8452 B/s) [2021-01-04T16:10:34.981Z] Selecting previously unselected package apt-transport-https. [2021-01-04T16:10:34.981Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T16:10:34.981Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T16:10:34.981Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T16:10:35.242Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T16:10:35.512Z] Waiting for network to be ready... [2021-01-04T16:10:42.122Z] 2021-01-04T16:10:40Z INFO Waiting for automatic snapd restart... [2021-01-04T16:10:44.043Z] snapd 2.48.1 from Canonical* installed [2021-01-04T16:10:44.988Z] "snapd" switched to the "latest/stable" channel [2021-01-04T16:10:44.988Z] [2021-01-04T16:10:47.542Z] core18 20201210 from Canonical* installed [2021-01-04T16:10:47.804Z] "core18" switched to the "latest/stable" channel [2021-01-04T16:10:47.804Z] [2021-01-04T16:10:51.116Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T16:10:51.382Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T16:10:51.382Z] [2021-01-04T16:10:54.688Z] 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-04T16:10:54.688Z] - README.md [2021-01-04T16:10:54.688Z] [2021-01-04T16:10:54.688Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T16:10:55.587Z] ---> 6da3bed78ac6 [2021-01-04T16:10:55.587Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T16:10:55.587Z] ---> 798ff7ef42d9 [2021-01-04T16:10:55.587Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler ---> Running in 27e9e3935a0d [2021-01-04T16:10:55.587Z] [2021-01-04T16:10:55.864Z] ---> e47d9b40bbb8 [2021-01-04T16:10:55.864Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T16:10:55.864Z] ---> 0b63c5b9d1e5 [2021-01-04T16:10:55.864Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T16:10:55.864Z] ---> 4fa89340c5ac [2021-01-04T16:10:55.864Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T16:10:55.864Z] ---> Running in 49637181e669 [2021-01-04T16:10:55.864Z] ---> Running in 33fa21e4107b [2021-01-04T16:10:56.142Z] ---> Running in 7abab0fedd1f [2021-01-04T16:10:56.142Z] ---> Running in f4c21beb3b15 [2021-01-04T16:10:57.597Z] 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-04T16:10:58.200Z] 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-04T16:10:58.200Z] 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-04T16:10:58.480Z] 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-04T16:10:58.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T16:11:01.286Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T16:11:01.286Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T16:11:01.286Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T16:11:01.286Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T16:11:02.229Z] Reading package lists... [2021-01-04T16:11:02.491Z] 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-04T16:11:09.090Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T16:11:09.090Z] Reading package lists... [2021-01-04T16:11:09.090Z] Building dependency tree... [2021-01-04T16:11:09.090Z] Reading state information... [2021-01-04T16:11:09.090Z] Suggested packages: [2021-01-04T16:11:09.090Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T16:11:09.090Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T16:11:09.090Z] Recommended packages: [2021-01-04T16:11:09.090Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T16:11:09.090Z] The following NEW packages will be installed: [2021-01-04T16:11:09.090Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T16:11:09.090Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T16:11:09.090Z] pkg-config zip [2021-01-04T16:11:09.090Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T16:11:09.090Z] Need to get 7655 kB of archives. [2021-01-04T16:11:09.090Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T16:11:09.090Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T16:11:09.090Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-04T16:11:09.351Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T16:11:09.351Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T16:11:09.351Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T16:11:09.351Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T16:11:09.612Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T16:11:09.612Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T16:11:09.612Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T16:11:09.612Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T16:11:09.874Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T16:11:09.874Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T16:11:09.874Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T16:11:09.874Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T16:11:09.874Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T16:11:10.149Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T16:11:10.149Z] Fetched 7655 kB in 1s (6904 kB/s) [2021-01-04T16:11:10.149Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T16:11:10.149Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T16:11:10.149Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T16:11:10.149Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T16:11:10.410Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T16:11:10.410Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T16:11:10.410Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T16:11:10.410Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T16:11:10.410Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T16:11:10.671Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T16:11:10.671Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T16:11:10.671Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T16:11:10.671Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T16:11:10.671Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T16:11:10.671Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T16:11:10.671Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T16:11:10.930Z] Selecting previously unselected package liberror-perl. [2021-01-04T16:11:10.930Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T16:11:10.930Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T16:11:10.930Z] Selecting previously unselected package git-man. [2021-01-04T16:11:10.930Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T16:11:10.930Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T16:11:11.193Z] Selecting previously unselected package git. [2021-01-04T16:11:11.193Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T16:11:11.193Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T16:11:12.141Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T16:11:12.141Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T16:11:12.141Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T16:11:12.141Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T16:11:12.141Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T16:11:12.141Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T16:11:12.403Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T16:11:12.403Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T16:11:12.403Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T16:11:12.403Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T16:11:12.403Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T16:11:12.403Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T16:11:12.664Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T16:11:12.664Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T16:11:12.664Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T16:11:12.664Z] Selecting previously unselected package pkg-config. [2021-01-04T16:11:12.664Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T16:11:12.664Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T16:11:12.926Z] Selecting previously unselected package zip. [2021-01-04T16:11:12.926Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T16:11:12.926Z] Unpacking zip (3.0-11build1) ... [2021-01-04T16:11:12.926Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T16:11:12.926Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T16:11:12.926Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T16:11:12.926Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T16:11:12.926Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T16:11:12.926Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T16:11:12.926Z] No schema files found: doing nothing. [2021-01-04T16:11:13.188Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T16:11:13.188Z] Setting up zip (3.0-11build1) ... [2021-01-04T16:11:13.188Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T16:11:13.188Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T16:11:13.188Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T16:11:13.188Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T16:11:13.188Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T16:11:13.188Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T16:11:13.188Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T16:11:13.450Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T16:11:20.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T16:11:20.050Z] git set to automatically installed. [2021-01-04T16:11:20.050Z] git-man set to automatically installed. [2021-01-04T16:11:20.050Z] libcurl3-gnutls set to automatically installed. [2021-01-04T16:11:20.050Z] liberror-perl set to automatically installed. [2021-01-04T16:11:20.050Z] libglib2.0-0 set to automatically installed. [2021-01-04T16:11:20.050Z] libnghttp2-14 set to automatically installed. [2021-01-04T16:11:20.050Z] libnorm1 set to automatically installed. [2021-01-04T16:11:20.050Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T16:11:20.050Z] libpsl5 set to automatically installed. [2021-01-04T16:11:20.050Z] librtmp1 set to automatically installed. [2021-01-04T16:11:20.050Z] libsodium23 set to automatically installed. [2021-01-04T16:11:20.050Z] libzmq3-dev set to automatically installed. [2021-01-04T16:11:20.050Z] libzmq5 set to automatically installed. [2021-01-04T16:11:20.050Z] pkg-config set to automatically installed. [2021-01-04T16:11:20.050Z] zip set to automatically installed. [2021-01-04T16:11:21.442Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T16:11:28.041Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T16:11:28.302Z] snap "core18" has no updates available [2021-01-04T16:11:28.875Z] Pulling config-common [2021-01-04T16:11:29.823Z] Pulling go-build-helper [2021-01-04T16:11:51.812Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T16:11:51.812Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T16:11:51.812Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T16:11:51.812Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T16:11:51.812Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T16:11:51.812Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T16:11:51.812Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T16:11:51.812Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T16:11:51.812Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T16:11:51.812Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T16:11:51.812Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T16:11:51.812Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T16:11:51.812Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T16:11:51.812Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T16:11:51.812Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T16:11:51.812Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T16:11:51.812Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T16:11:51.812Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T16:11:51.812Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T16:11:51.812Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2021-01-04T16:11:51.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2021-01-04T16:11:51.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T16:11:51.812Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T16:11:51.812Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2021-01-04T16:11:51.812Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2021-01-04T16:11:51.812Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2021-01-04T16:11:51.812Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T16:11:51.812Z] Fetched 23.5 MB in 0s (0 B/s) [2021-01-04T16:11:51.812Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T16:11:51.812Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T16:11:51.812Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T16:11:51.813Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T16:11:51.813Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T16:11:51.813Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T16:11:51.813Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T16:11:51.813Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T16:11:51.813Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T16:11:51.813Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T16:11:51.813Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T16:11:51.813Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T16:11:51.813Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T16:11:51.813Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T16:11:51.813Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T16:11:51.813Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T16:11:51.813Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T16:11:51.813Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T16:11:51.813Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T16:11:51.813Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T16:11:51.813Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T16:11:51.813Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T16:11:51.813Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T16:11:51.813Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T16:11:51.813Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T16:11:51.813Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T16:11:51.813Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T16:11:51.813Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T16:11:51.813Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T16:11:51.813Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T16:11:51.813Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T16:11:51.813Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T16:11:51.813Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T16:11:51.813Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T16:11:51.813Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T16:11:51.813Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T16:11:51.813Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T16:11:51.813Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T16:11:54.364Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T16:11:54.364Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T16:11:54.364Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T16:11:54.364Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T16:11:54.364Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T16:11:54.364Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T16:11:54.364Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T16:11:54.364Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T16:11:54.364Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T16:11:54.364Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T16:11:54.364Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T16:11:54.364Z] Pulling static-packages [2021-01-04T16:11:54.936Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-04T16:11:54.936Z] Skipping pull go-build-helper (already ran) [2021-01-04T16:11:54.936Z] Skipping pull static-packages (already ran) [2021-01-04T16:11:54.936Z] Building go-build-helper [2021-01-04T16:11:59.149Z] Building static-packages [2021-01-04T16:12:00.539Z] Staging go-build-helper [2021-01-04T16:12:01.486Z] Staging static-packages [2021-01-04T16:12:02.434Z] Pulling go115 [2021-01-04T16:12:03.378Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T16:12:03.378Z] Skipping pull go115 (already ran) [2021-01-04T16:12:03.378Z] Building go115 [2021-01-04T16:12:03.378Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:12:03.378Z] Dload Upload Total Spent Left Speed [2021-01-04T16:12:06.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.8M 0 0 24.6M 0 0:00:04 --:--:-- 0:00:04 24.6M 43 115M 43 50.7M 0 0 35.2M 0 0:00:03 0:00:01 0:00:02 35.2M 78 115M 78 90.2M 0 0 36.9M 0 0:00:03 0:00:02 0:00:01 36.9M 100 115M 100 115M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M [2021-01-04T16:12:07.017Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T16:12:10.322Z] Staging go115 [2021-01-04T16:12:16.928Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T16:12:16.928Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T16:12:16.928Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T16:12:16.928Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T16:12:16.928Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T16:12:16.928Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T16:12:16.928Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T16:12:16.928Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T16:12:16.928Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T16:12:16.928Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T16:12:16.928Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T16:12:16.928Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T16:12:16.928Z] Pulling edgex-go [2021-01-04T16:12:16.928Z] Pulling version [2021-01-04T16:12:17.884Z] Building config-common [2021-01-04T16:12:19.820Z] Skipping build go-build-helper (already ran) [2021-01-04T16:12:19.820Z] Skipping build static-packages (already ran) [2021-01-04T16:12:19.820Z] Skipping build go115 (already ran) [2021-01-04T16:12:20.085Z] Building edgex-go [2021-01-04T16:12:20.085Z] 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-04T16:12:20.295Z] 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-04T16:12:21.477Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T16:12:21.478Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2021-01-04T16:12:21.478Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2021-01-04T16:12:21.478Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T16:12:21.478Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T16:12:21.478Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T16:12:21.478Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T16:12:21.478Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T16:12:21.478Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T16:12:21.478Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T16:12:21.478Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T16:12:21.478Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T16:12:21.478Z] go: downloading github.com/google/uuid v1.1.2 [2021-01-04T16:12:21.478Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T16:12:21.478Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T16:12:21.478Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T16:12:21.478Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T16:12:21.478Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T16:12:21.478Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T16:12:21.478Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T16:12:21.478Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T16:12:21.478Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T16:12:21.739Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T16:12:21.739Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T16:12:21.739Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T16:12:21.739Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T16:12:21.739Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T16:12:21.739Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T16:12:28.341Z] 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-04T16:12:28.660Z] Removing intermediate container 7abab0fedd1f [2021-01-04T16:12:28.660Z] ---> 4810f34413ee [2021-01-04T16:12:28.660Z] [2021-01-04T16:12:28.660Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T16:12:28.660Z] 3.12: Pulling from library/alpine [2021-01-04T16:12:28.660Z] Removing intermediate container f4c21beb3b15 [2021-01-04T16:12:28.660Z] ---> 2b0ead35e47b [2021-01-04T16:12:28.660Z] [2021-01-04T16:12:28.660Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T16:12:28.660Z] 3.12: Pulling from library/alpine [2021-01-04T16:12:29.644Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:12:29.644Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:12:29.644Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T16:12:29.644Z] Status: Image is up to date for alpine:3.12 [2021-01-04T16:12:29.644Z] ---> afeebe901d6b [2021-01-04T16:12:29.644Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:12:29.644Z] ---> afeebe901d6b [2021-01-04T16:12:29.644Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T16:12:29.644Z] Removing intermediate container 27e9e3935a0d [2021-01-04T16:12:29.644Z] ---> 58c4cf74770c [2021-01-04T16:12:29.644Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T16:12:30.243Z] Removing intermediate container 49637181e669 [2021-01-04T16:12:30.243Z] ---> dac87c450129 [2021-01-04T16:12:30.243Z] [2021-01-04T16:12:30.243Z] Step 10/21 : FROM scratch [2021-01-04T16:12:30.243Z] ---> [2021-01-04T16:12:30.243Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:12:30.243Z] ---> Running in 86bcbfc9945d [2021-01-04T16:12:30.243Z] ---> Running in 2614ec422867 [2021-01-04T16:12:30.243Z] ---> Running in 9805c1ef3d9e [2021-01-04T16:12:30.518Z] ---> Running in 841d638be875 [2021-01-04T16:12:30.798Z] Removing intermediate container 33fa21e4107b [2021-01-04T16:12:30.798Z] ---> a476186f66f0 [2021-01-04T16:12:30.798Z] [2021-01-04T16:12:30.798Z] Step 10/22 : FROM scratch [2021-01-04T16:12:30.798Z] ---> [2021-01-04T16:12:30.798Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:12:31.097Z] ---> Running in 970b522fa154 [2021-01-04T16:12:31.379Z] Removing intermediate container 841d638be875 [2021-01-04T16:12:31.379Z] ---> 1a4cb08b5565 [2021-01-04T16:12:31.379Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T16:12:31.379Z] ---> Running in 4298f1573247 [2021-01-04T16:12:31.983Z] Removing intermediate container 970b522fa154 [2021-01-04T16:12:31.983Z] ---> 0dd27f42259c [2021-01-04T16:12:31.983Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T16:12:31.983Z] ---> Running in b18572ed7464 [2021-01-04T16:12:31.983Z] Removing intermediate container 4298f1573247 [2021-01-04T16:12:31.983Z] ---> e8924ba7378a [2021-01-04T16:12:31.983Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T16:12:31.984Z] 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-04T16:12:32.257Z] ---> Running in 16826603fc8e [2021-01-04T16:12:32.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:12:32.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:12:32.535Z] Removing intermediate container b18572ed7464 [2021-01-04T16:12:32.535Z] ---> 5ae0b2fc51d3 [2021-01-04T16:12:32.535Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:12:32.552Z] 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-04T16:12:32.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:12:32.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:12:32.813Z] ---> Running in 4a15dc6532eb [2021-01-04T16:12:32.813Z] Removing intermediate container 16826603fc8e [2021-01-04T16:12:32.813Z] ---> b679f92f0618 [2021-01-04T16:12:32.813Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T16:12:33.419Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T16:12:33.419Z] Removing intermediate container 4a15dc6532eb [2021-01-04T16:12:33.419Z] ---> e803efa15fc4 [2021-01-04T16:12:33.419Z] Step 14/22 : WORKDIR / [2021-01-04T16:12:33.419Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:12:33.419Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T16:12:33.419Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T16:12:33.419Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T16:12:33.419Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T16:12:33.419Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:12:33.498Z] 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-04T16:12:33.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:12:33.700Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:12:33.700Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T16:12:33.700Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T16:12:33.700Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T16:12:33.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:12:33.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:12:33.700Z] ---> Running in 77fed296dd06 [2021-01-04T16:12:33.700Z] OK: 7 MiB in 19 packages [2021-01-04T16:12:33.985Z] OK: 7 MiB in 19 packages [2021-01-04T16:12:33.985Z] ---> 3b6ad51b09ea [2021-01-04T16:12:33.985Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T16:12:34.602Z] Removing intermediate container 77fed296dd06 [2021-01-04T16:12:34.602Z] ---> 3590a21c0f9b [2021-01-04T16:12:34.602Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T16:12:34.885Z] 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-04T16:12:35.146Z] 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-04T16:12:35.146Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T16:12:35.411Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T16:12:35.411Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T16:12:35.411Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T16:12:36.061Z] ---> 309597d32428 [2021-01-04T16:12:36.061Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T16:12:36.339Z] ---> 2f8af0d2cb28 [2021-01-04T16:12:36.339Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T16:12:36.339Z] Removing intermediate container 9805c1ef3d9e [2021-01-04T16:12:36.339Z] ---> 0bd3c5d8966b [2021-01-04T16:12:36.339Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T16:12:36.615Z] Removing intermediate container 2614ec422867 [2021-01-04T16:12:36.615Z] ---> 5b8e188259fd [2021-01-04T16:12:36.615Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:12:36.615Z] ---> Running in 9ba00253ee97 [2021-01-04T16:12:36.892Z] ---> Running in 005ce66ddec5 [2021-01-04T16:12:36.892Z] Removing intermediate container 86bcbfc9945d [2021-01-04T16:12:36.892Z] ---> a4a9f5e78780 [2021-01-04T16:12:36.892Z] [2021-01-04T16:12:36.892Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T16:12:37.174Z] 20.10.0: Pulling from library/docker [2021-01-04T16:12:37.174Z] ---> 27c29f5ad199 [2021-01-04T16:12:37.174Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T16:12:37.324Z] 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-04T16:12:37.324Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T16:12:37.324Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T16:12:37.447Z] Removing intermediate container 9ba00253ee97 [2021-01-04T16:12:37.447Z] ---> b100bd6e90ee [2021-01-04T16:12:37.447Z] Step 13/22 : WORKDIR / [2021-01-04T16:12:37.447Z] ---> Running in 0d6f367313c3 [2021-01-04T16:12:37.720Z] ---> Running in 42cf3b28761e [2021-01-04T16:12:37.720Z] Removing intermediate container 005ce66ddec5 [2021-01-04T16:12:37.720Z] ---> f8f585ec5725 [2021-01-04T16:12:37.720Z] Step 13/24 : WORKDIR / [2021-01-04T16:12:37.720Z] ---> dd8fa22cb844 [2021-01-04T16:12:37.720Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T16:12:37.993Z] ---> Running in 97fec7d2fddb [2021-01-04T16:12:37.993Z] Removing intermediate container 0d6f367313c3 [2021-01-04T16:12:37.993Z] ---> cf7d9a4aca0e [2021-01-04T16:12:37.993Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:12:38.266Z] 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-04T16:12:38.266Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T16:12:38.274Z] Removing intermediate container 42cf3b28761e [2021-01-04T16:12:38.274Z] ---> 03f392e2cec5 [2021-01-04T16:12:38.274Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T16:12:38.274Z] ---> Running in b62eb0002ee1 [2021-01-04T16:12:38.558Z] Removing intermediate container 97fec7d2fddb [2021-01-04T16:12:38.558Z] ---> 7c244abaa906 [2021-01-04T16:12:38.558Z] 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-04T16:12:38.843Z] ---> 47efeba91d39 [2021-01-04T16:12:38.843Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T16:12:39.118Z] Removing intermediate container b62eb0002ee1 [2021-01-04T16:12:39.119Z] ---> be5551a9407f [2021-01-04T16:12:39.119Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T16:12:39.119Z] ---> Running in dcebf1ec79a0 [2021-01-04T16:12:39.391Z] ---> Running in bb0ef03bb6fb [2021-01-04T16:12:39.391Z] ---> b30ec9f06f1e [2021-01-04T16:12:39.391Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T16:12:39.663Z] 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-04T16:12:39.663Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T16:12:39.989Z] ---> 90a6b00f871c [2021-01-04T16:12:39.989Z] 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-04T16:12:39.989Z] Removing intermediate container dcebf1ec79a0 [2021-01-04T16:12:39.989Z] ---> b0d7a3f74161 [2021-01-04T16:12:39.989Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:12:40.262Z] ---> Running in fcb6fc2ce30a [2021-01-04T16:12:40.262Z] Removing intermediate container bb0ef03bb6fb [2021-01-04T16:12:40.262Z] ---> cb1f734f4cf8 [2021-01-04T16:12:40.262Z] Step 20/21 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:12:40.857Z] ---> Running in e90e091e350f [2021-01-04T16:12:41.048Z] 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-04T16:12:41.141Z] Removing intermediate container fcb6fc2ce30a [2021-01-04T16:12:41.141Z] ---> bd0a4bc12ac9 [2021-01-04T16:12:41.141Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T16:12:41.141Z] ---> a376b1b4d1c1 [2021-01-04T16:12:41.141Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T16:12:41.141Z] ---> 2962259522b4 [2021-01-04T16:12:41.141Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T16:12:41.416Z] ---> Running in 370b1d1be8e3 [2021-01-04T16:12:41.416Z] Removing intermediate container e90e091e350f [2021-01-04T16:12:41.416Z] ---> 7c36c5ec3d85 [2021-01-04T16:12:41.416Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T16:12:41.690Z] ---> Running in 690a4d11294d [2021-01-04T16:12:41.964Z] Removing intermediate container 370b1d1be8e3 [2021-01-04T16:12:41.964Z] ---> 1317081dfcb9 [2021-01-04T16:12:41.964Z] Step 21/22 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:12:41.964Z] ---> 294f342113a8 [2021-01-04T16:12:41.964Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T16:12:41.964Z] ---> Running in b3103e7d7fb0 [2021-01-04T16:12:42.002Z] 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-04T16:12:42.237Z] Removing intermediate container 690a4d11294d [2021-01-04T16:12:42.237Z] ---> 8cecdd4e04d5 [2021-01-04T16:12:42.237Z] [2021-01-04T16:12:42.237Z] ---> c1ad331cd195 [2021-01-04T16:12:42.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T16:12:42.827Z] Successfully built 8cecdd4e04d5 [2021-01-04T16:12:42.827Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T16:12:42.827Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-04T16:12:42.827Z] Removing intermediate container b3103e7d7fb0 [2021-01-04T16:12:42.827Z] ---> b77159c1097e [2021-01-04T16:12:42.827Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T16:12:42.952Z] 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-04T16:12:43.433Z] ---> Running in 563abef664be [2021-01-04T16:12:43.433Z] ---> f583c55b46ff [2021-01-04T16:12:43.433Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T16:12:43.704Z] ---> c474e1a3684f [2021-01-04T16:12:43.704Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T16:12:43.983Z] ---> Running in 69da3638d68d [2021-01-04T16:12:44.259Z] Removing intermediate container 563abef664be [2021-01-04T16:12:44.259Z] ---> 30e6fc5f35a4 [2021-01-04T16:12:44.259Z] [2021-01-04T16:12:44.867Z] Building version [2021-01-04T16:12:45.244Z] Successfully built 30e6fc5f35a4 [2021-01-04T16:12:45.244Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T16:12:45.244Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-04T16:12:46.698Z] ---> b8f093697fa8 [2021-01-04T16:12:46.698Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T16:12:46.778Z] Staging config-common [2021-01-04T16:12:47.721Z] Skipping stage go-build-helper (already ran) [2021-01-04T16:12:47.721Z] Skipping stage static-packages (already ran) [2021-01-04T16:12:47.721Z] Skipping stage go115 (already ran) [2021-01-04T16:12:47.721Z] Staging edgex-go [2021-01-04T16:12:48.664Z] Staging version [2021-01-04T16:12:49.364Z] ---> caf36227ebba [2021-01-04T16:12:49.364Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T16:12:49.364Z] Removing intermediate container 69da3638d68d [2021-01-04T16:12:49.364Z] ---> db7e62b80df2 [2021-01-04T16:12:49.364Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T16:12:49.607Z] Priming config-common [2021-01-04T16:12:49.961Z] ---> Running in a41d26a5dade [2021-01-04T16:12:50.550Z] Priming go-build-helper [2021-01-04T16:12:50.561Z] ---> Running in 9d2943353e62 [2021-01-04T16:12:51.503Z] Priming static-packages [2021-01-04T16:12:52.001Z] Removing intermediate container 9d2943353e62 [2021-01-04T16:12:52.001Z] ---> cbdbd167b012 [2021-01-04T16:12:52.001Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T16:12:52.278Z] ---> Running in f9b6611cf9a0 [2021-01-04T16:12:53.264Z] Removing intermediate container f9b6611cf9a0 [2021-01-04T16:12:53.264Z] ---> 3364180b7c9c [2021-01-04T16:12:53.264Z] Step 21/22 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:12:53.549Z] Priming go115 [2021-01-04T16:12:53.881Z] ---> Running in 837f8962ae7c [2021-01-04T16:12:54.159Z] Removing intermediate container a41d26a5dade [2021-01-04T16:12:54.159Z] ---> 1441fa7fc707 [2021-01-04T16:12:54.159Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T16:12:54.675Z] Priming edgex-go [2021-01-04T16:12:55.147Z] ---> Running in 76bf9ad9bb9d [2021-01-04T16:12:55.147Z] Removing intermediate container 837f8962ae7c [2021-01-04T16:12:55.147Z] ---> d03607a9366e [2021-01-04T16:12:55.147Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T16:12:55.879Z] Priming version [2021-01-04T16:12:56.135Z] ---> Running in 239b7e93d2b7 [2021-01-04T16:12:56.135Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T16:12:56.135Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T16:12:56.135Z] Removing intermediate container 76bf9ad9bb9d [2021-01-04T16:12:56.135Z] ---> 913321d4ad30 [2021-01-04T16:12:56.135Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T16:12:56.135Z] ---> eeaf43b92773 [2021-01-04T16:12:56.135Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T16:12:56.407Z] ---> Running in e7d3eb4cf59e [2021-01-04T16:12:56.407Z] ---> Running in 7650eb33dbcc [2021-01-04T16:12:56.555Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-04T16:12:56.680Z] Removing intermediate container 239b7e93d2b7 [2021-01-04T16:12:56.680Z] ---> fa4725f90578 [2021-01-04T16:12:56.680Z] [2021-01-04T16:12:57.282Z] Removing intermediate container e7d3eb4cf59e [2021-01-04T16:12:57.282Z] ---> 8e61708473ab [2021-01-04T16:12:57.282Z] Step 23/24 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:12:57.560Z] Successfully built fa4725f90578 [2021-01-04T16:12:57.560Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T16:12:57.560Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-04T16:12:57.560Z] ---> Running in d65bb6b990ba [Pipeline] } [Pipeline] // withEnv [2021-01-04T16:12:58.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:12:58.167Z] Removing intermediate container d65bb6b990ba [2021-01-04T16:12:58.167Z] ---> 9e59afa439c1 [2021-01-04T16:12:58.167Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T16:12:58.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-04T16:12:58.440Z] ---> Running in c4e5bbd39a6b [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T16:12:58.717Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T16:12:58.994Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T16:12:58.994Z] Executing bash-5.0.17-r0.post-install [2021-01-04T16:12:58.994Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:12:58.994Z] OK: 12 MiB in 22 packages [2021-01-04T16:12:59.268Z] Removing intermediate container c4e5bbd39a6b [2021-01-04T16:12:59.268Z] ---> 4b8a9c12a52e [2021-01-04T16:12:59.268Z] [2021-01-04T16:12:59.878Z] Successfully built 4b8a9c12a52e [2021-01-04T16:13:00.154Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T16:13:00.154Z] Building docker-core-data-go [2021-01-04T16:13:01.143Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7650eb33dbcc [2021-01-04T16:13:01.143Z] ---> 1e070a363df5 [2021-01-04T16:13:01.143Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T16:13:01.143Z] ---> Running in 057c9507a3e0 [2021-01-04T16:13:01.745Z] Removing intermediate container 057c9507a3e0 [2021-01-04T16:13:01.745Z] ---> 4dff3739b1ac [2021-01-04T16:13:01.745Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T16:13:02.024Z] ---> Running in 039072273a28 [2021-01-04T16:13:03.024Z] Removing intermediate container 039072273a28 [2021-01-04T16:13:03.024Z] ---> dc7646ef6aab [2021-01-04T16:13:03.024Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T16:13:03.302Z] ---> Running in ea5500b2eb49 [2021-01-04T16:13:04.291Z] Removing intermediate container ea5500b2eb49 [2021-01-04T16:13:04.291Z] ---> b2b9da35f51a [2021-01-04T16:13:04.291Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T16:13:06.923Z] ---> 9a9d7d1ed325 [2021-01-04T16:13:06.923Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T16:13:08.370Z] ---> cd787d0f0a3c [2021-01-04T16:13:08.370Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T16:13:10.353Z] ---> e7002d667b97 [2021-01-04T16:13:10.353Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T16:13:10.353Z] ---> Running in f508da9a90e1 [2021-01-04T16:13:11.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:13:11.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:13:12.389Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T16:13:12.389Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T16:13:12.389Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T16:13:12.389Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T16:13:12.389Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T16:13:12.389Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T16:13:12.665Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T16:13:14.651Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T16:13:14.651Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T16:13:14.651Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T16:13:14.651Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T16:13:14.651Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T16:13:14.651Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T16:13:14.651Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T16:13:14.651Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T16:13:14.651Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T16:13:14.651Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T16:13:14.651Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T16:13:14.651Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T16:13:14.651Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T16:13:14.651Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T16:13:14.651Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T16:13:14.651Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T16:13:14.924Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T16:13:14.924Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T16:13:14.924Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T16:13:14.924Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T16:13:14.924Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T16:13:14.924Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T16:13:14.924Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T16:13:14.924Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T16:13:14.924Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T16:13:14.924Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T16:13:15.197Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:13:15.197Z] OK: 71 MiB in 55 packages [2021-01-04T16:13:20.262Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:13:20.262Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:13:20.262Z] ---> e53988cb12d2 [2021-01-04T16:13:20.262Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T16:13:20.262Z] ---> Using cache [2021-01-04T16:13:20.262Z] ---> 35f225675db9 [2021-01-04T16:13:20.262Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:13:20.262Z] ---> Using cache [2021-01-04T16:13:20.262Z] ---> e60a872191ee [2021-01-04T16:13:20.262Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T16:13:21.255Z] ---> Running in 8c919bfe8e8c [2021-01-04T16:13:22.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:13:23.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:13:23.906Z] OK: 217 MiB in 51 packages [2021-01-04T16:13:26.546Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:13:26.546Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:13:26.546Z] ---> e53988cb12d2 [2021-01-04T16:13:26.546Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T16:13:26.546Z] ---> Using cache [2021-01-04T16:13:26.546Z] ---> 35f225675db9 [2021-01-04T16:13:26.546Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:13:26.546Z] ---> Using cache [2021-01-04T16:13:26.546Z] ---> e60a872191ee [2021-01-04T16:13:26.546Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T16:13:26.546Z] ---> Using cache [2021-01-04T16:13:26.546Z] ---> 18eecf1dfebb [2021-01-04T16:13:26.546Z] Step 6/22 : COPY go.mod . [2021-01-04T16:13:26.546Z] ---> Using cache [2021-01-04T16:13:26.546Z] ---> 2ef06f6e2bd8 [2021-01-04T16:13:26.546Z] Step 7/22 : RUN go mod download [2021-01-04T16:13:26.546Z] ---> Using cache [2021-01-04T16:13:26.546Z] ---> a00b1f54de69 [2021-01-04T16:13:26.546Z] Step 8/22 : COPY . . [2021-01-04T16:13:26.826Z] ---> Using cache [2021-01-04T16:13:26.826Z] ---> e47d9b40bbb8 [2021-01-04T16:13:26.826Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T16:13:26.826Z] Removing intermediate container f508da9a90e1 [2021-01-04T16:13:26.826Z] ---> 2a2709c387ba [2021-01-04T16:13:26.826Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T16:13:28.267Z] ---> Running in d05460299120 [2021-01-04T16:13:28.267Z] ---> Running in 8437a0f88f2e [2021-01-04T16:13:28.544Z] Removing intermediate container 8c919bfe8e8c [2021-01-04T16:13:28.544Z] ---> 92b6af7343e6 [2021-01-04T16:13:28.544Z] Step 6/24 : COPY go.mod . [2021-01-04T16:13:30.540Z] ---> 23d7a112e9ab [2021-01-04T16:13:30.540Z] Step 7/24 : RUN go mod download [2021-01-04T16:13:30.540Z] 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-04T16:13:31.164Z] ---> Running in 65df3b3d382e [2021-01-04T16:13:36.789Z] Collecting docker-compose==1.23.2 [2021-01-04T16:13:36.789Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T16:13:38.352Z] Removing intermediate container 65df3b3d382e [2021-01-04T16:13:38.352Z] ---> e4d45b2ea5ef [2021-01-04T16:13:38.352Z] Step 8/24 : COPY . . [2021-01-04T16:13:39.340Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T16:13:39.340Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T16:13:40.329Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T16:13:40.329Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T16:13:41.327Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T16:13:41.327Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T16:13:41.939Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:13:41.939Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:13:41.939Z] ---> e53988cb12d2 [2021-01-04T16:13:41.939Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T16:13:41.939Z] ---> Using cache [2021-01-04T16:13:41.939Z] ---> 35f225675db9 [2021-01-04T16:13:41.939Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:13:41.939Z] ---> Using cache [2021-01-04T16:13:41.939Z] ---> e60a872191ee [2021-01-04T16:13:41.939Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T16:13:41.939Z] ---> Using cache [2021-01-04T16:13:41.939Z] ---> 18eecf1dfebb [2021-01-04T16:13:41.939Z] Step 6/21 : COPY go.mod . [2021-01-04T16:13:41.939Z] ---> Using cache [2021-01-04T16:13:41.939Z] ---> 2ef06f6e2bd8 [2021-01-04T16:13:41.939Z] Step 7/21 : RUN go mod download [2021-01-04T16:13:41.939Z] ---> Using cache [2021-01-04T16:13:41.939Z] ---> a00b1f54de69 [2021-01-04T16:13:41.939Z] Step 8/21 : COPY . . [2021-01-04T16:13:41.939Z] ---> Using cache [2021-01-04T16:13:41.939Z] ---> e47d9b40bbb8 [2021-01-04T16:13:41.939Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T16:13:41.939Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T16:13:41.939Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T16:13:42.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T16:13:42.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T16:13:42.221Z] ---> e53988cb12d2 [2021-01-04T16:13:42.221Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T16:13:42.221Z] ---> Using cache [2021-01-04T16:13:42.221Z] ---> 35f225675db9 [2021-01-04T16:13:42.221Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:13:42.221Z] ---> Using cache [2021-01-04T16:13:42.221Z] ---> e60a872191ee [2021-01-04T16:13:42.221Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T16:13:43.667Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T16:13:43.667Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T16:13:43.667Z] ---> Running in b32fe1bbcc5d [2021-01-04T16:13:43.667Z] ---> Running in 2e40955b71ce [2021-01-04T16:13:43.946Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T16:13:43.946Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T16:13:45.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:13:45.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T16:13:46.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:13:47.143Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T16:13:47.143Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T16:13:47.420Z] OK: 217 MiB in 51 packages [2021-01-04T16:13:50.054Z] 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-04T16:13:50.656Z] Collecting PyYAML<4,>=3.10 [2021-01-04T16:13:50.656Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T16:13:50.656Z] Removing intermediate container 2e40955b71ce [2021-01-04T16:13:50.656Z] ---> 88e00eeaa253 [2021-01-04T16:13:50.656Z] Step 6/23 : COPY go.mod . [2021-01-04T16:13:52.664Z] ---> 171d554c4ad8 [2021-01-04T16:13:52.664Z] Step 7/23 : RUN go mod download [2021-01-04T16:13:52.945Z] ---> Running in 3f77c171fac3 [2021-01-04T16:13:54.941Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T16:13:54.941Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T16:13:58.383Z] Collecting idna<2.8,>=2.5 [2021-01-04T16:13:58.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T16:13:59.375Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T16:13:59.375Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T16:13:59.375Z] Removing intermediate container 3f77c171fac3 [2021-01-04T16:13:59.375Z] ---> e27110120f84 [2021-01-04T16:13:59.375Z] Step 8/23 : COPY . . [2021-01-04T16:13:59.664Z] 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-04T16:13:59.664Z] 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-04T16:14:00.271Z] ---> fd00b0d09a59 [2021-01-04T16:14:00.271Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T16:14:00.271Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T16:14:00.271Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T16:14:00.566Z] ---> Running in 0fd9a7eff6a8 [2021-01-04T16:14:00.566Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T16:14:00.566Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T16:14:00.566Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T16:14:00.566Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T16:14:02.029Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, dockerpty, texttable, PyYAML, docopt, docker-compose [2021-01-04T16:14:02.029Z] Attempting uninstall: idna [2021-01-04T16:14:02.029Z] Found existing installation: idna 2.9 [2021-01-04T16:14:02.029Z] Uninstalling idna-2.9: [2021-01-04T16:14:02.029Z] Successfully uninstalled idna-2.9 [2021-01-04T16:14:03.023Z] Attempting uninstall: urllib3 [2021-01-04T16:14:03.023Z] Found existing installation: urllib3 1.25.9 [2021-01-04T16:14:03.023Z] Uninstalling urllib3-1.25.9: [2021-01-04T16:14:03.023Z] 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-04T16:14:03.023Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T16:14:03.631Z] Attempting uninstall: requests [2021-01-04T16:14:03.631Z] Found existing installation: requests 2.23.0 [2021-01-04T16:14:03.631Z] Uninstalling requests-2.23.0: [2021-01-04T16:14:03.907Z] Successfully uninstalled requests-2.23.0 [2021-01-04T16:14:07.317Z] Running setup.py install for dockerpty: started [2021-01-04T16:14:10.724Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T16:14:10.724Z] Running setup.py install for texttable: started [2021-01-04T16:14:14.154Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T16:14:14.154Z] Running setup.py install for PyYAML: started [2021-01-04T16:14:16.799Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T16:14:16.799Z] Running setup.py install for docopt: started [2021-01-04T16:14:18.251Z] ---> 10113432b46b [2021-01-04T16:14:18.251Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T16:14:18.251Z] ---> Running in 92f5506a0acc [2021-01-04T16:14:18.853Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T16:14:20.294Z] 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-04T16:14:20.294Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T16:14:25.741Z] Removing intermediate container 8437a0f88f2e [2021-01-04T16:14:25.741Z] ---> ce09d36c4afe [2021-01-04T16:14:25.741Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T16:14:25.741Z] ---> Running in 27d6376c4e37 [2021-01-04T16:14:27.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:14:27.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:14:28.067Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:14:28.067Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T16:14:28.067Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T16:14:28.067Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:14:28.067Z] OK: 71 MiB in 58 packages [2021-01-04T16:14:30.059Z] Removing intermediate container 27d6376c4e37 [2021-01-04T16:14:30.059Z] ---> b1658d06b470 [2021-01-04T16:14:30.059Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T16:14:30.059Z] ---> Running in 297828c48d52 [2021-01-04T16:14:30.669Z] Removing intermediate container 297828c48d52 [2021-01-04T16:14:30.669Z] ---> 20e0b5713233 [2021-01-04T16:14:30.669Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:14:30.946Z] ---> Running in a63066e26bd5 [2021-01-04T16:14:31.548Z] Removing intermediate container a63066e26bd5 [2021-01-04T16:14:31.548Z] ---> f3f78ba7e04a [2021-01-04T16:14:31.548Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T16:14:31.832Z] ---> Running in 53d286c4d83b [2021-01-04T16:14:32.433Z] Removing intermediate container 53d286c4d83b [2021-01-04T16:14:32.433Z] ---> fb24471dab07 [2021-01-04T16:14:32.433Z] Step 25/26 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:14:32.433Z] ---> Running in 5c5acf0be70a [2021-01-04T16:14:33.419Z] Removing intermediate container 5c5acf0be70a [2021-01-04T16:14:33.419Z] ---> 1a96a71544ef [2021-01-04T16:14:33.419Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T16:14:33.419Z] ---> Running in e644402fc7ed [2021-01-04T16:14:34.419Z] Removing intermediate container e644402fc7ed [2021-01-04T16:14:34.419Z] ---> 7c891cc8dc3b [2021-01-04T16:14:34.419Z] [2021-01-04T16:14:34.698Z] Successfully built 7c891cc8dc3b [2021-01-04T16:14:34.698Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T16:15:01.565Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T16:15:13.998Z] Removing intermediate container b32fe1bbcc5d [2021-01-04T16:15:13.998Z] ---> 67fdbf20a701 [2021-01-04T16:15:13.998Z] [2021-01-04T16:15:13.998Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T16:15:13.998Z] ---> afeebe901d6b [2021-01-04T16:15:13.998Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T16:15:13.998Z] ---> Running in 05d5c34f3d42 [2021-01-04T16:15:15.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:15:16.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:15:16.644Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T16:15:16.923Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T16:15:16.923Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T16:15:16.923Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T16:15:16.923Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:15:16.923Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T16:15:17.203Z] OK: 7 MiB in 18 packages [2021-01-04T16:15:18.205Z] Removing intermediate container d05460299120 [2021-01-04T16:15:18.205Z] ---> 3b00e95a259a [2021-01-04T16:15:18.205Z] [2021-01-04T16:15:18.205Z] Step 10/22 : FROM scratch [2021-01-04T16:15:18.205Z] ---> [2021-01-04T16:15:18.205Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:15:18.482Z] ---> Using cache [2021-01-04T16:15:18.482Z] ---> 0dd27f42259c [2021-01-04T16:15:18.482Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T16:15:18.756Z] ---> Running in 253453edb14c [2021-01-04T16:15:19.745Z] Removing intermediate container 253453edb14c [2021-01-04T16:15:19.745Z] ---> 1ac41ee6e82b [2021-01-04T16:15:19.745Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T16:15:19.745Z] ---> Running in 43a10de009b2 [2021-01-04T16:15:19.745Z] Removing intermediate container 05d5c34f3d42 [2021-01-04T16:15:19.745Z] ---> 64fd54b280c9 [2021-01-04T16:15:19.745Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T16:15:20.025Z] ---> Running in 755c8fdb4821 [2021-01-04T16:15:20.301Z] Removing intermediate container 43a10de009b2 [2021-01-04T16:15:20.301Z] ---> 6bb1707ca43c [2021-01-04T16:15:20.301Z] Step 14/22 : WORKDIR / [2021-01-04T16:15:20.594Z] ---> Running in 884951ee43c6 [2021-01-04T16:15:20.877Z] Removing intermediate container 755c8fdb4821 [2021-01-04T16:15:20.877Z] ---> d5eed1475bd4 [2021-01-04T16:15:20.877Z] Step 13/21 : WORKDIR /edgex [2021-01-04T16:15:20.877Z] ---> Running in 6774e13679bb [2021-01-04T16:15:21.479Z] Removing intermediate container 884951ee43c6 [2021-01-04T16:15:21.479Z] ---> c5f11edcc5f3 [2021-01-04T16:15:21.479Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T16:15:21.753Z] Removing intermediate container 6774e13679bb [2021-01-04T16:15:21.753Z] ---> c030b0cd1e89 [2021-01-04T16:15:21.753Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T16:15:22.745Z] ---> 444b33932f0b [2021-01-04T16:15:22.745Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T16:15:23.028Z] ---> 698f7a3b528a [2021-01-04T16:15:23.028Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T16:15:25.668Z] ---> 6ce25165a3fa [2021-01-04T16:15:25.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T16:15:25.942Z] ---> e70348897947 [2021-01-04T16:15:25.942Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T16:15:27.404Z] ---> 337c4b5c7840 [2021-01-04T16:15:27.404Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T16:15:27.683Z] ---> Running in 44780c3bf8ff [2021-01-04T16:15:28.666Z] Removing intermediate container 0fd9a7eff6a8 [2021-01-04T16:15:28.666Z] ---> c5a079c57055 [2021-01-04T16:15:28.666Z] [2021-01-04T16:15:28.666Z] Step 10/24 : FROM scratch [2021-01-04T16:15:28.666Z] ---> [2021-01-04T16:15:28.666Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T16:15:28.666Z] Removing intermediate container 44780c3bf8ff [2021-01-04T16:15:28.666Z] ---> 84bf2fe9334b [2021-01-04T16:15:28.666Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:15:28.666Z] ---> 0966a41c9c62 [2021-01-04T16:15:28.666Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T16:15:28.943Z] ---> Running in d58b964ca339 [2021-01-04T16:15:28.943Z] ---> Running in 5315c1c0f1f0 [2021-01-04T16:15:28.943Z] ---> Running in 0284629d5b52 [2021-01-04T16:15:29.934Z] Removing intermediate container 5315c1c0f1f0 [2021-01-04T16:15:29.934Z] ---> 719cb45fc9ce [2021-01-04T16:15:29.934Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T16:15:29.934Z] Removing intermediate container d58b964ca339 [2021-01-04T16:15:29.934Z] ---> ed2d4ee58006 [2021-01-04T16:15:29.934Z] Step 20/22 : LABEL arch=arm64Removing intermediate container 0284629d5b52 [2021-01-04T16:15:29.934Z] ---> 3e2a661b6033 [2021-01-04T16:15:29.934Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T16:15:29.934Z] [2021-01-04T16:15:29.934Z] ---> Running in c75d05a41a4c [2021-01-04T16:15:30.209Z] ---> Running in 227b37754a9b [2021-01-04T16:15:30.209Z] ---> Running in c2c2c1ce5b32 [2021-01-04T16:15:30.824Z] Removing intermediate container c75d05a41a4c [2021-01-04T16:15:30.824Z] ---> c9a942c49160 [2021-01-04T16:15:30.824Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T16:15:30.824Z] ---> Running in 4bd78c7a521c [2021-01-04T16:15:31.101Z] Removing intermediate container 227b37754a9b [2021-01-04T16:15:31.101Z] ---> fe471dcab236 [2021-01-04T16:15:31.101Z] Step 21/22 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:15:31.379Z] Removing intermediate container c2c2c1ce5b32 [2021-01-04T16:15:31.379Z] ---> 095751b5fedd [2021-01-04T16:15:31.379Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T16:15:31.379Z] ---> Running in 7401b56390b6 [2021-01-04T16:15:31.659Z] ---> Running in d46036ab5ebf [2021-01-04T16:15:31.659Z] Removing intermediate container 4bd78c7a521c [2021-01-04T16:15:31.659Z] ---> d3c2ddf92d68 [2021-01-04T16:15:31.659Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T16:15:32.263Z] Removing intermediate container 7401b56390b6 [2021-01-04T16:15:32.263Z] ---> 0f7a5eac936d [2021-01-04T16:15:32.263Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T16:15:32.263Z] Removing intermediate container d46036ab5ebf [2021-01-04T16:15:32.263Z] ---> e51d6cb517eb [2021-01-04T16:15:32.263Z] Step 20/21 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:15:32.540Z] ---> Running in 56a626a24b98 [2021-01-04T16:15:32.540Z] ---> Running in 1d4aaef817ba [2021-01-04T16:15:33.143Z] ---> 62854b671aa9 [2021-01-04T16:15:33.143Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T16:15:33.421Z] Removing intermediate container 56a626a24b98 [2021-01-04T16:15:33.421Z] ---> 9c386b0e559e [2021-01-04T16:15:33.421Z] [2021-01-04T16:15:33.421Z] Removing intermediate container 1d4aaef817ba [2021-01-04T16:15:33.421Z] ---> a1cf0a5d577c [2021-01-04T16:15:33.421Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T16:15:33.695Z] ---> Running in 38683031f9fa [2021-01-04T16:15:33.972Z] Successfully built 9c386b0e559e [2021-01-04T16:15:34.246Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T16:15:34.520Z]  Building docker-core-metadata-go ... done Removing intermediate container 38683031f9fa [2021-01-04T16:15:34.520Z] ---> caa07bb854f1 [2021-01-04T16:15:34.520Z] [2021-01-04T16:15:34.795Z] ---> ec2f90073713 [2021-01-04T16:15:34.795Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T16:15:34.795Z] Successfully built caa07bb854f1 [2021-01-04T16:15:34.795Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T16:15:36.232Z]  Building docker-security-proxy-setup-go ... done  ---> f175cad4204d [2021-01-04T16:15:36.232Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T16:15:36.827Z] ---> f0772b214912 [2021-01-04T16:15:36.827Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T16:15:37.809Z] ---> 0104d0185d65 [2021-01-04T16:15:37.809Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T16:15:38.806Z] ---> aa6f9f94a6da [2021-01-04T16:15:38.806Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T16:15:39.077Z] ---> Running in d39b9ab5e3e1 [2021-01-04T16:15:39.689Z] Removing intermediate container d39b9ab5e3e1 [2021-01-04T16:15:39.689Z] ---> 91f2dca5441d [2021-01-04T16:15:39.689Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:15:39.960Z] ---> Running in bd66a9fea27a [2021-01-04T16:15:40.555Z] Removing intermediate container bd66a9fea27a [2021-01-04T16:15:40.555Z] ---> 37815a8b0f07 [2021-01-04T16:15:40.555Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T16:15:40.555Z] ---> Running in 96f7450f4ed3 [2021-01-04T16:15:41.156Z] Removing intermediate container 96f7450f4ed3 [2021-01-04T16:15:41.156Z] ---> ebab9655d8d1 [2021-01-04T16:15:41.156Z] Step 23/24 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:15:41.156Z] ---> Running in 4459c9b1d64b [2021-01-04T16:15:41.792Z] Removing intermediate container 4459c9b1d64b [2021-01-04T16:15:41.793Z] ---> 9a95b7b7c195 [2021-01-04T16:15:41.793Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T16:15:41.793Z] ---> Running in 3d2c290b2021 [2021-01-04T16:15:42.456Z] Removing intermediate container 3d2c290b2021 [2021-01-04T16:15:42.456Z] ---> 5a7333cde855 [2021-01-04T16:15:42.456Z] [2021-01-04T16:15:42.736Z] Successfully built 5a7333cde855 [2021-01-04T16:15:43.019Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T16:15:49.764Z]  Building docker-support-notifications-go ... done Removing intermediate container 92f5506a0acc [2021-01-04T16:15:49.764Z] ---> 19b29f9600a0 [2021-01-04T16:15:49.764Z] [2021-01-04T16:15:49.764Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T16:15:49.764Z] ---> afeebe901d6b [2021-01-04T16:15:49.764Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T16:15:49.764Z] ---> Running in 4d8c79ec9131 [2021-01-04T16:15:49.764Z] Removing intermediate container 4d8c79ec9131 [2021-01-04T16:15:49.764Z] ---> 2589f6834880 [2021-01-04T16:15:49.764Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T16:15:49.764Z] ---> Running in 89f497a10027 [2021-01-04T16:15:50.034Z] Removing intermediate container 89f497a10027 [2021-01-04T16:15:50.034Z] ---> 9653ce3d6702 [2021-01-04T16:15:50.034Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T16:15:50.305Z] ---> Running in 9ca4c0ab2a5c [2021-01-04T16:15:50.603Z] Removing intermediate container 9ca4c0ab2a5c [2021-01-04T16:15:50.603Z] ---> 870e9efad2e1 [2021-01-04T16:15:50.603Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:15:50.874Z] ---> Running in eae20f2eef04 [2021-01-04T16:15:52.863Z] Removing intermediate container eae20f2eef04 [2021-01-04T16:15:52.863Z] ---> 215bf6ec5bda [2021-01-04T16:15:52.863Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T16:15:53.144Z] ---> Running in ec554e8d5218 [2021-01-04T16:15:54.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:15:54.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:15:55.309Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T16:15:55.309Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T16:15:55.309Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T16:15:55.580Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T16:15:55.850Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T16:15:55.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:15:55.850Z] OK: 8 MiB in 19 packages [2021-01-04T16:15:57.291Z] Removing intermediate container ec554e8d5218 [2021-01-04T16:15:57.291Z] ---> 29e3fe076a28 [2021-01-04T16:15:57.291Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T16:15:57.886Z] ---> b6789c6dbba3 [2021-01-04T16:15:57.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T16:15:58.862Z] ---> 13b8e330918a [2021-01-04T16:15:58.862Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T16:15:59.835Z] ---> f9b676f4b67a [2021-01-04T16:15:59.835Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T16:15:59.835Z] ---> Running in cb0c1a432ae8 [2021-01-04T16:16:00.105Z] Removing intermediate container cb0c1a432ae8 [2021-01-04T16:16:00.105Z] ---> 560fbb7559be [2021-01-04T16:16:00.105Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:16:00.377Z] ---> Running in 37745f2514d7 [2021-01-04T16:16:00.653Z] Removing intermediate container 37745f2514d7 [2021-01-04T16:16:00.653Z] ---> b067195cedb1 [2021-01-04T16:16:00.653Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T16:16:00.927Z] ---> Running in acf0a51d0a52 [2021-01-04T16:16:01.206Z] Removing intermediate container acf0a51d0a52 [2021-01-04T16:16:01.206Z] ---> 876d33dd0267 [2021-01-04T16:16:01.206Z] Step 22/23 : LABEL git_sha=61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [2021-01-04T16:16:01.483Z] ---> Running in 66d1dad45ba6 [2021-01-04T16:16:02.083Z] Removing intermediate container 66d1dad45ba6 [2021-01-04T16:16:02.083Z] ---> 79ca6d8a0fa1 [2021-01-04T16:16:02.083Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T16:16:02.083Z] ---> Running in d958a7cfe780 [2021-01-04T16:16:02.674Z] Removing intermediate container d958a7cfe780 [2021-01-04T16:16:02.674Z] ---> fdb1a9c10b34 [2021-01-04T16:16:02.674Z] [2021-01-04T16:16:02.948Z] Successfully built fdb1a9c10b34 [2021-01-04T16:16:02.948Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T16:16:03.232Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T16:16:03.225Z] $ docker stop --time=1 3de2bbfdb65a66ba8d43afbaef0b9ee2e71fce5479ca81f7dca2b64bcde558c5 [2021-01-04T16:16:05.115Z] $ docker rm -f 3de2bbfdb65a66ba8d43afbaef0b9ee2e71fce5479ca81f7dca2b64bcde558c5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:16:05.796Z] + + docker images [2021-01-04T16:16:05.796Z] grep docker [2021-01-04T16:16:06.067Z] docker-core-data-go-arm64 latest fdb1a9c10b34 3 seconds ago 21MB [2021-01-04T16:16:06.067Z] docker-support-notifications-go-arm64 latest 5a7333cde855 23 seconds ago 11.4MB [2021-01-04T16:16:06.067Z] docker-security-proxy-setup-go-arm64 latest caa07bb854f1 31 seconds ago 23.3MB [2021-01-04T16:16:06.067Z] docker-core-metadata-go-arm64 latest 9c386b0e559e 32 seconds ago 12.2MB [2021-01-04T16:16:06.067Z] docker-sys-mgmt-agent-go-arm64 latest 7c891cc8dc3b About a minute ago 300MB [2021-01-04T16:16:06.067Z] docker-security-secretstore-setup-go-arm64 latest 4b8a9c12a52e 3 minutes ago 23.4MB [2021-01-04T16:16:06.067Z] docker-security-bootstrap-redis-go-arm64 latest fa4725f90578 3 minutes ago 15.1MB [2021-01-04T16:16:06.067Z] docker-core-command-go-arm64 latest 30e6fc5f35a4 3 minutes ago 9.98MB [2021-01-04T16:16:06.067Z] docker-support-scheduler-go-arm64 latest 8cecdd4e04d5 3 minutes ago 10MB [2021-01-04T16:16:06.067Z] 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-04T16:16:07.937Z] provisioning config files... [2021-01-04T16:16:07.955Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1553710624557056570tmp [Pipeline] { [Pipeline] sh [2021-01-04T16:16:08.334Z] + set +x [2021-01-04T16:16:08.334Z] + curl -s https://codecov.io/bash [2021-01-04T16:16:08.334Z] + bash -s -- [2021-01-04T16:16:08.910Z] [2021-01-04T16:16:08.910Z] _____ _ [2021-01-04T16:16:08.910Z] / ____| | | [2021-01-04T16:16:08.910Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T16:16:08.910Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T16:16:08.910Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T16:16:08.910Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T16:16:08.910Z] Bash-20201231-23d4836 [2021-01-04T16:16:08.910Z] [2021-01-04T16:16:08.910Z] [2021-01-04T16:16:08.910Z] ==> git version 2.24.3 found [2021-01-04T16:16:08.910Z] ==> 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-04T16:16:08.910Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T16:16:08.910Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T16:16:08.910Z] ==> Jenkins CI detected. [2021-01-04T16:16:08.910Z] project root: . [2021-01-04T16:16:08.910Z] --> token set from env [2021-01-04T16:16:08.910Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T16:16:08.910Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T16:16:08.910Z] ==> Python coveragepy not found [2021-01-04T16:16:08.910Z] ==> Searching for coverage reports in: [2021-01-04T16:16:08.910Z] + . [2021-01-04T16:16:08.910Z] -> Found 1 reports [2021-01-04T16:16:08.910Z] ==> Detecting git/mercurial file structure [2021-01-04T16:16:08.910Z] ==> Reading reports [2021-01-04T16:16:08.910Z] + ./coverage.out bytes=538204 [2021-01-04T16:16:09.174Z] ==> Appending adjustments [2021-01-04T16:16:09.174Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T16:16:12.495Z] + Found adjustments [2021-01-04T16:16:12.495Z] ==> Gzipping contents [2021-01-04T16:16:12.495Z] 84K /tmp/codecov.rRyU59.gz [2021-01-04T16:16:12.495Z] ==> Uploading reports [2021-01-04T16:16:12.495Z] url: https://codecov.io [2021-01-04T16:16:12.495Z] query: branch=PR-2960&commit=61c0c5887ce9f1b588fe55143c1764bdb026b4e5&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2960%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2960&job=&cmd_args= [2021-01-04T16:16:12.495Z] -> Pinging Codecov [2021-01-04T16:16:12.495Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2960&commit=61c0c5887ce9f1b588fe55143c1764bdb026b4e5&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2960%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2960&job=&cmd_args= [2021-01-04T16:16:12.495Z] -> Uploading to [2021-01-04T16:16:12.496Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/61c0c5887ce9f1b588fe55143c1764bdb026b4e5/550f4cf7-f60d-4920-b6cd-c8c4d1211d22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T161612Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eec274c46d53e88ada9f44db28299a73c21d261816c269d8ab557d0a06ebca1b [2021-01-04T16:16:12.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:16:12.496Z] Dload Upload Total Spent Left Speed [2021-01-04T16:16:13.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 60 81986 0 0 60 49152 0 204k --:--:-- --:--:-- --:--:-- 204k 100 81986 0 0 100 81986 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-01-04T16:16:13.020Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/61c0c5887ce9f1b588fe55143c1764bdb026b4e5 [Pipeline] } [2021-01-04T16:16:13.031Z] 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-04T16:16:15.011Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:16:15.898Z] ---> package-listing.sh [2021-01-04T16:16:15.898Z] ++ facter osfamily [2021-01-04T16:16:15.898Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T16:16:15.898Z] + OS_FAMILY=redhat [2021-01-04T16:16:15.898Z] + workspace=/w/workspace/edgex-go/7 [2021-01-04T16:16:15.898Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T16:16:15.898Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T16:16:15.898Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T16:16:15.898Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T16:16:15.898Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-04T16:16:15.898Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T16:16:15.898Z] + case "${OS_FAMILY}" in [2021-01-04T16:16:15.898Z] + rpm -qa [2021-01-04T16:16:15.898Z] + sort [2021-01-04T16:16:21.226Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T16:16:21.226Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T16:16:21.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T16:16:21.226Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-04T16:16:21.226Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-04T16:16:21.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-04T16:16:21.247Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T16:16:21.552Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:16:21.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:16:22.130Z] [2021-01-04T16:16:22.130Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:16:22.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:16:22.488Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T16:16:22.488Z] df20fa9351a1: Pulling fs layer [2021-01-04T16:16:22.488Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T16:16:22.488Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T16:16:22.488Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T16:16:22.488Z] 93b61091891f: Pulling fs layer [2021-01-04T16:16:22.488Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T16:16:22.488Z] 5e14af77c1be: Pulling fs layer [2021-01-04T16:16:22.488Z] 01666e4c0597: Pulling fs layer [2021-01-04T16:16:22.488Z] aa168da1d23b: Pulling fs layer [2021-01-04T16:16:22.488Z] 93b9cdb0e59b: Waiting [2021-01-04T16:16:22.488Z] 5e14af77c1be: Waiting [2021-01-04T16:16:22.488Z] 01666e4c0597: Waiting [2021-01-04T16:16:22.488Z] aa168da1d23b: Waiting [2021-01-04T16:16:22.488Z] 46f8f816bc3b: Waiting [2021-01-04T16:16:22.488Z] 93b61091891f: Waiting [2021-01-04T16:16:22.488Z] 36b3adc4ff6f: Download complete [2021-01-04T16:16:22.764Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T16:16:22.764Z] 46f8f816bc3b: Download complete [2021-01-04T16:16:22.764Z] df20fa9351a1: Download complete [2021-01-04T16:16:22.764Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T16:16:22.764Z] 93b9cdb0e59b: Download complete [2021-01-04T16:16:22.764Z] 93b61091891f: Download complete [2021-01-04T16:16:22.764Z] 5e14af77c1be: Verifying Checksum [2021-01-04T16:16:22.764Z] 5e14af77c1be: Download complete [2021-01-04T16:16:22.764Z] 01666e4c0597: Verifying Checksum [2021-01-04T16:16:22.764Z] 01666e4c0597: Download complete [2021-01-04T16:16:22.764Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T16:16:22.764Z] 8ad3a11d3b57: Download complete [2021-01-04T16:16:23.356Z] df20fa9351a1: Pull complete [2021-01-04T16:16:23.356Z] 36b3adc4ff6f: Pull complete [2021-01-04T16:16:24.785Z] aa168da1d23b: Verifying Checksum [2021-01-04T16:16:24.785Z] aa168da1d23b: Download complete [2021-01-04T16:16:25.740Z] 8ad3a11d3b57: Pull complete [2021-01-04T16:16:26.007Z] 46f8f816bc3b: Pull complete [2021-01-04T16:16:26.271Z] 93b61091891f: Pull complete [2021-01-04T16:16:26.271Z] 93b9cdb0e59b: Pull complete [2021-01-04T16:16:26.534Z] 5e14af77c1be: Pull complete [2021-01-04T16:16:26.534Z] 01666e4c0597: Pull complete [2021-01-04T16:16:34.750Z] aa168da1d23b: Pull complete [2021-01-04T16:16:34.750Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T16:16:34.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:16:34.750Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T16:16:34.919Z] prd-centos7-docker-4c-2g-18169 does not seem to be running inside a container [2021-01-04T16:16:34.974Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T16:16:38.581Z] $ docker top de9cbe1937ba815c2a29d2ee22c07284784ff012bb9d17f7a893defc2a0f21ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:16:39.182Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T16:16:39.484Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T16:16:39.786Z] + ls /var/log/sa-host [2021-01-04T16:16:39.787Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T16:16:39.787Z] file_magic: OK [2021-01-04T16:16:39.787Z] HZ: Using current value: 100 [2021-01-04T16:16:39.787Z] file_header: OK [2021-01-04T16:16:39.787Z] 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-04T16:16:39.787Z] Statistics: [2021-01-04T16:16:39.787Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T16:16:39.787Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T16:16:39.787Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T16:16:39.787Z] file_magic: OK [2021-01-04T16:16:39.787Z] HZ: Using current value: 100 [2021-01-04T16:16:39.787Z] file_header: OK [2021-01-04T16:16:39.787Z] 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-04T16:16:39.787Z] Statistics: [2021-01-04T16:16:39.787Z] Hnuu...uuuununununu... [2021-01-04T16:16:39.787Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T16:16:40.016Z] provisioning config files... [2021-01-04T16:16:40.035Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config6188408604585587546tmp [Pipeline] { [Pipeline] echo [2021-01-04T16:16:40.104Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:16:40.409Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T16:16:40.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T16:16:40.536Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:16:40.838Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T16:16:40.848Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:16:41.146Z] ---> sudo-logs.sh [2021-01-04T16:16:41.146Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T16:16:41.157Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:16:41.459Z] ---> job-cost.sh [2021-01-04T16:16:41.459Z] lf-activate-venv: SKIPPING [2021-01-04T16:16:41.459Z] INFO: No Stack... [2021-01-04T16:16:42.859Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T16:16:43.121Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T16:16:43.148Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:16:43.534Z] ---> logs-deploy.sh [2021-01-04T16:16:43.534Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2960/7 [2021-01-04T16:16:43.534Z] INFO: archiving workspace using pattern(s): [2021-01-04T16:16:45.514Z] Archives upload complete. [2021-01-04T16:16:45.779Z] INFO: archiving logs to Nexus [2021-01-04T16:16:46.725Z] ---> uname -a: [2021-01-04T16:16:46.725Z] Linux prd-centos7-docker-4c-2g-18169.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T16:16:46.725Z] [2021-01-04T16:16:46.725Z] [2021-01-04T16:16:46.725Z] ---> lscpu: [2021-01-04T16:16:46.725Z] Architecture: x86_64 [2021-01-04T16:16:46.725Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T16:16:46.725Z] Byte Order: Little Endian [2021-01-04T16:16:46.725Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T16:16:46.725Z] CPU(s): 4 [2021-01-04T16:16:46.725Z] On-line CPU(s) list: 0-3 [2021-01-04T16:16:46.725Z] Thread(s) per core: 1 [2021-01-04T16:16:46.725Z] Core(s) per socket: 1 [2021-01-04T16:16:46.725Z] Socket(s): 4 [2021-01-04T16:16:46.725Z] NUMA node(s): 1 [2021-01-04T16:16:46.725Z] Vendor ID: GenuineIntel [2021-01-04T16:16:46.725Z] CPU family: 6 [2021-01-04T16:16:46.725Z] Model: 44 [2021-01-04T16:16:46.725Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T16:16:46.725Z] Stepping: 1 [2021-01-04T16:16:46.725Z] CPU MHz: 2933.442 [2021-01-04T16:16:46.725Z] BogoMIPS: 5866.88 [2021-01-04T16:16:46.725Z] Virtualization: VT-x [2021-01-04T16:16:46.725Z] Hypervisor vendor: KVM [2021-01-04T16:16:46.725Z] Virtualization type: full [2021-01-04T16:16:46.725Z] L1d cache: 128 KiB [2021-01-04T16:16:46.725Z] L1i cache: 128 KiB [2021-01-04T16:16:46.725Z] L2 cache: 16 MiB [2021-01-04T16:16:46.725Z] L3 cache: 64 MiB [2021-01-04T16:16:46.725Z] NUMA node0 CPU(s): 0-3 [2021-01-04T16:16:46.725Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T16:16:46.725Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T16:16:46.725Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T16:16:46.725Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T16:16:46.725Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T16:16:46.725Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T16:16:46.725Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T16:16:46.725Z] Vulnerability Srbds: Not affected [2021-01-04T16:16:46.725Z] Vulnerability Tsx async abort: Not affected [2021-01-04T16:16:46.725Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-04T16:16:46.725Z] [2021-01-04T16:16:46.725Z]