Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c43a3562738f7dd074dc1abac4861c648bf5d26f+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (60e8548fefc3cb7e1559f6a2c0e4ed15f90ec1c4) 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-24862 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 c43a3562738f7dd074dc1abac4861c648bf5d26f Merge succeeded, producing c43a3562738f7dd074dc1abac4861c648bf5d26f Checking out Revision c43a3562738f7dd074dc1abac4861c648bf5d26f (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c43a3562738f7dd074dc1abac4861c648bf5d26f # 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 c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 2918c63bab17ea11aae5ab739b0fd71ad83abd5a # timeout=10 [Pipeline] timeout [2021-02-04T04:30:18.661Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T04:30:18.968Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T04:30:19.101Z] ========================================================= [2021-02-04T04:30:19.101Z] EdgeX Global Pipelines Version Info [2021-02-04T04:30:19.101Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:30:24.168Z] ------------------- [2021-02-04T04:30:24.168Z] stable info: [2021-02-04T04:30:24.168Z] ------------------- [2021-02-04T04:30:24.168Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:30:24.168Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:30:24.168Z] Message: update stable to v1.0.179 [2021-02-04T04:30:24.758Z] ------------------- [2021-02-04T04:30:24.758Z] experimental info: [2021-02-04T04:30:24.758Z] ------------------- [2021-02-04T04:30:24.758Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:30:24.758Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:30:24.758Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T04:30:25.102Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T04:30:25.210Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T04:30:25.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T04:30:25.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T04:30:25.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T04:30:25.658Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T04:30:25.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T04:30:25.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T04:30:25.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T04:30:26.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T04:30:26.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T04:30:26.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T04:30:26.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T04:30:26.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T04:30:26.640Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:30:26.743Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:30:26.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T04:30:26.958Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T04:30:27.066Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T04:30:27.181Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T04:30:27.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T04:30:27.392Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T04:30:27.491Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T04:30:27.607Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-04T04:30:27.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-04T04:30:27.919Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-04T04:30:28.054Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c43a3562738f7dd074dc1abac4861c648bf5d26f [Pipeline] echo [2021-02-04T04:30:28.195Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c43a356 [Pipeline] echo [2021-02-04T04:30:28.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:30:28.572Z] provisioning config files... [2021-02-04T04:30:28.617Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8451403802328337647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:30:28.987Z] ---> docker-login.sh [2021-02-04T04:30:28.987Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:30:29.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:29.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:29.525Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:29.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:29.525Z] [2021-02-04T04:30:29.525Z] Login Succeeded [2021-02-04T04:30:29.525Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:30:29.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:29.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:29.789Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:29.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:29.789Z] [2021-02-04T04:30:29.789Z] Login Succeeded [2021-02-04T04:30:29.789Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:30:30.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:30.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:30.062Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:30.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:30.062Z] [2021-02-04T04:30:30.062Z] Login Succeeded [2021-02-04T04:30:30.062Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:30:30.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:30.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:30.330Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:30.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:30.330Z] [2021-02-04T04:30:30.330Z] Login Succeeded [2021-02-04T04:30:30.330Z] docker.io [2021-02-04T04:30:30.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:30.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:30.606Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:30.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:30.606Z] [2021-02-04T04:30:30.606Z] Login Succeeded [2021-02-04T04:30:30.606Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:30:30.623Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:30:31.208Z] ++ 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:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T04:30:31.208Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:31.208Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:30:31.208Z] ++ cut -d/ -f2 [2021-02-04T04:30:31.208Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T04:30:31.298Z] 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:32.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:32.219Z] [2021-02-04T04:30:32.219Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:30:32.610Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:32.610Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T04:30:32.610Z] 31603596830f: Pulling fs layer [2021-02-04T04:30:32.610Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T04:30:32.610Z] 6ca5941a6612: Pulling fs layer [2021-02-04T04:30:32.610Z] ecc8261a40a4: Pulling fs layer [2021-02-04T04:30:32.610Z] ecc8261a40a4: Waiting [2021-02-04T04:30:32.610Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T04:30:32.875Z] 31603596830f: Verifying Checksum [2021-02-04T04:30:32.875Z] 31603596830f: Download complete [2021-02-04T04:30:32.875Z] ecc8261a40a4: Verifying Checksum [2021-02-04T04:30:32.875Z] ecc8261a40a4: Download complete [2021-02-04T04:30:32.875Z] 6ca5941a6612: Verifying Checksum [2021-02-04T04:30:32.875Z] 6ca5941a6612: Download complete [2021-02-04T04:30:33.144Z] 31603596830f: Pull complete [2021-02-04T04:30:33.426Z] 2a8b12db71e7: Pull complete [2021-02-04T04:30:34.396Z] 6ca5941a6612: Pull complete [2021-02-04T04:30:34.667Z] ecc8261a40a4: Pull complete [2021-02-04T04:30:34.667Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T04:30:34.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:34.667Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T04:30:34.786Z] prd-centos7-docker-4c-2g-24862 does not seem to be running inside a container [2021-02-04T04:30:34.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:37.477Z] $ docker top b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:30:37.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:30:37.802Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:30:38.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:30:38.064Z] $ docker exec b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d ssh-agent [2021-02-04T04:30:38.272Z] SSH_AUTH_SOCK=/tmp/ssh-T3oFORKmEw6W/agent.12 [2021-02-04T04:30:38.272Z] SSH_AGENT_PID=18 [2021-02-04T04:30:38.286Z] Running ssh-add (command line suppressed) [2021-02-04T04:30:38.413Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7314164568056743632.key (/w/workspace/edgex-go/5@tmp/private_key_7314164568056743632.key) [2021-02-04T04:30:38.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:30:38.871Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T04:30:38.954Z] $ docker exec --env ******** --env ******** b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d ssh-agent -k [2021-02-04T04:30:39.111Z] unset SSH_AUTH_SOCK; [2021-02-04T04:30:39.111Z] unset SSH_AGENT_PID; [2021-02-04T04:30:39.111Z] echo Agent pid 18 killed; [2021-02-04T04:30:39.172Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T04:30:39.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:30:39.403Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:30:39.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:30:39.603Z] $ docker exec b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d ssh-agent [2021-02-04T04:30:39.785Z] SSH_AUTH_SOCK=/tmp/ssh-L6dFq5q6DjoM/agent.47 [2021-02-04T04:30:39.785Z] SSH_AGENT_PID=52 [2021-02-04T04:30:39.793Z] Running ssh-add (command line suppressed) [2021-02-04T04:30:39.926Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8596641747635516760.key (/w/workspace/edgex-go/5@tmp/private_key_8596641747635516760.key) [2021-02-04T04:30:40.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:30:40.350Z] + git semver init [2021-02-04T04:30:40.350Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:30:40.350Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-04T04:30:40.350Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-04T04:30:40.350Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:30:40.350Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:30:40.350Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:30:40.350Z] # $SEMVER_BRANCH = PR-3113 [2021-02-04T04:30:40.350Z] # $SEMVER_TEMP = /tmp/semver-497473610 [2021-02-04T04:30:40.350Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T04:32:01.967Z] # '/tmp/semver-497473610' -> '/w/workspace/edgex-go/5/.semver' [2021-02-04T04:32:01.967Z] # -> Force: false [2021-02-04T04:32:01.967Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-04T04:32:01.989Z] $ docker exec --env ******** --env ******** b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d ssh-agent -k [2021-02-04T04:32:02.431Z] unset SSH_AUTH_SOCK; [2021-02-04T04:32:02.432Z] unset SSH_AGENT_PID; [2021-02-04T04:32:02.432Z] echo Agent pid 52 killed; [2021-02-04T04:32:02.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:32:03.134Z] + git semver [Pipeline] } [2021-02-04T04:32:03.153Z] $ docker stop --time=1 b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d [2021-02-04T04:32:05.303Z] $ docker rm -f b04f6f3e07fbda42f320c7884d8f4bfcd18d92058893441c5b2e7e39271bf70d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:32:05.903Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T04:32:06.544Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T04:32:06.549Z] [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:32:07.490Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:32:07.806Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:32:08.116Z] + sudo service docker restart [2021-02-04T04:32:08.116Z] + true [2021-02-04T04:32:08.117Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T04:32:09.132Z] ========================================================= [2021-02-04T04:32:09.132Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T04:32:09.132Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:32:09.496Z] + 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:32:13.752Z] Sending build context to Docker daemon 327.5MB [2021-02-04T04:32:13.752Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:32:13.752Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:32:14.015Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T04:32:14.015Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T04:32:14.015Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T04:32:14.015Z] de9db76c5a1d: Pulling fs layer [2021-02-04T04:32:14.015Z] bca2f99d35d6: Pulling fs layer [2021-02-04T04:32:14.015Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T04:32:14.015Z] 7c6f9722023f: Pulling fs layer [2021-02-04T04:32:14.015Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T04:32:14.015Z] bca2f99d35d6: Waiting [2021-02-04T04:32:14.015Z] 93359f2a8cfa: Waiting [2021-02-04T04:32:14.015Z] 7c6f9722023f: Waiting [2021-02-04T04:32:14.015Z] a35cf1a2eb13: Waiting [2021-02-04T04:32:14.015Z] de9db76c5a1d: Verifying Checksum [2021-02-04T04:32:14.015Z] de9db76c5a1d: Download complete [2021-02-04T04:32:14.015Z] 0ef7d3d256c8: Download complete [2021-02-04T04:32:14.015Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T04:32:14.015Z] 93359f2a8cfa: Download complete [2021-02-04T04:32:14.015Z] 7c6f9722023f: Verifying Checksum [2021-02-04T04:32:14.015Z] 7c6f9722023f: Download complete [2021-02-04T04:32:14.591Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T04:32:14.591Z] 188c0c94c7c5: Download complete [2021-02-04T04:32:15.177Z] 188c0c94c7c5: Pull complete [2021-02-04T04:32:15.177Z] 0ef7d3d256c8: Pull complete [2021-02-04T04:32:15.442Z] de9db76c5a1d: Pull complete [2021-02-04T04:32:17.373Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T04:32:17.373Z] a35cf1a2eb13: Download complete [2021-02-04T04:32:17.954Z] bca2f99d35d6: Verifying Checksum [2021-02-04T04:32:17.954Z] bca2f99d35d6: Download complete [2021-02-04T04:32:21.950Z] Still waiting to schedule task [2021-02-04T04:32:21.950Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T04:32:23.299Z] bca2f99d35d6: Pull complete [2021-02-04T04:32:23.567Z] 93359f2a8cfa: Pull complete [2021-02-04T04:32:23.567Z] 7c6f9722023f: Pull complete [2021-02-04T04:32:28.901Z] a35cf1a2eb13: Pull complete [2021-02-04T04:32:28.901Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T04:32:28.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T04:32:28.901Z] ---> a62c8e92a672 [2021-02-04T04:32:28.901Z] 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:28.901Z] ---> Running in a1b8e94adeeb [2021-02-04T04:32:29.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:32:30.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:32:31.025Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:32:31.288Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:32:31.552Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:32:31.552Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:32:49.735Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:32:49.735Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:32:49.735Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:32:49.735Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:32:49.735Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:32:49.735Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:32:49.735Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:32:49.735Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:32:49.735Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:32:49.735Z] OK: 233 MiB in 51 packages [2021-02-04T04:32:53.989Z] Removing intermediate container a1b8e94adeeb [2021-02-04T04:32:53.989Z] ---> 8afc2e64e283 [2021-02-04T04:32:53.989Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:32:53.989Z] ---> Running in aa12b1168f9f [2021-02-04T04:32:54.254Z] Removing intermediate container aa12b1168f9f [2021-02-04T04:32:54.254Z] ---> e63c4e42d488 [2021-02-04T04:32:54.254Z] Step 5/6 : COPY go.mod . [2021-02-04T04:32:54.521Z] ---> af1b6b77f978 [2021-02-04T04:32:54.521Z] Step 6/6 : RUN go mod download [2021-02-04T04:32:54.521Z] ---> Running in cfbbef983451 [2021-02-04T04:33:16.581Z] Removing intermediate container cfbbef983451 [2021-02-04T04:33:16.581Z] ---> 6bf6887f5834 [2021-02-04T04:33:16.581Z] Successfully built 6bf6887f5834 [2021-02-04T04:33:16.581Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:16.902Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:16.902Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:17.049Z] prd-centos7-docker-4c-2g-24862 does not seem to be running inside a container [2021-02-04T04:33:17.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:18.227Z] $ docker top f46560d723d4d9cffd1cd22701ed68660ecd827f4ca18f73e64f96e655626118 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:33:18.788Z] + go version [2021-02-04T04:33:18.788Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T04:33:18.813Z] $ docker stop --time=1 f46560d723d4d9cffd1cd22701ed68660ecd827f4ca18f73e64f96e655626118 [2021-02-04T04:33:20.221Z] $ docker rm -f f46560d723d4d9cffd1cd22701ed68660ecd827f4ca18f73e64f96e655626118 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:21.084Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:21.084Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:21.224Z] prd-centos7-docker-4c-2g-24862 does not seem to be running inside a container [2021-02-04T04:33:21.280Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:22.522Z] $ docker top b9a6c37c9eb0a38faac82e8d0f280ed18777cb441eed06aad4b78a1474d358d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:33:22.749Z] ========================================================= [2021-02-04T04:33:22.749Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:33:22.749Z] ========================================================= [Pipeline] sh [2021-02-04T04:33:23.047Z] + make test [2021-02-04T04:33:23.047Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:33:33.181Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:33:55.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:33:55.753Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:33:58.382Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:33:58.382Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:33:58.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:34:00.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:34:00.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:34:00.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:34:00.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:34:00.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:34:00.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:34:03.634Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:34:03.634Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:34:03.634Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:34:07.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.0% of statements [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:34:07.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:34:07.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-04T04:34:12.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.267s coverage: 27.1% of statements [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:34:12.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:34:12.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:34:12.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.172s coverage: 65.8% of statements [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:34:12.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.139s coverage: 82.3% of statements [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:34:12.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:34:14.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.423s coverage: 28.6% of statements [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:34:14.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:34:14.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:34:14.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.174s coverage: 86.7% of statements [2021-02-04T04:34:14.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:34:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements [2021-02-04T04:34:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:34:15.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-04T04:34:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:34:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:34:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:34:15.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:34:18.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:34:18.410Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:34:18.410Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:34:18.410Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-02-04T04:34:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:34:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:34:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:34:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements [2021-02-04T04:34:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-02-04T04:34:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-02-04T04:34:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-02-04T04:34:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-04T04:34:31.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements [2021-02-04T04:34:31.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.454s coverage: 68.9% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 37.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.361s coverage: 84.0% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.091s coverage: 90.4% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.751s coverage: 29.1% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:34:41.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-04T04:34:41.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-04T04:34:41.218Z] GO111MODULE=on go vet ./... [2021-02-04T04:35:13.535Z] gofmt -l . [2021-02-04T04:35:13.535Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:35:13.535Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:35:13.535Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:35:14.750Z] + ls -al . [2021-02-04T04:35:14.750Z] total 684 [2021-02-04T04:35:14.750Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 04:35 . [2021-02-04T04:35:14.750Z] drwxr-xr-x 4 root root 28 Feb 4 04:33 .. [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:30 .dockerignore [2021-02-04T04:35:14.750Z] drwxrwxr-x 8 1001 1001 179 Feb 4 04:30 .git [2021-02-04T04:35:14.750Z] drwxrwxr-x 3 1001 1001 125 Feb 4 04:30 .github [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:30 .gitignore [2021-02-04T04:35:14.750Z] drwx------ 3 1001 1001 60 Feb 4 04:31 .semver [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:30 .sonarcloud.properties [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:30 Attribution.txt [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:30 CONTRIBUTING.md [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:30 Dockerfile.build [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:30 Jenkinsfile [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:30 LICENSE [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:30 Makefile [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:30 README.md [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:30 SECURITY.md [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:30 ZMQWindows.md [2021-02-04T04:35:14.750Z] drwxrwxr-x 2 1001 1001 117 Feb 4 04:30 bin [2021-02-04T04:35:14.750Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:30 cmd [2021-02-04T04:35:14.750Z] -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out [2021-02-04T04:35:14.750Z] -rw-r--r-- 1 root root 1054 Feb 4 04:35 go.mod [2021-02-04T04:35:14.750Z] -rw-r--r-- 1 root root 19399 Feb 4 04:35 go.sum [2021-02-04T04:35:14.750Z] drwxrwxr-x 8 1001 1001 127 Feb 4 04:30 internal [2021-02-04T04:35:14.750Z] drwxrwxr-x 4 1001 1001 26 Feb 4 04:30 openapi [2021-02-04T04:35:14.750Z] drwxrwxr-x 4 1001 1001 71 Feb 4 04:30 snap [2021-02-04T04:35:14.750Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:30 version.go [Pipeline] sh [2021-02-04T04:35:15.063Z] + '[' -e coverage.out ] [2021-02-04T04:35:15.063Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:35:15.282Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:35:15.595Z] + make build [2021-02-04T04:35:15.595Z] 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:35:19.279Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24873 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-04T04:35:19.334Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-04T04:35:19.826Z] 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:24.934Z] using credential edgex-jenkins-ssh [2021-02-04T04:35:25.096Z] Cloning the remote Git repository [2021-02-04T04:35:25.156Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:35:25.350Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-04T04:35:25.429Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:35:25.430Z] > git --version # timeout=10 [2021-02-04T04:35:25.453Z] > git --version # 'git version 2.17.1' [2021-02-04T04:35:25.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:35:25.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:35:30.040Z] 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:30.630Z] 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:32.609Z] 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:32.875Z] 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:35:34.834Z] 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:36.780Z] 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:37.735Z] 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:39.134Z] 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:40.085Z] 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:41.046Z] 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:42.463Z] 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:44.448Z] $ docker stop --time=1 b9a6c37c9eb0a38faac82e8d0f280ed18777cb441eed06aad4b78a1474d358d7 [2021-02-04T04:35:46.116Z] $ docker rm -f b9a6c37c9eb0a38faac82e8d0f280ed18777cb441eed06aad4b78a1474d358d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:48.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:48.104Z] [2021-02-04T04:35:48.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:48.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:48.463Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T04:35:48.463Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T04:35:48.463Z] ca9280d653b3: Pulling fs layer [2021-02-04T04:35:48.463Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T04:35:48.728Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T04:35:48.728Z] cbdbe7a5bc2a: Download complete [2021-02-04T04:35:49.337Z] ca9280d653b3: Verifying Checksum [2021-02-04T04:35:49.337Z] ca9280d653b3: Download complete [2021-02-04T04:35:49.337Z] cbdbe7a5bc2a: Pull complete [2021-02-04T04:35:50.788Z] ca9280d653b3: Pull complete [2021-02-04T04:35:50.788Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T04:35:50.788Z] 7e9c9ca2126c: Download complete [2021-02-04T04:35:56.996Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:35:57.449Z] Merge succeeded, producing c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:35:57.450Z] Checking out Revision c43a3562738f7dd074dc1abac4861c648bf5d26f (PR-3113) [2021-02-04T04:35:56.110Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:35:56.133Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:35:56.168Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:35:56.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:35:56.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:35:56.282Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:35:57.021Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:35:57.051Z] > git checkout -f c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 [2021-02-04T04:35:57.370Z] > git remote # timeout=10 [2021-02-04T04:35:57.387Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:35:57.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:35:57.414Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:35:57.436Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:35:57.460Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:35:57.471Z] > git checkout -f c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 [2021-02-04T04:35:58.993Z] 7e9c9ca2126c: Pull complete [2021-02-04T04:35:58.993Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T04:35:58.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:58.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T04:35:59.253Z] prd-centos7-docker-4c-2g-24862 does not seem to be running inside a container [2021-02-04T04:35:59.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:36:01.483Z] $ docker top 73e11d807a84454365e428a76ddcb165df3c572e571b091638a08c70a5b2fc0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:01.936Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-02-04T04:36:02.007Z] + docker-compose build --help [2021-02-04T04:36:02.007Z] + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T04:36:02.965Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:36:04.283Z] $ docker stop --time=1 73e11d807a84454365e428a76ddcb165df3c572e571b091638a08c70a5b2fc0b [2021-02-04T04:36:04.330Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-04T04:36:05.697Z] $ docker rm -f 73e11d807a84454365e428a76ddcb165df3c572e571b091638a08c70a5b2fc0b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:06.180Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:36:06.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:36:06.395Z] . [Pipeline] withDockerContainer [2021-02-04T04:36:06.516Z] prd-centos7-docker-4c-2g-24862 does not seem to be running inside a container [2021-02-04T04:36:06.524Z] + true [2021-02-04T04:36:06.524Z] + sudo service docker restart [2021-02-04T04:36:06.572Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:36:07.285Z] $ docker top cca670f205eae8f40865a75483d029851f4df759253558a0c1899897d911a648 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:07.885Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:36:08.570Z] provisioning config files... [2021-02-04T04:36:08.616Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6867263762763477695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:36:08.990Z] Building docker-core-command-go ... [2021-02-04T04:36:08.990Z] Building docker-core-data-go ... [2021-02-04T04:36:08.990Z] Building docker-core-metadata-go ... [2021-02-04T04:36:08.990Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:36:08.990Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:36:08.990Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:36:08.990Z] Building docker-support-notifications-go ... [2021-02-04T04:36:08.990Z] Building docker-support-scheduler-go ... [2021-02-04T04:36:08.990Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:36:08.990Z] Building docker-support-notifications-go [2021-02-04T04:36:08.990Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:36:08.990Z] Building docker-core-command-go [2021-02-04T04:36:08.990Z] Building docker-security-proxy-setup-go [2021-02-04T04:36:08.990Z] Building docker-core-metadata-go [2021-02-04T04:36:09.031Z] ---> docker-login.sh [2021-02-04T04:36:09.031Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:36:10.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:10.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:10.304Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:10.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:10.304Z] [2021-02-04T04:36:10.304Z] Login Succeeded [2021-02-04T04:36:10.304Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:36:10.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:10.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:10.858Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:10.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:10.858Z] [2021-02-04T04:36:10.858Z] Login Succeeded [2021-02-04T04:36:10.858Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:36:11.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:11.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:11.465Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:11.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:11.465Z] [2021-02-04T04:36:11.465Z] Login Succeeded [2021-02-04T04:36:11.465Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:36:11.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:12.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:12.014Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:12.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:12.014Z] [2021-02-04T04:36:12.014Z] Login Succeeded [2021-02-04T04:36:12.014Z] docker.io [2021-02-04T04:36:12.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:12.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:12.559Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:12.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:12.559Z] [2021-02-04T04:36:12.559Z] Login Succeeded [2021-02-04T04:36:12.559Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:36:12.575Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T04:36:12.989Z] ========================================================= [2021-02-04T04:36:12.990Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T04:36:12.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:13.372Z] + 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:36:16.028Z] Sending build context to Docker daemon 166.1MB [2021-02-04T04:36:16.028Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:16.028Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:36:16.028Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T04:36:16.028Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T04:36:16.028Z] a4357932f1b6: Pulling fs layer [2021-02-04T04:36:16.028Z] 18c013af1878: Pulling fs layer [2021-02-04T04:36:16.028Z] 00ac8860ef70: Pulling fs layer [2021-02-04T04:36:16.028Z] 63d7cb157983: Pulling fs layer [2021-02-04T04:36:16.028Z] b116817d02f9: Pulling fs layer [2021-02-04T04:36:16.028Z] 745a02a5169b: Pulling fs layer [2021-02-04T04:36:16.028Z] 00ac8860ef70: Waiting [2021-02-04T04:36:16.028Z] 63d7cb157983: Waiting [2021-02-04T04:36:16.028Z] 745a02a5169b: Waiting [2021-02-04T04:36:16.028Z] 18c013af1878: Verifying Checksum [2021-02-04T04:36:16.028Z] 18c013af1878: Download complete [2021-02-04T04:36:16.028Z] a4357932f1b6: Verifying Checksum [2021-02-04T04:36:16.028Z] a4357932f1b6: Download complete [2021-02-04T04:36:16.028Z] 63d7cb157983: Verifying Checksum [2021-02-04T04:36:16.028Z] 63d7cb157983: Download complete [2021-02-04T04:36:16.028Z] b116817d02f9: Verifying Checksum [2021-02-04T04:36:16.028Z] b116817d02f9: Download complete [2021-02-04T04:36:16.028Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T04:36:16.028Z] 5f621e34cdf4: Download complete [2021-02-04T04:36:16.628Z] 5f621e34cdf4: Pull complete [2021-02-04T04:36:17.227Z] a4357932f1b6: Pull complete [2021-02-04T04:36:17.500Z] 18c013af1878: Pull complete [2021-02-04T04:36:18.481Z] 745a02a5169b: Verifying Checksum [2021-02-04T04:36:18.481Z] 745a02a5169b: Download complete [2021-02-04T04:36:19.086Z] 00ac8860ef70: Verifying Checksum [2021-02-04T04:36:19.086Z] 00ac8860ef70: Download complete [2021-02-04T04:36:29.259Z] 00ac8860ef70: Pull complete [2021-02-04T04:36:29.259Z] 63d7cb157983: Pull complete [2021-02-04T04:36:29.855Z] b116817d02f9: Pull complete [2021-02-04T04:36:33.265Z] 745a02a5169b: Pull complete [2021-02-04T04:36:33.265Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T04:36:33.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T04:36:33.265Z] ---> b7e6874047d6 [2021-02-04T04:36:33.265Z] 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:36:37.563Z] ---> Running in 4c406fd3608a [2021-02-04T04:36:38.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:36:40.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:36:41.553Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:36:41.823Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:36:41.823Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:36:41.823Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:36:46.119Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:36:46.119Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:36:46.119Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:36:46.119Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:36:46.389Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:36:46.390Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:36:46.390Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:36:46.659Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:36:46.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:36:46.659Z] OK: 217 MiB in 51 packages [2021-02-04T04:36:48.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:48.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:48.023Z] ---> 6bf6887f5834 [2021-02-04T04:36:48.023Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:36:48.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:48.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:48.023Z] ---> 6bf6887f5834 [2021-02-04T04:36:48.023Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:36:48.023Z] ---> Running in 1fd23df0653e [2021-02-04T04:36:48.023Z] ---> Running in 1b4762146dd3 [2021-02-04T04:36:48.023Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:48.023Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:48.023Z] ---> 6bf6887f5834 [2021-02-04T04:36:48.023Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:36:48.023Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:48.023Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:48.023Z] ---> 6bf6887f5834 [2021-02-04T04:36:48.023Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:36:48.023Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:48.023Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:48.023Z] ---> 6bf6887f5834 [2021-02-04T04:36:48.023Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:36:48.023Z] ---> Running in 842ce18d1500 [2021-02-04T04:36:48.023Z] ---> Running in 1f10976c0280 [2021-02-04T04:36:48.023Z] ---> Running in 03ed6f58a10b [2021-02-04T04:36:48.023Z] Removing intermediate container 842ce18d1500 [2021-02-04T04:36:48.023Z] ---> 355a61669961 [2021-02-04T04:36:48.023Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:48.023Z] Removing intermediate container 1fd23df0653e [2021-02-04T04:36:48.023Z] ---> 8f37a2966ff6 [2021-02-04T04:36:48.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:48.023Z] Removing intermediate container 1f10976c0280 [2021-02-04T04:36:48.023Z] ---> 26e140d437f5 [2021-02-04T04:36:48.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:48.023Z] Removing intermediate container 1b4762146dd3 [2021-02-04T04:36:48.023Z] ---> 5efa4278c267 [2021-02-04T04:36:48.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:48.023Z] Removing intermediate container 03ed6f58a10b [2021-02-04T04:36:48.023Z] ---> 2fb02ec158d6 [2021-02-04T04:36:48.023Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:48.023Z] ---> Running in 64d304360b9d [2021-02-04T04:36:48.023Z] ---> Running in db442f28dd82 [2021-02-04T04:36:48.023Z] ---> Running in c6e895a09256 [2021-02-04T04:36:48.023Z] ---> Running in a1ef00122486 [2021-02-04T04:36:48.023Z] ---> Running in 9f7a1c9f3c79 [2021-02-04T04:36:48.295Z] Removing intermediate container 64d304360b9d [2021-02-04T04:36:48.295Z] ---> 94e31ba056e8 [2021-02-04T04:36:48.295Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:36:48.561Z] ---> Running in 772b0ceb4892 [2021-02-04T04:36:48.561Z] Removing intermediate container c6e895a09256 [2021-02-04T04:36:48.561Z] ---> 24872207192e [2021-02-04T04:36:48.561Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:36:48.829Z] Removing intermediate container db442f28dd82 [2021-02-04T04:36:48.829Z] ---> 36b636ea0fe1 [2021-02-04T04:36:48.829Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:36:48.829Z] ---> Running in d37e572af920 [2021-02-04T04:36:49.098Z] ---> Running in a5562a9213e9 [2021-02-04T04:36:49.098Z] Removing intermediate container 9f7a1c9f3c79 [2021-02-04T04:36:49.098Z] ---> 6e2edf64943e [2021-02-04T04:36:49.098Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:36:49.098Z] Removing intermediate container a1ef00122486 [2021-02-04T04:36:49.098Z] ---> b50954861911 [2021-02-04T04:36:49.098Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:36:49.386Z] ---> Running in e5ec924914e8 [2021-02-04T04:36:49.386Z] ---> Running in c338533f814d [2021-02-04T04:36:49.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.610Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:50.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:50.972Z] Removing intermediate container 4c406fd3608a [2021-02-04T04:36:50.972Z] ---> 99d0e49fc19c [2021-02-04T04:36:50.972Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:36:50.972Z] ---> Running in 81d6a190f8cc [2021-02-04T04:36:51.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:51.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:51.245Z] Removing intermediate container 81d6a190f8cc [2021-02-04T04:36:51.245Z] ---> eada9fdd6839 [2021-02-04T04:36:51.245Z] Step 5/6 : COPY go.mod . [2021-02-04T04:36:51.420Z] Removing intermediate container 772b0ceb4892 [2021-02-04T04:36:51.420Z] ---> 08ff00e04d5b [2021-02-04T04:36:51.420Z] Step 6/26 : COPY go.mod . [2021-02-04T04:36:51.420Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:51.420Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:51.420Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:51.683Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:52.224Z] ---> d8acb4e5b1ab [2021-02-04T04:36:52.224Z] Step 6/6 : RUN go mod download [2021-02-04T04:36:52.224Z] ---> Running in e3dde9720647 [2021-02-04T04:36:52.648Z] ---> a9729fe7f3b4 [2021-02-04T04:36:52.648Z] Step 7/26 : RUN go mod download [2021-02-04T04:36:52.648Z] ---> Running in c84581ad3f37 [2021-02-04T04:36:53.228Z] Removing intermediate container d37e572af920 [2021-02-04T04:36:53.228Z] ---> 62fa3388bccd [2021-02-04T04:36:53.228Z] Step 6/23 : COPY go.mod . [2021-02-04T04:36:53.228Z] Removing intermediate container c338533f814d [2021-02-04T04:36:53.228Z] ---> bb009f5fd80d [2021-02-04T04:36:53.228Z] Step 6/23 : COPY go.mod . [2021-02-04T04:36:53.497Z] Removing intermediate container a5562a9213e9 [2021-02-04T04:36:53.497Z] ---> 41040f686f46 [2021-02-04T04:36:53.497Z] Step 6/22 : COPY go.mod . [2021-02-04T04:36:53.497Z] Removing intermediate container e5ec924914e8 [2021-02-04T04:36:53.497Z] ---> 568162997127 [2021-02-04T04:36:53.497Z] Step 6/21 : COPY go.mod . [2021-02-04T04:36:53.765Z] ---> 52c6f2fa5c84 [2021-02-04T04:36:53.765Z] Step 7/23 : RUN go mod download [2021-02-04T04:36:53.765Z] ---> 3ceea49dc41c [2021-02-04T04:36:53.765Z] Step 7/23 : RUN go mod download [2021-02-04T04:36:53.765Z] ---> Running in ae303561b38b [2021-02-04T04:36:53.765Z] ---> Running in ee872ad2e238 [2021-02-04T04:36:53.765Z] ---> fb9ed79af80d [2021-02-04T04:36:53.765Z] Step 7/22 : RUN go mod download [2021-02-04T04:36:53.765Z] ---> 1e97ac68d0d0 [2021-02-04T04:36:53.765Z] Step 7/21 : RUN go mod download [2021-02-04T04:36:54.028Z] ---> Running in d4a6bf20f850 [2021-02-04T04:36:54.029Z] ---> Running in 37055de68856 [2021-02-04T04:36:55.459Z] Removing intermediate container c84581ad3f37 [2021-02-04T04:36:55.459Z] ---> 83b0ec3ee485 [2021-02-04T04:36:55.459Z] Step 8/26 : COPY . . [2021-02-04T04:37:00.832Z] Removing intermediate container ae303561b38b [2021-02-04T04:37:00.832Z] ---> 328cb3d22ad8 [2021-02-04T04:37:00.832Z] Step 8/23 : COPY . . [2021-02-04T04:37:04.241Z] Removing intermediate container d4a6bf20f850 [2021-02-04T04:37:04.241Z] ---> baab1d55e001 [2021-02-04T04:37:04.241Z] Step 8/22 : COPY . . [2021-02-04T04:37:04.241Z] Removing intermediate container 37055de68856 [2021-02-04T04:37:04.241Z] ---> 7cbdd0a0ce24 [2021-02-04T04:37:04.241Z] Step 8/21 : COPY . . [2021-02-04T04:37:04.241Z] Removing intermediate container ee872ad2e238 [2021-02-04T04:37:04.241Z] ---> 450fd6601c85 [2021-02-04T04:37:04.241Z] Step 8/23 : COPY . . [2021-02-04T04:37:19.054Z] Removing intermediate container e3dde9720647 [2021-02-04T04:37:19.054Z] ---> a182b89d4e8e [2021-02-04T04:37:19.054Z] Successfully built a182b89d4e8e [2021-02-04T04:37:19.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:19.400Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:37:19.401Z] . [Pipeline] withDockerContainer [2021-02-04T04:37:19.688Z] prd-ubuntu18.04-docker-arm64-4c-16g-24873 does not seem to be running inside a container [2021-02-04T04:37:19.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:37:21.413Z] $ docker top d211eae61a881526324e8e63f27aebd9943ecef69c68164b936b3892a562d7e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:37:22.621Z] + go version [2021-02-04T04:37:22.621Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T04:37:22.654Z] $ docker stop --time=1 d211eae61a881526324e8e63f27aebd9943ecef69c68164b936b3892a562d7e4 [2021-02-04T04:37:24.592Z] $ docker rm -f d211eae61a881526324e8e63f27aebd9943ecef69c68164b936b3892a562d7e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:25.588Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:37:25.588Z] . [Pipeline] withDockerContainer [2021-02-04T04:37:25.813Z] prd-ubuntu18.04-docker-arm64-4c-16g-24873 does not seem to be running inside a container [2021-02-04T04:37:25.901Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:37:27.250Z] $ docker top 8ac9921555086703a0a6b47411dfacfbac03417edf1f112a192b0be425014194 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:37:27.591Z] ========================================================= [2021-02-04T04:37:27.591Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:37:27.591Z] ========================================================= [Pipeline] sh [2021-02-04T04:37:28.240Z] + make test [2021-02-04T04:37:28.240Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:37:36.613Z] ---> a2f99de787b0 [2021-02-04T04:37:36.613Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:37:39.229Z] ---> Running in 39eeaf10889c [2021-02-04T04:37:40.650Z] ---> c599f182918c [2021-02-04T04:37:40.650Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:37:40.650Z] ---> ffbe3f3a99bd [2021-02-04T04:37:40.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:37:40.914Z] ---> ff5620cc5428 [2021-02-04T04:37:40.914Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:37:40.914Z] ---> Running in 29f195e9fb83 [2021-02-04T04:37:40.914Z] ---> Running in ace2e0155371 [2021-02-04T04:37:40.914Z] ---> 78a586395572 [2021-02-04T04:37:40.914Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:37:40.914Z] ---> Running in 3cf90ba39da2 [2021-02-04T04:37:41.179Z] ---> Running in 78f00db69294 [2021-02-04T04:37:41.464Z] 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:42.084Z] 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:42.366Z] 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:42.366Z] 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:42.366Z] 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:50.434Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:38:14.666Z] 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:38:18.037Z] Removing intermediate container 39eeaf10889c [2021-02-04T04:38:18.037Z] ---> 467aca407445 [2021-02-04T04:38:18.037Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:38:18.037Z] ---> Running in 7f1e70a1c024 [2021-02-04T04:38:19.023Z] 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:38:20.455Z] Removing intermediate container 29f195e9fb83 [2021-02-04T04:38:20.455Z] ---> 151652f7b12e [2021-02-04T04:38:20.455Z] [2021-02-04T04:38:20.455Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:38:20.455Z] 3.12: Pulling from library/alpine [2021-02-04T04:38:22.385Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:38:22.385Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:38:22.385Z] ---> 389fef711851 [2021-02-04T04:38:22.385Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:38:22.385Z] Removing intermediate container 78f00db69294 [2021-02-04T04:38:22.385Z] ---> 458f49996069 [2021-02-04T04:38:22.385Z] [2021-02-04T04:38:22.385Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:38:22.385Z] ---> 389fef711851 [2021-02-04T04:38:22.385Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:38:22.671Z] ---> Running in 06682d6b9d1f [2021-02-04T04:38:22.938Z] ---> Running in 0621aa45f67c [2021-02-04T04:38:27.176Z] Removing intermediate container 7f1e70a1c024 [2021-02-04T04:38:27.176Z] ---> 0c98375c7815 [2021-02-04T04:38:27.176Z] [2021-02-04T04:38:27.176Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:38:27.176Z] 20.10.0: Pulling from library/docker [2021-02-04T04:38:27.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:27.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:27.176Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:38:27.176Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:38:27.176Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:38:27.176Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:38:27.176Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:27.176Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:38:27.176Z] OK: 7 MiB in 18 packages [2021-02-04T04:38:28.573Z] Removing intermediate container 3cf90ba39da2 [2021-02-04T04:38:28.573Z] ---> 9dd058b3503b [2021-02-04T04:38:28.573Z] [2021-02-04T04:38:28.573Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:38:28.573Z] ---> 389fef711851 [2021-02-04T04:38:28.573Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:38:29.158Z] Removing intermediate container ace2e0155371 [2021-02-04T04:38:29.158Z] ---> 5855ad70dba6 [2021-02-04T04:38:29.158Z] [2021-02-04T04:38:29.158Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:38:29.158Z] ---> 389fef711851 [2021-02-04T04:38:29.158Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:38:29.158Z] ---> Running in efc873f0db57 [2021-02-04T04:38:29.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:29.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:29.422Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:29.422Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:29.422Z] OK: 6 MiB in 15 packages [2021-02-04T04:38:29.694Z] ---> Running in 8c7491b2bdf8 [2021-02-04T04:38:30.665Z] Removing intermediate container 06682d6b9d1f [2021-02-04T04:38:30.665Z] ---> 01a1d0070c15 [2021-02-04T04:38:30.665Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:38:30.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:30.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:30.940Z] ---> Running in d7fab97fd05c [2021-02-04T04:38:30.940Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:38:30.940Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:30.940Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:31.217Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:38:31.217Z] OK: 6 MiB in 16 packages [2021-02-04T04:38:31.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.489Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:31.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:31.489Z] OK: 6 MiB in 15 packages [2021-02-04T04:38:31.757Z] Removing intermediate container d7fab97fd05c [2021-02-04T04:38:31.757Z] ---> 95168ca96917 [2021-02-04T04:38:31.757Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:38:32.334Z] Removing intermediate container 0621aa45f67c [2021-02-04T04:38:32.334Z] ---> 97caabf27473 [2021-02-04T04:38:32.334Z] 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:32.602Z] ---> Running in 8a01c21da740 [2021-02-04T04:38:32.602Z] ---> Running in bb349d503682 [2021-02-04T04:38:33.199Z] Removing intermediate container 8a01c21da740 [2021-02-04T04:38:33.199Z] ---> ea7e2a530d8c [2021-02-04T04:38:33.199Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:38:33.199Z] Removing intermediate container 8c7491b2bdf8 [2021-02-04T04:38:33.199Z] ---> 5f3800a8d0f7 [2021-02-04T04:38:33.199Z] 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:33.463Z] Removing intermediate container efc873f0db57 [2021-02-04T04:38:33.463Z] ---> e33a2fe18a75 [2021-02-04T04:38:33.463Z] 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:33.463Z] Removing intermediate container bb349d503682 [2021-02-04T04:38:33.463Z] ---> 1ede20673f53 [2021-02-04T04:38:33.463Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:38:33.463Z] ---> Running in 98f790d30004 [2021-02-04T04:38:33.463Z] ---> Running in 7d5fc7f4d4b7 [2021-02-04T04:38:33.463Z] ---> Running in a0ea898d0c77 [2021-02-04T04:38:33.735Z] ---> d480d3b290af [2021-02-04T04:38:33.735Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:38:33.735Z] Removing intermediate container 98f790d30004 [2021-02-04T04:38:33.735Z] ---> 2397c4f2a451 [2021-02-04T04:38:33.735Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:38:33.735Z] Removing intermediate container 7d5fc7f4d4b7 [2021-02-04T04:38:33.735Z] ---> 2028c42316ba [2021-02-04T04:38:33.735Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:38:34.000Z] Removing intermediate container a0ea898d0c77 [2021-02-04T04:38:34.000Z] ---> e5958a39b470 [2021-02-04T04:38:34.000Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:38:34.000Z] ---> Running in 06a905575263 [2021-02-04T04:38:34.000Z] ---> Running in ce413e11f5fd [2021-02-04T04:38:35.392Z] ---> Running in 0958d18a11aa [2021-02-04T04:38:35.392Z] Removing intermediate container 06a905575263 [2021-02-04T04:38:35.392Z] ---> 0a0c35e0dd95 [2021-02-04T04:38:35.392Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:38:35.392Z] Removing intermediate container ce413e11f5fd [2021-02-04T04:38:35.392Z] ---> f8f914d16927 [2021-02-04T04:38:35.393Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:38:35.393Z] ---> 1f17ab53b1c8 [2021-02-04T04:38:35.393Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:38:35.665Z] ---> Running in 1b8f03c01856 [2021-02-04T04:38:35.665Z] Removing intermediate container 0958d18a11aa [2021-02-04T04:38:35.665Z] ---> 1c785f8a2603 [2021-02-04T04:38:35.665Z] Step 15/23 : WORKDIR / [2021-02-04T04:38:35.665Z] ---> Running in 07d989863c06 [2021-02-04T04:38:35.665Z] ---> Running in 917d50a786bb [2021-02-04T04:38:35.927Z] Removing intermediate container 1b8f03c01856 [2021-02-04T04:38:35.927Z] ---> 8fa45edaadc8 [2021-02-04T04:38:35.927Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:36.192Z] Removing intermediate container 07d989863c06 [2021-02-04T04:38:36.192Z] ---> a59184d39409 [2021-02-04T04:38:36.192Z] Step 15/23 : WORKDIR / [2021-02-04T04:38:36.192Z] Removing intermediate container 917d50a786bb [2021-02-04T04:38:36.192Z] ---> 6eaeb7793e31 [2021-02-04T04:38:36.192Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:36.192Z] ---> a40f55588601 [2021-02-04T04:38:36.192Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:38:36.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:38:36.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:38:36.192Z] ---> aefe523efa57 [2021-02-04T04:38:36.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:38:36.454Z] ---> Running in a9eb43456d6d [2021-02-04T04:38:36.454Z] ---> 658ae8f0ecaf [2021-02-04T04:38:36.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:38:36.454Z] ---> Running in a5aed2a2f04c [2021-02-04T04:38:36.454Z] ---> Running in cf92d03b8615 [2021-02-04T04:38:36.723Z] ---> 8ca31c52225c [2021-02-04T04:38:36.723Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:38:37.002Z] Removing intermediate container a9eb43456d6d [2021-02-04T04:38:37.002Z] ---> b3bcefc91e54 [2021-02-04T04:38:37.002Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:37.002Z] Removing intermediate container a5aed2a2f04c [2021-02-04T04:38:37.002Z] ---> 82bdf8b2ea40 [2021-02-04T04:38:37.002Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:38:37.002Z] ---> ca3aafc702a7 [2021-02-04T04:38:37.002Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:37.275Z] ---> Running in 2215aa2f06f2 [2021-02-04T04:38:37.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:37.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:38.112Z] ---> 9e37f7c55fda [2021-02-04T04:38:38.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:38:38.112Z] ---> 8792d1952336 [2021-02-04T04:38:38.112Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:38.112Z] ---> 25af46bc4298 [2021-02-04T04:38:38.112Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:38:38.112Z] Removing intermediate container 2215aa2f06f2 [2021-02-04T04:38:38.112Z] ---> db1412cee038 [2021-02-04T04:38:38.112Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T04:38:38.112Z] ---> Running in cbd69f16ca6e [2021-02-04T04:38:38.112Z] ---> Running in 44c41418e4ff [2021-02-04T04:38:38.112Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:38:38.112Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:38:38.383Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:38:38.383Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:38.383Z] OK: 12 MiB in 22 packages [2021-02-04T04:38:38.383Z] Removing intermediate container 44c41418e4ff [2021-02-04T04:38:38.383Z] ---> 42c56a0318e3 [2021-02-04T04:38:38.383Z] Step 20/21 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:38:38.383Z] Removing intermediate container cbd69f16ca6e [2021-02-04T04:38:38.383Z] ---> 88096e97d2eb [2021-02-04T04:38:38.383Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:38.383Z] ---> 4e7ce5613710 [2021-02-04T04:38:38.383Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:38:38.647Z] ---> Running in 39ba92cecf2a [2021-02-04T04:38:38.647Z] ---> Running in bb1bc1f41291 [2021-02-04T04:38:38.916Z] ---> Running in 283a8eee483c [2021-02-04T04:38:38.916Z] ---> 5c4c1a3747ba [2021-02-04T04:38:38.916Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:39.181Z] Removing intermediate container 39ba92cecf2a [2021-02-04T04:38:39.181Z] ---> 19027283deb6 [2021-02-04T04:38:39.181Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:38:39.181Z] Removing intermediate container bb1bc1f41291 [2021-02-04T04:38:39.181Z] ---> eb06bb96ad5f [2021-02-04T04:38:39.181Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:38:39.445Z] ---> Running in 578f2d34f5de [2021-02-04T04:38:39.445Z] ---> Running in 85b005374bde [2021-02-04T04:38:39.445Z] Removing intermediate container 283a8eee483c [2021-02-04T04:38:39.445Z] ---> 1fac941142ba [2021-02-04T04:38:39.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:39.445Z] ---> e752e708b7bc [2021-02-04T04:38:39.445Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:38:39.445Z] Removing intermediate container cf92d03b8615 [2021-02-04T04:38:39.445Z] ---> b252c1d2493b [2021-02-04T04:38:39.445Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:38:39.707Z] ---> Running in 86944433c979 [2021-02-04T04:38:39.707Z] ---> Running in e8a26a9f0b8a [2021-02-04T04:38:39.707Z] ---> Running in a98d9875ac2e [2021-02-04T04:38:39.707Z] Removing intermediate container 578f2d34f5de [2021-02-04T04:38:39.707Z] ---> 9c9ef1247293 [2021-02-04T04:38:39.707Z] [2021-02-04T04:38:39.707Z] Removing intermediate container 85b005374bde [2021-02-04T04:38:39.707Z] ---> 3016e82fcb4f [2021-02-04T04:38:39.707Z] Step 21/22 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:38:39.980Z] Removing intermediate container 86944433c979 [2021-02-04T04:38:39.980Z] ---> 7affc6d7507b [2021-02-04T04:38:39.980Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:38:39.980Z] ---> Running in 4cb16e6d417f [2021-02-04T04:38:40.246Z] ---> Running in dd07c60d41c5 [2021-02-04T04:38:40.246Z] Removing intermediate container e8a26a9f0b8a [2021-02-04T04:38:40.246Z] ---> b98aba8aeb0b [2021-02-04T04:38:40.246Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:40.246Z] Successfully built 9c9ef1247293 [2021-02-04T04:38:40.246Z] Removing intermediate container a98d9875ac2e [2021-02-04T04:38:40.246Z] ---> f90a11b76442 [2021-02-04T04:38:40.246Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:38:40.246Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T04:38:40.246Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-04T04:38:40.246Z] ---> Running in 074233f5ef4a [2021-02-04T04:38:40.246Z] ---> Running in d3a98199246f [2021-02-04T04:38:40.512Z] Removing intermediate container 4cb16e6d417f [2021-02-04T04:38:40.512Z] ---> 2d31d1174dd0 [2021-02-04T04:38:40.512Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:38:40.512Z] ---> Running in 5ecf054b9203 [2021-02-04T04:38:40.512Z] Removing intermediate container dd07c60d41c5 [2021-02-04T04:38:40.512Z] ---> 69a797ebbad6 [2021-02-04T04:38:40.512Z] Step 22/23 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:38:40.775Z] Removing intermediate container 074233f5ef4a [2021-02-04T04:38:40.775Z] ---> 77a74996022d [2021-02-04T04:38:40.775Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:38:40.775Z] Removing intermediate container d3a98199246f [2021-02-04T04:38:40.775Z] ---> d08c0cfc7544 [2021-02-04T04:38:40.775Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:38:40.775Z] ---> Running in a1c3be53de40 [2021-02-04T04:38:41.040Z] ---> Running in db288eec1dba [2021-02-04T04:38:41.040Z] ---> Running in 2398cf4c2d62 [2021-02-04T04:38:41.040Z] Removing intermediate container 5ecf054b9203 [2021-02-04T04:38:41.040Z] ---> 42736bfd622d [2021-02-04T04:38:41.040Z] [2021-02-04T04:38:42.450Z] Successfully built 42736bfd622d [2021-02-04T04:38:43.410Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T04:38:43.410Z] Building docker-security-secretstore-setup-go [2021-02-04T04:38:44.835Z]  Building docker-support-notifications-go ... done Removing intermediate container a1c3be53de40 [2021-02-04T04:38:44.835Z] ---> eba42678efe0 [2021-02-04T04:38:44.835Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:38:44.835Z] Removing intermediate container 2398cf4c2d62 [2021-02-04T04:38:44.835Z] ---> 4e8f92437fb7 [2021-02-04T04:38:44.835Z] Step 22/23 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:38:45.106Z] Removing intermediate container db288eec1dba [2021-02-04T04:38:45.106Z] ---> 8a7b996788e3 [2021-02-04T04:38:45.106Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:38:47.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:38:47.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:38:47.691Z] ---> Running in 7d39d001f082 [2021-02-04T04:38:47.691Z] ---> Running in 565689bfed28 [2021-02-04T04:38:48.660Z] ---> 304be7339bb0 [2021-02-04T04:38:48.660Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:49.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:38:49.679Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:38:49.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:38:50.110Z] Removing intermediate container 7d39d001f082 [2021-02-04T04:38:50.110Z] ---> eae325b6fd16 [2021-02-04T04:38:50.110Z] [2021-02-04T04:38:50.110Z] Removing intermediate container 565689bfed28 [2021-02-04T04:38:50.110Z] ---> 10a3ec5df611 [2021-02-04T04:38:50.110Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:38:50.702Z] Successfully built eae325b6fd16 [2021-02-04T04:38:50.971Z] Successfully tagged docker-core-command-go:latest [2021-02-04T04:38:50.971Z] Building docker-support-scheduler-go [2021-02-04T04:38:51.235Z]  Building docker-core-command-go ... done  ---> 5b1dc14621fd [2021-02-04T04:38:51.235Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:38:51.235Z] ---> Running in 9d971b0168be [2021-02-04T04:38:52.218Z] Removing intermediate container 9d971b0168be [2021-02-04T04:38:52.218Z] ---> bc586af0a76a [2021-02-04T04:38:52.218Z] [2021-02-04T04:38:52.493Z] Successfully built bc586af0a76a [2021-02-04T04:38:53.081Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T04:38:53.081Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-04T04:38:53.684Z] ---> f02a27b4cb15 [2021-02-04T04:38:53.684Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:38:56.269Z] ---> Running in d79cf405816f [2021-02-04T04:38:58.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:38:58.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:38:58.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:38:58.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:38:58.095Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:38:58.095Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:38:58.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:58.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:58.491Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:38:58.491Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:38:58.491Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:38:58.491Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:38:59.071Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:38:59.072Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:38:59.072Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:39:05.293Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:05.293Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:05.293Z] ---> 6bf6887f5834 [2021-02-04T04:39:05.293Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:39:05.586Z] ---> Using cache [2021-02-04T04:39:05.586Z] ---> 2fb02ec158d6 [2021-02-04T04:39:05.586Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:05.586Z] ---> Using cache [2021-02-04T04:39:05.586Z] ---> 6e2edf64943e [2021-02-04T04:39:05.586Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:39:05.586Z] ---> Using cache [2021-02-04T04:39:05.586Z] ---> 568162997127 [2021-02-04T04:39:05.586Z] Step 6/31 : COPY go.mod . [2021-02-04T04:39:05.586Z] ---> Using cache [2021-02-04T04:39:05.586Z] ---> 1e97ac68d0d0 [2021-02-04T04:39:05.586Z] Step 7/31 : RUN go mod download [2021-02-04T04:39:05.586Z] ---> Using cache [2021-02-04T04:39:05.586Z] ---> 7cbdd0a0ce24 [2021-02-04T04:39:05.586Z] Step 8/31 : COPY . . [2021-02-04T04:39:05.872Z] ---> Using cache [2021-02-04T04:39:05.872Z] ---> ffbe3f3a99bd [2021-02-04T04:39:05.872Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:39:06.670Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:39:06.670Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:39:06.670Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:39:07.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:07.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:07.383Z] ---> 6bf6887f5834 [2021-02-04T04:39:07.383Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:39:07.383Z] ---> Using cache [2021-02-04T04:39:07.383Z] ---> 2fb02ec158d6 [2021-02-04T04:39:07.383Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:07.383Z] ---> Using cache [2021-02-04T04:39:07.383Z] ---> 6e2edf64943e [2021-02-04T04:39:07.383Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:39:07.383Z] ---> Using cache [2021-02-04T04:39:07.383Z] ---> 568162997127 [2021-02-04T04:39:07.383Z] Step 6/24 : COPY go.mod . [2021-02-04T04:39:07.383Z] ---> Using cache [2021-02-04T04:39:07.383Z] ---> 1e97ac68d0d0 [2021-02-04T04:39:07.383Z] Step 7/24 : RUN go mod download [2021-02-04T04:39:07.383Z] ---> Using cache [2021-02-04T04:39:07.383Z] ---> 7cbdd0a0ce24 [2021-02-04T04:39:07.383Z] Step 8/24 : COPY . . [2021-02-04T04:39:07.383Z] ---> Using cache [2021-02-04T04:39:07.383Z] ---> ffbe3f3a99bd [2021-02-04T04:39:07.383Z] 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:08.344Z] ---> Running in cca1b64f013a [2021-02-04T04:39:08.344Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:39:08.344Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:39:08.344Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:39:08.344Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:39:08.344Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:39:08.344Z] ---> Running in 04f4283103dc [2021-02-04T04:39:08.344Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:39:08.344Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:39:08.617Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:39:08.617Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:39:08.617Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:39:08.617Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:39:08.617Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:39:08.617Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:39:08.904Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:39:08.904Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:39:08.904Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:39:08.904Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:39:08.904Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:39:08.904Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:39:08.904Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:39:09.176Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:39:09.176Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:39:09.176Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:39:09.176Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:39:09.176Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:39:09.176Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:39:11.130Z] 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:12.095Z] 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:13.077Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:13.077Z] OK: 71 MiB in 55 packages [2021-02-04T04:39:13.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 46.0% of statements [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:39:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:39:13.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements [2021-02-04T04:39:21.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:39:21.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:39:21.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.113s coverage: 100.0% of statements [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:39:21.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.284s coverage: 65.8% of statements [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:39:21.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:39:23.260Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:23.260Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:23.260Z] ---> 6bf6887f5834 [2021-02-04T04:39:23.260Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:39:23.260Z] ---> Using cache [2021-02-04T04:39:23.260Z] ---> 2fb02ec158d6 [2021-02-04T04:39:23.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:23.260Z] ---> Using cache [2021-02-04T04:39:23.260Z] ---> 6e2edf64943e [2021-02-04T04:39:23.260Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:39:23.260Z] ---> Using cache [2021-02-04T04:39:23.260Z] ---> 568162997127 [2021-02-04T04:39:23.260Z] Step 6/22 : COPY go.mod . [2021-02-04T04:39:23.260Z] ---> Using cache [2021-02-04T04:39:23.260Z] ---> 1e97ac68d0d0 [2021-02-04T04:39:23.260Z] Step 7/22 : RUN go mod download [2021-02-04T04:39:23.260Z] ---> Using cache [2021-02-04T04:39:23.261Z] ---> 7cbdd0a0ce24 [2021-02-04T04:39:23.261Z] Step 8/22 : COPY . . [2021-02-04T04:39:23.261Z] ---> Using cache [2021-02-04T04:39:23.261Z] ---> ffbe3f3a99bd [2021-02-04T04:39:23.261Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:39:23.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:23.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:23.261Z] ---> 6bf6887f5834 [2021-02-04T04:39:23.261Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:39:23.261Z] ---> Using cache [2021-02-04T04:39:23.261Z] ---> 2fb02ec158d6 [2021-02-04T04:39:23.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:23.261Z] ---> Using cache [2021-02-04T04:39:23.261Z] ---> 6e2edf64943e [2021-02-04T04:39:23.261Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:39:23.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.722s coverage: 82.3% of statements [2021-02-04T04:39:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:39:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:39:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:39:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:39:24.220Z] ---> Running in 8c76406f31d8 [2021-02-04T04:39:24.221Z] ---> Running in e830312ef25d [2021-02-04T04:39:26.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:39:26.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:27.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:28.145Z] OK: 233 MiB in 51 packages [2021-02-04T04:39:29.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.269s coverage: 28.6% of statements [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:39:29.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:39:29.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2021-02-04T04:39:29.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:39:30.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements [2021-02-04T04:39:30.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:39:31.491Z] Removing intermediate container e830312ef25d [2021-02-04T04:39:31.491Z] ---> 3da23773c11b [2021-02-04T04:39:31.491Z] Step 6/23 : COPY go.mod . [2021-02-04T04:39:31.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2021-02-04T04:39:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:39:31.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-02-04T04:39:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:39:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:39:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:39:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:39:31.782Z] ---> cf82059d05a3 [2021-02-04T04:39:31.783Z] Step 7/23 : RUN go mod download [2021-02-04T04:39:31.783Z] Removing intermediate container d79cf405816f [2021-02-04T04:39:31.783Z] ---> d9db1b88804c [2021-02-04T04:39:31.783Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:39:31.783Z] ---> Running in 8a9a508aeb88 [2021-02-04T04:39:32.047Z] ---> Running in ea13286a1800 [2021-02-04T04:39:34.652Z] 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:39:34.652Z] 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:39:36.107Z] Removing intermediate container 8a9a508aeb88 [2021-02-04T04:39:36.107Z] ---> b444c1aa0daf [2021-02-04T04:39:36.107Z] Step 8/23 : COPY . . [2021-02-04T04:39:36.379Z] Collecting docker-compose==1.23.2 [2021-02-04T04:39:36.379Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:39:36.959Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:39:36.959Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:39:39.567Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:39:39.567Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:39:41.546Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:39:41.546Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:39:41.814Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:39:41.814Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:39:42.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.511s coverage: 92.8% of statements [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:39:42.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.1% of statements [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:39:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 45.5% of statements [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.088s coverage: 79.5% of statements [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.082s coverage: 94.1% of statements [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2021-02-04T04:39:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements [2021-02-04T04:39:43.273Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:39:43.545Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:39:44.962Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:39:45.550Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:39:48.923Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:39:49.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:39:51.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.133s coverage: 94.4% of statements [2021-02-04T04:39:51.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-02-04T04:39:52.072Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:39:52.072Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:39:52.658Z] 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:53.624Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:39:53.624Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:39:55.565Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:39:55.565Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:39:56.143Z] Removing intermediate container 04f4283103dc [2021-02-04T04:39:56.143Z] ---> 0771175c2034 [2021-02-04T04:39:56.143Z] [2021-02-04T04:39:56.143Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:39:56.143Z] ---> 389fef711851 [2021-02-04T04:39:56.143Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:39:56.407Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:39:56.407Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:39:56.987Z] 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:56.987Z] 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:57.253Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:39:57.253Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:39:57.527Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:39:57.527Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:39:57.527Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:39:57.527Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:39:57.812Z] Installing collected packages: texttable, docopt, cached-property, dockerpty, jsonschema, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-02-04T04:39:57.812Z] Running setup.py install for texttable: started [2021-02-04T04:39:58.386Z] ---> Running in eff886a62fb3 [2021-02-04T04:39:58.386Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:39:58.386Z] Running setup.py install for docopt: started [2021-02-04T04:39:58.386Z] Removing intermediate container cca1b64f013a [2021-02-04T04:39:58.386Z] ---> 51e09842927e [2021-02-04T04:39:58.386Z] [2021-02-04T04:39:58.386Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:39:58.654Z] ---> 389fef711851 [2021-02-04T04:39:58.654Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:39:58.918Z] ---> Running in 81b4d1569ac0 [2021-02-04T04:39:58.918Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:39:58.918Z] ---> 23d3c58e51fd [2021-02-04T04:39:58.918Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:39:59.202Z] Running setup.py install for dockerpty: started [2021-02-04T04:39:59.202Z] ---> Running in f6631afdf7fc [2021-02-04T04:39:59.202Z] Removing intermediate container 81b4d1569ac0 [2021-02-04T04:39:59.202Z] ---> f2c0e5e513b5 [2021-02-04T04:39:59.202Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:39:59.784Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:39:59.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:59.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:00.048Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:40:00.048Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:40:00.048Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:40:00.048Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:40:00.048Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:00.314Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:00.314Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:40:00.314Z] ---> Running in a8352a50c585 [2021-02-04T04:40:00.314Z] OK: 7 MiB in 19 packages [2021-02-04T04:40:00.314Z] Running setup.py install for PyYAML: started [2021-02-04T04:40:01.271Z] 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:40:01.873Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:40:01.873Z] Attempting uninstall: urllib3 [2021-02-04T04:40:01.873Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:40:01.873Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:40:01.873Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:40:02.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:02.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:02.692Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:02.692Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:40:02.692Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:02.959Z] OK: 6 MiB in 16 packages [2021-02-04T04:40:03.227Z] Attempting uninstall: idna [2021-02-04T04:40:03.227Z] Found existing installation: idna 2.9 [2021-02-04T04:40:03.227Z] Removing intermediate container 8c76406f31d8 [2021-02-04T04:40:03.227Z] ---> e375e34874f1 [2021-02-04T04:40:03.227Z] [2021-02-04T04:40:03.227Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:40:03.227Z] ---> 389fef711851 [2021-02-04T04:40:03.227Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:40:03.227Z] ---> Using cache [2021-02-04T04:40:03.227Z] ---> 5f3800a8d0f7 [2021-02-04T04:40:03.227Z] 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:03.227Z] ---> Using cache [2021-02-04T04:40:03.227Z] ---> 2397c4f2a451 [2021-02-04T04:40:03.227Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:40:03.227Z] Uninstalling idna-2.9: [2021-02-04T04:40:03.491Z] Successfully uninstalled idna-2.9 [2021-02-04T04:40:04.071Z] Attempting uninstall: requests [2021-02-04T04:40:04.071Z] Found existing installation: requests 2.23.0 [2021-02-04T04:40:04.071Z] Uninstalling requests-2.23.0: [2021-02-04T04:40:04.355Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:40:04.946Z] ---> Running in aaffd6353052 [2021-02-04T04:40:05.531Z] Removing intermediate container eff886a62fb3 [2021-02-04T04:40:05.531Z] ---> 97e82ce57a5d [2021-02-04T04:40:05.531Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:40:06.503Z] Removing intermediate container aaffd6353052 [2021-02-04T04:40:06.503Z] ---> 51e56db5f7c7 [2021-02-04T04:40:06.503Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:40:06.503Z] ---> Running in 99d988b6fb88 [2021-02-04T04:40:06.788Z] Removing intermediate container a8352a50c585 [2021-02-04T04:40:06.788Z] ---> 5062e040c2ba [2021-02-04T04:40:06.788Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:40:07.773Z] ---> Running in 4d0aa5b76dd1 [2021-02-04T04:40:08.053Z] ---> Running in 15e93aff5966 [2021-02-04T04:40:08.635Z] 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:40:08.908Z] Removing intermediate container 99d988b6fb88 [2021-02-04T04:40:08.908Z] ---> 63f4fcdc819d [2021-02-04T04:40:08.908Z] Step 13/24 : WORKDIR / [2021-02-04T04:40:09.505Z] Removing intermediate container 4d0aa5b76dd1 [2021-02-04T04:40:09.505Z] ---> 13fbaae2c9b2 [2021-02-04T04:40:09.505Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:09.505Z] Removing intermediate container 15e93aff5966 [2021-02-04T04:40:09.505Z] ---> 4fd88cead24c [2021-02-04T04:40:09.505Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.140s coverage: 92.9% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 63.5% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-02-04T04:40:09.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.854s coverage: 68.9% of statements [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:40:09.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:40:09.783Z] ---> Running in a54ac4e32777 [2021-02-04T04:40:10.065Z] ---> Running in 9688ba933332 [2021-02-04T04:40:10.335Z] ---> f82d7a02be84 [2021-02-04T04:40:10.335Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:40:11.300Z] Removing intermediate container a54ac4e32777 [2021-02-04T04:40:11.300Z] ---> 97e1935dead9 [2021-02-04T04:40:11.300Z] 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:11.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.331s coverage: 37.0% of statements [2021-02-04T04:40:11.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:40:11.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:40:11.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.687s coverage: 84.0% of statements [2021-02-04T04:40:11.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2021-02-04T04:40:12.699Z] Removing intermediate container 9688ba933332 [2021-02-04T04:40:12.699Z] ---> ccefa6842a56 [2021-02-04T04:40:12.699Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:40:12.699Z] ---> 7c2051779633 [2021-02-04T04:40:12.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:12.975Z] Removing intermediate container ea13286a1800 [2021-02-04T04:40:12.975Z] ---> ca8db56ef044 [2021-02-04T04:40:12.975Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:40:12.975Z] ---> 21835c06aaa3 [2021-02-04T04:40:12.975Z] 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:13.251Z] ---> Running in d2e4270006d8 [2021-02-04T04:40:13.251Z] ---> Running in f40efbc84c42 [2021-02-04T04:40:13.522Z] ---> 46a6e94957f4 [2021-02-04T04:40:13.522Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:40:14.486Z] ---> Running in cf20c8563131 [2021-02-04T04:40:14.487Z] ---> eceab4a15927 [2021-02-04T04:40:14.487Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:15.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:15.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:15.343Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:40:15.343Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:40:15.343Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:40:15.343Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:15.343Z] OK: 72 MiB in 58 packages [2021-02-04T04:40:15.343Z] Removing intermediate container cf20c8563131 [2021-02-04T04:40:15.343Z] ---> a5741fea17ee [2021-02-04T04:40:15.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:15.612Z] ---> 0d99330fb179 [2021-02-04T04:40:15.612Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:40:15.875Z] ---> Running in 4822d7d93f25 [2021-02-04T04:40:16.465Z] ---> b46394f92fad [2021-02-04T04:40:16.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:40:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.503s coverage: 47.0% of statements [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:40:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:40:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:40:18.508Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.244s coverage: 90.4% of statements [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:40:18.508Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:40:19.019Z] Removing intermediate container 4822d7d93f25 [2021-02-04T04:40:19.019Z] ---> f69036c0cbe7 [2021-02-04T04:40:19.019Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:40:19.019Z] Removing intermediate container f40efbc84c42 [2021-02-04T04:40:19.019Z] ---> 45e8a546ac25 [2021-02-04T04:40:19.019Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:40:19.019Z] Removing intermediate container d2e4270006d8 [2021-02-04T04:40:19.019Z] ---> 21caa2483358 [2021-02-04T04:40:19.019Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:40:19.019Z] ---> 8cb0413f3970 [2021-02-04T04:40:19.019Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:40:19.286Z] ---> Running in 4798344684d4 [2021-02-04T04:40:19.286Z] ---> Running in 7a5fbec0115e [2021-02-04T04:40:19.286Z] ---> Running in 81854710baca [2021-02-04T04:40:19.861Z] ---> 411685d61b8f [2021-02-04T04:40:19.861Z] 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:21.270Z] Removing intermediate container 7a5fbec0115e [2021-02-04T04:40:21.270Z] ---> 9b75982e9924 [2021-02-04T04:40:21.270Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:40:21.270Z] Removing intermediate container 4798344684d4 [2021-02-04T04:40:21.270Z] ---> f57f8be78715 [2021-02-04T04:40:21.270Z] Step 21/22 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:40:22.250Z] Removing intermediate container 81854710baca [2021-02-04T04:40:22.250Z] ---> f2dbf88c49e7 [2021-02-04T04:40:22.250Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:22.250Z] ---> Running in d13036ed8ff2 [2021-02-04T04:40:22.542Z] ---> Running in f2d45a7751d8 [2021-02-04T04:40:22.543Z] ---> Running in 8d0183f597b7 [2021-02-04T04:40:23.142Z] ---> de07d1207e14 [2021-02-04T04:40:23.142Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:40:23.142Z] Removing intermediate container f6631afdf7fc [2021-02-04T04:40:23.142Z] ---> 9f5ac7f2816e [2021-02-04T04:40:23.142Z] [2021-02-04T04:40:23.142Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:40:23.142Z] ---> 389fef711851 [2021-02-04T04:40:23.142Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:40:23.722Z] ---> Running in 0cc0a5158194 [2021-02-04T04:40:23.722Z] ---> Running in 163b3acba798 [2021-02-04T04:40:23.985Z] Removing intermediate container 8d0183f597b7 [2021-02-04T04:40:23.985Z] ---> b3c369eb7af0 [2021-02-04T04:40:23.985Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T04:40:23.985Z] Removing intermediate container f2d45a7751d8 [2021-02-04T04:40:23.985Z] ---> e660674e266e [2021-02-04T04:40:23.985Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:40:24.253Z] ---> Running in edadae023d7e [2021-02-04T04:40:24.520Z] ---> Running in 67f951867e58 [2021-02-04T04:40:24.520Z] Removing intermediate container 163b3acba798 [2021-02-04T04:40:24.520Z] ---> f897e5ec598d [2021-02-04T04:40:24.520Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:40:25.099Z] ---> Running in 56957f54be96 [2021-02-04T04:40:25.362Z] Removing intermediate container edadae023d7e [2021-02-04T04:40:25.362Z] ---> 9de76c6736b2 [2021-02-04T04:40:25.362Z] Step 25/26 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:40:25.625Z] Removing intermediate container 67f951867e58 [2021-02-04T04:40:25.625Z] ---> bfac2e4ac023 [2021-02-04T04:40:25.625Z] [2021-02-04T04:40:25.625Z] Removing intermediate container d13036ed8ff2 [2021-02-04T04:40:25.625Z] ---> 8cbd6603e4c9 [2021-02-04T04:40:25.625Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:40:25.889Z] Successfully built bfac2e4ac023 [2021-02-04T04:40:26.153Z] ---> Running in a51eb2a3da68 [2021-02-04T04:40:27.100Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T04:40:27.100Z]  Building docker-support-scheduler-go ... done Removing intermediate container 56957f54be96 [2021-02-04T04:40:27.100Z] ---> 3367e79bf45d [2021-02-04T04:40:27.100Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:40:27.362Z] ---> Running in 53c8f5f6233b [2021-02-04T04:40:27.623Z] ---> Running in 999394949a8c [2021-02-04T04:40:28.201Z] Removing intermediate container a51eb2a3da68 [2021-02-04T04:40:28.201Z] ---> c53cda424916 [2021-02-04T04:40:28.201Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:40:28.201Z] Removing intermediate container 0cc0a5158194 [2021-02-04T04:40:28.201Z] ---> c2255f97d16d [2021-02-04T04:40:28.201Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:28.201Z] Removing intermediate container 53c8f5f6233b [2021-02-04T04:40:28.201Z] ---> 7f80988756d5 [2021-02-04T04:40:28.201Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T04:40:28.201Z] ---> Running in 2e1d99ba6159 [2021-02-04T04:40:28.201Z] Removing intermediate container 999394949a8c [2021-02-04T04:40:28.201Z] ---> 388c81b9d9cb [2021-02-04T04:40:28.201Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:28.464Z] ---> Running in 9510e41f585d [2021-02-04T04:40:28.464Z] ---> Running in 874cb102c954 [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.403s coverage: 29.1% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 100.0% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:40:28.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-02-04T04:40:28.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-04T04:40:28.696Z] GO111MODULE=on go vet ./... [2021-02-04T04:40:28.733Z] Removing intermediate container 2e1d99ba6159 [2021-02-04T04:40:28.733Z] ---> df36339d6c02 [2021-02-04T04:40:28.733Z] [2021-02-04T04:40:28.733Z] Removing intermediate container 9510e41f585d [2021-02-04T04:40:28.733Z] ---> eda197c30f45 [2021-02-04T04:40:28.733Z] Step 23/24 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:40:28.733Z] ---> ae51f729bc04 [2021-02-04T04:40:28.733Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:40:28.996Z] ---> Running in 1dacc08e578f [2021-02-04T04:40:28.996Z] Successfully built df36339d6c02 [2021-02-04T04:40:28.996Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T04:40:28.996Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1dacc08e578f [2021-02-04T04:40:28.996Z] ---> 9155f22bb45c [2021-02-04T04:40:28.996Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:40:29.263Z] ---> Running in 9614bede8310 [2021-02-04T04:40:29.526Z] ---> 550fba2baa22 [2021-02-04T04:40:29.526Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:40:29.526Z] Removing intermediate container 9614bede8310 [2021-02-04T04:40:29.526Z] ---> aba6888c4c0a [2021-02-04T04:40:29.526Z] [2021-02-04T04:40:29.787Z] Successfully built aba6888c4c0a [2021-02-04T04:40:30.051Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T04:40:30.314Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 874cb102c954 [2021-02-04T04:40:30.314Z] ---> 148dc8e1c265 [2021-02-04T04:40:30.314Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:40:30.577Z] ---> 33faad7fa119 [2021-02-04T04:40:30.577Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:40:30.841Z] ---> Running in e29ce0d6961b [2021-02-04T04:40:31.417Z] ---> 5938f78a9f0b [2021-02-04T04:40:31.417Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:40:31.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:31.993Z] ---> 19625ff079f1 [2021-02-04T04:40:31.993Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:40:32.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:32.518Z] ---> Running in aed5aae0d0ff [2021-02-04T04:40:32.785Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:32.785Z] Removing intermediate container aed5aae0d0ff [2021-02-04T04:40:32.785Z] ---> b9ba7bac2020 [2021-02-04T04:40:32.785Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:40:32.785Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:40:33.047Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:40:33.047Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:40:33.310Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:40:33.310Z] ---> 6381e8209a30 [2021-02-04T04:40:33.310Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:40:33.571Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:40:33.840Z] ---> Running in da4c43393814 [2021-02-04T04:40:33.840Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:33.840Z] OK: 8 MiB in 20 packages [2021-02-04T04:40:34.793Z] Removing intermediate container e29ce0d6961b [2021-02-04T04:40:34.793Z] ---> a457f3361d15 [2021-02-04T04:40:34.793Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:35.741Z] ---> 6f2548d5e141 [2021-02-04T04:40:35.741Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:40:36.006Z] Removing intermediate container da4c43393814 [2021-02-04T04:40:36.006Z] ---> aa2df920aae3 [2021-02-04T04:40:36.006Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:40:36.581Z] ---> Running in 25842f380c95 [2021-02-04T04:40:37.159Z] ---> 0edaa7dc18c8 [2021-02-04T04:40:37.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:37.735Z] Removing intermediate container 25842f380c95 [2021-02-04T04:40:37.735Z] ---> 2f83a3bb8698 [2021-02-04T04:40:37.735Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:40:37.998Z] ---> 84854ffd928e [2021-02-04T04:40:37.998Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:40:38.260Z] ---> Running in fd660a6b762e [2021-02-04T04:40:38.528Z] ---> Running in 163a2acdf104 [2021-02-04T04:40:39.118Z] Removing intermediate container fd660a6b762e [2021-02-04T04:40:39.118Z] ---> a0d557e17d09 [2021-02-04T04:40:39.118Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T04:40:39.389Z] Removing intermediate container 163a2acdf104 [2021-02-04T04:40:39.389Z] ---> dfcae26f8f6e [2021-02-04T04:40:39.389Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:39.656Z] ---> Running in c714e348015d [2021-02-04T04:40:39.656Z] ---> Running in 03b180d0b589 [2021-02-04T04:40:40.607Z] Removing intermediate container c714e348015d [2021-02-04T04:40:40.607Z] ---> 9ccf9da14af3 [2021-02-04T04:40:40.607Z] Step 30/31 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:40:40.607Z] Removing intermediate container 03b180d0b589 [2021-02-04T04:40:40.607Z] ---> 937e79f87671 [2021-02-04T04:40:40.607Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:40:40.869Z] ---> Running in 74d468c0d39d [2021-02-04T04:40:40.869Z] ---> Running in dcb1e8624b4a [2021-02-04T04:40:41.817Z] Removing intermediate container 74d468c0d39d [2021-02-04T04:40:41.817Z] ---> 387ee77a25c4 [2021-02-04T04:40:41.817Z] Step 22/23 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:40:41.817Z] Removing intermediate container dcb1e8624b4a [2021-02-04T04:40:41.817Z] ---> f48bed702600 [2021-02-04T04:40:41.817Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:40:42.771Z] ---> Running in f4540194bccc [2021-02-04T04:40:42.771Z] ---> Running in 6c1c61bc83f4 [2021-02-04T04:40:43.713Z] Removing intermediate container f4540194bccc [2021-02-04T04:40:43.713Z] ---> 1135c29144eb [2021-02-04T04:40:43.713Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:40:43.713Z] Removing intermediate container 6c1c61bc83f4 [2021-02-04T04:40:43.713Z] ---> fde4823b89cd [2021-02-04T04:40:43.713Z] [2021-02-04T04:40:43.974Z] Successfully built fde4823b89cd [2021-02-04T04:40:43.974Z] ---> Running in 643d9ee5d1c4 [2021-02-04T04:40:43.974Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T04:40:44.547Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 643d9ee5d1c4 [2021-02-04T04:40:44.547Z] ---> 1427d8dc6dac [2021-02-04T04:40:44.547Z] [2021-02-04T04:40:44.809Z] Successfully built 1427d8dc6dac [2021-02-04T04:40:45.072Z] Successfully tagged docker-core-data-go:latest [2021-02-04T04:40:45.345Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T04:40:45.375Z] $ docker stop --time=1 cca670f205eae8f40865a75483d029851f4df759253558a0c1899897d911a648 [2021-02-04T04:40:47.354Z] $ docker rm -f cca670f205eae8f40865a75483d029851f4df759253558a0c1899897d911a648 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:40:48.029Z] + docker images [2021-02-04T04:40:48.029Z] + grep docker [2021-02-04T04:40:48.292Z] docker-core-data-go latest 1427d8dc6dac 4 seconds ago 22.3MB [2021-02-04T04:40:48.292Z] docker-security-bootstrapper-go latest fde4823b89cd 5 seconds ago 23.8MB [2021-02-04T04:40:48.292Z] docker-security-secretstore-setup-go latest aba6888c4c0a 19 seconds ago 24.6MB [2021-02-04T04:40:48.292Z] docker-sys-mgmt-agent-go latest df36339d6c02 20 seconds ago 313MB [2021-02-04T04:40:48.292Z] docker-support-scheduler-go latest bfac2e4ac023 24 seconds ago 17MB [2021-02-04T04:40:48.292Z] docker-core-metadata-go latest bc586af0a76a About a minute ago 18.8MB [2021-02-04T04:40:48.292Z] docker-core-command-go latest eae325b6fd16 2 minutes ago 16.9MB [2021-02-04T04:40:48.292Z] docker-support-notifications-go latest 42736bfd622d 2 minutes ago 17.5MB [2021-02-04T04:40:48.292Z] docker-security-proxy-setup-go latest 9c9ef1247293 2 minutes ago 24.4MB [2021-02-04T04:40:48.292Z] 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:41:04.017Z] Still waiting to schedule task [2021-02-04T04:41:04.017Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-02-04T04:41:50.519Z] gofmt -l . [2021-02-04T04:41:50.519Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:41:50.789Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:41:51.774Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:41:53.413Z] + ls -al . [2021-02-04T04:41:53.413Z] total 712 [2021-02-04T04:41:53.413Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 04:41 . [2021-02-04T04:41:53.413Z] drwxr-xr-x 4 root root 4096 Feb 4 04:37 .. [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:35 .dockerignore [2021-02-04T04:41:53.413Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 .git [2021-02-04T04:41:53.413Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 04:35 .github [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:35 .gitignore [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:35 .sonarcloud.properties [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:35 Attribution.txt [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:35 CONTRIBUTING.md [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:35 Dockerfile.build [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:35 Jenkinsfile [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:35 LICENSE [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:35 Makefile [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:35 README.md [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:35 SECURITY.md [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:35 ZMQWindows.md [2021-02-04T04:41:53.413Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 04:35 bin [2021-02-04T04:41:53.413Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:35 cmd [2021-02-04T04:41:53.413Z] -rw-r--r-- 1 root root 580808 Feb 4 04:40 coverage.out [2021-02-04T04:41:53.413Z] -rw-r--r-- 1 root root 1054 Feb 4 04:41 go.mod [2021-02-04T04:41:53.413Z] -rw-r--r-- 1 root root 19399 Feb 4 04:41 go.sum [2021-02-04T04:41:53.413Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:35 internal [2021-02-04T04:41:53.413Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:35 openapi [2021-02-04T04:41:53.413Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:35 snap [2021-02-04T04:41:53.413Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:35 version.go [Pipeline] sh [2021-02-04T04:41:54.074Z] + '[' -e coverage.out ] [2021-02-04T04:41:54.074Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:41:54.100Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T04:41:55.416Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:41:56.126Z] + make build [2021-02-04T04:41:56.126Z] 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:42:08.533Z] 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:42:35.393Z] 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:42:35.985Z] 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:42:42.716Z] 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:42:43.320Z] 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:42:47.896Z] Running on prd-ubuntu18.04-docker-8c-8g-24880 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-04T04:42:47.955Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-04T04:42:48.820Z] 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:42:50.283Z] using credential edgex-jenkins-ssh [2021-02-04T04:42:50.346Z] Cloning the remote Git repository [2021-02-04T04:42:50.101Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:50.171Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-04T04:42:50.199Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:50.199Z] > git --version # timeout=10 [2021-02-04T04:42:50.207Z] > git --version # 'git version 2.17.1' [2021-02-04T04:42:50.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:50.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:42:54.249Z] 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:57.634Z] 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:43:03.029Z] 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:43:05.636Z] 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:43:09.938Z] 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:43:14.250Z] 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:43:21.009Z] $ docker stop --time=1 8ac9921555086703a0a6b47411dfacfbac03417edf1f112a192b0be425014194 [2021-02-04T04:43:23.261Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:43:23.361Z] $ docker rm -f 8ac9921555086703a0a6b47411dfacfbac03417edf1f112a192b0be425014194 [2021-02-04T04:43:23.381Z] Merge succeeded, producing c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:43:23.382Z] Checking out Revision c43a3562738f7dd074dc1abac4861c648bf5d26f (PR-3113) [2021-02-04T04:43:22.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:43:22.764Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:43:22.773Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:43:22.784Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:43:22.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:43:22.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:43:23.251Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:43:23.256Z] > git checkout -f c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 [2021-02-04T04:43:23.327Z] > git remote # timeout=10 [2021-02-04T04:43:23.334Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:43:23.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:43:23.349Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:43:23.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:43:23.366Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:43:23.369Z] > git checkout -f c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:25.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:43:25.400Z] [2021-02-04T04:43:25.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:25.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:43:26.059Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T04:43:26.059Z] 29e5d40040c1: Pulling fs layer [2021-02-04T04:43:26.059Z] 1ce36da41761: Pulling fs layer [2021-02-04T04:43:26.059Z] 25b303627fd3: Pulling fs layer [2021-02-04T04:43:26.059Z] 29e5d40040c1: Download complete [2021-02-04T04:43:26.650Z] 29e5d40040c1: Pull complete [2021-02-04T04:43:26.924Z] 1ce36da41761: Verifying Checksum [2021-02-04T04:43:26.924Z] 1ce36da41761: Download complete [2021-02-04T04:43:27.057Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:43:27.915Z] 1ce36da41761: Pull complete [2021-02-04T04:43:28.244Z] + echo snap-build.sh [2021-02-04T04:43:28.244Z] snap-build.sh [2021-02-04T04:43:28.244Z] + SNAP_BASE_DIR=. [2021-02-04T04:43:28.244Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-02-04T04:43:28.244Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-02-04T04:43:28.244Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-02-04T04:43:28.244Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-02-04T04:43:28.244Z] + cd /w/workspace/edgex-go/5 [2021-02-04T04:43:28.244Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T04:43:28.244Z] Reading package lists... [2021-02-04T04:43:28.244Z] Building dependency tree... [2021-02-04T04:43:28.244Z] Reading state information... [2021-02-04T04:43:28.505Z] The following packages were automatically installed and are no longer required: [2021-02-04T04:43:28.505Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T04:43:28.505Z] uidmap xdelta3 [2021-02-04T04:43:28.505Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T04:43:28.505Z] The following packages will be REMOVED: [2021-02-04T04:43:28.505Z] lxd* lxd-client* [2021-02-04T04:43:28.511Z] 25b303627fd3: Download complete [2021-02-04T04:43:28.770Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T04:43:28.770Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T04:43:29.823Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-04T04:43:29.823Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:43:30.767Z] Removing lxd dnsmasq configuration [2021-02-04T04:43:30.767Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:43:31.029Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T04:43:31.971Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T04:43:31.971Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-04T04:43:31.971Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:43:33.355Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T04:43:33.355Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T04:43:34.743Z] + sudo snap remove --purge lxd [2021-02-04T04:43:34.743Z] snap "lxd" is not installed [2021-02-04T04:43:34.743Z] + sudo groupadd --force --system lxd [2021-02-04T04:43:34.743Z] ++ whoami [2021-02-04T04:43:34.743Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T04:43:34.743Z] + newgrp - lxd [2021-02-04T04:43:34.743Z] + sudo snap install lxd [2021-02-04T04:43:38.663Z] 25b303627fd3: Pull complete [2021-02-04T04:43:38.663Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T04:43:38.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:43:38.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T04:43:38.932Z] prd-ubuntu18.04-docker-arm64-4c-16g-24873 does not seem to be running inside a container [2021-02-04T04:43:39.039Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:43:42.170Z] $ docker top 85a8a3b49610792855e335ed9321cd0d480d97e68486aac4266cdbd2157a06fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:43:43.136Z] + docker-compose build --help [2021-02-04T04:43:43.136Z] + grep parallel [2021-02-04T04:43:43.952Z] 2021-02-04T04:43:41Z INFO Waiting for automatic snapd restart... [2021-02-04T04:43:47.427Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:43:47.479Z] $ docker stop --time=1 85a8a3b49610792855e335ed9321cd0d480d97e68486aac4266cdbd2157a06fe [2021-02-04T04:43:49.403Z] $ docker rm -f 85a8a3b49610792855e335ed9321cd0d480d97e68486aac4266cdbd2157a06fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:50.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:43:50.210Z] . [Pipeline] withDockerContainer [2021-02-04T04:43:50.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-24873 does not seem to be running inside a container [2021-02-04T04:43:50.662Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:43:52.076Z] $ docker top 6ee9be1433308f95fec4f59742d044bd8696c91622bb756123b1947b77577016 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:43:53.121Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:43:58.501Z] Building docker-core-command-go ... [2021-02-04T04:43:58.502Z] Building docker-core-data-go ... [2021-02-04T04:43:58.502Z] Building docker-core-metadata-go ... [2021-02-04T04:43:58.502Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:43:58.502Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:43:58.502Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:43:58.502Z] Building docker-support-notifications-go ... [2021-02-04T04:43:58.502Z] Building docker-support-scheduler-go ... [2021-02-04T04:43:58.502Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:43:58.502Z] Building docker-security-proxy-setup-go [2021-02-04T04:43:58.502Z] Building docker-core-metadata-go [2021-02-04T04:43:58.502Z] Building docker-support-scheduler-go [2021-02-04T04:43:58.502Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:43:58.502Z] Building docker-core-data-go [2021-02-04T04:44:02.167Z] lxd 4.10 from Canonical* installed [2021-02-04T04:44:02.167Z] + sudo lxd init --auto [2021-02-04T04:44:10.313Z] + sudo snap install --classic snapcraft [2021-02-04T04:44:15.626Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:44:15.626Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T04:44:15.626Z] + patch --verbose -p1 [2021-02-04T04:44:15.626Z] Hmm... Looks like a unified diff to me... [2021-02-04T04:44:15.626Z] The text leading up to this was: [2021-02-04T04:44:15.626Z] -------------------------- [2021-02-04T04:44:15.626Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T04:44:15.626Z] |From: Tony Espy [2021-02-04T04:44:15.626Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T04:44:15.626Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T04:44:15.626Z] | [2021-02-04T04:44:15.626Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T04:44:15.626Z] |optimize the snap CI check run for pull requests. When [2021-02-04T04:44:15.626Z] |applied, it essentially strips out everything (apps and [2021-02-04T04:44:15.626Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T04:44:15.626Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T04:44:15.626Z] |catch changes to edgex-go that break the snap build. [2021-02-04T04:44:15.626Z] | [2021-02-04T04:44:15.626Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T04:44:15.626Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T04:44:15.626Z] |resulting in a failed snap build CI check in the associated [2021-02-04T04:44:15.626Z] |pull request. [2021-02-04T04:44:15.626Z] | [2021-02-04T04:44:15.626Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T04:44:15.626Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T04:44:15.626Z] |need to build the finally binary .snap file (and it won't [2021-02-04T04:44:15.626Z] |work with the patch applied). This further reduces the build [2021-02-04T04:44:15.626Z] |time. [2021-02-04T04:44:15.626Z] |--- [2021-02-04T04:44:15.626Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T04:44:15.626Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T04:44:15.626Z] | [2021-02-04T04:44:15.626Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T04:44:15.626Z] |index 1e537489..faf42425 100644 [2021-02-04T04:44:15.626Z] |--- a/snap/snapcraft.yaml [2021-02-04T04:44:15.626Z] |+++ b/snap/snapcraft.yaml [2021-02-04T04:44:15.626Z] -------------------------- [2021-02-04T04:44:15.626Z] patching file snap/snapcraft.yaml [2021-02-04T04:44:15.626Z] Using Plan A... [2021-02-04T04:44:15.626Z] Hunk #1 succeeded at 73. [2021-02-04T04:44:15.626Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T04:44:15.626Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T04:44:15.627Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T04:44:15.627Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T04:44:15.627Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T04:44:15.627Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T04:44:15.627Z] Hunk #8 succeeded at 342. [2021-02-04T04:44:15.627Z] Hmm... Ignoring the trailing garbage. [2021-02-04T04:44:15.627Z] done [2021-02-04T04:44:15.627Z] + sudo snapcraft prime --use-lxd [2021-02-04T04:44:17.011Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T04:44:17.011Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-04T04:44:17.011Z] - README.md [2021-02-04T04:44:17.011Z] - snapcraft.yaml.orig [2021-02-04T04:44:17.011Z] [2021-02-04T04:44:17.011Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:44:17.587Z] Launching a container. [2021-02-04T04:44:29.838Z] Waiting for container to be ready [2021-02-04T04:44:29.838Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T04:44:29.838Z] [2021-02-04T04:44:32.387Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T04:44:32.387Z] Waiting for network to be ready... [2021-02-04T04:44:32.648Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:44:32.648Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:44:32.918Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:44:32.918Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:44:32.918Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:44:32.918Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:44:32.918Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:44:32.918Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:44:32.918Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:44:32.918Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:44:33.179Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:44:33.443Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:44:33.443Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:44:33.705Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:44:33.705Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:44:33.705Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:44:33.705Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:44:33.705Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:44:33.966Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:44:34.227Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:44:34.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:44:34.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:44:34.488Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:44:34.488Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:44:34.488Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:44:34.488Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:44:34.488Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:44:36.404Z] Fetched 23.9 MB in 4s (6195 kB/s) [2021-02-04T04:44:37.344Z] Reading package lists... [2021-02-04T04:44:37.344Z] Reading package lists... [2021-02-04T04:44:37.609Z] Building dependency tree... [2021-02-04T04:44:37.609Z] Reading state information... [2021-02-04T04:44:37.609Z] The following additional packages will be installed: [2021-02-04T04:44:37.609Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:44:37.609Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:44:37.609Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:44:37.609Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T04:44:37.609Z] Suggested packages: [2021-02-04T04:44:37.609Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T04:44:37.609Z] Recommended packages: [2021-02-04T04:44:37.609Z] gnupg libsasl2-modules [2021-02-04T04:44:37.609Z] The following NEW packages will be installed: [2021-02-04T04:44:37.609Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:44:37.609Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:44:37.609Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:44:37.609Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T04:44:37.609Z] The following packages will be upgraded: [2021-02-04T04:44:37.609Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T04:44:37.869Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T04:44:37.869Z] Need to get 3533 kB of archives. [2021-02-04T04:44:37.869Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T04:44:37.869Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T04:44:37.869Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T04:44:38.129Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T04:44:38.392Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T04:44:38.392Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T04:44:38.392Z] Get:6 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:38.392Z] Get:7 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:38.392Z] Get:8 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:38.392Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T04:44:38.653Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T04:44:38.653Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T04:44:38.653Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T04:44:38.654Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T04:44:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.654Z] 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:38.916Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:38.916Z] Fetched 3533 kB in 1s (3526 kB/s) [2021-02-04T04:44:38.916Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:44:38.916Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:38.916Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:39.182Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:44:39.182Z] Selecting previously unselected package udev. [2021-02-04T04:44:39.182Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:44:39.182Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:39.182Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T04:44:39.443Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T04:44:39.443Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:44:39.443Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:44:39.443Z] Selecting previously unselected package fuse. [2021-02-04T04:44:39.443Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:44:39.443Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:44:39.704Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:39.704Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:39.704Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:39.704Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:39.965Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:39.965Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:39.965Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T04:44:39.965Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T04:44:39.965Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:44:39.965Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T04:44:39.965Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:39.965Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:40.229Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T04:44:40.229Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:40.229Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:40.229Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T04:44:40.229Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:40.229Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:40.490Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T04:44:40.490Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:40.490Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:40.490Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T04:44:40.490Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:40.490Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:40.752Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T04:44:40.752Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:40.752Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:40.752Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T04:44:40.752Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:40.752Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:41.013Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T04:44:41.013Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:41.013Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:41.013Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T04:44:41.013Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:44:41.013Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:41.013Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T04:44:41.013Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:44:41.013Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:41.274Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T04:44:41.274Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:44:41.274Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:41.274Z] Selecting previously unselected package libldap-common. [2021-02-04T04:44:41.274Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T04:44:41.274Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:41.274Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T04:44:41.274Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T04:44:41.535Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:41.535Z] Selecting previously unselected package dirmngr. [2021-02-04T04:44:41.535Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:41.535Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:41.535Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:41.800Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:41.800Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:44:41.800Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:41.800Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:44:41.800Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:41.800Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:41.800Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:44:41.800Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:41.800Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T04:44:42.388Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T04:44:42.388Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.388Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T04:44:42.388Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:44:42.388Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:42.388Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.388Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.659Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.659Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.659Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.659Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.659Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:44:42.659Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:44:42.659Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:42.659Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:43.236Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T04:44:43.236Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T04:44:43.236Z] This means they are not meant to be enabled using systemctl. [2021-02-04T04:44:43.236Z] Possible reasons for having this kind of units are: [2021-02-04T04:44:43.236Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T04:44:43.236Z] .wants/ or .requires/ directory. [2021-02-04T04:44:43.236Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T04:44:43.236Z] a requirement dependency on it. [2021-02-04T04:44:43.236Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T04:44:43.236Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T04:44:43.236Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T04:44:43.236Z] instance name specified. [2021-02-04T04:44:43.496Z] Reading package lists... [2021-02-04T04:44:43.496Z] Building dependency tree... [2021-02-04T04:44:43.497Z] Reading state information... [2021-02-04T04:44:43.758Z] The following additional packages will be installed: [2021-02-04T04:44:43.758Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T04:44:43.758Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T04:44:43.758Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T04:44:43.758Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T04:44:43.758Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T04:44:43.758Z] Suggested packages: [2021-02-04T04:44:43.758Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T04:44:43.758Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T04:44:43.758Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T04:44:43.758Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T04:44:43.758Z] systemd-container policykit-1 [2021-02-04T04:44:43.758Z] Recommended packages: [2021-02-04T04:44:43.758Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T04:44:43.758Z] The following NEW packages will be installed: [2021-02-04T04:44:43.758Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T04:44:43.758Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T04:44:43.758Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T04:44:43.758Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T04:44:43.758Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T04:44:43.758Z] The following packages will be upgraded: [2021-02-04T04:44:43.758Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T04:44:43.758Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T04:44:43.758Z] Need to get 35.2 MB of archives. [2021-02-04T04:44:43.758Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T04:44:43.758Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T04:44:44.021Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T04:44:44.021Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T04:44:44.021Z] 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:44.021Z] 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:44.021Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T04:44:44.021Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T04:44:44.021Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T04:44:44.021Z] Get:9 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:44.021Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T04:44:44.021Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T04:44:44.021Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T04:44:44.021Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T04:44:44.021Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T04:44:44.021Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T04:44:44.021Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T04:44:44.021Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T04:44:44.282Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T04:44:44.851Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T04:44:44.851Z] Get:20 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:44.851Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T04:44:44.851Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T04:44:44.851Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T04:44:44.851Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T04:44:44.851Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T04:44:44.851Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T04:44:44.851Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T04:44:44.851Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T04:44:45.111Z] Get:29 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:45.111Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T04:44:46.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:46.053Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-02-04T04:44:46.053Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:46.053Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:46.313Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:46.884Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:46.884Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:46.884Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:44:46.884Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:46.884Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:44:46.884Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:44:47.150Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T04:44:47.150Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:47.150Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:44:47.413Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:44:47.676Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T04:44:47.676Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T04:44:47.937Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T04:44:48.198Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T04:44:48.198Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:44:48.198Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:44:48.459Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T04:44:48.459Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:48.459Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:48.459Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T04:44:48.459Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T04:44:48.459Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:44:48.720Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T04:44:48.720Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:48.720Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:49.036Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:44:49.036Z] Checking for services that may need to be restarted...done. [2021-02-04T04:44:49.036Z] Checking for services that may need to be restarted...done. [2021-02-04T04:44:49.296Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:49.296Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:44:49.296Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:49.580Z] Selecting previously unselected package python3-minimal. [2021-02-04T04:44:49.580Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T04:44:49.580Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:49.580Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:44:49.843Z] Selecting previously unselected package mime-support. [2021-02-04T04:44:49.843Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T04:44:49.843Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T04:44:49.843Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T04:44:49.843Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T04:44:49.843Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:44:49.843Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T04:44:49.843Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:49.843Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:50.104Z] Selecting previously unselected package python3.6. [2021-02-04T04:44:50.104Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:50.104Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:50.104Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T04:44:50.364Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:50.364Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:44:50.364Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:44:50.627Z] Selecting previously unselected package python3. [2021-02-04T04:44:50.627Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T04:44:50.627Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:50.627Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T04:44:50.627Z] Selecting previously unselected package multiarch-support. [2021-02-04T04:44:50.627Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:50.627Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:44:50.627Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:44:50.891Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T04:44:50.891Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T04:44:50.891Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T04:44:50.891Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:44:50.891Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T04:44:50.891Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T04:44:50.891Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:44:51.464Z] Selecting previously unselected package sudo. [2021-02-04T04:44:51.465Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:51.465Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:44:51.465Z] Selecting previously unselected package apparmor. [2021-02-04T04:44:51.465Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:44:51.465Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:44:51.725Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T04:44:51.725Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T04:44:51.725Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:44:51.725Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T04:44:51.725Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:51.725Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:51.725Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T04:44:51.725Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:51.986Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:51.986Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T04:44:51.986Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T04:44:51.986Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:44:51.986Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T04:44:51.986Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:51.986Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:52.248Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T04:44:52.248Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:52.248Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:52.248Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T04:44:52.248Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T04:44:52.248Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:44:52.509Z] Selecting previously unselected package openssh-client. [2021-02-04T04:44:52.509Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T04:44:52.509Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:44:52.509Z] Selecting previously unselected package squashfs-tools. [2021-02-04T04:44:52.509Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:44:52.509Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:44:52.770Z] Selecting previously unselected package snapd. [2021-02-04T04:44:52.770Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T04:44:52.770Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T04:44:54.683Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:44:54.683Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:44:54.683Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T04:44:54.946Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:44:54.946Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:44:54.946Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:54.946Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:55.206Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:55.206Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T04:44:55.779Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:44:56.042Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:44:56.042Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:44:56.042Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:56.042Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:56.042Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:56.616Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:44:57.191Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:57.453Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:44:57.453Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T04:44:57.453Z] running python rtupdate hooks for python3.6... [2021-02-04T04:44:57.453Z] running python post-rtupdate hooks for python3.6... [2021-02-04T04:44:57.453Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:44:58.849Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T04:44:58.849Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:58.849Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:44:59.115Z] Setting up snapd (2.48+18.04) ... [2021-02-04T04:44:59.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T04:44:59.641Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T04:44:59.641Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T04:44:59.901Z] 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:45:00.164Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:45:00.164Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:45:00.164Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T04:45:00.425Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T04:45:00.687Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T04:45:00.687Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T04:45:00.950Z] /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:45:00.950Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:45:00.950Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:45:01.920Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:45:01.920Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:45:02.183Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:45:03.402Z] Reading package lists... [2021-02-04T04:45:03.402Z] Reading package lists... [2021-02-04T04:45:03.402Z] Building dependency tree... [2021-02-04T04:45:03.402Z] Reading state information... [2021-02-04T04:45:03.665Z] Calculating upgrade... [2021-02-04T04:45:03.665Z] The following packages will be upgraded: [2021-02-04T04:45:03.665Z] advancecomp base-files bash binutils binutils-common [2021-02-04T04:45:03.665Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T04:45:03.665Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T04:45:03.665Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T04:45:03.665Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T04:45:03.665Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T04:45:03.665Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T04:45:03.665Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T04:45:03.665Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T04:45:03.665Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T04:45:03.665Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T04:45:03.665Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T04:45:03.665Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T04:45:03.665Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T04:45:03.665Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T04:45:03.926Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:45:03.926Z] Need to get 63.8 MB of archives. [2021-02-04T04:45:03.926Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T04:45:03.926Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T04:45:04.500Z] 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:45:04.500Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T04:45:04.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T04:45:04.500Z] 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:45:04.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T04:45:04.500Z] 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:45:04.500Z] 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:45:04.500Z] 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:45:04.500Z] 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:45:04.500Z] 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:45:04.500Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T04:45:04.500Z] 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:45:04.500Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T04:45:04.500Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T04:45:04.500Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T04:45:04.500Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T04:45:04.500Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T04:45:04.500Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T04:45:04.500Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T04:45:04.762Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T04:45:04.762Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T04:45:04.762Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T04:45:04.762Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T04:45:04.762Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T04:45:04.762Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T04:45:04.762Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T04:45:04.762Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T04:45:04.762Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T04:45:04.762Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T04:45:04.762Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T04:45:04.762Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T04:45:04.762Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T04:45:04.762Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T04:45:04.762Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T04:45:04.762Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T04:45:04.762Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T04:45:04.762Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T04:45:04.762Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T04:45:04.762Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T04:45:04.763Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T04:45:04.763Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T04:45:04.763Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T04:45:04.763Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T04:45:04.763Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T04:45:04.763Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T04:45:04.763Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T04:45:05.024Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T04:45:05.024Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T04:45:05.024Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T04:45:05.024Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T04:45:05.024Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T04:45:05.024Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T04:45:05.024Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T04:45:05.024Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T04:45:05.024Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T04:45:05.024Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T04:45:05.024Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T04:45:05.024Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T04:45:05.285Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T04:45:05.285Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T04:45:05.285Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T04:45:05.546Z] Get:63 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:45:05.546Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T04:45:05.546Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T04:45:05.546Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T04:45:05.546Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T04:45:05.546Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T04:45:05.546Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T04:45:05.546Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T04:45:05.808Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T04:45:05.808Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T04:45:05.808Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T04:45:05.808Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T04:45:05.808Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T04:45:05.808Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T04:45:05.808Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T04:45:05.808Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T04:45:05.808Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T04:45:05.808Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T04:45:05.808Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T04:45:05.808Z] Get:82 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:45:05.808Z] Get:83 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:45:05.808Z] Get:84 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:45:06.087Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T04:45:06.087Z] Get:86 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:45:06.087Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T04:45:06.087Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T04:45:06.087Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T04:45:06.355Z] Get:90 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:45:06.355Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T04:45:06.355Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T04:45:06.355Z] Get:93 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:45:06.355Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T04:45:06.355Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T04:45:06.355Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T04:45:06.355Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T04:45:06.355Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T04:45:06.355Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T04:45:06.495Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:45:06.495Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:45:06.495Z] ---> a182b89d4e8e [2021-02-04T04:45:06.495Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:45:06.495Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:45:06.495Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:45:06.495Z] ---> a182b89d4e8e [2021-02-04T04:45:06.495Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:45:06.495Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:45:06.495Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:45:06.495Z] ---> a182b89d4e8e [2021-02-04T04:45:06.495Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:45:06.495Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:45:06.495Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:45:06.495Z] ---> a182b89d4e8e [2021-02-04T04:45:06.495Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:45:06.495Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:45:06.495Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:45:06.495Z] ---> a182b89d4e8e [2021-02-04T04:45:06.495Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:45:06.626Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:45:06.626Z] Fetched 63.8 MB in 3s (23.7 MB/s) [2021-02-04T04:45:06.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:06.626Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:06.626Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:07.210Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:07.210Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:07.471Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T04:45:07.471Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T04:45:08.416Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:08.416Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:08.416Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:08.416Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:08.677Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:08.677Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:08.677Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:08.677Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:08.937Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:08.937Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:08.937Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:08.937Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:09.118Z] ---> Running in 040ea357a2c3 [2021-02-04T04:45:09.118Z] ---> Running in 54cfbe979e61 [2021-02-04T04:45:09.118Z] ---> Running in b50357b552ad [2021-02-04T04:45:09.118Z] ---> Running in 462c759fd000 [2021-02-04T04:45:09.118Z] ---> Running in 89ab72684b58 [2021-02-04T04:45:09.199Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:09.199Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:09.199Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:09.199Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:09.199Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:09.199Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T04:45:09.461Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:09.461Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:09.461Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:09.461Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:09.461Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:09.721Z] Removing intermediate container 040ea357a2c3 [2021-02-04T04:45:09.721Z] ---> 3596d407c376 [2021-02-04T04:45:09.721Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:45:09.721Z] Removing intermediate container 54cfbe979e61 [2021-02-04T04:45:09.721Z] ---> 59d6757f0fa3 [2021-02-04T04:45:09.721Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:45:09.721Z] Removing intermediate container 462c759fd000 [2021-02-04T04:45:09.721Z] ---> a2fd2d60a50d [2021-02-04T04:45:09.721Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:45:09.721Z] ---> Running in 282cb693bc6c [2021-02-04T04:45:09.721Z] Removing intermediate container 89ab72684b58 [2021-02-04T04:45:09.721Z] ---> 2ba14540a6ac [2021-02-04T04:45:09.721Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:45:09.722Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:09.722Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:09.722Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:45:09.983Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:09.983Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:09.983Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:09.998Z] Removing intermediate container b50357b552ad [2021-02-04T04:45:09.998Z] ---> d56c9a2fea10 [2021-02-04T04:45:09.998Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:45:09.998Z] ---> Running in 99d0da4eac9b [2021-02-04T04:45:09.998Z] ---> Running in 28e3e3a8963d [2021-02-04T04:45:10.253Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:10.269Z] ---> Running in 95c7a94ecdc9 [2021-02-04T04:45:10.270Z] ---> Running in b5f1f41def6d [2021-02-04T04:45:10.514Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:45:10.776Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:45:10.776Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T04:45:10.776Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T04:45:10.776Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T04:45:11.037Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T04:45:11.037Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T04:45:11.298Z] Installing new version of config file /etc/issue ... [2021-02-04T04:45:11.298Z] Installing new version of config file /etc/issue.net ... [2021-02-04T04:45:11.298Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T04:45:11.298Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T04:45:11.298Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T04:45:11.558Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T04:45:11.558Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T04:45:11.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:11.558Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T04:45:11.558Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T04:45:11.818Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T04:45:11.818Z] 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:11.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:11.818Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:11.818Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:12.079Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:12.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.079Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T04:45:12.079Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T04:45:12.338Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T04:45:12.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.338Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T04:45:12.338Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:45:12.600Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T04:45:12.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.861Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:12.861Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:12.861Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:12.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:12.861Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:13.122Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:13.122Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:13.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.122Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T04:45:13.122Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T04:45:13.384Z] Setting up grep (3.1-2build1) ... [2021-02-04T04:45:13.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.384Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:45:13.384Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:45:13.645Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T04:45:13.681Z] Removing intermediate container 282cb693bc6c [2021-02-04T04:45:13.681Z] ---> b1d140130ea1 [2021-02-04T04:45:13.681Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:45:13.681Z] ---> Running in f9e31e367b72 [2021-02-04T04:45:13.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.906Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:13.906Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:13.906Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:13.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:13.906Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:45:13.953Z] Removing intermediate container 99d0da4eac9b [2021-02-04T04:45:13.954Z] ---> 6ef590d6b020 [2021-02-04T04:45:13.954Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:45:13.954Z] Removing intermediate container 28e3e3a8963d [2021-02-04T04:45:13.954Z] ---> c11476626a2b [2021-02-04T04:45:13.954Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:45:14.167Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:14.225Z] ---> Running in e87aa9f65530 [2021-02-04T04:45:14.225Z] Removing intermediate container b5f1f41def6d [2021-02-04T04:45:14.225Z] ---> e56d9da6f2f2 [2021-02-04T04:45:14.225Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:45:14.428Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:45:14.428Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:14.500Z] ---> Running in e86e468b0fe6 [2021-02-04T04:45:14.500Z] Removing intermediate container 95c7a94ecdc9 [2021-02-04T04:45:14.500Z] ---> 0a432144cc5a [2021-02-04T04:45:14.500Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:45:14.500Z] ---> Running in f91cc66c1234 [2021-02-04T04:45:14.689Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:45:14.689Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:14.773Z] ---> Running in c7e4bc5b6d82 [2021-02-04T04:45:15.259Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:15.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:15.260Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T04:45:15.260Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:45:15.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:15.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:16.203Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:16.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:16.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:16.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:16.468Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:45:16.468Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:16.468Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:45:16.732Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:45:16.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:16.732Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T04:45:16.732Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T04:45:16.998Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T04:45:16.998Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:16.998Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:16.998Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:17.267Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:17.267Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:17.267Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:17.267Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:17.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:17.531Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:17.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:17.531Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:17.531Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:17.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:17.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:17.793Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:17.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:17.793Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:17.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:17.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:45:18.060Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:18.060Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:18.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:18.060Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:18.321Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:18.321Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:18.321Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:18.585Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:18.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:18.585Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:45:18.585Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:18.585Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:18.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:18.846Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:18.846Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:19.106Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:19.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:19.106Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:19.106Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:19.106Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:19.253Z] OK: 217 MiB in 51 packages [2021-02-04T04:45:19.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:19.367Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:19.367Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:19.863Z] OK: 217 MiB in 51 packages [2021-02-04T04:45:19.863Z] OK: 217 MiB in 51 packages [2021-02-04T04:45:19.937Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:20.199Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T04:45:20.199Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T04:45:20.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:20.459Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:45:20.459Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:45:20.461Z] Removing intermediate container e86e468b0fe6 [2021-02-04T04:45:20.461Z] ---> c46c5b4201bd [2021-02-04T04:45:20.461Z] Step 6/22 : COPY go.mod . [2021-02-04T04:45:20.720Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:20.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:45:20.720Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T04:45:20.720Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:45:20.743Z] OK: 217 MiB in 51 packages [2021-02-04T04:45:20.987Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:20.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:20.987Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T04:45:20.987Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T04:45:21.020Z] OK: 217 MiB in 51 packages [2021-02-04T04:45:21.248Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T04:45:21.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:21.509Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T04:45:21.509Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:45:21.510Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:45:21.645Z] Removing intermediate container f9e31e367b72 [2021-02-04T04:45:21.771Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:21.771Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T04:45:21.771Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:45:21.771Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:45:21.919Z] ---> bebacea0d5b3 [2021-02-04T04:45:21.919Z] Step 6/21 : COPY go.mod . [2021-02-04T04:45:21.919Z] ---> f2fe2f6417bf [2021-02-04T04:45:21.919Z] Step 7/22 : RUN go mod download [2021-02-04T04:45:21.919Z] Removing intermediate container c7e4bc5b6d82 [2021-02-04T04:45:21.919Z] ---> af174e11ac1f [2021-02-04T04:45:21.919Z] Step 6/23 : COPY go.mod . [2021-02-04T04:45:22.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:22.031Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:45:22.031Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:22.031Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:22.193Z] ---> Running in dac510a22b5d [2021-02-04T04:45:22.194Z] Removing intermediate container f91cc66c1234 [2021-02-04T04:45:22.194Z] ---> 423733ee8cb6 [2021-02-04T04:45:22.194Z] Step 6/23 : COPY go.mod . [2021-02-04T04:45:22.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:22.292Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:45:22.292Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:22.292Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:22.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:22.553Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:45:22.553Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:22.814Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:23.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:23.075Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:45:23.075Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:45:23.075Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:45:23.075Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:45:23.182Z] Removing intermediate container e87aa9f65530 [2021-02-04T04:45:23.182Z] ---> e38a6face49b [2021-02-04T04:45:23.182Z] Step 6/26 : COPY go.mod . [2021-02-04T04:45:23.182Z] ---> cfeed928cc3f [2021-02-04T04:45:23.182Z] Step 7/21 : RUN go mod download [2021-02-04T04:45:23.182Z] ---> 96651e0a2a72 [2021-02-04T04:45:23.182Z] Step 7/23 : RUN go mod download [2021-02-04T04:45:23.336Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:23.336Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:23.336Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:23.466Z] ---> Running in 1877e17c2d6f [2021-02-04T04:45:23.466Z] ---> Running in 1d4d7f202fef [2021-02-04T04:45:23.466Z] ---> 6e5cb09bf8c5 [2021-02-04T04:45:23.466Z] Step 7/23 : RUN go mod download [2021-02-04T04:45:23.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:23.597Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T04:45:23.597Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T04:45:23.741Z] ---> Running in 672ebce33ac2 [2021-02-04T04:45:23.861Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T04:45:23.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:23.861Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T04:45:23.861Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:45:24.123Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:45:24.341Z] ---> f24fe8efaf47 [2021-02-04T04:45:24.341Z] Step 7/26 : RUN go mod download [2021-02-04T04:45:24.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:24.384Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:24.384Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:45:24.384Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:45:24.619Z] ---> Running in 74fdc17e5469 [2021-02-04T04:45:24.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:24.645Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T04:45:24.645Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T04:45:24.645Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T04:45:24.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:24.645Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:45:24.905Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:45:25.165Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T04:45:25.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:25.165Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:45:25.426Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:45:25.426Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T04:45:25.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:25.426Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T04:45:25.687Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T04:45:25.687Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T04:45:25.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:25.948Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:25.948Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T04:45:25.948Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T04:45:25.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:25.948Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T04:45:25.948Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T04:45:26.209Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T04:45:26.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:26.209Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T04:45:26.209Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T04:45:26.469Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T04:45:26.610Z] Removing intermediate container dac510a22b5d [2021-02-04T04:45:26.610Z] ---> c21c7bba79f8 [2021-02-04T04:45:26.610Z] Step 8/22 : COPY . . [2021-02-04T04:45:26.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:26.731Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:45:26.731Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T04:45:26.731Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T04:45:26.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:45:26.731Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T04:45:26.731Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T04:45:26.992Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T04:45:26.992Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T04:45:26.992Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:45:26.992Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:45:26.992Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:45:27.253Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:45:27.253Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:45:27.253Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:45:27.513Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T04:45:27.513Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T04:45:27.513Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:45:27.775Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T04:45:27.775Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:45:27.775Z] 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:27.775Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T04:45:27.775Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T04:45:28.035Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T04:45:28.035Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T04:45:28.035Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T04:45:28.296Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T04:45:28.296Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T04:45:28.296Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T04:45:28.558Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T04:45:28.558Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T04:45:28.819Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T04:45:28.819Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T04:45:29.762Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T04:45:29.762Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T04:45:29.762Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:45:29.762Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T04:45:29.762Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:29.762Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:30.056Z] Removing intermediate container 1877e17c2d6f [2021-02-04T04:45:30.056Z] ---> 127121986a31 [2021-02-04T04:45:30.056Z] Step 8/21 : COPY . . [2021-02-04T04:45:30.057Z] Removing intermediate container 672ebce33ac2 [2021-02-04T04:45:30.057Z] ---> 534f226ae600 [2021-02-04T04:45:30.057Z] Step 8/23 : COPY . . [2021-02-04T04:45:30.333Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:30.333Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:30.333Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:30.333Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:30.333Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:45:30.597Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:45:30.597Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:30.597Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:30.666Z] Removing intermediate container 74fdc17e5469 [2021-02-04T04:45:30.666Z] ---> 955d75c2756f [2021-02-04T04:45:30.666Z] Step 8/26 : COPY . . [2021-02-04T04:45:30.666Z] Removing intermediate container 1d4d7f202fef [2021-02-04T04:45:30.666Z] ---> 7bc68d66e414 [2021-02-04T04:45:30.666Z] Step 8/23 : COPY . . [2021-02-04T04:45:30.858Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:30.858Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:30.859Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:30.859Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:31.119Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:31.119Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:32.061Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:32.061Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:33.003Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:33.003Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:33.573Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:33.573Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:33.834Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:33.834Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:34.896Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:45:34.896Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:45:34.896Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:45:34.896Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:45:35.327Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:45:35.327Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:45:35.327Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:45:35.327Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:45:35.327Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T04:45:35.327Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T04:45:35.641Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:45:35.641Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:45:35.641Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:45:35.641Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:45:35.641Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T04:45:35.641Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T04:45:35.641Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:35.945Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:45:35.945Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:35.945Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:35.945Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:35.945Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T04:45:35.945Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T04:45:35.945Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T04:45:35.945Z] [2021-02-04T04:45:35.945Z] Current default time zone: 'Etc/UTC' [2021-02-04T04:45:35.945Z] Local time is now: Thu Feb 4 04:45:35 UTC 2021. [2021-02-04T04:45:35.945Z] Universal Time is now: Thu Feb 4 04:45:35 UTC 2021. [2021-02-04T04:45:35.945Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T04:45:35.945Z] [2021-02-04T04:45:36.243Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T04:45:36.243Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:36.243Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T04:45:36.243Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:45:36.243Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T04:45:36.243Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T04:45:36.243Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:36.243Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:45:36.243Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T04:45:36.243Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:45:36.243Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:36.243Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:45:36.505Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:36.505Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:36.505Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:36.765Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T04:45:36.765Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:36.765Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T04:45:36.765Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:45:36.765Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T04:45:36.765Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T04:45:36.765Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:36.765Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T04:45:38.679Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:45:39.619Z] 23 added, 27 removed; done. [2021-02-04T04:45:39.619Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:45:39.619Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:45:39.619Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T04:45:39.619Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T04:45:39.619Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T04:45:39.619Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:39.619Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:39.881Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:39.881Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:39.881Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:39.881Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:39.881Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:39.881Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T04:45:39.881Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:39.881Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:45:39.881Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T04:45:40.140Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:45:40.140Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:40.140Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:45:40.140Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:45:40.140Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T04:45:40.140Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:45:40.400Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:40.400Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:45:40.400Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T04:45:40.400Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T04:45:40.400Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:45:40.969Z] 0 added, 0 removed; done. [2021-02-04T04:45:40.969Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T04:45:40.969Z] done. [2021-02-04T04:45:41.546Z] Reading package lists... [2021-02-04T04:45:41.546Z] Building dependency tree... [2021-02-04T04:45:41.546Z] Reading state information... [2021-02-04T04:45:41.806Z] The following NEW packages will be installed: [2021-02-04T04:45:41.806Z] apt-transport-https [2021-02-04T04:45:41.806Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:45:41.806Z] Need to get 1696 B of archives. [2021-02-04T04:45:41.806Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T04:45:41.806Z] 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:41.806Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:45:41.806Z] Fetched 1696 B in 0s (40.2 kB/s) [2021-02-04T04:45:41.806Z] Selecting previously unselected package apt-transport-https. [2021-02-04T04:45:41.806Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T04:45:41.806Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T04:45:41.806Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:45:42.066Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:45:42.328Z] Waiting for network to be ready... [2021-02-04T04:45:47.627Z] 2021-02-04T04:45:45Z INFO Waiting for automatic snapd restart... [2021-02-04T04:45:47.627Z] snapd 2.48.2 from Canonical* installed [2021-02-04T04:45:48.580Z] "snapd" switched to the "latest/stable" channel [2021-02-04T04:45:48.580Z] [2021-02-04T04:45:51.145Z] core18 20201210 from Canonical* installed [2021-02-04T04:45:51.145Z] "core18" switched to the "latest/stable" channel [2021-02-04T04:45:51.145Z] [2021-02-04T04:45:54.445Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:45:54.445Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T04:45:54.445Z] [2021-02-04T04:45:57.544Z] ---> 6e8af1059acb [2021-02-04T04:45:57.544Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:45:57.544Z] ---> Running in d71dcaabce81 [2021-02-04T04:45:57.544Z] ---> 9b65317e480f [2021-02-04T04:45:57.544Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:45:57.544Z] ---> 5f0600f07f84 [2021-02-04T04:45:57.544Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:45:57.544Z] ---> e54ccae63ee5 [2021-02-04T04:45:57.544Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:45:57.544Z] ---> e64042836730 [2021-02-04T04:45:57.544Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:45:57.544Z] ---> Running in c26c6491a3b1 [2021-02-04T04:45:57.544Z] ---> Running in a7b9cd8dd660 [2021-02-04T04:45:57.544Z] ---> Running in 92fee18cf29f [2021-02-04T04:45:57.544Z] ---> Running in b97f288e2856 [2021-02-04T04:45:57.544Z] 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:45:57.544Z] 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:45:57.742Z] 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:45:57.742Z] - README.md [2021-02-04T04:45:57.742Z] - snapcraft.yaml.orig [2021-02-04T04:45:57.742Z] [2021-02-04T04:45:57.742Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:45:57.817Z] 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:45:57.817Z] 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:58.092Z] 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:46:04.324Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:04.324Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:46:04.324Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:46:04.324Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:46:05.264Z] Reading package lists... [2021-02-04T04:46:05.525Z] 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:12.112Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:12.112Z] Reading package lists... [2021-02-04T04:46:12.112Z] Building dependency tree... [2021-02-04T04:46:12.112Z] Reading state information... [2021-02-04T04:46:12.112Z] Suggested packages: [2021-02-04T04:46:12.112Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T04:46:12.112Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T04:46:12.112Z] Recommended packages: [2021-02-04T04:46:12.112Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T04:46:12.112Z] The following NEW packages will be installed: [2021-02-04T04:46:12.112Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T04:46:12.112Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T04:46:12.112Z] pkg-config zip [2021-02-04T04:46:12.112Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:46:12.112Z] Need to get 7655 kB of archives. [2021-02-04T04:46:12.112Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T04:46:12.112Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T04:46:12.112Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T04:46:12.112Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T04:46:12.112Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T04:46:12.112Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T04:46:12.112Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T04:46:12.112Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T04:46:12.372Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T04:46:12.372Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T04:46:12.372Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T04:46:12.372Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T04:46:12.632Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T04:46:12.632Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T04:46:12.632Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T04:46:12.632Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T04:46:12.892Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:46:12.892Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-02-04T04:46:12.892Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T04:46:12.892Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T04:46:12.892Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T04:46:12.892Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:46:13.152Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T04:46:13.152Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T04:46:13.152Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:46:13.152Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T04:46:13.152Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T04:46:13.152Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:46:13.152Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T04:46:13.152Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T04:46:13.152Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:46:13.413Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T04:46:13.413Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T04:46:13.413Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:46:13.413Z] Selecting previously unselected package liberror-perl. [2021-02-04T04:46:13.413Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T04:46:13.413Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T04:46:13.413Z] Selecting previously unselected package git-man. [2021-02-04T04:46:13.413Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T04:46:13.413Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:13.673Z] Selecting previously unselected package git. [2021-02-04T04:46:13.673Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T04:46:13.673Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:14.623Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T04:46:14.624Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T04:46:14.624Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:46:14.624Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T04:46:14.624Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T04:46:14.624Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:46:14.884Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T04:46:14.884Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T04:46:14.884Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:46:14.884Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T04:46:14.884Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:46:14.884Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:15.145Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T04:46:15.145Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:46:15.145Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:15.145Z] Selecting previously unselected package pkg-config. [2021-02-04T04:46:15.145Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T04:46:15.145Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:46:15.409Z] Selecting previously unselected package zip. [2021-02-04T04:46:15.409Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T04:46:15.409Z] Unpacking zip (3.0-11build1) ... [2021-02-04T04:46:15.409Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:46:15.409Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:15.409Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:46:15.409Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T04:46:15.409Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:46:15.409Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:46:15.409Z] No schema files found: doing nothing. [2021-02-04T04:46:15.409Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:46:15.669Z] Setting up zip (3.0-11build1) ... [2021-02-04T04:46:15.669Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:46:15.669Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:46:15.669Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:46:15.669Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:15.669Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:46:15.669Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:46:15.669Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:46:15.669Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:46:22.253Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:22.253Z] git set to automatically installed. [2021-02-04T04:46:22.253Z] git-man set to automatically installed. [2021-02-04T04:46:22.253Z] libcurl3-gnutls set to automatically installed. [2021-02-04T04:46:22.253Z] liberror-perl set to automatically installed. [2021-02-04T04:46:22.253Z] libglib2.0-0 set to automatically installed. [2021-02-04T04:46:22.253Z] libnghttp2-14 set to automatically installed. [2021-02-04T04:46:22.253Z] libnorm1 set to automatically installed. [2021-02-04T04:46:22.253Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T04:46:22.253Z] libpsl5 set to automatically installed. [2021-02-04T04:46:22.253Z] librtmp1 set to automatically installed. [2021-02-04T04:46:22.253Z] libsodium23 set to automatically installed. [2021-02-04T04:46:22.253Z] libzmq3-dev set to automatically installed. [2021-02-04T04:46:22.253Z] libzmq5 set to automatically installed. [2021-02-04T04:46:22.253Z] pkg-config set to automatically installed. [2021-02-04T04:46:22.253Z] zip set to automatically installed. [2021-02-04T04:46:24.169Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T04:46:30.768Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:46:30.768Z] snap "core18" has no updates available [2021-02-04T04:46:31.340Z] Pulling config-common [2021-02-04T04:46:32.285Z] Pulling go-build-helper [2021-02-04T04:46:54.338Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:46:54.338Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:46:54.338Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:46:54.338Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:46:54.338Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:46:54.338Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:46:54.338Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:46:54.338Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:46:54.338Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:46:54.338Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:46:54.338Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:46:54.338Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:46:54.338Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:46:54.338Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:46:54.338Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:46:54.338Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:46:54.338Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:46:54.338Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:46:54.338Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:46:54.338Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:46:54.338Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:46:54.338Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:46:54.338Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:46:54.338Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:46:54.338Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:46:54.338Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:46:54.338Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:46:54.338Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T04:46:54.338Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T04:46:54.338Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T04:46:54.338Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T04:46:54.338Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T04:46:54.338Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T04:46:54.338Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T04:46:54.338Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T04:46:54.338Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T04:46:54.338Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T04:46:54.338Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T04:46:54.338Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T04:46:54.338Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T04:46:54.338Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T04:46:54.338Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T04:46:54.338Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T04:46:54.338Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T04:46:54.338Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T04:46:54.339Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T04:46:54.339Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T04:46:54.339Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T04:46:54.339Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T04:46:54.339Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T04:46:54.339Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T04:46:54.339Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T04:46:54.339Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T04:46:54.339Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T04:46:54.339Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T04:46:54.339Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T04:46:54.339Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T04:46:54.339Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T04:46:54.339Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T04:46:54.339Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T04:46:54.339Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T04:46:54.339Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T04:46:54.339Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T04:46:54.339Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T04:46:54.339Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T04:46:56.254Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T04:46:56.254Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T04:46:56.254Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T04:46:56.254Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T04:46:56.254Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T04:46:56.254Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T04:46:56.254Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T04:46:56.254Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T04:46:56.254Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T04:46:56.254Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T04:46:56.254Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T04:46:56.254Z] Pulling static-packages [2021-02-04T04:46:57.212Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T04:46:57.212Z] Skipping pull go-build-helper (already ran) [2021-02-04T04:46:57.212Z] Skipping pull static-packages (already ran) [2021-02-04T04:46:57.212Z] Building go-build-helper [2021-02-04T04:47:00.516Z] Building static-packages [2021-02-04T04:47:02.433Z] Staging go-build-helper [2021-02-04T04:47:04.342Z] Staging static-packages [2021-02-04T04:47:04.342Z] Pulling go115 [2021-02-04T04:47:05.309Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T04:47:05.309Z] Skipping pull go115 (already ran) [2021-02-04T04:47:05.309Z] Building go115 [2021-02-04T04:47:05.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:47:05.309Z] Dload Upload Total Spent Left Speed [2021-02-04T04:47:08.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 21.9M 0 0 28.9M 0 0:00:03 --:--:-- 0:00:03 28.9M 50 115M 50 58.0M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 33.0M 80 115M 80 92.5M 0 0 33.8M 0 0:00:03 0:00:02 0:00:01 33.8M 100 115M 100 115M 0 0 34.6M 0 0:00:03 0:00:03 --:--:-- 34.6M [2021-02-04T04:47:08.897Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T04:47:13.113Z] Staging go115 [2021-02-04T04:47:18.402Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:47:18.402Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:47:18.402Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:47:18.402Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T04:47:18.402Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T04:47:18.402Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T04:47:18.402Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T04:47:18.402Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T04:47:18.402Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T04:47:18.402Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T04:47:18.402Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T04:47:18.402Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T04:47:18.402Z] Pulling edgex-go [2021-02-04T04:47:18.977Z] Pulling version [2021-02-04T04:47:19.919Z] Building config-common [2021-02-04T04:47:21.843Z] Skipping build go-build-helper (already ran) [2021-02-04T04:47:21.843Z] Skipping build static-packages (already ran) [2021-02-04T04:47:21.843Z] Skipping build go115 (already ran) [2021-02-04T04:47:21.843Z] Building edgex-go [2021-02-04T04:47:22.106Z] 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:23.496Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-04T04:47:23.497Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T04:47:23.497Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 [2021-02-04T04:47:23.497Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T04:47:23.497Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T04:47:23.497Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T04:47:23.497Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T04:47:23.497Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T04:47:23.497Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T04:47:23.497Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T04:47:23.497Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T04:47:23.497Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T04:47:23.497Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T04:47:23.497Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T04:47:23.497Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T04:47:23.497Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T04:47:23.497Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T04:47:23.497Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T04:47:23.766Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T04:47:23.766Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T04:47:23.766Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T04:47:23.766Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T04:47:23.766Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T04:47:23.766Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T04:47:23.766Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T04:47:24.033Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T04:47:24.297Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T04:47:30.885Z] 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:47:34.192Z] 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:47:35.004Z] 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:47:35.573Z] 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:47:36.512Z] 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:47:36.773Z] 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:47:36.773Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T04:47:37.032Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T04:47:37.032Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T04:47:37.032Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T04:47:38.426Z] 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:47:38.426Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T04:47:38.426Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T04:47:39.319Z] Removing intermediate container a7b9cd8dd660 [2021-02-04T04:47:39.319Z] ---> 9d6190208f02 [2021-02-04T04:47:39.319Z] [2021-02-04T04:47:39.319Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:47:39.597Z] 3.12: Pulling from library/alpine [2021-02-04T04:47:39.815Z] 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:47:40.757Z] 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:47:40.757Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T04:47:41.611Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:47:41.611Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:47:41.611Z] ---> afeebe901d6b [2021-02-04T04:47:41.611Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:47:42.157Z] 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:47:42.218Z] ---> Running in b63d438005f3 [2021-02-04T04:47:42.737Z] 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:47:43.309Z] 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:47:43.567Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T04:47:44.507Z] 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:47:44.507Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T04:47:44.960Z] Removing intermediate container c26c6491a3b1 [2021-02-04T04:47:44.960Z] ---> 875fd268f7e7 [2021-02-04T04:47:44.960Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:47:44.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:44.960Z] ---> Running in 38c609bc3038 [2021-02-04T04:47:45.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:47:46.280Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:47:46.280Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:47:46.280Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:47:46.280Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:47:46.280Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:47:46.560Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:47:46.836Z] OK: 7 MiB in 18 packages [2021-02-04T04:47:47.047Z] Building version [2021-02-04T04:47:47.112Z] 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:47:48.968Z] Staging config-common [2021-02-04T04:47:49.743Z] Removing intermediate container b63d438005f3 [2021-02-04T04:47:49.743Z] ---> 55d1c90a1e0c [2021-02-04T04:47:49.743Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:47:49.909Z] Skipping stage go-build-helper (already ran) [2021-02-04T04:47:49.909Z] Skipping stage static-packages (already ran) [2021-02-04T04:47:49.909Z] Skipping stage go115 (already ran) [2021-02-04T04:47:49.909Z] Staging edgex-go [2021-02-04T04:47:50.018Z] ---> Running in 9c90c1db0fca [2021-02-04T04:47:50.621Z] Removing intermediate container 9c90c1db0fca [2021-02-04T04:47:50.621Z] ---> e746989eb773 [2021-02-04T04:47:50.621Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:47:50.864Z] Staging version [2021-02-04T04:47:50.903Z] ---> Running in 387ac9fbce40 [2021-02-04T04:47:51.434Z] Priming config-common [2021-02-04T04:47:51.510Z] Removing intermediate container 387ac9fbce40 [2021-02-04T04:47:51.510Z] ---> 0e3f5ae363f5 [2021-02-04T04:47:51.510Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:47:52.383Z] Priming go-build-helper [2021-02-04T04:47:53.326Z] Priming static-packages [2021-02-04T04:47:53.499Z] ---> dbd4e2eaacb1 [2021-02-04T04:47:53.499Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:47:53.499Z] Removing intermediate container 38c609bc3038 [2021-02-04T04:47:53.499Z] ---> e0ddbc77d7dc [2021-02-04T04:47:53.499Z] [2021-02-04T04:47:53.499Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:47:53.499Z] 20.10.0: Pulling from library/docker [2021-02-04T04:47:55.881Z] Priming go115 [2021-02-04T04:47:56.149Z] ---> a643dde18d23 [2021-02-04T04:47:56.149Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:47:56.459Z] Priming edgex-go [2021-02-04T04:47:57.844Z] Priming version [2021-02-04T04:47:58.787Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-04T04:48:00.483Z] ---> abdbc82a95a2 [2021-02-04T04:48:00.483Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-04T04:48:00.764Z] ---> Running in 27bc44ec8b66 [Pipeline] // stage [Pipeline] } [2021-02-04T04:48:02.220Z] Removing intermediate container 27bc44ec8b66 [2021-02-04T04:48:02.220Z] ---> 5ad534ef37d0 [2021-02-04T04:48:02.220Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:48:02.828Z] ---> Running in f93a4429d57f [2021-02-04T04:48:03.826Z] Removing intermediate container d71dcaabce81 [2021-02-04T04:48:03.826Z] ---> e924852a2edd [2021-02-04T04:48:03.826Z] [2021-02-04T04:48:03.826Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:48:03.826Z] ---> afeebe901d6b [2021-02-04T04:48:03.826Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:48:04.441Z] ---> Running in 3afe5048dc95 [2021-02-04T04:48:04.441Z] Removing intermediate container f93a4429d57f [2021-02-04T04:48:04.441Z] ---> 3e00db87da67 [2021-02-04T04:48:04.441Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T04:48:05.039Z] ---> Running in 8a5dd4ac0bab [2021-02-04T04:48:06.025Z] Removing intermediate container 8a5dd4ac0bab [2021-02-04T04:48:06.025Z] ---> 34d5a9573a5c [2021-02-04T04:48:06.025Z] Step 20/21 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:48:06.626Z] ---> Running in 64d78f8c43e3 [2021-02-04T04:48:06.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:07.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:07.522Z] Removing intermediate container 64d78f8c43e3 [2021-02-04T04:48:07.522Z] ---> 1469109c31b1 [2021-02-04T04:48:07.522Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:48:07.813Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:48:07.813Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:48:07.813Z] OK: 5 MiB in 15 packages [2021-02-04T04:48:07.813Z] ---> Running in 25dc06ba7b68 [2021-02-04T04:48:08.805Z] Removing intermediate container 25dc06ba7b68 [2021-02-04T04:48:08.805Z] ---> a9cf244b1e1b [2021-02-04T04:48:08.805Z] [2021-02-04T04:48:09.791Z] Successfully built a9cf244b1e1b [2021-02-04T04:48:09.791Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T04:48:09.791Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-04T04:48:10.773Z] Removing intermediate container 3afe5048dc95 [2021-02-04T04:48:10.773Z] ---> f7e7af66e083 [2021-02-04T04:48:10.773Z] 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:48:11.377Z] ---> Running in 7127d556421b [2021-02-04T04:48:14.015Z] Removing intermediate container 7127d556421b [2021-02-04T04:48:14.015Z] ---> 1e1d4364328d [2021-02-04T04:48:14.015Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:48:15.008Z] Removing intermediate container 92fee18cf29f [2021-02-04T04:48:15.008Z] ---> 40d84b3ab8af [2021-02-04T04:48:15.008Z] [2021-02-04T04:48:15.008Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:48:15.008Z] ---> afeebe901d6b [2021-02-04T04:48:15.008Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:48:15.008Z] ---> Using cache [2021-02-04T04:48:15.008Z] ---> f7e7af66e083 [2021-02-04T04:48:15.008Z] 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:48:15.008Z] ---> Using cache [2021-02-04T04:48:15.008Z] ---> 1e1d4364328d [2021-02-04T04:48:15.008Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:48:15.008Z] ---> Running in 7fc5aba82f73 [2021-02-04T04:48:16.011Z] ---> Running in ac33b0ee2906 [2021-02-04T04:48:16.011Z] Removing intermediate container 7fc5aba82f73 [2021-02-04T04:48:16.011Z] ---> 743da81aaa11 [2021-02-04T04:48:16.011Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:48:16.624Z] ---> Running in 0336da93e92b [2021-02-04T04:48:16.624Z] Removing intermediate container ac33b0ee2906 [2021-02-04T04:48:16.624Z] ---> 50e0fcc7d856 [2021-02-04T04:48:16.624Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:48:16.920Z] ---> Running in d5bc74fad219 [2021-02-04T04:48:16.920Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:48:16.920Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:48:16.920Z] ---> eeaf43b92773 [2021-02-04T04:48:16.920Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:48:17.202Z] ---> Running in a64c73e5ce48 [2021-02-04T04:48:17.478Z] Removing intermediate container 0336da93e92b [2021-02-04T04:48:17.478Z] ---> 24e4966f969a [2021-02-04T04:48:17.478Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:48:17.755Z] Removing intermediate container d5bc74fad219 [2021-02-04T04:48:17.755Z] ---> ad317edcc548 [2021-02-04T04:48:17.755Z] Step 15/23 : WORKDIR / [2021-02-04T04:48:18.360Z] ---> Running in e33a867888b2 [2021-02-04T04:48:18.639Z] ---> a5d12ebdb07b [2021-02-04T04:48:18.639Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:48:19.242Z] Removing intermediate container e33a867888b2 [2021-02-04T04:48:19.242Z] ---> 6e19d3b3125d [2021-02-04T04:48:19.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:48:19.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:19.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:20.124Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:48:20.124Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:48:20.406Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:48:20.406Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:48:20.406Z] OK: 12 MiB in 22 packages [2021-02-04T04:48:21.860Z] ---> 12b79651b2ef [2021-02-04T04:48:21.860Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:48:22.463Z] ---> c5a8626ebd2e [2021-02-04T04:48:22.463Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:48:23.904Z] Removing intermediate container b97f288e2856 [2021-02-04T04:48:23.905Z] ---> 901fd1088daa [2021-02-04T04:48:23.905Z] [2021-02-04T04:48:23.905Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:48:23.905Z] ---> afeebe901d6b [2021-02-04T04:48:23.905Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:48:24.177Z] Removing intermediate container a64c73e5ce48 [2021-02-04T04:48:24.177Z] ---> 694a43f1a6a9 [2021-02-04T04:48:24.177Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:48:24.464Z] ---> Running in 6628907777d1 [2021-02-04T04:48:24.761Z] ---> Running in 70f1dee33c0f [2021-02-04T04:48:24.761Z] ---> 5d37e4ae01fb [2021-02-04T04:48:24.761Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:48:24.761Z] ---> 4fe9c69952f6 [2021-02-04T04:48:24.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:48:25.356Z] ---> Running in cf0dd92a272f [2021-02-04T04:48:25.356Z] Removing intermediate container 6628907777d1 [2021-02-04T04:48:25.356Z] ---> 90de2f9ef0bb [2021-02-04T04:48:25.356Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:48:25.631Z] Removing intermediate container 70f1dee33c0f [2021-02-04T04:48:25.631Z] ---> 04a09a3f5c1a [2021-02-04T04:48:25.631Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:48:25.904Z] ---> Running in 21bda0bae999 [2021-02-04T04:48:26.188Z] ---> fb68311f2a7d [2021-02-04T04:48:26.188Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:48:26.188Z] ---> Running in 03ce23b22370 [2021-02-04T04:48:26.461Z] Removing intermediate container cf0dd92a272f [2021-02-04T04:48:26.461Z] ---> ec3e3e51d6a5 [2021-02-04T04:48:26.461Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:48:26.740Z] ---> Running in e2761fdabc17 [2021-02-04T04:48:26.740Z] ---> Running in 14c25d8ed08e [2021-02-04T04:48:27.012Z] Removing intermediate container 21bda0bae999 [2021-02-04T04:48:27.012Z] ---> b9c3fb6ee444 [2021-02-04T04:48:27.012Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:48:27.012Z] Removing intermediate container 03ce23b22370 [2021-02-04T04:48:27.012Z] ---> e20784514a34 [2021-02-04T04:48:27.012Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:48:27.290Z] ---> Running in 0580d65df721 [2021-02-04T04:48:27.563Z] Removing intermediate container e2761fdabc17 [2021-02-04T04:48:27.563Z] ---> 0431f0350f54 [2021-02-04T04:48:27.563Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:48:27.563Z] ---> Running in b3f182017637 [2021-02-04T04:48:27.563Z] Removing intermediate container 14c25d8ed08e [2021-02-04T04:48:27.563Z] ---> 59ccdff4be44 [2021-02-04T04:48:27.563Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:48:27.841Z] ---> Running in ca8407311ff8 [2021-02-04T04:48:28.116Z] ---> Running in 633cbbe1f9dc [2021-02-04T04:48:28.116Z] Removing intermediate container 0580d65df721 [2021-02-04T04:48:28.116Z] ---> cfea09225ced [2021-02-04T04:48:28.116Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:48:28.424Z] ---> Running in e0dce8f460b1 [2021-02-04T04:48:28.424Z] Removing intermediate container b3f182017637 [2021-02-04T04:48:28.424Z] ---> b0236ba09c1e [2021-02-04T04:48:28.424Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:48:28.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:48:28.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:48:28.697Z] ---> a182b89d4e8e [2021-02-04T04:48:28.697Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:48:28.697Z] ---> Using cache [2021-02-04T04:48:28.697Z] ---> d56c9a2fea10 [2021-02-04T04:48:28.697Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:48:28.697Z] ---> Using cache [2021-02-04T04:48:28.697Z] ---> 0a432144cc5a [2021-02-04T04:48:28.697Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:48:28.697Z] ---> Using cache [2021-02-04T04:48:28.697Z] ---> af174e11ac1f [2021-02-04T04:48:28.697Z] Step 6/23 : COPY go.mod . [2021-02-04T04:48:28.697Z] ---> Using cache [2021-02-04T04:48:28.697Z] ---> 96651e0a2a72 [2021-02-04T04:48:28.697Z] Step 7/23 : RUN go mod download [2021-02-04T04:48:28.697Z] ---> Using cache [2021-02-04T04:48:28.697Z] ---> 7bc68d66e414 [2021-02-04T04:48:28.697Z] Step 8/23 : COPY . . [2021-02-04T04:48:28.697Z] Removing intermediate container ca8407311ff8 [2021-02-04T04:48:28.697Z] ---> fbba60725e03 [2021-02-04T04:48:28.697Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:48:28.697Z] ---> Using cache [2021-02-04T04:48:28.697Z] ---> 9b65317e480f [2021-02-04T04:48:28.697Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:48:28.968Z] Removing intermediate container 633cbbe1f9dc [2021-02-04T04:48:28.968Z] ---> 0609adf4c4a2 [2021-02-04T04:48:28.968Z] Step 21/22 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:48:29.248Z] ---> Running in 9eef0d73aec8 [2021-02-04T04:48:29.248Z] ---> Running in 643021f5e65a [2021-02-04T04:48:29.248Z] ---> Running in 5fa474e03b9a [2021-02-04T04:48:30.228Z] Removing intermediate container 643021f5e65a [2021-02-04T04:48:30.228Z] ---> 2ed30477bc6e [2021-02-04T04:48:30.228Z] Step 22/23 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:48:30.228Z] Removing intermediate container 5fa474e03b9a [2021-02-04T04:48:30.228Z] ---> d76e47022143 [2021-02-04T04:48:30.228Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:48:30.228Z] ---> b3c4a04762ca [2021-02-04T04:48:30.228Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:48:30.502Z] ---> Running in 6cf745b264d3 [2021-02-04T04:48:30.502Z] ---> Running in 5f053f7a6e74 [2021-02-04T04:48:30.778Z] 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:31.382Z] Removing intermediate container 6cf745b264d3 [2021-02-04T04:48:31.382Z] ---> 14ecaa22b12c [2021-02-04T04:48:31.382Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:48:31.382Z] Removing intermediate container 5f053f7a6e74 [2021-02-04T04:48:31.382Z] ---> 437c60e3c6df [2021-02-04T04:48:31.382Z] [2021-02-04T04:48:31.382Z] ---> Running in 79606abddc9e [2021-02-04T04:48:31.658Z] ---> 4eb4a96bf490 [2021-02-04T04:48:31.658Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:48:31.950Z] Removing intermediate container e0dce8f460b1 [2021-02-04T04:48:31.950Z] ---> 70f8958fed46 [2021-02-04T04:48:31.950Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:48:31.950Z] ---> Running in 610a6a9d385d [2021-02-04T04:48:32.235Z] Removing intermediate container 79606abddc9e [2021-02-04T04:48:32.235Z] ---> c9acc467e727 [2021-02-04T04:48:32.235Z] [2021-02-04T04:48:32.511Z] Successfully built 437c60e3c6df [2021-02-04T04:48:32.798Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T04:48:32.798Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-04T04:48:33.074Z] ---> 21574d56fc71 [2021-02-04T04:48:33.349Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:48:33.349Z] Successfully built c9acc467e727 [2021-02-04T04:48:33.349Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T04:48:33.349Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-04T04:48:33.628Z] ---> Running in a04b5459610f [2021-02-04T04:48:34.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:35.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:35.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:35.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:36.286Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:48:36.286Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:48:36.286Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:48:36.286Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:48:36.286Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:48:36.286Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:48:36.560Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:48:39.177Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:48:39.177Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:48:39.177Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:48:39.451Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:48:39.451Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:48:39.451Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:48:39.726Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:48:39.726Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:48:39.726Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:48:39.726Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:48:39.726Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:48:39.726Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:48:40.002Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:48:40.002Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:48:40.002Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:48:40.002Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:48:40.002Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:48:40.002Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:48:40.002Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:48:40.002Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:48:40.278Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:48:40.278Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:48:40.278Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:48:40.278Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:48:40.278Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:48:40.278Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:48:40.278Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:48:40.278Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:48:40.278Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:48:40.278Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:48:40.553Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:48:40.553Z] OK: 71 MiB in 55 packages [2021-02-04T04:48:41.156Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:48:41.433Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:48:41.718Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:48:41.718Z] OK: 8 MiB in 20 packages [2021-02-04T04:48:47.238Z] Removing intermediate container 610a6a9d385d [2021-02-04T04:48:47.238Z] ---> 149a1ad60a3e [2021-02-04T04:48:47.238Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:48:49.885Z] ---> 1838803dc1fb [2021-02-04T04:48:49.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:48:55.611Z] ---> 30c9006e6be7 [2021-02-04T04:48:55.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:48:59.018Z] ---> aa19636a86c0 [2021-02-04T04:48:59.018Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:48:59.018Z] ---> Running in 31684401ea7e [2021-02-04T04:49:00.022Z] Removing intermediate container 31684401ea7e [2021-02-04T04:49:00.022Z] ---> 4bb6cc5f869e [2021-02-04T04:49:00.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:49:00.659Z] Removing intermediate container a04b5459610f [2021-02-04T04:49:00.659Z] ---> 5290be646924 [2021-02-04T04:49:00.659Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:49:00.936Z] ---> Running in 2bb686b3ecd5 [2021-02-04T04:49:01.222Z] ---> Running in b572046e32c6 [2021-02-04T04:49:02.219Z] Removing intermediate container 2bb686b3ecd5 [2021-02-04T04:49:02.219Z] ---> 0b1d21d0663a [2021-02-04T04:49:02.219Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:49:02.495Z] ---> Running in 31bf12d4b040 [2021-02-04T04:49:03.935Z] Removing intermediate container 31bf12d4b040 [2021-02-04T04:49:03.935Z] ---> f02e11ac5c42 [2021-02-04T04:49:03.935Z] Step 22/23 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:49:04.546Z] ---> Running in 8aefe088762b [2021-02-04T04:49:05.989Z] Removing intermediate container 8aefe088762b [2021-02-04T04:49:05.989Z] ---> 06c7ffe6c30c [2021-02-04T04:49:05.989Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:49:06.589Z] ---> Running in 9754fe1d541d [2021-02-04T04:49:07.584Z] Removing intermediate container 9754fe1d541d [2021-02-04T04:49:07.584Z] ---> 108243edfa82 [2021-02-04T04:49:07.584Z] [2021-02-04T04:49:08.583Z] Successfully built 108243edfa82 [2021-02-04T04:49:08.583Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T04:49:08.583Z] Building docker-security-secretstore-setup-go [2021-02-04T04:49:09.198Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-04T04:49:09.198Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:49:09.816Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:49:09.816Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:49:09.816Z] ---> a182b89d4e8e [2021-02-04T04:49:09.816Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:49:09.816Z] ---> Using cache [2021-02-04T04:49:09.816Z] ---> d56c9a2fea10 [2021-02-04T04:49:09.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:49:09.816Z] ---> Using cache [2021-02-04T04:49:09.816Z] ---> 0a432144cc5a [2021-02-04T04:49:09.816Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:49:10.426Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:49:10.426Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:49:10.710Z] ---> Running in d6d8cf41064d [2021-02-04T04:49:10.710Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:49:10.710Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:49:10.710Z] ---> a182b89d4e8e [2021-02-04T04:49:10.710Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:49:10.710Z] ---> Using cache [2021-02-04T04:49:10.710Z] ---> d56c9a2fea10 [2021-02-04T04:49:10.710Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:49:10.710Z] ---> Using cache [2021-02-04T04:49:10.710Z] ---> 0a432144cc5a [2021-02-04T04:49:10.710Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:49:10.710Z] ---> Using cache [2021-02-04T04:49:10.710Z] ---> af174e11ac1f [2021-02-04T04:49:10.710Z] Step 6/31 : COPY go.mod . [2021-02-04T04:49:10.710Z] ---> Using cache [2021-02-04T04:49:10.710Z] ---> 96651e0a2a72 [2021-02-04T04:49:10.710Z] Step 7/31 : RUN go mod download [2021-02-04T04:49:10.710Z] ---> Using cache [2021-02-04T04:49:10.710Z] ---> 7bc68d66e414 [2021-02-04T04:49:10.710Z] Step 8/31 : COPY . . [2021-02-04T04:49:10.710Z] ---> Using cache [2021-02-04T04:49:10.710Z] ---> 9b65317e480f [2021-02-04T04:49:10.710Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:49:10.991Z] ---> Running in 76cd486abdae [2021-02-04T04:49:13.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:13.299Z] 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:49:14.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:14.919Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:49:14.919Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:49:15.919Z] OK: 217 MiB in 51 packages [2021-02-04T04:49:15.919Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:49:15.919Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:49:16.926Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:49:16.926Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:49:18.937Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:49:18.937Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:49:19.216Z] Removing intermediate container d6d8cf41064d [2021-02-04T04:49:19.216Z] ---> d3a619244ec2 [2021-02-04T04:49:19.216Z] Step 6/22 : COPY go.mod . [2021-02-04T04:49:19.822Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:49:20.123Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:49:20.724Z] ---> 4de726fcdbed [2021-02-04T04:49:20.724Z] Step 7/22 : RUN go mod download [2021-02-04T04:49:21.003Z] ---> Running in 70cbcc870779 [2021-02-04T04:49:25.366Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:49:25.366Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:49:26.829Z] Removing intermediate container 70cbcc870779 [2021-02-04T04:49:26.829Z] ---> ea86bdca41e3 [2021-02-04T04:49:26.829Z] Step 8/22 : COPY . . [2021-02-04T04:49:31.213Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:49:31.213Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:49:33.229Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:49:33.229Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:49:33.229Z] ---> a182b89d4e8e [2021-02-04T04:49:33.229Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:49:33.229Z] ---> Using cache [2021-02-04T04:49:33.229Z] ---> d56c9a2fea10 [2021-02-04T04:49:33.229Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:49:33.229Z] ---> Using cache [2021-02-04T04:49:33.229Z] ---> 0a432144cc5a [2021-02-04T04:49:33.229Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:49:33.229Z] ---> Using cache [2021-02-04T04:49:33.229Z] ---> af174e11ac1f [2021-02-04T04:49:33.229Z] Step 6/24 : COPY go.mod . [2021-02-04T04:49:33.229Z] ---> Using cache [2021-02-04T04:49:33.229Z] ---> 96651e0a2a72 [2021-02-04T04:49:33.229Z] Step 7/24 : RUN go mod download [2021-02-04T04:49:33.229Z] ---> Using cache [2021-02-04T04:49:33.229Z] ---> 7bc68d66e414 [2021-02-04T04:49:33.229Z] Step 8/24 : COPY . . [2021-02-04T04:49:33.229Z] ---> Using cache [2021-02-04T04:49:33.229Z] ---> 9b65317e480f [2021-02-04T04:49:33.229Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:49:34.239Z] 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:49:35.711Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:49:35.711Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:49:35.993Z] ---> Running in 506b8cde6fd9 [2021-02-04T04:49:36.995Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:49:36.995Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:49:38.461Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:49:38.462Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:49:38.462Z] 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:49:38.747Z] 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:49:38.747Z] 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:49:39.031Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:49:39.031Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:49:39.317Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:49:39.318Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:49:39.318Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:49:39.318Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:49:40.316Z] Installing collected packages: docopt, idna, urllib3, requests, cached-property, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, texttable, docker-compose [2021-02-04T04:49:40.316Z] Running setup.py install for docopt: started [2021-02-04T04:49:42.966Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:49:42.966Z] Attempting uninstall: idna [2021-02-04T04:49:42.966Z] Found existing installation: idna 2.9 [2021-02-04T04:49:42.966Z] Uninstalling idna-2.9: [2021-02-04T04:49:42.966Z] Successfully uninstalled idna-2.9 [2021-02-04T04:49:43.571Z] Attempting uninstall: urllib3 [2021-02-04T04:49:43.571Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:49:43.571Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:49:43.850Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:49:44.456Z] Attempting uninstall: requests [2021-02-04T04:49:44.456Z] Found existing installation: requests 2.23.0 [2021-02-04T04:49:44.456Z] Uninstalling requests-2.23.0: [2021-02-04T04:49:44.737Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:49:49.089Z] Running setup.py install for dockerpty: started [2021-02-04T04:49:49.089Z] ---> 4249cb00badb [2021-02-04T04:49:49.089Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:49:49.696Z] ---> Running in 4e3e12d0e029 [2021-02-04T04:49:52.342Z] 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:49:52.342Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:49:52.342Z] Running setup.py install for PyYAML: started [2021-02-04T04:49:52.626Z] Removing intermediate container 9eef0d73aec8 [2021-02-04T04:49:52.626Z] ---> 33bb2aa984aa [2021-02-04T04:49:52.626Z] [2021-02-04T04:49:52.626Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:49:52.626Z] ---> afeebe901d6b [2021-02-04T04:49:52.626Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:49:52.626Z] ---> Using cache [2021-02-04T04:49:52.626Z] ---> f7e7af66e083 [2021-02-04T04:49:52.626Z] 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:49:52.626Z] ---> Using cache [2021-02-04T04:49:52.626Z] ---> 1e1d4364328d [2021-02-04T04:49:52.626Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:49:52.906Z] ---> Running in 7024d458e426 [2021-02-04T04:49:53.521Z] Removing intermediate container 7024d458e426 [2021-02-04T04:49:53.521Z] ---> 3629b5a91d2b [2021-02-04T04:49:53.521Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:49:53.799Z] ---> Running in ada97986f299 [2021-02-04T04:49:54.412Z] Removing intermediate container ada97986f299 [2021-02-04T04:49:54.412Z] ---> 547627ba923a [2021-02-04T04:49:54.412Z] Step 15/23 : WORKDIR / [2021-02-04T04:49:54.696Z] ---> Running in 30ad439c4b7b [2021-02-04T04:49:55.308Z] Removing intermediate container 30ad439c4b7b [2021-02-04T04:49:55.308Z] ---> 45d153890804 [2021-02-04T04:49:55.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:56.316Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:49:56.316Z] ---> 9e1b639ba73e [2021-02-04T04:49:56.316Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:49:56.316Z] Running setup.py install for texttable: started [2021-02-04T04:49:58.309Z] ---> 0c4a55d26625 [2021-02-04T04:49:58.309Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:59.299Z] ---> 290415a02c7d [2021-02-04T04:49:59.299Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:49:59.299Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:49:59.575Z] ---> Running in 7f4365cf9900 [2021-02-04T04:50:00.384Z] Removing intermediate container 7f4365cf9900 [2021-02-04T04:50:00.384Z] ---> e329d4461241 [2021-02-04T04:50:00.384Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:50:00.384Z] ---> Running in e843eddf403f [2021-02-04T04:50:01.420Z] Removing intermediate container e843eddf403f [2021-02-04T04:50:01.420Z] ---> c1176a0138e3 [2021-02-04T04:50:01.420Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:50:01.420Z] ---> Running in 1dfc0097e6fe [2021-02-04T04:50:01.710Z] 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:50:02.009Z] Removing intermediate container 1dfc0097e6fe [2021-02-04T04:50:02.009Z] ---> 231c59726625 [2021-02-04T04:50:02.009Z] Step 22/23 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:50:02.290Z] ---> Running in e90bd56fbc63 [2021-02-04T04:50:02.904Z] Removing intermediate container e90bd56fbc63 [2021-02-04T04:50:02.904Z] ---> f0fd7da5a836 [2021-02-04T04:50:02.904Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:50:03.180Z] ---> Running in 3f3606e217d5 [2021-02-04T04:50:03.779Z] Removing intermediate container 3f3606e217d5 [2021-02-04T04:50:03.779Z] ---> 47051a5d417c [2021-02-04T04:50:03.779Z] [2021-02-04T04:50:04.377Z] Successfully built 47051a5d417c [2021-02-04T04:50:04.377Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T04:50:08.687Z]  Building docker-core-command-go ... done Removing intermediate container b572046e32c6 [2021-02-04T04:50:08.687Z] ---> d06b3c11f34c [2021-02-04T04:50:08.687Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:50:08.687Z] ---> Running in 827c4df4cf3b [2021-02-04T04:50:10.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:10.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:11.125Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:50:11.125Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:50:11.125Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:50:11.125Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:50:11.125Z] OK: 71 MiB in 58 packages [2021-02-04T04:50:12.574Z] Removing intermediate container 827c4df4cf3b [2021-02-04T04:50:12.574Z] ---> 45e3057d2495 [2021-02-04T04:50:12.574Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:50:12.849Z] ---> Running in e47a49b1c0cd [2021-02-04T04:50:13.458Z] Removing intermediate container e47a49b1c0cd [2021-02-04T04:50:13.458Z] ---> 842b20323f71 [2021-02-04T04:50:13.458Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:50:13.741Z] ---> Running in f0cba5f667f5 [2021-02-04T04:50:14.738Z] Removing intermediate container f0cba5f667f5 [2021-02-04T04:50:14.738Z] ---> e74e46111c26 [2021-02-04T04:50:14.738Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T04:50:14.738Z] ---> Running in a384ab1c3e54 [2021-02-04T04:50:15.342Z] Removing intermediate container a384ab1c3e54 [2021-02-04T04:50:15.342Z] ---> bc4c0e21b05d [2021-02-04T04:50:15.342Z] Step 25/26 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:50:15.617Z] ---> Running in 227a21ca9572 [2021-02-04T04:50:16.213Z] Removing intermediate container 227a21ca9572 [2021-02-04T04:50:16.213Z] ---> eeaa18ce1e21 [2021-02-04T04:50:16.213Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:50:16.494Z] ---> Running in 77b6a57259d9 [2021-02-04T04:50:17.098Z] Removing intermediate container 77b6a57259d9 [2021-02-04T04:50:17.098Z] ---> 6e5fc84e7bc6 [2021-02-04T04:50:17.098Z] [2021-02-04T04:50:17.701Z] Successfully built 6e5fc84e7bc6 [2021-02-04T04:50:17.701Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T04:50:30.137Z]  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-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:50:38.476Z] 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:50:48.666Z] Removing intermediate container 76cd486abdae [2021-02-04T04:50:48.666Z] ---> 081e3f9006af [2021-02-04T04:50:48.666Z] [2021-02-04T04:50:48.666Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:50:48.666Z] ---> afeebe901d6b [2021-02-04T04:50:48.666Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:50:48.666Z] ---> Running in e0ac465918bd [2021-02-04T04:50:48.666Z] Removing intermediate container e0ac465918bd [2021-02-04T04:50:48.666Z] ---> c07a7b56afd5 [2021-02-04T04:50:48.666Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:50:48.952Z] ---> Running in 5b9cf952e0c6 [2021-02-04T04:50:50.397Z] Removing intermediate container 506b8cde6fd9 [2021-02-04T04:50:50.397Z] ---> f49fd9378102 [2021-02-04T04:50:50.397Z] [2021-02-04T04:50:50.397Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:50:50.397Z] ---> afeebe901d6b [2021-02-04T04:50:50.397Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:50:50.672Z] ---> Running in f013fe485fe3 [2021-02-04T04:50:50.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:51.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:51.825Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:50:51.825Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:50:51.825Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:50:51.825Z] OK: 5 MiB in 16 packages [2021-02-04T04:50:52.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:52.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:52.983Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:50:52.983Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:50:52.983Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:50:52.983Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:50:52.983Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:50:52.983Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:50:52.983Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:50:53.258Z] OK: 7 MiB in 19 packages [2021-02-04T04:50:53.853Z] Removing intermediate container 5b9cf952e0c6 [2021-02-04T04:50:53.853Z] ---> c46920c2c833 [2021-02-04T04:50:53.853Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:50:54.125Z] ---> Running in 6ac513741a49 [2021-02-04T04:50:54.725Z] Removing intermediate container 6ac513741a49 [2021-02-04T04:50:54.726Z] ---> dbfa23066c5d [2021-02-04T04:50:54.726Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:50:54.726Z] ---> Running in 688e8ebbc61f [2021-02-04T04:50:55.006Z] Removing intermediate container f013fe485fe3 [2021-02-04T04:50:55.006Z] ---> 921687fb572a [2021-02-04T04:50:55.006Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:50:55.281Z] ---> Running in 97ce6acc7d66 [2021-02-04T04:50:55.281Z] Removing intermediate container 688e8ebbc61f [2021-02-04T04:50:55.281Z] ---> c5271cdf2896 [2021-02-04T04:50:55.281Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:50:55.556Z] ---> Running in b2b76295d210 [2021-02-04T04:50:55.833Z] Removing intermediate container 97ce6acc7d66 [2021-02-04T04:50:55.833Z] ---> 4e4e64cc6bfd [2021-02-04T04:50:55.833Z] Step 13/24 : WORKDIR / [2021-02-04T04:50:56.108Z] ---> Running in f59fb33b01ee [2021-02-04T04:50:56.712Z] Removing intermediate container f59fb33b01ee [2021-02-04T04:50:56.712Z] ---> 229d61096899 [2021-02-04T04:50:56.712Z] 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:50:57.728Z] ---> b4e731b63a1b [2021-02-04T04:50:57.728Z] 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:50:58.704Z] Removing intermediate container b2b76295d210 [2021-02-04T04:50:58.704Z] ---> 79f13c425a61 [2021-02-04T04:50:58.704Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:50:58.979Z] ---> 3c8c60c6218e [2021-02-04T04:50:58.979Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:50:58.979Z] ---> Running in d2337d4ad4f0 [2021-02-04T04:50:59.971Z] Removing intermediate container d2337d4ad4f0 [2021-02-04T04:50:59.971Z] ---> 7efe9b1c120a [2021-02-04T04:50:59.971Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:50:59.971Z] ---> 82dbbb19dddb [2021-02-04T04:50:59.971Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:51:00.248Z] Removing intermediate container 4e3e12d0e029 [2021-02-04T04:51:00.248Z] ---> 3f006b27e396 [2021-02-04T04:51:00.248Z] [2021-02-04T04:51:00.248Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:51:00.248Z] ---> afeebe901d6b [2021-02-04T04:51:00.248Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:51:00.522Z] ---> Running in c4af0b32acd3 [2021-02-04T04:51:01.121Z] ---> 64487691f8a7 [2021-02-04T04:51:01.121Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:51:01.121Z] ---> Running in 463fa2279108 [2021-02-04T04:51:01.393Z] ---> 9c53373a674f [2021-02-04T04:51:01.393Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:51:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:02.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:02.855Z] ---> bc69f957a341 [2021-02-04T04:51:02.855Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:51:02.855Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:51:02.855Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:51:02.855Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:51:02.855Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:51:03.131Z] OK: 6 MiB in 16 packages [2021-02-04T04:51:04.113Z] ---> dbb38b8bb92f [2021-02-04T04:51:04.113Z] 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:51:04.113Z] ---> Running in 8c1eec00fd04 [2021-02-04T04:51:04.113Z] Removing intermediate container 463fa2279108 [2021-02-04T04:51:04.113Z] ---> c3101473364c [2021-02-04T04:51:04.113Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:51:05.097Z] Removing intermediate container c4af0b32acd3 [2021-02-04T04:51:05.097Z] ---> 1fc4d25dbbfa [2021-02-04T04:51:05.097Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:51:05.097Z] ---> 14346be926d2 [2021-02-04T04:51:05.097Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:51:05.369Z] ---> Running in c96df2684491 [2021-02-04T04:51:05.960Z] Removing intermediate container c96df2684491 [2021-02-04T04:51:05.960Z] ---> 2a1b685552f4 [2021-02-04T04:51:05.960Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:51:06.241Z] ---> Running in 7e56bde22774 [2021-02-04T04:51:06.515Z] ---> d2ae43d1bc66 [2021-02-04T04:51:06.515Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:51:06.790Z] Removing intermediate container 8c1eec00fd04 [2021-02-04T04:51:06.790Z] ---> 306ac650db19 [2021-02-04T04:51:06.790Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:51:06.790Z] Removing intermediate container 7e56bde22774 [2021-02-04T04:51:06.790Z] ---> c25f2c0b41f1 [2021-02-04T04:51:06.790Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:51:07.069Z] ---> Running in 7c9b030278bb [2021-02-04T04:51:07.069Z] ---> Running in c4208184e0d2 [2021-02-04T04:51:07.350Z] ---> 6a46db081701 [2021-02-04T04:51:07.350Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:51:07.624Z] Removing intermediate container 7c9b030278bb [2021-02-04T04:51:07.624Z] Removing intermediate container c4208184e0d2 [2021-02-04T04:51:07.624Z] ---> 9a9c7e7fd630 [2021-02-04T04:51:07.624Z] ---> 147b98961c0e [2021-02-04T04:51:07.624Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T04:51:07.624Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:51:07.899Z] ---> Running in d3649ed32ba4 [2021-02-04T04:51:08.526Z] Removing intermediate container d3649ed32ba4 [2021-02-04T04:51:08.526Z] ---> c85ee99e6ea4 [2021-02-04T04:51:08.526Z] Step 23/24 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:51:08.526Z] ---> e745e98f72f8 [2021-02-04T04:51:08.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:51:08.526Z] ---> acba34482e00 [2021-02-04T04:51:08.527Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:51:08.527Z] ---> Running in a3d984261254 [2021-02-04T04:51:09.517Z] Removing intermediate container a3d984261254 [2021-02-04T04:51:09.517Z] ---> bc63c8efed3b [2021-02-04T04:51:09.517Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:51:09.517Z] ---> Running in 412503e9dd0b [2021-02-04T04:51:09.517Z] ---> d7356aa6e463 [2021-02-04T04:51:09.517Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:51:09.789Z] ---> 4470d14fe885 [2021-02-04T04:51:09.789Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:51:10.061Z] ---> Running in 0aacadc38076 [2021-02-04T04:51:10.332Z] Removing intermediate container 412503e9dd0b [2021-02-04T04:51:10.332Z] ---> 3529749c3146 [2021-02-04T04:51:10.332Z] [2021-02-04T04:51:10.604Z] Successfully built 3529749c3146 [2021-02-04T04:51:10.879Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T04:51:10.879Z]  Building docker-security-secretstore-setup-go ... done  ---> 3c13b697a4c0 [2021-02-04T04:51:10.879Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:51:10.879Z] Removing intermediate container 0aacadc38076 [2021-02-04T04:51:10.879Z] ---> cba3175170c4 [2021-02-04T04:51:10.879Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:51:10.879Z] ---> Running in 31073b0c1359 [2021-02-04T04:51:11.477Z] Removing intermediate container 31073b0c1359 [2021-02-04T04:51:11.477Z] ---> a243059c410f [2021-02-04T04:51:11.477Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:51:11.748Z] ---> Running in 45fd4c24bfee [2021-02-04T04:51:11.748Z] ---> 3a19bb907cb5 [2021-02-04T04:51:11.748Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:51:12.341Z] ---> Running in ea581843d42f [2021-02-04T04:51:12.341Z] Removing intermediate container 45fd4c24bfee [2021-02-04T04:51:12.341Z] ---> e87009eec582 [2021-02-04T04:51:12.341Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:51:12.615Z] ---> Running in ae529809124b [2021-02-04T04:51:13.269Z] Removing intermediate container ae529809124b [2021-02-04T04:51:13.269Z] ---> ae17de5139d8 [2021-02-04T04:51:13.269Z] Step 21/22 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:51:13.269Z] ---> Running in 757ef082f2ac [2021-02-04T04:51:13.870Z] Removing intermediate container 757ef082f2ac [2021-02-04T04:51:13.870Z] ---> 7b1450805ee3 [2021-02-04T04:51:13.870Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:51:13.870Z] ---> Running in 780b13e28892 [2021-02-04T04:51:14.465Z] Removing intermediate container 780b13e28892 [2021-02-04T04:51:14.465Z] ---> 6af51a75e1b9 [2021-02-04T04:51:14.465Z] [2021-02-04T04:51:14.749Z] Successfully built 6af51a75e1b9 [2021-02-04T04:51:15.033Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T04:51:15.033Z]  Building docker-support-notifications-go ... done Removing intermediate container ea581843d42f [2021-02-04T04:51:15.033Z] ---> 9b88f8c4abf2 [2021-02-04T04:51:15.033Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:51:15.341Z] ---> Running in 1bdf48443750 [2021-02-04T04:51:15.959Z] Removing intermediate container 1bdf48443750 [2021-02-04T04:51:15.959Z] ---> 102feacb2d2a [2021-02-04T04:51:15.959Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:51:16.242Z] ---> Running in f802e202d4e5 [2021-02-04T04:51:16.872Z] Removing intermediate container f802e202d4e5 [2021-02-04T04:51:16.872Z] ---> 86e651f5d944 [2021-02-04T04:51:16.872Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T04:51:17.151Z] ---> Running in ce7b4a31f57a [2021-02-04T04:51:17.762Z] Removing intermediate container ce7b4a31f57a [2021-02-04T04:51:17.762Z] ---> ef05638463ac [2021-02-04T04:51:17.762Z] Step 30/31 : LABEL git_sha=c43a3562738f7dd074dc1abac4861c648bf5d26f [2021-02-04T04:51:18.036Z] ---> Running in c97e7bd2bb46 [2021-02-04T04:51:18.634Z] Removing intermediate container c97e7bd2bb46 [2021-02-04T04:51:18.634Z] ---> a894646a656f [2021-02-04T04:51:18.634Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:51:19.234Z] ---> Running in d9bc7ad74d38 [2021-02-04T04:51:19.506Z] Removing intermediate container d9bc7ad74d38 [2021-02-04T04:51:19.506Z] ---> af7d911bccfa [2021-02-04T04:51:19.506Z] [2021-02-04T04:51:20.103Z] Successfully built af7d911bccfa [2021-02-04T04:51:20.103Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T04:51:20.720Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-04T04:51:20.758Z] $ docker stop --time=1 6ee9be1433308f95fec4f59742d044bd8696c91622bb756123b1947b77577016 [2021-02-04T04:51:22.774Z] $ docker rm -f 6ee9be1433308f95fec4f59742d044bd8696c91622bb756123b1947b77577016 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:51:23.415Z] + grep docker [2021-02-04T04:51:23.415Z] + docker images [2021-02-04T04:51:23.685Z] docker-security-bootstrapper-go-arm64 latest af7d911bccfa 4 seconds ago 22.6MB [2021-02-04T04:51:23.685Z] docker-support-notifications-go-arm64 latest 6af51a75e1b9 9 seconds ago 16.7MB [2021-02-04T04:51:23.685Z] docker-security-secretstore-setup-go-arm64 latest 3529749c3146 13 seconds ago 23.4MB [2021-02-04T04:51:23.685Z] docker-sys-mgmt-agent-go-arm64 latest 6e5fc84e7bc6 About a minute ago 300MB [2021-02-04T04:51:23.685Z] docker-core-command-go-arm64 latest 47051a5d417c About a minute ago 16MB [2021-02-04T04:51:23.685Z] docker-core-data-go-arm64 latest 108243edfa82 2 minutes ago 21MB [2021-02-04T04:51:23.685Z] docker-core-metadata-go-arm64 latest c9acc467e727 2 minutes ago 17.7MB [2021-02-04T04:51:23.685Z] docker-support-scheduler-go-arm64 latest 437c60e3c6df 2 minutes ago 16.1MB [2021-02-04T04:51:23.685Z] docker-security-proxy-setup-go-arm64 latest a9cf244b1e1b 3 minutes ago 23.2MB [2021-02-04T04:51:23.685Z] 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:51:25.248Z] provisioning config files... [2021-02-04T04:51:25.259Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6610811764139101115tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:51:26.932Z] + set +x [2021-02-04T04:51:26.932Z] + curl -s https://codecov.io/bash [2021-02-04T04:51:26.932Z] + bash -s -- [2021-02-04T04:51:27.199Z] [2021-02-04T04:51:27.199Z] _____ _ [2021-02-04T04:51:27.199Z] / ____| | | [2021-02-04T04:51:27.199Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:51:27.199Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:51:27.199Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:51:27.199Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:51:27.199Z] Bash-20210129-7c25fce [2021-02-04T04:51:27.199Z] [2021-02-04T04:51:27.199Z] [2021-02-04T04:51:27.199Z] ==> git version 2.24.3 found [2021-02-04T04:51:27.199Z] ==> 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:51:27.199Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:51:27.199Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:51:27.199Z] ==> Jenkins CI detected. [2021-02-04T04:51:27.468Z] project root: . [2021-02-04T04:51:27.468Z] --> token set from env [2021-02-04T04:51:27.468Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:51:27.468Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:51:27.468Z] ==> Python coveragepy not found [2021-02-04T04:51:27.468Z] ==> Searching for coverage reports in: [2021-02-04T04:51:27.468Z] + . [2021-02-04T04:51:27.468Z] -> Found 1 reports [2021-02-04T04:51:27.468Z] ==> Detecting git/mercurial file structure [2021-02-04T04:51:27.468Z] ==> Reading reports [2021-02-04T04:51:27.468Z] + ./coverage.out bytes=580808 [2021-02-04T04:51:27.468Z] ==> Appending adjustments [2021-02-04T04:51:27.468Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:51:31.692Z] + Found adjustments [2021-02-04T04:51:31.692Z] ==> Gzipping contents [2021-02-04T04:51:31.692Z] 88K /tmp/codecov.Jf4Q3z.gz [2021-02-04T04:51:31.692Z] ==> Uploading reports [2021-02-04T04:51:31.692Z] url: https://codecov.io [2021-02-04T04:51:31.692Z] query: branch=PR-3113&commit=c43a3562738f7dd074dc1abac4861c648bf5d26f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-04T04:51:31.692Z] -> Pinging Codecov [2021-02-04T04:51:31.692Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=c43a3562738f7dd074dc1abac4861c648bf5d26f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-04T04:51:31.692Z] -> Uploading to [2021-02-04T04:51:31.692Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/c43a3562738f7dd074dc1abac4861c648bf5d26f/fd7d4296-6999-42a4-978a-ca5a88f25dd1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045131Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9076729c6859b5e4a253b31b9a73ffeafbf3ffe384b9840f9cf4632950bd2f1 [2021-02-04T04:51:31.692Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:51:31.692Z] Dload Upload Total Spent Left Speed [2021-02-04T04:51:31.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87743 0 0 100 87743 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-02-04T04:51:31.953Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c43a3562738f7dd074dc1abac4861c648bf5d26f [Pipeline] } [2021-02-04T04:51:31.963Z] 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:51:33.847Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:51:34.744Z] ---> package-listing.sh [2021-02-04T04:51:34.744Z] ++ facter osfamily [2021-02-04T04:51:34.744Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:51:35.007Z] + OS_FAMILY=redhat [2021-02-04T04:51:35.007Z] + workspace=/w/workspace/edgex-go/5 [2021-02-04T04:51:35.007Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:51:35.007Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:51:35.007Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:51:35.007Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:51:35.007Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-04T04:51:35.007Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:51:35.007Z] + case "${OS_FAMILY}" in [2021-02-04T04:51:35.007Z] + rpm -qa [2021-02-04T04:51:35.007Z] + sort [2021-02-04T04:51:40.327Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:51:40.327Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:51:40.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:51:40.327Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-04T04:51:40.327Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-02-04T04:51:40.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-02-04T04:51:40.342Z] 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/5/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:51:40.639Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:51:40.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:51:40.952Z] [2021-02-04T04:51:40.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:51:41.311Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:51:41.311Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:51:41.311Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:51:41.311Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:51:41.311Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:51:41.311Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:51:41.311Z] 93b61091891f: Pulling fs layer [2021-02-04T04:51:41.311Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:51:41.311Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:51:41.311Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:51:41.311Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:51:41.311Z] 46f8f816bc3b: Waiting [2021-02-04T04:51:41.311Z] 93b61091891f: Waiting [2021-02-04T04:51:41.311Z] 93b9cdb0e59b: Waiting [2021-02-04T04:51:41.311Z] 01666e4c0597: Waiting [2021-02-04T04:51:41.311Z] 5e14af77c1be: Waiting [2021-02-04T04:51:41.311Z] aa168da1d23b: Waiting [2021-02-04T04:51:41.311Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T04:51:41.311Z] 36b3adc4ff6f: Download complete [2021-02-04T04:51:41.311Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:51:41.311Z] 46f8f816bc3b: Download complete [2021-02-04T04:51:41.576Z] df20fa9351a1: Verifying Checksum [2021-02-04T04:51:41.576Z] df20fa9351a1: Download complete [2021-02-04T04:51:41.576Z] 93b9cdb0e59b: Download complete [2021-02-04T04:51:41.576Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:51:41.576Z] 5e14af77c1be: Download complete [2021-02-04T04:51:41.576Z] 93b61091891f: Download complete [2021-02-04T04:51:41.576Z] 01666e4c0597: Verifying Checksum [2021-02-04T04:51:41.576Z] 01666e4c0597: Download complete [2021-02-04T04:51:41.843Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:51:41.843Z] 8ad3a11d3b57: Download complete [2021-02-04T04:51:41.843Z] df20fa9351a1: Pull complete [2021-02-04T04:51:42.111Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:51:43.086Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:51:43.086Z] 46f8f816bc3b: Pull complete [2021-02-04T04:51:44.065Z] aa168da1d23b: Verifying Checksum [2021-02-04T04:51:44.065Z] aa168da1d23b: Download complete [2021-02-04T04:51:46.011Z] 93b61091891f: Pull complete [2021-02-04T04:51:46.011Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:51:46.278Z] 5e14af77c1be: Pull complete [2021-02-04T04:51:46.278Z] 01666e4c0597: Pull complete [2021-02-04T04:51:56.342Z] aa168da1d23b: Pull complete [2021-02-04T04:51:56.342Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:51:56.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:51:56.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:51:56.597Z] prd-centos7-docker-4c-2g-24862 does not seem to be running inside a container [2021-02-04T04:51:56.686Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:52:05.237Z] $ docker top 99da759e10564f2658e84dad8a7667ea833b5d9e666ac8670fbad250835ed02d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:52:05.903Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:52:06.206Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:52:06.507Z] + ls /var/log/sa-host [2021-02-04T04:52:06.507Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:52:06.507Z] file_magic: OK [2021-02-04T04:52:06.507Z] HZ: Using current value: 100 [2021-02-04T04:52:06.507Z] file_header: OK [2021-02-04T04:52:06.507Z] 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:52:06.507Z] Statistics: [2021-02-04T04:52:06.507Z] 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:52:06.507Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:52:06.507Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:52:06.507Z] file_magic: OK [2021-02-04T04:52:06.507Z] HZ: Using current value: 100 [2021-02-04T04:52:06.507Z] file_header: OK [2021-02-04T04:52:06.507Z] 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:52:06.507Z] Statistics: [2021-02-04T04:52:06.507Z] Hnuu...uuuununununu... [2021-02-04T04:52:06.507Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:52:06.715Z] provisioning config files... [2021-02-04T04:52:06.731Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3145313134901428756tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:52:06.824Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:52:07.125Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:52:07.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:52:07.224Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:52:07.523Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:52:07.535Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:52:07.835Z] ---> sudo-logs.sh [2021-02-04T04:52:07.835Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:52:07.847Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:52:08.151Z] ---> job-cost.sh [2021-02-04T04:52:08.151Z] lf-activate-venv: SKIPPING [2021-02-04T04:52:08.151Z] INFO: No Stack... [2021-02-04T04:52:09.095Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:52:09.668Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:52:09.681Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:52:09.981Z] ---> logs-deploy.sh [2021-02-04T04:52:09.981Z] lf-activate-venv: SKIPPING [2021-02-04T04:52:09.981Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/5 [2021-02-04T04:52:09.981Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:52:11.376Z] Archives upload complete. [2021-02-04T04:52:11.639Z] INFO: archiving logs to Nexus