Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6778374181067c634be59fa5fbbb34bb40a891bb+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (18102b831e2c2fd322b02426d140219be64e52d7) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24855’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24860 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 6778374181067c634be59fa5fbbb34bb40a891bb Merge succeeded, producing 6778374181067c634be59fa5fbbb34bb40a891bb Checking out Revision 6778374181067c634be59fa5fbbb34bb40a891bb (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 021d11b3629244596c60cbb9eddc3202dabe15fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T04:30:14.613Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T04:30:14.885Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T04:30:14.978Z] ========================================================= [2021-02-04T04:30:14.978Z] EdgeX Global Pipelines Version Info [2021-02-04T04:30:14.978Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:30:16.632Z] ------------------- [2021-02-04T04:30:16.632Z] stable info: [2021-02-04T04:30:16.632Z] ------------------- [2021-02-04T04:30:16.632Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:30:16.632Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:30:16.632Z] Message: update stable to v1.0.179 [2021-02-04T04:30:17.586Z] ------------------- [2021-02-04T04:30:17.586Z] experimental info: [2021-02-04T04:30:17.586Z] ------------------- [2021-02-04T04:30:17.586Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:30:17.586Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:30:17.586Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T04:30:17.875Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T04:30:18.011Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T04:30:18.369Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T04:30:18.467Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T04:30:18.595Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T04:30:18.711Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T04:30:18.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T04:30:18.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T04:30:19.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T04:30:19.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T04:30:19.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T04:30:19.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T04:30:19.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T04:30:19.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T04:30:19.874Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:30:19.976Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:30:20.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T04:30:20.194Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T04:30:20.362Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T04:30:20.488Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T04:30:20.645Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T04:30:20.778Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T04:30:20.895Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T04:30:20.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-04T04:30:21.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-04T04:30:21.238Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-04T04:30:21.334Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6778374181067c634be59fa5fbbb34bb40a891bb [Pipeline] echo [2021-02-04T04:30:21.423Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6778374 [Pipeline] echo [2021-02-04T04:30:21.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:30:21.729Z] provisioning config files... [2021-02-04T04:30:21.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4720119282440090942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:30:22.156Z] ---> docker-login.sh [2021-02-04T04:30:22.156Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:30:22.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:22.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:22.715Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:22.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:22.715Z] [2021-02-04T04:30:22.715Z] Login Succeeded [2021-02-04T04:30:22.715Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:30:22.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:22.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:22.715Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:22.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:22.715Z] [2021-02-04T04:30:22.715Z] Login Succeeded [2021-02-04T04:30:22.715Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:30:22.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:22.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:22.987Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:22.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:22.987Z] [2021-02-04T04:30:22.987Z] Login Succeeded [2021-02-04T04:30:22.987Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:30:23.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:23.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:23.253Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:23.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:23.253Z] [2021-02-04T04:30:23.253Z] Login Succeeded [2021-02-04T04:30:23.253Z] docker.io [2021-02-04T04:30:23.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:23.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:23.522Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:23.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:23.522Z] [2021-02-04T04:30:23.522Z] Login Succeeded [2021-02-04T04:30:23.522Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:30:23.535Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:30:24.092Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T04:30:24.092Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:24.092Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:30:24.092Z] ++ cut -d/ -f2 [2021-02-04T04:30:24.092Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T04:30:24.253Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:30:25.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:25.214Z] [2021-02-04T04:30:25.214Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:30:25.615Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:25.615Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T04:30:25.615Z] 31603596830f: Pulling fs layer [2021-02-04T04:30:25.615Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T04:30:25.615Z] 6ca5941a6612: Pulling fs layer [2021-02-04T04:30:25.615Z] ecc8261a40a4: Pulling fs layer [2021-02-04T04:30:25.615Z] ecc8261a40a4: Waiting [2021-02-04T04:30:25.615Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T04:30:25.615Z] 2a8b12db71e7: Download complete [2021-02-04T04:30:25.889Z] 31603596830f: Verifying Checksum [2021-02-04T04:30:25.890Z] 31603596830f: Download complete [2021-02-04T04:30:25.890Z] ecc8261a40a4: Verifying Checksum [2021-02-04T04:30:25.890Z] ecc8261a40a4: Download complete [2021-02-04T04:30:26.161Z] 6ca5941a6612: Verifying Checksum [2021-02-04T04:30:26.161Z] 6ca5941a6612: Download complete [2021-02-04T04:30:26.161Z] 31603596830f: Pull complete [2021-02-04T04:30:26.425Z] 2a8b12db71e7: Pull complete [2021-02-04T04:30:27.413Z] 6ca5941a6612: Pull complete [2021-02-04T04:30:27.701Z] ecc8261a40a4: Pull complete [2021-02-04T04:30:27.701Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T04:30:27.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:27.701Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T04:30:27.915Z] prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container [2021-02-04T04:30:28.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T04:30:30.615Z] $ docker top d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:30:31.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:30:31.036Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:30:31.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:30:31.334Z] $ docker exec d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent [2021-02-04T04:30:31.521Z] SSH_AUTH_SOCK=/tmp/ssh-Q1tbbqLdgS9r/agent.12 [2021-02-04T04:30:31.521Z] SSH_AGENT_PID=18 [2021-02-04T04:30:31.541Z] Running ssh-add (command line suppressed) [2021-02-04T04:30:31.714Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8533094224855276456.key (/w/workspace/edgex-go/6@tmp/private_key_8533094224855276456.key) [2021-02-04T04:30:31.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:30:32.173Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T04:30:32.204Z] $ docker exec --env ******** --env ******** d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent -k [2021-02-04T04:30:32.328Z] unset SSH_AUTH_SOCK; [2021-02-04T04:30:32.328Z] unset SSH_AGENT_PID; [2021-02-04T04:30:32.328Z] echo Agent pid 18 killed; [2021-02-04T04:30:32.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T04:30:32.574Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:30:32.574Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:30:32.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:30:32.764Z] $ docker exec d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent [2021-02-04T04:30:32.942Z] SSH_AUTH_SOCK=/tmp/ssh-i3PSm6B5cV8N/agent.47 [2021-02-04T04:30:32.942Z] SSH_AGENT_PID=52 [2021-02-04T04:30:32.952Z] Running ssh-add (command line suppressed) [2021-02-04T04:30:33.091Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8070742314234477562.key (/w/workspace/edgex-go/6@tmp/private_key_8070742314234477562.key) [2021-02-04T04:30:33.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:30:33.498Z] + git semver init [2021-02-04T04:30:33.498Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:30:33.498Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-04T04:30:33.498Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-04T04:30:33.498Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:30:33.498Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:30:33.498Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:30:33.498Z] # $SEMVER_BRANCH = PR-3109 [2021-02-04T04:30:33.498Z] # $SEMVER_TEMP = /tmp/semver-716176855 [2021-02-04T04:30:33.498Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T04:31:41.351Z] # '/tmp/semver-716176855' -> '/w/workspace/edgex-go/6/.semver' [2021-02-04T04:31:41.351Z] # -> Force: false [2021-02-04T04:31:41.351Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-04T04:31:41.370Z] $ docker exec --env ******** --env ******** d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent -k [2021-02-04T04:31:41.657Z] unset SSH_AUTH_SOCK; [2021-02-04T04:31:41.658Z] unset SSH_AGENT_PID; [2021-02-04T04:31:41.658Z] echo Agent pid 52 killed; [2021-02-04T04:31:41.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:31:42.289Z] + git semver [Pipeline] } [2021-02-04T04:31:42.309Z] $ docker stop --time=1 d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e [2021-02-04T04:31:43.938Z] $ docker rm -f d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:31:44.615Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T04:31:45.133Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T04:31:45.137Z] [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-02-04T04:31:46.046Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:31:46.369Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:31:46.673Z] + sudo service docker restart [2021-02-04T04:31:46.674Z] + true [2021-02-04T04:31:46.674Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T04:31:47.653Z] ========================================================= [2021-02-04T04:31:47.653Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T04:31:47.653Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:31:47.997Z] + 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-02-04T04:31:52.254Z] Sending build context to Docker daemon 327.5MB [2021-02-04T04:31:52.254Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:31:52.254Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:31:52.254Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T04:31:52.254Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T04:31:52.254Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T04:31:52.254Z] de9db76c5a1d: Pulling fs layer [2021-02-04T04:31:52.254Z] bca2f99d35d6: Pulling fs layer [2021-02-04T04:31:52.254Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T04:31:52.254Z] 7c6f9722023f: Pulling fs layer [2021-02-04T04:31:52.254Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T04:31:52.254Z] bca2f99d35d6: Waiting [2021-02-04T04:31:52.254Z] 7c6f9722023f: Waiting [2021-02-04T04:31:52.254Z] a35cf1a2eb13: Waiting [2021-02-04T04:31:52.254Z] 93359f2a8cfa: Waiting [2021-02-04T04:31:52.254Z] de9db76c5a1d: Verifying Checksum [2021-02-04T04:31:52.254Z] de9db76c5a1d: Download complete [2021-02-04T04:31:52.254Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T04:31:52.254Z] 0ef7d3d256c8: Download complete [2021-02-04T04:31:52.254Z] 93359f2a8cfa: Download complete [2021-02-04T04:31:52.254Z] 7c6f9722023f: Verifying Checksum [2021-02-04T04:31:52.254Z] 7c6f9722023f: Download complete [2021-02-04T04:31:52.254Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T04:31:52.254Z] 188c0c94c7c5: Download complete [2021-02-04T04:31:52.840Z] 188c0c94c7c5: Pull complete [2021-02-04T04:31:53.805Z] a35cf1a2eb13: Download complete [2021-02-04T04:31:54.386Z] 0ef7d3d256c8: Pull complete [2021-02-04T04:31:54.649Z] bca2f99d35d6: Verifying Checksum [2021-02-04T04:31:54.649Z] bca2f99d35d6: Download complete [2021-02-04T04:31:54.649Z] de9db76c5a1d: Pull complete [2021-02-04T04:31:59.988Z] bca2f99d35d6: Pull complete [2021-02-04T04:32:00.253Z] 93359f2a8cfa: Pull complete [2021-02-04T04:32:00.483Z] Still waiting to schedule task [2021-02-04T04:32:00.483Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T04:32:00.521Z] 7c6f9722023f: Pull complete [2021-02-04T04:32:04.825Z] a35cf1a2eb13: Pull complete [2021-02-04T04:32:04.825Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T04:32:04.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T04:32:04.825Z] ---> a62c8e92a672 [2021-02-04T04:32:04.825Z] 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-02-04T04:32:05.095Z] ---> Running in 17e2f8120273 [2021-02-04T04:32:06.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:32:07.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:32:11.713Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:32:12.665Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:32:12.665Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:32:12.665Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:32:34.690Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:32:34.690Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:32:34.690Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:32:34.690Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:32:34.690Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:32:34.954Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:32:34.954Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:32:35.229Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:32:35.229Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:32:35.229Z] OK: 233 MiB in 51 packages [2021-02-04T04:32:38.559Z] Removing intermediate container 17e2f8120273 [2021-02-04T04:32:38.559Z] ---> d1059f28e8ee [2021-02-04T04:32:38.559Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:32:38.559Z] ---> Running in c5abb3e01a51 [2021-02-04T04:32:38.825Z] Removing intermediate container c5abb3e01a51 [2021-02-04T04:32:38.825Z] ---> c189cd7855d6 [2021-02-04T04:32:38.825Z] Step 5/6 : COPY go.mod . [2021-02-04T04:32:39.095Z] ---> d40bb3893e91 [2021-02-04T04:32:39.095Z] Step 6/6 : RUN go mod download [2021-02-04T04:32:39.095Z] ---> Running in b42cc0e37cab [2021-02-04T04:33:01.141Z] Removing intermediate container b42cc0e37cab [2021-02-04T04:33:01.141Z] ---> 983b60c56f47 [2021-02-04T04:33:01.141Z] Successfully built 983b60c56f47 [2021-02-04T04:33:01.141Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:01.472Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:01.472Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:01.604Z] prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container [2021-02-04T04:33:01.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-02-04T04:33:02.487Z] $ docker top d47777cf66cfc329991a411ec9b36dec494df09b78f9c5677dd2c896bc7eb339 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:33:02.986Z] + go version [2021-02-04T04:33:02.986Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T04:33:03.001Z] $ docker stop --time=1 d47777cf66cfc329991a411ec9b36dec494df09b78f9c5677dd2c896bc7eb339 [2021-02-04T04:33:04.373Z] $ docker rm -f d47777cf66cfc329991a411ec9b36dec494df09b78f9c5677dd2c896bc7eb339 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:05.150Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:05.150Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:05.252Z] prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container [2021-02-04T04:33:05.305Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-02-04T04:33:06.395Z] $ docker top 254b02e6457656538721e337d2ba3d920f4d133f86e40fb6b438975f7487b10b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:33:06.594Z] ========================================================= [2021-02-04T04:33:06.594Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:33:06.594Z] ========================================================= [Pipeline] sh [2021-02-04T04:33:06.887Z] + make test [2021-02-04T04:33:06.887Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:33:16.018Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:33:34.336Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:33:39.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:33:39.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:33:39.700Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:33:39.700Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:33:42.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:33:42.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:33:42.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:33:42.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:33:42.293Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:33:42.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:33:45.947Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:33:45.947Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:33:45.947Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:33:47.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 46.0% of statements [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:33:47.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:33:47.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-02-04T04:33:51.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.251s coverage: 27.1% of statements [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:33:51.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:33:51.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:33:51.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 65.8% of statements [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:33:51.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:33:52.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.3% of statements [2021-02-04T04:33:52.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:33:52.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:33:52.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:33:52.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:33:53.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.387s coverage: 28.6% of statements [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:33:53.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:33:53.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-04T04:33:53.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:33:55.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-02-04T04:33:55.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:33:55.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements [2021-02-04T04:33:55.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:33:55.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-02-04T04:33:55.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:33:55.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:33:55.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:33:55.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.542s coverage: 92.8% of statements [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.1% of statements [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:33:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-02-04T04:33:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-02-04T04:33:58.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-02-04T04:34:10.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-02-04T04:34:10.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 63.5% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 68.9% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.323s coverage: 84.0% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements [2021-02-04T04:34:22.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:34:22.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.079s coverage: 90.4% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.839s coverage: 29.1% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:34:22.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-04T04:34:22.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-04T04:34:22.905Z] GO111MODULE=on go vet ./... [2021-02-04T04:34:33.007Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24870 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-04T04:34:33.293Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-04T04:34:38.734Z] using credential edgex-jenkins-ssh [2021-02-04T04:34:38.845Z] Cloning the remote Git repository [2021-02-04T04:34:38.930Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:34:39.060Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-04T04:34:39.159Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:34:39.161Z] > git --version # timeout=10 [2021-02-04T04:34:39.184Z] > git --version # 'git version 2.17.1' [2021-02-04T04:34:39.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:34:39.290Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:34:55.222Z] gofmt -l . [2021-02-04T04:34:55.222Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:34:55.222Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:34:55.222Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:34:55.854Z] + ls -al . [2021-02-04T04:34:55.854Z] total 684 [2021-02-04T04:34:55.854Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 04:34 . [2021-02-04T04:34:55.854Z] drwxr-xr-x 4 root root 28 Feb 4 04:33 .. [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:30 .dockerignore [2021-02-04T04:34:55.854Z] drwxrwxr-x 8 1001 1001 179 Feb 4 04:30 .git [2021-02-04T04:34:55.854Z] drwxrwxr-x 3 1001 1001 125 Feb 4 04:30 .github [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:30 .gitignore [2021-02-04T04:34:55.854Z] drwx------ 3 1001 1001 60 Feb 4 04:31 .semver [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:30 .sonarcloud.properties [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:30 Attribution.txt [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:30 CONTRIBUTING.md [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:30 Dockerfile.build [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:30 Jenkinsfile [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:30 LICENSE [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:30 Makefile [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:30 README.md [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:30 SECURITY.md [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:31 VERSION [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:30 ZMQWindows.md [2021-02-04T04:34:55.854Z] drwxrwxr-x 2 1001 1001 117 Feb 4 04:30 bin [2021-02-04T04:34:55.854Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:30 cmd [2021-02-04T04:34:55.854Z] -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out [2021-02-04T04:34:55.854Z] -rw-r--r-- 1 root root 1054 Feb 4 04:34 go.mod [2021-02-04T04:34:55.854Z] -rw-r--r-- 1 root root 19517 Feb 4 04:34 go.sum [2021-02-04T04:34:55.854Z] drwxrwxr-x 8 1001 1001 127 Feb 4 04:30 internal [2021-02-04T04:34:55.854Z] drwxrwxr-x 4 1001 1001 26 Feb 4 04:30 openapi [2021-02-04T04:34:55.854Z] drwxrwxr-x 4 1001 1001 71 Feb 4 04:30 snap [2021-02-04T04:34:55.854Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:30 version.go [Pipeline] sh [2021-02-04T04:34:56.160Z] + '[' -e coverage.out ] [2021-02-04T04:34:56.160Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:34:56.461Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:34:56.815Z] + make build [2021-02-04T04:34:56.815Z] 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-02-04T04:34:58.687Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:34:59.301Z] Merge succeeded, producing 6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:34:59.302Z] Checking out Revision 6778374181067c634be59fa5fbbb34bb40a891bb (PR-3109) [2021-02-04T04:34:57.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:34:57.956Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:34:57.991Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:34:58.036Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:34:58.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:34:58.050Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:34:58.712Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:34:58.744Z] > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 [2021-02-04T04:34:59.128Z] > git remote # timeout=10 [2021-02-04T04:34:59.156Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:34:59.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:34:59.215Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:34:59.268Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:34:59.308Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:34:59.344Z] > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 [2021-02-04T04:35:01.087Z] 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-02-04T04:35:04.052Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T04:35:05.579Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:35:05.990Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:35:06.393Z] + + true [2021-02-04T04:35:06.393Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:35:09.156Z] provisioning config files... [2021-02-04T04:35:09.208Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5548710099039316291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:35:09.634Z] ---> docker-login.sh [2021-02-04T04:35:09.634Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:35:10.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:35:10.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:35:10.900Z] Configure a credential helper to remove this warning. See [2021-02-04T04:35:10.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:35:10.900Z] [2021-02-04T04:35:10.900Z] Login Succeeded [2021-02-04T04:35:10.900Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:35:11.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:35:11.263Z] 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-02-04T04:35:11.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:35:11.447Z] Configure a credential helper to remove this warning. See [2021-02-04T04:35:11.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:35:11.447Z] [2021-02-04T04:35:11.447Z] Login Succeeded [2021-02-04T04:35:11.447Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:35:11.528Z] 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-02-04T04:35:11.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:35:11.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:35:11.722Z] Configure a credential helper to remove this warning. See [2021-02-04T04:35:11.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:35:11.722Z] [2021-02-04T04:35:11.722Z] Login Succeeded [2021-02-04T04:35:11.995Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:35:12.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:35:12.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:35:12.545Z] Configure a credential helper to remove this warning. See [2021-02-04T04:35:12.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:35:12.545Z] [2021-02-04T04:35:12.545Z] Login Succeeded [2021-02-04T04:35:12.545Z] docker.io [2021-02-04T04:35:12.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:35:12.936Z] 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-02-04T04:35:13.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:35:13.413Z] Configure a credential helper to remove this warning. See [2021-02-04T04:35:13.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:35:13.413Z] [2021-02-04T04:35:13.413Z] Login Succeeded [2021-02-04T04:35:13.413Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:35:13.430Z] Deleting 1 temporary files [Pipeline] // wrap [2021-02-04T04:35:13.516Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T04:35:13.847Z] ========================================================= [2021-02-04T04:35:13.847Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T04:35:13.847Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:14.240Z] + 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-02-04T04:35:15.474Z] 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-02-04T04:35:16.879Z] 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-02-04T04:35:16.884Z] Sending build context to Docker daemon 166.1MB [2021-02-04T04:35:16.884Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:35:16.884Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:35:16.884Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T04:35:16.884Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T04:35:16.884Z] a4357932f1b6: Pulling fs layer [2021-02-04T04:35:16.884Z] 18c013af1878: Pulling fs layer [2021-02-04T04:35:16.884Z] 00ac8860ef70: Pulling fs layer [2021-02-04T04:35:16.884Z] 63d7cb157983: Pulling fs layer [2021-02-04T04:35:16.884Z] b116817d02f9: Pulling fs layer [2021-02-04T04:35:16.884Z] 745a02a5169b: Pulling fs layer [2021-02-04T04:35:16.884Z] 00ac8860ef70: Waiting [2021-02-04T04:35:16.884Z] 63d7cb157983: Waiting [2021-02-04T04:35:16.884Z] 745a02a5169b: Waiting [2021-02-04T04:35:16.884Z] 18c013af1878: Verifying Checksum [2021-02-04T04:35:16.884Z] 18c013af1878: Download complete [2021-02-04T04:35:16.884Z] a4357932f1b6: Verifying Checksum [2021-02-04T04:35:16.884Z] a4357932f1b6: Download complete [2021-02-04T04:35:16.884Z] 63d7cb157983: Verifying Checksum [2021-02-04T04:35:16.884Z] 63d7cb157983: Download complete [2021-02-04T04:35:16.884Z] b116817d02f9: Verifying Checksum [2021-02-04T04:35:16.884Z] b116817d02f9: Download complete [2021-02-04T04:35:16.884Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T04:35:16.884Z] 5f621e34cdf4: Download complete [2021-02-04T04:35:17.484Z] 5f621e34cdf4: Pull complete [2021-02-04T04:35:18.086Z] a4357932f1b6: Pull complete [2021-02-04T04:35:18.299Z] 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-02-04T04:35:18.365Z] 18c013af1878: Pull complete [2021-02-04T04:35:19.707Z] 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-02-04T04:35:19.812Z] 745a02a5169b: Verifying Checksum [2021-02-04T04:35:19.812Z] 745a02a5169b: Download complete [2021-02-04T04:35:20.672Z] 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-02-04T04:35:21.263Z] 00ac8860ef70: Verifying Checksum [2021-02-04T04:35:21.263Z] 00ac8860ef70: Download complete [2021-02-04T04:35:22.079Z] 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-02-04T04:35:23.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T04:35:25.045Z] $ docker stop --time=1 254b02e6457656538721e337d2ba3d920f4d133f86e40fb6b438975f7487b10b [2021-02-04T04:35:26.828Z] $ docker rm -f 254b02e6457656538721e337d2ba3d920f4d133f86e40fb6b438975f7487b10b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:28.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:28.958Z] [2021-02-04T04:35:28.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:29.312Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:29.312Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T04:35:29.312Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T04:35:29.312Z] ca9280d653b3: Pulling fs layer [2021-02-04T04:35:29.312Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T04:35:29.577Z] cbdbe7a5bc2a: Download complete [2021-02-04T04:35:29.840Z] cbdbe7a5bc2a: Pull complete [2021-02-04T04:35:30.790Z] ca9280d653b3: Verifying Checksum [2021-02-04T04:35:30.790Z] ca9280d653b3: Download complete [2021-02-04T04:35:31.480Z] 00ac8860ef70: Pull complete [2021-02-04T04:35:31.480Z] 63d7cb157983: Pull complete [2021-02-04T04:35:31.480Z] b116817d02f9: Pull complete [2021-02-04T04:35:31.751Z] ca9280d653b3: Pull complete [2021-02-04T04:35:32.014Z] 7e9c9ca2126c: Download complete [2021-02-04T04:35:34.875Z] 745a02a5169b: Pull complete [2021-02-04T04:35:34.876Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T04:35:34.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T04:35:34.876Z] ---> b7e6874047d6 [2021-02-04T04:35:34.876Z] 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-02-04T04:35:38.310Z] ---> Running in 02b71b474b25 [2021-02-04T04:35:39.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:35:40.205Z] 7e9c9ca2126c: Pull complete [2021-02-04T04:35:40.205Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T04:35:40.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:40.205Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T04:35:40.352Z] prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container [2021-02-04T04:35:40.404Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T04:35:40.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:35:42.158Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:35:42.158Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:35:42.416Z] $ docker top 7045f733fa6b54366e5ae0949460d13019e170c842abca2bed97ce9fb5ac845c -eo pid,comm [2021-02-04T04:35:42.430Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:35:42.430Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh [2021-02-04T04:35:43.079Z] + docker-compose build --help [2021-02-04T04:35:43.079Z] + grep parallel [2021-02-04T04:35:44.047Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:35:44.064Z] $ docker stop --time=1 7045f733fa6b54366e5ae0949460d13019e170c842abca2bed97ce9fb5ac845c [2021-02-04T04:35:46.066Z] $ docker rm -f 7045f733fa6b54366e5ae0949460d13019e170c842abca2bed97ce9fb5ac845c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:46.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:46.693Z] . [Pipeline] withDockerContainer [2021-02-04T04:35:46.824Z] prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container [2021-02-04T04:35:46.888Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T04:35:47.617Z] $ docker top 510e4a8d19256480d1d7e1671cc9520da262d35d9d5660cf133291189dad8a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:35:48.118Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:35:49.075Z] Building docker-core-command-go ... [2021-02-04T04:35:49.075Z] Building docker-core-data-go ... [2021-02-04T04:35:49.075Z] Building docker-core-metadata-go ... [2021-02-04T04:35:49.075Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:35:49.075Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:35:49.075Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:35:49.075Z] Building docker-support-notifications-go ... [2021-02-04T04:35:49.075Z] Building docker-support-scheduler-go ... [2021-02-04T04:35:49.075Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:35:49.075Z] Building docker-support-notifications-go [2021-02-04T04:35:49.075Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:35:49.075Z] Building docker-core-command-go [2021-02-04T04:35:49.075Z] Building docker-security-proxy-setup-go [2021-02-04T04:35:49.075Z] Building docker-core-metadata-go [2021-02-04T04:36:04.629Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:36:04.629Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:36:04.629Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:36:04.629Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:36:04.629Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:36:04.629Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:36:04.629Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:36:04.629Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:36:04.629Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:36:04.629Z] OK: 217 MiB in 51 packages [2021-02-04T04:36:07.257Z] Removing intermediate container 02b71b474b25 [2021-02-04T04:36:07.257Z] ---> 0adb87e3ce67 [2021-02-04T04:36:07.257Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:36:07.257Z] ---> Running in 2b5eaf140dfa [2021-02-04T04:36:07.530Z] Removing intermediate container 2b5eaf140dfa [2021-02-04T04:36:07.530Z] ---> f60ff0ff48f1 [2021-02-04T04:36:07.530Z] Step 5/6 : COPY go.mod . [2021-02-04T04:36:08.531Z] ---> 9e637cc796cf [2021-02-04T04:36:08.531Z] Step 6/6 : RUN go mod download [2021-02-04T04:36:08.531Z] ---> Running in 45b1ade687e1 [2021-02-04T04:36:21.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:21.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:21.573Z] ---> 983b60c56f47 [2021-02-04T04:36:21.573Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:36:21.573Z] ---> Running in 86cf817cefed [2021-02-04T04:36:22.588Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.588Z] ---> 983b60c56f47 [2021-02-04T04:36:22.588Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:36:22.588Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.588Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.588Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.588Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.588Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.588Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:23.163Z] ---> 983b60c56f47 [2021-02-04T04:36:23.163Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:36:23.163Z] ---> Using cache [2021-02-04T04:36:23.163Z] ---> dba77589180c [2021-02-04T04:36:23.163Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:23.163Z] ---> 983b60c56f47 [2021-02-04T04:36:23.163Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:36:23.163Z] ---> Using cache [2021-02-04T04:36:23.163Z] ---> dba77589180c [2021-02-04T04:36:23.163Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:23.163Z] ---> 983b60c56f47 [2021-02-04T04:36:23.163Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:36:23.163Z] ---> Using cache [2021-02-04T04:36:23.163Z] ---> dba77589180c [2021-02-04T04:36:23.163Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:23.735Z] Removing intermediate container 86cf817cefed [2021-02-04T04:36:23.735Z] ---> dba77589180c [2021-02-04T04:36:23.735Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:23.735Z] ---> Running in 8299ff0a1726 [2021-02-04T04:36:23.735Z] ---> Running in 92e55b31a569 [2021-02-04T04:36:23.735Z] ---> Running in c9547c29467f [2021-02-04T04:36:23.735Z] ---> Running in 887b2bc6739a [2021-02-04T04:36:23.999Z] ---> Running in 1e5ff39680ae [2021-02-04T04:36:23.999Z] Removing intermediate container 8299ff0a1726 [2021-02-04T04:36:23.999Z] ---> 95b60e0728d6 [2021-02-04T04:36:23.999Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:24.263Z] ---> Running in 1c713a2ef970 [2021-02-04T04:36:26.198Z] Removing intermediate container 887b2bc6739a [2021-02-04T04:36:26.198Z] ---> 0cf4aed45c9b [2021-02-04T04:36:26.198Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:36:26.198Z] Removing intermediate container c9547c29467f [2021-02-04T04:36:26.198Z] ---> 4a3650f92d8f [2021-02-04T04:36:26.198Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:36:26.462Z] Removing intermediate container 92e55b31a569 [2021-02-04T04:36:26.462Z] ---> 5a7769258271 [2021-02-04T04:36:26.462Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:36:26.462Z] ---> Running in ba43e5778988 [2021-02-04T04:36:26.462Z] ---> Running in 27ea7ef06ae1 [2021-02-04T04:36:26.462Z] ---> Running in 0a691c5952e1 [2021-02-04T04:36:26.724Z] Removing intermediate container 1c713a2ef970 [2021-02-04T04:36:26.724Z] ---> 11ce33a0def4 [2021-02-04T04:36:26.724Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:36:26.724Z] Removing intermediate container 1e5ff39680ae [2021-02-04T04:36:26.724Z] ---> eda761d72cb6 [2021-02-04T04:36:26.724Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:36:26.724Z] ---> Running in 0a6a86d02a5a [2021-02-04T04:36:26.986Z] ---> Running in 09ea237f0ddb [2021-02-04T04:36:27.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:27.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:27.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:29.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:29.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:29.796Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:30.065Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:30.336Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:30.336Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:30.607Z] Removing intermediate container ba43e5778988 [2021-02-04T04:36:30.607Z] ---> 4b41217081dd [2021-02-04T04:36:30.607Z] Step 6/26 : COPY go.mod . [2021-02-04T04:36:30.607Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:30.607Z] Removing intermediate container 27ea7ef06ae1 [2021-02-04T04:36:30.607Z] ---> 79af05346316 [2021-02-04T04:36:30.607Z] Step 6/23 : COPY go.mod . [2021-02-04T04:36:30.873Z] Removing intermediate container 0a691c5952e1 [2021-02-04T04:36:30.873Z] ---> c87789daa678 [2021-02-04T04:36:30.873Z] Step 6/21 : COPY go.mod . [2021-02-04T04:36:31.138Z] ---> 58b282129c0d [2021-02-04T04:36:31.138Z] Step 7/26 : RUN go mod download [2021-02-04T04:36:31.138Z] ---> 9df7c600dee4 [2021-02-04T04:36:31.138Z] Step 7/23 : RUN go mod download [2021-02-04T04:36:31.401Z] Removing intermediate container 0a6a86d02a5a [2021-02-04T04:36:31.401Z] ---> edd2fa68f00d [2021-02-04T04:36:31.401Z] Step 6/22 : COPY go.mod . [2021-02-04T04:36:31.401Z] ---> Running in 9263f82fa259 [2021-02-04T04:36:31.401Z] ---> Running in d0c981b12584 [2021-02-04T04:36:31.401Z] ---> c3b28bc90b9b [2021-02-04T04:36:31.401Z] Step 7/21 : RUN go mod download [2021-02-04T04:36:31.678Z] Removing intermediate container 09ea237f0ddb [2021-02-04T04:36:31.678Z] ---> 701982114ef9 [2021-02-04T04:36:31.678Z] Step 6/23 : COPY go.mod . [2021-02-04T04:36:31.678Z] ---> e59004a21fa8 [2021-02-04T04:36:31.678Z] Step 7/22 : RUN go mod download [2021-02-04T04:36:31.678Z] ---> Running in f89f54f20153 [2021-02-04T04:36:31.942Z] ---> Running in d66a3f3b60ea [2021-02-04T04:36:32.208Z] ---> f06121b3d837 [2021-02-04T04:36:32.208Z] Step 7/23 : RUN go mod download [2021-02-04T04:36:32.477Z] ---> Running in 701fbe011a34 [2021-02-04T04:36:34.419Z] Removing intermediate container d0c981b12584 [2021-02-04T04:36:34.419Z] ---> 17206cd408fd [2021-02-04T04:36:34.419Z] Step 8/23 : COPY . . [2021-02-04T04:36:34.419Z] Removing intermediate container d66a3f3b60ea [2021-02-04T04:36:34.419Z] ---> c1b123d9fb4e [2021-02-04T04:36:34.419Z] Step 8/22 : COPY . . [2021-02-04T04:36:34.419Z] Removing intermediate container 701fbe011a34 [2021-02-04T04:36:34.419Z] ---> 93551078d11a [2021-02-04T04:36:34.419Z] Step 8/23 : COPY . . [2021-02-04T04:36:34.692Z] Removing intermediate container f89f54f20153 [2021-02-04T04:36:34.692Z] ---> 7984865477b1 [2021-02-04T04:36:34.692Z] Step 8/21 : COPY . . [2021-02-04T04:36:34.692Z] Removing intermediate container 9263f82fa259 [2021-02-04T04:36:34.692Z] ---> 0f374e8e88e7 [2021-02-04T04:36:34.692Z] Step 8/26 : COPY . . [2021-02-04T04:36:35.381Z] Removing intermediate container 45b1ade687e1 [2021-02-04T04:36:35.382Z] ---> 7d4e04f36393 [2021-02-04T04:36:35.382Z] Successfully built 7d4e04f36393 [2021-02-04T04:36:35.382Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:35.724Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:36:35.724Z] . [Pipeline] withDockerContainer [2021-02-04T04:36:36.002Z] prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container [2021-02-04T04:36:36.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-02-04T04:36:37.675Z] $ docker top dc82c5af91cbeeee1b9349f17d135fda5a6aa9d353b2a77686a60c8ce9ff8f70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:38.701Z] + go version [2021-02-04T04:36:38.701Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T04:36:38.722Z] $ docker stop --time=1 dc82c5af91cbeeee1b9349f17d135fda5a6aa9d353b2a77686a60c8ce9ff8f70 [2021-02-04T04:36:40.692Z] $ docker rm -f dc82c5af91cbeeee1b9349f17d135fda5a6aa9d353b2a77686a60c8ce9ff8f70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:41.763Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:36:41.763Z] . [Pipeline] withDockerContainer [2021-02-04T04:36:42.037Z] prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container [2021-02-04T04:36:42.129Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-02-04T04:36:43.560Z] $ docker top 9bc836a9983978a59a0a7e406683ffee7383f1e926e048b8c88d0bdeedca07a9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:36:43.959Z] ========================================================= [2021-02-04T04:36:43.959Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:36:43.959Z] ========================================================= [Pipeline] sh [2021-02-04T04:36:44.608Z] + make test [2021-02-04T04:36:44.608Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:37:06.791Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:37:13.720Z] ---> 16dba2f8bdb1 [2021-02-04T04:37:13.720Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:37:13.720Z] ---> 8ad69aafdc23 [2021-02-04T04:37:13.720Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:37:13.720Z] ---> 50555f8facfe [2021-02-04T04:37:13.720Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:37:13.720Z] ---> d8bee3135594 [2021-02-04T04:37:13.720Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:37:13.720Z] ---> e8286b50bbfb [2021-02-04T04:37:13.720Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:37:13.720Z] ---> Running in bef670cc8fa0 [2021-02-04T04:37:13.720Z] ---> Running in ec330302e7ce [2021-02-04T04:37:13.720Z] ---> Running in 8e0bb98bb446 [2021-02-04T04:37:13.720Z] ---> Running in 506665e6c4bd [2021-02-04T04:37:13.720Z] ---> Running in 02954ff62136 [2021-02-04T04:37:14.032Z] 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-02-04T04:37:14.032Z] 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-02-04T04:37:14.313Z] 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-02-04T04:37:14.313Z] 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-02-04T04:37:14.313Z] 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-02-04T04:37:46.599Z] 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-02-04T04:37:50.913Z] Removing intermediate container 02954ff62136 [2021-02-04T04:37:50.913Z] ---> 25dd47651f06 [2021-02-04T04:37:50.913Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:37:50.913Z] ---> Running in a33ade3a8ebf [2021-02-04T04:37:52.325Z] 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-02-04T04:37:52.594Z] Removing intermediate container 506665e6c4bd [2021-02-04T04:37:52.594Z] ---> e64c3bfe8d8a [2021-02-04T04:37:52.594Z] [2021-02-04T04:37:52.594Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:37:52.594Z] 3.12: Pulling from library/alpine [2021-02-04T04:37:53.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:37:54.536Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:37:56.462Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:37:56.462Z] ---> 389fef711851 [2021-02-04T04:37:56.462Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:37:56.462Z] Removing intermediate container ec330302e7ce [2021-02-04T04:37:56.462Z] ---> 80962c11991a [2021-02-04T04:37:56.462Z] [2021-02-04T04:37:56.462Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:37:56.462Z] ---> 389fef711851 [2021-02-04T04:37:56.462Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:37:57.860Z] ---> Running in 9b8c20148633 [2021-02-04T04:37:57.860Z] ---> Running in f1e923bf11d2 [2021-02-04T04:37:58.122Z] Removing intermediate container bef670cc8fa0 [2021-02-04T04:37:58.123Z] ---> d14c6938bb3b [2021-02-04T04:37:58.123Z] [2021-02-04T04:37:58.123Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:37:58.123Z] ---> 389fef711851 [2021-02-04T04:37:58.123Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:37:58.123Z] Removing intermediate container 8e0bb98bb446 [2021-02-04T04:37:58.123Z] ---> 6b38ec71e451 [2021-02-04T04:37:58.123Z] [2021-02-04T04:37:58.123Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:37:58.123Z] ---> 389fef711851 [2021-02-04T04:37:58.123Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:37:58.390Z] ---> Running in e56119c770f2 [2021-02-04T04:37:58.390Z] ---> Running in 0fc5cca63bbc [2021-02-04T04:37:58.653Z] Removing intermediate container a33ade3a8ebf [2021-02-04T04:37:58.654Z] ---> 7e346356723c [2021-02-04T04:37:58.654Z] [2021-02-04T04:37:58.654Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:37:58.654Z] 20.10.0: Pulling from library/docker [2021-02-04T04:37:58.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:58.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:58.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:58.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:58.919Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:37:59.195Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:37:59.195Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:37:59.195Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:37:59.195Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:59.195Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:37:59.195Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:37:59.195Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:37:59.195Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:59.195Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:37:59.195Z] OK: 7 MiB in 18 packages [2021-02-04T04:37:59.195Z] OK: 6 MiB in 16 packages [2021-02-04T04:37:59.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:59.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:59.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:59.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:00.036Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:00.036Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:00.036Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:00.036Z] OK: 6 MiB in 15 packages [2021-02-04T04:38:00.036Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:00.036Z] OK: 6 MiB in 15 packages [2021-02-04T04:38:01.965Z] Removing intermediate container f1e923bf11d2 [2021-02-04T04:38:01.965Z] ---> fccfff76125a [2021-02-04T04:38:01.965Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:38:02.234Z] ---> Running in 3e424c14fcfc [2021-02-04T04:38:02.234Z] Removing intermediate container 9b8c20148633 [2021-02-04T04:38:02.234Z] ---> f27e3c61ad5d [2021-02-04T04:38:02.234Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:38:02.234Z] ---> Running in 5aa8b801c850 [2021-02-04T04:38:03.180Z] Removing intermediate container e56119c770f2 [2021-02-04T04:38:03.180Z] ---> 1730fcbfa3d6 [2021-02-04T04:38:03.180Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:38:03.180Z] Removing intermediate container 0fc5cca63bbc [2021-02-04T04:38:03.180Z] ---> 80f79201e5e2 [2021-02-04T04:38:03.180Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:38:03.180Z] Removing intermediate container 3e424c14fcfc [2021-02-04T04:38:03.180Z] ---> f826889d3561 [2021-02-04T04:38:03.180Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:38:03.447Z] Removing intermediate container 5aa8b801c850 [2021-02-04T04:38:03.447Z] ---> fb13bb349819 [2021-02-04T04:38:03.447Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:38:03.447Z] ---> Running in b5bb5a279992 [2021-02-04T04:38:03.447Z] ---> Running in dd7a5af5a3c8 [2021-02-04T04:38:03.447Z] ---> Running in c63959e1204a [2021-02-04T04:38:03.447Z] ---> Running in dbd38fd8adb7 [2021-02-04T04:38:03.719Z] Removing intermediate container b5bb5a279992 [2021-02-04T04:38:03.719Z] ---> fa9b934275c5 [2021-02-04T04:38:03.719Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:38:03.719Z] Removing intermediate container dd7a5af5a3c8 [2021-02-04T04:38:03.719Z] ---> 84cec6668470 [2021-02-04T04:38:03.719Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:38:03.988Z] ---> Running in cef625909a27 [2021-02-04T04:38:03.988Z] Removing intermediate container c63959e1204a [2021-02-04T04:38:03.988Z] ---> 4f307835fc31 [2021-02-04T04:38:03.988Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:38:03.988Z] Removing intermediate container dbd38fd8adb7 [2021-02-04T04:38:03.988Z] ---> 9655d248b283 [2021-02-04T04:38:03.988Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:38:03.988Z] ---> Running in 96d44e6f3b25 [2021-02-04T04:38:04.256Z] ---> Running in 210a847570d3 [2021-02-04T04:38:04.256Z] Removing intermediate container cef625909a27 [2021-02-04T04:38:04.256Z] ---> 155decb7f46c [2021-02-04T04:38:04.256Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:38:04.524Z] Removing intermediate container 96d44e6f3b25 [2021-02-04T04:38:04.524Z] ---> 54fb150a2717 [2021-02-04T04:38:04.524Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:38:04.524Z] ---> Running in c7cc00681945 [2021-02-04T04:38:04.524Z] ---> 8526f7e12aa0 [2021-02-04T04:38:04.524Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:38:04.524Z] Removing intermediate container 210a847570d3 [2021-02-04T04:38:04.524Z] ---> 44b3a957b368 [2021-02-04T04:38:04.524Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:04.795Z] ---> Running in ec46fcf1306a [2021-02-04T04:38:04.795Z] Removing intermediate container c7cc00681945 [2021-02-04T04:38:04.795Z] ---> 4b9e1fbc34bb [2021-02-04T04:38:04.795Z] Step 15/23 : WORKDIR / [2021-02-04T04:38:05.061Z] ---> Running in bac0c2825498 [2021-02-04T04:38:05.061Z] ---> 2cb8a77106fb [2021-02-04T04:38:05.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:38:05.324Z] Removing intermediate container ec46fcf1306a [2021-02-04T04:38:05.324Z] ---> 5521bafcb73c [2021-02-04T04:38:05.324Z] Step 15/23 : WORKDIR / [2021-02-04T04:38:05.324Z] ---> b67e032b1405 [2021-02-04T04:38:05.324Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:38:05.591Z] Removing intermediate container bac0c2825498 [2021-02-04T04:38:05.591Z] ---> 17ba4dcc2988 [2021-02-04T04:38:05.591Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:05.591Z] ---> Running in f392dccd7714 [2021-02-04T04:38:05.866Z] ---> bbddc53ffaf4 [2021-02-04T04:38:05.866Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:06.134Z] Removing intermediate container f392dccd7714 [2021-02-04T04:38:06.134Z] ---> 0b9f95af2f8a [2021-02-04T04:38:06.134Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:06.134Z] ---> 8c4efccee18c [2021-02-04T04:38:06.134Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:38:06.134Z] ---> 1a4e65160fa5 [2021-02-04T04:38:06.134Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:38:06.415Z] ---> b6b4ccd6ea7b [2021-02-04T04:38:06.415Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:38:06.415Z] ---> Running in 10f303d626a7 [2021-02-04T04:38:06.415Z] ---> Running in 887950f1062f [2021-02-04T04:38:06.415Z] ---> 1c5dbdd24e7f [2021-02-04T04:38:06.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:38:06.698Z] Removing intermediate container 10f303d626a7 [2021-02-04T04:38:06.698Z] ---> f576a357fdbb [2021-02-04T04:38:06.698Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:38:06.972Z] ---> 3398c050e39e [2021-02-04T04:38:06.972Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:06.972Z] Removing intermediate container 887950f1062f [2021-02-04T04:38:06.972Z] ---> ca5a07b6adf6 [2021-02-04T04:38:06.972Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:06.972Z] ---> Running in ebdbd51fcd70 [2021-02-04T04:38:07.233Z] ---> Running in a72970a912d0 [2021-02-04T04:38:07.495Z] ---> 9c6842cdb7fc [2021-02-04T04:38:07.495Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:38:07.495Z] Removing intermediate container ebdbd51fcd70 [2021-02-04T04:38:07.495Z] ---> 3631cedbf509 [2021-02-04T04:38:07.495Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T04:38:07.495Z] ---> d40c55ba0961 [2021-02-04T04:38:07.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:07.757Z] ---> Running in 49524baf20ad [2021-02-04T04:38:07.757Z] ---> Running in 692f959ade7d [2021-02-04T04:38:07.757Z] Removing intermediate container a72970a912d0 [2021-02-04T04:38:07.757Z] ---> a1eea58d7c60 [2021-02-04T04:38:07.757Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:38:08.019Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:38:08.019Z] ---> Running in 329deffcc394 [2021-02-04T04:38:08.019Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:38:08.019Z] ---> aefe523efa57 [2021-02-04T04:38:08.019Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:38:08.019Z] Removing intermediate container 692f959ade7d [2021-02-04T04:38:08.019Z] ---> 8c2e82d80135 [2021-02-04T04:38:08.019Z] Step 20/21 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:38:08.019Z] Removing intermediate container 49524baf20ad [2021-02-04T04:38:08.019Z] ---> 0f9032a62cb6 [2021-02-04T04:38:08.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:08.283Z] ---> 645ee5ed3d0f [2021-02-04T04:38:08.283Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:38:08.283Z] ---> Running in 09a32ba00e65 [2021-02-04T04:38:08.283Z] ---> Running in 5ac80d721179 [2021-02-04T04:38:08.283Z] ---> Running in 0160a670c455 [2021-02-04T04:38:08.283Z] ---> Running in ac3277eba486 [2021-02-04T04:38:08.283Z] Removing intermediate container 329deffcc394 [2021-02-04T04:38:08.283Z] ---> c9db329560fd [2021-02-04T04:38:08.283Z] Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:38:08.564Z] ---> Running in 62e4044db0fa [2021-02-04T04:38:08.982Z] Removing intermediate container 0160a670c455 [2021-02-04T04:38:08.982Z] ---> ca305e89808f [2021-02-04T04:38:08.982Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:38:08.982Z] Removing intermediate container ac3277eba486 [2021-02-04T04:38:08.982Z] ---> 713104e49262 [2021-02-04T04:38:08.982Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:08.982Z] Removing intermediate container 5ac80d721179 [2021-02-04T04:38:08.982Z] ---> 4ebf5c3d7016 [2021-02-04T04:38:08.982Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:38:08.982Z] ---> Running in 989efdf3c353 [2021-02-04T04:38:08.982Z] ---> Running in 6e2e902662d5 [2021-02-04T04:38:08.982Z] ---> Running in 18ef2e44b4f8 [2021-02-04T04:38:08.982Z] Removing intermediate container 62e4044db0fa [2021-02-04T04:38:08.982Z] ---> 7e362781c8e2 [2021-02-04T04:38:08.982Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:38:08.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:09.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:09.302Z] Removing intermediate container 989efdf3c353 [2021-02-04T04:38:09.302Z] ---> d8db24c7db2a [2021-02-04T04:38:09.302Z] Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:38:09.302Z] ---> Running in 065201430fe7 [2021-02-04T04:38:09.302Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:38:09.302Z] ---> Running in b1318afa2ad5 [2021-02-04T04:38:09.302Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:38:09.302Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:38:09.608Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:09.608Z] OK: 12 MiB in 22 packages [2021-02-04T04:38:09.608Z] Removing intermediate container 6e2e902662d5 [2021-02-04T04:38:09.608Z] ---> fe5216c5a68b [2021-02-04T04:38:09.608Z] [2021-02-04T04:38:09.608Z] Removing intermediate container 18ef2e44b4f8 [2021-02-04T04:38:09.609Z] ---> 0821e11ea7fe [2021-02-04T04:38:09.609Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:38:09.892Z] Removing intermediate container 065201430fe7 [2021-02-04T04:38:09.892Z] ---> aa5e3176812b [2021-02-04T04:38:09.892Z] [2021-02-04T04:38:09.892Z] Removing intermediate container b1318afa2ad5 [2021-02-04T04:38:09.892Z] ---> 2358fb284b5d [2021-02-04T04:38:09.892Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:38:09.892Z] Successfully built fe5216c5a68b [2021-02-04T04:38:09.892Z] ---> Running in 5bb56ce72cb4 [2021-02-04T04:38:09.892Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T04:38:09.892Z] Successfully built aa5e3176812b [2021-02-04T04:38:09.892Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-04T04:38:10.185Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T04:38:10.185Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-04T04:38:10.185Z] ---> Running in a6241b1a1a23 [2021-02-04T04:38:10.185Z] Removing intermediate container 5bb56ce72cb4 [2021-02-04T04:38:10.185Z] ---> 3db90c4a13b9 [2021-02-04T04:38:10.185Z] Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:38:10.185Z] ---> Running in 258a15e61a0f [2021-02-04T04:38:10.471Z] Removing intermediate container a6241b1a1a23 [2021-02-04T04:38:10.471Z] ---> 9b37b9f20e27 [2021-02-04T04:38:10.471Z] [2021-02-04T04:38:10.471Z] Successfully built 9b37b9f20e27 [2021-02-04T04:38:10.471Z] Successfully tagged docker-core-command-go:latest [2021-02-04T04:38:10.471Z]  Building docker-core-command-go ... done Removing intermediate container 09a32ba00e65 [2021-02-04T04:38:10.471Z] ---> 4ddb2e35f4cd [2021-02-04T04:38:10.471Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:38:10.471Z] Building docker-support-scheduler-go [2021-02-04T04:38:10.741Z] Removing intermediate container 258a15e61a0f [2021-02-04T04:38:10.741Z] ---> fdbcecb609a7 [2021-02-04T04:38:10.741Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:38:10.741Z] ---> Running in a3423864c7df [2021-02-04T04:38:10.741Z] ---> Running in 795be4e6f865 [2021-02-04T04:38:11.010Z] Removing intermediate container a3423864c7df [2021-02-04T04:38:11.010Z] ---> 35123195ed3e [2021-02-04T04:38:11.010Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:38:11.010Z] Removing intermediate container 795be4e6f865 [2021-02-04T04:38:11.010Z] ---> dbf73ae7ad0b [2021-02-04T04:38:11.010Z] [2021-02-04T04:38:11.010Z] ---> Running in 705f564d60d9 [2021-02-04T04:38:11.278Z] Successfully built dbf73ae7ad0b [2021-02-04T04:38:11.278Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T04:38:11.278Z] Building docker-core-data-go [2021-02-04T04:38:11.546Z]  Building docker-core-metadata-go ... done Removing intermediate container 705f564d60d9 [2021-02-04T04:38:11.546Z] ---> 5c332f131289 [2021-02-04T04:38:11.546Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:38:11.546Z] ---> Running in fdb2fb15d305 [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:38:12.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:38:15.792Z] Removing intermediate container fdb2fb15d305 [2021-02-04T04:38:15.792Z] ---> 9d38e9d67cdb [2021-02-04T04:38:15.792Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:38:18.354Z] ---> f4b5f4119f83 [2021-02-04T04:38:18.354Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:18.354Z] ---> 8e85fe56f1d1 [2021-02-04T04:38:18.354Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:38:19.316Z] ---> 1ed240d81c40 [2021-02-04T04:38:19.316Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:38:19.484Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:38:19.484Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:38:19.484Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:38:19.900Z] ---> Running in b83d3da91a89 [2021-02-04T04:38:21.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:21.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:21.834Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:38:21.834Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:38:21.834Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:38:21.834Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:38:21.834Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:38:21.834Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:38:21.834Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:38:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 46.0% of statements [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:38:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:38:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements [2021-02-04T04:38:28.471Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:38:28.471Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:38:28.471Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:38:28.471Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:38:28.471Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:38:29.424Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:38:29.425Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:38:30.820Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:38:31.084Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:38:31.662Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:38:32.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.1% of statements [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:38:32.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-04T04:38:32.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:38:32.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-02-04T04:38:32.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:38:32.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:38:32.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements [2021-02-04T04:38:32.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:38:32.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:38:33.055Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:38:33.055Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:38:33.317Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:38:34.712Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:38:34.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.659s coverage: 82.3% of statements [2021-02-04T04:38:34.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:38:34.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:38:34.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:38:34.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:38:36.308Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:38:37.275Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:38:38.224Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:38:39.179Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:38:40.135Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:38:40.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.103s coverage: 28.6% of statements [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:38:40.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:38:40.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-02-04T04:38:40.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:38:40.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.380s coverage: 86.7% of statements [2021-02-04T04:38:40.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:38:42.721Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:38:42.721Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:38:42.721Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:38:42.721Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:38:43.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements [2021-02-04T04:38:43.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:38:43.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-02-04T04:38:43.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:38:43.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:38:43.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:38:43.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:38:43.683Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:38:43.964Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:38:44.230Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:38:45.219Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:45.493Z] OK: 71 MiB in 55 packages [2021-02-04T04:38:48.113Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:48.113Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:48.113Z] ---> 983b60c56f47 [2021-02-04T04:38:48.113Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:38:48.113Z] ---> Using cache [2021-02-04T04:38:48.113Z] ---> 95b60e0728d6 [2021-02-04T04:38:48.113Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:48.113Z] ---> Using cache [2021-02-04T04:38:48.113Z] ---> 11ce33a0def4 [2021-02-04T04:38:48.113Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:38:48.113Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:48.113Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:48.113Z] ---> 983b60c56f47 [2021-02-04T04:38:48.113Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:38:48.113Z] ---> Using cache [2021-02-04T04:38:48.113Z] ---> 95b60e0728d6 [2021-02-04T04:38:48.113Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:48.113Z] ---> Using cache [2021-02-04T04:38:48.113Z] ---> 11ce33a0def4 [2021-02-04T04:38:48.113Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:38:48.374Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:48.374Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:48.374Z] ---> 983b60c56f47 [2021-02-04T04:38:48.374Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:38:48.374Z] ---> Using cache [2021-02-04T04:38:48.374Z] ---> 95b60e0728d6 [2021-02-04T04:38:48.374Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:48.374Z] ---> Using cache [2021-02-04T04:38:48.374Z] ---> 11ce33a0def4 [2021-02-04T04:38:48.374Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:38:48.637Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:48.637Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:48.637Z] ---> 983b60c56f47 [2021-02-04T04:38:48.637Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:38:48.637Z] ---> Using cache [2021-02-04T04:38:48.637Z] ---> 95b60e0728d6 [2021-02-04T04:38:48.637Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:48.637Z] ---> Using cache [2021-02-04T04:38:48.637Z] ---> 11ce33a0def4 [2021-02-04T04:38:48.637Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:38:50.624Z] ---> Running in d97e56abf6d5 [2021-02-04T04:38:50.624Z] ---> Running in d906655f6daf [2021-02-04T04:38:50.624Z] ---> Running in c22e1f0996a0 [2021-02-04T04:38:50.624Z] ---> Running in f56106797dc3 [2021-02-04T04:38:51.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:51.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:51.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:51.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:38:51.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-02-04T04:38:51.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2021-02-04T04:38:52.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:52.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:52.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:52.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:53.000Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:53.000Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:53.518Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:53.781Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:58.005Z] Removing intermediate container d906655f6daf [2021-02-04T04:38:58.005Z] ---> 5009215c35c8 [2021-02-04T04:38:58.005Z] Step 6/31 : COPY go.mod . [2021-02-04T04:38:58.005Z] Removing intermediate container c22e1f0996a0 [2021-02-04T04:38:58.005Z] ---> 31df1139cdad [2021-02-04T04:38:58.005Z] Step 6/24 : COPY go.mod . [2021-02-04T04:38:58.005Z] Removing intermediate container d97e56abf6d5 [2021-02-04T04:38:58.005Z] ---> 543d8b5e26ef [2021-02-04T04:38:58.005Z] Step 6/22 : COPY go.mod . [2021-02-04T04:38:58.005Z] Removing intermediate container f56106797dc3 [2021-02-04T04:38:58.005Z] ---> 1a1dac3b359d [2021-02-04T04:38:58.005Z] Step 6/23 : COPY go.mod . [2021-02-04T04:38:58.005Z] ---> e21364423894 [2021-02-04T04:38:58.005Z] Step 7/31 : RUN go mod download [2021-02-04T04:38:58.005Z] ---> 352e4bebc1a4 [2021-02-04T04:38:58.005Z] Step 7/24 : RUN go mod download [2021-02-04T04:38:58.269Z] Removing intermediate container b83d3da91a89 [2021-02-04T04:38:58.269Z] ---> 10ded22b73d3 [2021-02-04T04:38:58.269Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:38:58.269Z] ---> Running in b6805facbd3b [2021-02-04T04:38:58.533Z] ---> Running in de847c4a3721 [2021-02-04T04:38:58.533Z] ---> Running in 5ce78b45df77 [2021-02-04T04:38:58.533Z] ---> 7ac3142465d8 [2021-02-04T04:38:58.533Z] ---> 41ee8a12a28d [2021-02-04T04:38:58.533Z] Step 7/23 : RUN go mod downloadStep 7/22 : RUN go mod download [2021-02-04T04:38:58.533Z] [2021-02-04T04:38:58.798Z] ---> Running in 70eafcff380a [2021-02-04T04:38:58.798Z] ---> Running in ac4a44a5570c [2021-02-04T04:39:01.385Z] Collecting docker-compose==1.23.2 [2021-02-04T04:39:01.385Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:39:01.385Z] Removing intermediate container 70eafcff380a [2021-02-04T04:39:01.385Z] ---> 5d3af3c19621 [2021-02-04T04:39:01.385Z] Step 8/23 : COPY . . [2021-02-04T04:39:01.385Z] Removing intermediate container b6805facbd3b [2021-02-04T04:39:01.385Z] ---> 8ecc38ccfcd7 [2021-02-04T04:39:01.385Z] Step 8/31 : COPY . . [2021-02-04T04:39:01.385Z] Removing intermediate container de847c4a3721 [2021-02-04T04:39:01.385Z] ---> 475d4c450658 [2021-02-04T04:39:01.385Z] Step 8/24 : COPY . . [2021-02-04T04:39:01.385Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:39:01.385Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:39:01.385Z] Removing intermediate container ac4a44a5570c [2021-02-04T04:39:01.385Z] ---> 0ad354eebed8 [2021-02-04T04:39:01.385Z] Step 8/22 : COPY . . [2021-02-04T04:39:01.651Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:39:01.651Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:39:02.230Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:39:02.230Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:39:04.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.108s coverage: 94.4% of statements [2021-02-04T04:39:04.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-04T04:39:04.820Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:39:04.820Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:39:11.467Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:39:11.467Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:39:12.884Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:39:12.884Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:39:16.223Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:39:16.223Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:39:16.223Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:39:16.223Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:39:17.650Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:39:17.650Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:39:17.650Z] 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-02-04T04:39:17.650Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:39:17.650Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:39:17.929Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:39:17.929Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.132s coverage: 92.9% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.090s coverage: 87.2% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.507s coverage: 63.5% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-02-04T04:39:19.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.805s coverage: 68.9% of statements [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:39:19.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:39:21.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-02-04T04:39:21.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:39:21.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:39:21.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.679s coverage: 84.0% of statements [2021-02-04T04:39:21.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-02-04T04:39:22.180Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:39:22.180Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:39:22.442Z] 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-02-04T04:39:22.442Z] 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-02-04T04:39:22.442Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:39:22.442Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:39:22.442Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:39:22.442Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:39:23.025Z] Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, dockerpty, texttable, docopt, docker-compose [2021-02-04T04:39:27.275Z] Attempting uninstall: urllib3 [2021-02-04T04:39:27.275Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:39:27.275Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:39:27.860Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:39:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.467s coverage: 47.0% of statements [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:39:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:39:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:39:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.205s coverage: 90.4% of statements [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:39:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:39:28.818Z] Attempting uninstall: idna [2021-02-04T04:39:28.818Z] Found existing installation: idna 2.9 [2021-02-04T04:39:28.818Z] Uninstalling idna-2.9: [2021-02-04T04:39:28.818Z] Successfully uninstalled idna-2.9 [2021-02-04T04:39:32.179Z] Attempting uninstall: requests [2021-02-04T04:39:32.179Z] Found existing installation: requests 2.23.0 [2021-02-04T04:39:32.179Z] Uninstalling requests-2.23.0: [2021-02-04T04:39:32.761Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:39:36.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.968s coverage: 29.1% of statements [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:39:36.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:39:36.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:39:36.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.206s coverage: 100.0% of statements [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:39:36.100Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:39:36.100Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-02-04T04:39:36.100Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:39:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:39:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:39:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:39:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-02-04T04:39:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:39:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:39:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-02-04T04:39:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-04T04:39:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-04T04:39:36.138Z] Running setup.py install for PyYAML: started [2021-02-04T04:39:36.696Z] GO111MODULE=on go vet ./... [2021-02-04T04:39:37.140Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:39:37.140Z] Running setup.py install for dockerpty: started [2021-02-04T04:39:37.712Z] ---> bd2d8671886f [2021-02-04T04:39:37.712Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:39:37.712Z] ---> 23e3adb56f08 [2021-02-04T04:39:37.712Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:39:37.712Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:39:37.976Z] Running setup.py install for texttable: started [2021-02-04T04:39:37.976Z] ---> c5a65eedd2ad [2021-02-04T04:39:37.976Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:39:38.240Z] ---> Running in 40815be7ef4f [2021-02-04T04:39:38.240Z] ---> Running in b06b2a3d2eae [2021-02-04T04:39:38.240Z] ---> Running in 67bc49daf7df [2021-02-04T04:39:38.240Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:39:38.514Z] Running setup.py install for docopt: started [2021-02-04T04:39:38.514Z] ---> 4a9b2563b596 [2021-02-04T04:39:38.514Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:39:38.514Z] ---> Running in 172d0b6b2aa3 [2021-02-04T04:39:39.104Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:39:39.371Z] 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-02-04T04:39:39.371Z] 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-02-04T04:39:39.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:39:39.639Z] 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-02-04T04:39:39.639Z] 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-02-04T04:39:43.009Z] Removing intermediate container 5ce78b45df77 [2021-02-04T04:39:43.009Z] ---> aad808fcabd5 [2021-02-04T04:39:43.009Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:39:43.009Z] ---> Running in d8eb64ff3139 [2021-02-04T04:39:44.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:44.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:44.719Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:39:44.719Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:39:44.719Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:39:44.719Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:44.990Z] OK: 72 MiB in 58 packages [2021-02-04T04:39:48.375Z] Removing intermediate container d8eb64ff3139 [2021-02-04T04:39:48.375Z] ---> 612fd7b2ba14 [2021-02-04T04:39:48.375Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:39:48.375Z] ---> Running in fd044b94d057 [2021-02-04T04:39:48.375Z] Removing intermediate container fd044b94d057 [2021-02-04T04:39:48.375Z] ---> b88f498e9f8a [2021-02-04T04:39:48.375Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:39:48.375Z] ---> Running in a6a181c90308 [2021-02-04T04:39:48.966Z] Removing intermediate container a6a181c90308 [2021-02-04T04:39:48.966Z] ---> cb8cf1c987c9 [2021-02-04T04:39:48.966Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T04:39:48.966Z] ---> Running in fb3f03bf22f1 [2021-02-04T04:39:49.233Z] Removing intermediate container fb3f03bf22f1 [2021-02-04T04:39:49.233Z] ---> 67969d9a0b89 [2021-02-04T04:39:49.233Z] Step 25/26 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:39:49.503Z] ---> Running in 1edd5f0f370a [2021-02-04T04:39:49.770Z] Removing intermediate container 1edd5f0f370a [2021-02-04T04:39:49.770Z] ---> 9837f8015f79 [2021-02-04T04:39:49.770Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:39:50.038Z] ---> Running in a6c6e603f7ef [2021-02-04T04:39:50.308Z] Removing intermediate container a6c6e603f7ef [2021-02-04T04:39:50.309Z] ---> 302053b7a2a9 [2021-02-04T04:39:50.309Z] [2021-02-04T04:39:50.583Z] Successfully built 302053b7a2a9 [2021-02-04T04:39:50.583Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T04:40:02.939Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:40:03.526Z] 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-02-04T04:40:10.205Z] Removing intermediate container 172d0b6b2aa3 [2021-02-04T04:40:10.205Z] ---> 58844b4da9ac [2021-02-04T04:40:10.205Z] [2021-02-04T04:40:10.205Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:40:10.205Z] ---> 389fef711851 [2021-02-04T04:40:10.205Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:40:10.205Z] ---> Running in 5917551e6b20 [2021-02-04T04:40:10.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:10.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:10.469Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:40:10.469Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:40:10.736Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:40:10.736Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:40:10.736Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:10.736Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:10.736Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:40:10.736Z] OK: 7 MiB in 19 packages [2021-02-04T04:40:14.954Z] Removing intermediate container b06b2a3d2eae [2021-02-04T04:40:14.954Z] ---> e006ad4ab1a7 [2021-02-04T04:40:14.954Z] [2021-02-04T04:40:14.954Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:40:14.954Z] ---> 389fef711851 [2021-02-04T04:40:14.954Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:40:14.954Z] Removing intermediate container 67bc49daf7df [2021-02-04T04:40:14.954Z] ---> 8ca47373c7b9 [2021-02-04T04:40:14.954Z] [2021-02-04T04:40:14.954Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:40:14.954Z] ---> 389fef711851 [2021-02-04T04:40:14.954Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:40:14.954Z] ---> Using cache [2021-02-04T04:40:14.954Z] ---> 80f79201e5e2 [2021-02-04T04:40:14.954Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:40:14.954Z] ---> Using cache [2021-02-04T04:40:14.954Z] ---> 84cec6668470 [2021-02-04T04:40:14.954Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:40:15.217Z] ---> Running in 34e010dc4a20 [2021-02-04T04:40:15.217Z] ---> Running in 5809ce48b8e8 [2021-02-04T04:40:16.162Z] Removing intermediate container 5917551e6b20 [2021-02-04T04:40:16.162Z] ---> 4d5c00be16df [2021-02-04T04:40:16.162Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:40:18.715Z] Removing intermediate container 34e010dc4a20 [2021-02-04T04:40:18.715Z] ---> b34fe1a7f10a [2021-02-04T04:40:18.715Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:40:18.980Z] Removing intermediate container 5809ce48b8e8 [2021-02-04T04:40:18.980Z] ---> 1b2bb4b94ffe [2021-02-04T04:40:18.980Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:40:18.980Z] ---> Running in a44802acbce7 [2021-02-04T04:40:18.980Z] ---> Running in 53f95a82f372 [2021-02-04T04:40:18.980Z] ---> Running in bbc49438a34d [2021-02-04T04:40:18.980Z] Removing intermediate container 40815be7ef4f [2021-02-04T04:40:18.980Z] ---> 16df0f540855 [2021-02-04T04:40:18.980Z] [2021-02-04T04:40:18.980Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:40:18.980Z] ---> 389fef711851 [2021-02-04T04:40:18.980Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:40:19.249Z] ---> Running in 39612ff19e36 [2021-02-04T04:40:19.249Z] Removing intermediate container a44802acbce7 [2021-02-04T04:40:19.249Z] ---> 3a91906a8def [2021-02-04T04:40:19.249Z] Step 13/24 : WORKDIR / [2021-02-04T04:40:19.523Z] Removing intermediate container bbc49438a34d [2021-02-04T04:40:19.523Z] ---> 649751356b44 [2021-02-04T04:40:19.523Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:19.523Z] ---> Running in 9332eeb3b5de [2021-02-04T04:40:19.523Z] Removing intermediate container 39612ff19e36 [2021-02-04T04:40:19.523Z] ---> 8ac39d9be41d [2021-02-04T04:40:19.523Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:40:19.795Z] ---> Running in 58a82d7047d6 [2021-02-04T04:40:19.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:19.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:19.795Z] Removing intermediate container 9332eeb3b5de [2021-02-04T04:40:19.795Z] ---> 7266ee3aef65 [2021-02-04T04:40:19.795Z] 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-02-04T04:40:19.795Z] ---> 46cc9d9986c0 [2021-02-04T04:40:19.795Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:40:20.059Z] Removing intermediate container 58a82d7047d6 [2021-02-04T04:40:20.059Z] ---> 836a70387816 [2021-02-04T04:40:20.059Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:40:20.059Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:20.059Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:40:20.059Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:20.059Z] OK: 6 MiB in 16 packages [2021-02-04T04:40:20.059Z] ---> Running in 18a797b7bb5f [2021-02-04T04:40:20.325Z] ---> 760836aa9d32 [2021-02-04T04:40:20.325Z] 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-02-04T04:40:20.597Z] Removing intermediate container 18a797b7bb5f [2021-02-04T04:40:20.597Z] ---> dd25b49db92d [2021-02-04T04:40:20.597Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:20.597Z] ---> 68ee46533950 [2021-02-04T04:40:20.597Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:20.597Z] ---> Running in af9d0e233e50 [2021-02-04T04:40:20.597Z] ---> bea2a6b56e4b [2021-02-04T04:40:20.597Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:21.173Z] Removing intermediate container 53f95a82f372 [2021-02-04T04:40:21.173Z] ---> eff01faa0167 [2021-02-04T04:40:21.173Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:40:21.173Z] ---> daf8e35c86b2 [2021-02-04T04:40:21.173Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:40:21.173Z] ---> 44d74439f896 [2021-02-04T04:40:21.173Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:40:21.173Z] ---> Running in d3b1d50c4002 [2021-02-04T04:40:21.173Z] ---> Running in 53040ea3a91d [2021-02-04T04:40:21.435Z] Removing intermediate container 53040ea3a91d [2021-02-04T04:40:21.435Z] ---> fdda6bf1c5a4 [2021-02-04T04:40:21.435Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:21.697Z] Removing intermediate container d3b1d50c4002 [2021-02-04T04:40:21.697Z] ---> 9d30a5784871 [2021-02-04T04:40:21.697Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:40:21.697Z] ---> Running in 098213e7e79a [2021-02-04T04:40:21.697Z] ---> Running in 90a0de9e46b5 [2021-02-04T04:40:21.960Z] ---> 3b13e3638cfb [2021-02-04T04:40:21.960Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:40:21.960Z] Removing intermediate container 098213e7e79a [2021-02-04T04:40:21.960Z] ---> 75c698464b4b [2021-02-04T04:40:21.960Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:40:22.229Z] Removing intermediate container 90a0de9e46b5 [2021-02-04T04:40:22.229Z] ---> a9a3f984c33f [2021-02-04T04:40:22.229Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:40:22.229Z] Removing intermediate container af9d0e233e50 [2021-02-04T04:40:22.229Z] ---> 9d39d775ce9a [2021-02-04T04:40:22.229Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:40:22.229Z] ---> Running in 74655f6571f2 [2021-02-04T04:40:22.502Z] ---> Running in 63667f0b7b40 [2021-02-04T04:40:22.502Z] ---> Running in b64bb93c546c [2021-02-04T04:40:22.502Z] ---> 4df800ac80c0 [2021-02-04T04:40:22.502Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:40:22.767Z] Removing intermediate container 63667f0b7b40 [2021-02-04T04:40:22.767Z] ---> e96dc6b003cd [2021-02-04T04:40:22.767Z] Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:40:23.034Z] ---> cc4a2d3e1753 [2021-02-04T04:40:23.034Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T04:40:23.034Z] ---> Running in f4119b3c9556 [2021-02-04T04:40:23.034Z] ---> Running in 5848599bfb87 [2021-02-04T04:40:23.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:23.298Z] Removing intermediate container f4119b3c9556 [2021-02-04T04:40:23.298Z] ---> 7b93d894ec98 [2021-02-04T04:40:23.298Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:40:23.561Z] ---> Running in 59683e1e4105 [2021-02-04T04:40:23.561Z] Removing intermediate container 59683e1e4105 [2021-02-04T04:40:23.561Z] ---> 128236497fc1 [2021-02-04T04:40:23.561Z] [2021-02-04T04:40:24.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:24.403Z] Successfully built 128236497fc1 [2021-02-04T04:40:24.404Z] Removing intermediate container 74655f6571f2 [2021-02-04T04:40:24.404Z] ---> ad25a3f859fc [2021-02-04T04:40:24.404Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:40:24.404Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T04:40:24.674Z]  Building docker-support-scheduler-go ... done  ---> Running in 9d321e11bff3 [2021-02-04T04:40:24.936Z] Removing intermediate container 5848599bfb87 [2021-02-04T04:40:24.936Z] ---> 077d583241f7 [2021-02-04T04:40:24.936Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:40:24.936Z] Removing intermediate container 9d321e11bff3 [2021-02-04T04:40:24.936Z] ---> a49f55797127 [2021-02-04T04:40:24.936Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:40:24.936Z] ---> Running in 7d07d5c9073f [2021-02-04T04:40:24.936Z] Removing intermediate container 7d07d5c9073f [2021-02-04T04:40:24.936Z] ---> 62eee9ffef34 [2021-02-04T04:40:24.936Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T04:40:25.198Z] ---> Running in f53baac1b7ec [2021-02-04T04:40:25.198Z] ---> 07f3c43a9ca2 [2021-02-04T04:40:25.198Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:40:25.198Z] ---> Running in f6b837388ee5 [2021-02-04T04:40:25.467Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:25.467Z] Removing intermediate container f53baac1b7ec [2021-02-04T04:40:25.467Z] ---> 2e3fb27868c0 [2021-02-04T04:40:25.467Z] Step 23/24 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:40:25.467Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:40:25.467Z] ---> Running in b6d6eea6012f [2021-02-04T04:40:25.467Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:40:25.731Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:40:25.731Z] Removing intermediate container b6d6eea6012f [2021-02-04T04:40:25.731Z] ---> 3e8dac9db192 [2021-02-04T04:40:25.731Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:40:25.731Z] ---> Running in 04b851a681ac [2021-02-04T04:40:25.992Z] Removing intermediate container 04b851a681ac [2021-02-04T04:40:25.992Z] ---> e1b76fee5435 [2021-02-04T04:40:25.992Z] [2021-02-04T04:40:26.257Z] Successfully built e1b76fee5435 [2021-02-04T04:40:26.257Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:40:26.257Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T04:40:26.521Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f6b837388ee5 [2021-02-04T04:40:26.521Z] ---> c3095730342e [2021-02-04T04:40:26.521Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:26.521Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:40:26.521Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:26.521Z] OK: 8 MiB in 20 packages [2021-02-04T04:40:26.783Z] ---> be7805ac6f8c [2021-02-04T04:40:26.783Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:40:27.357Z] Removing intermediate container b64bb93c546c [2021-02-04T04:40:27.357Z] ---> ae49fa1e7b77 [2021-02-04T04:40:27.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:27.357Z] ---> 05531d2f2f56 [2021-02-04T04:40:27.357Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:40:27.357Z] ---> c0874b5c99c3 [2021-02-04T04:40:27.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:40:27.621Z] ---> 8a67ec24e4b4 [2021-02-04T04:40:27.621Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:40:28.196Z] ---> 4882754c03f5 [2021-02-04T04:40:28.197Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:40:28.197Z] ---> 6f9838cc83ce [2021-02-04T04:40:28.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:28.462Z] ---> 2744f5073b56 [2021-02-04T04:40:28.462Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:40:28.462Z] ---> 8c2bda9ad7d2 [2021-02-04T04:40:28.462Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:40:28.462Z] ---> Running in 28ac7d9143e3 [2021-02-04T04:40:28.729Z] ---> Running in 187c8974d83a [2021-02-04T04:40:28.992Z] Removing intermediate container 28ac7d9143e3 [2021-02-04T04:40:28.992Z] ---> e9d5e41319b2 [2021-02-04T04:40:28.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:28.992Z] Removing intermediate container 187c8974d83a [2021-02-04T04:40:28.992Z] ---> 5635199ca51a [2021-02-04T04:40:28.992Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:40:29.253Z] ---> Running in 45d026f6739c [2021-02-04T04:40:29.253Z] Removing intermediate container 45d026f6739c [2021-02-04T04:40:29.253Z] ---> 3b64f04d5fd3 [2021-02-04T04:40:29.253Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:40:29.253Z] ---> 30336ba4e8c7 [2021-02-04T04:40:29.253Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:40:29.517Z] ---> Running in 2cc40136a619 [2021-02-04T04:40:29.517Z] ---> Running in f886d9cf72da [2021-02-04T04:40:29.780Z] Removing intermediate container 2cc40136a619 [2021-02-04T04:40:29.780Z] ---> 512804c6109a [2021-02-04T04:40:29.780Z] Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:40:29.780Z] ---> Running in cac5e14a527c [2021-02-04T04:40:30.043Z] Removing intermediate container cac5e14a527c [2021-02-04T04:40:30.043Z] ---> 3facd8133df7 [2021-02-04T04:40:30.043Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:40:30.043Z] ---> Running in 58ba2393d987 [2021-02-04T04:40:30.309Z] Removing intermediate container 58ba2393d987 [2021-02-04T04:40:30.309Z] ---> 780a080a46fe [2021-02-04T04:40:30.309Z] [2021-02-04T04:40:30.572Z] Successfully built 780a080a46fe [2021-02-04T04:40:30.572Z] Successfully tagged docker-core-data-go:latest [2021-02-04T04:40:30.572Z]  Building docker-core-data-go ... done Removing intermediate container f886d9cf72da [2021-02-04T04:40:30.572Z] ---> 5564e87bf779 [2021-02-04T04:40:30.572Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:40:30.834Z] ---> Running in 9f616554ae94 [2021-02-04T04:40:31.096Z] Removing intermediate container 9f616554ae94 [2021-02-04T04:40:31.096Z] ---> 863539f97997 [2021-02-04T04:40:31.096Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:40:31.096Z] ---> Running in 73ee11f708bc [2021-02-04T04:40:31.358Z] Removing intermediate container 73ee11f708bc [2021-02-04T04:40:31.358Z] ---> c332146c21fb [2021-02-04T04:40:31.358Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T04:40:31.358Z] ---> Running in ce7d2c12b06a [2021-02-04T04:40:31.619Z] Removing intermediate container ce7d2c12b06a [2021-02-04T04:40:31.619Z] ---> 1640a9f219a2 [2021-02-04T04:40:31.619Z] Step 30/31 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:40:31.890Z] ---> Running in eefd9329ec88 [2021-02-04T04:40:32.153Z] Removing intermediate container eefd9329ec88 [2021-02-04T04:40:32.153Z] ---> 49d54d8f8ad6 [2021-02-04T04:40:32.153Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:40:32.415Z] ---> Running in d7c6a140b3e9 [2021-02-04T04:40:32.415Z] Removing intermediate container d7c6a140b3e9 [2021-02-04T04:40:32.415Z] ---> 5e081e0ad681 [2021-02-04T04:40:32.415Z] [2021-02-04T04:40:32.677Z] Successfully built 5e081e0ad681 [2021-02-04T04:40:32.677Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T04:40:33.639Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-04T04:40:33.647Z] $ docker stop --time=1 510e4a8d19256480d1d7e1671cc9520da262d35d9d5660cf133291189dad8a3b [2021-02-04T04:40:35.161Z] $ docker rm -f 510e4a8d19256480d1d7e1671cc9520da262d35d9d5660cf133291189dad8a3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:40:35.678Z] + docker images [2021-02-04T04:40:35.678Z] + grep docker [2021-02-04T04:40:35.941Z] docker-security-bootstrapper-go latest 5e081e0ad681 3 seconds ago 23.8MB [2021-02-04T04:40:35.941Z] docker-core-data-go latest 780a080a46fe 5 seconds ago 22.3MB [2021-02-04T04:40:35.941Z] docker-security-secretstore-setup-go latest e1b76fee5435 10 seconds ago 24.6MB [2021-02-04T04:40:35.941Z] docker-support-scheduler-go latest 128236497fc1 12 seconds ago 17MB [2021-02-04T04:40:35.941Z] docker-sys-mgmt-agent-go latest 302053b7a2a9 45 seconds ago 313MB [2021-02-04T04:40:35.941Z] docker-core-command-go latest 9b37b9f20e27 2 minutes ago 16.9MB [2021-02-04T04:40:35.941Z] docker-core-metadata-go latest dbf73ae7ad0b 2 minutes ago 18.8MB [2021-02-04T04:40:35.941Z] docker-security-proxy-setup-go latest fe5216c5a68b 2 minutes ago 24.4MB [2021-02-04T04:40:35.941Z] docker-support-notifications-go latest aa5e3176812b 2 minutes ago 17.5MB [2021-02-04T04:40:35.941Z] docker 20.10.0 aefe523efa57 7 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-02-04T04:40:51.882Z] Still waiting to schedule task [2021-02-04T04:40:51.882Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-02-04T04:40:58.484Z] gofmt -l . [2021-02-04T04:40:58.484Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:40:58.484Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:40:58.484Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:40:59.145Z] + ls -al . [2021-02-04T04:40:59.145Z] total 712 [2021-02-04T04:40:59.145Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 04:40 . [2021-02-04T04:40:59.145Z] drwxr-xr-x 4 root root 4096 Feb 4 04:36 .. [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:34 .dockerignore [2021-02-04T04:40:59.145Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:35 .git [2021-02-04T04:40:59.145Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 04:34 .github [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:34 .gitignore [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:34 .sonarcloud.properties [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:34 Attribution.txt [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:34 CONTRIBUTING.md [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:34 Dockerfile.build [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:34 Jenkinsfile [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:34 LICENSE [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:34 Makefile [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:34 README.md [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:34 SECURITY.md [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:31 VERSION [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:34 ZMQWindows.md [2021-02-04T04:40:59.145Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 04:34 bin [2021-02-04T04:40:59.145Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:34 cmd [2021-02-04T04:40:59.145Z] -rw-r--r-- 1 root root 580808 Feb 4 04:39 coverage.out [2021-02-04T04:40:59.145Z] -rw-r--r-- 1 root root 1054 Feb 4 04:40 go.mod [2021-02-04T04:40:59.145Z] -rw-r--r-- 1 root root 19517 Feb 4 04:40 go.sum [2021-02-04T04:40:59.145Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:34 internal [2021-02-04T04:40:59.145Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:34 openapi [2021-02-04T04:40:59.145Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:34 snap [2021-02-04T04:40:59.145Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:34 version.go [Pipeline] sh [2021-02-04T04:40:59.802Z] + '[' -e coverage.out ] [2021-02-04T04:40:59.802Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:40:59.864Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T04:41:00.991Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:41:01.720Z] + make build [2021-02-04T04:41:01.720Z] 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-02-04T04:41:11.892Z] 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-02-04T04:41:38.701Z] 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-02-04T04:41:40.672Z] 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-02-04T04:41:46.071Z] 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-02-04T04:41:47.052Z] 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-02-04T04:41:52.457Z] 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-02-04T04:41:56.813Z] 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-02-04T04:42:01.111Z] 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-02-04T04:42:04.520Z] 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-02-04T04:42:07.919Z] 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-02-04T04:42:10.548Z] 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-02-04T04:42:14.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T04:42:19.185Z] $ docker stop --time=1 9bc836a9983978a59a0a7e406683ffee7383f1e926e048b8c88d0bdeedca07a9 [2021-02-04T04:42:21.643Z] $ docker rm -f 9bc836a9983978a59a0a7e406683ffee7383f1e926e048b8c88d0bdeedca07a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:42:23.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:42:23.702Z] [2021-02-04T04:42:23.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:42:24.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:42:24.641Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T04:42:24.641Z] 29e5d40040c1: Pulling fs layer [2021-02-04T04:42:24.641Z] 1ce36da41761: Pulling fs layer [2021-02-04T04:42:24.641Z] 25b303627fd3: Pulling fs layer [2021-02-04T04:42:25.237Z] 29e5d40040c1: Verifying Checksum [2021-02-04T04:42:25.237Z] 29e5d40040c1: Download complete [2021-02-04T04:42:25.837Z] 1ce36da41761: Verifying Checksum [2021-02-04T04:42:25.837Z] 1ce36da41761: Download complete [2021-02-04T04:42:26.111Z] 29e5d40040c1: Pull complete [2021-02-04T04:42:27.550Z] 1ce36da41761: Pull complete [2021-02-04T04:42:27.837Z] 25b303627fd3: Download complete [2021-02-04T04:42:38.028Z] 25b303627fd3: Pull complete [2021-02-04T04:42:38.028Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T04:42:38.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:42:38.028Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T04:42:38.291Z] prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container [2021-02-04T04:42:38.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:42:41.590Z] $ docker top 236d2d615d5d64bc0f6bcd4b4ec8fd9fb284a225c3c0b75fb3fb95109c499322 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:42:42.615Z] + grep parallel [2021-02-04T04:42:42.615Z] + docker-compose build --help [2021-02-04T04:42:46.102Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:42:46.412Z] $ docker stop --time=1 236d2d615d5d64bc0f6bcd4b4ec8fd9fb284a225c3c0b75fb3fb95109c499322 [2021-02-04T04:42:48.243Z] Running on prd-ubuntu18.04-docker-8c-8g-24881 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [2021-02-04T04:42:48.414Z] $ docker rm -f 236d2d615d5d64bc0f6bcd4b4ec8fd9fb284a225c3c0b75fb3fb95109c499322 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws [2021-02-04T04:42:48.831Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:42:49.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:42:49.481Z] . [Pipeline] withDockerContainer [2021-02-04T04:42:49.752Z] prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container [2021-02-04T04:42:49.828Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:42:51.214Z] using credential edgex-jenkins-ssh [2021-02-04T04:42:51.272Z] Cloning the remote Git repository [2021-02-04T04:42:51.262Z] $ docker top cc88b39da9700d693d2c3848e96b0496a731293e1566730911a566dec756d82c -eo pid,comm [2021-02-04T04:42:51.298Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:51.359Z] > git init /w/workspace/edgex-go/6 # timeout=10 [Pipeline] { [Pipeline] sh [2021-02-04T04:42:52.332Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:42:51.414Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:51.414Z] > git --version # timeout=10 [2021-02-04T04:42:51.421Z] > git --version # 'git version 2.17.1' [2021-02-04T04:42:51.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:51.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:42:56.622Z] Building docker-core-command-go ... [2021-02-04T04:42:56.622Z] Building docker-core-data-go ... [2021-02-04T04:42:56.622Z] Building docker-core-metadata-go ... [2021-02-04T04:42:56.622Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:42:56.622Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:42:56.622Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:42:56.622Z] Building docker-support-notifications-go ... [2021-02-04T04:42:56.622Z] Building docker-support-scheduler-go ... [2021-02-04T04:42:56.622Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:42:56.622Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:42:56.622Z] Building docker-support-notifications-go [2021-02-04T04:42:56.622Z] Building docker-core-command-go [2021-02-04T04:42:56.622Z] Building docker-security-secretstore-setup-go [2021-02-04T04:42:56.622Z] Building docker-security-bootstrapper-go [2021-02-04T04:43:12.686Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:43:12.829Z] Merge succeeded, producing 6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:43:12.830Z] Checking out Revision 6778374181067c634be59fa5fbbb34bb40a891bb (PR-3109) [2021-02-04T04:43:12.215Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:43:12.219Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:43:12.236Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:43:12.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:43:12.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:43:12.253Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:43:12.698Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:43:12.702Z] > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 [2021-02-04T04:43:12.796Z] > git remote # timeout=10 [2021-02-04T04:43:12.803Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:43:12.812Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:43:12.816Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:43:12.827Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:43:12.836Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:43:12.839Z] > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 [2021-02-04T04:43:16.545Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:43:17.629Z] + echo snap-build.sh [2021-02-04T04:43:17.630Z] snap-build.sh [2021-02-04T04:43:17.630Z] + SNAP_BASE_DIR=. [2021-02-04T04:43:17.630Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-02-04T04:43:17.630Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-02-04T04:43:17.630Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-02-04T04:43:17.630Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-02-04T04:43:17.630Z] + cd /w/workspace/edgex-go/6 [2021-02-04T04:43:17.630Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T04:43:17.630Z] Reading package lists... [2021-02-04T04:43:17.630Z] Building dependency tree... [2021-02-04T04:43:17.630Z] Reading state information... [2021-02-04T04:43:17.891Z] The following packages were automatically installed and are no longer required: [2021-02-04T04:43:17.891Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T04:43:17.891Z] uidmap xdelta3 [2021-02-04T04:43:17.891Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T04:43:17.891Z] The following packages will be REMOVED: [2021-02-04T04:43:17.891Z] lxd* lxd-client* [2021-02-04T04:43:18.466Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T04:43:18.466Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T04:43:19.250Z] (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-02-04T04:43:19.250Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:43:20.213Z] Removing lxd dnsmasq configuration [2021-02-04T04:43:20.213Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:43:20.477Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T04:43:21.422Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T04:43:21.422Z] (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-02-04T04:43:21.422Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:43:22.811Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T04:43:23.093Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T04:43:24.486Z] + sudo snap remove --purge lxd [2021-02-04T04:43:24.747Z] snap "lxd" is not installed [2021-02-04T04:43:24.747Z] + sudo groupadd --force --system lxd [2021-02-04T04:43:24.747Z] ++ whoami [2021-02-04T04:43:24.747Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T04:43:24.747Z] + newgrp - lxd [2021-02-04T04:43:24.747Z] + sudo snap install lxd [2021-02-04T04:43:34.771Z] 2021-02-04T04:43:32Z INFO Waiting for automatic snapd restart... [2021-02-04T04:43:45.849Z] lxd 4.10 from Canonical* installed [2021-02-04T04:43:45.849Z] + sudo lxd init --auto [2021-02-04T04:43:55.873Z] + sudo snap install --classic snapcraft [2021-02-04T04:44:00.090Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:44:00.090Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T04:44:00.090Z] + patch --verbose -p1 [2021-02-04T04:44:00.090Z] Hmm... Looks like a unified diff to me... [2021-02-04T04:44:00.090Z] The text leading up to this was: [2021-02-04T04:44:00.090Z] -------------------------- [2021-02-04T04:44:00.090Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T04:44:00.090Z] |From: Tony Espy [2021-02-04T04:44:00.090Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T04:44:00.090Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T04:44:00.090Z] | [2021-02-04T04:44:00.090Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T04:44:00.090Z] |optimize the snap CI check run for pull requests. When [2021-02-04T04:44:00.090Z] |applied, it essentially strips out everything (apps and [2021-02-04T04:44:00.090Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T04:44:00.090Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T04:44:00.090Z] |catch changes to edgex-go that break the snap build. [2021-02-04T04:44:00.090Z] | [2021-02-04T04:44:00.090Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T04:44:00.091Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T04:44:00.091Z] |resulting in a failed snap build CI check in the associated [2021-02-04T04:44:00.091Z] |pull request. [2021-02-04T04:44:00.091Z] | [2021-02-04T04:44:00.091Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T04:44:00.091Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T04:44:00.091Z] |need to build the finally binary .snap file (and it won't [2021-02-04T04:44:00.091Z] |work with the patch applied). This further reduces the build [2021-02-04T04:44:00.091Z] |time. [2021-02-04T04:44:00.091Z] |--- [2021-02-04T04:44:00.091Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T04:44:00.091Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T04:44:00.091Z] | [2021-02-04T04:44:00.091Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T04:44:00.091Z] |index 1e537489..faf42425 100644 [2021-02-04T04:44:00.091Z] |--- a/snap/snapcraft.yaml [2021-02-04T04:44:00.091Z] |+++ b/snap/snapcraft.yaml [2021-02-04T04:44:00.091Z] -------------------------- [2021-02-04T04:44:00.091Z] patching file snap/snapcraft.yaml [2021-02-04T04:44:00.091Z] Using Plan A... [2021-02-04T04:44:00.091Z] Hunk #1 succeeded at 73. [2021-02-04T04:44:00.091Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T04:44:00.091Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T04:44:00.091Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T04:44:00.091Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T04:44:00.091Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T04:44:00.091Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T04:44:00.091Z] Hunk #8 succeeded at 342. [2021-02-04T04:44:00.091Z] Hmm... Ignoring the trailing garbage. [2021-02-04T04:44:00.091Z] done [2021-02-04T04:44:00.091Z] + sudo snapcraft prime --use-lxd [2021-02-04T04:44:02.012Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T04:44:02.012Z] 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-02-04T04:44:02.012Z] - README.md [2021-02-04T04:44:02.012Z] - snapcraft.yaml.orig [2021-02-04T04:44:02.012Z] [2021-02-04T04:44:02.012Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:44:02.593Z] Launching a container. [2021-02-04T04:44:14.848Z] Waiting for container to be ready [2021-02-04T04:44:14.848Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T04:44:14.848Z] [2021-02-04T04:44:18.172Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T04:44:18.172Z] Waiting for network to be ready... [2021-02-04T04:44:18.172Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:44:18.432Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:44:18.432Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:44:18.432Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:44:18.432Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:44:18.432Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:44:18.432Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:44:18.433Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:44:18.433Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:44:18.694Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:44:18.953Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:44:18.953Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:44:19.517Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:44:19.517Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:44:19.517Z] ---> 7d4e04f36393 [2021-02-04T04:44:19.517Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:44:19.517Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:44:19.517Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:44:19.517Z] ---> 7d4e04f36393 [2021-02-04T04:44:19.517Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:44:19.517Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:44:19.517Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:44:19.517Z] ---> 7d4e04f36393 [2021-02-04T04:44:19.517Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:44:19.517Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:44:19.517Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:44:19.517Z] ---> 7d4e04f36393 [2021-02-04T04:44:19.517Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:44:19.517Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:44:19.517Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:44:19.517Z] ---> 7d4e04f36393 [2021-02-04T04:44:19.517Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:44:19.517Z] ---> Running in f8983aea0afd [2021-02-04T04:44:19.517Z] ---> Running in 08c6c715fef0 [2021-02-04T04:44:19.517Z] ---> Running in 5a44ac362b0b [2021-02-04T04:44:19.517Z] ---> Running in f19ad23c0b75 [2021-02-04T04:44:19.517Z] ---> Running in ca47ae5874eb [2021-02-04T04:44:19.517Z] Removing intermediate container f19ad23c0b75 [2021-02-04T04:44:19.517Z] ---> 62f72d5e9292 [2021-02-04T04:44:19.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:44:19.517Z] Removing intermediate container ca47ae5874eb [2021-02-04T04:44:19.517Z] ---> 31c4e21f7710 [2021-02-04T04:44:19.517Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:44:19.517Z] Removing intermediate container 08c6c715fef0 [2021-02-04T04:44:19.517Z] ---> 9b44c1f48516 [2021-02-04T04:44:19.517Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:44:19.517Z] Removing intermediate container 5a44ac362b0b [2021-02-04T04:44:19.517Z] ---> ce6221686a2d [2021-02-04T04:44:19.517Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:44:19.517Z] Removing intermediate container f8983aea0afd [2021-02-04T04:44:19.517Z] ---> 76fdd9c3b772 [2021-02-04T04:44:19.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:44:19.517Z] ---> Running in 698e669a661b [2021-02-04T04:44:19.517Z] ---> Running in f4fcdb2be78d [2021-02-04T04:44:19.517Z] ---> Running in 41664e27fd01 [2021-02-04T04:44:19.517Z] ---> Running in 1d4582ee76d8 [2021-02-04T04:44:19.517Z] ---> Running in fb5391a83d4c [2021-02-04T04:44:19.517Z] Removing intermediate container 698e669a661b [2021-02-04T04:44:19.517Z] ---> 1170df1a4a6d [2021-02-04T04:44:19.517Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:44:19.517Z] ---> Running in 4aeb69070527 [2021-02-04T04:44:19.517Z] Removing intermediate container 41664e27fd01 [2021-02-04T04:44:19.517Z] ---> 71183d569a6c [2021-02-04T04:44:19.517Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:44:19.517Z] ---> Running in 2571b6a2ecff [2021-02-04T04:44:19.517Z] Removing intermediate container f4fcdb2be78d [2021-02-04T04:44:19.517Z] ---> 4ef7b1f8cd6f [2021-02-04T04:44:19.517Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:44:19.517Z] Removing intermediate container fb5391a83d4c [2021-02-04T04:44:19.517Z] ---> 74ba3cdd455a [2021-02-04T04:44:19.517Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:44:19.517Z] Removing intermediate container 1d4582ee76d8 [2021-02-04T04:44:19.517Z] ---> c3387d17b08b [2021-02-04T04:44:19.517Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:44:19.517Z] ---> Running in cef960871927 [2021-02-04T04:44:19.517Z] ---> Running in 95fcb2133929 [2021-02-04T04:44:19.517Z] ---> Running in db34300fde9f [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:19.523Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:44:19.523Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:44:19.523Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:44:19.523Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:44:19.523Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:44:19.523Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:44:20.114Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:44:20.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:20.375Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:44:20.375Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:44:20.375Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:44:20.375Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:44:20.376Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:44:20.376Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:44:20.376Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:44:20.636Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:44:21.105Z] OK: 217 MiB in 51 packages [2021-02-04T04:44:21.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:21.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:44:22.625Z] Removing intermediate container 2571b6a2ecff [2021-02-04T04:44:22.625Z] ---> e2607f1d92d0 [2021-02-04T04:44:22.625Z] Step 6/23 : COPY go.mod . [2021-02-04T04:44:22.625Z] OK: 217 MiB in 51 packages [2021-02-04T04:44:23.612Z] ---> 89a2f56f4305 [2021-02-04T04:44:23.612Z] Step 7/23 : RUN go mod download [2021-02-04T04:44:23.612Z] OK: 217 MiB in 51 packages [2021-02-04T04:44:23.612Z] ---> Running in 30e920273f04 [2021-02-04T04:44:23.892Z] Removing intermediate container 4aeb69070527 [2021-02-04T04:44:23.892Z] ---> 1f1f4cef4ec0 [2021-02-04T04:44:23.892Z] Step 6/31 : COPY go.mod . [2021-02-04T04:44:23.936Z] Fetched 23.9 MB in 5s (4572 kB/s) [2021-02-04T04:44:24.878Z] Reading package lists... [2021-02-04T04:44:24.927Z] OK: 217 MiB in 51 packages [2021-02-04T04:44:24.927Z] ---> d31f34a79bcb [2021-02-04T04:44:24.927Z] Step 7/31 : RUN go mod download [2021-02-04T04:44:24.927Z] OK: 217 MiB in 51 packages [2021-02-04T04:44:25.138Z] Reading package lists... [2021-02-04T04:44:25.207Z] ---> Running in 2d4f00e5de7d [2021-02-04T04:44:25.208Z] Removing intermediate container db34300fde9f [2021-02-04T04:44:25.208Z] ---> f5683b2db442 [2021-02-04T04:44:25.208Z] Step 6/22 : COPY go.mod . [2021-02-04T04:44:25.397Z] Building dependency tree... [2021-02-04T04:44:25.397Z] Reading state information... [2021-02-04T04:44:25.397Z] The following additional packages will be installed: [2021-02-04T04:44:25.397Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:44:25.397Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:44:25.397Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:44:25.397Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T04:44:25.397Z] Suggested packages: [2021-02-04T04:44:25.397Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T04:44:25.397Z] Recommended packages: [2021-02-04T04:44:25.397Z] gnupg libsasl2-modules [2021-02-04T04:44:25.397Z] The following NEW packages will be installed: [2021-02-04T04:44:25.397Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:44:25.397Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:44:25.397Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:44:25.397Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T04:44:25.397Z] The following packages will be upgraded: [2021-02-04T04:44:25.397Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T04:44:25.657Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T04:44:25.657Z] Need to get 3533 kB of archives. [2021-02-04T04:44:25.657Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T04:44:25.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T04:44:25.657Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T04:44:25.657Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T04:44:25.657Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T04:44:25.657Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T04:44:25.657Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T04:44:25.657Z] 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-02-04T04:44:25.657Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T04:44:25.657Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T04:44:25.919Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T04:44:26.492Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T04:44:26.492Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T04:44:26.492Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T04:44:26.492Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T04:44:26.492Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T04:44:26.492Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T04:44:26.492Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T04:44:26.492Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T04:44:26.492Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T04:44:26.492Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T04:44:26.492Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T04:44:26.492Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T04:44:26.660Z] ---> 5543b620a892 [2021-02-04T04:44:26.660Z] Step 7/22 : RUN go mod download [2021-02-04T04:44:26.660Z] Removing intermediate container cef960871927 [2021-02-04T04:44:26.660Z] ---> ee2dc1ef1076 [2021-02-04T04:44:26.660Z] Step 6/24 : COPY go.mod . [2021-02-04T04:44:26.752Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:26.752Z] Fetched 3533 kB in 1s (3461 kB/s) [2021-02-04T04:44:26.752Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:44:26.752Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:26.752Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:26.935Z] ---> Running in f91c9e31fa18 [2021-02-04T04:44:27.021Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:44:27.021Z] Selecting previously unselected package udev. [2021-02-04T04:44:27.021Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:44:27.021Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:27.021Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T04:44:27.214Z] Removing intermediate container 95fcb2133929 [2021-02-04T04:44:27.214Z] ---> 7bf8403b91a4 [2021-02-04T04:44:27.214Z] Step 6/26 : COPY go.mod . [2021-02-04T04:44:27.281Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T04:44:27.281Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:44:27.281Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:44:27.543Z] Selecting previously unselected package fuse. [2021-02-04T04:44:27.543Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:44:27.543Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:44:27.543Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:27.543Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:27.805Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:27.805Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:27.805Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:27.805Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:28.066Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T04:44:28.066Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T04:44:28.066Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:44:28.066Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T04:44:28.066Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.066Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.207Z] Removing intermediate container 30e920273f04 [2021-02-04T04:44:28.207Z] ---> 3d7a693a2ac4 [2021-02-04T04:44:28.207Z] Step 8/23 : COPY . . [2021-02-04T04:44:28.207Z] ---> 46603aa99da2 [2021-02-04T04:44:28.207Z] Step 7/24 : RUN go mod download [2021-02-04T04:44:28.327Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T04:44:28.327Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.327Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.327Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T04:44:28.327Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.327Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.327Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T04:44:28.327Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.482Z] ---> Running in 718e35931fd4 [2021-02-04T04:44:28.482Z] ---> 1764e10a4d7e [2021-02-04T04:44:28.482Z] Step 7/26 : RUN go mod download [2021-02-04T04:44:28.587Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.587Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T04:44:28.587Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.587Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.587Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T04:44:28.587Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.587Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.775Z] ---> Running in 47b42d22361b [2021-02-04T04:44:28.847Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T04:44:28.847Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.847Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:28.847Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T04:44:28.847Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:28.847Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:29.108Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T04:44:29.108Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:29.108Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:29.108Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T04:44:29.108Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:44:29.108Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:29.108Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T04:44:29.108Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:44:29.108Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:29.368Z] Selecting previously unselected package libldap-common. [2021-02-04T04:44:29.368Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T04:44:29.368Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:29.368Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T04:44:29.368Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T04:44:29.368Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:29.383Z] Removing intermediate container 2d4f00e5de7d [2021-02-04T04:44:29.383Z] ---> 4a1f8155711a [2021-02-04T04:44:29.383Z] Step 8/31 : COPY . . [2021-02-04T04:44:29.628Z] Selecting previously unselected package dirmngr. [2021-02-04T04:44:29.628Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:29.628Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:29.628Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:29.628Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:29.628Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:44:29.889Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:29.889Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:29.889Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:29.889Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:29.889Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:44:29.889Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:29.889Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T04:44:30.465Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T04:44:30.465Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.465Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T04:44:30.725Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:44:30.725Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:30.725Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.725Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.725Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.725Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.725Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.985Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.985Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:30.985Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:30.985Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:30.985Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:31.558Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T04:44:31.558Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T04:44:31.558Z] This means they are not meant to be enabled using systemctl. [2021-02-04T04:44:31.558Z] Possible reasons for having this kind of units are: [2021-02-04T04:44:31.558Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T04:44:31.558Z] .wants/ or .requires/ directory. [2021-02-04T04:44:31.558Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T04:44:31.558Z] a requirement dependency on it. [2021-02-04T04:44:31.558Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T04:44:31.558Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T04:44:31.558Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T04:44:31.558Z] instance name specified. [2021-02-04T04:44:31.820Z] Reading package lists... [2021-02-04T04:44:32.084Z] Building dependency tree... [2021-02-04T04:44:32.084Z] Reading state information... [2021-02-04T04:44:32.346Z] The following additional packages will be installed: [2021-02-04T04:44:32.346Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T04:44:32.346Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T04:44:32.346Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T04:44:32.346Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T04:44:32.346Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T04:44:32.346Z] Suggested packages: [2021-02-04T04:44:32.346Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T04:44:32.346Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T04:44:32.346Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T04:44:32.346Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T04:44:32.346Z] systemd-container policykit-1 [2021-02-04T04:44:32.346Z] Recommended packages: [2021-02-04T04:44:32.346Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T04:44:32.346Z] The following NEW packages will be installed: [2021-02-04T04:44:32.346Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T04:44:32.346Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T04:44:32.346Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T04:44:32.346Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T04:44:32.346Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T04:44:32.608Z] The following packages will be upgraded: [2021-02-04T04:44:32.608Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T04:44:32.608Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T04:44:32.608Z] Need to get 35.2 MB of archives. [2021-02-04T04:44:32.608Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T04:44:32.608Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T04:44:32.609Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T04:44:32.815Z] Removing intermediate container f91c9e31fa18 [2021-02-04T04:44:32.815Z] ---> 660ef36172b5 [2021-02-04T04:44:32.815Z] Step 8/22 : COPY . . [2021-02-04T04:44:33.181Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T04:44:33.445Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T04:44:33.445Z] 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-02-04T04:44:33.445Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T04:44:33.445Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T04:44:33.445Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T04:44:33.445Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T04:44:33.446Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T04:44:33.446Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T04:44:33.446Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T04:44:33.446Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T04:44:33.446Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T04:44:33.446Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T04:44:33.446Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T04:44:33.707Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T04:44:33.707Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T04:44:33.707Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T04:44:33.707Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T04:44:33.707Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T04:44:33.707Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T04:44:33.707Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T04:44:33.707Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T04:44:33.707Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T04:44:33.707Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T04:44:33.968Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T04:44:33.968Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T04:44:33.968Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T04:44:33.968Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T04:44:34.322Z] Removing intermediate container 47b42d22361b [2021-02-04T04:44:34.322Z] ---> 98270872d648 [2021-02-04T04:44:34.322Z] Step 8/26 : COPY . . [2021-02-04T04:44:34.595Z] Removing intermediate container 718e35931fd4 [2021-02-04T04:44:34.595Z] ---> 4a774dd98b47 [2021-02-04T04:44:34.595Z] Step 8/24 : COPY . . [2021-02-04T04:44:34.910Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:34.910Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-02-04T04:44:34.910Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:34.910Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:34.910Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:35.480Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:35.739Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:35.739Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:44:35.739Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:35.739Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:44:36.000Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:44:36.000Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T04:44:36.260Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:36.260Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:44:36.260Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:44:36.521Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T04:44:36.521Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T04:44:37.090Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T04:44:37.090Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T04:44:37.090Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:44:37.090Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:44:37.351Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T04:44:37.351Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:37.351Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:37.613Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T04:44:37.613Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T04:44:37.613Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:44:37.873Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T04:44:37.873Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:37.873Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:38.133Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:44:38.133Z] Checking for services that may need to be restarted...done. [2021-02-04T04:44:38.133Z] Checking for services that may need to be restarted...done. [2021-02-04T04:44:38.133Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:38.394Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:44:38.394Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:38.965Z] Selecting previously unselected package python3-minimal. [2021-02-04T04:44:38.965Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T04:44:38.965Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:38.965Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:44:38.965Z] Selecting previously unselected package mime-support. [2021-02-04T04:44:38.965Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T04:44:38.965Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T04:44:38.965Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T04:44:38.965Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T04:44:38.965Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:44:39.227Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T04:44:39.227Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:39.227Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:39.494Z] Selecting previously unselected package python3.6. [2021-02-04T04:44:39.494Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:39.494Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:39.494Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T04:44:39.494Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:39.494Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:44:39.758Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:44:40.329Z] Selecting previously unselected package python3. [2021-02-04T04:44:40.329Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T04:44:40.329Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:40.329Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T04:44:40.329Z] Selecting previously unselected package multiarch-support. [2021-02-04T04:44:40.329Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:40.329Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:44:40.329Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:44:40.591Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T04:44:40.591Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T04:44:40.591Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T04:44:40.591Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:44:40.591Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T04:44:40.591Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T04:44:40.591Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:44:40.591Z] Selecting previously unselected package sudo. [2021-02-04T04:44:40.591Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:40.591Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:44:40.852Z] Selecting previously unselected package apparmor. [2021-02-04T04:44:40.852Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:44:40.852Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:44:41.112Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T04:44:41.112Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T04:44:41.112Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:44:41.112Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T04:44:41.112Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:41.112Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:41.112Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T04:44:41.373Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:41.373Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:41.373Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T04:44:41.373Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T04:44:41.373Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:44:41.373Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T04:44:41.373Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:41.373Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:41.634Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T04:44:41.634Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:41.634Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:41.634Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T04:44:41.634Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T04:44:41.634Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:44:41.895Z] Selecting previously unselected package openssh-client. [2021-02-04T04:44:41.895Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T04:44:41.895Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:44:42.177Z] Selecting previously unselected package squashfs-tools. [2021-02-04T04:44:42.177Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:44:42.177Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:44:42.438Z] Selecting previously unselected package snapd. [2021-02-04T04:44:42.438Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T04:44:42.438Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T04:44:44.989Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:44:44.989Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:44:44.989Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T04:44:44.989Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:44:44.989Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:44:44.989Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:44.989Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:44.989Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:44.989Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T04:44:46.909Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:44:46.909Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:44:46.909Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:44:46.909Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:46.909Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:46.909Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:47.856Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:44:47.856Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:47.856Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:44:47.856Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T04:44:47.856Z] running python rtupdate hooks for python3.6... [2021-02-04T04:44:47.856Z] running python post-rtupdate hooks for python3.6... [2021-02-04T04:44:48.117Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:44:49.501Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T04:44:49.767Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:49.767Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:44:50.027Z] Setting up snapd (2.48+18.04) ... [2021-02-04T04:44:50.600Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T04:44:50.600Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T04:44:50.861Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T04:44:51.122Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T04:44:51.383Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:44:51.383Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:44:51.645Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T04:44:51.906Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T04:44:52.166Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T04:44:52.427Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T04:44:52.427Z] /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-02-04T04:44:52.427Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:52.427Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:53.814Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:44:53.814Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:44:53.814Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:44:55.199Z] Reading package lists... [2021-02-04T04:44:55.461Z] Reading package lists... [2021-02-04T04:44:55.722Z] Building dependency tree... [2021-02-04T04:44:55.722Z] Reading state information... [2021-02-04T04:44:55.983Z] Calculating upgrade... [2021-02-04T04:44:56.246Z] The following packages will be upgraded: [2021-02-04T04:44:56.246Z] advancecomp base-files bash binutils binutils-common [2021-02-04T04:44:56.246Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T04:44:56.246Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T04:44:56.246Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T04:44:56.246Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T04:44:56.246Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T04:44:56.246Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T04:44:56.246Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T04:44:56.246Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T04:44:56.246Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T04:44:56.246Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T04:44:56.246Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T04:44:56.246Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T04:44:56.246Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T04:44:56.246Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T04:44:56.246Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:44:56.246Z] Need to get 63.8 MB of archives. [2021-02-04T04:44:56.246Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T04:44:56.246Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T04:44:56.246Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T04:44:57.190Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T04:44:57.190Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T04:44:57.190Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T04:44:57.190Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T04:44:57.190Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T04:44:57.190Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T04:44:57.190Z] 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-02-04T04:44:57.190Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T04:44:57.190Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T04:44:57.190Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T04:44:57.190Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T04:44:57.190Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T04:44:57.190Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T04:44:57.190Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T04:44:57.190Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T04:44:57.190Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T04:44:57.190Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T04:44:57.190Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T04:44:57.190Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T04:44:57.190Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T04:44:57.454Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T04:44:57.454Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T04:44:57.454Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T04:44:57.454Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T04:44:57.454Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T04:44:57.454Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T04:44:57.454Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T04:44:57.454Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T04:44:57.454Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T04:44:57.454Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T04:44:57.454Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T04:44:57.454Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T04:44:57.454Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T04:44:57.454Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T04:44:57.454Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T04:44:57.454Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T04:44:57.454Z] Get:39 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-02-04T04:44:57.454Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T04:44:57.716Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T04:44:57.716Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T04:44:57.716Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T04:44:57.716Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T04:44:57.716Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T04:44:57.716Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T04:44:57.716Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T04:44:57.716Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T04:44:57.716Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T04:44:57.716Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T04:44:57.716Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T04:44:57.716Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T04:44:57.716Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T04:44:57.716Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T04:44:57.716Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T04:44:57.980Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T04:44:57.980Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T04:44:57.980Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T04:44:57.980Z] Get:59 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-02-04T04:44:57.980Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T04:44:57.980Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T04:44:57.980Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T04:44:57.980Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T04:44:57.980Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T04:44:57.980Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T04:44:57.980Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T04:44:57.980Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T04:44:57.980Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T04:44:57.980Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T04:44:57.980Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T04:44:57.980Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T04:44:57.980Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T04:44:57.980Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T04:44:57.980Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T04:44:57.980Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T04:44:58.242Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T04:44:58.242Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T04:44:58.242Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T04:44:58.242Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T04:44:58.242Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T04:44:58.242Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T04:44:58.242Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T04:44:58.242Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T04:44:58.242Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T04:44:58.242Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T04:44:58.502Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T04:44:58.502Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T04:44:58.502Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T04:44:58.502Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T04:44:58.502Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T04:44:58.764Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T04:44:59.335Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T04:44:59.335Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T04:44:59.335Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T04:44:59.596Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T04:44:59.596Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T04:44:59.596Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T04:44:59.596Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T04:44:59.596Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T04:44:59.857Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:59.857Z] Fetched 63.8 MB in 3s (18.3 MB/s) [2021-02-04T04:45:00.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:00.118Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:00.118Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:00.690Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:00.690Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:00.951Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T04:45:00.951Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T04:45:01.430Z] ---> 2b851ef8c1a9 [2021-02-04T04:45:01.430Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:45:01.430Z] ---> 2c557bae5931 [2021-02-04T04:45:01.430Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:45:01.430Z] ---> 114b09649902 [2021-02-04T04:45:01.430Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:45:01.430Z] ---> 68055b6fc231 [2021-02-04T04:45:01.430Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:45:01.430Z] ---> Running in e49d2fc58e7b [2021-02-04T04:45:01.430Z] ---> Running in b5fec0e10671 [2021-02-04T04:45:01.430Z] ---> Running in 1e62d45cf86a [2021-02-04T04:45:01.430Z] ---> Running in efd9e77490f9 [2021-02-04T04:45:01.430Z] ---> 89da3d742b5c [2021-02-04T04:45:01.430Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:45:01.430Z] ---> Running in ce9c8860ec47 [2021-02-04T04:45:01.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:45:01.430Z] 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-02-04T04:45:01.430Z] 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-02-04T04:45:01.430Z] 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-02-04T04:45:01.430Z] 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-02-04T04:45:01.906Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:01.906Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:01.906Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:01.906Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:01.907Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.172Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.172Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.172Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.172Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.449Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.449Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.449Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.449Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.719Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.719Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:02.719Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:02.719Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.719Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.982Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:02.982Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:02.982Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:02.982Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:02.982Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:03.243Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:03.243Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:03.243Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:03.506Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:03.506Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:03.506Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:03.768Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:04.343Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:45:04.604Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:04.604Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T04:45:04.604Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T04:45:04.604Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T04:45:04.604Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T04:45:04.868Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T04:45:04.868Z] Installing new version of config file /etc/issue ... [2021-02-04T04:45:04.868Z] Installing new version of config file /etc/issue.net ... [2021-02-04T04:45:04.868Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T04:45:04.868Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T04:45:05.131Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T04:45:05.395Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T04:45:05.395Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T04:45:05.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:05.395Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T04:45:05.395Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T04:45:05.657Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T04:45:05.657Z] 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-02-04T04:45:05.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:05.657Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:05.917Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:05.917Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:05.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:05.917Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T04:45:05.917Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T04:45:06.189Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T04:45:06.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:06.189Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T04:45:06.189Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:45:06.458Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T04:45:06.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:06.732Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:06.732Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:06.732Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:06.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:06.732Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:06.732Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:07.000Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:07.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:07.000Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T04:45:07.000Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T04:45:07.265Z] Setting up grep (3.1-2build1) ... [2021-02-04T04:45:07.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:07.265Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:45:07.525Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:45:07.525Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T04:45:07.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:07.787Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:07.787Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:08.047Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:08.047Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:08.047Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:45:08.047Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:08.620Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:45:08.620Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:08.882Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:45:08.882Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:09.458Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:09.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:09.458Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T04:45:09.458Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:10.845Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:10.845Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:45:10.845Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:10.845Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:45:11.106Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:45:11.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:11.106Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T04:45:11.106Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T04:45:11.372Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T04:45:11.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:11.372Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:11.633Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:11.633Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:11.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:11.633Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:11.894Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:11.894Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:12.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.156Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:12.156Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:12.156Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:12.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.418Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:12.418Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:12.418Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:12.679Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.679Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:12.679Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:12.679Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:12.679Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:12.950Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:12.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.950Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:12.950Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:13.211Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:13.211Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.211Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:13.211Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:13.473Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:13.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.473Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:13.473Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:13.734Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:13.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.734Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:13.734Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:14.306Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:14.567Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T04:45:14.827Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T04:45:14.827Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:14.827Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:15.086Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:15.086Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:15.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:15.349Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T04:45:15.349Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:15.690Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:15.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:15.690Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T04:45:15.690Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T04:45:15.969Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T04:45:16.304Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:16.304Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T04:45:16.594Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:45:16.594Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:45:16.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:16.594Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T04:45:16.594Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:45:16.594Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:45:16.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:16.869Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:45:16.869Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:17.475Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:17.475Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:17.475Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:45:17.747Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:17.747Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:17.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:17.747Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:45:18.015Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:18.015Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:18.277Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:18.277Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:18.277Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:18.539Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:45:18.539Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:45:18.539Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:18.801Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:18.801Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:18.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:18.801Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T04:45:18.801Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T04:45:19.061Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T04:45:19.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:19.061Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T04:45:19.321Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:19.322Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:19.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:19.583Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:19.583Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:19.846Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:19.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:19.846Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T04:45:19.846Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T04:45:19.846Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T04:45:20.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:20.108Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:45:20.108Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:45:20.369Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T04:45:20.630Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:20.630Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:20.630Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:45:20.630Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T04:45:20.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:20.896Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T04:45:20.896Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T04:45:21.156Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T04:45:21.156Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:21.156Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:21.156Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T04:45:21.418Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T04:45:21.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:21.418Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T04:45:21.418Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T04:45:21.418Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T04:45:21.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:21.679Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T04:45:21.679Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T04:45:21.679Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T04:45:21.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:21.941Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:45:21.941Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T04:45:21.941Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T04:45:22.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:22.205Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T04:45:22.205Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T04:45:22.205Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T04:45:22.465Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T04:45:22.465Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:45:22.465Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:45:22.465Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:45:22.465Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:45:22.727Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:45:22.727Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:45:22.987Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T04:45:22.988Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T04:45:23.248Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:45:23.248Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T04:45:23.248Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:45:23.248Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T04:45:23.510Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T04:45:23.510Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T04:45:23.510Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T04:45:23.510Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T04:45:23.769Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T04:45:23.769Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T04:45:23.769Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T04:45:23.769Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T04:45:24.032Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T04:45:24.032Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T04:45:24.294Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T04:45:24.294Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T04:45:25.236Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T04:45:25.236Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T04:45:25.236Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:45:25.236Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T04:45:25.236Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:25.236Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:25.807Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:25.807Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:25.807Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:25.807Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:25.807Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:26.067Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:26.067Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:26.067Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:26.327Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:26.327Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:26.327Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:26.327Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:26.588Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:26.588Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:28.003Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:28.003Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:28.944Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:28.944Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:29.514Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:29.514Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:30.086Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:30.086Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:31.030Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:31.030Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:31.292Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:45:31.292Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:45:31.292Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:45:31.292Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:45:31.558Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:45:31.558Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:45:31.819Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T04:45:31.819Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T04:45:31.819Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:45:31.819Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:45:32.087Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:45:32.087Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:45:32.087Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T04:45:32.347Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T04:45:32.347Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:32.347Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:32.347Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:32.607Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:32.607Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:32.607Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T04:45:32.607Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T04:45:32.607Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T04:45:32.866Z] [2021-02-04T04:45:32.866Z] Current default time zone: 'Etc/UTC' [2021-02-04T04:45:32.866Z] Local time is now: Thu Feb 4 04:45:32 UTC 2021. [2021-02-04T04:45:32.866Z] Universal Time is now: Thu Feb 4 04:45:32 UTC 2021. [2021-02-04T04:45:32.866Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T04:45:32.866Z] [2021-02-04T04:45:32.866Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T04:45:32.866Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:32.866Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T04:45:32.866Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:32.866Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T04:45:32.866Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T04:45:32.866Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:33.151Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:45:33.151Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T04:45:33.151Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:45:33.151Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:33.151Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:45:33.411Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:33.411Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:33.411Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:33.411Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T04:45:33.411Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:33.675Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T04:45:33.675Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:45:33.675Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T04:45:33.675Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T04:45:33.675Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:33.675Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T04:45:35.057Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:45:36.028Z] 23 added, 27 removed; done. [2021-02-04T04:45:36.028Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:45:36.028Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:36.028Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T04:45:36.028Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T04:45:36.028Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T04:45:36.289Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.289Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:36.289Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.289Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.289Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.289Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.289Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.549Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:36.549Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:36.549Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:45:36.549Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T04:45:36.549Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:36.549Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.549Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.809Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:45:36.809Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T04:45:36.809Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:45:36.809Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:36.809Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:45:37.069Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T04:45:37.069Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T04:45:37.069Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:45:37.649Z] 0 added, 0 removed; done. [2021-02-04T04:45:37.649Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T04:45:37.649Z] done. [2021-02-04T04:45:38.224Z] Reading package lists... [2021-02-04T04:45:38.483Z] Building dependency tree... [2021-02-04T04:45:38.483Z] Reading state information... [2021-02-04T04:45:38.743Z] The following NEW packages will be installed: [2021-02-04T04:45:38.743Z] apt-transport-https [2021-02-04T04:45:39.002Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:45:39.002Z] Need to get 1696 B of archives. [2021-02-04T04:45:39.002Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T04:45:39.002Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T04:45:39.002Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:45:39.002Z] Fetched 1696 B in 0s (8873 B/s) [2021-02-04T04:45:39.002Z] Selecting previously unselected package apt-transport-https. [2021-02-04T04:45:39.002Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T04:45:39.002Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T04:45:39.002Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:45:39.263Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:45:39.523Z] Waiting for network to be ready... [2021-02-04T04:45:46.106Z] 2021-02-04T04:45:43Z INFO Waiting for automatic snapd restart... [2021-02-04T04:45:46.106Z] snapd 2.48.2 from Canonical* installed [2021-02-04T04:45:47.049Z] "snapd" switched to the "latest/stable" channel [2021-02-04T04:45:47.049Z] [2021-02-04T04:45:51.285Z] core18 20201210 from Canonical* installed [2021-02-04T04:45:51.546Z] "core18" switched to the "latest/stable" channel [2021-02-04T04:45:51.546Z] [2021-02-04T04:45:56.826Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:45:56.826Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T04:45:56.826Z] [2021-02-04T04:46:00.132Z] 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-02-04T04:46:00.132Z] - README.md [2021-02-04T04:46:00.132Z] - snapcraft.yaml.orig [2021-02-04T04:46:00.132Z] [2021-02-04T04:46:00.132Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:46:06.716Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:06.716Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:46:06.716Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:46:06.976Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:46:08.887Z] Reading package lists... [2021-02-04T04:46:09.146Z] 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-02-04T04:46:15.759Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:15.759Z] Reading package lists... [2021-02-04T04:46:15.759Z] Building dependency tree... [2021-02-04T04:46:15.759Z] Reading state information... [2021-02-04T04:46:15.759Z] Suggested packages: [2021-02-04T04:46:15.759Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T04:46:15.759Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T04:46:15.759Z] Recommended packages: [2021-02-04T04:46:15.759Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T04:46:15.759Z] The following NEW packages will be installed: [2021-02-04T04:46:15.759Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T04:46:15.759Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T04:46:15.759Z] pkg-config zip [2021-02-04T04:46:15.759Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:46:15.759Z] Need to get 7655 kB of archives. [2021-02-04T04:46:15.759Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T04:46:15.759Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T04:46:15.759Z] 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-02-04T04:46:16.020Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T04:46:16.280Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T04:46:16.280Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T04:46:16.280Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T04:46:16.280Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T04:46:16.280Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T04:46:16.280Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T04:46:16.280Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T04:46:16.541Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T04:46:16.541Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T04:46:16.541Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T04:46:16.800Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T04:46:16.800Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T04:46:17.060Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:46:17.060Z] Fetched 7655 kB in 1s (6989 kB/s) [2021-02-04T04:46:17.060Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T04:46:17.060Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T04:46:17.060Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T04:46:17.060Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:46:17.319Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T04:46:17.319Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T04:46:17.319Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:46:17.319Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T04:46:17.319Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T04:46:17.319Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:46:17.579Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T04:46:17.579Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T04:46:17.579Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:46:17.579Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T04:46:17.579Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T04:46:17.579Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:46:17.859Z] Selecting previously unselected package liberror-perl. [2021-02-04T04:46:17.859Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T04:46:17.859Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T04:46:17.859Z] Selecting previously unselected package git-man. [2021-02-04T04:46:17.859Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T04:46:17.859Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:18.145Z] Selecting previously unselected package git. [2021-02-04T04:46:18.145Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T04:46:18.145Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:18.812Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T04:46:18.812Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T04:46:18.812Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:46:19.073Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T04:46:19.073Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T04:46:19.073Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:46:19.073Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T04:46:19.073Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T04:46:19.073Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:46:19.336Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T04:46:19.336Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:46:19.336Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:19.336Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T04:46:19.336Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:46:19.336Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:19.336Z] Selecting previously unselected package pkg-config. [2021-02-04T04:46:19.336Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T04:46:19.597Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:46:19.597Z] Selecting previously unselected package zip. [2021-02-04T04:46:19.597Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T04:46:19.597Z] Unpacking zip (3.0-11build1) ... [2021-02-04T04:46:19.597Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:46:19.597Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:19.858Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:46:19.858Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T04:46:19.858Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:46:19.858Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:46:19.858Z] No schema files found: doing nothing. [2021-02-04T04:46:19.858Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:46:19.858Z] Setting up zip (3.0-11build1) ... [2021-02-04T04:46:19.858Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:46:19.858Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:46:20.119Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:46:20.119Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:20.119Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:46:20.119Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:20.119Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:20.378Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:46:23.338Z] 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-02-04T04:46:23.338Z] 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-02-04T04:46:26.960Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:27.225Z] git set to automatically installed. [2021-02-04T04:46:27.225Z] git-man set to automatically installed. [2021-02-04T04:46:27.225Z] libcurl3-gnutls set to automatically installed. [2021-02-04T04:46:27.225Z] liberror-perl set to automatically installed. [2021-02-04T04:46:27.225Z] libglib2.0-0 set to automatically installed. [2021-02-04T04:46:27.225Z] libnghttp2-14 set to automatically installed. [2021-02-04T04:46:27.225Z] libnorm1 set to automatically installed. [2021-02-04T04:46:27.225Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T04:46:27.225Z] libpsl5 set to automatically installed. [2021-02-04T04:46:27.225Z] librtmp1 set to automatically installed. [2021-02-04T04:46:27.225Z] libsodium23 set to automatically installed. [2021-02-04T04:46:27.225Z] libzmq3-dev set to automatically installed. [2021-02-04T04:46:27.225Z] libzmq5 set to automatically installed. [2021-02-04T04:46:27.225Z] pkg-config set to automatically installed. [2021-02-04T04:46:27.225Z] zip set to automatically installed. [2021-02-04T04:46:29.163Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T04:46:31.682Z] Removing intermediate container efd9e77490f9 [2021-02-04T04:46:31.682Z] ---> fa7dea47ddee [2021-02-04T04:46:31.682Z] [2021-02-04T04:46:31.682Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:46:31.683Z] 3.12: Pulling from library/alpine [2021-02-04T04:46:32.700Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:46:32.700Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:46:32.700Z] ---> afeebe901d6b [2021-02-04T04:46:32.700Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:46:34.171Z] ---> Running in 6b165c024c52 [2021-02-04T04:46:34.781Z] Removing intermediate container ce9c8860ec47 [2021-02-04T04:46:34.781Z] ---> 2b4c03e5daf7 [2021-02-04T04:46:34.781Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:46:35.065Z] ---> Running in 63efb39b008d [2021-02-04T04:46:35.761Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:35.761Z] snap "core18" has no updates available [2021-02-04T04:46:36.331Z] Pulling config-common [2021-02-04T04:46:36.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:36.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:36.826Z] 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-02-04T04:46:37.457Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:46:37.457Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:46:37.457Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:46:37.457Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:46:37.457Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:46:37.457Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:46:37.732Z] Pulling go-build-helper [2021-02-04T04:46:38.016Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:46:38.016Z] OK: 7 MiB in 19 packages [2021-02-04T04:46:40.845Z] Removing intermediate container 6b165c024c52 [2021-02-04T04:46:40.845Z] ---> 97885699f6a6 [2021-02-04T04:46:40.845Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:46:40.845Z] ---> Running in daa3d776cb36 [2021-02-04T04:46:41.457Z] Removing intermediate container daa3d776cb36 [2021-02-04T04:46:41.763Z] ---> 6ffea96640c4 [2021-02-04T04:46:41.763Z] Step 13/24 : WORKDIR / [2021-02-04T04:46:41.763Z] ---> Running in 4e470545d841 [2021-02-04T04:46:42.807Z] Removing intermediate container 4e470545d841 [2021-02-04T04:46:42.807Z] ---> 1eba3496fcff [2021-02-04T04:46:42.807Z] 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-02-04T04:46:43.087Z] Removing intermediate container 63efb39b008d [2021-02-04T04:46:43.087Z] ---> 9e27d0f8cabc [2021-02-04T04:46:43.087Z] [2021-02-04T04:46:43.087Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:46:43.087Z] 20.10.0: Pulling from library/docker [2021-02-04T04:46:44.629Z] ---> 9c4a27b78d02 [2021-02-04T04:46:44.629Z] 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-02-04T04:46:46.658Z] ---> 27552ece822d [2021-02-04T04:46:46.658Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:46:47.292Z] Removing intermediate container e49d2fc58e7b [2021-02-04T04:46:47.292Z] ---> edd492faa2bb [2021-02-04T04:46:47.292Z] [2021-02-04T04:46:47.292Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:46:47.292Z] ---> afeebe901d6b [2021-02-04T04:46:47.292Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:46:48.289Z] ---> Running in 24542f6d50c3 [2021-02-04T04:46:48.893Z] ---> e4b034981002 [2021-02-04T04:46:48.893Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:46:49.497Z] Removing intermediate container 24542f6d50c3 [2021-02-04T04:46:49.497Z] ---> 3f50f120eaa2 [2021-02-04T04:46:49.497Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:46:49.770Z] Removing intermediate container 1e62d45cf86a [2021-02-04T04:46:49.770Z] ---> c3df3ecb2f73 [2021-02-04T04:46:49.770Z] [2021-02-04T04:46:49.770Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:46:49.770Z] ---> afeebe901d6b [2021-02-04T04:46:49.770Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:46:50.046Z] ---> Running in 548d4716850a [2021-02-04T04:46:50.324Z] Removing intermediate container b5fec0e10671 [2021-02-04T04:46:50.324Z] ---> 22927bb47797 [2021-02-04T04:46:50.324Z] [2021-02-04T04:46:50.324Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:46:50.324Z] ---> afeebe901d6b [2021-02-04T04:46:50.324Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:46:50.607Z] ---> Running in f4ebf84d3769 [2021-02-04T04:46:50.607Z] ---> 495bcc25f98c [2021-02-04T04:46:50.607Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:46:50.883Z] ---> Running in 45a70d86139f [2021-02-04T04:46:52.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:52.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:52.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:52.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:52.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:53.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:53.443Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:46:53.443Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:46:53.443Z] OK: 5 MiB in 15 packages [2021-02-04T04:46:53.443Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:46:53.443Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:46:53.443Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:46:53.722Z] OK: 5 MiB in 16 packages [2021-02-04T04:46:53.722Z] ---> f11b44a1d9b1 [2021-02-04T04:46:53.722Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:46:53.722Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:46:53.722Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:46:53.722Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:46:54.010Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:46:54.010Z] OK: 6 MiB in 16 packages [2021-02-04T04:46:55.478Z] ---> 94b6a843f0d1 [2021-02-04T04:46:55.478Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T04:46:55.752Z] ---> Running in db8c66d3d791 [2021-02-04T04:46:56.031Z] Removing intermediate container f4ebf84d3769 [2021-02-04T04:46:56.031Z] ---> b2cf4683d4c8 [2021-02-04T04:46:56.031Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:46:56.323Z] Removing intermediate container 548d4716850a [2021-02-04T04:46:56.323Z] ---> 4ddc36b6fce7 [2021-02-04T04:46:56.323Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:46:56.610Z] ---> Running in 0c12cdbd4e5f [2021-02-04T04:46:56.610Z] ---> Running in 404b824f7087 [2021-02-04T04:46:56.895Z] Removing intermediate container 45a70d86139f [2021-02-04T04:46:56.895Z] ---> dcc49454ed36 [2021-02-04T04:46:56.895Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:46:57.174Z] Removing intermediate container 0c12cdbd4e5f [2021-02-04T04:46:57.174Z] ---> 559ca9fc4fba [2021-02-04T04:46:57.174Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:46:57.456Z] ---> Running in 266c2f474b36 [2021-02-04T04:46:57.456Z] ---> Running in 9b96dbef0521 [2021-02-04T04:46:57.738Z] Removing intermediate container 404b824f7087 [2021-02-04T04:46:57.738Z] ---> d0b57148b205 [2021-02-04T04:46:57.738Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:46:58.015Z] ---> Running in b4980c65b119 [2021-02-04T04:46:58.015Z] Removing intermediate container 266c2f474b36 [2021-02-04T04:46:58.015Z] ---> aaa7a8b2e82a [2021-02-04T04:46:58.015Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:46:58.291Z] Removing intermediate container 9b96dbef0521 [2021-02-04T04:46:58.291Z] ---> 311a56eef23f [2021-02-04T04:46:58.291Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:46:58.593Z] ---> Running in 1e5b075aa7be [2021-02-04T04:46:58.593Z] Removing intermediate container b4980c65b119 [2021-02-04T04:46:58.593Z] ---> eabba594f375 [2021-02-04T04:46:58.594Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:46:58.594Z] ---> Running in 5bdbe7eaef66 [2021-02-04T04:46:58.880Z] ---> Running in 7b01c19e62e5 [2021-02-04T04:46:59.163Z] Removing intermediate container 1e5b075aa7be [2021-02-04T04:46:59.163Z] ---> 5760e5080b56 [2021-02-04T04:46:59.163Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:46:59.163Z] Removing intermediate container db8c66d3d791 [2021-02-04T04:46:59.163Z] ---> a27e17ab997c [2021-02-04T04:46:59.163Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:46:59.163Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:46:59.468Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:46:59.468Z] ---> eeaf43b92773 [2021-02-04T04:46:59.468Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:46:59.468Z] Removing intermediate container 5bdbe7eaef66 [2021-02-04T04:46:59.468Z] ---> 0cd47335058c [2021-02-04T04:46:59.468Z] Step 15/23 : WORKDIR / [2021-02-04T04:46:59.468Z] ---> Running in 109a06408a56 [2021-02-04T04:46:59.468Z] ---> Running in 33083e8f9359 [2021-02-04T04:46:59.468Z] ---> Running in 65a471a06555 [2021-02-04T04:46:59.756Z] ---> Running in 1d3a45372c52 [2021-02-04T04:47:00.032Z] Removing intermediate container 109a06408a56 [2021-02-04T04:47:00.032Z] ---> 32bfdb48fced [2021-02-04T04:47:00.032Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T04:47:00.310Z] Removing intermediate container 33083e8f9359 [2021-02-04T04:47:00.310Z] ---> 124dd4180901 [2021-02-04T04:47:00.310Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:47:00.594Z] ---> Running in 0f20404e5166 [2021-02-04T04:47:00.594Z] Removing intermediate container 1d3a45372c52 [2021-02-04T04:47:00.594Z] ---> 8ad8b71009ec [2021-02-04T04:47:00.594Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:47:01.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:01.197Z] Removing intermediate container 0f20404e5166 [2021-02-04T04:47:01.197Z] ---> f64c3732da07 [2021-02-04T04:47:01.197Z] Step 23/24 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:47:01.476Z] ---> 8e83a9c47c37 [2021-02-04T04:47:01.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:47:01.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:01.476Z] ---> Running in 3cdbc749333f [2021-02-04T04:47:01.760Z] ---> 38eed43c6acb [2021-02-04T04:47:01.760Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:47:01.760Z] Removing intermediate container 7b01c19e62e5 [2021-02-04T04:47:01.760Z] ---> 7c7934312d78 [2021-02-04T04:47:01.760Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:47:02.037Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:47:02.037Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:47:02.313Z] ---> Running in f3ca3b662524 [2021-02-04T04:47:02.313Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:47:02.313Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:47:02.314Z] OK: 12 MiB in 22 packages [2021-02-04T04:47:02.314Z] Removing intermediate container 3cdbc749333f [2021-02-04T04:47:02.314Z] ---> ce26c48e7478 [2021-02-04T04:47:02.314Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:47:02.938Z] ---> Running in a81b6daa5422 [2021-02-04T04:47:04.350Z] Removing intermediate container f3ca3b662524 [2021-02-04T04:47:04.350Z] ---> b0de90500f45 [2021-02-04T04:47:04.350Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:47:04.350Z] ---> 31c8c8790104 [2021-02-04T04:47:04.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:47:04.350Z] Removing intermediate container a81b6daa5422 [2021-02-04T04:47:04.350Z] ---> 0f7d708c02ed [2021-02-04T04:47:04.350Z] [2021-02-04T04:47:04.350Z] ---> 4f4ec675c808 [2021-02-04T04:47:04.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:47:04.350Z] Successfully built 0f7d708c02ed [2021-02-04T04:47:04.350Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T04:47:04.350Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-04T04:47:04.350Z] Removing intermediate container 65a471a06555 [2021-02-04T04:47:04.350Z] ---> 2f70ef2f8990 [2021-02-04T04:47:04.350Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:47:04.395Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:47:04.395Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:47:04.395Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:47:04.395Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:47:04.395Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:47:04.395Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:47:04.395Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:47:04.395Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:47:04.395Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:47:04.395Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:47:04.395Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:47:04.395Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:47:04.395Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:47:04.395Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:47:04.395Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:47:04.395Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:47:04.395Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:47:04.395Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:47:04.395Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:47:04.395Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:47:04.395Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:47:04.395Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:47:04.395Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:47:04.395Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:47:04.395Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:47:04.395Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:47:04.395Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:47:04.395Z] Fetched 23.9 MB in 6s (3829 kB/s) [2021-02-04T04:47:04.395Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T04:47:04.395Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T04:47:04.395Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T04:47:04.395Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T04:47:04.395Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T04:47:04.395Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T04:47:04.395Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T04:47:04.395Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T04:47:04.395Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T04:47:04.395Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T04:47:04.395Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T04:47:04.395Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T04:47:04.395Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T04:47:04.395Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T04:47:04.395Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T04:47:04.395Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T04:47:04.395Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T04:47:04.395Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T04:47:04.395Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T04:47:04.395Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T04:47:04.395Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T04:47:04.395Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T04:47:04.395Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T04:47:04.395Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T04:47:04.395Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T04:47:04.395Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T04:47:04.395Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T04:47:04.395Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T04:47:04.395Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T04:47:04.395Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T04:47:04.395Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T04:47:04.395Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T04:47:04.395Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T04:47:04.395Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T04:47:04.395Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T04:47:04.395Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T04:47:04.396Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T04:47:04.396Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T04:47:04.628Z] ---> 2f593dfdefc9 [2021-02-04T04:47:04.628Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> b26eb0fd6ca5 [2021-02-04T04:47:04.628Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh ---> 443aa310df0f [2021-02-04T04:47:04.628Z] [2021-02-04T04:47:04.628Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:47:04.628Z] [2021-02-04T04:47:04.628Z] ---> Running in 5fb357300362 [2021-02-04T04:47:04.909Z] ---> Running in c551164ed233 [2021-02-04T04:47:04.909Z] ---> Running in 1d1cd685afa9 [2021-02-04T04:47:04.909Z] ---> Running in 7830f4ab2fc5 [2021-02-04T04:47:05.519Z] Removing intermediate container 5fb357300362 [2021-02-04T04:47:05.519Z] ---> c757306c46b7 [2021-02-04T04:47:05.519Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:47:05.813Z] Removing intermediate container 1d1cd685afa9 [2021-02-04T04:47:05.813Z] ---> 6253fe1ef23a [2021-02-04T04:47:05.813Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:47:06.093Z] ---> Running in 9cff77ad6cd8 [2021-02-04T04:47:06.380Z] Removing intermediate container 7830f4ab2fc5 [2021-02-04T04:47:06.380Z] ---> 89be5f1bd03c [2021-02-04T04:47:06.380Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:47:06.678Z] ---> Running in 2e0e00e21c10 [2021-02-04T04:47:07.683Z] ---> Running in 72f0366cefc8 [2021-02-04T04:47:07.683Z] Removing intermediate container 9cff77ad6cd8 [2021-02-04T04:47:07.683Z] ---> 84eac73f2bf4 [2021-02-04T04:47:07.683Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:47:07.728Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T04:47:07.729Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T04:47:07.729Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T04:47:07.729Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T04:47:07.729Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T04:47:07.729Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T04:47:07.729Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T04:47:07.729Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T04:47:07.729Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T04:47:07.729Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T04:47:07.729Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T04:47:07.729Z] Pulling static-packages [2021-02-04T04:47:07.967Z] Removing intermediate container 2e0e00e21c10 [2021-02-04T04:47:07.967Z] ---> 9aa6d8d71ac9 [2021-02-04T04:47:07.967Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:47:07.967Z] ---> Running in 6e5c5a8c0bef [2021-02-04T04:47:08.255Z] ---> Running in 639d8f015726 [2021-02-04T04:47:08.879Z] Removing intermediate container 72f0366cefc8 [2021-02-04T04:47:08.879Z] ---> 83d55d7778d0 [2021-02-04T04:47:08.879Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:47:09.138Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T04:47:09.138Z] Skipping pull go-build-helper (already ran) [2021-02-04T04:47:09.138Z] Skipping pull static-packages (already ran) [2021-02-04T04:47:09.138Z] Building go-build-helper [2021-02-04T04:47:09.156Z] Removing intermediate container c551164ed233 [2021-02-04T04:47:09.156Z] ---> aedf88215a0f [2021-02-04T04:47:09.156Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:47:09.433Z] ---> Running in 2365fc008e1b [2021-02-04T04:47:09.433Z] Removing intermediate container 6e5c5a8c0bef [2021-02-04T04:47:09.433Z] ---> de9ba26d424a [2021-02-04T04:47:09.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:47:10.061Z] Removing intermediate container 639d8f015726 [2021-02-04T04:47:10.061Z] ---> d0a26788f20e [2021-02-04T04:47:10.061Z] Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:47:10.061Z] Removing intermediate container 2365fc008e1b [2021-02-04T04:47:10.061Z] ---> a021df8b2a2f [2021-02-04T04:47:10.061Z] Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:47:10.338Z] ---> Running in 11cdfcc02b4c [2021-02-04T04:47:10.619Z] ---> Running in c5b700d3cdf7 [2021-02-04T04:47:10.619Z] ---> d785d920d461 [2021-02-04T04:47:10.619Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:47:10.904Z] ---> 43a345c222a5 [2021-02-04T04:47:10.904Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:47:10.904Z] Removing intermediate container 11cdfcc02b4c [2021-02-04T04:47:10.904Z] ---> 54ae039eca38 [2021-02-04T04:47:10.904Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:47:11.194Z] Removing intermediate container c5b700d3cdf7 [2021-02-04T04:47:11.194Z] ---> 1193163292bb [2021-02-04T04:47:11.194Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:47:11.474Z] ---> Running in 3c01ddfc3114 [2021-02-04T04:47:11.474Z] ---> Running in b89caa5662d0 [2021-02-04T04:47:11.748Z] ---> 1ec40ea8fbc3 [2021-02-04T04:47:11.748Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:47:12.366Z] Removing intermediate container b89caa5662d0 [2021-02-04T04:47:12.366Z] ---> 42d6c24f0a65 [2021-02-04T04:47:12.366Z] [2021-02-04T04:47:12.366Z] Removing intermediate container 3c01ddfc3114 [2021-02-04T04:47:12.366Z] ---> 247814df1ad1 [2021-02-04T04:47:12.366Z] [2021-02-04T04:47:12.649Z] ---> b088bd33c424 [2021-02-04T04:47:12.649Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:47:12.929Z] Successfully built 42d6c24f0a65 [2021-02-04T04:47:12.929Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T04:47:12.929Z] Building docker-support-scheduler-go [2021-02-04T04:47:12.929Z]  Building docker-support-notifications-go ... done Successfully built 247814df1ad1 [2021-02-04T04:47:12.929Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T04:47:12.929Z] Building docker-security-proxy-setup-go [2021-02-04T04:47:13.205Z]  Building docker-core-command-go ... done  ---> f411cbaa315f [2021-02-04T04:47:13.205Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:47:13.482Z] ---> Running in 3f77a5d1de12 [2021-02-04T04:47:13.760Z] ---> 15f703e4fe85 [2021-02-04T04:47:13.760Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:47:14.462Z] Building static-packages [2021-02-04T04:47:14.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:15.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:15.059Z] ---> d040329fd755 [2021-02-04T04:47:15.059Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:47:15.668Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:47:15.668Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:47:15.668Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:47:15.668Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:47:15.668Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:47:15.668Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:47:15.668Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:47:16.264Z] ---> 37451c9c9d05 [2021-02-04T04:47:16.264Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:47:17.016Z] Staging go-build-helper [2021-02-04T04:47:17.260Z] ---> Running in d9b05d079b0d [2021-02-04T04:47:17.533Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:47:17.534Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:47:17.534Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:47:17.534Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:47:17.534Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:47:17.534Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:47:17.534Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:47:17.807Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:47:17.807Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:47:17.807Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:47:17.807Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:47:17.807Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:47:17.807Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:47:17.807Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:47:18.123Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:47:18.123Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:47:18.123Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:47:18.123Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:47:18.123Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:47:18.123Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:47:18.123Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:47:18.123Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:47:18.123Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:47:18.123Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:47:18.123Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:47:18.404Z] Staging static-packages [2021-02-04T04:47:18.406Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:47:18.406Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:47:18.406Z] OK: 71 MiB in 55 packages [2021-02-04T04:47:18.680Z] Removing intermediate container d9b05d079b0d [2021-02-04T04:47:18.680Z] ---> 73cef4bb68ec [2021-02-04T04:47:18.680Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:47:19.796Z] Pulling go115 [2021-02-04T04:47:20.676Z] ---> ef0b77a2ba45 [2021-02-04T04:47:20.676Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:47:21.193Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T04:47:21.193Z] Skipping pull go115 (already ran) [2021-02-04T04:47:21.193Z] Building go115 [2021-02-04T04:47:21.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:47:21.193Z] Dload Upload Total Spent Left Speed [2021-02-04T04:47:21.674Z] ---> Running in 3d357e31c08f [2021-02-04T04:47:25.899Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 19.8M 0 0:00:05 --:--:-- 0:00:05 19.8M 37 115M 37 43.3M 0 0 23.2M 0 0:00:04 0:00:01 0:00:03 23.2M 58 115M 58 67.1M 0 0 23.6M 0 0:00:04 0:00:02 0:00:02 23.6M 77 115M 77 89.7M 0 0 23.4M 0 0:00:04 0:00:03 0:00:01 23.4M 100 115M 100 115M 0 0 25.3M 0 0:00:04 0:00:04 --:--:-- 25.3M [2021-02-04T04:47:26.024Z] Removing intermediate container 3d357e31c08f [2021-02-04T04:47:26.024Z] ---> 8496f5e98ea0 [2021-02-04T04:47:26.024Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:47:26.024Z] ---> Running in 980da95d6bff [2021-02-04T04:47:26.024Z] Removing intermediate container 3f77a5d1de12 [2021-02-04T04:47:26.024Z] ---> 33aa1063ed29 [2021-02-04T04:47:26.024Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:47:26.481Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T04:47:26.634Z] ---> Running in 3012ffa5c920 [2021-02-04T04:47:26.634Z] Removing intermediate container 980da95d6bff [2021-02-04T04:47:26.634Z] ---> 2d49750842f6 [2021-02-04T04:47:26.634Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:47:27.245Z] ---> Running in 73fcdb1817c0 [2021-02-04T04:47:28.240Z] Removing intermediate container 73fcdb1817c0 [2021-02-04T04:47:28.240Z] ---> 8eb490bce146 [2021-02-04T04:47:28.240Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T04:47:28.513Z] ---> Running in 61b721f81a37 [2021-02-04T04:47:29.124Z] Removing intermediate container 61b721f81a37 [2021-02-04T04:47:29.124Z] ---> 89399c4b7f59 [2021-02-04T04:47:29.124Z] Step 30/31 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:47:29.414Z] ---> Running in b96b93970448 [2021-02-04T04:47:30.029Z] Removing intermediate container b96b93970448 [2021-02-04T04:47:30.029Z] ---> 877f85403cf7 [2021-02-04T04:47:30.029Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:47:30.313Z] ---> Running in ab38d8c0a6ee [2021-02-04T04:47:30.911Z] Removing intermediate container ab38d8c0a6ee [2021-02-04T04:47:30.911Z] ---> bf72d0fda016 [2021-02-04T04:47:30.911Z] [2021-02-04T04:47:31.193Z] Successfully built bf72d0fda016 [2021-02-04T04:47:31.193Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T04:47:31.193Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-04T04:47:31.869Z] Staging go115 [2021-02-04T04:47:32.180Z] Collecting docker-compose==1.23.2 [2021-02-04T04:47:32.458Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:47:33.068Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:47:33.068Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:47:33.667Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:47:33.667Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:47:33.667Z] ---> 7d4e04f36393 [2021-02-04T04:47:33.667Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:47:33.667Z] ---> Using cache [2021-02-04T04:47:33.667Z] ---> 76fdd9c3b772 [2021-02-04T04:47:33.667Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:47:33.667Z] ---> Using cache [2021-02-04T04:47:33.667Z] ---> 74ba3cdd455a [2021-02-04T04:47:33.667Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:47:34.276Z] ---> Running in bb4269ab7f47 [2021-02-04T04:47:35.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:36.013Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:47:36.013Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:47:36.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:37.219Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:47:37.219Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:47:37.219Z] OK: 217 MiB in 51 packages [2021-02-04T04:47:40.062Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:47:40.062Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:47:40.062Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:47:40.062Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T04:47:40.062Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T04:47:40.062Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T04:47:40.062Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T04:47:40.062Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T04:47:40.062Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T04:47:40.062Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T04:47:40.062Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T04:47:40.062Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T04:47:40.062Z] Pulling edgex-go [2021-02-04T04:47:40.736Z] Removing intermediate container bb4269ab7f47 [2021-02-04T04:47:40.736Z] ---> db1be377d088 [2021-02-04T04:47:40.736Z] Step 6/23 : COPY go.mod . [2021-02-04T04:47:41.033Z] Pulling version [2021-02-04T04:47:41.844Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:47:42.162Z] ---> 48f263741df2 [2021-02-04T04:47:42.162Z] Step 7/23 : RUN go mod download [2021-02-04T04:47:42.162Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:47:42.442Z] Building config-common [2021-02-04T04:47:42.444Z] ---> Running in 5c4837a93be6 [2021-02-04T04:47:42.737Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:47:42.737Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:47:45.573Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:47:45.573Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:47:45.796Z] Skipping build go-build-helper (already ran) [2021-02-04T04:47:45.797Z] Skipping build static-packages (already ran) [2021-02-04T04:47:45.797Z] Skipping build go115 (already ran) [2021-02-04T04:47:45.797Z] Building edgex-go [2021-02-04T04:47:46.061Z] 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-02-04T04:47:46.196Z] 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-02-04T04:47:46.476Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:47:46.476Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:47:47.085Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:47:47.085Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:47:47.085Z] Removing intermediate container 5c4837a93be6 [2021-02-04T04:47:47.085Z] ---> b9d4c0261833 [2021-02-04T04:47:47.085Z] Step 8/23 : COPY . . [2021-02-04T04:47:47.463Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T04:47:47.463Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T04:47:47.463Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 [2021-02-04T04:47:47.463Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T04:47:47.463Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-04T04:47:47.463Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T04:47:47.463Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T04:47:47.463Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T04:47:47.463Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T04:47:47.463Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T04:47:47.463Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T04:47:47.463Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T04:47:47.463Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T04:47:47.463Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T04:47:47.463Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T04:47:47.463Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T04:47:47.463Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T04:47:48.051Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T04:47:48.051Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T04:47:48.051Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T04:47:48.051Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T04:47:48.051Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T04:47:48.051Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T04:47:48.051Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T04:47:48.051Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T04:47:48.051Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T04:47:48.700Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T04:47:48.700Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T04:47:48.700Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T04:47:48.700Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T04:47:48.700Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T04:47:48.700Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T04:47:48.700Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T04:47:48.700Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T04:47:48.700Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T04:47:48.700Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T04:47:48.700Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T04:47:48.962Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T04:47:48.962Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T04:47:48.962Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T04:47:50.493Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:47:50.493Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:47:51.133Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:47:51.133Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:47:51.429Z] 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-02-04T04:47:51.429Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:47:51.429Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:47:51.429Z] ---> 7d4e04f36393 [2021-02-04T04:47:51.429Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:47:51.429Z] ---> Using cache [2021-02-04T04:47:51.429Z] ---> 76fdd9c3b772 [2021-02-04T04:47:51.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:47:51.429Z] ---> Using cache [2021-02-04T04:47:51.429Z] ---> 74ba3cdd455a [2021-02-04T04:47:51.429Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:47:51.429Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:47:51.429Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:47:51.429Z] ---> 7d4e04f36393 [2021-02-04T04:47:51.429Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:47:51.429Z] ---> Using cache [2021-02-04T04:47:51.429Z] ---> 76fdd9c3b772 [2021-02-04T04:47:51.429Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:47:51.429Z] ---> Using cache [2021-02-04T04:47:51.429Z] ---> 74ba3cdd455a [2021-02-04T04:47:51.429Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:47:52.029Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:47:52.029Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:47:52.322Z] 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-02-04T04:47:53.319Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:47:53.319Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:47:53.319Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:47:53.319Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:47:53.319Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:47:53.319Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:47:53.319Z] ---> Running in 98038ea025a5 [2021-02-04T04:47:53.319Z] ---> Running in 671382491e13 [2021-02-04T04:47:54.764Z] Installing collected packages: docopt, jsonschema, PyYAML, urllib3, idna, requests, dockerpty, websocket-client, cached-property, texttable, docker-pycreds, docker, docker-compose [2021-02-04T04:47:54.764Z] Running setup.py install for docopt: started [2021-02-04T04:47:55.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:55.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:56.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:56.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:57.131Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:47:57.412Z] OK: 217 MiB in 51 packages [2021-02-04T04:47:57.412Z] OK: 217 MiB in 51 packages [2021-02-04T04:47:57.412Z] Running setup.py install for PyYAML: started [2021-02-04T04:47:59.033Z] 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-02-04T04:48:00.874Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:48:00.874Z] Attempting uninstall: urllib3 [2021-02-04T04:48:00.874Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:48:00.874Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:48:00.874Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:48:01.158Z] Removing intermediate container 671382491e13 [2021-02-04T04:48:01.158Z] ---> 41f2943db5eb [2021-02-04T04:48:01.158Z] Step 6/22 : COPY go.mod . [2021-02-04T04:48:01.158Z] Removing intermediate container 98038ea025a5 [2021-02-04T04:48:01.158Z] ---> 7a728d36a87c [2021-02-04T04:48:01.158Z] Step 6/21 : COPY go.mod . [2021-02-04T04:48:01.443Z] Attempting uninstall: idna [2021-02-04T04:48:01.443Z] Found existing installation: idna 2.9 [2021-02-04T04:48:01.443Z] Uninstalling idna-2.9: [2021-02-04T04:48:01.725Z] Successfully uninstalled idna-2.9 [2021-02-04T04:48:02.331Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:48:02.331Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:48:02.331Z] ---> 7d4e04f36393 [2021-02-04T04:48:02.331Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:48:02.331Z] ---> Using cache [2021-02-04T04:48:02.331Z] ---> 76fdd9c3b772 [2021-02-04T04:48:02.331Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:48:02.331Z] ---> Using cache [2021-02-04T04:48:02.331Z] ---> 74ba3cdd455a [2021-02-04T04:48:02.331Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:48:02.331Z] ---> Using cache [2021-02-04T04:48:02.331Z] ---> 7a728d36a87c [2021-02-04T04:48:02.331Z] Step 6/23 : COPY go.mod . [2021-02-04T04:48:02.331Z] Attempting uninstall: requests [2021-02-04T04:48:02.331Z] Found existing installation: requests 2.23.0 [2021-02-04T04:48:02.331Z] Uninstalling requests-2.23.0: [2021-02-04T04:48:02.612Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:48:02.612Z] ---> 58457e591c82 [2021-02-04T04:48:02.612Z] Step 7/22 : RUN go mod download [2021-02-04T04:48:02.900Z] ---> 8bfe809e38ce [2021-02-04T04:48:02.900Z] Step 7/21 : RUN go mod download [2021-02-04T04:48:03.182Z] Running setup.py install for dockerpty: started [2021-02-04T04:48:03.182Z] ---> Running in 3a3bf3a56314 [2021-02-04T04:48:03.182Z] ---> ae074406d5cf [2021-02-04T04:48:03.182Z] Step 7/23 : RUN go mod download [2021-02-04T04:48:03.255Z] 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-02-04T04:48:03.458Z] ---> Running in a6d26c8cea5d [2021-02-04T04:48:03.737Z] ---> Running in a0321744da14 [2021-02-04T04:48:04.656Z] 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-02-04T04:48:06.040Z] 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-02-04T04:48:06.302Z] 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-02-04T04:48:06.302Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T04:48:06.397Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:48:06.564Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T04:48:06.565Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T04:48:06.565Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T04:48:07.004Z] Running setup.py install for texttable: started [2021-02-04T04:48:07.004Z] ---> 676ec365580f [2021-02-04T04:48:07.004Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:48:07.607Z] ---> Running in fc84f0ab1f83 [2021-02-04T04:48:07.880Z] Removing intermediate container 3a3bf3a56314 [2021-02-04T04:48:07.880Z] ---> 25a72cbddbb8 [2021-02-04T04:48:07.880Z] Step 8/22 : COPY . . [2021-02-04T04:48:08.484Z] 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-02-04T04:48:08.484Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T04:48:08.484Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T04:48:08.493Z] Removing intermediate container a0321744da14 [2021-02-04T04:48:08.493Z] ---> 0aa975e9c4be [2021-02-04T04:48:08.493Z] Step 8/23 : COPY . . [2021-02-04T04:48:08.493Z] Removing intermediate container a6d26c8cea5d [2021-02-04T04:48:08.493Z] ---> 58116a50a0c8 [2021-02-04T04:48:08.493Z] Step 8/21 : COPY . . [2021-02-04T04:48:09.121Z] 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-02-04T04:48:09.716Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:48:09.866Z] 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-02-04T04:48:10.808Z] 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-02-04T04:48:10.808Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T04:48:11.699Z] 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-02-04T04:48:12.230Z] 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-02-04T04:48:13.236Z] 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-02-04T04:48:14.182Z] 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-02-04T04:48:14.182Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T04:48:15.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:48:15.564Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T04:48:19.771Z] Building version [2021-02-04T04:48:21.950Z] Removing intermediate container 3012ffa5c920 [2021-02-04T04:48:21.950Z] ---> 23e89a579c09 [2021-02-04T04:48:21.950Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:48:22.316Z] Staging config-common [2021-02-04T04:48:22.558Z] ---> Running in 4a3cd4402309 [2021-02-04T04:48:23.701Z] Skipping stage go-build-helper (already ran) [2021-02-04T04:48:23.701Z] Skipping stage static-packages (already ran) [2021-02-04T04:48:23.701Z] Skipping stage go115 (already ran) [2021-02-04T04:48:23.701Z] Staging edgex-go [2021-02-04T04:48:24.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:24.651Z] Staging version [2021-02-04T04:48:24.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:25.441Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:48:25.718Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:48:25.718Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:48:25.718Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:48:25.718Z] OK: 71 MiB in 58 packages [2021-02-04T04:48:26.039Z] Priming config-common [2021-02-04T04:48:27.424Z] Priming go-build-helper [2021-02-04T04:48:28.805Z] Priming static-packages [2021-02-04T04:48:29.139Z] Removing intermediate container 4a3cd4402309 [2021-02-04T04:48:29.139Z] ---> ac7b4161abec [2021-02-04T04:48:29.139Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:48:29.753Z] ---> Running in a0bd9fba9040 [2021-02-04T04:48:30.745Z] Removing intermediate container a0bd9fba9040 [2021-02-04T04:48:30.745Z] ---> 923c9fb2b2c0 [2021-02-04T04:48:30.745Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:48:31.026Z] ---> Running in 21acf75edea8 [2021-02-04T04:48:31.348Z] Priming go115 [2021-02-04T04:48:32.287Z] Priming edgex-go [2021-02-04T04:48:32.478Z] Removing intermediate container 21acf75edea8 [2021-02-04T04:48:32.478Z] ---> 2a3e278e8167 [2021-02-04T04:48:32.478Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T04:48:33.089Z] ---> Running in 5a9c3c9b6231 [2021-02-04T04:48:34.204Z] Priming version [2021-02-04T04:48:35.089Z] Removing intermediate container 5a9c3c9b6231 [2021-02-04T04:48:35.090Z] ---> d2910ebb39fc [2021-02-04T04:48:35.090Z] Step 25/26 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:48:35.590Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-04T04:48:35.694Z] ---> Running in 5ab26366f9b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-02-04T04:48:37.697Z] Removing intermediate container 5ab26366f9b9 [2021-02-04T04:48:37.697Z] ---> 7ef8cbec9483 [2021-02-04T04:48:37.697Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:48:38.303Z] ---> Running in 56e8d9f701cf [2021-02-04T04:48:39.757Z] Removing intermediate container 56e8d9f701cf [2021-02-04T04:48:39.757Z] ---> a879de79082d [2021-02-04T04:48:39.757Z] [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T04:48:41.760Z] Successfully built a879de79082d [2021-02-04T04:48:41.760Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T04:48:43.762Z]  Building docker-sys-mgmt-agent-go ... done  ---> 3da131a9b7fd [2021-02-04T04:48:43.762Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:48:44.037Z] ---> Running in dd44a2161ae1 [2021-02-04T04:48:44.313Z] ---> 772f332072aa [2021-02-04T04:48:44.313Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:48:44.313Z] ---> 9170caffb96a [2021-02-04T04:48:44.313Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:48:44.593Z] ---> Running in d54eee656810 [2021-02-04T04:48:44.874Z] ---> Running in 58f31ef20d2c [2021-02-04T04:48:46.333Z] 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-02-04T04:48:46.614Z] 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-02-04T04:48:46.896Z] 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-02-04T04:49:26.061Z] Removing intermediate container fc84f0ab1f83 [2021-02-04T04:49:26.061Z] ---> 489a3b1dbe6c [2021-02-04T04:49:26.061Z] [2021-02-04T04:49:26.061Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:49:26.061Z] ---> afeebe901d6b [2021-02-04T04:49:26.061Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:49:26.061Z] ---> Running in c9895ad8c2b6 [2021-02-04T04:49:26.061Z] Removing intermediate container c9895ad8c2b6 [2021-02-04T04:49:26.061Z] ---> 0bdc81533130 [2021-02-04T04:49:26.061Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:49:26.061Z] ---> Running in 8673b5be8878 [2021-02-04T04:49:26.061Z] Removing intermediate container 8673b5be8878 [2021-02-04T04:49:26.061Z] ---> 97145d687ef5 [2021-02-04T04:49:26.061Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:49:26.061Z] ---> Running in 3dbd85b49557 [2021-02-04T04:49:26.061Z] Removing intermediate container 3dbd85b49557 [2021-02-04T04:49:26.061Z] ---> 04847eb9ee4c [2021-02-04T04:49:26.061Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:49:26.061Z] ---> Running in 6917d88d0561 [2021-02-04T04:49:27.518Z] Removing intermediate container 6917d88d0561 [2021-02-04T04:49:27.518Z] ---> d1578cd8d0dd [2021-02-04T04:49:27.518Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:49:27.518Z] ---> Running in 5cd0cb6bf93e [2021-02-04T04:49:29.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:32.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:39.694Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:39.973Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:49:40.254Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:49:41.248Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:49:43.895Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:49:44.172Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:49:44.452Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:44.452Z] OK: 8 MiB in 20 packages [2021-02-04T04:49:45.460Z] 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-02-04T04:49:46.922Z] Removing intermediate container 5cd0cb6bf93e [2021-02-04T04:49:46.922Z] ---> 4142510a6d8d [2021-02-04T04:49:46.922Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:47.920Z] ---> c37483ffe693 [2021-02-04T04:49:47.920Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:49:49.917Z] ---> 77c0a507c374 [2021-02-04T04:49:49.917Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:50.912Z] ---> 6fcc61290f08 [2021-02-04T04:49:50.912Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:49:51.189Z] ---> Running in 89c44542fa3f [2021-02-04T04:49:52.189Z] Removing intermediate container 89c44542fa3f [2021-02-04T04:49:52.189Z] ---> 4545e5f89ec1 [2021-02-04T04:49:52.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:49:52.189Z] ---> Running in 58114cdcaada [2021-02-04T04:49:53.186Z] Removing intermediate container 58114cdcaada [2021-02-04T04:49:53.186Z] ---> e38c78d17c85 [2021-02-04T04:49:53.186Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:49:53.186Z] ---> Running in bd92d7d87c68 [2021-02-04T04:49:53.795Z] Removing intermediate container bd92d7d87c68 [2021-02-04T04:49:53.795Z] ---> efc524048cc3 [2021-02-04T04:49:53.795Z] Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:49:54.085Z] ---> Running in fdda50a6f9bd [2021-02-04T04:49:54.693Z] Removing intermediate container fdda50a6f9bd [2021-02-04T04:49:54.693Z] ---> a57409e21113 [2021-02-04T04:49:54.693Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:49:54.973Z] ---> Running in 0c63bd7be1e7 [2021-02-04T04:49:55.589Z] Removing intermediate container 0c63bd7be1e7 [2021-02-04T04:49:55.589Z] ---> 2f5dcf1675fb [2021-02-04T04:49:55.589Z] [2021-02-04T04:49:56.208Z] Successfully built 2f5dcf1675fb [2021-02-04T04:49:56.208Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T04:50:01.677Z]  Building docker-core-data-go ... done Removing intermediate container d54eee656810 [2021-02-04T04:50:01.677Z] ---> b5598b479490 [2021-02-04T04:50:01.677Z] [2021-02-04T04:50:01.677Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:50:01.677Z] ---> afeebe901d6b [2021-02-04T04:50:01.677Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:50:01.677Z] ---> Running in 5a18de668ed6 [2021-02-04T04:50:03.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:03.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:04.022Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:50:04.022Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:50:04.022Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:50:04.022Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:50:04.022Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:50:04.022Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:50:04.301Z] OK: 7 MiB in 18 packages [2021-02-04T04:50:06.955Z] Removing intermediate container 5a18de668ed6 [2021-02-04T04:50:06.955Z] ---> 7cb20e56f78c [2021-02-04T04:50:06.955Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:50:06.955Z] ---> Running in 2aa88e2f165d [2021-02-04T04:50:07.240Z] Removing intermediate container 2aa88e2f165d [2021-02-04T04:50:07.240Z] ---> 2cb55a0cabd2 [2021-02-04T04:50:07.240Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:50:07.839Z] ---> Running in d841d715653a [2021-02-04T04:50:08.437Z] Removing intermediate container d841d715653a [2021-02-04T04:50:08.437Z] ---> e2d4dba785b2 [2021-02-04T04:50:08.437Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:50:09.427Z] Removing intermediate container dd44a2161ae1 [2021-02-04T04:50:09.427Z] ---> d9279285ca35 [2021-02-04T04:50:09.427Z] [2021-02-04T04:50:09.427Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:50:09.427Z] ---> afeebe901d6b [2021-02-04T04:50:09.427Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:50:09.427Z] ---> Using cache [2021-02-04T04:50:09.427Z] ---> b2cf4683d4c8 [2021-02-04T04:50:09.427Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:50:09.427Z] ---> Using cache [2021-02-04T04:50:09.427Z] ---> 559ca9fc4fba [2021-02-04T04:50:09.427Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:50:09.427Z] ---> Running in b474c90bde0c [2021-02-04T04:50:09.427Z] ---> 389092b7e50f [2021-02-04T04:50:09.427Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:50:10.414Z] Removing intermediate container b474c90bde0c [2021-02-04T04:50:10.414Z] ---> 15cabf06e387 [2021-02-04T04:50:10.414Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:50:10.414Z] ---> Running in fe0500348449 [2021-02-04T04:50:10.691Z] ---> b58becf4444b [2021-02-04T04:50:10.691Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:50:10.968Z] Removing intermediate container fe0500348449 [2021-02-04T04:50:10.968Z] ---> da630b47ef5d [2021-02-04T04:50:10.968Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:50:12.423Z] ---> 7fb6d5fffeff [2021-02-04T04:50:12.423Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:50:12.423Z] ---> 8b85dc6880bb [2021-02-04T04:50:12.423Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:50:12.701Z] ---> Running in e390774aecda [2021-02-04T04:50:13.687Z] Removing intermediate container e390774aecda [2021-02-04T04:50:13.687Z] ---> 663ed359250c [2021-02-04T04:50:13.687Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:50:13.687Z] Removing intermediate container 58f31ef20d2c [2021-02-04T04:50:13.687Z] ---> d8ec30e31df7 [2021-02-04T04:50:13.687Z] [2021-02-04T04:50:13.687Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:50:13.687Z] ---> afeebe901d6b [2021-02-04T04:50:13.687Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:50:13.687Z] ---> Using cache [2021-02-04T04:50:13.687Z] ---> b2cf4683d4c8 [2021-02-04T04:50:13.687Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:50:13.687Z] ---> Using cache [2021-02-04T04:50:13.687Z] ---> 559ca9fc4fba [2021-02-04T04:50:13.688Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:50:13.962Z] ---> Running in c589cc9a5ec4 [2021-02-04T04:50:13.962Z] ---> 300146acf86d [2021-02-04T04:50:13.962Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:50:13.962Z] ---> Running in 3594d8bcd06e [2021-02-04T04:50:14.560Z] Removing intermediate container c589cc9a5ec4 [2021-02-04T04:50:14.560Z] ---> 4dabe2f29011 [2021-02-04T04:50:14.560Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T04:50:14.560Z] Removing intermediate container 3594d8bcd06e [2021-02-04T04:50:14.560Z] ---> e0ef905e8f50 [2021-02-04T04:50:14.560Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:50:14.560Z] ---> Running in f61c7162a683 [2021-02-04T04:50:14.832Z] ---> Running in 75ce15b3d231 [2021-02-04T04:50:14.832Z] ---> 19edb9a3bb7a [2021-02-04T04:50:14.832Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:50:15.105Z] ---> Running in b5be39100f0e [2021-02-04T04:50:15.105Z] Removing intermediate container f61c7162a683 [2021-02-04T04:50:15.105Z] ---> b74f0d8bfa6a [2021-02-04T04:50:15.105Z] Step 20/21 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:50:15.375Z] Removing intermediate container 75ce15b3d231 [2021-02-04T04:50:15.375Z] ---> d583da1d0b70 [2021-02-04T04:50:15.375Z] Step 15/23 : WORKDIR / [2021-02-04T04:50:15.375Z] ---> Running in f4cd5d7bb690 [2021-02-04T04:50:15.646Z] ---> Running in cde30aca2efa [2021-02-04T04:50:15.646Z] Removing intermediate container b5be39100f0e [2021-02-04T04:50:15.646Z] ---> 59e1ef2c43a5 [2021-02-04T04:50:15.646Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:50:15.917Z] ---> Running in 997f3051861b [2021-02-04T04:50:16.186Z] Removing intermediate container cde30aca2efa [2021-02-04T04:50:16.186Z] Removing intermediate container f4cd5d7bb690 [2021-02-04T04:50:16.186Z] ---> 2349a2482d9c [2021-02-04T04:50:16.186Z] ---> 05009d310c92 [2021-02-04T04:50:16.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:50:16.186Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:50:16.463Z] ---> Running in 6f925a12bb4d [2021-02-04T04:50:16.463Z] Removing intermediate container 997f3051861b [2021-02-04T04:50:16.463Z] ---> d5d32d6e753c [2021-02-04T04:50:16.463Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:50:16.463Z] ---> Running in 8258732f81dc [2021-02-04T04:50:16.736Z] Removing intermediate container 6f925a12bb4d [2021-02-04T04:50:16.737Z] ---> 1f497c8399eb [2021-02-04T04:50:16.737Z] [2021-02-04T04:50:16.737Z] ---> 6a040faea3b6 [2021-02-04T04:50:16.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:50:17.325Z] Removing intermediate container 8258732f81dc [2021-02-04T04:50:17.325Z] ---> ddb84ce913e7 [2021-02-04T04:50:17.325Z] Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:50:17.325Z] Successfully built 1f497c8399eb [2021-02-04T04:50:17.325Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T04:50:17.595Z]  Building docker-security-proxy-setup-go ... done  ---> Running in b46c98c0ce7c [2021-02-04T04:50:18.194Z] Removing intermediate container b46c98c0ce7c [2021-02-04T04:50:18.194Z] ---> 85c125290dca [2021-02-04T04:50:18.194Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:50:18.194Z] ---> 15c0d6b5f2a8 [2021-02-04T04:50:18.194Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:50:18.194Z] ---> Running in 50323e23e6ef [2021-02-04T04:50:18.787Z] Removing intermediate container 50323e23e6ef [2021-02-04T04:50:18.787Z] ---> 32c807d194cb [2021-02-04T04:50:18.788Z] [2021-02-04T04:50:19.060Z] ---> cbac61b7d74c [2021-02-04T04:50:19.060Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:50:19.060Z] Successfully built 32c807d194cb [2021-02-04T04:50:19.330Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T04:50:19.330Z]  Building docker-support-scheduler-go ... done  ---> Running in e1062533398a [2021-02-04T04:50:19.922Z] Removing intermediate container e1062533398a [2021-02-04T04:50:19.922Z] ---> 7b06a4429583 [2021-02-04T04:50:19.922Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:50:19.922Z] ---> Running in 0dd34cfda8a9 [2021-02-04T04:50:20.515Z] Removing intermediate container 0dd34cfda8a9 [2021-02-04T04:50:20.515Z] ---> d0e1b008c714 [2021-02-04T04:50:20.515Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:50:20.788Z] ---> Running in 3f9f73099108 [2021-02-04T04:50:21.060Z] Removing intermediate container 3f9f73099108 [2021-02-04T04:50:21.060Z] ---> eee75cb1666c [2021-02-04T04:50:21.060Z] Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb [2021-02-04T04:50:21.334Z] ---> Running in 18c3ac8abcfc [2021-02-04T04:50:21.931Z] Removing intermediate container 18c3ac8abcfc [2021-02-04T04:50:21.931Z] ---> cbe4f938811c [2021-02-04T04:50:21.931Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:50:21.931Z] ---> Running in bde46144c74d [2021-02-04T04:50:22.526Z] Removing intermediate container bde46144c74d [2021-02-04T04:50:22.526Z] ---> cd92b0daf26d [2021-02-04T04:50:22.526Z] [2021-02-04T04:50:23.122Z] Successfully built cd92b0daf26d [2021-02-04T04:50:23.123Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T04:50:23.428Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-04T04:50:23.426Z] $ docker stop --time=1 cc88b39da9700d693d2c3848e96b0496a731293e1566730911a566dec756d82c [2021-02-04T04:50:25.412Z] $ docker rm -f cc88b39da9700d693d2c3848e96b0496a731293e1566730911a566dec756d82c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:50:26.194Z] + docker images [2021-02-04T04:50:26.194Z] + grep docker [2021-02-04T04:50:26.473Z] docker-core-metadata-go-arm64 latest cd92b0daf26d 4 seconds ago 17.7MB [2021-02-04T04:50:26.473Z] docker-support-scheduler-go-arm64 latest 32c807d194cb 8 seconds ago 16.1MB [2021-02-04T04:50:26.473Z] docker-security-proxy-setup-go-arm64 latest 1f497c8399eb 10 seconds ago 23.2MB [2021-02-04T04:50:26.473Z] docker-core-data-go-arm64 latest 2f5dcf1675fb 31 seconds ago 21MB [2021-02-04T04:50:26.473Z] docker-sys-mgmt-agent-go-arm64 latest a879de79082d About a minute ago 300MB [2021-02-04T04:50:26.473Z] docker-security-bootstrapper-go-arm64 latest bf72d0fda016 2 minutes ago 22.6MB [2021-02-04T04:50:26.473Z] docker-support-notifications-go-arm64 latest 42d6c24f0a65 3 minutes ago 16.7MB [2021-02-04T04:50:26.473Z] docker-core-command-go-arm64 latest 247814df1ad1 3 minutes ago 16MB [2021-02-04T04:50:26.473Z] docker-security-secretstore-setup-go-arm64 latest 0f7d708c02ed 3 minutes ago 23.4MB [2021-02-04T04:50:26.473Z] docker 20.10.0 eeaf43b92773 7 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-02-04T04:50:28.167Z] provisioning config files... [2021-02-04T04:50:28.182Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config5384655038867310529tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:50:28.568Z] + set +x [2021-02-04T04:50:28.568Z] + curl -s https://codecov.io/bash [2021-02-04T04:50:28.568Z] + bash -s -- [2021-02-04T04:50:29.143Z] [2021-02-04T04:50:29.143Z] _____ _ [2021-02-04T04:50:29.143Z] / ____| | | [2021-02-04T04:50:29.143Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:50:29.143Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:50:29.143Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:50:29.143Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:50:29.143Z] Bash-20210129-7c25fce [2021-02-04T04:50:29.143Z] [2021-02-04T04:50:29.143Z] [2021-02-04T04:50:29.143Z] ==> git version 2.24.3 found [2021-02-04T04:50:29.143Z] ==> 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-02-04T04:50:29.143Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:50:29.143Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:50:29.143Z] ==> Jenkins CI detected. [2021-02-04T04:50:29.143Z] project root: . [2021-02-04T04:50:29.143Z] --> token set from env [2021-02-04T04:50:29.143Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:50:29.143Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:50:29.143Z] ==> Python coveragepy not found [2021-02-04T04:50:29.143Z] ==> Searching for coverage reports in: [2021-02-04T04:50:29.143Z] + . [2021-02-04T04:50:29.143Z] -> Found 1 reports [2021-02-04T04:50:29.143Z] ==> Detecting git/mercurial file structure [2021-02-04T04:50:29.440Z] ==> Reading reports [2021-02-04T04:50:29.440Z] + ./coverage.out bytes=580808 [2021-02-04T04:50:29.440Z] ==> Appending adjustments [2021-02-04T04:50:29.440Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:50:32.887Z] + Found adjustments [2021-02-04T04:50:32.887Z] ==> Gzipping contents [2021-02-04T04:50:32.887Z] 88K /tmp/codecov.fv3X0Z.gz [2021-02-04T04:50:32.887Z] ==> Uploading reports [2021-02-04T04:50:32.887Z] url: https://codecov.io [2021-02-04T04:50:32.887Z] query: branch=PR-3109&commit=6778374181067c634be59fa5fbbb34bb40a891bb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-04T04:50:32.887Z] -> Pinging Codecov [2021-02-04T04:50:32.887Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=6778374181067c634be59fa5fbbb34bb40a891bb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-04T04:50:33.151Z] -> Uploading to [2021-02-04T04:50:33.151Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/6778374181067c634be59fa5fbbb34bb40a891bb/29fd4ff3-d7a8-49b9-8b97-cf5677b414c8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e595115df0d529da76a0d997d7d2e7e6e417db43e674ea0775adaf253d678ea3 [2021-02-04T04:50:33.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:50:33.151Z] Dload Upload Total Spent Left Speed [2021-02-04T04:50:33.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87693 0 0 100 87693 0 164k --:--:-- --:--:-- --:--:-- 164k 100 87693 0 0 100 87693 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-02-04T04:50:33.731Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6778374181067c634be59fa5fbbb34bb40a891bb [Pipeline] } [2021-02-04T04:50:33.742Z] 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-02-04T04:50:35.588Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:50:36.482Z] ---> package-listing.sh [2021-02-04T04:50:36.482Z] ++ facter osfamily [2021-02-04T04:50:36.482Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:50:36.482Z] + OS_FAMILY=redhat [2021-02-04T04:50:36.482Z] + workspace=/w/workspace/edgex-go/6 [2021-02-04T04:50:36.482Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:50:36.482Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:50:36.482Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:50:36.482Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:50:36.482Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-04T04:50:36.482Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:50:36.482Z] + case "${OS_FAMILY}" in [2021-02-04T04:50:36.482Z] + rpm -qa [2021-02-04T04:50:36.482Z] + sort [2021-02-04T04:50:41.810Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:50:41.810Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:50:41.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:50:41.810Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-04T04:50:41.810Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-04T04:50:41.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-04T04:50:41.829Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T04:50:42.133Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:50:42.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:50:42.455Z] [2021-02-04T04:50:42.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:50:42.817Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:50:42.817Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:50:42.817Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:50:42.817Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:50:42.817Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:50:42.817Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:50:42.817Z] 93b61091891f: Pulling fs layer [2021-02-04T04:50:42.817Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:50:42.817Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:50:42.817Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:50:42.817Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:50:42.817Z] 5e14af77c1be: Waiting [2021-02-04T04:50:42.817Z] 46f8f816bc3b: Waiting [2021-02-04T04:50:42.817Z] 01666e4c0597: Waiting [2021-02-04T04:50:42.817Z] 93b61091891f: Waiting [2021-02-04T04:50:42.817Z] 93b9cdb0e59b: Waiting [2021-02-04T04:50:42.817Z] aa168da1d23b: Waiting [2021-02-04T04:50:42.817Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T04:50:42.817Z] 36b3adc4ff6f: Download complete [2021-02-04T04:50:42.817Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:50:42.817Z] 46f8f816bc3b: Download complete [2021-02-04T04:50:43.086Z] df20fa9351a1: Verifying Checksum [2021-02-04T04:50:43.086Z] df20fa9351a1: Download complete [2021-02-04T04:50:43.086Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T04:50:43.086Z] 93b9cdb0e59b: Download complete [2021-02-04T04:50:43.086Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:50:43.086Z] 5e14af77c1be: Download complete [2021-02-04T04:50:43.086Z] 01666e4c0597: Download complete [2021-02-04T04:50:43.086Z] 93b61091891f: Download complete [2021-02-04T04:50:43.086Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:50:43.086Z] 8ad3a11d3b57: Download complete [2021-02-04T04:50:43.348Z] df20fa9351a1: Pull complete [2021-02-04T04:50:43.614Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:50:44.583Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:50:44.583Z] 46f8f816bc3b: Pull complete [2021-02-04T04:50:45.538Z] aa168da1d23b: Download complete [2021-02-04T04:50:46.114Z] 93b61091891f: Pull complete [2021-02-04T04:50:46.377Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:50:46.639Z] 5e14af77c1be: Pull complete [2021-02-04T04:50:46.639Z] 01666e4c0597: Pull complete [2021-02-04T04:50:59.094Z] aa168da1d23b: Pull complete [2021-02-04T04:50:59.094Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:50:59.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:50:59.094Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:50:59.300Z] prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container [2021-02-04T04:50:59.351Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T04:51:05.245Z] $ docker top f535589541790879d0e963b4e6f5e51f9eae2b82fafc4975410ba0c76fde9b82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:51:05.830Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:51:06.128Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:51:06.431Z] + ls /var/log/sa-host [2021-02-04T04:51:06.431Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:51:06.431Z] file_magic: OK [2021-02-04T04:51:06.431Z] HZ: Using current value: 100 [2021-02-04T04:51:06.431Z] file_header: OK [2021-02-04T04:51:06.431Z] 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-02-04T04:51:06.431Z] Statistics: [2021-02-04T04:51:06.431Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T04:51:06.431Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:51:06.431Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:51:06.431Z] file_magic: OK [2021-02-04T04:51:06.431Z] HZ: Using current value: 100 [2021-02-04T04:51:06.431Z] file_header: OK [2021-02-04T04:51:06.431Z] 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-02-04T04:51:06.431Z] Statistics: [2021-02-04T04:51:06.431Z] Hnuu...uuuununununu... [2021-02-04T04:51:06.431Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:51:06.655Z] provisioning config files... [2021-02-04T04:51:06.671Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5164424339656301537tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:51:06.736Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:51:07.034Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:51:07.054Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:51:07.142Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:51:07.453Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:51:07.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:51:07.791Z] ---> sudo-logs.sh [2021-02-04T04:51:07.791Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:51:07.808Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:51:08.132Z] ---> job-cost.sh [2021-02-04T04:51:08.132Z] lf-activate-venv: SKIPPING [2021-02-04T04:51:08.132Z] INFO: No Stack... [2021-02-04T04:51:09.548Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:51:09.811Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:51:09.825Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:51:10.125Z] ---> logs-deploy.sh [2021-02-04T04:51:10.125Z] lf-activate-venv: SKIPPING [2021-02-04T04:51:10.125Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/6 [2021-02-04T04:51:10.125Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:51:11.512Z] Archives upload complete. [2021-02-04T04:51:11.774Z] INFO: archiving logs to Nexus [2021-02-04T04:51:12.722Z] ---> uname -a: [2021-02-04T04:51:12.722Z] Linux prd-centos7-docker-4c-2g-24860.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-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z] ---> lscpu: [2021-02-04T04:51:12.722Z] Architecture: x86_64 [2021-02-04T04:51:12.722Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T04:51:12.722Z] Byte Order: Little Endian [2021-02-04T04:51:12.722Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T04:51:12.722Z] CPU(s): 4 [2021-02-04T04:51:12.722Z] On-line CPU(s) list: 0-3 [2021-02-04T04:51:12.722Z] Thread(s) per core: 1 [2021-02-04T04:51:12.722Z] Core(s) per socket: 1 [2021-02-04T04:51:12.722Z] Socket(s): 4 [2021-02-04T04:51:12.722Z] NUMA node(s): 1 [2021-02-04T04:51:12.722Z] Vendor ID: GenuineIntel [2021-02-04T04:51:12.722Z] CPU family: 6 [2021-02-04T04:51:12.722Z] Model: 44 [2021-02-04T04:51:12.722Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T04:51:12.722Z] Stepping: 1 [2021-02-04T04:51:12.722Z] CPU MHz: 2933.442 [2021-02-04T04:51:12.722Z] BogoMIPS: 5866.88 [2021-02-04T04:51:12.722Z] Virtualization: VT-x [2021-02-04T04:51:12.722Z] Hypervisor vendor: KVM [2021-02-04T04:51:12.722Z] Virtualization type: full [2021-02-04T04:51:12.722Z] L1d cache: 128 KiB [2021-02-04T04:51:12.722Z] L1i cache: 128 KiB [2021-02-04T04:51:12.722Z] L2 cache: 16 MiB [2021-02-04T04:51:12.722Z] L3 cache: 64 MiB [2021-02-04T04:51:12.722Z] NUMA node0 CPU(s): 0-3 [2021-02-04T04:51:12.722Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T04:51:12.722Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T04:51:12.722Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T04:51:12.722Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T04:51:12.722Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T04:51:12.722Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T04:51:12.722Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T04:51:12.722Z] Vulnerability Srbds: Not affected [2021-02-04T04:51:12.722Z] Vulnerability Tsx async abort: Not affected [2021-02-04T04:51:12.722Z] 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-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z] ---> nproc: [2021-02-04T04:51:12.722Z] 4 [2021-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z] ---> df -h: [2021-02-04T04:51:12.722Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T04:51:12.722Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-04T04:51:12.722Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T04:51:12.722Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T04:51:12.722Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/6@tmp [2021-02-04T04:51:12.722Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/6 [2021-02-04T04:51:12.722Z] [2021-02-04T04:51:12.722Z]