Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at f60a6b9b3bbcf5933f7773f85fc76d84301e173f rather than 7fd844e224d53df8123c4983195079c1834b6267 Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28411 in /w/workspace/edgexfoundry_edgex-go_PR-3217 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 7fd844e224d53df8123c4983195079c1834b6267 Merge succeeded, producing 0c59368c43806e039cc08e273a01018a9e1e81a1 Checking out Revision 0c59368c43806e039cc08e273a01018a9e1e81a1 (PR-3217) > 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/3217/head:refs/remotes/origin/PR-3217 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7fd844e224d53df8123c4983195079c1834b6267 # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c59368c43806e039cc08e273a01018a9e1e81a1 # timeout=10 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" > git rev-list --no-walk 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T00:30:16.632Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T00:30:16.906Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T00:30:17.012Z] ========================================================= [2021-03-04T00:30:17.012Z] EdgeX Global Pipelines Version Info [2021-03-04T00:30:17.012Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:30:18.508Z] ------------------- [2021-03-04T00:30:18.508Z] stable info: [2021-03-04T00:30:18.508Z] ------------------- [2021-03-04T00:30:18.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T00:30:18.508Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T00:30:18.508Z] Message: update stable to v1.0.184 [2021-03-04T00:30:19.457Z] ------------------- [2021-03-04T00:30:19.457Z] experimental info: [2021-03-04T00:30:19.457Z] ------------------- [2021-03-04T00:30:19.457Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T00:30:19.457Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T00:30:19.457Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T00:30:19.718Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-04T00:30:19.812Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-04T00:30:19.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T00:30:20.020Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T00:30:20.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T00:30:20.245Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T00:30:20.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T00:30:20.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-04T00:30:20.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-04T00:30:20.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-04T00:30:20.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T00:30:21.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T00:30:21.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T00:30:21.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T00:30:21.346Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T00:30:21.454Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T00:30:21.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T00:30:21.708Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T00:30:21.796Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-04T00:30:21.887Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-04T00:30:21.975Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-04T00:30:22.065Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T00:30:22.159Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3217 [Pipeline] echo [2021-03-04T00:30:22.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3217 [Pipeline] echo [2021-03-04T00:30:22.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3217 [Pipeline] echo [2021-03-04T00:30:22.446Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c59368c43806e039cc08e273a01018a9e1e81a1 [Pipeline] echo [2021-03-04T00:30:22.541Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c59368 [Pipeline] echo [2021-03-04T00:30:22.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T00:30:22.863Z] provisioning config files... [2021-03-04T00:30:22.919Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2713494472111818476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:30:23.353Z] ---> docker-login.sh [2021-03-04T00:30:23.353Z] nexus3.edgexfoundry.org:10001 [2021-03-04T00:30:23.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:30:23.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:30:23.881Z] Configure a credential helper to remove this warning. See [2021-03-04T00:30:23.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:30:23.881Z] [2021-03-04T00:30:23.881Z] Login Succeeded [2021-03-04T00:30:23.881Z] nexus3.edgexfoundry.org:10002 [2021-03-04T00:30:23.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:30:23.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:30:23.881Z] Configure a credential helper to remove this warning. See [2021-03-04T00:30:23.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:30:23.881Z] [2021-03-04T00:30:23.881Z] Login Succeeded [2021-03-04T00:30:23.881Z] nexus3.edgexfoundry.org:10003 [2021-03-04T00:30:24.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:30:24.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:30:24.147Z] Configure a credential helper to remove this warning. See [2021-03-04T00:30:24.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:30:24.147Z] [2021-03-04T00:30:24.147Z] Login Succeeded [2021-03-04T00:30:24.147Z] nexus3.edgexfoundry.org:10004 [2021-03-04T00:30:24.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:30:24.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:30:24.411Z] Configure a credential helper to remove this warning. See [2021-03-04T00:30:24.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:30:24.411Z] [2021-03-04T00:30:24.411Z] Login Succeeded [2021-03-04T00:30:24.411Z] docker.io [2021-03-04T00:30:24.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:30:24.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:30:24.940Z] Configure a credential helper to remove this warning. See [2021-03-04T00:30:24.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:30:24.940Z] [2021-03-04T00:30:24.940Z] Login Succeeded [2021-03-04T00:30:24.940Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T00:30:24.952Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T00:30:25.439Z] ++ 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-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/core-command/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/core-data/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-04T00:30:25.439Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-04T00:30:25.439Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T00:30:25.439Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-04T00:30:25.439Z] ++ cut -d/ -f2 [2021-03-04T00:30:25.439Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-04T00:30:25.525Z] 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-03-04T00:30:27.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T00:30:27.120Z] [2021-03-04T00:30:27.120Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:30:27.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T00:30:27.476Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T00:30:27.476Z] 31603596830f: Pulling fs layer [2021-03-04T00:30:27.476Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T00:30:27.476Z] 6ca5941a6612: Pulling fs layer [2021-03-04T00:30:27.476Z] ecc8261a40a4: Pulling fs layer [2021-03-04T00:30:27.476Z] ecc8261a40a4: Waiting [2021-03-04T00:30:27.476Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T00:30:27.476Z] 31603596830f: Verifying Checksum [2021-03-04T00:30:27.476Z] 31603596830f: Download complete [2021-03-04T00:30:27.744Z] 6ca5941a6612: Verifying Checksum [2021-03-04T00:30:27.744Z] 6ca5941a6612: Download complete [2021-03-04T00:30:27.744Z] ecc8261a40a4: Verifying Checksum [2021-03-04T00:30:27.744Z] ecc8261a40a4: Download complete [2021-03-04T00:30:28.009Z] 31603596830f: Pull complete [2021-03-04T00:30:28.009Z] 2a8b12db71e7: Pull complete [2021-03-04T00:30:28.967Z] 6ca5941a6612: Pull complete [2021-03-04T00:30:29.234Z] ecc8261a40a4: Pull complete [2021-03-04T00:30:29.499Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T00:30:29.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T00:30:29.499Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T00:30:29.621Z] prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container [2021-03-04T00:30:29.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T00:30:32.355Z] $ docker top 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T00:30:32.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T00:30:32.666Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T00:30:32.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T00:30:32.937Z] $ docker exec 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent [2021-03-04T00:30:33.128Z] SSH_AUTH_SOCK=/tmp/ssh-5w3DHT3VK7IG/agent.11 [2021-03-04T00:30:33.129Z] SSH_AGENT_PID=16 [2021-03-04T00:30:33.140Z] Running ssh-add (command line suppressed) [2021-03-04T00:30:33.268Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8232489633559455545.key (/w/workspace/edgex-go/2@tmp/private_key_8232489633559455545.key) [2021-03-04T00:30:33.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T00:30:33.677Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T00:30:33.704Z] $ docker exec --env ******** --env ******** 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent -k [2021-03-04T00:30:33.829Z] unset SSH_AUTH_SOCK; [2021-03-04T00:30:33.829Z] unset SSH_AGENT_PID; [2021-03-04T00:30:33.829Z] echo Agent pid 16 killed; [2021-03-04T00:30:33.881Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T00:30:34.018Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T00:30:34.018Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T00:30:34.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T00:30:34.227Z] $ docker exec 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent [2021-03-04T00:30:34.413Z] SSH_AUTH_SOCK=/tmp/ssh-kW0Dx8CebsqS/agent.46 [2021-03-04T00:30:34.413Z] SSH_AGENT_PID=51 [2021-03-04T00:30:34.420Z] Running ssh-add (command line suppressed) [2021-03-04T00:30:34.571Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8411950271349372217.key (/w/workspace/edgex-go/2@tmp/private_key_8411950271349372217.key) [2021-03-04T00:30:34.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T00:30:34.995Z] + git semver init [2021-03-04T00:30:34.995Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T00:30:34.995Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-04T00:30:34.995Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-04T00:30:34.995Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T00:30:34.995Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T00:30:34.995Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T00:30:34.995Z] # $SEMVER_BRANCH = PR-3217 [2021-03-04T00:30:34.995Z] # $SEMVER_TEMP = /tmp/semver-851296529 [2021-03-04T00:30:34.995Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-04T00:31:01.665Z] # '/tmp/semver-851296529' -> '/w/workspace/edgex-go/2/.semver' [2021-03-04T00:31:01.665Z] # -> Force: false [2021-03-04T00:31:01.665Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-04T00:31:01.683Z] $ docker exec --env ******** --env ******** 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent -k [2021-03-04T00:31:01.998Z] unset SSH_AUTH_SOCK; [2021-03-04T00:31:01.999Z] unset SSH_AGENT_PID; [2021-03-04T00:31:01.999Z] echo Agent pid 51 killed; [2021-03-04T00:31:02.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T00:31:02.602Z] + git semver [Pipeline] } [2021-03-04T00:31:02.622Z] $ docker stop --time=1 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 [2021-03-04T00:31:04.660Z] $ docker rm -f 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T00:31:05.219Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T00:31:05.763Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T00:31:05.766Z] [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-03-04T00:31:06.710Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:31:07.010Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:31:07.318Z] + sudo service docker restart [2021-03-04T00:31:07.318Z] + true [2021-03-04T00:31:07.318Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-04T00:31:07.913Z] ========================================================= [2021-03-04T00:31:07.913Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T00:31:07.913Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:31:08.311Z] + 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-03-04T00:31:12.557Z] Sending build context to Docker daemon 328.2MB [2021-03-04T00:31:12.557Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T00:31:12.557Z] Step 2/6 : FROM ${BASE} [2021-03-04T00:31:12.557Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T00:31:12.557Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T00:31:12.557Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T00:31:12.557Z] de9db76c5a1d: Pulling fs layer [2021-03-04T00:31:12.557Z] bca2f99d35d6: Pulling fs layer [2021-03-04T00:31:12.557Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T00:31:12.557Z] 7c6f9722023f: Pulling fs layer [2021-03-04T00:31:12.557Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T00:31:12.557Z] bca2f99d35d6: Waiting [2021-03-04T00:31:12.557Z] 93359f2a8cfa: Waiting [2021-03-04T00:31:12.557Z] 7c6f9722023f: Waiting [2021-03-04T00:31:12.557Z] a35cf1a2eb13: Waiting [2021-03-04T00:31:12.557Z] de9db76c5a1d: Verifying Checksum [2021-03-04T00:31:12.557Z] de9db76c5a1d: Download complete [2021-03-04T00:31:12.557Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T00:31:12.557Z] 0ef7d3d256c8: Download complete [2021-03-04T00:31:12.827Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T00:31:12.827Z] 93359f2a8cfa: Download complete [2021-03-04T00:31:12.827Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T00:31:12.827Z] 188c0c94c7c5: Download complete [2021-03-04T00:31:12.827Z] 7c6f9722023f: Verifying Checksum [2021-03-04T00:31:12.827Z] 7c6f9722023f: Download complete [2021-03-04T00:31:13.109Z] 188c0c94c7c5: Pull complete [2021-03-04T00:31:13.389Z] 0ef7d3d256c8: Pull complete [2021-03-04T00:31:13.654Z] de9db76c5a1d: Pull complete [2021-03-04T00:31:15.060Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T00:31:15.060Z] a35cf1a2eb13: Download complete [2021-03-04T00:31:16.017Z] bca2f99d35d6: Verifying Checksum [2021-03-04T00:31:16.017Z] bca2f99d35d6: Download complete [2021-03-04T00:31:21.186Z] Still waiting to schedule task [2021-03-04T00:31:21.186Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-04T00:31:21.341Z] bca2f99d35d6: Pull complete [2021-03-04T00:31:21.341Z] 93359f2a8cfa: Pull complete [2021-03-04T00:31:21.604Z] 7c6f9722023f: Pull complete [2021-03-04T00:31:25.834Z] a35cf1a2eb13: Pull complete [2021-03-04T00:31:25.834Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T00:31:25.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T00:31:25.834Z] ---> a62c8e92a672 [2021-03-04T00:31:25.834Z] 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-03-04T00:31:26.105Z] ---> Running in c0e3cf8b1b8f [2021-03-04T00:31:26.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:31:27.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:31:28.226Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T00:31:28.489Z] (2/12) Installing file (5.38-r0) [2021-03-04T00:31:28.752Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T00:31:28.752Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T00:31:41.020Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T00:31:41.020Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T00:31:41.020Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T00:31:41.020Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T00:31:41.020Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T00:31:41.020Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T00:31:41.020Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T00:31:41.020Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T00:31:41.021Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:31:41.021Z] OK: 233 MiB in 51 packages [2021-03-04T00:31:44.341Z] Removing intermediate container c0e3cf8b1b8f [2021-03-04T00:31:44.341Z] ---> 1507cc231b1f [2021-03-04T00:31:44.341Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T00:31:44.341Z] ---> Running in 4ca096c549d9 [2021-03-04T00:31:44.341Z] Removing intermediate container 4ca096c549d9 [2021-03-04T00:31:44.341Z] ---> ce1386b88b79 [2021-03-04T00:31:44.341Z] Step 5/6 : COPY go.mod . [2021-03-04T00:31:44.605Z] ---> 78b530878f3b [2021-03-04T00:31:44.605Z] Step 6/6 : RUN go mod download [2021-03-04T00:31:44.605Z] ---> Running in e955fa8bb9af [2021-03-04T00:32:11.240Z] Removing intermediate container e955fa8bb9af [2021-03-04T00:32:11.240Z] ---> 0934482d6233 [2021-03-04T00:32:11.240Z] Successfully built 0934482d6233 [2021-03-04T00:32:11.240Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:32:11.555Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T00:32:11.555Z] . [Pipeline] withDockerContainer [2021-03-04T00:32:11.667Z] prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container [2021-03-04T00:32:11.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T00:32:12.769Z] $ docker top cfd2c9aacdbc785f9ff80af3c3e5d08d1002e09c95917f763325268e5c7cf3c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:32:13.319Z] + go version [2021-03-04T00:32:13.319Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T00:32:13.338Z] $ docker stop --time=1 cfd2c9aacdbc785f9ff80af3c3e5d08d1002e09c95917f763325268e5c7cf3c3 [2021-03-04T00:32:14.762Z] $ docker rm -f cfd2c9aacdbc785f9ff80af3c3e5d08d1002e09c95917f763325268e5c7cf3c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:32:15.563Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T00:32:15.563Z] . [Pipeline] withDockerContainer [2021-03-04T00:32:15.674Z] prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container [2021-03-04T00:32:15.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T00:32:16.410Z] $ docker top d8f71356f5051685328aedea8c15a0dad658dc300e6685c79daa6055b566f490 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T00:32:16.593Z] ========================================================= [2021-03-04T00:32:16.593Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T00:32:16.593Z] ========================================================= [Pipeline] sh [2021-03-04T00:32:16.887Z] + make test [2021-03-04T00:32:16.887Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T00:32:26.962Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T00:32:42.474Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T00:32:50.731Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T00:32:50.731Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T00:32:50.731Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T00:32:51.316Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T00:32:51.316Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T00:32:51.316Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T00:32:51.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T00:32:52.570Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T00:32:53.211Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T00:32:55.829Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T00:32:55.829Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T00:32:55.829Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T00:32:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.9% of statements [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T00:32:59.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T00:32:59.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements [2021-03-04T00:33:00.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.241s coverage: 27.1% of statements [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T00:33:00.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T00:33:00.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T00:33:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T00:33:01.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 66.2% of statements [2021-03-04T00:33:01.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T00:33:01.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T00:33:02.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.472s coverage: 82.4% of statements [2021-03-04T00:33:02.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T00:33:02.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:33:02.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T00:33:02.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T00:33:05.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T00:33:05.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T00:33:05.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T00:33:05.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T00:33:05.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T00:33:05.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T00:33:05.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.489s coverage: 92.8% of statements [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T00:33:09.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-03-04T00:33:09.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-03-04T00:33:21.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-03-04T00:33:21.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.6% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 62.4% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.465s coverage: 69.1% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 38.4% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.158s coverage: 47.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 87.7% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.888s coverage: 29.1% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 94.3% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T00:33:33.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-04T00:33:33.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-04T00:33:33.777Z] GO111MODULE=on go vet ./... [2021-03-04T00:34:06.140Z] gofmt -l . [2021-03-04T00:34:06.140Z] [ "`gofmt -l .`" = "" ] [2021-03-04T00:34:06.140Z] ./bin/test-go-mod-tidy.sh [2021-03-04T00:34:06.140Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T00:34:06.465Z] + ls -al . [2021-03-04T00:34:06.466Z] total 716 [2021-03-04T00:34:06.466Z] drwxrwxr-x 10 1001 1001 4096 Mar 4 00:34 . [2021-03-04T00:34:06.466Z] drwxr-xr-x 4 root root 28 Mar 4 00:32 .. [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 00:30 .dockerignore [2021-03-04T00:34:06.466Z] drwxrwxr-x 8 1001 1001 179 Mar 4 00:30 .git [2021-03-04T00:34:06.466Z] drwxrwxr-x 3 1001 1001 125 Mar 4 00:30 .github [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 00:30 .gitignore [2021-03-04T00:34:06.466Z] drwx------ 3 1001 1001 60 Mar 4 00:30 .semver [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 00:30 .sonarcloud.properties [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:30 Attribution.txt [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:30 CONTRIBUTING.md [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 00:30 Dockerfile.build [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 00:30 Jenkinsfile [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:30 LICENSE [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:30 Makefile [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:30 README.md [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:30 SECURITY.md [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 00:31 VERSION [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:30 ZMQWindows.md [2021-03-04T00:34:06.466Z] drwxrwxr-x 2 1001 1001 117 Mar 4 00:30 bin [2021-03-04T00:34:06.466Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 00:30 cmd [2021-03-04T00:34:06.466Z] -rw-r--r-- 1 root root 604728 Mar 4 00:33 coverage.out [2021-03-04T00:34:06.466Z] -rw-r--r-- 1 root root 1055 Mar 4 00:34 go.mod [2021-03-04T00:34:06.466Z] -rw-r--r-- 1 root root 21699 Mar 4 00:34 go.sum [2021-03-04T00:34:06.466Z] drwxrwxr-x 8 1001 1001 127 Mar 4 00:30 internal [2021-03-04T00:34:06.466Z] drwxrwxr-x 4 1001 1001 26 Mar 4 00:30 openapi [2021-03-04T00:34:06.466Z] drwxrwxr-x 4 1001 1001 71 Mar 4 00:30 snap [2021-03-04T00:34:06.466Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 00:30 version.go [Pipeline] sh [2021-03-04T00:34:06.779Z] + '[' -e coverage.out ] [2021-03-04T00:34:06.779Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T00:34:07.065Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T00:34:07.371Z] + make build [2021-03-04T00:34:07.371Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-04T00:34:12.688Z] 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-03-04T00:34:14.168Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28414 in /w/workspace/edgexfoundry_edgex-go_PR-3217 [Pipeline] { [Pipeline] ws [2021-03-04T00:34:14.218Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-04T00:34:19.593Z] using credential edgex-jenkins-ssh [2021-03-04T00:34:19.647Z] Cloning the remote Git repository [2021-03-04T00:34:19.698Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:34:19.821Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-04T00:34:19.905Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:34:19.906Z] > git --version # timeout=10 [2021-03-04T00:34:19.924Z] > git --version # 'git version 2.17.1' [2021-03-04T00:34:19.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:34:19.978Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:34:20.951Z] 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-03-04T00:34:22.358Z] 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-03-04T00:34:24.301Z] 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-03-04T00:34:24.883Z] 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-03-04T00:34:26.848Z] 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-03-04T00:34:28.771Z] 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-03-04T00:34:29.728Z] 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-03-04T00:34:31.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-04T00:34:32.555Z] 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-03-04T00:34:33.521Z] 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-03-04T00:34:36.123Z] $ docker stop --time=1 d8f71356f5051685328aedea8c15a0dad658dc300e6685c79daa6055b566f490 [2021-03-04T00:34:35.985Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:34:36.009Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:34:36.042Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:34:36.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:34:36.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:34:36.090Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3217/head:refs/remotes/origin/PR-3217 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T00:34:36.937Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 7fd844e224d53df8123c4983195079c1834b6267 [2021-03-04T00:34:37.782Z] Merge succeeded, producing ced447fd552f85cb7c29760639a03375d58ee215 [2021-03-04T00:34:37.782Z] Checking out Revision ced447fd552f85cb7c29760639a03375d58ee215 (PR-3217) [2021-03-04T00:34:37.926Z] $ docker rm -f d8f71356f5051685328aedea8c15a0dad658dc300e6685c79daa6055b566f490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-04T00:34:36.956Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:34:37.022Z] > git checkout -f 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [2021-03-04T00:34:37.351Z] > git remote # timeout=10 [2021-03-04T00:34:37.370Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T00:34:37.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:34:37.400Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-04T00:34:37.765Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T00:34:37.789Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:34:37.805Z] > git checkout -f ced447fd552f85cb7c29760639a03375d58ee215 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:34:41.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:34:41.541Z] [2021-03-04T00:34:41.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:34:41.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:34:41.932Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-04T00:34:41.932Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-04T00:34:41.932Z] ca9280d653b3: Pulling fs layer [2021-03-04T00:34:41.932Z] 7e9c9ca2126c: Pulling fs layer [2021-03-04T00:34:42.220Z] Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" [2021-03-04T00:34:42.228Z] > git rev-list --no-walk 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T00:34:42.904Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-04T00:34:42.904Z] cbdbe7a5bc2a: Download complete [2021-03-04T00:34:43.182Z] ca9280d653b3: Verifying Checksum [2021-03-04T00:34:43.182Z] ca9280d653b3: Download complete [2021-03-04T00:34:43.182Z] cbdbe7a5bc2a: Pull complete [2021-03-04T00:34:43.743Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:34:44.144Z] ca9280d653b3: Pull complete [2021-03-04T00:34:44.230Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T00:34:44.632Z] + sudo service docker restart+ true [2021-03-04T00:34:44.632Z] [2021-03-04T00:34:44.730Z] 7e9c9ca2126c: Verifying Checksum [2021-03-04T00:34:44.730Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T00:34:46.706Z] provisioning config files... [2021-03-04T00:34:46.750Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2157279963602213706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:34:47.162Z] ---> docker-login.sh [2021-03-04T00:34:47.162Z] nexus3.edgexfoundry.org:10001 [2021-03-04T00:34:48.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:34:48.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:34:48.428Z] Configure a credential helper to remove this warning. See [2021-03-04T00:34:48.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:34:48.428Z] [2021-03-04T00:34:48.428Z] Login Succeeded [2021-03-04T00:34:48.428Z] nexus3.edgexfoundry.org:10002 [2021-03-04T00:34:48.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:34:48.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:34:48.972Z] Configure a credential helper to remove this warning. See [2021-03-04T00:34:48.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:34:48.972Z] [2021-03-04T00:34:48.972Z] Login Succeeded [2021-03-04T00:34:48.972Z] nexus3.edgexfoundry.org:10003 [2021-03-04T00:34:49.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:34:49.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:34:49.244Z] Configure a credential helper to remove this warning. See [2021-03-04T00:34:49.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:34:49.244Z] [2021-03-04T00:34:49.244Z] Login Succeeded [2021-03-04T00:34:49.244Z] nexus3.edgexfoundry.org:10004 [2021-03-04T00:34:49.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:34:49.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:34:49.846Z] Configure a credential helper to remove this warning. See [2021-03-04T00:34:49.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:34:49.846Z] [2021-03-04T00:34:49.846Z] Login Succeeded [2021-03-04T00:34:49.846Z] docker.io [2021-03-04T00:34:50.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T00:34:50.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T00:34:50.393Z] Configure a credential helper to remove this warning. See [2021-03-04T00:34:50.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T00:34:50.393Z] [2021-03-04T00:34:50.393Z] Login Succeeded [2021-03-04T00:34:50.393Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T00:34:50.411Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T00:34:50.838Z] ========================================================= [2021-03-04T00:34:50.838Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T00:34:50.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:34:51.219Z] + 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-03-04T00:34:51.369Z] 7e9c9ca2126c: Pull complete [2021-03-04T00:34:51.369Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-04T00:34:51.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:34:51.369Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-04T00:34:51.733Z] prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container [2021-03-04T00:34:51.863Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T00:34:53.875Z] Sending build context to Docker daemon 166.5MB [2021-03-04T00:34:53.875Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T00:34:53.875Z] Step 2/6 : FROM ${BASE} [2021-03-04T00:34:53.875Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T00:34:53.875Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T00:34:53.875Z] a4357932f1b6: Pulling fs layer [2021-03-04T00:34:53.875Z] 18c013af1878: Pulling fs layer [2021-03-04T00:34:53.875Z] 00ac8860ef70: Pulling fs layer [2021-03-04T00:34:53.875Z] 63d7cb157983: Pulling fs layer [2021-03-04T00:34:53.875Z] b116817d02f9: Pulling fs layer [2021-03-04T00:34:53.875Z] 745a02a5169b: Pulling fs layer [2021-03-04T00:34:53.875Z] 00ac8860ef70: Waiting [2021-03-04T00:34:53.875Z] b116817d02f9: Waiting [2021-03-04T00:34:53.875Z] 63d7cb157983: Waiting [2021-03-04T00:34:53.875Z] 745a02a5169b: Waiting [2021-03-04T00:34:53.875Z] 18c013af1878: Verifying Checksum [2021-03-04T00:34:53.875Z] 18c013af1878: Download complete [2021-03-04T00:34:53.875Z] a4357932f1b6: Download complete [2021-03-04T00:34:53.875Z] 63d7cb157983: Verifying Checksum [2021-03-04T00:34:53.875Z] 63d7cb157983: Download complete [2021-03-04T00:34:53.875Z] b116817d02f9: Download complete [2021-03-04T00:34:53.875Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T00:34:53.875Z] 5f621e34cdf4: Download complete [2021-03-04T00:34:54.151Z] $ docker top 98142e140db2c25994f82d4085b23675dfeb05d9b0d24ddd962e93247ccadd94 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:34:54.490Z] 5f621e34cdf4: Pull complete [2021-03-04T00:34:54.686Z] + docker-compose build --help [2021-03-04T00:34:54.686Z] + grep parallel [2021-03-04T00:34:55.089Z] a4357932f1b6: Pull complete [2021-03-04T00:34:55.368Z] 18c013af1878: Pull complete [2021-03-04T00:34:55.631Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T00:34:55.907Z] $ docker stop --time=1 98142e140db2c25994f82d4085b23675dfeb05d9b0d24ddd962e93247ccadd94 [2021-03-04T00:34:57.282Z] $ docker rm -f 98142e140db2c25994f82d4085b23675dfeb05d9b0d24ddd962e93247ccadd94 [2021-03-04T00:34:57.349Z] 745a02a5169b: Verifying Checksum [2021-03-04T00:34:57.350Z] 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:34:57.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T00:34:57.933Z] . [Pipeline] withDockerContainer [2021-03-04T00:34:58.035Z] prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container [2021-03-04T00:34:58.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T00:34:58.742Z] $ docker top dcb48b92f4a2533bd74e8852199717a22449064067f55fe8b3b1761b6750604f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:34:59.338Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T00:34:59.351Z] 00ac8860ef70: Download complete [2021-03-04T00:35:00.294Z] Building docker-core-command-go ... [2021-03-04T00:35:00.295Z] Building docker-core-data-go ... [2021-03-04T00:35:00.295Z] Building docker-core-metadata-go ... [2021-03-04T00:35:00.295Z] Building docker-security-bootstrapper-go ... [2021-03-04T00:35:00.295Z] Building docker-security-proxy-setup-go ... [2021-03-04T00:35:00.295Z] Building docker-security-secretstore-setup-go ... [2021-03-04T00:35:00.295Z] Building docker-support-notifications-go ... [2021-03-04T00:35:00.295Z] Building docker-support-scheduler-go ... [2021-03-04T00:35:00.295Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T00:35:00.295Z] Building docker-sys-mgmt-agent-go [2021-03-04T00:35:00.295Z] Building docker-security-secretstore-setup-go [2021-03-04T00:35:00.295Z] Building docker-core-command-go [2021-03-04T00:35:00.295Z] Building docker-security-proxy-setup-go [2021-03-04T00:35:00.295Z] Building docker-support-notifications-go [2021-03-04T00:35:09.573Z] 00ac8860ef70: Pull complete [2021-03-04T00:35:09.573Z] 63d7cb157983: Pull complete [2021-03-04T00:35:09.573Z] b116817d02f9: Pull complete [2021-03-04T00:35:12.972Z] 745a02a5169b: Pull complete [2021-03-04T00:35:12.972Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T00:35:12.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T00:35:12.972Z] ---> b7e6874047d6 [2021-03-04T00:35:12.972Z] 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-03-04T00:35:16.407Z] ---> Running in 5a2fa9beccdf [2021-03-04T00:35:17.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:35:18.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:35:19.804Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T00:35:20.077Z] (2/12) Installing file (5.38-r0) [2021-03-04T00:35:20.077Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T00:35:20.077Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T00:35:28.329Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T00:35:28.329Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T00:35:28.329Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T00:35:28.599Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T00:35:28.599Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T00:35:28.599Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T00:35:28.874Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T00:35:28.874Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T00:35:28.874Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:35:28.874Z] OK: 217 MiB in 51 packages [2021-03-04T00:35:33.190Z] Removing intermediate container 5a2fa9beccdf [2021-03-04T00:35:33.190Z] ---> 5462d31569e3 [2021-03-04T00:35:33.190Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T00:35:33.190Z] ---> Running in 3e8e9bc23868 [2021-03-04T00:35:33.463Z] Removing intermediate container 3e8e9bc23868 [2021-03-04T00:35:33.463Z] ---> 755e313c3261 [2021-03-04T00:35:33.463Z] Step 5/6 : COPY go.mod . [2021-03-04T00:35:34.068Z] ---> 72e9f4a53f09 [2021-03-04T00:35:34.068Z] Step 6/6 : RUN go mod download [2021-03-04T00:35:34.341Z] ---> Running in def51845b9d2 [2021-03-04T00:35:39.268Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:35:39.268Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:35:39.268Z] ---> 0934482d6233 [2021-03-04T00:35:39.268Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T00:35:39.268Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:35:39.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:35:39.268Z] ---> 0934482d6233 [2021-03-04T00:35:39.268Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T00:35:39.268Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:35:39.268Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:35:39.268Z] ---> 0934482d6233 [2021-03-04T00:35:39.268Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T00:35:39.268Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:35:39.268Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:35:39.268Z] ---> 0934482d6233 [2021-03-04T00:35:39.268Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:35:39.268Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:35:39.268Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:35:39.268Z] ---> 0934482d6233 [2021-03-04T00:35:39.268Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:35:39.268Z] ---> Running in ab813b88e31e [2021-03-04T00:35:39.268Z] ---> Running in 7e51da0296f5 [2021-03-04T00:35:39.268Z] ---> Running in 983b174a30c1 [2021-03-04T00:35:39.268Z] ---> Running in 52fb9e99cc71 [2021-03-04T00:35:39.268Z] ---> Running in 11387d20d8b9 [2021-03-04T00:35:39.268Z] Removing intermediate container 7e51da0296f5 [2021-03-04T00:35:39.268Z] ---> b668ba671e46 [2021-03-04T00:35:39.268Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:35:39.268Z] Removing intermediate container 11387d20d8b9 [2021-03-04T00:35:39.268Z] Removing intermediate container ab813b88e31e [2021-03-04T00:35:39.268Z] ---> 91766f1ac289 [2021-03-04T00:35:39.268Z] ---> cc873384644a [2021-03-04T00:35:39.268Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:35:39.268Z] [2021-03-04T00:35:39.268Z] Removing intermediate container 983b174a30c1 [2021-03-04T00:35:39.268Z] ---> 053034beece1 [2021-03-04T00:35:39.268Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:35:39.268Z] Removing intermediate container 52fb9e99cc71 [2021-03-04T00:35:39.268Z] ---> 98cd9d0d3f5d [2021-03-04T00:35:39.268Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:35:39.268Z] ---> Running in d22054851146 [2021-03-04T00:35:39.268Z] ---> Running in c9f79ebd1469 [2021-03-04T00:35:39.268Z] ---> Running in 04c77f8f04e0 [2021-03-04T00:35:39.268Z] ---> Running in ed9feff880cf [2021-03-04T00:35:39.268Z] ---> Running in 4d2b2cf5bb90 [2021-03-04T00:35:39.268Z] Removing intermediate container 04c77f8f04e0 [2021-03-04T00:35:39.268Z] ---> 2df78a77c91e [2021-03-04T00:35:39.268Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:35:39.268Z] ---> Running in cef7e89d43bd [2021-03-04T00:35:39.268Z] Removing intermediate container d22054851146 [2021-03-04T00:35:39.268Z] ---> a9d832ec2634 [2021-03-04T00:35:39.268Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T00:35:39.268Z] Removing intermediate container c9f79ebd1469 [2021-03-04T00:35:39.268Z] ---> 485c1d06d1dd [2021-03-04T00:35:39.268Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T00:35:39.268Z] ---> Running in 52725e15a0f2 [2021-03-04T00:35:39.268Z] ---> Running in dffc43113cdc [2021-03-04T00:35:39.268Z] Removing intermediate container 4d2b2cf5bb90 [2021-03-04T00:35:39.268Z] ---> 7f70b38c5f26 [2021-03-04T00:35:39.268Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T00:35:39.268Z] Removing intermediate container ed9feff880cf [2021-03-04T00:35:39.268Z] ---> 37b45a44558a [2021-03-04T00:35:39.268Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T00:35:39.268Z] ---> Running in 50af5ab1c289 [2021-03-04T00:35:39.268Z] ---> Running in f1a5ba0d5d8e [2021-03-04T00:35:39.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.540Z] OK: 233 MiB in 51 packages [2021-03-04T00:35:39.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:39.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:40.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:35:40.073Z] Removing intermediate container cef7e89d43bd [2021-03-04T00:35:40.073Z] ---> 340398d1488b [2021-03-04T00:35:40.073Z] Step 6/23 : COPY go.mod . [2021-03-04T00:35:40.355Z] OK: 233 MiB in 51 packages [2021-03-04T00:35:40.355Z] OK: 233 MiB in 51 packages [2021-03-04T00:35:40.356Z] OK: 233 MiB in 51 packages [2021-03-04T00:35:40.626Z] ---> fdb5442fd803 [2021-03-04T00:35:40.626Z] Step 7/23 : RUN go mod download [2021-03-04T00:35:40.626Z] OK: 233 MiB in 51 packages [2021-03-04T00:35:40.626Z] ---> Running in dd18630a98aa [2021-03-04T00:35:41.210Z] Removing intermediate container dffc43113cdc [2021-03-04T00:35:41.210Z] ---> 0b6d8d12fed1 [2021-03-04T00:35:41.210Z] Step 6/26 : COPY go.mod . [2021-03-04T00:35:41.498Z] Removing intermediate container f1a5ba0d5d8e [2021-03-04T00:35:41.498Z] ---> 94e44c72a39a [2021-03-04T00:35:41.498Z] Step 6/21 : COPY go.mod . [2021-03-04T00:35:41.498Z] ---> 4dd124dbbf69 [2021-03-04T00:35:41.498Z] Step 7/26 : RUN go mod download [2021-03-04T00:35:41.774Z] Removing intermediate container 50af5ab1c289 [2021-03-04T00:35:41.774Z] ---> 4e36db03f362 [2021-03-04T00:35:41.774Z] Step 6/24 : COPY go.mod . [2021-03-04T00:35:41.774Z] ---> Running in 15a988b20688 [2021-03-04T00:35:41.774Z] Removing intermediate container 52725e15a0f2 [2021-03-04T00:35:41.774Z] ---> e9f3742026a9 [2021-03-04T00:35:41.774Z] Step 6/22 : COPY go.mod . [2021-03-04T00:35:42.041Z] ---> 47cd163de785 [2021-03-04T00:35:42.041Z] Step 7/21 : RUN go mod download [2021-03-04T00:35:42.311Z] ---> 3c4b25b37be9 [2021-03-04T00:35:42.311Z] Step 7/24 : RUN go mod download [2021-03-04T00:35:42.311Z] ---> Running in a2d85904e5a9 [2021-03-04T00:35:42.311Z] ---> 141d087282cd [2021-03-04T00:35:42.311Z] Step 7/22 : RUN go mod download [2021-03-04T00:35:42.311Z] ---> Running in 3c5b8ed3c46b [2021-03-04T00:35:42.575Z] ---> Running in 34dc1acf15db [2021-03-04T00:35:43.559Z] Removing intermediate container dd18630a98aa [2021-03-04T00:35:43.559Z] ---> 4936fe2bf8b8 [2021-03-04T00:35:43.559Z] Step 8/23 : COPY . . [2021-03-04T00:35:43.559Z] Removing intermediate container 15a988b20688 [2021-03-04T00:35:43.559Z] ---> 2e68b962d3e0 [2021-03-04T00:35:43.559Z] Step 8/26 : COPY . . [2021-03-04T00:35:46.907Z] Removing intermediate container a2d85904e5a9 [2021-03-04T00:35:46.907Z] ---> d8a070e4ff60 [2021-03-04T00:35:46.907Z] Step 8/21 : COPY . . [2021-03-04T00:35:48.893Z] Removing intermediate container 3c5b8ed3c46b [2021-03-04T00:35:48.893Z] ---> 25701209c0e4 [2021-03-04T00:35:48.893Z] Step 8/24 : COPY . . [2021-03-04T00:35:53.167Z] Removing intermediate container 34dc1acf15db [2021-03-04T00:35:53.167Z] ---> 92cba0f253f2 [2021-03-04T00:35:53.167Z] Step 8/22 : COPY . . [2021-03-04T00:36:01.150Z] Removing intermediate container def51845b9d2 [2021-03-04T00:36:01.150Z] ---> f3c13a41035b [2021-03-04T00:36:01.150Z] Successfully built f3c13a41035b [2021-03-04T00:36:01.150Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:36:01.505Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T00:36:01.506Z] . [Pipeline] withDockerContainer [2021-03-04T00:36:01.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container [2021-03-04T00:36:01.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T00:36:03.648Z] $ docker top cac1e7117d9b16daf1ec046df76fc092ca699a24836eb3fba329b2d0d0973e5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:36:04.689Z] + go version [2021-03-04T00:36:04.689Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T00:36:04.718Z] $ docker stop --time=1 cac1e7117d9b16daf1ec046df76fc092ca699a24836eb3fba329b2d0d0973e5f [2021-03-04T00:36:06.707Z] $ docker rm -f cac1e7117d9b16daf1ec046df76fc092ca699a24836eb3fba329b2d0d0973e5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:36:07.779Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T00:36:07.779Z] . [Pipeline] withDockerContainer [2021-03-04T00:36:08.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container [2021-03-04T00:36:08.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T00:36:09.720Z] $ docker top 9bb880176777f34b97c05aec48b0d37cf1f57c5334845cc6246e929bc6fabfaf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T00:36:10.122Z] ========================================================= [2021-03-04T00:36:10.122Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T00:36:10.122Z] ========================================================= [Pipeline] sh [2021-03-04T00:36:10.775Z] + make test [2021-03-04T00:36:10.775Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T00:36:25.533Z] ---> b5a4d5f1422f [2021-03-04T00:36:25.533Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T00:36:25.533Z] ---> 748ef3c1068d [2021-03-04T00:36:25.533Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T00:36:27.049Z] ---> Running in 26bb1e7b0f4e [2021-03-04T00:36:27.049Z] ---> Running in 1e19b22d7c97 [2021-03-04T00:36:28.002Z] ---> dca68fb9b1e0 [2021-03-04T00:36:28.002Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T00:36:28.002Z] ---> 238aa5ebd0ce [2021-03-04T00:36:28.002Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T00:36:28.002Z] ---> f744da660a70 [2021-03-04T00:36:28.002Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T00:36:28.002Z] ---> Running in 602277d369fc [2021-03-04T00:36:28.002Z] ---> Running in 5191c2fb6835 [2021-03-04T00:36:28.002Z] ---> Running in bdae749997a2 [2021-03-04T00:36:28.978Z] 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-03-04T00:36:28.978Z] 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-03-04T00:36:28.978Z] 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-03-04T00:36:28.978Z] 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-03-04T00:36:29.255Z] 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-03-04T00:36:32.980Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T00:37:01.547Z] 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-03-04T00:37:01.852Z] 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-03-04T00:37:12.057Z] Removing intermediate container bdae749997a2 [2021-03-04T00:37:12.057Z] ---> efc40bd1e0f5 [2021-03-04T00:37:12.057Z] [2021-03-04T00:37:12.057Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T00:37:12.057Z] Removing intermediate container 1e19b22d7c97 [2021-03-04T00:37:12.057Z] ---> 9f642a970a70 [2021-03-04T00:37:12.057Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T00:37:12.057Z] Removing intermediate container 5191c2fb6835 [2021-03-04T00:37:12.057Z] ---> 73eef23c6c69 [2021-03-04T00:37:12.057Z] [2021-03-04T00:37:12.057Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T00:37:12.057Z] 3.12: Pulling from library/alpine [2021-03-04T00:37:12.057Z] 3.12: Pulling from library/alpine [2021-03-04T00:37:12.057Z] ---> Running in d28b8ff9b526 [2021-03-04T00:37:12.339Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:37:12.339Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:37:12.339Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T00:37:12.339Z] ---> 88dd2752d2ea [2021-03-04T00:37:12.339Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T00:37:12.339Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T00:37:12.339Z] ---> 88dd2752d2ea [2021-03-04T00:37:12.339Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T00:37:12.610Z] 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-03-04T00:37:15.205Z] ---> Running in 9e7b094f9417 [2021-03-04T00:37:15.205Z] ---> Running in 104e7b49d45c [2021-03-04T00:37:16.178Z] Removing intermediate container 26bb1e7b0f4e [2021-03-04T00:37:16.178Z] ---> 35bc598e4234 [2021-03-04T00:37:16.178Z] [2021-03-04T00:37:16.178Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:37:16.178Z] ---> 88dd2752d2ea [2021-03-04T00:37:16.178Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:37:16.178Z] Removing intermediate container 602277d369fc [2021-03-04T00:37:16.178Z] ---> 88066cca68c3 [2021-03-04T00:37:16.178Z] [2021-03-04T00:37:16.178Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:37:16.178Z] ---> 88dd2752d2ea [2021-03-04T00:37:16.178Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T00:37:16.178Z] ---> Running in 9a792caec98c [2021-03-04T00:37:16.178Z] ---> Running in f9875212abe6 [2021-03-04T00:37:16.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:16.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:16.781Z] Removing intermediate container d28b8ff9b526 [2021-03-04T00:37:16.781Z] ---> 0c38e9d910f2 [2021-03-04T00:37:16.781Z] [2021-03-04T00:37:16.781Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T00:37:16.781Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T00:37:16.781Z] 20.10.0: Pulling from library/docker [2021-03-04T00:37:16.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:16.781Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:37:16.781Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T00:37:17.062Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T00:37:17.062Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T00:37:17.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:37:17.062Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:37:17.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:17.062Z] OK: 7 MiB in 19 packages [2021-03-04T00:37:17.364Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T00:37:17.364Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:37:17.364Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T00:37:17.364Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T00:37:17.364Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:37:17.364Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:37:17.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:17.364Z] OK: 7 MiB in 18 packages [2021-03-04T00:37:17.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:17.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:17.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:17.636Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T00:37:17.636Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T00:37:17.636Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:37:17.636Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:37:17.636Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:37:17.636Z] OK: 6 MiB in 15 packages [2021-03-04T00:37:17.636Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:37:17.901Z] OK: 6 MiB in 16 packages [2021-03-04T00:37:20.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T00:37:21.245Z] Removing intermediate container 9e7b094f9417 [2021-03-04T00:37:21.245Z] ---> 3b7d11351978 [2021-03-04T00:37:21.245Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:37:21.245Z] Removing intermediate container 9a792caec98c [2021-03-04T00:37:21.245Z] ---> a96221c37fbd [2021-03-04T00:37:21.245Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:37:21.834Z] ---> Running in 2023010dd158 [2021-03-04T00:37:21.834Z] ---> Running in f8f070563176 [2021-03-04T00:37:21.834Z] Removing intermediate container f9875212abe6 [2021-03-04T00:37:21.834Z] ---> 7fb97ede758a [2021-03-04T00:37:21.834Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:37:23.248Z] Removing intermediate container 104e7b49d45c [2021-03-04T00:37:23.248Z] ---> 016f9d296d67 [2021-03-04T00:37:23.248Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:37:23.248Z] ---> Running in 3e7670e20383 [2021-03-04T00:37:23.248Z] ---> Running in 8c0c4120da88 [2021-03-04T00:37:23.248Z] Removing intermediate container f8f070563176 [2021-03-04T00:37:23.248Z] ---> 790d2d776673 [2021-03-04T00:37:23.248Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T00:37:23.248Z] Removing intermediate container 2023010dd158 [2021-03-04T00:37:23.248Z] ---> 4e99b7f40ed8 [2021-03-04T00:37:23.248Z] Step 13/24 : WORKDIR / [2021-03-04T00:37:23.248Z] ---> Running in 42c95f1c071b [2021-03-04T00:37:23.248Z] ---> Running in df209fed11e7 [2021-03-04T00:37:23.516Z] Removing intermediate container 3e7670e20383 [2021-03-04T00:37:23.516Z] ---> 7805391fe155 [2021-03-04T00:37:23.516Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T00:37:23.516Z] Removing intermediate container 8c0c4120da88 [2021-03-04T00:37:23.516Z] ---> 15a798344d73 [2021-03-04T00:37:23.516Z] Step 13/21 : WORKDIR /edgex [2021-03-04T00:37:23.794Z] ---> Running in 10d82777f442 [2021-03-04T00:37:23.794Z] ---> Running in 0ed1f9a8c5c3 [2021-03-04T00:37:23.794Z] Removing intermediate container df209fed11e7 [2021-03-04T00:37:23.794Z] ---> 0b1af8ed2c23 [2021-03-04T00:37:23.794Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:37:23.794Z] Removing intermediate container 42c95f1c071b [2021-03-04T00:37:23.794Z] ---> 87573ab789b7 [2021-03-04T00:37:23.794Z] 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-03-04T00:37:24.068Z] ---> Running in a5b6a52ce6c5 [2021-03-04T00:37:24.068Z] Removing intermediate container 0ed1f9a8c5c3 [2021-03-04T00:37:24.068Z] ---> 28d3e24ed982 [2021-03-04T00:37:24.068Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:37:24.351Z] Removing intermediate container 10d82777f442 [2021-03-04T00:37:24.351Z] ---> 336759683c88 [2021-03-04T00:37:24.351Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T00:37:24.351Z] ---> Running in d59146084647 [2021-03-04T00:37:24.351Z] Removing intermediate container a5b6a52ce6c5 [2021-03-04T00:37:24.351Z] ---> 3be4c81e87c2 [2021-03-04T00:37:24.351Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:37:24.351Z] ---> 6cca2e1c9639 [2021-03-04T00:37:24.351Z] 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-03-04T00:37:24.623Z] Removing intermediate container d59146084647 [2021-03-04T00:37:24.623Z] ---> 62c55970df1e [2021-03-04T00:37:24.623Z] Step 15/23 : WORKDIR / [2021-03-04T00:37:24.906Z] ---> 351da8cc3a8a [2021-03-04T00:37:24.906Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T00:37:24.906Z] ---> Running in 1717bcd31aff [2021-03-04T00:37:25.186Z] ---> a42646c8ae3e [2021-03-04T00:37:25.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T00:37:25.186Z] ---> aab9d8e5e0fa [2021-03-04T00:37:25.186Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T00:37:25.467Z] Removing intermediate container 1717bcd31aff [2021-03-04T00:37:25.467Z] ---> 722252c41624 [2021-03-04T00:37:25.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:37:25.744Z] ---> 0d3075311ccc [2021-03-04T00:37:25.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T00:37:26.219Z] ---> 6dcbd6d49e48 [2021-03-04T00:37:26.219Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T00:37:26.219Z] ---> 4792af5f0c54 [2021-03-04T00:37:26.219Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T00:37:26.219Z] ---> 68e4280f3cba [2021-03-04T00:37:26.219Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T00:37:27.474Z] ---> 7a6f393630b2 [2021-03-04T00:37:27.474Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T00:37:27.474Z] ---> 517d60e08540 [2021-03-04T00:37:27.474Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T00:37:27.474Z] ---> dabe4a3206dc [2021-03-04T00:37:27.474Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T00:37:27.474Z] ---> 48348ceb35b3 [2021-03-04T00:37:27.474Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T00:37:28.059Z] ---> Running in aedfd009803d [2021-03-04T00:37:28.059Z] ---> Running in 31e9c8c005b8 [2021-03-04T00:37:28.330Z] ---> b08ce39717e8 [2021-03-04T00:37:28.330Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T00:37:28.330Z] ---> 840267496ef0 [2021-03-04T00:37:28.330Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T00:37:28.330Z] Removing intermediate container aedfd009803d [2021-03-04T00:37:28.330Z] ---> 01f8642c9d9a [2021-03-04T00:37:28.330Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:37:28.330Z] Removing intermediate container 31e9c8c005b8 [2021-03-04T00:37:28.330Z] ---> 21ab4f9c77c0 [2021-03-04T00:37:28.330Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T00:37:28.346Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T00:37:28.595Z] ---> Running in 821a7350f420 [2021-03-04T00:37:28.595Z] ---> Running in e0cb89a86523 [2021-03-04T00:37:28.595Z] ---> Running in 200c0476cff3 [2021-03-04T00:37:28.595Z] ---> 7e8c367faf93 [2021-03-04T00:37:28.595Z] 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-03-04T00:37:28.865Z] Removing intermediate container 821a7350f420 [2021-03-04T00:37:28.865Z] ---> b7e4f42aa671 [2021-03-04T00:37:28.865Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:37:28.865Z] Removing intermediate container e0cb89a86523 [2021-03-04T00:37:28.865Z] ---> 3e432f7d272e [2021-03-04T00:37:28.865Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T00:37:28.865Z] ---> Running in 1bcdc2ae7f32 [2021-03-04T00:37:28.865Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T00:37:29.128Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T00:37:29.128Z] ---> aefe523efa57 [2021-03-04T00:37:29.128Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T00:37:29.128Z] Removing intermediate container 200c0476cff3 [2021-03-04T00:37:29.128Z] ---> 378c607969f7 [2021-03-04T00:37:29.128Z] Step 19/21 : LABEL arch=x86_64 [2021-03-04T00:37:29.128Z] ---> Running in f3cb2ed1d70b [2021-03-04T00:37:29.402Z] ---> Running in 06280be93b08 [2021-03-04T00:37:29.402Z] ---> Running in 52c3452f2445 [2021-03-04T00:37:29.402Z] ---> Running in 602eee8e85c6 [2021-03-04T00:37:29.670Z] Removing intermediate container f3cb2ed1d70b [2021-03-04T00:37:29.670Z] ---> 2c0be81d2219 [2021-03-04T00:37:29.670Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T00:37:29.958Z] ---> Running in ffae83c53a57 [2021-03-04T00:37:29.958Z] Removing intermediate container 06280be93b08 [2021-03-04T00:37:29.958Z] ---> d24116a1bc99 [2021-03-04T00:37:29.958Z] Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:37:29.958Z] Removing intermediate container 602eee8e85c6 [2021-03-04T00:37:29.958Z] ---> 3e1ccf1caa53 [2021-03-04T00:37:29.958Z] Step 20/21 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:37:29.958Z] ---> Running in 945d9eb99e8d [2021-03-04T00:37:29.958Z] ---> Running in 04195a1e5879 [2021-03-04T00:37:30.241Z] Removing intermediate container ffae83c53a57 [2021-03-04T00:37:30.241Z] ---> 78e99985dda0 [2021-03-04T00:37:30.241Z] Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:37:30.241Z] ---> Running in 4115b01a7df4 [2021-03-04T00:37:30.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:30.516Z] Removing intermediate container 945d9eb99e8d [2021-03-04T00:37:30.516Z] ---> 05dbb737c4a5 [2021-03-04T00:37:30.516Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:37:30.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:30.516Z] Removing intermediate container 04195a1e5879 [2021-03-04T00:37:30.516Z] ---> 0702d69c0375 [2021-03-04T00:37:30.516Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T00:37:30.516Z] ---> Running in 1aa1aba85819 [2021-03-04T00:37:30.779Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T00:37:30.779Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T00:37:30.779Z] Executing bash-5.0.17-r0.post-install [2021-03-04T00:37:30.779Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:37:30.779Z] ---> Running in 38cd180a6b88 [2021-03-04T00:37:30.779Z] OK: 12 MiB in 22 packages [2021-03-04T00:37:30.779Z] Removing intermediate container 4115b01a7df4 [2021-03-04T00:37:30.779Z] ---> a5b612ba95d9 [2021-03-04T00:37:30.779Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:37:30.779Z] Removing intermediate container 1bcdc2ae7f32 [2021-03-04T00:37:30.779Z] ---> 78fc2773b8b3 [2021-03-04T00:37:30.779Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T00:37:31.048Z] ---> Running in b2e8ee65fb58 [2021-03-04T00:37:31.048Z] Removing intermediate container 1aa1aba85819 [2021-03-04T00:37:31.048Z] ---> d266c57d7648 [2021-03-04T00:37:31.048Z] [2021-03-04T00:37:31.048Z] Removing intermediate container 38cd180a6b88 [2021-03-04T00:37:31.048Z] ---> faf27aad48ed [2021-03-04T00:37:31.048Z] [2021-03-04T00:37:31.315Z] ---> Running in 7f660d6af446 [2021-03-04T00:37:31.315Z] Successfully built d266c57d7648 [2021-03-04T00:37:31.315Z] Successfully tagged docker-support-notifications-go:latest [2021-03-04T00:37:31.315Z] Building docker-support-scheduler-go [2021-03-04T00:37:31.315Z]  Building docker-support-notifications-go ... done Removing intermediate container b2e8ee65fb58 [2021-03-04T00:37:31.315Z] ---> 421e92b28670 [2021-03-04T00:37:31.315Z] [2021-03-04T00:37:31.315Z] Successfully built faf27aad48ed [2021-03-04T00:37:31.315Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-04T00:37:31.315Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-04T00:37:31.588Z] Removing intermediate container 7f660d6af446 [2021-03-04T00:37:31.588Z] ---> c497b663df8d [2021-03-04T00:37:31.588Z] Step 22/24 : LABEL arch=x86_64 [2021-03-04T00:37:31.862Z] Successfully built 421e92b28670 [2021-03-04T00:37:31.862Z] Successfully tagged docker-core-command-go:latest [2021-03-04T00:37:31.862Z] Building docker-core-data-go [2021-03-04T00:37:31.862Z]  Building docker-core-command-go ... done  ---> Running in df51ade880f8 [2021-03-04T00:37:31.862Z] Removing intermediate container 52c3452f2445 [2021-03-04T00:37:31.862Z] ---> 6a62a6ee9b59 [2021-03-04T00:37:31.862Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T00:37:32.130Z] ---> Running in b9616a0493ad [2021-03-04T00:37:32.130Z] Removing intermediate container df51ade880f8 [2021-03-04T00:37:32.130Z] ---> e1cfa5872e28 [2021-03-04T00:37:32.130Z] Step 23/24 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:37:32.130Z] Removing intermediate container b9616a0493ad [2021-03-04T00:37:32.130Z] ---> 5e49b37ffa13 [2021-03-04T00:37:32.130Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T00:37:32.130Z] ---> Running in 26a13dd47727 [2021-03-04T00:37:32.403Z] ---> Running in 8afc067f4c58 [2021-03-04T00:37:32.403Z] Removing intermediate container 26a13dd47727 [2021-03-04T00:37:32.403Z] ---> db7ef91556bc [2021-03-04T00:37:32.403Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T00:37:32.668Z] Removing intermediate container 8afc067f4c58 [2021-03-04T00:37:32.668Z] ---> f0e0078bd627 [2021-03-04T00:37:32.668Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T00:37:32.668Z] ---> Running in 20423098e757 [2021-03-04T00:37:32.962Z] ---> Running in b2fb1a610e16 [2021-03-04T00:37:35.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T00:37:35.125Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T00:37:35.559Z] Removing intermediate container 20423098e757 [2021-03-04T00:37:35.559Z] ---> 4c5525965bfc [2021-03-04T00:37:35.559Z] [2021-03-04T00:37:35.559Z] Successfully built 4c5525965bfc [2021-03-04T00:37:35.559Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-04T00:37:35.559Z] Building docker-core-metadata-go [2021-03-04T00:37:35.559Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b2fb1a610e16 [2021-03-04T00:37:35.559Z] ---> e1fe2eebf223 [2021-03-04T00:37:35.559Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T00:37:37.499Z] ---> 9e5c9571223e [2021-03-04T00:37:37.499Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T00:37:37.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T00:37:37.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T00:37:37.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T00:37:37.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T00:37:39.444Z] ---> 7c0be58c709d [2021-03-04T00:37:39.444Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T00:37:40.413Z] ---> 0e157ec55975 [2021-03-04T00:37:40.413Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T00:37:40.996Z] ---> Running in ca1322136ba4 [2021-03-04T00:37:41.180Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T00:37:41.457Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T00:37:41.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:41.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:37:42.234Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T00:37:42.234Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T00:37:42.234Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T00:37:42.234Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T00:37:42.234Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T00:37:42.234Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T00:37:42.234Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T00:37:43.675Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T00:37:43.676Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T00:37:43.676Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T00:37:43.676Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T00:37:43.676Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T00:37:43.676Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T00:37:44.279Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T00:37:44.553Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T00:37:44.553Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T00:37:44.553Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T00:37:47.948Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T00:37:47.948Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T00:37:48.213Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T00:37:49.660Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T00:37:49.787Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T00:37:49.787Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T00:37:49.787Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T00:37:51.778Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T00:37:52.375Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T00:37:52.375Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T00:37:52.375Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T00:37:52.375Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T00:37:52.650Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T00:37:52.650Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T00:37:52.650Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T00:37:52.650Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T00:37:52.650Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T00:37:52.650Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T00:37:52.650Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T00:37:55.259Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:37:56.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.402s coverage: 45.9% of statements [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T00:37:56.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T00:37:56.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.199s coverage: 100.0% of statements [2021-03-04T00:37:56.931Z] OK: 71 MiB in 55 packages [2021-03-04T00:38:01.304Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:38:01.304Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:38:01.304Z] ---> 0934482d6233 [2021-03-04T00:38:01.304Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:38:01.304Z] ---> Using cache [2021-03-04T00:38:01.304Z] ---> 98cd9d0d3f5d [2021-03-04T00:38:01.305Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:38:01.305Z] ---> Using cache [2021-03-04T00:38:01.305Z] ---> 7f70b38c5f26 [2021-03-04T00:38:01.305Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T00:38:01.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.1% of statements [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T00:38:01.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T00:38:01.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T00:38:01.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T00:38:02.267Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:38:02.267Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:38:02.267Z] ---> 0934482d6233 [2021-03-04T00:38:02.267Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:38:02.267Z] ---> Using cache [2021-03-04T00:38:02.267Z] ---> 98cd9d0d3f5d [2021-03-04T00:38:02.267Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:38:02.267Z] ---> Using cache [2021-03-04T00:38:02.267Z] ---> 7f70b38c5f26 [2021-03-04T00:38:02.267Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T00:38:02.267Z] ---> Using cache [2021-03-04T00:38:02.267Z] ---> 4e36db03f362 [2021-03-04T00:38:02.267Z] Step 6/22 : COPY go.mod . [2021-03-04T00:38:02.267Z] ---> Using cache [2021-03-04T00:38:02.267Z] ---> 3c4b25b37be9 [2021-03-04T00:38:02.267Z] Step 7/22 : RUN go mod download [2021-03-04T00:38:02.267Z] ---> Using cache [2021-03-04T00:38:02.267Z] ---> 25701209c0e4 [2021-03-04T00:38:02.267Z] Step 8/22 : COPY . . [2021-03-04T00:38:02.532Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:38:02.532Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:38:02.532Z] ---> 0934482d6233 [2021-03-04T00:38:02.532Z] Step 3/30 : WORKDIR /edgex-go [2021-03-04T00:38:02.532Z] ---> Using cache [2021-03-04T00:38:02.532Z] ---> 98cd9d0d3f5d [2021-03-04T00:38:02.532Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:38:02.532Z] ---> Using cache [2021-03-04T00:38:02.532Z] ---> 7f70b38c5f26 [2021-03-04T00:38:02.532Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-04T00:38:02.532Z] ---> Using cache [2021-03-04T00:38:02.532Z] ---> 4e36db03f362 [2021-03-04T00:38:02.532Z] Step 6/30 : COPY go.mod . [2021-03-04T00:38:02.532Z] ---> Using cache [2021-03-04T00:38:02.532Z] ---> 3c4b25b37be9 [2021-03-04T00:38:02.532Z] Step 7/30 : RUN go mod download [2021-03-04T00:38:02.532Z] ---> Using cache [2021-03-04T00:38:02.532Z] ---> 25701209c0e4 [2021-03-04T00:38:02.532Z] Step 8/30 : COPY . . [2021-03-04T00:38:02.807Z] ---> Using cache [2021-03-04T00:38:02.807Z] ---> 238aa5ebd0ce [2021-03-04T00:38:02.807Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T00:38:02.807Z] ---> Using cache [2021-03-04T00:38:02.807Z] ---> 238aa5ebd0ce [2021-03-04T00:38:02.807Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T00:38:03.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 66.2% of statements [2021-03-04T00:38:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T00:38:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T00:38:04.218Z] ---> Running in fbce03fb91d9 [2021-03-04T00:38:04.483Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:38:04.483Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:38:04.483Z] ---> 0934482d6233 [2021-03-04T00:38:04.483Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:38:04.483Z] ---> Using cache [2021-03-04T00:38:04.483Z] ---> 98cd9d0d3f5d [2021-03-04T00:38:04.483Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:38:04.483Z] ---> Using cache [2021-03-04T00:38:04.483Z] ---> 7f70b38c5f26 [2021-03-04T00:38:04.483Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:38:04.483Z] ---> Using cache [2021-03-04T00:38:04.483Z] ---> 4e36db03f362 [2021-03-04T00:38:04.483Z] Step 6/23 : COPY go.mod . [2021-03-04T00:38:04.483Z] ---> Using cache [2021-03-04T00:38:04.483Z] ---> 3c4b25b37be9 [2021-03-04T00:38:04.483Z] Step 7/23 : RUN go mod download [2021-03-04T00:38:04.483Z] ---> Using cache [2021-03-04T00:38:04.483Z] ---> 25701209c0e4 [2021-03-04T00:38:04.483Z] Step 8/23 : COPY . . [2021-03-04T00:38:04.483Z] ---> Using cache [2021-03-04T00:38:04.483Z] ---> 238aa5ebd0ce [2021-03-04T00:38:04.483Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T00:38:05.187Z] ---> Running in 7c6dbbe73d7b [2021-03-04T00:38:05.187Z] ---> Running in 7eb469eecf6f [2021-03-04T00:38:05.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.680s coverage: 82.4% of statements [2021-03-04T00:38:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T00:38:05.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T00:38:05.776Z] ---> Running in ee1723eff6be [2021-03-04T00:38:07.191Z] 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-03-04T00:38:07.191Z] 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-03-04T00:38:07.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:38:07.191Z] 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-03-04T00:38:07.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:38:08.074Z] OK: 233 MiB in 51 packages [2021-03-04T00:38:12.352Z] Removing intermediate container fbce03fb91d9 [2021-03-04T00:38:12.352Z] ---> 2fa2c4bfd158 [2021-03-04T00:38:12.352Z] Step 6/23 : COPY go.mod . [2021-03-04T00:38:13.330Z] ---> 1c2f02189672 [2021-03-04T00:38:13.330Z] Step 7/23 : RUN go mod download [2021-03-04T00:38:13.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.245s coverage: 28.6% of statements [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T00:38:13.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T00:38:13.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T00:38:13.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T00:38:13.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T00:38:13.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T00:38:13.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T00:38:13.926Z] ---> Running in 4611bb5924c6 [2021-03-04T00:38:14.541Z] Removing intermediate container ca1322136ba4 [2021-03-04T00:38:14.541Z] ---> a78f800c9dbf [2021-03-04T00:38:14.541Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T00:38:14.541Z] ---> Running in 1c69e6ce833a [2021-03-04T00:38:17.992Z] Removing intermediate container 4611bb5924c6 [2021-03-04T00:38:17.992Z] ---> 1f0ac3c57cb8 [2021-03-04T00:38:17.992Z] Step 8/23 : COPY . . [2021-03-04T00:38:20.013Z] Collecting docker-compose==1.23.2 [2021-03-04T00:38:20.289Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T00:38:21.273Z] Collecting PyYAML<4,>=3.10 [2021-03-04T00:38:21.273Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T00:38:23.914Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T00:38:23.914Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T00:38:24.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.422s coverage: 92.8% of statements [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.1% of statements [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T00:38:24.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.088s coverage: 79.5% of statements [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-04T00:38:24.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-03-04T00:38:25.919Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T00:38:25.919Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T00:38:26.529Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T00:38:26.529Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T00:38:27.126Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T00:38:27.126Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T00:38:28.135Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T00:38:28.135Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T00:38:28.424Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T00:38:28.424Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T00:38:29.423Z] 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-03-04T00:38:29.423Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T00:38:29.423Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T00:38:30.854Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T00:38:30.854Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T00:38:31.136Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T00:38:31.136Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T00:38:31.407Z] 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-03-04T00:38:32.006Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T00:38:32.007Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T00:38:32.609Z] 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-03-04T00:38:32.889Z] Collecting idna<2.8,>=2.5 [2021-03-04T00:38:32.889Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T00:38:33.532Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T00:38:33.532Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T00:38:33.532Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T00:38:33.532Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T00:38:33.819Z] Installing collected packages: PyYAML, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, jsonschema, docker-compose [2021-03-04T00:38:33.819Z] Running setup.py install for PyYAML: started [2021-03-04T00:38:35.871Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T00:38:35.871Z] Running setup.py install for docopt: started [2021-03-04T00:38:36.478Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T00:38:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-03-04T00:38:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-03-04T00:38:36.750Z] Attempting uninstall: urllib3 [2021-03-04T00:38:36.750Z] Found existing installation: urllib3 1.25.9 [2021-03-04T00:38:36.750Z] Uninstalling urllib3-1.25.9: [2021-03-04T00:38:36.750Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T00:38:37.364Z] Attempting uninstall: idna [2021-03-04T00:38:37.364Z] Found existing installation: idna 2.9 [2021-03-04T00:38:37.364Z] Uninstalling idna-2.9: [2021-03-04T00:38:37.364Z] Successfully uninstalled idna-2.9 [2021-03-04T00:38:38.406Z] Attempting uninstall: requests [2021-03-04T00:38:38.406Z] Found existing installation: requests 2.23.0 [2021-03-04T00:38:38.406Z] Uninstalling requests-2.23.0: [2021-03-04T00:38:38.683Z] Successfully uninstalled requests-2.23.0 [2021-03-04T00:38:42.082Z] Running setup.py install for texttable: started [2021-03-04T00:38:42.666Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T00:38:42.666Z] Running setup.py install for dockerpty: started [2021-03-04T00:38:43.269Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T00:38:44.686Z] ---> 200aa81607b3 [2021-03-04T00:38:44.686Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T00:38:44.686Z] 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.58.0 [2021-03-04T00:38:44.967Z] ---> Running in 03d6202bd933 [2021-03-04T00:38:46.408Z] 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-03-04T00:38:48.565Z] Removing intermediate container 1c69e6ce833a [2021-03-04T00:38:48.565Z] ---> 4f63db47fabb [2021-03-04T00:38:48.565Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T00:38:49.457Z] Removing intermediate container 7eb469eecf6f [2021-03-04T00:38:49.458Z] ---> 4a07ea9a0f72 [2021-03-04T00:38:49.458Z] [2021-03-04T00:38:49.458Z] Step 10/30 : FROM alpine:3.12 [2021-03-04T00:38:49.458Z] ---> 88dd2752d2ea [2021-03-04T00:38:49.458Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T00:38:50.470Z] ---> Running in f2e7a1c8c3e9 [2021-03-04T00:38:51.088Z] ---> Running in f9252809efd7 [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 62.4% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-04T00:38:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.795s coverage: 69.1% of statements [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T00:38:51.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T00:38:51.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 38.4% of statements [2021-03-04T00:38:51.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T00:38:51.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T00:38:51.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.092s coverage: 89.5% of statements [2021-03-04T00:38:51.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T00:38:52.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements [2021-03-04T00:38:54.429Z] Removing intermediate container f9252809efd7 [2021-03-04T00:38:54.429Z] ---> 541283f30cf9 [2021-03-04T00:38:54.429Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T00:38:54.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:38:54.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:38:54.974Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:38:54.974Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T00:38:54.974Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T00:38:54.974Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:38:55.581Z] OK: 72 MiB in 58 packages [2021-03-04T00:38:55.581Z] ---> Running in a9b910e5f492 [2021-03-04T00:38:57.306Z] Removing intermediate container 7c6dbbe73d7b [2021-03-04T00:38:57.306Z] ---> 27179475c59f [2021-03-04T00:38:57.306Z] [2021-03-04T00:38:57.306Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:38:57.306Z] ---> 88dd2752d2ea [2021-03-04T00:38:57.306Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:38:57.306Z] ---> Using cache [2021-03-04T00:38:57.306Z] ---> 7fb97ede758a [2021-03-04T00:38:57.306Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:38:57.306Z] ---> Using cache [2021-03-04T00:38:57.306Z] ---> 7805391fe155 [2021-03-04T00:38:57.306Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T00:38:57.306Z] ---> Running in e1e64d265f7f [2021-03-04T00:38:57.306Z] Removing intermediate container e1e64d265f7f [2021-03-04T00:38:57.306Z] ---> a8943f931d09 [2021-03-04T00:38:57.306Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:38:57.306Z] Removing intermediate container ee1723eff6be [2021-03-04T00:38:57.306Z] ---> 84a841438849 [2021-03-04T00:38:57.306Z] [2021-03-04T00:38:57.306Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:38:57.306Z] ---> 88dd2752d2ea [2021-03-04T00:38:57.306Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:38:57.306Z] ---> Using cache [2021-03-04T00:38:57.306Z] ---> 7fb97ede758a [2021-03-04T00:38:57.306Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:38:57.306Z] ---> Using cache [2021-03-04T00:38:57.306Z] ---> 7805391fe155 [2021-03-04T00:38:57.306Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T00:38:57.306Z] ---> Running in bbebcbe0310a [2021-03-04T00:38:57.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:38:57.306Z] ---> Running in 332bbe27de98 [2021-03-04T00:38:57.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:38:57.306Z] Removing intermediate container f2e7a1c8c3e9 [2021-03-04T00:38:57.306Z] ---> 75f3f294ad56 [2021-03-04T00:38:57.306Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T00:38:57.306Z] ---> Running in ec41fbd41d82 [2021-03-04T00:38:57.306Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:38:57.306Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T00:38:57.306Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:38:57.306Z] Removing intermediate container bbebcbe0310a [2021-03-04T00:38:57.306Z] ---> 7deff63ac592 [2021-03-04T00:38:57.306Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:38:57.306Z] Removing intermediate container 332bbe27de98 [2021-03-04T00:38:57.306Z] ---> 9abc1c49fdf0 [2021-03-04T00:38:57.306Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:38:57.306Z] OK: 6 MiB in 16 packages [2021-03-04T00:38:57.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.452s coverage: 47.0% of statements [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T00:38:57.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T00:38:57.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T00:38:57.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T00:38:58.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 87.7% of statements [2021-03-04T00:38:58.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T00:38:58.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:38:58.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T00:38:58.789Z] ---> Running in a6ca67655037 [2021-03-04T00:38:59.389Z] Removing intermediate container ec41fbd41d82 [2021-03-04T00:38:59.389Z] ---> 932b4ef45a8b [2021-03-04T00:38:59.390Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:38:59.390Z] ---> df1d0ce69afb [2021-03-04T00:38:59.390Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T00:38:59.662Z] ---> Running in d9acb8913558 [2021-03-04T00:38:59.662Z] Removing intermediate container a6ca67655037 [2021-03-04T00:38:59.662Z] ---> 97ca79940137 [2021-03-04T00:38:59.662Z] Step 15/23 : WORKDIR / [2021-03-04T00:39:00.258Z] ---> Running in 85027e51ae24 [2021-03-04T00:39:00.258Z] Removing intermediate container d9acb8913558 [2021-03-04T00:39:00.258Z] ---> c17eb5b452ba [2021-03-04T00:39:00.258Z] Step 24/26 : LABEL arch=x86_64 [2021-03-04T00:39:00.258Z] Removing intermediate container a9b910e5f492 [2021-03-04T00:39:00.258Z] ---> 02ec982da403 [2021-03-04T00:39:00.258Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T00:39:00.542Z] ---> Running in 087b96d7dad4 [2021-03-04T00:39:00.542Z] ---> Running in cc9f1163e456 [2021-03-04T00:39:00.542Z] ---> 9a19a3ebc667 [2021-03-04T00:39:00.542Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T00:39:00.542Z] Removing intermediate container 85027e51ae24 [2021-03-04T00:39:00.542Z] ---> 1951febbdbac [2021-03-04T00:39:00.542Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:39:01.151Z] Removing intermediate container 087b96d7dad4 [2021-03-04T00:39:01.151Z] ---> 8aa0144d9308 [2021-03-04T00:39:01.151Z] Step 25/26 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:39:01.151Z] Removing intermediate container cc9f1163e456 [2021-03-04T00:39:01.151Z] ---> 22dc7860ec29 [2021-03-04T00:39:01.151Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T00:39:01.151Z] ---> Running in fe47efd117e1 [2021-03-04T00:39:01.151Z] ---> Running in 5296ba95422b [2021-03-04T00:39:01.461Z] ---> 2f9d84c18994 [2021-03-04T00:39:01.461Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T00:39:01.461Z] ---> 4d1046dbb2c2 [2021-03-04T00:39:01.461Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T00:39:01.461Z] ---> Running in 2904256b99a6 [2021-03-04T00:39:02.071Z] Removing intermediate container 5296ba95422b [2021-03-04T00:39:02.071Z] ---> 0a9763e9b696 [2021-03-04T00:39:02.071Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T00:39:02.071Z] Removing intermediate container fe47efd117e1 [2021-03-04T00:39:02.071Z] ---> cc304d7c4f01 [2021-03-04T00:39:02.071Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T00:39:02.071Z] ---> Running in 627b92ab0106 [2021-03-04T00:39:02.071Z] Removing intermediate container 2904256b99a6 [2021-03-04T00:39:02.071Z] ---> 3639af031baa [2021-03-04T00:39:02.071Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:39:02.071Z] ---> Running in 68d430816556 [2021-03-04T00:39:02.346Z] ---> Running in 0fec528bb3eb [2021-03-04T00:39:02.619Z] ---> 0dc9b222f8bb [2021-03-04T00:39:02.619Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T00:39:02.902Z] Removing intermediate container 627b92ab0106 [2021-03-04T00:39:02.902Z] ---> 3db91202ae22 [2021-03-04T00:39:02.902Z] [2021-03-04T00:39:03.183Z] Removing intermediate container 0fec528bb3eb [2021-03-04T00:39:03.183Z] ---> 159d9d88072a [2021-03-04T00:39:03.183Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T00:39:03.183Z] ---> Running in a81e4f96acc7 [2021-03-04T00:39:03.183Z] Successfully built 3db91202ae22 [2021-03-04T00:39:03.183Z] ---> dba943a720d1 [2021-03-04T00:39:03.183Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T00:39:03.462Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-04T00:39:03.462Z] ---> Running in 908c57a711be [2021-03-04T00:39:03.742Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a81e4f96acc7 [2021-03-04T00:39:03.742Z] ---> 85990d549b39 [2021-03-04T00:39:03.742Z] Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:39:04.015Z] Removing intermediate container 908c57a711be [2021-03-04T00:39:04.015Z] ---> f1606d86a8e0 [2021-03-04T00:39:04.015Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:39:04.015Z] ---> Running in 7cfe3b7163ed [2021-03-04T00:39:04.290Z] ---> Running in 193730e4f171 [2021-03-04T00:39:04.567Z] Removing intermediate container 7cfe3b7163ed [2021-03-04T00:39:04.567Z] ---> eb77b38158bc [2021-03-04T00:39:04.567Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:39:04.567Z] Removing intermediate container 193730e4f171 [2021-03-04T00:39:04.567Z] ---> 2196ae8a418a [2021-03-04T00:39:04.567Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T00:39:04.834Z] Removing intermediate container 68d430816556 [2021-03-04T00:39:04.834Z] ---> 7faeb397063d [2021-03-04T00:39:04.834Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T00:39:04.834Z] ---> Running in e14ad79578ce [2021-03-04T00:39:04.834Z] ---> Running in 6de23b759fe7 [2021-03-04T00:39:04.834Z] ---> Running in 2edf3db9b126 [2021-03-04T00:39:05.097Z] Removing intermediate container e14ad79578ce [2021-03-04T00:39:05.097Z] ---> 4258840c85e2 [2021-03-04T00:39:05.097Z] [2021-03-04T00:39:05.684Z] Successfully built 4258840c85e2 [2021-03-04T00:39:05.684Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-04T00:39:05.684Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6de23b759fe7 [2021-03-04T00:39:05.684Z] ---> ab8b88b5ffef [2021-03-04T00:39:05.684Z] Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:39:05.953Z] Removing intermediate container 2edf3db9b126 [2021-03-04T00:39:05.953Z] ---> 583c1254e751 [2021-03-04T00:39:05.953Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T00:39:05.953Z] ---> Running in 0b162d1e8721 [2021-03-04T00:39:06.219Z] Removing intermediate container 0b162d1e8721 [2021-03-04T00:39:06.219Z] ---> 879668ac5936 [2021-03-04T00:39:06.219Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:39:06.219Z] ---> Running in 84b8dd12d707 [2021-03-04T00:39:06.219Z] ---> bf2a5bb895b4 [2021-03-04T00:39:06.219Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T00:39:06.495Z] ---> Running in e152c4333649 [2021-03-04T00:39:06.495Z] Removing intermediate container 84b8dd12d707 [2021-03-04T00:39:06.495Z] ---> 15740d570ea4 [2021-03-04T00:39:06.495Z] [2021-03-04T00:39:06.768Z] Successfully built 15740d570ea4 [2021-03-04T00:39:06.768Z] Successfully tagged docker-core-metadata-go:latest [2021-03-04T00:39:07.722Z]  Building docker-core-metadata-go ... done Removing intermediate container e152c4333649 [2021-03-04T00:39:07.722Z] ---> c4d59306dc7e [2021-03-04T00:39:07.722Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.040s coverage: 29.1% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 94.3% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T00:39:08.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-04T00:39:08.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-04T00:39:08.447Z] GO111MODULE=on go vet ./... [2021-03-04T00:39:09.114Z] ---> b3fdc1e90526 [2021-03-04T00:39:09.114Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T00:39:10.072Z] ---> bdbc79a7eebe [2021-03-04T00:39:10.072Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T00:39:11.994Z] ---> 36872d973c20 [2021-03-04T00:39:11.994Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T00:39:11.994Z] Removing intermediate container 03d6202bd933 [2021-03-04T00:39:11.994Z] ---> 93c9de20e599 [2021-03-04T00:39:11.994Z] [2021-03-04T00:39:11.994Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:39:11.994Z] ---> 88dd2752d2ea [2021-03-04T00:39:11.994Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T00:39:11.994Z] ---> Running in a4949c7fa185 [2021-03-04T00:39:11.994Z] ---> 182d16130e18 [2021-03-04T00:39:11.994Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T00:39:12.259Z] ---> Running in 67c3d78f4843 [2021-03-04T00:39:12.259Z] Removing intermediate container a4949c7fa185 [2021-03-04T00:39:12.259Z] ---> 1aa7874b36fb [2021-03-04T00:39:12.259Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T00:39:12.259Z] ---> Running in 6f4591526f39 [2021-03-04T00:39:12.522Z] Removing intermediate container 67c3d78f4843 [2021-03-04T00:39:12.522Z] ---> cf6d8082939a [2021-03-04T00:39:12.522Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T00:39:12.522Z] Removing intermediate container 6f4591526f39 [2021-03-04T00:39:12.522Z] ---> 1b29a0324cd8 [2021-03-04T00:39:12.522Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T00:39:12.522Z] ---> Running in 97a2abd9d984 [2021-03-04T00:39:12.789Z] ---> 932144accfa7 [2021-03-04T00:39:12.789Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-04T00:39:12.789Z] Removing intermediate container 97a2abd9d984 [2021-03-04T00:39:12.789Z] ---> 5aa4d043567e [2021-03-04T00:39:12.789Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:39:13.061Z] ---> Running in 4b3215a513ce [2021-03-04T00:39:13.061Z] ---> Running in 5e984fa9a417 [2021-03-04T00:39:14.027Z] Removing intermediate container 4b3215a513ce [2021-03-04T00:39:14.027Z] ---> b9632c580958 [2021-03-04T00:39:14.027Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T00:39:14.027Z] ---> Running in c93e636474b6 [2021-03-04T00:39:14.027Z] Removing intermediate container 5e984fa9a417 [2021-03-04T00:39:14.027Z] ---> 9ce9774c4934 [2021-03-04T00:39:14.027Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T00:39:14.295Z] ---> Running in 0123f9d7c984 [2021-03-04T00:39:14.295Z] Removing intermediate container c93e636474b6 [2021-03-04T00:39:14.295Z] ---> 19f08ffca2c4 [2021-03-04T00:39:14.295Z] Step 27/30 : CMD ["gate"] [2021-03-04T00:39:14.563Z] ---> Running in 6eef1f6010cf [2021-03-04T00:39:14.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T00:39:14.826Z] Removing intermediate container 6eef1f6010cf [2021-03-04T00:39:14.826Z] ---> b2632ce73a5f [2021-03-04T00:39:14.826Z] Step 28/30 : LABEL arch=x86_64 [2021-03-04T00:39:15.089Z] ---> Running in d50188b303b5 [2021-03-04T00:39:15.089Z] Removing intermediate container d50188b303b5 [2021-03-04T00:39:15.089Z] ---> 5c3c9b9e3a0d [2021-03-04T00:39:15.089Z] Step 29/30 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:39:15.350Z] ---> Running in f708ee8e1981 [2021-03-04T00:39:15.615Z] Removing intermediate container f708ee8e1981 [2021-03-04T00:39:15.615Z] ---> a7ece8a5d8f2 [2021-03-04T00:39:15.615Z] Step 30/30 : LABEL version=0.0.0 [2021-03-04T00:39:15.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T00:39:15.615Z] ---> Running in d25da96412c3 [2021-03-04T00:39:15.880Z] Removing intermediate container d25da96412c3 [2021-03-04T00:39:15.880Z] ---> e72133de5ec8 [2021-03-04T00:39:15.880Z] [2021-03-04T00:39:16.148Z] Successfully built e72133de5ec8 [2021-03-04T00:39:16.148Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-04T00:39:16.411Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T00:39:16.673Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T00:39:16.673Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T00:39:16.935Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T00:39:17.197Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T00:39:17.464Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T00:39:17.464Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:39:17.464Z] OK: 8 MiB in 20 packages [2021-03-04T00:39:18.413Z] Removing intermediate container 0123f9d7c984 [2021-03-04T00:39:18.413Z] ---> 840acdc4847c [2021-03-04T00:39:18.413Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:39:18.413Z] ---> ab49c780949f [2021-03-04T00:39:18.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T00:39:19.365Z] ---> 9aad6313ed1b [2021-03-04T00:39:19.365Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T00:39:19.629Z] ---> 09f2fcf0c6b5 [2021-03-04T00:39:19.629Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T00:39:19.629Z] ---> Running in 7a79e418c2dc [2021-03-04T00:39:19.894Z] Removing intermediate container 7a79e418c2dc [2021-03-04T00:39:19.894Z] ---> 3f7d6382dc3f [2021-03-04T00:39:19.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:39:19.894Z] ---> Running in 605904e4c924 [2021-03-04T00:39:19.894Z] Removing intermediate container 605904e4c924 [2021-03-04T00:39:19.894Z] ---> c14f07cf80d9 [2021-03-04T00:39:19.894Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T00:39:20.158Z] ---> Running in 308be918d008 [2021-03-04T00:39:20.158Z] Removing intermediate container 308be918d008 [2021-03-04T00:39:20.158Z] ---> 049bc86d8751 [2021-03-04T00:39:20.158Z] Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:39:20.427Z] ---> Running in 005d0e15a932 [2021-03-04T00:39:20.427Z] Removing intermediate container 005d0e15a932 [2021-03-04T00:39:20.427Z] ---> c08463ceada7 [2021-03-04T00:39:20.427Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:39:20.689Z] ---> Running in 515e662a37c3 [2021-03-04T00:39:21.638Z] Removing intermediate container 515e662a37c3 [2021-03-04T00:39:21.638Z] ---> d41766668d53 [2021-03-04T00:39:21.638Z] [2021-03-04T00:39:21.638Z] Successfully built d41766668d53 [2021-03-04T00:39:21.638Z] Successfully tagged docker-core-data-go:latest [2021-03-04T00:39:21.916Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-04T00:39:21.936Z] $ docker stop --time=1 dcb48b92f4a2533bd74e8852199717a22449064067f55fe8b3b1761b6750604f [2021-03-04T00:39:24.242Z] $ docker rm -f dcb48b92f4a2533bd74e8852199717a22449064067f55fe8b3b1761b6750604f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T00:39:24.796Z] + docker images [2021-03-04T00:39:24.796Z] + grep docker [2021-03-04T00:39:25.060Z] docker-core-data-go latest d41766668d53 4 seconds ago 22.4MB [2021-03-04T00:39:25.060Z] docker-security-bootstrapper-go latest e72133de5ec8 9 seconds ago 18.7MB [2021-03-04T00:39:25.060Z] docker-core-metadata-go latest 15740d570ea4 18 seconds ago 19MB [2021-03-04T00:39:25.060Z] docker-support-scheduler-go latest 4258840c85e2 20 seconds ago 17.2MB [2021-03-04T00:39:25.060Z] docker-sys-mgmt-agent-go latest 3db91202ae22 22 seconds ago 313MB [2021-03-04T00:39:25.060Z] docker-security-secretstore-setup-go latest 4c5525965bfc About a minute ago 24.9MB [2021-03-04T00:39:25.060Z] docker-core-command-go latest 421e92b28670 About a minute ago 17.2MB [2021-03-04T00:39:25.060Z] docker-support-notifications-go latest d266c57d7648 About a minute ago 17.8MB [2021-03-04T00:39:25.060Z] docker-security-proxy-setup-go latest faf27aad48ed About a minute ago 24.7MB [2021-03-04T00:39:25.060Z] docker 20.10.0 aefe523efa57 2 months 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-03-04T00:39:40.807Z] Still waiting to schedule task [2021-03-04T00:39:40.807Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-04T00:40:30.326Z] gofmt -l . [2021-03-04T00:40:30.326Z] [ "`gofmt -l .`" = "" ] [2021-03-04T00:40:30.326Z] ./bin/test-go-mod-tidy.sh [2021-03-04T00:40:30.326Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T00:40:31.004Z] + ls -al . [2021-03-04T00:40:31.004Z] total 744 [2021-03-04T00:40:31.004Z] drwxrwxr-x 9 1001 1001 4096 Mar 4 00:40 . [2021-03-04T00:40:31.004Z] drwxr-xr-x 4 root root 4096 Mar 4 00:36 .. [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 00:34 .dockerignore [2021-03-04T00:40:31.004Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 00:34 .git [2021-03-04T00:40:31.004Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 00:34 .github [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 00:34 .gitignore [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 00:34 .sonarcloud.properties [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:34 Attribution.txt [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:34 CONTRIBUTING.md [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 00:34 Dockerfile.build [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 00:34 Jenkinsfile [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:34 LICENSE [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:34 Makefile [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:34 README.md [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:34 SECURITY.md [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 00:31 VERSION [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:34 ZMQWindows.md [2021-03-04T00:40:31.004Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 00:34 bin [2021-03-04T00:40:31.004Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 00:34 cmd [2021-03-04T00:40:31.004Z] -rw-r--r-- 1 root root 604728 Mar 4 00:39 coverage.out [2021-03-04T00:40:31.004Z] -rw-r--r-- 1 root root 1055 Mar 4 00:40 go.mod [2021-03-04T00:40:31.004Z] -rw-r--r-- 1 root root 21699 Mar 4 00:40 go.sum [2021-03-04T00:40:31.004Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 00:34 internal [2021-03-04T00:40:31.004Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 00:34 openapi [2021-03-04T00:40:31.004Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 00:34 snap [2021-03-04T00:40:31.004Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 00:34 version.go [Pipeline] sh [2021-03-04T00:40:31.683Z] + '[' -e coverage.out ] [2021-03-04T00:40:31.683Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T00:40:31.706Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T00:40:33.138Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T00:40:33.896Z] + make build [2021-03-04T00:40:33.896Z] 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-03-04T00:40:39.563Z] Running on prd-ubuntu18.04-docker-8c-8g-28418 in /w/workspace/edgexfoundry_edgex-go_PR-3217 [Pipeline] { [Pipeline] ws [2021-03-04T00:40:39.625Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-04T00:40:42.220Z] using credential edgex-jenkins-ssh [2021-03-04T00:40:42.277Z] Cloning the remote Git repository [2021-03-04T00:40:41.869Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:40:41.939Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-04T00:40:41.974Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:40:41.974Z] > git --version # timeout=10 [2021-03-04T00:40:41.986Z] > git --version # 'git version 2.17.1' [2021-03-04T00:40:41.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:40:42.013Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:40:49.300Z] 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-03-04T00:41:05.619Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 7fd844e224d53df8123c4983195079c1834b6267 [2021-03-04T00:41:04.840Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:41:04.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T00:41:04.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T00:41:04.891Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T00:41:04.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:41:04.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3217/head:refs/remotes/origin/PR-3217 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T00:41:05.636Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:41:05.646Z] > git checkout -f 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [2021-03-04T00:41:05.823Z] > git remote # timeout=10 [2021-03-04T00:41:05.836Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T00:41:05.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T00:41:05.846Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-04T00:41:06.091Z] Merge succeeded, producing 62809f395e8db6a82e24e4e42095ccdc785e2d0c [2021-03-04T00:41:06.092Z] Checking out Revision 62809f395e8db6a82e24e4e42095ccdc785e2d0c (PR-3217) [2021-03-04T00:41:06.082Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T00:41:06.100Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T00:41:06.109Z] > git checkout -f 62809f395e8db6a82e24e4e42095ccdc785e2d0c # timeout=10 [2021-03-04T00:41:09.971Z] Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" [2021-03-04T00:41:09.981Z] > git rev-list --no-walk 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:41:11.088Z] + echo snap-build.sh [2021-03-04T00:41:11.088Z] snap-build.sh [2021-03-04T00:41:11.088Z] + SNAP_BASE_DIR=. [2021-03-04T00:41:11.088Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-04T00:41:11.088Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-04T00:41:11.088Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-04T00:41:11.088Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-04T00:41:11.088Z] + cd /w/workspace/edgex-go/2 [2021-03-04T00:41:11.088Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-04T00:41:11.088Z] Reading package lists... [2021-03-04T00:41:11.364Z] Building dependency tree... [2021-03-04T00:41:11.364Z] Reading state information... [2021-03-04T00:41:11.548Z] 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-03-04T00:41:11.634Z] The following packages were automatically installed and are no longer required: [2021-03-04T00:41:11.634Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-04T00:41:11.634Z] uidmap xdelta3 [2021-03-04T00:41:11.634Z] Use 'sudo apt autoremove' to remove them. [2021-03-04T00:41:11.910Z] The following packages will be REMOVED: [2021-03-04T00:41:11.910Z] lxd* lxd-client* [2021-03-04T00:41:12.504Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-04T00:41:12.504Z] After this operation, 31.7 MB disk space will be freed. [2021-03-04T00:41:14.102Z] (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-03-04T00:41:14.102Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T00:41:15.507Z] Removing lxd dnsmasq configuration [2021-03-04T00:41:15.508Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T00:41:15.778Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-04T00:41:16.941Z] 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-03-04T00:41:17.190Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-04T00:41:17.452Z] (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-03-04T00:41:17.452Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T00:41:19.386Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-04T00:41:19.386Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-04T00:41:21.313Z] + sudo snap remove --purge lxd [2021-03-04T00:41:21.313Z] snap "lxd" is not installed [2021-03-04T00:41:21.313Z] + sudo groupadd --force --system lxd [2021-03-04T00:41:21.313Z] ++ whoami [2021-03-04T00:41:21.313Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-04T00:41:21.313Z] + newgrp - lxd [2021-03-04T00:41:21.313Z] + sudo snap install lxd [2021-03-04T00:41:22.339Z] 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-03-04T00:41:23.319Z] 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-03-04T00:41:30.031Z] 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-03-04T00:41:31.446Z] 2021-03-04T00:41:29Z INFO Waiting for automatic snapd restart... [2021-03-04T00:41:36.738Z] 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-03-04T00:41:40.120Z] 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-03-04T00:41:45.523Z] 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-03-04T00:41:49.663Z] lxd 4.11 from Canonical* installed [2021-03-04T00:41:49.663Z] + sudo lxd init --auto [2021-03-04T00:41:49.834Z] 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-03-04T00:41:55.241Z] 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-03-04T00:41:58.115Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-04T00:42:00.721Z] $ docker stop --time=1 9bb880176777f34b97c05aec48b0d37cf1f57c5334845cc6246e929bc6fabfaf [2021-03-04T00:42:03.296Z] $ docker rm -f 9bb880176777f34b97c05aec48b0d37cf1f57c5334845cc6246e929bc6fabfaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:42:05.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:42:05.267Z] [2021-03-04T00:42:05.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:42:05.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:42:06.202Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-04T00:42:06.202Z] 29e5d40040c1: Pulling fs layer [2021-03-04T00:42:06.202Z] 1ce36da41761: Pulling fs layer [2021-03-04T00:42:06.202Z] 25b303627fd3: Pulling fs layer [2021-03-04T00:42:06.476Z] 29e5d40040c1: Verifying Checksum [2021-03-04T00:42:06.476Z] 29e5d40040c1: Download complete [2021-03-04T00:42:07.075Z] 1ce36da41761: Verifying Checksum [2021-03-04T00:42:07.075Z] 1ce36da41761: Download complete [2021-03-04T00:42:07.351Z] 29e5d40040c1: Pull complete [2021-03-04T00:42:08.226Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T00:42:08.227Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-04T00:42:08.227Z] + patch --verbose -p1 [2021-03-04T00:42:08.227Z] Hmm... Looks like a unified diff to me... [2021-03-04T00:42:08.227Z] The text leading up to this was: [2021-03-04T00:42:08.227Z] -------------------------- [2021-03-04T00:42:08.227Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-04T00:42:08.227Z] |From: Tony Espy [2021-03-04T00:42:08.227Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-04T00:42:08.227Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-04T00:42:08.227Z] | [2021-03-04T00:42:08.227Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-04T00:42:08.227Z] |optimize the snap CI check run for pull requests. When [2021-03-04T00:42:08.227Z] |applied, it essentially strips out everything (apps and [2021-03-04T00:42:08.227Z] |parts) from the snapcraft.yaml file except those required [2021-03-04T00:42:08.227Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-04T00:42:08.227Z] |catch changes to edgex-go that break the snap build. [2021-03-04T00:42:08.227Z] | [2021-03-04T00:42:08.227Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-04T00:42:08.227Z] |to update this patch file, otherwise it may fail to apply, [2021-03-04T00:42:08.227Z] |resulting in a failed snap build CI check in the associated [2021-03-04T00:42:08.227Z] |pull request. [2021-03-04T00:42:08.227Z] | [2021-03-04T00:42:08.227Z] |Note - in addition to applying this patch, the pipeline also [2021-03-04T00:42:08.227Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-04T00:42:08.227Z] |need to build the finally binary .snap file (and it won't [2021-03-04T00:42:08.227Z] |work with the patch applied). This further reduces the build [2021-03-04T00:42:08.227Z] |time. [2021-03-04T00:42:08.227Z] |--- [2021-03-04T00:42:08.227Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-04T00:42:08.227Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-04T00:42:08.227Z] | [2021-03-04T00:42:08.227Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-04T00:42:08.227Z] |index 1e537489..faf42425 100644 [2021-03-04T00:42:08.227Z] |--- a/snap/snapcraft.yaml [2021-03-04T00:42:08.227Z] |+++ b/snap/snapcraft.yaml [2021-03-04T00:42:08.227Z] -------------------------- [2021-03-04T00:42:08.227Z] patching file snap/snapcraft.yaml [2021-03-04T00:42:08.227Z] Using Plan A... [2021-03-04T00:42:08.227Z] Hunk #1 succeeded at 73. [2021-03-04T00:42:08.227Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-04T00:42:08.227Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-04T00:42:08.227Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-04T00:42:08.227Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-04T00:42:08.227Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-04T00:42:08.227Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-04T00:42:08.227Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-04T00:42:08.227Z] Hmm... Ignoring the trailing garbage. [2021-03-04T00:42:08.227Z] done [2021-03-04T00:42:08.227Z] + sudo snapcraft prime --use-lxd [2021-03-04T00:42:08.794Z] 1ce36da41761: Pull complete [2021-03-04T00:42:08.794Z] 25b303627fd3: Download complete [2021-03-04T00:42:08.803Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-04T00:42:08.803Z] 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-03-04T00:42:08.803Z] - README.md [2021-03-04T00:42:08.803Z] - snapcraft.yaml.orig [2021-03-04T00:42:08.803Z] [2021-03-04T00:42:08.803Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-04T00:42:09.749Z] Launching a container. [2021-03-04T00:42:18.952Z] 25b303627fd3: Pull complete [2021-03-04T00:42:18.952Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-04T00:42:18.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:42:18.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-04T00:42:19.231Z] prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container [2021-03-04T00:42:19.328Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T00:42:22.788Z] $ docker top 7975197ae2f3ba9795adca41ee4ab50f07fceb78c15a75e4ef4bd078a975577a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:42:23.887Z] + grep parallel [2021-03-04T00:42:23.888Z] + docker-compose build --help [2021-03-04T00:42:24.747Z] Waiting for container to be ready [2021-03-04T00:42:25.706Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-04T00:42:25.706Z] [2021-03-04T00:42:28.174Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T00:42:28.482Z] $ docker stop --time=1 7975197ae2f3ba9795adca41ee4ab50f07fceb78c15a75e4ef4bd078a975577a [2021-03-04T00:42:30.502Z] $ docker rm -f 7975197ae2f3ba9795adca41ee4ab50f07fceb78c15a75e4ef4bd078a975577a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:42:31.040Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-04T00:42:31.040Z] Waiting for network to be ready... [2021-03-04T00:42:31.304Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-04T00:42:31.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T00:42:31.333Z] . [Pipeline] withDockerContainer [2021-03-04T00:42:31.568Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-04T00:42:31.568Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-04T00:42:31.609Z] prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container [2021-03-04T00:42:31.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T00:42:31.836Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-04T00:42:31.836Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-04T00:42:31.836Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-04T00:42:31.836Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-04T00:42:31.836Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-04T00:42:31.836Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-04T00:42:31.836Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-04T00:42:32.419Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-04T00:42:32.419Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-04T00:42:32.686Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-04T00:42:32.686Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-04T00:42:32.686Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-04T00:42:32.686Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-04T00:42:32.686Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-04T00:42:32.686Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-04T00:42:33.216Z] $ docker top ac5121fa49e01cd837f10eb545ac863c582190cf74fc9c76c24d5b16fc07ece4 -eo pid,comm [2021-03-04T00:42:33.276Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-04T00:42:33.543Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-04T00:42:33.543Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-04T00:42:33.543Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-04T00:42:33.543Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-04T00:42:33.543Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-04T00:42:33.543Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-04T00:42:33.543Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [Pipeline] { [Pipeline] sh [2021-03-04T00:42:33.809Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-04T00:42:34.251Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T00:42:38.043Z] Fetched 24.0 MB in 7s (3600 kB/s) [2021-03-04T00:42:39.449Z] Reading package lists... [2021-03-04T00:42:39.635Z] Building docker-core-command-go ... [2021-03-04T00:42:39.636Z] Building docker-core-data-go ... [2021-03-04T00:42:39.636Z] Building docker-core-metadata-go ... [2021-03-04T00:42:39.636Z] Building docker-security-bootstrapper-go ... [2021-03-04T00:42:39.636Z] Building docker-security-proxy-setup-go ... [2021-03-04T00:42:39.636Z] Building docker-security-secretstore-setup-go ... [2021-03-04T00:42:39.636Z] Building docker-support-notifications-go ... [2021-03-04T00:42:39.636Z] Building docker-support-scheduler-go ... [2021-03-04T00:42:39.636Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T00:42:39.636Z] Building docker-core-data-go [2021-03-04T00:42:39.636Z] Building docker-security-bootstrapper-go [2021-03-04T00:42:39.636Z] Building docker-security-secretstore-setup-go [2021-03-04T00:42:39.636Z] Building docker-security-proxy-setup-go [2021-03-04T00:42:39.636Z] Building docker-core-metadata-go [2021-03-04T00:42:39.712Z] Reading package lists... [2021-03-04T00:42:39.976Z] Building dependency tree... [2021-03-04T00:42:39.976Z] Reading state information... [2021-03-04T00:42:40.238Z] The following additional packages will be installed: [2021-03-04T00:42:40.238Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-04T00:42:40.238Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-04T00:42:40.238Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-04T00:42:40.238Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-04T00:42:40.238Z] Suggested packages: [2021-03-04T00:42:40.238Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-04T00:42:40.238Z] Recommended packages: [2021-03-04T00:42:40.238Z] gnupg libsasl2-modules [2021-03-04T00:42:40.238Z] The following NEW packages will be installed: [2021-03-04T00:42:40.239Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-04T00:42:40.239Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-04T00:42:40.239Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-04T00:42:40.239Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-04T00:42:40.239Z] The following packages will be upgraded: [2021-03-04T00:42:40.239Z] gpg gpg-agent gpgconf libudev1 [2021-03-04T00:42:40.502Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-04T00:42:40.502Z] Need to get 3530 kB of archives. [2021-03-04T00:42:40.502Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-04T00:42:40.502Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-04T00:42:40.502Z] Get:2 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-03-04T00:42:40.765Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-04T00:42:40.765Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-04T00:42:40.765Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-04T00:42:40.765Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-04T00:42:41.340Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-04T00:42:41.340Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-04T00:42:41.340Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-04T00:42:41.340Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-04T00:42:41.340Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-04T00:42:41.340Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-04T00:42:41.340Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-04T00:42:41.340Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-04T00:42:41.340Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-04T00:42:41.340Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-04T00:42:41.340Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-04T00:42:41.340Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-04T00:42:41.340Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-04T00:42:41.340Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-04T00:42:41.340Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-04T00:42:41.340Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-04T00:42:41.602Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T00:42:41.602Z] Fetched 3530 kB in 1s (3043 kB/s) [2021-03-04T00:42:41.864Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-04T00:42:41.864Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-04T00:42:41.864Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T00:42:41.864Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-04T00:42:42.126Z] Selecting previously unselected package udev. [2021-03-04T00:42:42.126Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-04T00:42:42.126Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-04T00:42:42.126Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-04T00:42:42.391Z] Selecting previously unselected package libfuse2:amd64. [2021-03-04T00:42:42.391Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-04T00:42:42.391Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-04T00:42:42.657Z] Selecting previously unselected package fuse. [2021-03-04T00:42:42.657Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-04T00:42:42.657Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-04T00:42:42.657Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T00:42:43.238Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T00:42:43.238Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T00:42:43.238Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T00:42:43.503Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T00:42:43.503Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T00:42:43.767Z] Selecting previously unselected package libksba8:amd64. [2021-03-04T00:42:43.767Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-04T00:42:43.767Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-04T00:42:43.767Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-04T00:42:44.029Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.029Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.029Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-04T00:42:44.029Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.029Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.293Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-04T00:42:44.293Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.293Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.293Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-04T00:42:44.293Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.293Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.556Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-04T00:42:44.556Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.556Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.556Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-04T00:42:44.556Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.556Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.820Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-04T00:42:44.820Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.820Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:44.820Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-04T00:42:44.820Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:44.820Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:45.082Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-04T00:42:45.082Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T00:42:45.082Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:45.082Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-04T00:42:45.082Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-04T00:42:45.082Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T00:42:45.346Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-04T00:42:45.346Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-04T00:42:45.346Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T00:42:45.346Z] Selecting previously unselected package libldap-common. [2021-03-04T00:42:45.346Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-04T00:42:45.346Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T00:42:45.609Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-04T00:42:45.609Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-04T00:42:45.609Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T00:42:45.609Z] Selecting previously unselected package dirmngr. [2021-03-04T00:42:45.609Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T00:42:45.609Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-04T00:42:45.872Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T00:42:45.872Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-04T00:42:45.872Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-04T00:42:45.872Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T00:42:46.135Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T00:42:46.135Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-04T00:42:46.135Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:46.135Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-04T00:42:46.135Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T00:42:46.398Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-04T00:42:46.661Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-04T00:42:46.922Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:46.922Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-04T00:42:46.922Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-04T00:42:47.185Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-04T00:42:47.185Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.185Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.185Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.185Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.185Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.185Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.447Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T00:42:47.447Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T00:42:47.447Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-04T00:42:47.447Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T00:42:48.022Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-04T00:42:48.022Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-04T00:42:48.022Z] This means they are not meant to be enabled using systemctl. [2021-03-04T00:42:48.022Z] Possible reasons for having this kind of units are: [2021-03-04T00:42:48.022Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-04T00:42:48.022Z] .wants/ or .requires/ directory. [2021-03-04T00:42:48.022Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-04T00:42:48.022Z] a requirement dependency on it. [2021-03-04T00:42:48.022Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-04T00:42:48.022Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-04T00:42:48.022Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-04T00:42:48.022Z] instance name specified. [2021-03-04T00:42:48.981Z] Reading package lists... [2021-03-04T00:42:48.981Z] Building dependency tree... [2021-03-04T00:42:48.981Z] Reading state information... [2021-03-04T00:42:49.244Z] The following additional packages will be installed: [2021-03-04T00:42:49.244Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-04T00:42:49.244Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-04T00:42:49.244Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-04T00:42:49.244Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-04T00:42:49.244Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-04T00:42:49.244Z] Suggested packages: [2021-03-04T00:42:49.244Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-04T00:42:49.244Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-04T00:42:49.244Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-04T00:42:49.244Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-04T00:42:49.244Z] systemd-container policykit-1 [2021-03-04T00:42:49.244Z] Recommended packages: [2021-03-04T00:42:49.244Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-04T00:42:49.244Z] The following NEW packages will be installed: [2021-03-04T00:42:49.244Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-04T00:42:49.244Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-04T00:42:49.244Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-04T00:42:49.244Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-04T00:42:49.244Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-04T00:42:49.244Z] The following packages will be upgraded: [2021-03-04T00:42:49.244Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-04T00:42:49.244Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-04T00:42:49.244Z] Need to get 35.2 MB of archives. [2021-03-04T00:42:49.244Z] After this operation, 141 MB of additional disk space will be used. [2021-03-04T00:42:49.244Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-04T00:42:49.515Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-04T00:42:49.515Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-04T00:42:49.515Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-04T00:42:49.515Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-04T00:42:49.515Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-04T00:42:49.515Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-04T00:42:49.515Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-04T00:42:49.515Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-04T00:42:49.515Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-04T00:42:49.515Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-04T00:42:49.515Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-04T00:42:49.515Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-04T00:42:49.515Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-04T00:42:49.515Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-04T00:42:49.515Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-04T00:42:49.515Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-04T00:42:49.515Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-04T00:42:49.515Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-04T00:42:50.482Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-04T00:42:50.482Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-04T00:42:50.482Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-04T00:42:50.482Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-04T00:42:50.482Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-04T00:42:50.482Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-04T00:42:50.482Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-04T00:42:50.482Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-04T00:42:50.482Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-04T00:42:50.482Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-04T00:42:50.482Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-04T00:42:50.748Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T00:42:50.748Z] Fetched 35.2 MB in 1s (28.1 MB/s) [2021-03-04T00:42:51.013Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T00:42:51.013Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-04T00:42:51.013Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T00:42:51.961Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-04T00:42:51.961Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T00:42:51.961Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-04T00:42:52.222Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T00:42:52.222Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-04T00:42:52.222Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-04T00:42:52.484Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-04T00:42:52.484Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T00:42:52.484Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-04T00:42:52.484Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-04T00:42:53.058Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-04T00:42:53.058Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-04T00:42:54.025Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-04T00:42:54.600Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-04T00:42:54.600Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-04T00:42:54.600Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-04T00:42:54.863Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-04T00:42:54.863Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T00:42:54.863Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:42:55.126Z] Selecting previously unselected package libexpat1:amd64. [2021-03-04T00:42:55.126Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-04T00:42:55.126Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-04T00:42:55.389Z] Selecting previously unselected package python3.6-minimal. [2021-03-04T00:42:55.389Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T00:42:55.389Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:42:55.655Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-04T00:42:55.919Z] Checking for services that may need to be restarted...done. [2021-03-04T00:42:55.919Z] Checking for services that may need to be restarted...done. [2021-03-04T00:42:55.919Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:42:55.919Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-04T00:42:55.919Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:42:56.869Z] Selecting previously unselected package python3-minimal. [2021-03-04T00:42:56.869Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-04T00:42:56.869Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-04T00:42:56.869Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-04T00:42:56.869Z] Selecting previously unselected package mime-support. [2021-03-04T00:42:56.869Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-04T00:42:56.869Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-04T00:42:56.869Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-04T00:42:57.134Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-04T00:42:57.134Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-04T00:42:57.134Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-04T00:42:57.134Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T00:42:57.134Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:42:57.716Z] Selecting previously unselected package python3.6. [2021-03-04T00:42:57.716Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T00:42:57.716Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:42:57.716Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-04T00:42:57.716Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-04T00:42:57.716Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-04T00:42:57.716Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-04T00:42:58.292Z] Selecting previously unselected package python3. [2021-03-04T00:42:58.292Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-04T00:42:58.292Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-04T00:42:58.292Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-04T00:42:58.292Z] Selecting previously unselected package multiarch-support. [2021-03-04T00:42:58.292Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T00:42:58.292Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-04T00:42:58.557Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-04T00:42:58.557Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-04T00:42:58.557Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-04T00:42:58.557Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-04T00:42:58.557Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-04T00:42:58.821Z] Selecting previously unselected package libbsd0:amd64. [2021-03-04T00:42:58.821Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-04T00:42:58.821Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-04T00:42:58.821Z] Selecting previously unselected package sudo. [2021-03-04T00:42:58.821Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-04T00:42:58.821Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-04T00:42:59.085Z] Selecting previously unselected package apparmor. [2021-03-04T00:42:59.085Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-04T00:42:59.085Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-04T00:42:59.349Z] Selecting previously unselected package libedit2:amd64. [2021-03-04T00:42:59.349Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-04T00:42:59.614Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-04T00:42:59.885Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-04T00:42:59.885Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T00:42:59.885Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:42:59.885Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-04T00:42:59.885Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T00:42:59.885Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:00.155Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-04T00:43:00.155Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-04T00:43:00.155Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-04T00:43:00.423Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-04T00:43:00.423Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T00:43:00.423Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:00.423Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-04T00:43:00.423Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T00:43:00.423Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:00.691Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-04T00:43:00.691Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-04T00:43:00.691Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-04T00:43:00.957Z] Selecting previously unselected package openssh-client. [2021-03-04T00:43:00.957Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-04T00:43:00.957Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-04T00:43:01.546Z] Selecting previously unselected package squashfs-tools. [2021-03-04T00:43:01.546Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-04T00:43:01.546Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-04T00:43:01.546Z] Selecting previously unselected package snapd. [2021-03-04T00:43:01.546Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-04T00:43:01.546Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-04T00:43:04.884Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-04T00:43:04.884Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-04T00:43:05.146Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-04T00:43:05.146Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-04T00:43:05.146Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-04T00:43:05.146Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:05.146Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T00:43:05.413Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-04T00:43:05.413Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-04T00:43:06.384Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-04T00:43:06.384Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-04T00:43:06.384Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-04T00:43:06.384Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:43:06.384Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:06.652Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T00:43:08.074Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-04T00:43:08.074Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:08.074Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-04T00:43:08.074Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-04T00:43:08.074Z] running python rtupdate hooks for python3.6... [2021-03-04T00:43:08.074Z] running python post-rtupdate hooks for python3.6... [2021-03-04T00:43:08.074Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-04T00:43:11.411Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-04T00:43:11.411Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T00:43:11.411Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-04T00:43:11.411Z] Setting up snapd (2.48.3+18.04) ... [2021-03-04T00:43:12.001Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-04T00:43:12.594Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-04T00:43:12.857Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-04T00:43:13.120Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-04T00:43:13.695Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-04T00:43:13.695Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-04T00:43:13.958Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-04T00:43:14.220Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-04T00:43:14.482Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-04T00:43:14.744Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-04T00:43:15.007Z] /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-03-04T00:43:15.007Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T00:43:15.007Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-04T00:43:16.427Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T00:43:16.427Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T00:43:16.427Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T00:43:18.641Z] Reading package lists... [2021-03-04T00:43:18.641Z] Reading package lists... [2021-03-04T00:43:19.227Z] Building dependency tree... [2021-03-04T00:43:19.227Z] Reading state information... [2021-03-04T00:43:19.491Z] Calculating upgrade... [2021-03-04T00:43:19.762Z] The following packages will be upgraded: [2021-03-04T00:43:19.762Z] advancecomp base-files bash binutils binutils-common [2021-03-04T00:43:19.762Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-04T00:43:19.762Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-04T00:43:19.762Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-04T00:43:19.762Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-04T00:43:19.762Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-04T00:43:19.762Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-04T00:43:19.762Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-04T00:43:19.762Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-04T00:43:19.762Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-04T00:43:19.762Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-04T00:43:19.762Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-04T00:43:19.762Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-04T00:43:19.762Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-04T00:43:19.762Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-04T00:43:19.762Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T00:43:19.762Z] Need to get 63.8 MB of archives. [2021-03-04T00:43:19.762Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-04T00:43:19.762Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-04T00:43:19.762Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-04T00:43:20.735Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-04T00:43:20.735Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-04T00:43:20.735Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-04T00:43:20.735Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-04T00:43:20.735Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-04T00:43:20.735Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-04T00:43:20.735Z] 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-03-04T00:43:20.735Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-04T00:43:20.735Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-04T00:43:20.735Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-04T00:43:20.735Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-04T00:43:20.735Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-04T00:43:20.735Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-04T00:43:20.735Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-04T00:43:20.735Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-04T00:43:20.735Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-04T00:43:20.735Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-04T00:43:20.735Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-04T00:43:20.735Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-04T00:43:20.735Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-04T00:43:20.735Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-04T00:43:21.003Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-04T00:43:21.003Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-04T00:43:21.003Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-04T00:43:21.003Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-04T00:43:21.003Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-04T00:43:21.003Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-04T00:43:21.003Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-04T00:43:21.003Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-04T00:43:21.003Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-04T00:43:21.003Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-04T00:43:21.003Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-04T00:43:21.003Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-04T00:43:21.003Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-04T00:43:21.003Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-04T00:43:21.003Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-04T00:43:21.003Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-04T00:43:21.003Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-04T00:43:21.003Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-04T00:43:21.003Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-04T00:43:21.003Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-04T00:43:21.003Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-04T00:43:21.003Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-04T00:43:21.003Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-04T00:43:21.003Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-04T00:43:21.265Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-04T00:43:21.265Z] Get:49 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-03-04T00:43:21.265Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-04T00:43:21.265Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-04T00:43:21.265Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-04T00:43:21.265Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-04T00:43:21.265Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-04T00:43:21.265Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-04T00:43:21.265Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-04T00:43:21.265Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-04T00:43:21.265Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-04T00:43:21.265Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-04T00:43:21.265Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-04T00:43:21.265Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-04T00:43:21.265Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-04T00:43:21.265Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-04T00:43:21.265Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-04T00:43:21.265Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-04T00:43:21.265Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-04T00:43:21.265Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-04T00:43:21.265Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-04T00:43:21.536Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-04T00:43:21.536Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-04T00:43:21.536Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-04T00:43:21.536Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-04T00:43:21.536Z] Get:73 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-03-04T00:43:21.536Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-04T00:43:21.536Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-04T00:43:21.536Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-04T00:43:21.536Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-04T00:43:21.536Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-04T00:43:21.536Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-04T00:43:21.536Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-04T00:43:21.536Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-04T00:43:21.536Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-04T00:43:21.536Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-04T00:43:21.536Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-04T00:43:21.536Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-04T00:43:21.536Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-04T00:43:21.536Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-04T00:43:21.536Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-04T00:43:21.536Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-04T00:43:21.536Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-04T00:43:22.122Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-04T00:43:22.385Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-04T00:43:22.385Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-04T00:43:22.649Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-04T00:43:22.912Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-04T00:43:22.912Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-04T00:43:22.912Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-04T00:43:22.912Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-04T00:43:22.912Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-04T00:43:23.178Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T00:43:23.178Z] Fetched 63.8 MB in 3s (19.9 MB/s) [2021-03-04T00:43:23.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:23.178Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T00:43:23.178Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T00:43:24.126Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T00:43:24.126Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T00:43:24.389Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-04T00:43:24.389Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-04T00:43:25.336Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:25.336Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:25.336Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:25.336Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:25.598Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:25.598Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:25.598Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:25.598Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:25.860Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:25.860Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:25.860Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:25.860Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:26.121Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:26.121Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:26.121Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:43:26.384Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T00:43:26.384Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:26.384Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-04T00:43:26.384Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:43:26.645Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T00:43:26.645Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:26.645Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:26.908Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:26.908Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:26.908Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:27.170Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T00:43:27.170Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:43:27.434Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T00:43:27.434Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T00:43:27.696Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T00:43:28.275Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-04T00:43:28.538Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T00:43:28.538Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-04T00:43:28.805Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-04T00:43:28.805Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-04T00:43:28.805Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-04T00:43:29.074Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-04T00:43:29.074Z] Installing new version of config file /etc/issue ... [2021-03-04T00:43:29.074Z] Installing new version of config file /etc/issue.net ... [2021-03-04T00:43:29.338Z] Installing new version of config file /etc/lsb-release ... [2021-03-04T00:43:29.338Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-04T00:43:29.606Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-04T00:43:29.606Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-04T00:43:29.606Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-04T00:43:29.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:29.868Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-04T00:43:29.868Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-04T00:43:30.130Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-04T00:43:30.130Z] 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-03-04T00:43:30.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:30.130Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:30.130Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:30.395Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:30.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:30.395Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-04T00:43:30.395Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-04T00:43:30.661Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-04T00:43:30.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:30.661Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-04T00:43:30.661Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T00:43:31.249Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-04T00:43:31.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:31.522Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T00:43:31.522Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T00:43:31.791Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T00:43:31.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:31.791Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T00:43:31.791Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T00:43:32.060Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-04T00:43:32.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:32.326Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-04T00:43:32.326Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-04T00:43:32.588Z] Setting up grep (3.1-2build1) ... [2021-03-04T00:43:32.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:32.588Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-04T00:43:32.588Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-04T00:43:32.850Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-04T00:43:33.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:33.112Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T00:43:33.112Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T00:43:33.112Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-04T00:43:33.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:33.374Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T00:43:33.374Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T00:43:34.019Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T00:43:34.019Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T00:43:34.297Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T00:43:34.297Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T00:43:34.890Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-04T00:43:34.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:34.890Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-04T00:43:34.890Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T00:43:37.019Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-04T00:43:37.019Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-04T00:43:37.019Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-04T00:43:37.019Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-04T00:43:37.019Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-04T00:43:37.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:37.306Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-04T00:43:37.306Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-04T00:43:37.580Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-04T00:43:37.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:37.843Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:37.843Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:37.843Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:38.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:38.107Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:38.107Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:38.107Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:38.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:38.373Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:38.373Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:38.647Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:38.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:38.647Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:38.647Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:38.909Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:38.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:38.909Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T00:43:38.909Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T00:43:39.171Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T00:43:39.171Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T00:43:39.432Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T00:43:39.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:39.432Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T00:43:39.432Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T00:43:39.695Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T00:43:39.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:39.695Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:39.958Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:39.958Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:39.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:39.958Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:40.219Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:40.220Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:40.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:40.482Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:40.482Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:41.065Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:43:41.643Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-04T00:43:42.228Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-04T00:43:42.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:42.498Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T00:43:42.498Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T00:43:42.765Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T00:43:43.035Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T00:43:43.035Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-04T00:43:43.035Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T00:43:43.035Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-04T00:43:43.305Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:43.305Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-04T00:43:43.306Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-04T00:43:43.576Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-04T00:43:44.167Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:44.168Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-04T00:43:44.168Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-04T00:43:44.168Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-04T00:43:44.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:44.432Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-04T00:43:44.432Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-04T00:43:44.432Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-04T00:43:44.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:44.706Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T00:43:44.706Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T00:43:44.706Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T00:43:45.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:45.288Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T00:43:45.288Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T00:43:45.288Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T00:43:45.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:45.558Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T00:43:45.558Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T00:43:45.820Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T00:43:46.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:46.082Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T00:43:46.082Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T00:43:46.345Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-04T00:43:46.345Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T00:43:46.608Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T00:43:46.608Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T00:43:46.608Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T00:43:46.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:46.873Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-04T00:43:46.873Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-04T00:43:47.136Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-04T00:43:47.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:47.401Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-04T00:43:47.401Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T00:43:47.401Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T00:43:47.691Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:47.691Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:47.691Z] ---> f3c13a41035b [2021-03-04T00:43:47.691Z] Step 3/30 : WORKDIR /edgex-go [2021-03-04T00:43:47.691Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:47.691Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:47.691Z] ---> f3c13a41035b [2021-03-04T00:43:47.691Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T00:43:47.691Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:47.692Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:47.692Z] ---> f3c13a41035b [2021-03-04T00:43:47.692Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:43:47.692Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:47.692Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:47.692Z] ---> f3c13a41035b [2021-03-04T00:43:47.692Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:43:47.692Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:43:47.692Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:43:47.692Z] ---> f3c13a41035b [2021-03-04T00:43:47.692Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T00:43:47.977Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:47.977Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T00:43:47.977Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T00:43:47.977Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T00:43:48.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:48.240Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-04T00:43:48.240Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-04T00:43:48.240Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-04T00:43:48.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:48.504Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-04T00:43:48.504Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-04T00:43:49.082Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-04T00:43:49.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:49.082Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T00:43:49.082Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T00:43:49.345Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-04T00:43:49.345Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:49.345Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-04T00:43:49.611Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-04T00:43:49.611Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-04T00:43:49.882Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:49.882Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-04T00:43:49.882Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-04T00:43:49.882Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-04T00:43:50.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:50.150Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-04T00:43:50.150Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-04T00:43:50.413Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-04T00:43:50.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:50.413Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-04T00:43:50.413Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-04T00:43:50.675Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-04T00:43:50.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:50.938Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-04T00:43:50.938Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-04T00:43:50.938Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-04T00:43:51.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T00:43:51.201Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-04T00:43:51.201Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-04T00:43:51.201Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-04T00:43:51.472Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-04T00:43:51.472Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-04T00:43:51.472Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-04T00:43:51.472Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-04T00:43:51.767Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-04T00:43:52.036Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-04T00:43:52.304Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-04T00:43:52.304Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-04T00:43:52.567Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-04T00:43:52.567Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-04T00:43:52.831Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-04T00:43:52.831Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-04T00:43:52.831Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-04T00:43:53.098Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-04T00:43:53.098Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-04T00:43:53.098Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-04T00:43:53.110Z] ---> Running in 6fa25ceafc6c [2021-03-04T00:43:53.110Z] ---> Running in 46e229d263fe [2021-03-04T00:43:53.110Z] ---> Running in b0fdd315bb58 [2021-03-04T00:43:53.110Z] ---> Running in 1b8674e58042 [2021-03-04T00:43:53.110Z] ---> Running in 75598e4aee29 [2021-03-04T00:43:53.110Z] Removing intermediate container 75598e4aee29 [2021-03-04T00:43:53.110Z] ---> 181118d8aad5 [2021-03-04T00:43:53.110Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:53.110Z] Removing intermediate container 1b8674e58042 [2021-03-04T00:43:53.110Z] ---> 6d115155f8a4 [2021-03-04T00:43:53.110Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:53.110Z] Removing intermediate container 46e229d263fe [2021-03-04T00:43:53.110Z] ---> bb8f689ad7e4 [2021-03-04T00:43:53.110Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:53.110Z] Removing intermediate container b0fdd315bb58 [2021-03-04T00:43:53.110Z] ---> d0099da8d4bc [2021-03-04T00:43:53.110Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:53.110Z] Removing intermediate container 6fa25ceafc6c [2021-03-04T00:43:53.110Z] ---> e104082d1bb0 [2021-03-04T00:43:53.110Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:43:53.110Z] ---> Running in 1b5dac2e0614 [2021-03-04T00:43:53.110Z] ---> Running in 843614ea860b [2021-03-04T00:43:53.365Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-04T00:43:53.365Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-04T00:43:53.365Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-04T00:43:53.392Z] ---> Running in 1ee5f03fea65 [2021-03-04T00:43:53.392Z] ---> Running in 153a5848528f [2021-03-04T00:43:53.392Z] ---> Running in 3f37d47a4056 [2021-03-04T00:43:53.637Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-04T00:43:53.637Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-04T00:43:53.902Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-04T00:43:53.902Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-04T00:43:54.165Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-04T00:43:54.165Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-04T00:43:55.116Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-04T00:43:55.116Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-04T00:43:55.116Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-04T00:43:55.116Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-04T00:43:55.378Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T00:43:55.378Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T00:43:55.955Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T00:43:55.955Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T00:43:55.955Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T00:43:56.218Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T00:43:56.218Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T00:43:56.218Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T00:43:56.488Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:56.488Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:43:56.488Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:56.752Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:43:56.752Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:56.752Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:43:57.016Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:57.016Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:43:57.729Z] Removing intermediate container 1b5dac2e0614 [2021-03-04T00:43:57.729Z] ---> ff1ea95a4139 [2021-03-04T00:43:57.729Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T00:43:57.729Z] Removing intermediate container 843614ea860b [2021-03-04T00:43:57.729Z] ---> 464d13c8c429 [2021-03-04T00:43:57.729Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-04T00:43:57.729Z] ---> Running in 6e7acbb61622 [2021-03-04T00:43:57.729Z] Removing intermediate container 1ee5f03fea65 [2021-03-04T00:43:57.729Z] ---> 4e7c295f9b67 [2021-03-04T00:43:57.729Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T00:43:57.729Z] ---> Running in 6605ddc64584 [2021-03-04T00:43:58.013Z] Removing intermediate container 3f37d47a4056 [2021-03-04T00:43:58.013Z] ---> 3b29bbbebd71 [2021-03-04T00:43:58.013Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T00:43:58.013Z] ---> Running in 0edaabe74d08 [2021-03-04T00:43:58.287Z] Removing intermediate container 153a5848528f [2021-03-04T00:43:58.287Z] ---> 692f5979cd57 [2021-03-04T00:43:58.287Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:43:58.287Z] ---> Running in 0c0cd88570e2 [2021-03-04T00:43:58.406Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:58.406Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:43:58.563Z] ---> Running in c5e0029d2620 [2021-03-04T00:43:59.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:43:59.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:43:59.799Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:43:59.799Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:44:00.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:00.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:00.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:00.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:00.746Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:44:00.746Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:44:00.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:01.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:01.325Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:44:01.325Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:44:01.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:01.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:44:01.719Z] OK: 217 MiB in 51 packages [2021-03-04T00:44:02.004Z] OK: 217 MiB in 51 packages [2021-03-04T00:44:02.612Z] OK: 217 MiB in 51 packages [2021-03-04T00:44:02.742Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T00:44:02.742Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T00:44:02.891Z] OK: 217 MiB in 51 packages [2021-03-04T00:44:02.891Z] OK: 217 MiB in 51 packages [2021-03-04T00:44:03.009Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T00:44:03.009Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T00:44:03.009Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-04T00:44:03.009Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T00:44:03.281Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-04T00:44:03.281Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T00:44:03.492Z] Removing intermediate container 6e7acbb61622 [2021-03-04T00:44:03.492Z] ---> 704b6fd91c8b [2021-03-04T00:44:03.492Z] Step 6/24 : COPY go.mod . [2021-03-04T00:44:03.558Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-04T00:44:03.558Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-04T00:44:03.558Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T00:44:03.820Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T00:44:03.820Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T00:44:03.820Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T00:44:04.083Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-04T00:44:04.083Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-04T00:44:04.094Z] Removing intermediate container 6605ddc64584 [2021-03-04T00:44:04.094Z] ---> a7a4f45392f1 [2021-03-04T00:44:04.094Z] Step 6/30 : COPY go.mod . [2021-03-04T00:44:04.345Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:04.345Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T00:44:04.345Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:04.345Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:04.345Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:04.345Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-04T00:44:04.345Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-04T00:44:04.374Z] Removing intermediate container c5e0029d2620 [2021-03-04T00:44:04.375Z] ---> b0262a01e969 [2021-03-04T00:44:04.375Z] Step 6/23 : COPY go.mod . [2021-03-04T00:44:04.607Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-04T00:44:04.607Z] [2021-03-04T00:44:04.607Z] Current default time zone: 'Etc/UTC' [2021-03-04T00:44:04.607Z] Local time is now: Thu Mar 4 00:44:04 UTC 2021. [2021-03-04T00:44:04.607Z] Universal Time is now: Thu Mar 4 00:44:04 UTC 2021. [2021-03-04T00:44:04.607Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-04T00:44:04.607Z] [2021-03-04T00:44:04.653Z] ---> df9a98373db7 [2021-03-04T00:44:04.654Z] Step 7/24 : RUN go mod download [2021-03-04T00:44:04.654Z] Removing intermediate container 0c0cd88570e2 [2021-03-04T00:44:04.654Z] ---> 9e081926a2be [2021-03-04T00:44:04.654Z] Step 6/23 : COPY go.mod . [2021-03-04T00:44:04.871Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-04T00:44:04.871Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:04.871Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-04T00:44:04.871Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-04T00:44:04.871Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-04T00:44:04.931Z] Removing intermediate container 0edaabe74d08 [2021-03-04T00:44:04.931Z] ---> 644e862aa81c [2021-03-04T00:44:04.931Z] Step 6/21 : COPY go.mod . [2021-03-04T00:44:04.931Z] ---> Running in 5c9995d9584c [2021-03-04T00:44:05.133Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-04T00:44:05.133Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-04T00:44:05.133Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-04T00:44:05.133Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-04T00:44:05.133Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-04T00:44:05.133Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:05.133Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-04T00:44:05.229Z] ---> ddb709d77629 [2021-03-04T00:44:05.229Z] Step 7/30 : RUN go mod download [2021-03-04T00:44:05.505Z] ---> Running in b4c7ed6683c7 [2021-03-04T00:44:05.710Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:05.710Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-04T00:44:05.710Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:05.710Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-04T00:44:05.710Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-04T00:44:05.710Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-04T00:44:05.783Z] ---> 9c472019cc1a [2021-03-04T00:44:05.783Z] Step 7/23 : RUN go mod download [2021-03-04T00:44:05.975Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-04T00:44:05.975Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-04T00:44:05.975Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-04T00:44:05.975Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-04T00:44:05.975Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-04T00:44:06.061Z] ---> 81b4a10aa7ee [2021-03-04T00:44:06.061Z] Step 7/23 : RUN go mod download [2021-03-04T00:44:06.061Z] ---> Running in 219d73cd0153 [2021-03-04T00:44:06.337Z] ---> Running in 6d8f28cd0d0c [2021-03-04T00:44:06.337Z] ---> f189e4b5d9fc [2021-03-04T00:44:06.337Z] Step 7/21 : RUN go mod download [2021-03-04T00:44:06.617Z] ---> Running in 12bd6ad98217 [2021-03-04T00:44:07.897Z] Updating certificates in /etc/ssl/certs... [2021-03-04T00:44:08.850Z] 23 added, 27 removed; done. [2021-03-04T00:44:09.111Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-04T00:44:09.111Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T00:44:09.111Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-04T00:44:09.111Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-04T00:44:09.111Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-04T00:44:09.279Z] Removing intermediate container 5c9995d9584c [2021-03-04T00:44:09.279Z] ---> 93b22676b6c6 [2021-03-04T00:44:09.279Z] Step 8/24 : COPY . . [2021-03-04T00:44:09.375Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.375Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-04T00:44:09.375Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.375Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.640Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.640Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.640Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.640Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-04T00:44:09.640Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-04T00:44:09.902Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-04T00:44:09.902Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-04T00:44:09.902Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-04T00:44:09.902Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.903Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T00:44:09.903Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-04T00:44:10.164Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-04T00:44:10.164Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-04T00:44:10.164Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T00:44:10.164Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-04T00:44:10.277Z] Removing intermediate container b4c7ed6683c7 [2021-03-04T00:44:10.277Z] ---> 6001fdfb8dfa [2021-03-04T00:44:10.277Z] Step 8/30 : COPY . . [2021-03-04T00:44:10.425Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-04T00:44:10.426Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-04T00:44:10.426Z] Updating certificates in /etc/ssl/certs... [2021-03-04T00:44:10.922Z] Removing intermediate container 219d73cd0153 [2021-03-04T00:44:10.922Z] ---> 3ba6f01c6688 [2021-03-04T00:44:10.922Z] Step 8/23 : COPY . . [2021-03-04T00:44:11.001Z] 0 added, 0 removed; done. [2021-03-04T00:44:11.001Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-04T00:44:11.001Z] done. [2021-03-04T00:44:11.203Z] Removing intermediate container 6d8f28cd0d0c [2021-03-04T00:44:11.204Z] ---> c6126b6b2cf0 [2021-03-04T00:44:11.204Z] Step 8/23 : COPY . . [2021-03-04T00:44:11.805Z] Removing intermediate container 12bd6ad98217 [2021-03-04T00:44:11.805Z] ---> 8b264d6f2f82 [2021-03-04T00:44:11.805Z] Step 8/21 : COPY . . [2021-03-04T00:44:11.950Z] Reading package lists... [2021-03-04T00:44:12.217Z] Building dependency tree... [2021-03-04T00:44:12.217Z] Reading state information... [2021-03-04T00:44:12.480Z] The following NEW packages will be installed: [2021-03-04T00:44:12.480Z] apt-transport-https [2021-03-04T00:44:12.743Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T00:44:12.743Z] Need to get 1696 B of archives. [2021-03-04T00:44:12.743Z] After this operation, 153 kB of additional disk space will be used. [2021-03-04T00:44:12.743Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-04T00:44:13.006Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T00:44:13.006Z] Fetched 1696 B in 0s (8390 B/s) [2021-03-04T00:44:13.268Z] Selecting previously unselected package apt-transport-https. [2021-03-04T00:44:13.268Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-04T00:44:13.268Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-04T00:44:13.268Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-04T00:44:13.268Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-04T00:44:13.530Z] Waiting for network to be ready... [2021-03-04T00:44:21.686Z] 2021-03-04T00:44:18Z INFO Waiting for automatic snapd restart... [2021-03-04T00:44:21.686Z] snapd 2.48.2.1 from Canonical* installed [2021-03-04T00:44:21.686Z] "snapd" switched to the "latest/stable" channel [2021-03-04T00:44:21.686Z] [2021-03-04T00:44:28.309Z] core18 20210128 from Canonical* installed [2021-03-04T00:44:28.309Z] "core18" switched to the "latest/stable" channel [2021-03-04T00:44:28.309Z] [2021-03-04T00:44:36.607Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T00:44:36.607Z] "snapcraft" switched to the "latest/stable" channel [2021-03-04T00:44:36.607Z] [2021-03-04T00:44:38.648Z] ---> bd0454a1b880 [2021-03-04T00:44:38.648Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T00:44:38.648Z] ---> 5238028d8ffc [2021-03-04T00:44:38.648Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T00:44:38.648Z] ---> 25768074126b [2021-03-04T00:44:38.648Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T00:44:38.648Z] ---> Running in accf77ff86bd [2021-03-04T00:44:38.648Z] ---> 28a71e83466b [2021-03-04T00:44:38.648Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T00:44:38.648Z] ---> 85158174f9bb [2021-03-04T00:44:38.648Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T00:44:38.648Z] ---> Running in a16eb2655084 [2021-03-04T00:44:38.648Z] ---> Running in a881dfd430da [2021-03-04T00:44:38.648Z] ---> Running in 71cb5bd6f03a [2021-03-04T00:44:38.648Z] ---> Running in 972a44bf0d96 [2021-03-04T00:44:39.255Z] 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-03-04T00:44:39.537Z] 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-03-04T00:44:39.537Z] 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-03-04T00:44:39.816Z] 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-03-04T00:44:39.816Z] 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-03-04T00:44:40.875Z] 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-03-04T00:44:40.875Z] - README.md [2021-03-04T00:44:40.875Z] - snapcraft.yaml.orig [2021-03-04T00:44:40.875Z] [2021-03-04T00:44:40.875Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-04T00:44:49.073Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T00:44:49.073Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T00:44:49.073Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T00:44:49.073Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T00:44:50.468Z] Reading package lists... [2021-03-04T00:44:51.051Z] 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-03-04T00:44:57.666Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T00:44:57.666Z] Reading package lists... [2021-03-04T00:44:57.666Z] Building dependency tree... [2021-03-04T00:44:57.666Z] Reading state information... [2021-03-04T00:44:57.666Z] Suggested packages: [2021-03-04T00:44:57.666Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-04T00:44:57.666Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-04T00:44:57.666Z] Recommended packages: [2021-03-04T00:44:57.666Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-04T00:44:57.935Z] The following NEW packages will be installed: [2021-03-04T00:44:57.935Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-04T00:44:57.935Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-04T00:44:57.935Z] pkg-config zip [2021-03-04T00:44:57.935Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T00:44:57.935Z] Need to get 7655 kB of archives. [2021-03-04T00:44:57.935Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-04T00:44:57.935Z] 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-03-04T00:44:58.204Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-04T00:44:58.205Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-04T00:44:58.205Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-04T00:44:58.205Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-04T00:44:58.205Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-04T00:44:58.205Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-04T00:44:58.205Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-04T00:44:58.469Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-04T00:44:58.469Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-04T00:44:58.469Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-04T00:44:58.469Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-04T00:44:58.732Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-04T00:44:58.732Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-04T00:44:58.732Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-04T00:44:58.995Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T00:44:58.995Z] Fetched 7655 kB in 1s (9218 kB/s) [2021-03-04T00:44:59.257Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-04T00:44:59.257Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-04T00:44:59.257Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-04T00:44:59.257Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-04T00:44:59.522Z] Selecting previously unselected package libpsl5:amd64. [2021-03-04T00:44:59.522Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-04T00:44:59.522Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-04T00:44:59.786Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-04T00:44:59.786Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-04T00:44:59.786Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-04T00:44:59.786Z] Selecting previously unselected package librtmp1:amd64. [2021-03-04T00:44:59.786Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-04T00:44:59.786Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-04T00:45:00.050Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-04T00:45:00.050Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-04T00:45:00.050Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-04T00:45:00.050Z] Selecting previously unselected package liberror-perl. [2021-03-04T00:45:00.050Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-04T00:45:00.050Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-04T00:45:00.050Z] Selecting previously unselected package git-man. [2021-03-04T00:45:00.312Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-04T00:45:00.312Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-04T00:45:00.312Z] Selecting previously unselected package git. [2021-03-04T00:45:00.312Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-04T00:45:00.575Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-04T00:45:01.526Z] Selecting previously unselected package libnorm1:amd64. [2021-03-04T00:45:01.526Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-04T00:45:01.801Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-04T00:45:01.802Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-04T00:45:01.802Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-04T00:45:01.802Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-04T00:45:01.802Z] Selecting previously unselected package libsodium23:amd64. [2021-03-04T00:45:01.802Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-04T00:45:02.065Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-04T00:45:02.065Z] Selecting previously unselected package libzmq5:amd64. [2021-03-04T00:45:02.065Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-04T00:45:02.065Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T00:45:02.065Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-04T00:45:02.065Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-04T00:45:02.065Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T00:45:02.334Z] Selecting previously unselected package pkg-config. [2021-03-04T00:45:02.334Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-04T00:45:02.334Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-04T00:45:02.599Z] Selecting previously unselected package zip. [2021-03-04T00:45:02.599Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-04T00:45:02.599Z] Unpacking zip (3.0-11build1) ... [2021-03-04T00:45:02.599Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-04T00:45:02.599Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-04T00:45:02.599Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-04T00:45:02.864Z] Setting up liberror-perl (0.17025-1) ... [2021-03-04T00:45:02.864Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-04T00:45:02.864Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-04T00:45:02.864Z] No schema files found: doing nothing. [2021-03-04T00:45:02.864Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-04T00:45:02.864Z] Setting up zip (3.0-11build1) ... [2021-03-04T00:45:02.864Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-04T00:45:02.864Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-04T00:45:03.127Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-04T00:45:03.127Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T00:45:03.127Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-04T00:45:03.127Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T00:45:03.127Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-04T00:45:03.127Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T00:45:09.740Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T00:45:10.318Z] git set to automatically installed. [2021-03-04T00:45:10.318Z] git-man set to automatically installed. [2021-03-04T00:45:10.318Z] libcurl3-gnutls set to automatically installed. [2021-03-04T00:45:10.318Z] liberror-perl set to automatically installed. [2021-03-04T00:45:10.318Z] libglib2.0-0 set to automatically installed. [2021-03-04T00:45:10.318Z] libnghttp2-14 set to automatically installed. [2021-03-04T00:45:10.318Z] libnorm1 set to automatically installed. [2021-03-04T00:45:10.318Z] libpgm-5.2-0 set to automatically installed. [2021-03-04T00:45:10.318Z] libpsl5 set to automatically installed. [2021-03-04T00:45:10.318Z] librtmp1 set to automatically installed. [2021-03-04T00:45:10.318Z] libsodium23 set to automatically installed. [2021-03-04T00:45:10.318Z] libzmq3-dev set to automatically installed. [2021-03-04T00:45:10.318Z] libzmq5 set to automatically installed. [2021-03-04T00:45:10.318Z] pkg-config set to automatically installed. [2021-03-04T00:45:10.318Z] zip set to automatically installed. [2021-03-04T00:45:12.884Z] snapd is not logged in, snap install commands will use sudo [2021-03-04T00:45:19.508Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T00:45:19.769Z] snap "core18" has no updates available [2021-03-04T00:45:21.690Z] Pulling config-common [2021-03-04T00:45:21.690Z] + snapcraftctl pull [2021-03-04T00:45:23.078Z] Pulling go-build-helper [2021-03-04T00:45:23.078Z] + snapcraftctl pull [2021-03-04T00:45:55.277Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-04T00:45:55.277Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-04T00:45:55.277Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-04T00:45:55.277Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-04T00:45:55.277Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-04T00:45:55.277Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-04T00:45:55.277Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-04T00:45:55.277Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-04T00:45:55.277Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-04T00:45:55.277Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-04T00:45:55.277Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-04T00:45:55.277Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-04T00:45:55.277Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-04T00:45:55.277Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-04T00:45:55.277Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-04T00:45:55.277Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-04T00:45:55.277Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-04T00:45:55.277Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-04T00:45:55.277Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-04T00:45:55.277Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-04T00:45:55.277Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-04T00:45:55.277Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-04T00:45:55.277Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-04T00:45:55.277Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-04T00:45:55.277Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-04T00:45:55.277Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-04T00:45:55.277Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-04T00:45:55.277Z] Fetched 24.0 MB in 6s (3916 kB/s) [2021-03-04T00:45:55.277Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-04T00:45:55.277Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-04T00:45:55.277Z] Fetched 279 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-04T00:45:55.277Z] Fetched 122 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-04T00:45:55.277Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-04T00:45:55.277Z] Fetched 8848 B in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-04T00:45:55.277Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-04T00:45:55.277Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-04T00:45:55.277Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-04T00:45:55.277Z] Fetched 214 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-04T00:45:55.277Z] Fetched 154 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-04T00:45:55.277Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-04T00:45:55.277Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-04T00:45:55.277Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-04T00:45:55.277Z] Fetched 499 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-04T00:45:55.277Z] Fetched 111 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-04T00:45:55.277Z] Fetched 240 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-04T00:45:55.277Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-04T00:45:55.277Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-04T00:45:55.277Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-04T00:45:55.277Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-04T00:45:55.277Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-04T00:45:55.277Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-04T00:45:55.277Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-04T00:45:55.277Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-04T00:45:55.277Z] Fetched 8720 B in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-04T00:45:55.277Z] Fetched 137 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-04T00:45:55.277Z] Fetched 119 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-04T00:45:55.277Z] Fetched 109 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-04T00:45:55.277Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-04T00:45:55.277Z] Fetched 645 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-04T00:45:55.277Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-04T00:45:55.277Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-04T00:45:55.277Z] Fetched 368 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-04T00:45:55.277Z] Fetched 187 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-04T00:45:55.277Z] Fetched 175 kB in 0s (0 B/s) [2021-03-04T00:45:55.277Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-04T00:45:55.539Z] Fetched 206 kB in 0s (0 B/s) [2021-03-04T00:45:55.539Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-04T00:45:55.539Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-04T00:45:55.539Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-04T00:45:55.539Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-04T00:45:55.539Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-04T00:45:55.539Z] Fetched 159 kB in 0s (0 B/s) [2021-03-04T00:45:55.539Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-04T00:45:55.539Z] Fetched 107 kB in 0s (0 B/s) [2021-03-04T00:45:55.539Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-04T00:45:55.539Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-04T00:45:55.539Z] Pulling static-packages [2021-03-04T00:45:55.539Z] + snapcraftctl pull [2021-03-04T00:45:57.468Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-04T00:45:57.468Z] Skipping pull go-build-helper (already ran) [2021-03-04T00:45:57.468Z] Skipping pull static-packages (already ran) [2021-03-04T00:45:57.468Z] Building go-build-helper [2021-03-04T00:45:57.468Z] + snapcraftctl build [2021-03-04T00:46:04.111Z] Building static-packages [2021-03-04T00:46:04.111Z] + snapcraftctl build [2021-03-04T00:46:08.352Z] Staging go-build-helper [2021-03-04T00:46:08.353Z] + snapcraftctl stage [2021-03-04T00:46:08.943Z] Staging static-packages [2021-03-04T00:46:08.943Z] + snapcraftctl stage [2021-03-04T00:46:11.509Z] Pulling go115 [2021-03-04T00:46:11.510Z] + snapcraftctl pull [2021-03-04T00:46:12.922Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-04T00:46:12.922Z] Skipping pull go115 (already ran) [2021-03-04T00:46:12.922Z] Building go115 [2021-03-04T00:46:12.922Z] + dpkg --print-architecture [2021-03-04T00:46:12.922Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-04T00:46:12.922Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-04T00:46:12.922Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-04T00:46:12.922Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T00:46:12.922Z] Dload Upload Total Spent Left Speed [2021-03-04T00:46:15.982Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9871k 0 0 20.8M 0 0:00:05 --:--:-- 0:00:05 20.8M 41 115M 41 48.2M 0 0 32.4M 0 0:00:03 0:00:01 0:00:02 32.3M 73 115M 73 85.1M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 35.5M 0 0:00:03 0:00:03 --:--:-- 35.5M [2021-03-04T00:46:15.982Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-04T00:46:15.982Z] + sha256sum -c sha256 [2021-03-04T00:46:15.982Z] + grep OK [2021-03-04T00:46:16.688Z] 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-03-04T00:46:16.688Z] 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-03-04T00:46:17.392Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-04T00:46:17.392Z] + mkdir -p /root/stage/go1.15 [2021-03-04T00:46:17.392Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-04T00:46:25.618Z] Staging go115 [2021-03-04T00:46:25.618Z] + snapcraftctl stage [2021-03-04T00:46:26.919Z] Removing intermediate container accf77ff86bd [2021-03-04T00:46:26.919Z] ---> e250e4593a43 [2021-03-04T00:46:26.919Z] [2021-03-04T00:46:26.919Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T00:46:26.919Z] 3.12: Pulling from library/alpine [2021-03-04T00:46:28.911Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T00:46:28.911Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T00:46:28.911Z] ---> d10569e2745f [2021-03-04T00:46:28.911Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T00:46:29.961Z] ---> Running in 0d008f8f77a6 [2021-03-04T00:46:30.676Z] Removing intermediate container 71cb5bd6f03a [2021-03-04T00:46:30.676Z] ---> dec493b4f2e7 [2021-03-04T00:46:30.676Z] [2021-03-04T00:46:30.676Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T00:46:30.676Z] ---> d10569e2745f [2021-03-04T00:46:30.676Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T00:46:30.999Z] ---> Running in 563325e07892 [2021-03-04T00:46:32.238Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T00:46:32.238Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T00:46:32.238Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T00:46:32.238Z] Fetched 0 B in 0s (0 B/s) [2021-03-04T00:46:32.238Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-04T00:46:32.238Z] Fetched 224 kB in 0s (0 B/s) [2021-03-04T00:46:32.238Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-04T00:46:32.238Z] Fetched 157 kB in 0s (0 B/s) [2021-03-04T00:46:32.238Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-04T00:46:32.238Z] Fetched 221 kB in 0s (0 B/s) [2021-03-04T00:46:32.238Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-04T00:46:32.238Z] Fetched 143 kB in 0s (0 B/s) [2021-03-04T00:46:32.238Z] Pulling edgex-go [2021-03-04T00:46:32.238Z] + snapcraftctl pull [2021-03-04T00:46:33.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:34.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:34.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:34.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:34.801Z] Pulling version [2021-03-04T00:46:34.801Z] + cd /root/project [2021-03-04T00:46:34.801Z] + [ -f VERSION ] [2021-03-04T00:46:34.801Z] + PROJECT_VERSION=local-dev [2021-03-04T00:46:34.801Z] + git rev-parse --short HEAD [2021-03-04T00:46:34.801Z] + GIT_REVISION=62809f39 [2021-03-04T00:46:34.801Z] + snapcraftctl set-version local-dev [2021-03-04T00:46:35.463Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T00:46:35.463Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T00:46:35.463Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:46:35.463Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T00:46:35.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:46:35.735Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T00:46:35.735Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T00:46:35.735Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T00:46:35.735Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T00:46:35.735Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:46:35.735Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:46:35.735Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:46:35.735Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:46:36.005Z] OK: 7 MiB in 18 packages [2021-03-04T00:46:36.005Z] OK: 7 MiB in 19 packages [2021-03-04T00:46:36.196Z] Building config-common [2021-03-04T00:46:36.196Z] + snapcraftctl build [2021-03-04T00:46:36.278Z] Removing intermediate container a881dfd430da [2021-03-04T00:46:36.278Z] ---> fc13c9e1a37c [2021-03-04T00:46:36.278Z] [2021-03-04T00:46:36.278Z] Step 10/30 : FROM alpine:3.12 [2021-03-04T00:46:36.278Z] ---> d10569e2745f [2021-03-04T00:46:36.278Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T00:46:36.555Z] ---> Running in fe1de3b7bfe9 [2021-03-04T00:46:37.993Z] Removing intermediate container fe1de3b7bfe9 [2021-03-04T00:46:37.993Z] ---> 200cc5b1c546 [2021-03-04T00:46:37.993Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T00:46:37.993Z] ---> Running in 34b25531dde3 [2021-03-04T00:46:40.443Z] Skipping build go-build-helper (already ran) [2021-03-04T00:46:40.443Z] Skipping build static-packages (already ran) [2021-03-04T00:46:40.443Z] Skipping build go115 (already ran) [2021-03-04T00:46:40.443Z] Building edgex-go [2021-03-04T00:46:40.678Z] Removing intermediate container 563325e07892 [2021-03-04T00:46:40.678Z] ---> 807a7d1e033a [2021-03-04T00:46:40.678Z] Removing intermediate container 0d008f8f77a6 [2021-03-04T00:46:40.678Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> bc9b1438c8c7 [2021-03-04T00:46:40.678Z] [2021-03-04T00:46:40.678Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T00:46:40.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:40.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:40.678Z] ---> Running in d9c86769ff25 [2021-03-04T00:46:40.678Z] ---> Running in b3f8c932ec8b [2021-03-04T00:46:41.301Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:46:41.301Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T00:46:41.301Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:46:41.417Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-04T00:46:41.417Z] + cd /root/parts/edgex-go/src [2021-03-04T00:46:41.417Z] + make build [2021-03-04T00:46:41.417Z] 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-03-04T00:46:41.577Z] OK: 5 MiB in 16 packages [2021-03-04T00:46:41.577Z] Removing intermediate container d9c86769ff25 [2021-03-04T00:46:41.577Z] ---> f14f5b0caec5 [2021-03-04T00:46:41.577Z] Step 13/24 : WORKDIR / [2021-03-04T00:46:41.577Z] Removing intermediate container b3f8c932ec8b [2021-03-04T00:46:41.577Z] ---> 59bbcf0fa8b8 [2021-03-04T00:46:41.577Z] Step 13/21 : WORKDIR /edgex [2021-03-04T00:46:41.855Z] ---> Running in cd914a628982 [2021-03-04T00:46:41.855Z] ---> Running in 5b6fabe13a31 [2021-03-04T00:46:42.884Z] Removing intermediate container cd914a628982 [2021-03-04T00:46:42.884Z] ---> a307386a31b7 [2021-03-04T00:46:42.884Z] 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-03-04T00:46:42.884Z] Removing intermediate container 5b6fabe13a31 [2021-03-04T00:46:42.884Z] ---> fccf6a40b0e3 [2021-03-04T00:46:42.884Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T00:46:43.490Z] Removing intermediate container 34b25531dde3 [2021-03-04T00:46:43.490Z] ---> f17d28d9b116 [2021-03-04T00:46:43.490Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T00:46:43.508Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-04T00:46:43.508Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-04T00:46:43.508Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-04T00:46:43.508Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-04T00:46:43.508Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-04T00:46:43.508Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-04T00:46:43.508Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-04T00:46:43.508Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-04T00:46:43.508Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-04T00:46:43.508Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-04T00:46:43.508Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-04T00:46:43.508Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-04T00:46:43.508Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-04T00:46:43.772Z] ---> Running in bb67f15dcfbb [2021-03-04T00:46:43.988Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-04T00:46:43.988Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-04T00:46:43.988Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-04T00:46:43.988Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-04T00:46:43.988Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-04T00:46:43.988Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-04T00:46:43.988Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-04T00:46:43.988Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-04T00:46:43.988Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-04T00:46:43.988Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-04T00:46:43.988Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-04T00:46:43.988Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-04T00:46:43.988Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-04T00:46:43.988Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-04T00:46:44.051Z] ---> 712261cdf9ec [2021-03-04T00:46:44.051Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T00:46:44.051Z] ---> 90fec431ee22 [2021-03-04T00:46:44.051Z] 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-03-04T00:46:44.306Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-04T00:46:44.306Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-04T00:46:44.306Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-04T00:46:44.306Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-04T00:46:44.306Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-04T00:46:44.573Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-04T00:46:44.573Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-04T00:46:44.645Z] Removing intermediate container bb67f15dcfbb [2021-03-04T00:46:44.645Z] ---> 0def771ac2ba [2021-03-04T00:46:44.645Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T00:46:44.918Z] ---> Running in 6643effddc1d [2021-03-04T00:46:45.521Z] ---> ce9c08364e5c [2021-03-04T00:46:45.521Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T00:46:45.521Z] Removing intermediate container 6643effddc1d [2021-03-04T00:46:45.521Z] ---> a51c8265e9c3 [2021-03-04T00:46:45.521Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T00:46:45.797Z] ---> 5d60924c9fa1 [2021-03-04T00:46:45.797Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T00:46:45.797Z] ---> Running in 6035eecfa455 [2021-03-04T00:46:47.251Z] ---> 151bd52d8e3d [2021-03-04T00:46:47.251Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T00:46:47.525Z] ---> e980c83434a9 [2021-03-04T00:46:47.525Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T00:46:48.126Z] ---> Running in f89fdf1cd410 [2021-03-04T00:46:48.741Z] Removing intermediate container f89fdf1cd410 [2021-03-04T00:46:48.741Z] ---> d902ec8db2b0 [2021-03-04T00:46:48.741Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T00:46:49.371Z] ---> cd540b1f4950 [2021-03-04T00:46:49.371Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T00:46:49.371Z] ---> Running in bfc1f6ed9464 [2021-03-04T00:46:49.648Z] Removing intermediate container 6035eecfa455 [2021-03-04T00:46:49.648Z] ---> 068f2aa2e348 [2021-03-04T00:46:49.648Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T00:46:50.249Z] ---> Running in 4748e75ee9d6 [2021-03-04T00:46:50.845Z] Removing intermediate container bfc1f6ed9464 [2021-03-04T00:46:50.846Z] ---> afca6b08e4ce [2021-03-04T00:46:50.846Z] Step 19/21 : LABEL arch=arm64 [2021-03-04T00:46:51.123Z] ---> 875d8f583cbb [2021-03-04T00:46:51.123Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T00:46:51.398Z] ---> Running in 24e454b54cfb [2021-03-04T00:46:51.398Z] Removing intermediate container 4748e75ee9d6 [2021-03-04T00:46:51.398Z] ---> d28af94dd126 [2021-03-04T00:46:51.398Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T00:46:51.991Z] Removing intermediate container 24e454b54cfb [2021-03-04T00:46:51.991Z] ---> 21ee0e1e2c42 [2021-03-04T00:46:51.991Z] Step 20/21 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:46:52.586Z] ---> 662962602324 [2021-03-04T00:46:52.586Z] 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-03-04T00:46:53.183Z] ---> Running in c70d2bede961 [2021-03-04T00:46:53.183Z] ---> Running in 0453944c9710 [2021-03-04T00:46:53.784Z] ---> daacaa2f79da [2021-03-04T00:46:53.784Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T00:46:54.058Z] ---> Running in 14eaf7246560 [2021-03-04T00:46:54.058Z] Removing intermediate container c70d2bede961 [2021-03-04T00:46:54.058Z] ---> 9438a398fc40 [2021-03-04T00:46:54.058Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T00:46:54.653Z] Removing intermediate container a16eb2655084 [2021-03-04T00:46:54.653Z] ---> d45218692043 [2021-03-04T00:46:54.653Z] [2021-03-04T00:46:54.653Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:46:54.653Z] ---> d10569e2745f [2021-03-04T00:46:54.653Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:46:54.954Z] ---> Running in 0296d0719c1e [2021-03-04T00:46:54.954Z] ---> Running in d7985705fab6 [2021-03-04T00:46:55.949Z] Removing intermediate container 0296d0719c1e [2021-03-04T00:46:55.949Z] ---> 86e2bf372d6d [2021-03-04T00:46:55.949Z] [2021-03-04T00:46:56.546Z] Successfully built 86e2bf372d6d [2021-03-04T00:46:56.546Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-04T00:46:56.546Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-04T00:46:56.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:56.917Z] 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-03-04T00:46:56.917Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-04T00:46:57.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:46:57.131Z] Removing intermediate container 0453944c9710 [2021-03-04T00:46:57.131Z] ---> 20c8f6ab22cc [2021-03-04T00:46:57.131Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T00:46:57.404Z] ---> Running in a51058ddc5fc [2021-03-04T00:46:57.685Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T00:46:57.685Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:46:57.685Z] OK: 5 MiB in 15 packages [2021-03-04T00:47:00.330Z] Removing intermediate container a51058ddc5fc [2021-03-04T00:47:00.330Z] ---> 707ada7e0419 [2021-03-04T00:47:00.330Z] Step 22/24 : LABEL arch=arm64 [2021-03-04T00:47:00.330Z] Removing intermediate container 14eaf7246560 [2021-03-04T00:47:00.330Z] ---> 237f0a454935 [2021-03-04T00:47:00.330Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:47:00.604Z] ---> Running in f2d80a479c76 [2021-03-04T00:47:00.893Z] Removing intermediate container 972a44bf0d96 [2021-03-04T00:47:00.893Z] ---> b7322bf0364b [2021-03-04T00:47:00.893Z] [2021-03-04T00:47:00.893Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:47:00.893Z] ---> d10569e2745f [2021-03-04T00:47:00.893Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T00:47:01.886Z] Removing intermediate container d7985705fab6 [2021-03-04T00:47:01.886Z] ---> 5b38d5a47fe8 [2021-03-04T00:47:01.886Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:47:01.886Z] ---> Running in c4eca369ffaa [2021-03-04T00:47:02.487Z] ---> 7af6a100f99e [2021-03-04T00:47:02.487Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T00:47:02.487Z] Removing intermediate container f2d80a479c76 [2021-03-04T00:47:02.487Z] ---> 5bac228edbb7 [2021-03-04T00:47:02.487Z] Step 23/24 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:47:02.487Z] ---> Running in 2f486c1a4a4b [2021-03-04T00:47:02.487Z] ---> Running in 3037603e5773 [2021-03-04T00:47:02.487Z] Removing intermediate container c4eca369ffaa [2021-03-04T00:47:02.487Z] ---> da3c8a0e3f49 [2021-03-04T00:47:02.487Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T00:47:02.767Z] ---> Running in 78425f90976d [2021-03-04T00:47:03.364Z] Removing intermediate container 2f486c1a4a4b [2021-03-04T00:47:03.364Z] ---> 8b73a876aa9e [2021-03-04T00:47:03.364Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T00:47:03.364Z] Removing intermediate container 3037603e5773 [2021-03-04T00:47:03.364Z] ---> 60623c876804 [2021-03-04T00:47:03.364Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T00:47:03.636Z] ---> Running in 153b718c57e6 [2021-03-04T00:47:03.636Z] Removing intermediate container 78425f90976d [2021-03-04T00:47:03.636Z] ---> 3c065bcfe535 [2021-03-04T00:47:03.636Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T00:47:03.913Z] ---> Running in 4782d0fb4316 [2021-03-04T00:47:03.913Z] ---> d247755c501a [2021-03-04T00:47:03.913Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T00:47:03.913Z] ---> Running in 4543a6368a9a [2021-03-04T00:47:04.187Z] Removing intermediate container 153b718c57e6 [2021-03-04T00:47:04.187Z] ---> 09d4ba162276 [2021-03-04T00:47:04.187Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:47:04.466Z] Removing intermediate container 4782d0fb4316 [2021-03-04T00:47:04.466Z] ---> 1147fdca82e9 [2021-03-04T00:47:04.466Z] [2021-03-04T00:47:04.757Z] ---> Running in 9bcf09da1c82 [2021-03-04T00:47:04.757Z] Removing intermediate container 4543a6368a9a [2021-03-04T00:47:04.757Z] ---> 745543442232 [2021-03-04T00:47:04.757Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:47:05.105Z] 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-03-04T00:47:05.372Z] Successfully built 1147fdca82e9 [2021-03-04T00:47:05.372Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-04T00:47:05.372Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-04T00:47:05.372Z] ---> Running in 17833fded5f6 [2021-03-04T00:47:05.647Z] Removing intermediate container 9bcf09da1c82 [2021-03-04T00:47:05.647Z] ---> 7da3458597d4 [2021-03-04T00:47:05.647Z] Step 15/23 : WORKDIR / [2021-03-04T00:47:05.647Z] ---> b6edec1582c7 [2021-03-04T00:47:05.647Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T00:47:05.920Z] ---> Running in 7c5d7464c453 [2021-03-04T00:47:06.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-04T00:47:06.524Z] Removing intermediate container 7c5d7464c453 [2021-03-04T00:47:06.524Z] ---> 5ed6e6ebfcb7 [2021-03-04T00:47:06.524Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:47:07.120Z] ---> e15601a6ef80 [2021-03-04T00:47:07.120Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T00:47:07.712Z] ---> Running in 61739618f692 [2021-03-04T00:47:08.461Z] 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-03-04T00:47:08.693Z] ---> b93250de3536 [2021-03-04T00:47:08.693Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T00:47:08.726Z] 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-03-04T00:47:08.726Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-04T00:47:08.991Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-04T00:47:08.991Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-04T00:47:08.991Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-04T00:47:09.288Z] Removing intermediate container 61739618f692 [2021-03-04T00:47:09.288Z] ---> 09dde54012dc [2021-03-04T00:47:09.288Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T00:47:09.288Z] Removing intermediate container 17833fded5f6 [2021-03-04T00:47:09.288Z] ---> 8961c45323a4 [2021-03-04T00:47:09.288Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T00:47:10.726Z] ---> Running in f9d50ade3b17 [2021-03-04T00:47:11.325Z] ---> b10c922bc98a [2021-03-04T00:47:11.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T00:47:11.325Z] ---> dfa4813269d6 [2021-03-04T00:47:11.325Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-04T00:47:12.318Z] ---> Running in eb40caf509e0 [2021-03-04T00:47:12.353Z] 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-03-04T00:47:12.353Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-04T00:47:12.353Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-04T00:47:12.918Z] ---> 437578022108 [2021-03-04T00:47:12.918Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T00:47:13.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:13.465Z] ---> Running in bfbca840d755 [2021-03-04T00:47:14.309Z] 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-03-04T00:47:14.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:14.441Z] Removing intermediate container bfbca840d755 [2021-03-04T00:47:14.441Z] ---> 9b4f5d695f8b [2021-03-04T00:47:14.441Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:47:15.041Z] ---> Running in 67f24f8ed79c [2021-03-04T00:47:15.742Z] 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-03-04T00:47:15.742Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-04T00:47:16.029Z] Removing intermediate container 67f24f8ed79c [2021-03-04T00:47:16.029Z] ---> 83163fec0075 [2021-03-04T00:47:16.029Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T00:47:16.304Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T00:47:16.577Z] Removing intermediate container eb40caf509e0 [2021-03-04T00:47:16.577Z] ---> 127e73ce92ab [2021-03-04T00:47:16.577Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T00:47:16.577Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T00:47:16.577Z] ---> Running in 4a27aedb0e8f [2021-03-04T00:47:16.577Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T00:47:16.851Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T00:47:17.121Z] ---> Running in 4883afb6b5e3 [2021-03-04T00:47:17.395Z] Removing intermediate container 4a27aedb0e8f [2021-03-04T00:47:17.395Z] ---> 921f07f27e36 [2021-03-04T00:47:17.395Z] Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:47:17.986Z] ---> Running in 13a5c82f4380 [2021-03-04T00:47:17.987Z] Removing intermediate container 4883afb6b5e3 [2021-03-04T00:47:17.987Z] ---> d96c98302a31 [2021-03-04T00:47:17.987Z] Step 27/30 : CMD ["gate"] [2021-03-04T00:47:18.257Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T00:47:18.257Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:47:18.257Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:47:18.257Z] ---> f3c13a41035b [2021-03-04T00:47:18.257Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:47:18.257Z] ---> Using cache [2021-03-04T00:47:18.257Z] ---> e104082d1bb0 [2021-03-04T00:47:18.257Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:47:18.257Z] ---> Using cache [2021-03-04T00:47:18.257Z] ---> 3b29bbbebd71 [2021-03-04T00:47:18.257Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T00:47:18.257Z] ---> Running in 3b53fefdc708 [2021-03-04T00:47:18.360Z] 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-03-04T00:47:18.543Z] ---> Running in 8e2dfcee38b8 [2021-03-04T00:47:18.825Z] Removing intermediate container 13a5c82f4380 [2021-03-04T00:47:18.825Z] ---> 9f4c6a637b97 [2021-03-04T00:47:18.825Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:47:18.825Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T00:47:18.825Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:47:18.825Z] OK: 8 MiB in 20 packages [2021-03-04T00:47:19.110Z] ---> Running in 3414d628183b [2021-03-04T00:47:19.317Z] 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-03-04T00:47:19.317Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-04T00:47:19.382Z] Removing intermediate container 8e2dfcee38b8 [2021-03-04T00:47:19.382Z] ---> de9274549e64 [2021-03-04T00:47:19.382Z] Step 28/30 : LABEL arch=arm64 [2021-03-04T00:47:20.369Z] ---> Running in 7214a2a56219 [2021-03-04T00:47:20.369Z] Removing intermediate container 3414d628183b [2021-03-04T00:47:20.369Z] ---> 756aa56114b1 [2021-03-04T00:47:20.369Z] [2021-03-04T00:47:20.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:20.708Z] 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-03-04T00:47:20.708Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-04T00:47:21.236Z] Successfully built 756aa56114b1 [2021-03-04T00:47:21.830Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-04T00:47:21.830Z] Building docker-sys-mgmt-agent-go [2021-03-04T00:47:21.830Z]  Building docker-core-metadata-go ... done Removing intermediate container f9d50ade3b17 [2021-03-04T00:47:21.830Z] ---> 39d0c0267ad5 [2021-03-04T00:47:21.830Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:47:21.830Z] Removing intermediate container 7214a2a56219 [2021-03-04T00:47:21.830Z] ---> e5f79392f46a [2021-03-04T00:47:21.830Z] Step 29/30 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:47:22.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:22.386Z] ---> Running in a6d56f7bd004 [2021-03-04T00:47:22.668Z] ---> cd677faf35c7 [2021-03-04T00:47:22.668Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T00:47:22.940Z] Removing intermediate container a6d56f7bd004 [2021-03-04T00:47:22.940Z] ---> d08694b89fb9 [2021-03-04T00:47:22.940Z] Step 30/30 : LABEL version=0.0.0 [2021-03-04T00:47:23.268Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-04T00:47:23.268Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-04T00:47:23.268Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-04T00:47:23.268Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-04T00:47:23.268Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-04T00:47:23.268Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-04T00:47:23.268Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-04T00:47:23.268Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-04T00:47:23.268Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-04T00:47:23.268Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-04T00:47:23.268Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-04T00:47:23.545Z] ---> Running in 832b6b2e3223 [2021-03-04T00:47:23.545Z] OK: 217 MiB in 51 packages [2021-03-04T00:47:24.532Z] ---> e8626853969f [2021-03-04T00:47:24.532Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T00:47:25.525Z] Removing intermediate container 832b6b2e3223 [2021-03-04T00:47:25.525Z] ---> 2fe6d04aa714 [2021-03-04T00:47:25.525Z] [2021-03-04T00:47:25.833Z] Building version [2021-03-04T00:47:25.833Z] + snapcraftctl build [2021-03-04T00:47:26.510Z] Successfully built 2fe6d04aa714 [2021-03-04T00:47:26.510Z] ---> 5d4c36dcf62a [2021-03-04T00:47:26.510Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T00:47:26.782Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-04T00:47:26.782Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-04T00:47:27.065Z] Removing intermediate container 3b53fefdc708 [2021-03-04T00:47:27.065Z] ---> a813c1914212 [2021-03-04T00:47:27.065Z] Step 6/22 : COPY go.mod . [2021-03-04T00:47:27.342Z] ---> Running in fe9d4b094fba [2021-03-04T00:47:27.958Z] Removing intermediate container fe9d4b094fba [2021-03-04T00:47:27.958Z] ---> 4e8ec67e9b29 [2021-03-04T00:47:27.958Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:47:27.958Z] ---> 462ffa5bdb4b [2021-03-04T00:47:27.958Z] Step 7/22 : RUN go mod download [2021-03-04T00:47:28.235Z] ---> Running in 46e6be9e47c6 [2021-03-04T00:47:28.512Z] ---> Running in 26a0548d274b [2021-03-04T00:47:29.117Z] Removing intermediate container 46e6be9e47c6 [2021-03-04T00:47:29.117Z] ---> 5721e4b62d6d [2021-03-04T00:47:29.117Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T00:47:29.726Z] ---> Running in 34122c9c33d3 [2021-03-04T00:47:30.070Z] Staging config-common [2021-03-04T00:47:30.070Z] + snapcraftctl stage [2021-03-04T00:47:30.740Z] Removing intermediate container 34122c9c33d3 [2021-03-04T00:47:30.740Z] ---> c575ac9c26e8 [2021-03-04T00:47:30.740Z] Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:47:31.512Z] Skipping stage go-build-helper (already ran) [2021-03-04T00:47:31.512Z] Skipping stage static-packages (already ran) [2021-03-04T00:47:31.512Z] Skipping stage go115 (already ran) [2021-03-04T00:47:31.512Z] Staging edgex-go [2021-03-04T00:47:31.512Z] + snapcraftctl stage [2021-03-04T00:47:31.732Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:47:31.732Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:47:31.732Z] ---> f3c13a41035b [2021-03-04T00:47:31.732Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T00:47:31.732Z] ---> Using cache [2021-03-04T00:47:31.732Z] ---> e104082d1bb0 [2021-03-04T00:47:31.732Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:47:31.732Z] ---> Using cache [2021-03-04T00:47:31.732Z] ---> 3b29bbbebd71 [2021-03-04T00:47:31.732Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T00:47:32.344Z] ---> Running in 503eb2f2633f [2021-03-04T00:47:32.917Z] Staging version [2021-03-04T00:47:32.917Z] + snapcraftctl stage [2021-03-04T00:47:33.341Z] ---> Running in 9ab117cd9d74 [2021-03-04T00:47:33.940Z] Removing intermediate container 503eb2f2633f [2021-03-04T00:47:33.940Z] ---> 8f12230686fd [2021-03-04T00:47:33.940Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:47:34.226Z] Removing intermediate container 26a0548d274b [2021-03-04T00:47:34.226Z] ---> 64770ec35b40 [2021-03-04T00:47:34.226Z] Step 8/22 : COPY . . [2021-03-04T00:47:34.226Z] ---> Running in f3416f2392eb [2021-03-04T00:47:34.838Z] Removing intermediate container f3416f2392eb [2021-03-04T00:47:34.838Z] ---> 6bf6e870fa90 [2021-03-04T00:47:34.838Z] [2021-03-04T00:47:34.856Z] Priming config-common [2021-03-04T00:47:34.856Z] + snapcraftctl prime [2021-03-04T00:47:35.448Z] Successfully built 6bf6e870fa90 [2021-03-04T00:47:35.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:35.448Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-04T00:47:35.823Z] Priming go-build-helper [2021-03-04T00:47:35.823Z] + snapcraftctl prime [2021-03-04T00:47:36.435Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:37.420Z] OK: 217 MiB in 51 packages [2021-03-04T00:47:38.410Z] Priming static-packages [2021-03-04T00:47:38.410Z] + snapcraftctl prime [2021-03-04T00:47:40.980Z] Priming go115 [2021-03-04T00:47:40.980Z] + snapcraftctl prime [2021-03-04T00:47:42.394Z] Priming edgex-go [2021-03-04T00:47:42.394Z] + snapcraftctl prime [2021-03-04T00:47:42.868Z] Removing intermediate container 9ab117cd9d74 [2021-03-04T00:47:42.868Z] ---> 531448feadc9 [2021-03-04T00:47:42.868Z] Step 6/22 : COPY go.mod . [2021-03-04T00:47:44.334Z] Priming version [2021-03-04T00:47:44.334Z] + snapcraftctl prime [2021-03-04T00:47:44.866Z] ---> d702afbe5a1c [2021-03-04T00:47:44.866Z] Step 7/22 : RUN go mod download [2021-03-04T00:47:45.288Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-04T00:47:45.873Z] ---> Running in d15f45262250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T00:47:51.357Z] Removing intermediate container d15f45262250 [2021-03-04T00:47:51.357Z] ---> d3ccbbd8ce8e [2021-03-04T00:47:51.357Z] Step 8/22 : COPY . . [2021-03-04T00:47:51.357Z] ---> bd3231942324 [2021-03-04T00:47:51.357Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T00:47:51.643Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:47:51.643Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:47:51.643Z] ---> f3c13a41035b [2021-03-04T00:47:51.643Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T00:47:51.643Z] ---> Using cache [2021-03-04T00:47:51.643Z] ---> e104082d1bb0 [2021-03-04T00:47:51.643Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:47:51.643Z] ---> Using cache [2021-03-04T00:47:51.643Z] ---> 3b29bbbebd71 [2021-03-04T00:47:51.643Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T00:47:51.928Z] ---> Running in 7d8dc413babc [2021-03-04T00:47:51.928Z] ---> Running in 0a47ebd9a18d [2021-03-04T00:47:53.920Z] 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-03-04T00:47:53.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:54.198Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T00:47:54.198Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T00:47:54.198Z] ---> f3c13a41035b [2021-03-04T00:47:54.198Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T00:47:54.198Z] ---> Using cache [2021-03-04T00:47:54.198Z] ---> e104082d1bb0 [2021-03-04T00:47:54.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T00:47:54.198Z] ---> Using cache [2021-03-04T00:47:54.198Z] ---> 3b29bbbebd71 [2021-03-04T00:47:54.198Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T00:47:54.198Z] ---> Using cache [2021-03-04T00:47:54.198Z] ---> a813c1914212 [2021-03-04T00:47:54.198Z] Step 6/23 : COPY go.mod . [2021-03-04T00:47:54.198Z] ---> Using cache [2021-03-04T00:47:54.198Z] ---> 462ffa5bdb4b [2021-03-04T00:47:54.198Z] Step 7/23 : RUN go mod download [2021-03-04T00:47:54.198Z] ---> Using cache [2021-03-04T00:47:54.198Z] ---> 64770ec35b40 [2021-03-04T00:47:54.198Z] Step 8/23 : COPY . . [2021-03-04T00:47:54.198Z] ---> Using cache [2021-03-04T00:47:54.198Z] ---> bd3231942324 [2021-03-04T00:47:54.198Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T00:47:54.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:47:55.886Z] OK: 217 MiB in 51 packages [2021-03-04T00:47:56.495Z] ---> Running in 22063382c9af [2021-03-04T00:47:59.163Z] Removing intermediate container 0a47ebd9a18d [2021-03-04T00:47:59.163Z] ---> 9a71e827622d [2021-03-04T00:47:59.163Z] Step 6/26 : COPY go.mod . [2021-03-04T00:47:59.163Z] 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-03-04T00:48:01.155Z] ---> 1e9a27b3b90e [2021-03-04T00:48:01.155Z] Step 7/26 : RUN go mod download [2021-03-04T00:48:01.155Z] ---> Running in 574dfae7e621 [2021-03-04T00:48:07.908Z] Removing intermediate container 574dfae7e621 [2021-03-04T00:48:07.908Z] ---> fb986d2f35b2 [2021-03-04T00:48:07.908Z] Step 8/26 : COPY . . [2021-03-04T00:48:16.237Z] ---> 33bcd1096626 [2021-03-04T00:48:16.237Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T00:48:16.237Z] ---> Running in 2782d4742a7b [2021-03-04T00:48:18.875Z] 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-03-04T00:48:31.314Z] ---> 301d3299ea67 [2021-03-04T00:48:31.314Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T00:48:31.314Z] ---> Running in 85f174dbefbf [2021-03-04T00:48:33.312Z] 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-03-04T00:49:29.869Z] Removing intermediate container 7d8dc413babc [2021-03-04T00:49:29.869Z] ---> 7488367418a5 [2021-03-04T00:49:29.869Z] [2021-03-04T00:49:29.869Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:49:29.869Z] ---> d10569e2745f [2021-03-04T00:49:29.869Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:49:29.869Z] ---> Using cache [2021-03-04T00:49:29.869Z] ---> 5b38d5a47fe8 [2021-03-04T00:49:29.869Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:49:29.869Z] ---> Using cache [2021-03-04T00:49:29.869Z] ---> 8b73a876aa9e [2021-03-04T00:49:29.869Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T00:49:29.869Z] ---> Running in b252fe5c8548 [2021-03-04T00:49:29.869Z] Removing intermediate container b252fe5c8548 [2021-03-04T00:49:29.869Z] ---> b9f07fc1b38e [2021-03-04T00:49:29.869Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:49:29.869Z] ---> Running in 13bc9b22df21 [2021-03-04T00:49:30.475Z] Removing intermediate container 13bc9b22df21 [2021-03-04T00:49:30.475Z] ---> 6578ce43af4b [2021-03-04T00:49:30.475Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:49:31.934Z] ---> bf839bbf0bcd [2021-03-04T00:49:31.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T00:49:34.620Z] ---> 3eb0593ec35e [2021-03-04T00:49:34.620Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T00:49:36.649Z] ---> ee6ed75c90f7 [2021-03-04T00:49:36.649Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T00:49:36.933Z] ---> Running in 4ad109965110 [2021-03-04T00:49:37.221Z] Removing intermediate container 22063382c9af [2021-03-04T00:49:37.221Z] ---> 11bf07609a84 [2021-03-04T00:49:37.221Z] [2021-03-04T00:49:37.221Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T00:49:37.221Z] ---> d10569e2745f [2021-03-04T00:49:37.221Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T00:49:37.221Z] ---> Using cache [2021-03-04T00:49:37.221Z] ---> 5b38d5a47fe8 [2021-03-04T00:49:37.221Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:49:37.221Z] ---> Using cache [2021-03-04T00:49:37.221Z] ---> 8b73a876aa9e [2021-03-04T00:49:37.221Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T00:49:37.507Z] ---> Running in be0fd5bb5b3c [2021-03-04T00:49:37.796Z] Removing intermediate container 4ad109965110 [2021-03-04T00:49:37.796Z] ---> 7735c3e705af [2021-03-04T00:49:37.796Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:49:38.088Z] ---> Running in d0cd0172af98 [2021-03-04T00:49:38.377Z] Removing intermediate container be0fd5bb5b3c [2021-03-04T00:49:38.377Z] ---> 1e4a9a694522 [2021-03-04T00:49:38.377Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T00:49:38.662Z] ---> Running in de7c8d4cc0af [2021-03-04T00:49:38.944Z] Removing intermediate container d0cd0172af98 [2021-03-04T00:49:38.944Z] ---> 5478b6b4be91 [2021-03-04T00:49:38.944Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T00:49:39.228Z] ---> Running in e9519f7590d1 [2021-03-04T00:49:39.511Z] Removing intermediate container de7c8d4cc0af [2021-03-04T00:49:39.511Z] ---> 81f363f99c8c [2021-03-04T00:49:39.511Z] Step 15/23 : WORKDIR / [2021-03-04T00:49:39.798Z] ---> Running in c371c2ef5bb3 [2021-03-04T00:49:40.086Z] Removing intermediate container e9519f7590d1 [2021-03-04T00:49:40.086Z] ---> c52bdc394a1c [2021-03-04T00:49:40.086Z] Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:49:40.371Z] ---> Running in f75064f2102b [2021-03-04T00:49:40.650Z] Removing intermediate container c371c2ef5bb3 [2021-03-04T00:49:40.650Z] ---> 72ff1f9947dc [2021-03-04T00:49:40.650Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:49:41.267Z] Removing intermediate container f75064f2102b [2021-03-04T00:49:41.267Z] ---> dfd8f2f10a3f [2021-03-04T00:49:41.267Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:49:41.551Z] ---> Running in ca340e635554 [2021-03-04T00:49:42.163Z] ---> dcaadff8e632 [2021-03-04T00:49:42.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T00:49:42.452Z] Removing intermediate container ca340e635554 [2021-03-04T00:49:42.452Z] ---> 1d3f0245bdf4 [2021-03-04T00:49:42.452Z] [2021-03-04T00:49:43.447Z] Successfully built 1d3f0245bdf4 [2021-03-04T00:49:43.447Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-04T00:49:44.898Z]  Building docker-support-scheduler-go ... done  ---> 92044caf9776 [2021-03-04T00:49:44.898Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T00:49:45.922Z] ---> 4d93874abe7f [2021-03-04T00:49:45.922Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T00:49:45.922Z] ---> Running in e0d4bb768715 [2021-03-04T00:49:46.913Z] Removing intermediate container e0d4bb768715 [2021-03-04T00:49:46.913Z] ---> 5145d220178b [2021-03-04T00:49:46.913Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:49:46.913Z] ---> Running in f9840d3529bb [2021-03-04T00:49:47.511Z] Removing intermediate container f9840d3529bb [2021-03-04T00:49:47.511Z] ---> 3b780b73bb1a [2021-03-04T00:49:47.511Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T00:49:47.794Z] ---> Running in 7f40b60d754e [2021-03-04T00:49:48.399Z] Removing intermediate container 7f40b60d754e [2021-03-04T00:49:48.399Z] ---> 5be05110b093 [2021-03-04T00:49:48.399Z] Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:49:48.399Z] ---> Running in ae0b786263a4 [2021-03-04T00:49:48.996Z] Removing intermediate container ae0b786263a4 [2021-03-04T00:49:48.996Z] ---> 43fc3b793a17 [2021-03-04T00:49:48.996Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T00:49:48.996Z] ---> Running in e23ad1b771ed [2021-03-04T00:49:49.588Z] Removing intermediate container e23ad1b771ed [2021-03-04T00:49:49.588Z] ---> dfc365bfa22d [2021-03-04T00:49:49.588Z] [2021-03-04T00:49:49.868Z] Successfully built dfc365bfa22d [2021-03-04T00:49:50.141Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-04T00:49:54.434Z]  Building docker-core-command-go ... done Removing intermediate container 85f174dbefbf [2021-03-04T00:49:54.434Z] ---> 73e254321c35 [2021-03-04T00:49:54.434Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T00:49:54.707Z] Removing intermediate container 2782d4742a7b [2021-03-04T00:49:54.707Z] ---> 1158fc61652e [2021-03-04T00:49:54.707Z] [2021-03-04T00:49:54.707Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T00:49:54.707Z] ---> d10569e2745f [2021-03-04T00:49:54.707Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T00:49:54.707Z] ---> Running in 776efc53fc6b [2021-03-04T00:49:54.980Z] ---> Running in 7efec12c616c [2021-03-04T00:49:55.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-04T00:49:57.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:49:57.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:49:57.596Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T00:49:57.596Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T00:49:57.596Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:49:57.596Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T00:49:57.596Z] OK: 6 MiB in 16 packages [2021-03-04T00:49:59.036Z] Removing intermediate container 776efc53fc6b [2021-03-04T00:49:59.036Z] ---> 8a447fc36132 [2021-03-04T00:49:59.036Z] [2021-03-04T00:49:59.036Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T00:49:59.036Z] 20.10.0: Pulling from library/docker [2021-03-04T00:49:59.313Z] Removing intermediate container 7efec12c616c [2021-03-04T00:49:59.313Z] ---> 651af5c6c042 [2021-03-04T00:49:59.313Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T00:49:59.313Z] ---> Running in 3e7ed20c753a [2021-03-04T00:50:00.301Z] Removing intermediate container 3e7ed20c753a [2021-03-04T00:50:00.302Z] ---> 840cc5f3e95c [2021-03-04T00:50:00.302Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T00:50:00.587Z] ---> Running in 1f222535cf7a [2021-03-04T00:50:01.572Z] Removing intermediate container 1f222535cf7a [2021-03-04T00:50:01.572Z] ---> 80ab69d6789d [2021-03-04T00:50:01.572Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T00:50:02.216Z] ---> Running in 73e044af116c [2021-03-04T00:50:02.830Z] Removing intermediate container 73e044af116c [2021-03-04T00:50:02.830Z] ---> 5d762c04cf4a [2021-03-04T00:50:02.830Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T00:50:04.295Z] ---> 814db02c8eaf [2021-03-04T00:50:04.295Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T00:50:06.963Z] ---> 14b74db817b1 [2021-03-04T00:50:06.963Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T00:50:07.653Z] ---> b6d925bc40e5 [2021-03-04T00:50:07.653Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T00:50:07.945Z] ---> Running in 155327834aa2 [2021-03-04T00:50:08.578Z] Removing intermediate container 155327834aa2 [2021-03-04T00:50:08.578Z] ---> 85850aa8d829 [2021-03-04T00:50:08.578Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:50:08.578Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T00:50:08.578Z] ---> Running in 41ad4af90fd1 [2021-03-04T00:50:08.578Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T00:50:08.578Z] ---> eeaf43b92773 [2021-03-04T00:50:08.578Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T00:50:08.855Z] ---> Running in d2cd503ea880 [2021-03-04T00:50:09.132Z] Removing intermediate container 41ad4af90fd1 [2021-03-04T00:50:09.132Z] ---> 72b3f472b59a [2021-03-04T00:50:09.132Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T00:50:09.408Z] ---> Running in a184d16fd2c5 [2021-03-04T00:50:10.008Z] Removing intermediate container a184d16fd2c5 [2021-03-04T00:50:10.008Z] ---> 65994948d503 [2021-03-04T00:50:10.008Z] Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:50:10.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:10.283Z] ---> Running in 240680fc080d [2021-03-04T00:50:10.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:10.571Z] Removing intermediate container 240680fc080d [2021-03-04T00:50:10.571Z] ---> c1d0d161eba0 [2021-03-04T00:50:10.571Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T00:50:10.846Z] ---> Running in e9a890d7d37e [2021-03-04T00:50:11.122Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T00:50:11.122Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T00:50:11.122Z] Executing bash-5.0.17-r0.post-install [2021-03-04T00:50:11.122Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:50:11.122Z] OK: 12 MiB in 22 packages [2021-03-04T00:50:11.396Z] Removing intermediate container e9a890d7d37e [2021-03-04T00:50:11.396Z] ---> 77fe3056f807 [2021-03-04T00:50:11.396Z] [2021-03-04T00:50:12.000Z] Successfully built 77fe3056f807 [2021-03-04T00:50:12.000Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-04T00:50:12.604Z]  Building docker-support-notifications-go ... done Removing intermediate container d2cd503ea880 [2021-03-04T00:50:12.604Z] ---> de5d699fdcca [2021-03-04T00:50:12.604Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T00:50:12.878Z] ---> Running in fed28bd3c7ef [2021-03-04T00:50:13.151Z] Removing intermediate container fed28bd3c7ef [2021-03-04T00:50:13.151Z] ---> 06431c425651 [2021-03-04T00:50:13.151Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T00:50:13.425Z] ---> Running in 948268f86875 [2021-03-04T00:50:13.698Z] Removing intermediate container 948268f86875 [2021-03-04T00:50:13.698Z] ---> 1c02c8d476f4 [2021-03-04T00:50:13.698Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T00:50:13.979Z] ---> Running in c19eb5b4e775 [2021-03-04T00:50:14.577Z] Removing intermediate container c19eb5b4e775 [2021-03-04T00:50:14.577Z] ---> 25d62533981d [2021-03-04T00:50:14.577Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T00:50:15.558Z] ---> f33f59f5ffdb [2021-03-04T00:50:15.558Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T00:50:16.155Z] ---> df747c419b94 [2021-03-04T00:50:16.432Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T00:50:17.026Z] ---> 75a9d2599d54 [2021-03-04T00:50:17.027Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T00:50:17.301Z] ---> Running in b26fc0e9c3fd [2021-03-04T00:50:18.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:18.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:50:19.179Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T00:50:19.179Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T00:50:19.179Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T00:50:19.179Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T00:50:19.179Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T00:50:19.179Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T00:50:19.179Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T00:50:21.152Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T00:50:21.152Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T00:50:21.152Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T00:50:21.152Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T00:50:21.152Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T00:50:21.152Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T00:50:21.152Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T00:50:21.152Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T00:50:21.152Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T00:50:21.152Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T00:50:21.426Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T00:50:21.426Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T00:50:21.426Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T00:50:21.426Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T00:50:21.426Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T00:50:21.426Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T00:50:21.426Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T00:50:21.426Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T00:50:21.426Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T00:50:21.426Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T00:50:21.426Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T00:50:21.703Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T00:50:21.703Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T00:50:21.703Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T00:50:21.703Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T00:50:21.703Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T00:50:21.703Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:50:21.703Z] OK: 71 MiB in 55 packages [2021-03-04T00:50:28.461Z] Removing intermediate container b26fc0e9c3fd [2021-03-04T00:50:28.461Z] ---> 9e377f6df648 [2021-03-04T00:50:28.461Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T00:50:28.736Z] ---> Running in 8ed936d45ab4 [2021-03-04T00:50:35.504Z] Collecting docker-compose==1.23.2 [2021-03-04T00:50:35.504Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T00:50:36.945Z] Collecting PyYAML<4,>=3.10 [2021-03-04T00:50:36.945Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T00:50:42.358Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T00:50:42.358Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T00:50:42.358Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T00:50:42.358Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T00:50:45.003Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T00:50:45.003Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T00:50:45.992Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T00:50:45.992Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T00:50:46.976Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T00:50:46.976Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T00:50:47.253Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T00:50:47.253Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T00:50:49.224Z] 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-03-04T00:50:50.203Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T00:50:50.203Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T00:50:50.799Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T00:50:50.799Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T00:50:54.191Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T00:50:54.191Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T00:50:54.191Z] 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-03-04T00:50:54.191Z] Collecting idna<2.8,>=2.5 [2021-03-04T00:50:54.191Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T00:50:54.191Z] 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-03-04T00:50:55.173Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T00:50:55.173Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T00:50:55.449Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T00:50:55.449Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T00:50:55.449Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T00:50:55.449Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T00:50:56.887Z] Installing collected packages: PyYAML, websocket-client, texttable, jsonschema, docker-pycreds, idna, urllib3, requests, docker, cached-property, docopt, dockerpty, docker-compose [2021-03-04T00:50:56.887Z] Running setup.py install for PyYAML: started [2021-03-04T00:51:00.286Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T00:51:00.286Z] Running setup.py install for texttable: started [2021-03-04T00:51:02.927Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T00:51:03.201Z] Attempting uninstall: idna [2021-03-04T00:51:03.201Z] Found existing installation: idna 2.9 [2021-03-04T00:51:03.201Z] Uninstalling idna-2.9: [2021-03-04T00:51:03.474Z] Successfully uninstalled idna-2.9 [2021-03-04T00:51:04.083Z] Attempting uninstall: urllib3 [2021-03-04T00:51:04.083Z] Found existing installation: urllib3 1.25.9 [2021-03-04T00:51:04.083Z] Uninstalling urllib3-1.25.9: [2021-03-04T00:51:04.356Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T00:51:05.330Z] Attempting uninstall: requests [2021-03-04T00:51:05.330Z] Found existing installation: requests 2.23.0 [2021-03-04T00:51:05.330Z] Uninstalling requests-2.23.0: [2021-03-04T00:51:05.330Z] Successfully uninstalled requests-2.23.0 [2021-03-04T00:51:06.765Z] Running setup.py install for docopt: started [2021-03-04T00:51:08.731Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T00:51:09.003Z] Running setup.py install for dockerpty: started [2021-03-04T00:51:11.608Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T00:51:12.203Z] 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.58.0 [2021-03-04T00:51:16.511Z] Removing intermediate container 8ed936d45ab4 [2021-03-04T00:51:16.511Z] ---> 0ffebdf833ab [2021-03-04T00:51:16.511Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T00:51:16.511Z] ---> Running in 899e9173df99 [2021-03-04T00:51:17.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T00:51:17.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T00:51:18.354Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T00:51:18.354Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T00:51:18.354Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T00:51:18.354Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T00:51:18.354Z] OK: 71 MiB in 58 packages [2021-03-04T00:51:19.785Z] Removing intermediate container 899e9173df99 [2021-03-04T00:51:19.785Z] ---> 91effe53c18b [2021-03-04T00:51:19.785Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T00:51:20.057Z] ---> Running in 02c2202597da [2021-03-04T00:51:20.340Z] Removing intermediate container 02c2202597da [2021-03-04T00:51:20.341Z] ---> f6dfb448c992 [2021-03-04T00:51:20.341Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T00:51:20.613Z] ---> Running in 8b9f217393ed [2021-03-04T00:51:21.207Z] Removing intermediate container 8b9f217393ed [2021-03-04T00:51:21.208Z] ---> ea4916e9e0f3 [2021-03-04T00:51:21.208Z] Step 24/26 : LABEL arch=arm64 [2021-03-04T00:51:21.208Z] ---> Running in 25c986a7c498 [2021-03-04T00:51:21.801Z] Removing intermediate container 25c986a7c498 [2021-03-04T00:51:21.801Z] ---> 5a4bc96da65b [2021-03-04T00:51:21.801Z] Step 25/26 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 [2021-03-04T00:51:21.801Z] ---> Running in 16d2a48ad479 [2021-03-04T00:51:22.394Z] Removing intermediate container 16d2a48ad479 [2021-03-04T00:51:22.394Z] ---> 47e32e82ce9e [2021-03-04T00:51:22.394Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T00:51:22.667Z] ---> Running in c54acd14149a [2021-03-04T00:51:22.938Z] Removing intermediate container c54acd14149a [2021-03-04T00:51:22.938Z] ---> 9818751bf544 [2021-03-04T00:51:22.938Z] [2021-03-04T00:51:23.532Z] Successfully built 9818751bf544 [2021-03-04T00:51:23.532Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-04T00:51:24.175Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T00:51:24.197Z] $ docker stop --time=1 ac5121fa49e01cd837f10eb545ac863c582190cf74fc9c76c24d5b16fc07ece4 [2021-03-04T00:51:26.221Z] $ docker rm -f ac5121fa49e01cd837f10eb545ac863c582190cf74fc9c76c24d5b16fc07ece4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T00:51:26.976Z] + docker images [2021-03-04T00:51:26.976Z] + grep docker [2021-03-04T00:51:27.247Z] docker-sys-mgmt-agent-go-arm64 latest 9818751bf544 5 seconds ago 300MB [2021-03-04T00:51:27.247Z] docker-support-notifications-go-arm64 latest 77fe3056f807 About a minute ago 16.9MB [2021-03-04T00:51:27.247Z] docker-core-command-go-arm64 latest dfc365bfa22d About a minute ago 16.2MB [2021-03-04T00:51:27.247Z] docker-support-scheduler-go-arm64 latest 1d3f0245bdf4 About a minute ago 16.3MB [2021-03-04T00:51:27.247Z] docker-core-data-go-arm64 latest 6bf6e870fa90 3 minutes ago 21.1MB [2021-03-04T00:51:27.247Z] docker-security-bootstrapper-go-arm64 latest 2fe6d04aa714 4 minutes ago 17.6MB [2021-03-04T00:51:27.247Z] docker-core-metadata-go-arm64 latest 756aa56114b1 4 minutes ago 17.9MB [2021-03-04T00:51:27.247Z] docker-security-secretstore-setup-go-arm64 latest 1147fdca82e9 4 minutes ago 23.7MB [2021-03-04T00:51:27.247Z] docker-security-proxy-setup-go-arm64 latest 86e2bf372d6d 4 minutes ago 23.4MB [2021-03-04T00:51:27.247Z] docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:51:28.154Z] ---> job-cost.sh [2021-03-04T00:51:28.154Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-seMy [2021-03-04T00:52:15.084Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T00:55:21.972Z] lf-activate-venv(): INFO: Adding /tmp/venv-seMy/bin to PATH [2021-03-04T00:55:21.972Z] INFO: No Stack... [2021-03-04T00:55:21.972Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T00:55:21.972Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T00:55:22.316Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-04T00:55:22.316Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T00:55:22.449Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] [2021-03-04T00:55:22.458Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] did not exist. Created. [2021-03-04T00:55:22.458Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T00:55:22.887Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T00:55:23.231Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T00:55:23.261Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] [Pipeline] // lock [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-03-04T00:55:24.495Z] provisioning config files... [2021-03-04T00:55:24.507Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2315095946379093933tmp [Pipeline] { [Pipeline] sh [2021-03-04T00:55:24.882Z] + set +x [2021-03-04T00:55:24.882Z] + curl -s https://codecov.io/bash [2021-03-04T00:55:24.882Z] + bash -s -- [2021-03-04T00:55:25.458Z] [2021-03-04T00:55:25.458Z] _____ _ [2021-03-04T00:55:25.458Z] / ____| | | [2021-03-04T00:55:25.458Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T00:55:25.458Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T00:55:25.458Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T00:55:25.458Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T00:55:25.458Z] Bash-20210226-7100762 [2021-03-04T00:55:25.458Z] [2021-03-04T00:55:25.458Z] [2021-03-04T00:55:25.458Z] ==> git version 2.24.3 found [2021-03-04T00:55:25.458Z] ==> 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-03-04T00:55:25.458Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T00:55:25.458Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T00:55:25.458Z] ==> Jenkins CI detected. [2021-03-04T00:55:25.458Z] project root: . [2021-03-04T00:55:25.458Z] --> token set from env [2021-03-04T00:55:25.458Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T00:55:25.458Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T00:55:25.719Z] ==> Python coveragepy not found [2021-03-04T00:55:25.719Z] ==> Searching for coverage reports in: [2021-03-04T00:55:25.719Z] + . [2021-03-04T00:55:25.719Z] -> Found 1 reports [2021-03-04T00:55:25.719Z] ==> Detecting git/mercurial file structure [2021-03-04T00:55:25.719Z] ==> Reading reports [2021-03-04T00:55:25.719Z] + ./coverage.out bytes=604728 [2021-03-04T00:55:25.719Z] ==> Appending adjustments [2021-03-04T00:55:25.719Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T00:55:29.034Z] + Found adjustments [2021-03-04T00:55:29.034Z] ==> Gzipping contents [2021-03-04T00:55:29.034Z] 88K /tmp/codecov.zGpCHn.gz [2021-03-04T00:55:29.034Z] ==> Uploading reports [2021-03-04T00:55:29.034Z] url: https://codecov.io [2021-03-04T00:55:29.034Z] query: branch=PR-3217&commit=0c59368c43806e039cc08e273a01018a9e1e81a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3217%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3217&job=&cmd_args= [2021-03-04T00:55:29.034Z] -> Pinging Codecov [2021-03-04T00:55:29.034Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3217&commit=0c59368c43806e039cc08e273a01018a9e1e81a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3217%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3217&job=&cmd_args= [2021-03-04T00:55:29.609Z] -> Uploading to [2021-03-04T00:55:29.609Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/00271124DB129430A58F1EEE437C3FCB/0c59368c43806e039cc08e273a01018a9e1e81a1/22a954b8-5bbd-4f91-96f6-90174b748b3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T005529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cf951dec2d1aa8773f445c60e5e22f0af9fea8da7665949875fb3085d21e4b46 [2021-03-04T00:55:29.609Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T00:55:29.609Z] Dload Upload Total Spent Left Speed [2021-03-04T00:55:30.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 54 90006 0 0 54 49152 0 176k --:--:-- --:--:-- --:--:-- 176k 100 90006 0 0 100 90006 0 174k --:--:-- --:--:-- --:--:-- 174k [2021-03-04T00:55:30.132Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0c59368c43806e039cc08e273a01018a9e1e81a1 [Pipeline] } [2021-03-04T00:55:30.141Z] 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] { (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-03-04T00:55:32.078Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:55:32.962Z] ---> package-listing.sh [2021-03-04T00:55:32.962Z] ++ facter osfamily [2021-03-04T00:55:32.962Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T00:55:32.962Z] + OS_FAMILY=redhat [2021-03-04T00:55:32.962Z] + workspace=/w/workspace/edgex-go/2 [2021-03-04T00:55:32.962Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T00:55:32.962Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T00:55:32.962Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T00:55:32.962Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T00:55:32.962Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-04T00:55:32.962Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T00:55:32.962Z] + case "${OS_FAMILY}" in [2021-03-04T00:55:32.962Z] + rpm -qa [2021-03-04T00:55:32.962Z] + sort [2021-03-04T00:55:38.272Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T00:55:38.272Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T00:55:38.272Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T00:55:38.272Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-04T00:55:38.272Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-04T00:55:38.272Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-04T00:55:38.286Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-04T00:55:38.605Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:55:38.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T00:55:38.957Z] [2021-03-04T00:55:38.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T00:55:39.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T00:55:39.315Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T00:55:39.315Z] df20fa9351a1: Pulling fs layer [2021-03-04T00:55:39.315Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T00:55:39.315Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T00:55:39.315Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T00:55:39.315Z] 93b61091891f: Pulling fs layer [2021-03-04T00:55:39.315Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T00:55:39.315Z] 5e14af77c1be: Pulling fs layer [2021-03-04T00:55:39.315Z] 01666e4c0597: Pulling fs layer [2021-03-04T00:55:39.315Z] aa168da1d23b: Pulling fs layer [2021-03-04T00:55:39.315Z] 46f8f816bc3b: Waiting [2021-03-04T00:55:39.315Z] 93b61091891f: Waiting [2021-03-04T00:55:39.315Z] 93b9cdb0e59b: Waiting [2021-03-04T00:55:39.315Z] 5e14af77c1be: Waiting [2021-03-04T00:55:39.315Z] 01666e4c0597: Waiting [2021-03-04T00:55:39.315Z] aa168da1d23b: Waiting [2021-03-04T00:55:39.315Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T00:55:39.315Z] 36b3adc4ff6f: Download complete [2021-03-04T00:55:39.315Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T00:55:39.315Z] 46f8f816bc3b: Download complete [2021-03-04T00:55:39.315Z] df20fa9351a1: Verifying Checksum [2021-03-04T00:55:39.315Z] df20fa9351a1: Download complete [2021-03-04T00:55:39.581Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T00:55:39.581Z] 93b9cdb0e59b: Download complete [2021-03-04T00:55:39.581Z] 5e14af77c1be: Verifying Checksum [2021-03-04T00:55:39.581Z] 5e14af77c1be: Download complete [2021-03-04T00:55:39.581Z] 93b61091891f: Verifying Checksum [2021-03-04T00:55:39.581Z] 93b61091891f: Download complete [2021-03-04T00:55:39.581Z] 01666e4c0597: Verifying Checksum [2021-03-04T00:55:39.581Z] 01666e4c0597: Download complete [2021-03-04T00:55:39.843Z] df20fa9351a1: Pull complete [2021-03-04T00:55:40.106Z] 36b3adc4ff6f: Pull complete [2021-03-04T00:55:40.106Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T00:55:40.106Z] 8ad3a11d3b57: Download complete [2021-03-04T00:55:41.067Z] 8ad3a11d3b57: Pull complete [2021-03-04T00:55:41.335Z] 46f8f816bc3b: Pull complete [2021-03-04T00:55:41.911Z] aa168da1d23b: Verifying Checksum [2021-03-04T00:55:41.911Z] aa168da1d23b: Download complete [2021-03-04T00:55:43.830Z] 93b61091891f: Pull complete [2021-03-04T00:55:44.092Z] 93b9cdb0e59b: Pull complete [2021-03-04T00:55:44.092Z] 5e14af77c1be: Pull complete [2021-03-04T00:55:44.356Z] 01666e4c0597: Pull complete [2021-03-04T00:55:54.417Z] aa168da1d23b: Pull complete [2021-03-04T00:55:54.417Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T00:55:54.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T00:55:54.417Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T00:55:54.658Z] prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container [2021-03-04T00:55:54.706Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T00:55:58.284Z] $ docker top 9bd8903717b2c402e0fca5643ba8e00cf0f2ab5e3e131192d966b3203dc36042 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T00:55:58.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T00:55:59.090Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T00:55:59.389Z] + ls /var/log/sa-host [2021-03-04T00:55:59.389Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T00:55:59.389Z] file_magic: OK [2021-03-04T00:55:59.389Z] HZ: Using current value: 100 [2021-03-04T00:55:59.389Z] file_header: OK [2021-03-04T00:55:59.389Z] 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-03-04T00:55:59.389Z] Statistics: [2021-03-04T00:55:59.389Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T00:55:59.389Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T00:55:59.389Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T00:55:59.389Z] file_magic: OK [2021-03-04T00:55:59.389Z] HZ: Using current value: 100 [2021-03-04T00:55:59.389Z] file_header: OK [2021-03-04T00:55:59.389Z] 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-03-04T00:55:59.389Z] Statistics: [2021-03-04T00:55:59.389Z] Hnuu...uuuununununu... [2021-03-04T00:55:59.389Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T00:55:59.604Z] provisioning config files... [2021-03-04T00:55:59.624Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8014676045818985089tmp [Pipeline] { [Pipeline] echo [2021-03-04T00:55:59.695Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:55:59.996Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T00:56:00.006Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T00:56:00.219Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:56:00.519Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T00:56:00.530Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:56:00.834Z] ---> sudo-logs.sh [2021-03-04T00:56:00.834Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T00:56:00.982Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:56:01.279Z] ---> job-cost.sh [2021-03-04T00:56:01.279Z] lf-activate-venv: SKIPPING [2021-03-04T00:56:01.279Z] DEBUG: total: 0.20999999344348907 [2021-03-04T00:56:01.279Z] INFO: Retrieving Stack Cost... [2021-03-04T00:56:02.226Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T00:56:02.487Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T00:56:02.501Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T00:56:02.801Z] ---> logs-deploy.sh [2021-03-04T00:56:02.801Z] lf-activate-venv: SKIPPING [2021-03-04T00:56:02.801Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3217/2 [2021-03-04T00:56:02.801Z] INFO: archiving workspace using pattern(s): [2021-03-04T00:56:04.208Z] Archives upload complete. [2021-03-04T00:56:04.208Z] INFO: archiving logs to Nexus