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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 9fd562e3a2eea215d457574d6ccae0c8b46a1516+a05352d37eb5b985ae670d360b56d8b81b9d117b (827ca82383c157ab72bd8b39c19478d493d8f745) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26735 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 > 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/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 Merge succeeded, producing 55326834ffc8ed0ef16efc4db2edace1313f2b8c Checking out Revision 55326834ffc8ed0ef16efc4db2edace1313f2b8c (PR-3164) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 55326834ffc8ed0ef16efc4db2edace1313f2b8c # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T00:30:39.580Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T00:30:39.788Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T00:30:39.962Z] ========================================================= [2021-02-18T00:30:39.962Z] EdgeX Global Pipelines Version Info [2021-02-18T00:30:39.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8bcaa91b1e8e35e070637adeae8a112ec3958236 # timeout=10 [2021-02-18T00:30:42.076Z] ------------------- [2021-02-18T00:30:42.076Z] stable info: [2021-02-18T00:30:42.076Z] ------------------- [2021-02-18T00:30:42.076Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:30:42.076Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:30:42.076Z] Message: update stable to v1.0.179 [2021-02-18T00:30:42.657Z] ------------------- [2021-02-18T00:30:42.657Z] experimental info: [2021-02-18T00:30:42.657Z] ------------------- [2021-02-18T00:30:42.657Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:30:42.657Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:30:42.657Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T00:30:42.966Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T00:30:43.051Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T00:30:43.138Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T00:30:43.236Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T00:30:43.335Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T00:30:43.447Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T00:30:43.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T00:30:43.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T00:30:43.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T00:30:43.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T00:30:44.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T00:30:44.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T00:30:44.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T00:30:44.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T00:30:44.406Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:30:44.510Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:30:44.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T00:30:44.699Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T00:30:44.806Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T00:30:44.956Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T00:30:46.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T00:30:46.213Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T00:30:46.350Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T00:30:46.445Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3164 [Pipeline] echo [2021-02-18T00:30:46.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3164 [Pipeline] echo [2021-02-18T00:30:46.668Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3164 [Pipeline] echo [2021-02-18T00:30:46.769Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55326834ffc8ed0ef16efc4db2edace1313f2b8c [Pipeline] echo [2021-02-18T00:30:46.861Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5532683 [Pipeline] echo [2021-02-18T00:30:46.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:30:47.165Z] provisioning config files... [2021-02-18T00:30:47.211Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4119927625596738523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:30:47.608Z] ---> docker-login.sh [2021-02-18T00:30:47.608Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:30:47.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:48.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:48.158Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:48.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:48.158Z] [2021-02-18T00:30:48.158Z] Login Succeeded [2021-02-18T00:30:48.158Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:30:48.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:48.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:48.422Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:48.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:48.422Z] [2021-02-18T00:30:48.422Z] Login Succeeded [2021-02-18T00:30:48.422Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:30:48.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:48.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:48.422Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:48.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:48.422Z] [2021-02-18T00:30:48.422Z] Login Succeeded [2021-02-18T00:30:48.422Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:30:48.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:48.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:48.697Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:48.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:48.697Z] [2021-02-18T00:30:48.697Z] Login Succeeded [2021-02-18T00:30:48.697Z] docker.io [2021-02-18T00:30:48.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:48.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:48.971Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:48.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:48.971Z] [2021-02-18T00:30:48.971Z] Login Succeeded [2021-02-18T00:30:48.971Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:30:48.983Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:30:49.543Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T00:30:49.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:49.543Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T00:30:49.543Z] ++ cut -d/ -f2 [2021-02-18T00:30:49.543Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T00:30:49.626Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:30:50.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:50.478Z] [2021-02-18T00:30:50.478Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:30:50.842Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:50.842Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T00:30:50.842Z] 31603596830f: Pulling fs layer [2021-02-18T00:30:50.842Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T00:30:50.842Z] 6ca5941a6612: Pulling fs layer [2021-02-18T00:30:50.842Z] ecc8261a40a4: Pulling fs layer [2021-02-18T00:30:50.842Z] ecc8261a40a4: Waiting [2021-02-18T00:30:50.842Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T00:30:50.842Z] 2a8b12db71e7: Download complete [2021-02-18T00:30:51.105Z] 31603596830f: Verifying Checksum [2021-02-18T00:30:51.105Z] 31603596830f: Download complete [2021-02-18T00:30:51.105Z] ecc8261a40a4: Verifying Checksum [2021-02-18T00:30:51.105Z] ecc8261a40a4: Download complete [2021-02-18T00:30:51.105Z] 6ca5941a6612: Verifying Checksum [2021-02-18T00:30:51.105Z] 6ca5941a6612: Download complete [2021-02-18T00:30:51.367Z] 31603596830f: Pull complete [2021-02-18T00:30:51.631Z] 2a8b12db71e7: Pull complete [2021-02-18T00:30:52.589Z] 6ca5941a6612: Pull complete [2021-02-18T00:30:52.589Z] ecc8261a40a4: Pull complete [2021-02-18T00:30:52.589Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T00:30:52.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:52.589Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T00:30:52.701Z] prd-centos7-docker-4c-2g-26735 does not seem to be running inside a container [2021-02-18T00:30:52.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T00:30:55.385Z] $ docker top 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T00:30:55.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:30:55.778Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:30:56.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:30:56.026Z] $ docker exec 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 ssh-agent [2021-02-18T00:30:56.207Z] SSH_AUTH_SOCK=/tmp/ssh-HlHu9HyigByF/agent.12 [2021-02-18T00:30:56.207Z] SSH_AGENT_PID=18 [2021-02-18T00:30:56.219Z] Running ssh-add (command line suppressed) [2021-02-18T00:30:56.355Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7517478389229675421.key (/w/workspace/edgex-go/5@tmp/private_key_7517478389229675421.key) [2021-02-18T00:30:56.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:30:56.775Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T00:30:56.803Z] $ docker exec --env ******** --env ******** 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 ssh-agent -k [2021-02-18T00:30:56.939Z] unset SSH_AUTH_SOCK; [2021-02-18T00:30:56.940Z] unset SSH_AGENT_PID; [2021-02-18T00:30:56.940Z] echo Agent pid 18 killed; [2021-02-18T00:30:56.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T00:30:57.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:30:57.153Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:30:57.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:30:57.349Z] $ docker exec 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 ssh-agent [2021-02-18T00:30:57.546Z] SSH_AUTH_SOCK=/tmp/ssh-axLjPK4D3a5r/agent.48 [2021-02-18T00:30:57.547Z] SSH_AGENT_PID=53 [2021-02-18T00:30:57.554Z] Running ssh-add (command line suppressed) [2021-02-18T00:30:57.685Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7228921415627810852.key (/w/workspace/edgex-go/5@tmp/private_key_7228921415627810852.key) [2021-02-18T00:30:57.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:30:58.081Z] + git semver init [2021-02-18T00:30:58.081Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T00:30:58.081Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-18T00:30:58.081Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-18T00:30:58.081Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T00:30:58.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T00:30:58.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T00:30:58.081Z] # $SEMVER_BRANCH = PR-3164 [2021-02-18T00:30:58.081Z] # $SEMVER_TEMP = /tmp/semver-956900892 [2021-02-18T00:30:58.081Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T00:31:20.199Z] # '/tmp/semver-956900892' -> '/w/workspace/edgex-go/5/.semver' [2021-02-18T00:31:20.199Z] # -> Force: false [2021-02-18T00:31:20.199Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-18T00:31:20.214Z] $ docker exec --env ******** --env ******** 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 ssh-agent -k [2021-02-18T00:31:20.446Z] unset SSH_AUTH_SOCK; [2021-02-18T00:31:20.446Z] unset SSH_AGENT_PID; [2021-02-18T00:31:20.446Z] echo Agent pid 53 killed; [2021-02-18T00:31:20.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:31:21.075Z] + git semver [Pipeline] } [2021-02-18T00:31:21.093Z] $ docker stop --time=1 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 [2021-02-18T00:31:22.769Z] $ docker rm -f 4b7ed5d2e6a0b79fcbd2bfd9a25020068ca614262da397ea17dc7f09357da078 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:31:23.371Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T00:31:23.894Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T00:31:23.897Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T00:31:24.897Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:31:25.207Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:31:25.514Z] + sudo service docker restart [2021-02-18T00:31:25.514Z] + true [2021-02-18T00:31:25.514Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T00:31:26.116Z] ========================================================= [2021-02-18T00:31:26.116Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T00:31:26.116Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:31:26.458Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-18T00:31:29.797Z] Sending build context to Docker daemon 327.9MB [2021-02-18T00:31:30.065Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:31:30.065Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:31:30.065Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T00:31:30.065Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T00:31:30.065Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T00:31:30.065Z] de9db76c5a1d: Pulling fs layer [2021-02-18T00:31:30.065Z] bca2f99d35d6: Pulling fs layer [2021-02-18T00:31:30.065Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T00:31:30.065Z] 7c6f9722023f: Pulling fs layer [2021-02-18T00:31:30.065Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T00:31:30.065Z] bca2f99d35d6: Waiting [2021-02-18T00:31:30.065Z] 93359f2a8cfa: Waiting [2021-02-18T00:31:30.065Z] 7c6f9722023f: Waiting [2021-02-18T00:31:30.065Z] a35cf1a2eb13: Waiting [2021-02-18T00:31:30.065Z] de9db76c5a1d: Verifying Checksum [2021-02-18T00:31:30.065Z] de9db76c5a1d: Download complete [2021-02-18T00:31:30.065Z] 0ef7d3d256c8: Download complete [2021-02-18T00:31:30.065Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T00:31:30.065Z] 93359f2a8cfa: Download complete [2021-02-18T00:31:30.065Z] 7c6f9722023f: Download complete [2021-02-18T00:31:30.065Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T00:31:30.065Z] 188c0c94c7c5: Download complete [2021-02-18T00:31:30.671Z] 188c0c94c7c5: Pull complete [2021-02-18T00:31:32.653Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T00:31:32.653Z] a35cf1a2eb13: Download complete [2021-02-18T00:31:32.653Z] 0ef7d3d256c8: Pull complete [2021-02-18T00:31:32.653Z] bca2f99d35d6: Verifying Checksum [2021-02-18T00:31:32.653Z] bca2f99d35d6: Download complete [2021-02-18T00:31:32.653Z] de9db76c5a1d: Pull complete [2021-02-18T00:31:38.018Z] bca2f99d35d6: Pull complete [2021-02-18T00:31:38.594Z] 93359f2a8cfa: Pull complete [2021-02-18T00:31:38.863Z] 7c6f9722023f: Pull complete [2021-02-18T00:31:39.311Z] Still waiting to schedule task [2021-02-18T00:31:39.311Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-18T00:31:42.207Z] a35cf1a2eb13: Pull complete [2021-02-18T00:31:42.476Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T00:31:42.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T00:31:42.476Z] ---> a62c8e92a672 [2021-02-18T00:31:42.476Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T00:31:42.744Z] ---> Running in 6206fd5faa10 [2021-02-18T00:31:43.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:31:44.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:31:44.851Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:31:45.113Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:31:45.113Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:31:45.375Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:31:57.647Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:31:57.647Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:31:57.647Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:31:57.647Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:31:57.647Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:31:57.647Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:31:57.647Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:31:57.647Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:31:57.647Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:31:57.647Z] OK: 233 MiB in 51 packages [2021-02-18T00:32:00.219Z] Removing intermediate container 6206fd5faa10 [2021-02-18T00:32:00.219Z] ---> 0090cd3a13aa [2021-02-18T00:32:00.219Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:32:00.483Z] ---> Running in ceddb6c08d35 [2021-02-18T00:32:00.483Z] Removing intermediate container ceddb6c08d35 [2021-02-18T00:32:00.483Z] ---> 6bbd4eacbbf6 [2021-02-18T00:32:00.483Z] Step 5/6 : COPY go.mod . [2021-02-18T00:32:00.751Z] ---> 2289264f8402 [2021-02-18T00:32:00.751Z] Step 6/6 : RUN go mod download [2021-02-18T00:32:01.027Z] ---> Running in e633e04816a9 [2021-02-18T00:32:23.101Z] Removing intermediate container e633e04816a9 [2021-02-18T00:32:23.101Z] ---> 42d1c3497125 [2021-02-18T00:32:23.101Z] Successfully built 42d1c3497125 [2021-02-18T00:32:23.101Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:23.423Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:32:23.423Z] . [Pipeline] withDockerContainer [2021-02-18T00:32:23.535Z] prd-centos7-docker-4c-2g-26735 does not seem to be running inside a container [2021-02-18T00:32:23.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T00:32:24.647Z] $ docker top 62d84153e5dd56e15c6eee666ed61744d74d737af41edb3b2f10e80a0c14b1a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:32:25.137Z] + go version [2021-02-18T00:32:25.138Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T00:32:25.150Z] $ docker stop --time=1 62d84153e5dd56e15c6eee666ed61744d74d737af41edb3b2f10e80a0c14b1a6 [2021-02-18T00:32:26.511Z] $ docker rm -f 62d84153e5dd56e15c6eee666ed61744d74d737af41edb3b2f10e80a0c14b1a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:27.301Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:32:27.301Z] . [Pipeline] withDockerContainer [2021-02-18T00:32:27.418Z] prd-centos7-docker-4c-2g-26735 does not seem to be running inside a container [2021-02-18T00:32:27.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T00:32:28.624Z] $ docker top 647ec3ea7346323150bc71eb41afd8520bc58c23420e97bc83862ec632c2e3fe -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:32:28.870Z] ========================================================= [2021-02-18T00:32:28.870Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:32:28.870Z] ========================================================= [Pipeline] sh [2021-02-18T00:32:29.180Z] + make test [2021-02-18T00:32:29.180Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:32:39.295Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:32:57.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:33:03.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:33:03.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:33:03.645Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:33:06.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:33:06.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:33:06.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:33:06.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:33:06.889Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:33:07.494Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:33:10.138Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:33:10.138Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:33:10.138Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:33:13.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:33:13.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:33:13.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements [2021-02-18T00:33:16.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:33:16.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:33:16.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:33:16.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 65.8% of statements [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:33:16.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.3% of statements [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:33:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:33:18.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.407s coverage: 28.6% of statements [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:33:18.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:33:18.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:33:18.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-02-18T00:33:18.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:33:19.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.161s coverage: 97.5% of statements [2021-02-18T00:33:19.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:33:19.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-02-18T00:33:19.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:33:19.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:33:19.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:33:19.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:33:21.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 79.5% of statements [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-02-18T00:33:21.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-02-18T00:33:22.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-18T00:33:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-18T00:33:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-02-18T00:33:46.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:33:46.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:33:46.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 68.9% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.106s coverage: 89.4% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.786s coverage: 29.1% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:33:46.827Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-18T00:33:46.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-18T00:33:46.827Z] GO111MODULE=on go vet ./... [2021-02-18T00:34:13.593Z] gofmt -l . [2021-02-18T00:34:13.858Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:34:14.820Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:34:15.398Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:34:16.287Z] + ls -al . [2021-02-18T00:34:16.287Z] total 704 [2021-02-18T00:34:16.287Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 00:34 . [2021-02-18T00:34:16.287Z] drwxr-xr-x 4 root root 28 Feb 18 00:32 .. [2021-02-18T00:34:16.287Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:30 .dockerignore [2021-02-18T00:34:16.287Z] drwxrwxr-x 8 1001 1001 179 Feb 18 00:30 .git [2021-02-18T00:34:16.287Z] drwxrwxr-x 3 1001 1001 125 Feb 18 00:30 .github [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:30 .gitignore [2021-02-18T00:34:16.288Z] drwx------ 3 1001 1001 60 Feb 18 00:31 .semver [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:30 .sonarcloud.properties [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 00:30 Attribution.txt [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:30 CONTRIBUTING.md [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:30 Dockerfile.build [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:30 Jenkinsfile [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:30 LICENSE [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:30 Makefile [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:30 README.md [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:30 SECURITY.md [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:30 ZMQWindows.md [2021-02-18T00:34:16.288Z] drwxrwxr-x 2 1001 1001 117 Feb 18 00:30 bin [2021-02-18T00:34:16.288Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:30 cmd [2021-02-18T00:34:16.288Z] -rw-r--r-- 1 root root 596907 Feb 18 00:33 coverage.out [2021-02-18T00:34:16.288Z] -rw-r--r-- 1 root root 1054 Feb 18 00:34 go.mod [2021-02-18T00:34:16.288Z] -rw-r--r-- 1 root root 19518 Feb 18 00:34 go.sum [2021-02-18T00:34:16.288Z] drwxrwxr-x 8 1001 1001 127 Feb 18 00:30 internal [2021-02-18T00:34:16.288Z] drwxrwxr-x 4 1001 1001 26 Feb 18 00:30 openapi [2021-02-18T00:34:16.288Z] drwxrwxr-x 4 1001 1001 71 Feb 18 00:30 snap [2021-02-18T00:34:16.288Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:30 version.go [Pipeline] sh [2021-02-18T00:34:16.594Z] + '[' -e coverage.out ] [2021-02-18T00:34:16.594Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:34:16.820Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:34:17.127Z] + make build [2021-02-18T00:34:17.127Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T00:34:21.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T00:34:29.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T00:34:31.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T00:34:33.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T00:34:33.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T00:34:34.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T00:34:36.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T00:34:37.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T00:34:39.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T00:34:40.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:34:41.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T00:34:41.735Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26742 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws [2021-02-18T00:34:41.789Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-02-18T00:34:43.498Z] $ docker stop --time=1 647ec3ea7346323150bc71eb41afd8520bc58c23420e97bc83862ec632c2e3fe [2021-02-18T00:34:45.214Z] $ docker rm -f 647ec3ea7346323150bc71eb41afd8520bc58c23420e97bc83862ec632c2e3fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-18T00:34:46.580Z] using credential edgex-jenkins-ssh [2021-02-18T00:34:46.655Z] Cloning the remote Git repository [2021-02-18T00:34:46.722Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:47.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:47.213Z] [2021-02-18T00:34:47.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:47.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:47.633Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T00:34:47.633Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T00:34:47.633Z] ca9280d653b3: Pulling fs layer [2021-02-18T00:34:47.633Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T00:34:47.926Z] cbdbe7a5bc2a: Download complete [2021-02-18T00:34:46.840Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-18T00:34:46.935Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:34:46.936Z] > git --version # timeout=10 [2021-02-18T00:34:46.959Z] > git --version # 'git version 2.17.1' [2021-02-18T00:34:46.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:34:47.027Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:34:48.275Z] cbdbe7a5bc2a: Pull complete [2021-02-18T00:34:48.275Z] ca9280d653b3: Verifying Checksum [2021-02-18T00:34:48.275Z] ca9280d653b3: Download complete [2021-02-18T00:34:49.787Z] ca9280d653b3: Pull complete [2021-02-18T00:34:49.787Z] 7e9c9ca2126c: Download complete [2021-02-18T00:34:56.429Z] 7e9c9ca2126c: Pull complete [2021-02-18T00:34:56.429Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T00:34:56.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:56.429Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T00:34:56.619Z] prd-centos7-docker-4c-2g-26735 does not seem to be running inside a container [2021-02-18T00:34:56.673Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T00:34:59.939Z] $ docker top f3230f25fd981d9a58b79a71d1e6a90fd3ed9f8c65d816d2869bf7481d505bbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:35:00.515Z] + docker-compose build --help [2021-02-18T00:35:00.515Z] + grep parallel [2021-02-18T00:35:01.917Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:35:01.934Z] $ docker stop --time=1 f3230f25fd981d9a58b79a71d1e6a90fd3ed9f8c65d816d2869bf7481d505bbc [2021-02-18T00:35:03.304Z] $ docker rm -f f3230f25fd981d9a58b79a71d1e6a90fd3ed9f8c65d816d2869bf7481d505bbc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:35:03.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:35:03.905Z] . [Pipeline] withDockerContainer [2021-02-18T00:35:04.018Z] prd-centos7-docker-4c-2g-26735 does not seem to be running inside a container [2021-02-18T00:35:04.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T00:35:04.818Z] $ docker top b711a6797a5a3afa081e430e9e977dbbc862eef2d2b4a5ae9fcc979e92e01419 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:35:05.368Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:35:06.315Z] Building docker-core-command-go ... [2021-02-18T00:35:06.315Z] Building docker-core-data-go ... [2021-02-18T00:35:06.315Z] Building docker-core-metadata-go ... [2021-02-18T00:35:06.315Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:35:06.315Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:35:06.315Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:35:06.315Z] Building docker-support-notifications-go ... [2021-02-18T00:35:06.315Z] Building docker-support-scheduler-go ... [2021-02-18T00:35:06.315Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:35:06.315Z] Building docker-security-bootstrapper-go [2021-02-18T00:35:06.315Z] Building docker-security-secretstore-setup-go [2021-02-18T00:35:06.315Z] Building docker-core-metadata-go [2021-02-18T00:35:06.315Z] Building docker-security-proxy-setup-go [2021-02-18T00:35:06.315Z] Building docker-support-scheduler-go [2021-02-18T00:35:20.392Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 [2021-02-18T00:35:19.311Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:35:19.333Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:35:19.431Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:35:19.510Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:35:19.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:35:19.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T00:35:20.415Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:35:20.431Z] > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [2021-02-18T00:35:20.754Z] > git remote # timeout=10 [2021-02-18T00:35:20.771Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:35:20.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:35:20.797Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:35:21.071Z] Merge succeeded, producing 8acd439488bcd83e27430284feaf5316ecb6a35d [2021-02-18T00:35:21.072Z] Checking out Revision 8acd439488bcd83e27430284feaf5316ecb6a35d (PR-3164) [2021-02-18T00:35:21.060Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:35:21.081Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:35:21.100Z] > git checkout -f 8acd439488bcd83e27430284feaf5316ecb6a35d # timeout=10 [2021-02-18T00:35:25.320Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:35:25.342Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T00:35:26.814Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-18T00:35:25.331Z] > git rev-list --no-walk 8bcaa91b1e8e35e070637adeae8a112ec3958236 # timeout=10 [Pipeline] sh [2021-02-18T00:35:27.298Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:35:27.640Z] + + sudo service dockertrue restart [2021-02-18T00:35:27.640Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:35:30.362Z] provisioning config files... [2021-02-18T00:35:30.404Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4183852759367487282tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:35:30.813Z] ---> docker-login.sh [2021-02-18T00:35:30.813Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:35:31.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:35:32.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:35:32.069Z] Configure a credential helper to remove this warning. See [2021-02-18T00:35:32.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:35:32.069Z] [2021-02-18T00:35:32.069Z] Login Succeeded [2021-02-18T00:35:32.069Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:35:32.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:35:32.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:35:32.619Z] Configure a credential helper to remove this warning. See [2021-02-18T00:35:32.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:35:32.619Z] [2021-02-18T00:35:32.619Z] Login Succeeded [2021-02-18T00:35:32.619Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:35:32.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:35:33.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:35:33.167Z] Configure a credential helper to remove this warning. See [2021-02-18T00:35:33.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:35:33.167Z] [2021-02-18T00:35:33.167Z] Login Succeeded [2021-02-18T00:35:33.167Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:35:33.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:35:33.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:35:33.719Z] Configure a credential helper to remove this warning. See [2021-02-18T00:35:33.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:35:33.719Z] [2021-02-18T00:35:33.719Z] Login Succeeded [2021-02-18T00:35:33.719Z] docker.io [2021-02-18T00:35:34.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:35:34.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:35:34.318Z] Configure a credential helper to remove this warning. See [2021-02-18T00:35:34.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:35:34.318Z] [2021-02-18T00:35:34.318Z] Login Succeeded [2021-02-18T00:35:34.318Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:35:34.335Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T00:35:34.803Z] ========================================================= [2021-02-18T00:35:34.803Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T00:35:34.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:35:35.175Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-18T00:35:37.821Z] Sending build context to Docker daemon 166.3MB [2021-02-18T00:35:37.821Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:37.821Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:35:37.821Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T00:35:37.821Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T00:35:37.821Z] a4357932f1b6: Pulling fs layer [2021-02-18T00:35:37.821Z] 18c013af1878: Pulling fs layer [2021-02-18T00:35:37.821Z] 00ac8860ef70: Pulling fs layer [2021-02-18T00:35:37.821Z] 63d7cb157983: Pulling fs layer [2021-02-18T00:35:37.821Z] b116817d02f9: Pulling fs layer [2021-02-18T00:35:37.821Z] 745a02a5169b: Pulling fs layer [2021-02-18T00:35:37.821Z] 00ac8860ef70: Waiting [2021-02-18T00:35:37.821Z] b116817d02f9: Waiting [2021-02-18T00:35:37.821Z] 18c013af1878: Download complete [2021-02-18T00:35:37.821Z] a4357932f1b6: Download complete [2021-02-18T00:35:37.821Z] 63d7cb157983: Verifying Checksum [2021-02-18T00:35:37.821Z] 63d7cb157983: Download complete [2021-02-18T00:35:37.821Z] b116817d02f9: Verifying Checksum [2021-02-18T00:35:37.821Z] b116817d02f9: Download complete [2021-02-18T00:35:37.821Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T00:35:37.821Z] 5f621e34cdf4: Download complete [2021-02-18T00:35:38.809Z] 5f621e34cdf4: Pull complete [2021-02-18T00:35:39.410Z] a4357932f1b6: Pull complete [2021-02-18T00:35:40.016Z] 18c013af1878: Pull complete [2021-02-18T00:35:40.016Z] 745a02a5169b: Verifying Checksum [2021-02-18T00:35:40.016Z] 745a02a5169b: Download complete [2021-02-18T00:35:42.629Z] 00ac8860ef70: Verifying Checksum [2021-02-18T00:35:42.629Z] 00ac8860ef70: Download complete [2021-02-18T00:35:45.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:45.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:45.350Z] ---> 42d1c3497125 [2021-02-18T00:35:45.350Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:35:45.350Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:45.350Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:45.350Z] ---> 42d1c3497125 [2021-02-18T00:35:45.350Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:35:45.350Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:45.350Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:45.350Z] ---> 42d1c3497125 [2021-02-18T00:35:45.350Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:35:45.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:45.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:45.350Z] ---> 42d1c3497125 [2021-02-18T00:35:45.350Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:35:45.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:45.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:45.350Z] ---> 42d1c3497125 [2021-02-18T00:35:45.350Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:35:45.350Z] ---> Running in 7ea9e4d7c01d [2021-02-18T00:35:45.350Z] ---> Running in 2e3494531ae5 [2021-02-18T00:35:45.350Z] ---> Running in 5de7ceaeeb7c [2021-02-18T00:35:45.350Z] ---> Running in 38ea9698fada [2021-02-18T00:35:45.350Z] ---> Running in a19a1371ea59 [2021-02-18T00:35:45.350Z] Removing intermediate container 2e3494531ae5 [2021-02-18T00:35:45.350Z] ---> 869a1e735825 [2021-02-18T00:35:45.350Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:45.350Z] Removing intermediate container 38ea9698fada [2021-02-18T00:35:45.350Z] ---> a44f6885a8e6 [2021-02-18T00:35:45.350Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:45.350Z] Removing intermediate container a19a1371ea59 [2021-02-18T00:35:45.350Z] ---> c402e0fafb30 [2021-02-18T00:35:45.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:45.350Z] Removing intermediate container 7ea9e4d7c01d [2021-02-18T00:35:45.350Z] ---> be62e4a65a70 [2021-02-18T00:35:45.350Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:45.350Z] Removing intermediate container 5de7ceaeeb7c [2021-02-18T00:35:45.350Z] ---> 507a5a4a4667 [2021-02-18T00:35:45.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:45.350Z] ---> Running in a166a7b7ca95 [2021-02-18T00:35:45.350Z] ---> Running in e169b2bd2dfd [2021-02-18T00:35:45.350Z] ---> Running in dd976b2635c8 [2021-02-18T00:35:45.350Z] ---> Running in e5a375a2c657 [2021-02-18T00:35:45.350Z] ---> Running in 7aa6f752bf9b [2021-02-18T00:35:46.351Z] Removing intermediate container a166a7b7ca95 [2021-02-18T00:35:46.351Z] ---> 4e44e2e46770 [2021-02-18T00:35:46.351Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:35:46.351Z] ---> Running in 1ac3faae5b8e [2021-02-18T00:35:46.622Z] Removing intermediate container e169b2bd2dfd [2021-02-18T00:35:46.622Z] ---> b0ad6ba7f346 [2021-02-18T00:35:46.622Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:35:46.622Z] Removing intermediate container e5a375a2c657 [2021-02-18T00:35:46.622Z] ---> e4a5f5f11da4 [2021-02-18T00:35:46.622Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:35:46.894Z] Removing intermediate container 7aa6f752bf9b [2021-02-18T00:35:46.894Z] ---> 803e8b33ad78 [2021-02-18T00:35:46.894Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:35:46.894Z] ---> Running in a9e2767a9c68 [2021-02-18T00:35:46.894Z] ---> Running in b15c06a92890 [2021-02-18T00:35:46.894Z] Removing intermediate container dd976b2635c8 [2021-02-18T00:35:46.895Z] ---> 7b3e6011238c [2021-02-18T00:35:46.895Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:35:47.221Z] ---> Running in fd8b32cb65b1 [2021-02-18T00:35:47.221Z] ---> Running in 48ed17819a76 [2021-02-18T00:35:47.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:47.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.626Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:48.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:48.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:49.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:49.177Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:49.177Z] Removing intermediate container 1ac3faae5b8e [2021-02-18T00:35:49.177Z] ---> d024fd72337c [2021-02-18T00:35:49.177Z] Step 6/21 : COPY go.mod . [2021-02-18T00:35:49.455Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:49.732Z] ---> b8177079c378 [2021-02-18T00:35:49.732Z] Step 7/21 : RUN go mod download [2021-02-18T00:35:49.732Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:49.732Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:49.732Z] ---> Running in 59a510127244 [2021-02-18T00:35:50.005Z] Removing intermediate container a9e2767a9c68 [2021-02-18T00:35:50.005Z] ---> e7d49bc6c579 [2021-02-18T00:35:50.005Z] Step 6/22 : COPY go.mod . [2021-02-18T00:35:50.597Z] ---> fa1d3eb6d4d0 [2021-02-18T00:35:50.597Z] Step 7/22 : RUN go mod download [2021-02-18T00:35:50.597Z] Removing intermediate container 48ed17819a76 [2021-02-18T00:35:50.597Z] ---> 5a8b3316ac11 [2021-02-18T00:35:50.597Z] Step 6/30 : COPY go.mod . [2021-02-18T00:35:50.597Z] Removing intermediate container b15c06a92890 [2021-02-18T00:35:50.597Z] ---> f31229650e38 [2021-02-18T00:35:50.597Z] Step 6/24 : COPY go.mod . [2021-02-18T00:35:50.864Z] Removing intermediate container fd8b32cb65b1 [2021-02-18T00:35:50.864Z] ---> 6545323d32e7 [2021-02-18T00:35:50.864Z] Step 6/23 : COPY go.mod . [2021-02-18T00:35:50.864Z] ---> Running in e8ce31875505 [2021-02-18T00:35:51.131Z] ---> 0974f38a6b67 [2021-02-18T00:35:51.131Z] Step 7/24 : RUN go mod download [2021-02-18T00:35:51.131Z] ---> 11967deaaf71 [2021-02-18T00:35:51.131Z] Step 7/30 : RUN go mod download [2021-02-18T00:35:51.131Z] ---> Running in f03c9019511c [2021-02-18T00:35:51.131Z] ---> 5bd14eb69a27 [2021-02-18T00:35:51.131Z] Step 7/23 : RUN go mod download [2021-02-18T00:35:51.405Z] ---> Running in 694ef9ab5fd0 [2021-02-18T00:35:51.406Z] ---> Running in aaf4cfa5a1bf [2021-02-18T00:35:52.004Z] Removing intermediate container 59a510127244 [2021-02-18T00:35:52.004Z] ---> 7804a79effc5 [2021-02-18T00:35:52.004Z] Step 8/21 : COPY . . [2021-02-18T00:35:52.616Z] Removing intermediate container e8ce31875505 [2021-02-18T00:35:52.616Z] ---> 99e01a80e670 [2021-02-18T00:35:52.616Z] Step 8/22 : COPY . . [2021-02-18T00:35:52.829Z] 00ac8860ef70: Pull complete [2021-02-18T00:35:53.103Z] 63d7cb157983: Pull complete [2021-02-18T00:35:53.701Z] b116817d02f9: Pull complete [2021-02-18T00:35:56.037Z] Removing intermediate container f03c9019511c [2021-02-18T00:35:56.038Z] ---> acb2e9908b9d [2021-02-18T00:35:56.038Z] Step 8/24 : COPY . . [2021-02-18T00:35:57.106Z] 745a02a5169b: Pull complete [2021-02-18T00:35:57.106Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T00:35:57.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T00:35:57.106Z] ---> b7e6874047d6 [2021-02-18T00:35:57.106Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T00:35:58.000Z] Removing intermediate container 694ef9ab5fd0 [2021-02-18T00:35:58.000Z] ---> c4c2166d5bc6 [2021-02-18T00:35:58.000Z] Step 8/30 : COPY . . [2021-02-18T00:36:00.520Z] ---> Running in a181ca4dabed [2021-02-18T00:36:01.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:36:02.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:36:02.683Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:36:02.953Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:36:03.224Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:36:03.224Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:36:03.354Z] Removing intermediate container aaf4cfa5a1bf [2021-02-18T00:36:03.354Z] ---> 6accf6e32ee0 [2021-02-18T00:36:03.354Z] Step 8/23 : COPY . . [2021-02-18T00:36:09.914Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:36:10.182Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:36:10.182Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:36:10.182Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:36:10.182Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:36:10.455Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:36:10.455Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:36:10.727Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:36:10.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:36:10.727Z] OK: 217 MiB in 51 packages [2021-02-18T00:36:15.025Z] Removing intermediate container a181ca4dabed [2021-02-18T00:36:15.025Z] ---> 1892a4a29dee [2021-02-18T00:36:15.025Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:36:15.025Z] ---> Running in 171ceb0c2dda [2021-02-18T00:36:15.025Z] Removing intermediate container 171ceb0c2dda [2021-02-18T00:36:15.025Z] ---> 3313da86f57a [2021-02-18T00:36:15.025Z] Step 5/6 : COPY go.mod . [2021-02-18T00:36:15.631Z] ---> e4f8852bf06c [2021-02-18T00:36:15.631Z] Step 6/6 : RUN go mod download [2021-02-18T00:36:15.905Z] ---> Running in bc336fad4d4f [2021-02-18T00:36:35.740Z] ---> 78bbed6efd08 [2021-02-18T00:36:35.740Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:36:36.335Z] ---> 062f4e39eb4c [2021-02-18T00:36:36.335Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:36:38.264Z] ---> 8b4c33080c84 [2021-02-18T00:36:38.264Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:36:38.264Z] ---> Running in 6f77a7a4883d [2021-02-18T00:36:38.264Z] ---> Running in 4ea0dfbb08b5 [2021-02-18T00:36:38.535Z] ---> Running in 01d9e2c9ebc8 [2021-02-18T00:36:38.535Z] ---> ab8dc4486b27 [2021-02-18T00:36:38.535Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:36:38.801Z] ---> Running in 9cc8c2b496b7 [2021-02-18T00:36:38.801Z] ---> 6ae0771d6d5b [2021-02-18T00:36:38.801Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:36:38.801Z] ---> Running in 63bf2ce18095 [2021-02-18T00:36:39.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T00:36:39.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T00:36:40.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T00:36:40.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T00:36:40.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T00:36:42.731Z] Removing intermediate container bc336fad4d4f [2021-02-18T00:36:42.731Z] ---> c2d8eeb2ec70 [2021-02-18T00:36:42.731Z] Successfully built c2d8eeb2ec70 [2021-02-18T00:36:42.731Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:43.094Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:36:43.094Z] . [Pipeline] withDockerContainer [2021-02-18T00:36:43.331Z] prd-ubuntu18.04-docker-arm64-4c-16g-26742 does not seem to be running inside a container [2021-02-18T00:36:43.419Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T00:36:44.893Z] $ docker top a5b2da6315046b0d23920e90e575de704b7179c9517b42cd171a994ebc49f783 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:36:45.916Z] + go version [2021-02-18T00:36:45.916Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T00:36:45.943Z] $ docker stop --time=1 a5b2da6315046b0d23920e90e575de704b7179c9517b42cd171a994ebc49f783 [2021-02-18T00:36:47.822Z] $ docker rm -f a5b2da6315046b0d23920e90e575de704b7179c9517b42cd171a994ebc49f783 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:48.796Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:36:48.796Z] . [Pipeline] withDockerContainer [2021-02-18T00:36:49.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-26742 does not seem to be running inside a container [2021-02-18T00:36:49.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T00:36:50.411Z] $ docker top ff6f1afa4add6bb8416fc3756564155294ca11713de9c998c19354b9e37c5210 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:36:50.845Z] ========================================================= [2021-02-18T00:36:50.845Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:36:50.845Z] ========================================================= [Pipeline] sh [2021-02-18T00:36:51.485Z] + make test [2021-02-18T00:36:51.485Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:37:07.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:37:07.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T00:37:12.824Z] Removing intermediate container 9cc8c2b496b7 [2021-02-18T00:37:12.824Z] ---> 8de28590be7f [2021-02-18T00:37:12.824Z] [2021-02-18T00:37:12.824Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:37:12.824Z] 3.12: Pulling from library/alpine [2021-02-18T00:37:13.681Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:37:13.791Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:37:13.791Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:37:13.791Z] ---> 389fef711851 [2021-02-18T00:37:13.791Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:37:16.371Z] ---> Running in 358a24015c03 [2021-02-18T00:37:16.633Z] Removing intermediate container 6f77a7a4883d [2021-02-18T00:37:16.633Z] ---> c544b14f3780 [2021-02-18T00:37:16.633Z] [2021-02-18T00:37:16.633Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:37:16.633Z] ---> 389fef711851 [2021-02-18T00:37:16.633Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:37:16.633Z] Removing intermediate container 01d9e2c9ebc8 [2021-02-18T00:37:16.633Z] ---> c224526f2605 [2021-02-18T00:37:16.633Z] [2021-02-18T00:37:16.633Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:37:16.633Z] ---> 389fef711851 [2021-02-18T00:37:16.633Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:37:16.633Z] Removing intermediate container 4ea0dfbb08b5 [2021-02-18T00:37:16.633Z] ---> fb7e954423d3 [2021-02-18T00:37:16.633Z] [2021-02-18T00:37:16.633Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:37:16.633Z] ---> 389fef711851 [2021-02-18T00:37:16.633Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:37:16.633Z] Removing intermediate container 358a24015c03 [2021-02-18T00:37:16.633Z] ---> 93a84edd4cd3 [2021-02-18T00:37:16.633Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:37:16.909Z] ---> Running in daafc81b227d [2021-02-18T00:37:16.909Z] ---> Running in a1f303ad1f1f [2021-02-18T00:37:16.909Z] ---> Running in d6b80c8b0f84 [2021-02-18T00:37:16.909Z] ---> Running in e53be61a6271 [2021-02-18T00:37:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.167Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:37:18.167Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:37:18.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.437Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:37:18.437Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:37:18.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.437Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:37:18.437Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:37:18.437Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:37:18.437Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:18.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:18.437Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:37:18.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:18.437Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:37:18.437Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:37:18.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:18.437Z] OK: 7 MiB in 18 packages [2021-02-18T00:37:18.437Z] OK: 7 MiB in 19 packages [2021-02-18T00:37:18.437Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:18.437Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:37:18.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:18.437Z] OK: 6 MiB in 16 packages [2021-02-18T00:37:18.437Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:18.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:18.708Z] OK: 6 MiB in 15 packages [2021-02-18T00:37:20.629Z] Removing intermediate container 63bf2ce18095 [2021-02-18T00:37:20.629Z] ---> 785689feaa8b [2021-02-18T00:37:20.629Z] [2021-02-18T00:37:20.629Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:37:20.629Z] ---> 389fef711851 [2021-02-18T00:37:20.629Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:37:20.629Z] ---> Running in f26b3536d2de [2021-02-18T00:37:22.019Z] Removing intermediate container daafc81b227d [2021-02-18T00:37:22.019Z] ---> e98d367d3cb1 [2021-02-18T00:37:22.019Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:37:22.019Z] Removing intermediate container e53be61a6271 [2021-02-18T00:37:22.019Z] ---> 549b47c99650 [2021-02-18T00:37:22.019Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:37:22.281Z] Removing intermediate container d6b80c8b0f84 [2021-02-18T00:37:22.281Z] ---> 5ee7ffd2753e [2021-02-18T00:37:22.281Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:37:22.555Z] ---> Running in cbc63c0482cd [2021-02-18T00:37:22.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:22.555Z] ---> Running in 78919dc5f300 [2021-02-18T00:37:22.555Z] ---> Running in c8835009313b [2021-02-18T00:37:22.555Z] Removing intermediate container a1f303ad1f1f [2021-02-18T00:37:22.555Z] ---> 090271fa9e69 [2021-02-18T00:37:22.555Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:37:22.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:22.821Z] ---> Running in 78c16dbb013f [2021-02-18T00:37:22.821Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:22.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:22.821Z] Removing intermediate container cbc63c0482cd [2021-02-18T00:37:22.821Z] ---> 58845ec13714 [2021-02-18T00:37:22.821Z] Step 13/24 : WORKDIR / [2021-02-18T00:37:22.821Z] OK: 6 MiB in 15 packages [2021-02-18T00:37:22.821Z] Removing intermediate container 78919dc5f300 [2021-02-18T00:37:22.821Z] ---> ec9d3c392e39 [2021-02-18T00:37:22.821Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:37:23.083Z] Removing intermediate container c8835009313b [2021-02-18T00:37:23.083Z] ---> 1e3d5cb58710 [2021-02-18T00:37:23.083Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:37:23.083Z] ---> Running in e1cb43bf8306 [2021-02-18T00:37:23.083Z] ---> Running in e5dfa9cf70f7 [2021-02-18T00:37:23.347Z] Removing intermediate container 78c16dbb013f [2021-02-18T00:37:23.347Z] ---> ceb6e14d9592 [2021-02-18T00:37:23.347Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:37:23.347Z] ---> Running in a049aca308d0 [2021-02-18T00:37:23.347Z] ---> Running in a3b5d0d05cf0 [2021-02-18T00:37:23.618Z] Removing intermediate container e1cb43bf8306 [2021-02-18T00:37:23.618Z] ---> ba19c4c7ed1d [2021-02-18T00:37:23.618Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T00:37:23.618Z] Removing intermediate container e5dfa9cf70f7 [2021-02-18T00:37:23.618Z] ---> c7fd1d09dc26 [2021-02-18T00:37:23.618Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:37:23.618Z] Removing intermediate container a049aca308d0 [2021-02-18T00:37:23.618Z] ---> e979305c9516 [2021-02-18T00:37:23.618Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:37:23.618Z] Removing intermediate container f26b3536d2de [2021-02-18T00:37:23.618Z] ---> e280c96a5836 [2021-02-18T00:37:23.618Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:37:23.887Z] Removing intermediate container a3b5d0d05cf0 [2021-02-18T00:37:23.887Z] ---> d35242d96097 [2021-02-18T00:37:23.887Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:37:23.887Z] ---> Running in ce05ea6b0f3f [2021-02-18T00:37:23.887Z] ---> Running in f7706db652e8 [2021-02-18T00:37:24.150Z] ---> Running in 2a7979bab8e8 [2021-02-18T00:37:24.150Z] ---> 9430d62b29f0 [2021-02-18T00:37:24.150Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T00:37:24.422Z] ---> 3269ce0656d8 [2021-02-18T00:37:24.422Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:37:24.422Z] Removing intermediate container f7706db652e8 [2021-02-18T00:37:24.422Z] ---> fd82297601df [2021-02-18T00:37:24.422Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:37:24.422Z] Removing intermediate container 2a7979bab8e8 [2021-02-18T00:37:24.422Z] ---> 09ac222e6f8d [2021-02-18T00:37:24.422Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:24.685Z] ---> Running in ff03caa1f947 [2021-02-18T00:37:24.685Z] ---> 1ec33e13fb7b [2021-02-18T00:37:24.685Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:24.949Z] Removing intermediate container ff03caa1f947 [2021-02-18T00:37:24.949Z] ---> f2bc4fc62d3f [2021-02-18T00:37:24.949Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:37:24.949Z] ---> 24d4ab5e7537 [2021-02-18T00:37:24.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:37:24.949Z] ---> cbde806f96ab [2021-02-18T00:37:24.949Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:37:25.913Z] ---> Running in c876d6a657e5 [2021-02-18T00:37:25.913Z] ---> 2f457f04d114 [2021-02-18T00:37:25.913Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:37:26.177Z] Removing intermediate container ce05ea6b0f3f [2021-02-18T00:37:26.177Z] ---> f2bb29b155f7 [2021-02-18T00:37:26.177Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:37:26.177Z] Removing intermediate container c876d6a657e5 [2021-02-18T00:37:26.177Z] ---> db3dcb4d2c25 [2021-02-18T00:37:26.177Z] Step 15/23 : WORKDIR / [2021-02-18T00:37:26.177Z] ---> ecf3939e668c [2021-02-18T00:37:26.177Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:26.177Z] ---> Running in a559ca202ad6 [2021-02-18T00:37:26.177Z] ---> 33be450eb023 [2021-02-18T00:37:26.177Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:37:26.439Z] ---> Running in 20a63f49f8fb [2021-02-18T00:37:26.439Z] ---> Running in d3e5034ef002 [2021-02-18T00:37:26.439Z] ---> d36cee2df29a [2021-02-18T00:37:26.439Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:37:26.714Z] Removing intermediate container a559ca202ad6 [2021-02-18T00:37:26.714Z] ---> 59580f791dca [2021-02-18T00:37:26.715Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:37:26.715Z] ---> Running in 7db37eada1b3 [2021-02-18T00:37:26.715Z] ---> 20a520d36890 [2021-02-18T00:37:26.715Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:37:26.715Z] Removing intermediate container 20a63f49f8fb [2021-02-18T00:37:26.715Z] ---> ce3550411349 [2021-02-18T00:37:26.715Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:26.715Z] Removing intermediate container d3e5034ef002 [2021-02-18T00:37:26.715Z] ---> d33d1e9d1d19 [2021-02-18T00:37:26.715Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:37:26.987Z] Removing intermediate container 7db37eada1b3 [2021-02-18T00:37:26.987Z] ---> acb972be73a5 [2021-02-18T00:37:26.987Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:37:26.987Z] ---> Running in 655a79bf32e8 [2021-02-18T00:37:27.251Z] ---> 461f27cdcd03 [2021-02-18T00:37:27.251Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:37:27.251Z] ---> Running in 9b4c262415a0 [2021-02-18T00:37:27.251Z] ---> ec4d45ef5dda [2021-02-18T00:37:27.251Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:37:27.520Z] ---> 96b59e5f91c6 [2021-02-18T00:37:27.520Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:37:27.520Z] ---> Running in 47701d30e20d [2021-02-18T00:37:27.520Z] Removing intermediate container 655a79bf32e8 [2021-02-18T00:37:27.520Z] ---> 92a42b5d2e3e [2021-02-18T00:37:27.520Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T00:37:28.116Z] ---> Running in ff211f093474 [2021-02-18T00:37:28.116Z] Removing intermediate container 9b4c262415a0 [2021-02-18T00:37:28.116Z] ---> 635112053ddc [2021-02-18T00:37:28.116Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:37:28.116Z] ---> 1ee5c64a8fcb [2021-02-18T00:37:28.116Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T00:37:28.381Z] ---> Running in 0ba354efdbe4 [2021-02-18T00:37:28.381Z] ---> Running in e9983a9b89a7 [2021-02-18T00:37:28.381Z] ---> 99732825d36e [2021-02-18T00:37:28.381Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:28.381Z] Removing intermediate container ff211f093474 [2021-02-18T00:37:28.381Z] ---> f4beae28f3f7 [2021-02-18T00:37:28.381Z] Step 20/21 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:37:28.651Z] ---> Running in 8dc6ee2a3d7d [2021-02-18T00:37:28.921Z] Removing intermediate container 0ba354efdbe4 [2021-02-18T00:37:28.921Z] ---> 7e25dfff97d0 [2021-02-18T00:37:28.921Z] Step 21/22 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:37:28.921Z] ---> c7f6ae80d6fa [2021-02-18T00:37:28.921Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:37:28.921Z] ---> Running in 037a2e9a737b [2021-02-18T00:37:29.185Z] ---> Running in 4f1c91fc1a59 [2021-02-18T00:37:29.185Z] Removing intermediate container 8dc6ee2a3d7d [2021-02-18T00:37:29.185Z] ---> 55f01ea74f05 [2021-02-18T00:37:29.185Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:37:29.449Z] ---> Running in b75bc10ad408 [2021-02-18T00:37:29.449Z] Removing intermediate container 037a2e9a737b [2021-02-18T00:37:29.449Z] ---> 5e8ad3b407ad [2021-02-18T00:37:29.449Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:37:29.449Z] Removing intermediate container 4f1c91fc1a59 [2021-02-18T00:37:29.449Z] ---> 1404cd044003 [2021-02-18T00:37:29.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:37:29.716Z] ---> Running in 8f5542280d4c [2021-02-18T00:37:29.716Z] ---> Running in 2fa50fcadc69 [2021-02-18T00:37:29.980Z] Removing intermediate container 47701d30e20d [2021-02-18T00:37:29.980Z] ---> 96daf8fe9955 [2021-02-18T00:37:29.980Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:29.980Z] Removing intermediate container b75bc10ad408 [2021-02-18T00:37:29.980Z] ---> 6625d9036ce1 [2021-02-18T00:37:29.980Z] [2021-02-18T00:37:30.244Z] Successfully built 6625d9036ce1 [2021-02-18T00:37:30.244Z] Removing intermediate container 8f5542280d4c [2021-02-18T00:37:30.244Z] ---> ae12c805c578 [2021-02-18T00:37:30.244Z] [2021-02-18T00:37:30.244Z] Removing intermediate container 2fa50fcadc69 [2021-02-18T00:37:30.244Z] ---> 8733882a8fb7 [2021-02-18T00:37:30.244Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:37:30.244Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T00:37:30.244Z] Building docker-sys-mgmt-agent-go [2021-02-18T00:37:30.244Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e9983a9b89a7 [2021-02-18T00:37:30.244Z] ---> e8eab0c906a1 [2021-02-18T00:37:30.244Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:37:30.511Z] ---> a212c4ada378 [2021-02-18T00:37:30.511Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:37:30.511Z] ---> Running in d6f38f4fb198 [2021-02-18T00:37:30.511Z] ---> Running in 3109880ab4de [2021-02-18T00:37:30.511Z] Successfully built ae12c805c578 [2021-02-18T00:37:30.511Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T00:37:30.511Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-18T00:37:30.773Z] Removing intermediate container d6f38f4fb198 [2021-02-18T00:37:30.773Z] ---> 477987ef05f6 [2021-02-18T00:37:30.773Z] Step 22/23 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:37:30.773Z] Removing intermediate container 3109880ab4de [2021-02-18T00:37:30.773Z] ---> 60a43c734fe3 [2021-02-18T00:37:30.773Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T00:37:31.047Z] ---> Running in d11dccc52687 [2021-02-18T00:37:31.047Z] ---> Running in 5e0a1ea96a2e [2021-02-18T00:37:31.047Z] ---> d44f255942bb [2021-02-18T00:37:31.047Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:37:31.314Z] Removing intermediate container d11dccc52687 [2021-02-18T00:37:31.315Z] ---> b73bbed65e4e [2021-02-18T00:37:31.315Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:37:31.583Z] Removing intermediate container 5e0a1ea96a2e [2021-02-18T00:37:31.583Z] ---> c7c893b8d439 [2021-02-18T00:37:31.583Z] Step 23/24 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:37:32.542Z] ---> Running in 0393a02c055d [2021-02-18T00:37:32.811Z] ---> Running in cfd3febf3a05 [2021-02-18T00:37:35.373Z] ---> f35ffb50b8eb [2021-02-18T00:37:35.373Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:37:35.969Z] Removing intermediate container 0393a02c055d [2021-02-18T00:37:35.969Z] ---> 5da053c88f6c [2021-02-18T00:37:35.969Z] [2021-02-18T00:37:35.969Z] Removing intermediate container cfd3febf3a05 [2021-02-18T00:37:35.969Z] ---> ae5b97a240a5 [2021-02-18T00:37:35.969Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:37:36.552Z] Successfully built 5da053c88f6c [2021-02-18T00:37:36.552Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T00:37:36.552Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-02-18T00:37:37.509Z] ---> Running in bf7f87fe843e [2021-02-18T00:37:37.509Z] ---> 83e6df76ae2b [2021-02-18T00:37:37.509Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:37:40.124Z] ---> Running in 4d9444a4bfef [2021-02-18T00:37:40.398Z] Removing intermediate container bf7f87fe843e [2021-02-18T00:37:40.398Z] ---> a4120708c67e [2021-02-18T00:37:40.398Z] [2021-02-18T00:37:40.976Z] Successfully built a4120708c67e [2021-02-18T00:37:41.239Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T00:37:41.240Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-18T00:37:43.826Z] Removing intermediate container 4d9444a4bfef [2021-02-18T00:37:43.826Z] ---> ebb166bff205 [2021-02-18T00:37:43.826Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:37:44.413Z] ---> d950137ed310 [2021-02-18T00:37:44.414Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:37:45.848Z] ---> Running in ad9ce71c56ea [2021-02-18T00:37:50.234Z] Removing intermediate container ad9ce71c56ea [2021-02-18T00:37:50.234Z] ---> b88029e625b0 [2021-02-18T00:37:50.234Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:37:50.852Z] ---> Running in 69017c5f7d63 [2021-02-18T00:37:51.437Z] Removing intermediate container 69017c5f7d63 [2021-02-18T00:37:51.437Z] ---> b51a4c03b899 [2021-02-18T00:37:51.437Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:37:52.399Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:52.399Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:52.399Z] ---> 42d1c3497125 [2021-02-18T00:37:52.399Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:37:52.399Z] ---> Using cache [2021-02-18T00:37:52.399Z] ---> 507a5a4a4667 [2021-02-18T00:37:52.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:52.399Z] ---> Using cache [2021-02-18T00:37:52.399Z] ---> 803e8b33ad78 [2021-02-18T00:37:52.399Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:37:52.981Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:52.981Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:52.981Z] ---> 42d1c3497125 [2021-02-18T00:37:52.981Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:37:52.981Z] ---> Using cache [2021-02-18T00:37:52.981Z] ---> 507a5a4a4667 [2021-02-18T00:37:52.981Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:52.981Z] ---> Using cache [2021-02-18T00:37:52.981Z] ---> 803e8b33ad78 [2021-02-18T00:37:52.981Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:37:53.942Z] ---> Running in de7dc384da69 [2021-02-18T00:37:54.531Z] ---> Running in 01592c8cd75b [2021-02-18T00:37:54.531Z] ---> Running in c3482dc915b7 [2021-02-18T00:37:55.489Z] Removing intermediate container de7dc384da69 [2021-02-18T00:37:55.489Z] ---> 57726d58a211 [2021-02-18T00:37:55.489Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T00:37:56.892Z] ---> Running in 9c2de9400dd9 [2021-02-18T00:37:58.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:58.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:58.313Z] Removing intermediate container 9c2de9400dd9 [2021-02-18T00:37:58.313Z] ---> 3ff8b40db444 [2021-02-18T00:37:58.313Z] Step 29/30 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:37:59.286Z] ---> Running in c1a674eeb96c [2021-02-18T00:37:59.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:59.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:59.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:59.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:59.286Z] ---> 42d1c3497125 [2021-02-18T00:37:59.286Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:37:59.286Z] ---> Using cache [2021-02-18T00:37:59.286Z] ---> 507a5a4a4667 [2021-02-18T00:37:59.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:59.286Z] ---> Using cache [2021-02-18T00:37:59.286Z] ---> 803e8b33ad78 [2021-02-18T00:37:59.286Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:37:59.286Z] ---> Using cache [2021-02-18T00:37:59.286Z] ---> 6545323d32e7 [2021-02-18T00:37:59.286Z] Step 6/23 : COPY go.mod . [2021-02-18T00:37:59.286Z] ---> Using cache [2021-02-18T00:37:59.286Z] ---> 5bd14eb69a27 [2021-02-18T00:37:59.286Z] Step 7/23 : RUN go mod download [2021-02-18T00:37:59.286Z] ---> Using cache [2021-02-18T00:37:59.286Z] ---> 6accf6e32ee0 [2021-02-18T00:37:59.286Z] Step 8/23 : COPY . . [2021-02-18T00:37:59.560Z] ---> Using cache [2021-02-18T00:37:59.560Z] ---> 6ae0771d6d5b [2021-02-18T00:37:59.560Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:38:00.150Z] OK: 233 MiB in 51 packages [2021-02-18T00:38:00.150Z] OK: 233 MiB in 51 packages [2021-02-18T00:38:00.694Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:38:00.735Z] Removing intermediate container c1a674eeb96c [2021-02-18T00:38:00.735Z] ---> b6a28c223dea [2021-02-18T00:38:00.735Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:38:00.735Z] ---> Running in 20d973c222be [2021-02-18T00:38:01.005Z] ---> Running in 8878ed371d23 [2021-02-18T00:38:02.961Z] Removing intermediate container 8878ed371d23 [2021-02-18T00:38:02.961Z] ---> a56f7df68966 [2021-02-18T00:38:02.961Z] [2021-02-18T00:38:02.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T00:38:03.232Z] Successfully built a56f7df68966 [2021-02-18T00:38:03.836Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T00:38:03.836Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c3482dc915b7 [2021-02-18T00:38:03.836Z] ---> d6d9ab2946ec [2021-02-18T00:38:03.836Z] Step 6/22 : COPY go.mod . [2021-02-18T00:38:03.836Z] Removing intermediate container 01592c8cd75b [2021-02-18T00:38:03.837Z] ---> 75f45e6934bc [2021-02-18T00:38:03.837Z] Step 6/26 : COPY go.mod . [2021-02-18T00:38:04.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:38:04.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:38:04.806Z] ---> 42d1c3497125 [2021-02-18T00:38:04.806Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:38:04.806Z] ---> Using cache [2021-02-18T00:38:04.806Z] ---> 507a5a4a4667 [2021-02-18T00:38:04.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:38:04.806Z] ---> Using cache [2021-02-18T00:38:04.806Z] ---> 803e8b33ad78 [2021-02-18T00:38:04.806Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:38:05.072Z] ---> 54ce713ced3c [2021-02-18T00:38:05.072Z] Step 7/22 : RUN go mod download [2021-02-18T00:38:05.342Z] ---> b332f6cb41b6 [2021-02-18T00:38:05.342Z] Step 7/26 : RUN go mod download [2021-02-18T00:38:05.342Z] ---> Running in 057918e4e51f [2021-02-18T00:38:05.342Z] ---> Running in 06d043ab646c [2021-02-18T00:38:05.566Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:38:05.616Z] ---> Running in cf8a9b87e9a9 [2021-02-18T00:38:06.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:07.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:08.554Z] Removing intermediate container cf8a9b87e9a9 [2021-02-18T00:38:08.554Z] ---> 649ee346c3c4 [2021-02-18T00:38:08.554Z] Step 8/26 : COPY . . [2021-02-18T00:38:08.554Z] OK: 233 MiB in 51 packages [2021-02-18T00:38:08.554Z] Removing intermediate container 06d043ab646c [2021-02-18T00:38:08.554Z] ---> 79c861fc1cf8 [2021-02-18T00:38:08.554Z] Step 8/22 : COPY . . [2021-02-18T00:38:12.894Z] Removing intermediate container 057918e4e51f [2021-02-18T00:38:12.894Z] ---> 0112c85c3e45 [2021-02-18T00:38:12.894Z] Step 6/23 : COPY go.mod . [2021-02-18T00:38:13.869Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:38:13.869Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:38:15.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:38:15.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:38:15.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:38:15.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:38:16.369Z] ---> ba7f176484e3 [2021-02-18T00:38:16.369Z] Step 7/23 : RUN go mod download [2021-02-18T00:38:17.592Z] ---> Running in 30ac453af215 [2021-02-18T00:38:17.846Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:38:19.837Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:38:26.577Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:38:26.577Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:38:26.577Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:38:27.822Z] Removing intermediate container 30ac453af215 [2021-02-18T00:38:27.822Z] ---> 13312f43387a [2021-02-18T00:38:27.822Z] Step 8/23 : COPY . . [2021-02-18T00:38:33.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 45.9% of statements [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:38:33.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:38:33.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.159s coverage: 100.0% of statements [2021-02-18T00:38:40.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.1% of statements [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:38:40.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:38:40.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:38:40.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:38:40.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 65.8% of statements [2021-02-18T00:38:40.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:38:40.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:38:42.817Z] Removing intermediate container 20d973c222be [2021-02-18T00:38:42.817Z] ---> 10759687dd66 [2021-02-18T00:38:42.817Z] [2021-02-18T00:38:42.817Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:38:42.817Z] ---> 389fef711851 [2021-02-18T00:38:42.817Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:38:42.817Z] ---> 718f8b7be813 [2021-02-18T00:38:42.817Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:38:42.817Z] ---> Using cache [2021-02-18T00:38:42.817Z] ---> e280c96a5836 [2021-02-18T00:38:42.817Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:38:42.817Z] ---> Using cache [2021-02-18T00:38:42.817Z] ---> fd82297601df [2021-02-18T00:38:42.817Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:38:42.817Z] ---> Running in 086436a67044 [2021-02-18T00:38:42.817Z] ---> Running in bdf9f6f02fab [2021-02-18T00:38:42.817Z] ---> 6f9fc3e39311 [2021-02-18T00:38:42.817Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:38:42.817Z] ---> Running in 0907dfec607a [2021-02-18T00:38:42.817Z] Removing intermediate container 086436a67044 [2021-02-18T00:38:42.817Z] ---> 758c70f89043 [2021-02-18T00:38:42.817Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:38:43.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.625s coverage: 82.3% of statements [2021-02-18T00:38:43.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:43.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:43.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:38:43.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:38:44.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T00:38:44.222Z] ---> Running in bc6aee133386 [2021-02-18T00:38:44.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T00:38:45.407Z] Removing intermediate container bc6aee133386 [2021-02-18T00:38:45.407Z] ---> 967b47667177 [2021-02-18T00:38:45.407Z] Step 15/23 : WORKDIR / [2021-02-18T00:38:46.005Z] ---> Running in 5afea573697c [2021-02-18T00:38:47.970Z] Removing intermediate container 5afea573697c [2021-02-18T00:38:47.970Z] ---> efc7e3885f4a [2021-02-18T00:38:47.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:38:49.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.057s coverage: 28.6% of statements [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:38:49.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:38:49.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements [2021-02-18T00:38:49.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:38:49.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements [2021-02-18T00:38:49.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:38:49.920Z] ---> 49f81f05a463 [2021-02-18T00:38:49.920Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:38:50.192Z] ---> f72fbbbf81d1 [2021-02-18T00:38:50.192Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:38:50.460Z] ---> Running in 7913101d9bcd [2021-02-18T00:38:50.727Z] ---> 5f8c5dc35944 [2021-02-18T00:38:50.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:38:50.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.389s coverage: 97.5% of statements [2021-02-18T00:38:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:38:50.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-02-18T00:38:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:38:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:38:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:38:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:38:51.318Z] ---> ad1e5ca4f4af [2021-02-18T00:38:51.318Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:38:51.318Z] ---> Running in 9c94d4ebc93c [2021-02-18T00:38:51.589Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T00:38:51.589Z] Removing intermediate container 9c94d4ebc93c [2021-02-18T00:38:51.589Z] ---> 05acb4a8f1e8 [2021-02-18T00:38:51.589Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:38:51.858Z] ---> Running in bc546f449c42 [2021-02-18T00:38:51.858Z] Removing intermediate container bc546f449c42 [2021-02-18T00:38:51.858Z] ---> 097ed6d2368a [2021-02-18T00:38:51.858Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:38:52.128Z] ---> Running in 2903e0f5ae7f [2021-02-18T00:38:52.395Z] Removing intermediate container 2903e0f5ae7f [2021-02-18T00:38:52.395Z] ---> e3a987732806 [2021-02-18T00:38:52.395Z] Step 22/23 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:38:52.395Z] ---> Running in 3ba9083afeb4 [2021-02-18T00:38:52.665Z] Removing intermediate container 3ba9083afeb4 [2021-02-18T00:38:52.665Z] ---> c9210970d389 [2021-02-18T00:38:52.665Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:38:52.935Z] ---> Running in 2b003fe083f9 [2021-02-18T00:38:53.203Z] Removing intermediate container 2b003fe083f9 [2021-02-18T00:38:53.203Z] ---> 27f788c8932b [2021-02-18T00:38:53.203Z] [2021-02-18T00:38:53.203Z] Successfully built 27f788c8932b [2021-02-18T00:38:53.473Z] Successfully tagged docker-core-command-go:latest [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:39:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.070s coverage: 79.5% of statements [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-02-18T00:39:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-02-18T00:39:08.481Z]  Building docker-core-command-go ... done Removing intermediate container 0907dfec607a [2021-02-18T00:39:08.482Z] ---> c85c9066e797 [2021-02-18T00:39:08.482Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:39:09.890Z] Removing intermediate container bdf9f6f02fab [2021-02-18T00:39:09.890Z] ---> b16466b2ba1e [2021-02-18T00:39:09.890Z] [2021-02-18T00:39:09.890Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:39:09.890Z] ---> 389fef711851 [2021-02-18T00:39:09.890Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:39:09.890Z] ---> Running in 1ac263702ec9 [2021-02-18T00:39:10.155Z] ---> Running in 496c2e399c87 [2021-02-18T00:39:11.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-02-18T00:39:11.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-02-18T00:39:12.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T00:39:12.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:12.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:12.627Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:39:12.627Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:39:12.627Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:12.627Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:39:12.898Z] OK: 6 MiB in 16 packages [2021-02-18T00:39:13.846Z] Removing intermediate container 1ac263702ec9 [2021-02-18T00:39:13.846Z] ---> 7e758ae71ec2 [2021-02-18T00:39:13.846Z] [2021-02-18T00:39:13.846Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:39:13.846Z] 20.10.0: Pulling from library/docker [2021-02-18T00:39:15.254Z] Removing intermediate container 496c2e399c87 [2021-02-18T00:39:15.254Z] ---> 7351f8a11f96 [2021-02-18T00:39:15.254Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:39:15.523Z] ---> Running in 57151555eb3b [2021-02-18T00:39:15.789Z] Removing intermediate container 57151555eb3b [2021-02-18T00:39:15.789Z] ---> d675052c9e1c [2021-02-18T00:39:15.789Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:39:17.717Z] ---> Running in 5cc7256f8720 [2021-02-18T00:39:17.983Z] Removing intermediate container 7913101d9bcd [2021-02-18T00:39:17.983Z] ---> 3621f3a3ba89 [2021-02-18T00:39:17.983Z] [2021-02-18T00:39:17.983Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:39:17.983Z] ---> 389fef711851 [2021-02-18T00:39:17.983Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:39:18.248Z] Removing intermediate container 5cc7256f8720 [2021-02-18T00:39:18.248Z] ---> 48f8a87c06c1 [2021-02-18T00:39:18.248Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:39:18.248Z] ---> Running in 9360e050e60d [2021-02-18T00:39:18.248Z] ---> Running in 1579cdfb0785 [2021-02-18T00:39:18.512Z] Removing intermediate container 9360e050e60d [2021-02-18T00:39:18.512Z] ---> 4fe315a145aa [2021-02-18T00:39:18.512Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:39:18.778Z] ---> Running in c1ebc5b6060e [2021-02-18T00:39:18.778Z] Removing intermediate container 1579cdfb0785 [2021-02-18T00:39:18.778Z] ---> a714bcfb7804 [2021-02-18T00:39:18.778Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:39:19.043Z] Removing intermediate container c1ebc5b6060e [2021-02-18T00:39:19.043Z] ---> 0e0378579b4f [2021-02-18T00:39:19.043Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:39:19.043Z] ---> 166c513e70a4 [2021-02-18T00:39:19.043Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:39:19.043Z] ---> Running in 308eb5339625 [2021-02-18T00:39:19.315Z] Removing intermediate container 308eb5339625 [2021-02-18T00:39:19.315Z] ---> 65ded93fbd61 [2021-02-18T00:39:19.315Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:39:19.577Z] ---> Running in 04065240cf91 [2021-02-18T00:39:19.842Z] ---> 529a5f4487b8 [2021-02-18T00:39:19.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:39:21.236Z] ---> 9b64fd80525d [2021-02-18T00:39:21.236Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:39:21.503Z] ---> Running in e6e63117b0d5 [2021-02-18T00:39:21.766Z] Removing intermediate container e6e63117b0d5 [2021-02-18T00:39:21.766Z] ---> 0dc58cdb3b8c [2021-02-18T00:39:21.766Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:21.766Z] ---> Running in 1a1c32a55286 [2021-02-18T00:39:21.766Z] Removing intermediate container 04065240cf91 [2021-02-18T00:39:21.766Z] ---> 709bf781494d [2021-02-18T00:39:21.766Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:39:21.766Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:39:21.766Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:39:21.766Z] ---> aefe523efa57 [2021-02-18T00:39:21.766Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:39:22.029Z] ---> Running in 6756792b6d5b [2021-02-18T00:39:22.029Z] ---> Running in 29e6daf4f34c [2021-02-18T00:39:22.029Z] Removing intermediate container 1a1c32a55286 [2021-02-18T00:39:22.029Z] ---> e5218ddbbc10 [2021-02-18T00:39:22.029Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:39:22.292Z] ---> Running in 366ed924dc5a [2021-02-18T00:39:22.555Z] Removing intermediate container 366ed924dc5a [2021-02-18T00:39:22.555Z] ---> 27185b3a7915 [2021-02-18T00:39:22.555Z] Step 21/22 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:39:22.555Z] ---> Running in 1e8e2bff1097 [2021-02-18T00:39:22.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:22.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:22.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:22.818Z] Removing intermediate container 1e8e2bff1097 [2021-02-18T00:39:22.818Z] ---> 4013c63523ed [2021-02-18T00:39:22.818Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:39:22.818Z] ---> Running in 05d6001af62b [2021-02-18T00:39:23.093Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:39:23.093Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:39:23.093Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:39:23.093Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:23.093Z] OK: 12 MiB in 22 packages [2021-02-18T00:39:23.093Z] Removing intermediate container 05d6001af62b [2021-02-18T00:39:23.093Z] ---> 7b4333e6fe76 [2021-02-18T00:39:23.093Z] [2021-02-18T00:39:23.357Z] Successfully built 7b4333e6fe76 [2021-02-18T00:39:23.357Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T00:39:23.618Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:23.618Z] Removing intermediate container 6756792b6d5b [2021-02-18T00:39:23.618Z] ---> 9e5e3651e041 [2021-02-18T00:39:23.618Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:39:23.880Z] ---> Running in 65376724007c [2021-02-18T00:39:23.880Z] Removing intermediate container 65376724007c [2021-02-18T00:39:23.880Z] ---> 30c4dfa0b207 [2021-02-18T00:39:23.880Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:39:24.141Z] ---> Running in 3a4ee02ccd83 [2021-02-18T00:39:24.141Z] Removing intermediate container 3a4ee02ccd83 [2021-02-18T00:39:24.141Z] ---> 3df5d61c45b9 [2021-02-18T00:39:24.141Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:39:24.141Z] ---> Running in cd4964a78dae [2021-02-18T00:39:24.402Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:39:24.402Z] Removing intermediate container cd4964a78dae [2021-02-18T00:39:24.402Z] ---> 694113cd720f [2021-02-18T00:39:24.402Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:39:24.402Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:39:24.665Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:39:24.665Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:39:24.928Z] ---> 0a39e4ab9230 [2021-02-18T00:39:24.928Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:39:24.928Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:39:25.191Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:39:25.191Z] ---> f83e359aec2a [2021-02-18T00:39:25.191Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:39:25.191Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:25.191Z] OK: 8 MiB in 20 packages [2021-02-18T00:39:25.452Z] ---> 10dba9de8e91 [2021-02-18T00:39:25.452Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:39:25.714Z] ---> Running in 562e6dc0465b [2021-02-18T00:39:25.977Z] Removing intermediate container 29e6daf4f34c [2021-02-18T00:39:25.977Z] ---> 306548d1751e [2021-02-18T00:39:25.977Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:39:26.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:26.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:26.239Z] ---> 75b1fd17216d [2021-02-18T00:39:26.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:39:26.504Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:39:26.504Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:39:26.504Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:39:26.504Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:39:26.504Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:39:26.504Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:39:26.504Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.4% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.520s coverage: 63.5% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.360s coverage: 37.0% of statements [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:39:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:39:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.0% of statements [2021-02-18T00:39:28.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-02-18T00:39:30.742Z] ---> ecb4bad327dd [2021-02-18T00:39:30.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:39:30.742Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:39:30.742Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:39:30.742Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:39:30.742Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:39:30.742Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:39:30.742Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:39:30.742Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:39:30.742Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:39:30.742Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:39:30.743Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:39:31.004Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:39:31.004Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:39:31.266Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:39:31.841Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:39:31.841Z] ---> 7bcee524d424 [2021-02-18T00:39:31.841Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:39:31.841Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:39:31.841Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:39:32.104Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:39:32.104Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:39:32.104Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:39:32.368Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:39:32.368Z] ---> Running in 2909e8282b6f [2021-02-18T00:39:32.368Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:39:32.368Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:39:32.368Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:39:32.368Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:39:32.368Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:39:32.368Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:39:32.368Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:32.368Z] OK: 71 MiB in 55 packages [2021-02-18T00:39:33.317Z] Removing intermediate container 2909e8282b6f [2021-02-18T00:39:33.317Z] ---> d8c0ca39a1a9 [2021-02-18T00:39:33.317Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:33.317Z] ---> Running in 1da5a3896437 [2021-02-18T00:39:33.587Z] Removing intermediate container 1da5a3896437 [2021-02-18T00:39:33.587Z] ---> b8f62eef0dd2 [2021-02-18T00:39:33.587Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:39:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:39:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.104s coverage: 100.0% of statements [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:39:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:39:34.768Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.373s coverage: 89.4% of statements [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:34.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:39:35.522Z] ---> Running in 6f304c24de77 [2021-02-18T00:39:37.445Z] Removing intermediate container 6f304c24de77 [2021-02-18T00:39:37.445Z] ---> 8893f4281b6a [2021-02-18T00:39:37.445Z] Step 22/23 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:39:37.445Z] Removing intermediate container 562e6dc0465b [2021-02-18T00:39:37.445Z] ---> bf76b40101d2 [2021-02-18T00:39:37.445Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:39:37.445Z] ---> Running in de9259c2feb7 [2021-02-18T00:39:37.445Z] ---> Running in 7a828b6c5cfe [2021-02-18T00:39:37.711Z] Removing intermediate container 7a828b6c5cfe [2021-02-18T00:39:37.711Z] ---> 637f937abe61 [2021-02-18T00:39:37.711Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:39:37.711Z] ---> Running in 08597a2194b0 [2021-02-18T00:39:37.973Z] Removing intermediate container 08597a2194b0 [2021-02-18T00:39:37.973Z] ---> 4a1930c1f15d [2021-02-18T00:39:37.973Z] [2021-02-18T00:39:38.234Z] Successfully built 4a1930c1f15d [2021-02-18T00:39:38.234Z] Successfully tagged docker-core-data-go:latest [2021-02-18T00:39:39.177Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-18T00:39:39.177Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:39:39.177Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:39:39.177Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:39:39.439Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:39:39.439Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:39:39.439Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T00:39:39.831Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:39:39.831Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:39:39.831Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:39:39.831Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:39:40.438Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:39:40.438Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:39:41.851Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:39:41.851Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:39:42.113Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:39:42.113Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:39:42.693Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:39:42.693Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.095s coverage: 29.1% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.185s coverage: 100.0% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:39:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-02-18T00:39:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-18T00:39:43.266Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:39:43.266Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:39:43.648Z] GO111MODULE=on go vet ./... [2021-02-18T00:39:43.841Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:39:43.841Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:39:43.841Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T00:39:43.841Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:39:43.842Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:39:44.104Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T00:39:44.104Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:39:44.104Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:39:44.104Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:39:44.104Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:39:44.104Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:39:44.104Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:39:44.104Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, jsonschema, PyYAML, dockerpty, texttable, docker-compose [2021-02-18T00:39:44.367Z] Attempting uninstall: urllib3 [2021-02-18T00:39:44.367Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:39:44.367Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:39:44.367Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:39:44.631Z] Attempting uninstall: idna [2021-02-18T00:39:44.631Z] Found existing installation: idna 2.9 [2021-02-18T00:39:44.631Z] Uninstalling idna-2.9: [2021-02-18T00:39:44.631Z] Successfully uninstalled idna-2.9 [2021-02-18T00:39:44.894Z] Attempting uninstall: requests [2021-02-18T00:39:44.894Z] Found existing installation: requests 2.23.0 [2021-02-18T00:39:44.894Z] Uninstalling requests-2.23.0: [2021-02-18T00:39:44.894Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:39:45.156Z] Running setup.py install for docopt: started [2021-02-18T00:39:45.728Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:39:45.728Z] Running setup.py install for PyYAML: started [2021-02-18T00:39:46.302Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:39:46.302Z] Running setup.py install for dockerpty: started [2021-02-18T00:39:46.876Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:39:46.876Z] Running setup.py install for texttable: started [2021-02-18T00:39:47.139Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:39:47.401Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T00:39:50.709Z] Removing intermediate container de9259c2feb7 [2021-02-18T00:39:50.709Z] ---> c5adbd74502c [2021-02-18T00:39:50.709Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:39:50.709Z] ---> Running in 795c8e287bfd [2021-02-18T00:39:50.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:50.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:50.971Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:39:50.971Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:39:50.971Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:39:50.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:50.971Z] OK: 72 MiB in 58 packages [2021-02-18T00:39:51.544Z] Removing intermediate container 795c8e287bfd [2021-02-18T00:39:51.544Z] ---> 6c58c79a6875 [2021-02-18T00:39:51.544Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:39:51.544Z] ---> Running in 57bd13641eae [2021-02-18T00:39:51.544Z] Removing intermediate container 57bd13641eae [2021-02-18T00:39:51.544Z] ---> 826bade2dfe0 [2021-02-18T00:39:51.544Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:51.807Z] ---> Running in b1e33269fb2a [2021-02-18T00:39:51.807Z] Removing intermediate container b1e33269fb2a [2021-02-18T00:39:51.807Z] ---> 23b66340b440 [2021-02-18T00:39:51.807Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T00:39:51.807Z] ---> Running in 79cb2696ef2e [2021-02-18T00:39:52.070Z] Removing intermediate container 79cb2696ef2e [2021-02-18T00:39:52.070Z] ---> 3a9312e205a5 [2021-02-18T00:39:52.070Z] Step 25/26 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:39:52.070Z] ---> Running in 4bfa95d913e5 [2021-02-18T00:39:52.332Z] Removing intermediate container 4bfa95d913e5 [2021-02-18T00:39:52.332Z] ---> dd0ac8fbf711 [2021-02-18T00:39:52.332Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:39:52.332Z] ---> Running in 6bb967a198c6 [2021-02-18T00:39:52.595Z] Removing intermediate container 6bb967a198c6 [2021-02-18T00:39:52.595Z] ---> 90656b3f740c [2021-02-18T00:39:52.595Z] [2021-02-18T00:39:52.857Z] Successfully built 90656b3f740c [2021-02-18T00:39:52.857Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T00:39:53.128Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T00:39:53.137Z] $ docker stop --time=1 b711a6797a5a3afa081e430e9e977dbbc862eef2d2b4a5ae9fcc979e92e01419 [2021-02-18T00:39:54.713Z] $ docker rm -f b711a6797a5a3afa081e430e9e977dbbc862eef2d2b4a5ae9fcc979e92e01419 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:39:55.299Z] + docker images [2021-02-18T00:39:55.299Z] + grep docker [2021-02-18T00:39:55.561Z] docker-sys-mgmt-agent-go latest 90656b3f740c 3 seconds ago 313MB [2021-02-18T00:39:55.561Z] docker-core-data-go latest 4a1930c1f15d 18 seconds ago 22.3MB [2021-02-18T00:39:55.561Z] docker-support-notifications-go latest 7b4333e6fe76 33 seconds ago 17.6MB [2021-02-18T00:39:55.561Z] docker-core-command-go latest 27f788c8932b About a minute ago 16.9MB [2021-02-18T00:39:55.561Z] docker-security-bootstrapper-go latest a56f7df68966 About a minute ago 18MB [2021-02-18T00:39:55.561Z] docker-security-secretstore-setup-go latest a4120708c67e 2 minutes ago 24.6MB [2021-02-18T00:39:55.561Z] docker-core-metadata-go latest 5da053c88f6c 2 minutes ago 18.8MB [2021-02-18T00:39:55.561Z] docker-security-proxy-setup-go latest 6625d9036ce1 2 minutes ago 24.4MB [2021-02-18T00:39:55.561Z] docker-support-scheduler-go latest ae12c805c578 2 minutes ago 17MB [2021-02-18T00:39:55.561Z] 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-02-18T00:40:11.363Z] Still waiting to schedule task [2021-02-18T00:40:11.363Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T00:41:05.427Z] gofmt -l . [2021-02-18T00:41:05.427Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:41:05.427Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:41:05.427Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:41:06.082Z] + ls -al . [2021-02-18T00:41:06.082Z] total 732 [2021-02-18T00:41:06.082Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 00:41 . [2021-02-18T00:41:06.082Z] drwxr-xr-x 4 root root 4096 Feb 18 00:36 .. [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:35 .dockerignore [2021-02-18T00:41:06.082Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:35 .git [2021-02-18T00:41:06.082Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 00:35 .github [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:35 .gitignore [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:35 .sonarcloud.properties [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 00:35 Attribution.txt [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:35 CONTRIBUTING.md [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:35 Dockerfile.build [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:35 Jenkinsfile [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:35 LICENSE [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:35 Makefile [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:35 README.md [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:35 SECURITY.md [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION [2021-02-18T00:41:06.082Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:35 ZMQWindows.md [2021-02-18T00:41:06.082Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 00:35 bin [2021-02-18T00:41:06.082Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:35 cmd [2021-02-18T00:41:06.082Z] -rw-r--r-- 1 root root 596907 Feb 18 00:39 coverage.out [2021-02-18T00:41:06.082Z] -rw-r--r-- 1 root root 1054 Feb 18 00:40 go.mod [2021-02-18T00:41:06.082Z] -rw-r--r-- 1 root root 19518 Feb 18 00:40 go.sum [2021-02-18T00:41:06.082Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:35 internal [2021-02-18T00:41:06.082Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:35 openapi [2021-02-18T00:41:06.082Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:35 snap [2021-02-18T00:41:06.083Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:35 version.go [Pipeline] sh [2021-02-18T00:41:06.735Z] + '[' -e coverage.out ] [2021-02-18T00:41:06.735Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:41:06.755Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T00:41:07.985Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:41:08.701Z] + make build [2021-02-18T00:41:08.701Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T00:41:21.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T00:41:43.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T00:41:47.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T00:41:53.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T00:41:54.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T00:41:59.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T00:42:04.748Z] Running on prd-ubuntu18.04-docker-8c-8g-26750 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws [2021-02-18T00:42:04.805Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-18T00:42:05.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-02-18T00:42:06.955Z] using credential edgex-jenkins-ssh [2021-02-18T00:42:07.013Z] Cloning the remote Git repository [2021-02-18T00:42:07.043Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:42:07.109Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-18T00:42:07.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:42:07.140Z] > git --version # timeout=10 [2021-02-18T00:42:07.149Z] > git --version # 'git version 2.17.1' [2021-02-18T00:42:07.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:42:07.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:42:08.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T00:42:13.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T00:42:16.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:42:19.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T00:42:26.562Z] $ docker stop --time=1 ff6f1afa4add6bb8416fc3756564155294ca11713de9c998c19354b9e37c5210 [2021-02-18T00:42:29.080Z] $ docker rm -f ff6f1afa4add6bb8416fc3756564155294ca11713de9c998c19354b9e37c5210 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:31.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:31.218Z] [2021-02-18T00:42:31.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:31.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:31.608Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T00:42:31.608Z] 29e5d40040c1: Pulling fs layer [2021-02-18T00:42:31.608Z] 1ce36da41761: Pulling fs layer [2021-02-18T00:42:31.608Z] 25b303627fd3: Pulling fs layer [2021-02-18T00:42:32.206Z] 29e5d40040c1: Download complete [2021-02-18T00:42:32.800Z] 1ce36da41761: Download complete [2021-02-18T00:42:33.074Z] 29e5d40040c1: Pull complete [2021-02-18T00:42:34.048Z] 1ce36da41761: Pull complete [2021-02-18T00:42:34.323Z] 25b303627fd3: Verifying Checksum [2021-02-18T00:42:34.323Z] 25b303627fd3: Download complete [2021-02-18T00:42:44.486Z] 25b303627fd3: Pull complete [2021-02-18T00:42:44.486Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T00:42:44.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:44.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T00:42:44.718Z] prd-ubuntu18.04-docker-arm64-4c-16g-26742 does not seem to be running inside a container [2021-02-18T00:42:44.804Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T00:42:47.859Z] $ docker top 83e355a8c29f54d3117ac133918fb05c9f7a43b818c739bb29de324d734785b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:42:48.827Z] + + grepdocker-compose parallel build [2021-02-18T00:42:48.827Z] --help [2021-02-18T00:42:53.122Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:42:53.422Z] $ docker stop --time=1 83e355a8c29f54d3117ac133918fb05c9f7a43b818c739bb29de324d734785b4 [2021-02-18T00:42:55.418Z] $ docker rm -f 83e355a8c29f54d3117ac133918fb05c9f7a43b818c739bb29de324d734785b4 [2021-02-18T00:42:55.510Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 9fd562e3a2eea215d457574d6ccae0c8b46a1516 [2021-02-18T00:42:55.691Z] Merge succeeded, producing 499cd667dba892b798d30d23273c05b55a45088c [2021-02-18T00:42:55.692Z] Checking out Revision 499cd667dba892b798d30d23273c05b55a45088c (PR-3164) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:54.829Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:42:54.836Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:42:54.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:42:54.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:42:54.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:42:54.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T00:42:55.523Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:42:55.529Z] > git checkout -f 9fd562e3a2eea215d457574d6ccae0c8b46a1516 # timeout=10 [2021-02-18T00:42:55.604Z] > git remote # timeout=10 [2021-02-18T00:42:55.611Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:42:55.620Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:42:55.624Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:42:55.688Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:42:55.698Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:42:55.706Z] > git checkout -f 499cd667dba892b798d30d23273c05b55a45088c # timeout=10 [2021-02-18T00:42:56.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:56.236Z] . [Pipeline] withDockerContainer [2021-02-18T00:42:56.588Z] prd-ubuntu18.04-docker-arm64-4c-16g-26742 does not seem to be running inside a container [2021-02-18T00:42:56.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T00:42:58.165Z] $ docker top b422afad0b778d4e93392cb5597cbde11491373209b0b97280966b316b73a18c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:42:59.278Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:42:59.397Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:42:59.408Z] First time build. Skipping changelog. [2021-02-18T00:42:59.404Z] > git rev-list --no-walk 8bcaa91b1e8e35e070637adeae8a112ec3958236 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:43:00.376Z] + echo snap-build.sh [2021-02-18T00:43:00.376Z] snap-build.sh [2021-02-18T00:43:00.376Z] + SNAP_BASE_DIR=. [2021-02-18T00:43:00.376Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-02-18T00:43:00.376Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-02-18T00:43:00.376Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-02-18T00:43:00.376Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-02-18T00:43:00.376Z] + cd /w/workspace/edgex-go/5 [2021-02-18T00:43:00.376Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T00:43:00.376Z] Reading package lists... [2021-02-18T00:43:00.376Z] Building dependency tree... [2021-02-18T00:43:00.376Z] Reading state information... [2021-02-18T00:43:00.640Z] The following packages were automatically installed and are no longer required: [2021-02-18T00:43:00.640Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T00:43:00.640Z] uidmap xdelta3 [2021-02-18T00:43:00.640Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T00:43:00.640Z] The following packages will be REMOVED: [2021-02-18T00:43:00.640Z] lxd* lxd-client* [2021-02-18T00:43:00.902Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T00:43:00.902Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T00:43:01.955Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-18T00:43:01.955Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:43:02.904Z] Removing lxd dnsmasq configuration [2021-02-18T00:43:02.904Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:43:03.165Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T00:43:03.579Z] Building docker-core-command-go ... [2021-02-18T00:43:03.579Z] Building docker-core-data-go ... [2021-02-18T00:43:03.579Z] Building docker-core-metadata-go ... [2021-02-18T00:43:03.579Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:43:03.579Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:43:03.579Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:43:03.579Z] Building docker-support-notifications-go ... [2021-02-18T00:43:03.579Z] Building docker-support-scheduler-go ... [2021-02-18T00:43:03.579Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:43:03.579Z] Building docker-core-command-go [2021-02-18T00:43:03.579Z] Building docker-sys-mgmt-agent-go [2021-02-18T00:43:03.579Z] Building docker-security-bootstrapper-go [2021-02-18T00:43:03.579Z] Building docker-core-metadata-go [2021-02-18T00:43:03.739Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T00:43:03.850Z] Building docker-support-scheduler-go [2021-02-18T00:43:04.002Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-18T00:43:04.002Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:43:05.394Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T00:43:05.394Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T00:43:06.785Z] + sudo snap remove --purge lxd [2021-02-18T00:43:06.785Z] snap "lxd" is not installed [2021-02-18T00:43:06.785Z] + sudo groupadd --force --system lxd [2021-02-18T00:43:06.785Z] ++ whoami [2021-02-18T00:43:06.785Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T00:43:06.785Z] + newgrp - lxd [2021-02-18T00:43:07.046Z] + sudo snap install lxd [2021-02-18T00:43:13.724Z] 2021-02-18T00:43:11Z INFO Waiting for automatic snapd restart... [2021-02-18T00:43:25.981Z] lxd 4.11 from Canonical* installed [2021-02-18T00:43:25.981Z] + sudo lxd init --auto [2021-02-18T00:43:34.133Z] + sudo snap install --classic snapcraft [2021-02-18T00:43:42.277Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:43:42.277Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T00:43:42.277Z] + patch --verbose -p1 [2021-02-18T00:43:42.277Z] Hmm... Looks like a unified diff to me... [2021-02-18T00:43:42.277Z] The text leading up to this was: [2021-02-18T00:43:42.277Z] -------------------------- [2021-02-18T00:43:42.277Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T00:43:42.277Z] |From: Tony Espy [2021-02-18T00:43:42.277Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T00:43:42.277Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T00:43:42.277Z] | [2021-02-18T00:43:42.277Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T00:43:42.277Z] |optimize the snap CI check run for pull requests. When [2021-02-18T00:43:42.277Z] |applied, it essentially strips out everything (apps and [2021-02-18T00:43:42.277Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T00:43:42.277Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T00:43:42.277Z] |catch changes to edgex-go that break the snap build. [2021-02-18T00:43:42.277Z] | [2021-02-18T00:43:42.277Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T00:43:42.277Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T00:43:42.277Z] |resulting in a failed snap build CI check in the associated [2021-02-18T00:43:42.277Z] |pull request. [2021-02-18T00:43:42.277Z] | [2021-02-18T00:43:42.277Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T00:43:42.277Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T00:43:42.277Z] |need to build the finally binary .snap file (and it won't [2021-02-18T00:43:42.277Z] |work with the patch applied). This further reduces the build [2021-02-18T00:43:42.277Z] |time. [2021-02-18T00:43:42.277Z] |--- [2021-02-18T00:43:42.277Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T00:43:42.277Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T00:43:42.277Z] | [2021-02-18T00:43:42.277Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T00:43:42.277Z] |index 1e537489..faf42425 100644 [2021-02-18T00:43:42.277Z] |--- a/snap/snapcraft.yaml [2021-02-18T00:43:42.277Z] |+++ b/snap/snapcraft.yaml [2021-02-18T00:43:42.277Z] -------------------------- [2021-02-18T00:43:42.277Z] patching file snap/snapcraft.yaml [2021-02-18T00:43:42.277Z] Using Plan A... [2021-02-18T00:43:42.277Z] Hunk #1 succeeded at 73. [2021-02-18T00:43:42.277Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T00:43:42.277Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T00:43:42.277Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T00:43:42.277Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T00:43:42.277Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T00:43:42.277Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T00:43:42.277Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T00:43:42.277Z] Hmm... Ignoring the trailing garbage. [2021-02-18T00:43:42.277Z] done [2021-02-18T00:43:42.277Z] + sudo snapcraft prime --use-lxd [2021-02-18T00:43:42.848Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T00:43:42.848Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-18T00:43:42.848Z] - README.md [2021-02-18T00:43:42.848Z] - snapcraft.yaml.orig [2021-02-18T00:43:42.848Z] [2021-02-18T00:43:42.848Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T00:43:43.426Z] Launching a container. [2021-02-18T00:43:55.661Z] Waiting for container to be ready [2021-02-18T00:43:55.661Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T00:43:55.661Z] [2021-02-18T00:43:57.574Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T00:43:58.143Z] Waiting for network to be ready... [2021-02-18T00:43:58.143Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T00:43:58.409Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T00:43:58.409Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T00:43:58.409Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T00:43:58.681Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T00:43:58.681Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T00:43:58.681Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T00:43:58.681Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T00:43:58.681Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T00:43:58.681Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T00:43:58.948Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T00:43:58.948Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T00:43:59.209Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T00:43:59.209Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T00:43:59.209Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T00:43:59.209Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T00:43:59.209Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T00:43:59.209Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T00:43:59.469Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T00:43:59.730Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T00:43:59.730Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T00:43:59.990Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T00:43:59.990Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T00:43:59.990Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T00:43:59.990Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T00:43:59.990Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T00:43:59.990Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T00:44:02.535Z] Fetched 23.9 MB in 4s (6311 kB/s) [2021-02-18T00:44:02.797Z] Reading package lists... [2021-02-18T00:44:03.059Z] Reading package lists... [2021-02-18T00:44:03.319Z] Building dependency tree... [2021-02-18T00:44:03.319Z] Reading state information... [2021-02-18T00:44:03.319Z] The following additional packages will be installed: [2021-02-18T00:44:03.319Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T00:44:03.319Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T00:44:03.319Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T00:44:03.319Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T00:44:03.319Z] Suggested packages: [2021-02-18T00:44:03.319Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T00:44:03.319Z] Recommended packages: [2021-02-18T00:44:03.319Z] gnupg libsasl2-modules [2021-02-18T00:44:03.319Z] The following NEW packages will be installed: [2021-02-18T00:44:03.319Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T00:44:03.319Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T00:44:03.319Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T00:44:03.319Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T00:44:03.319Z] The following packages will be upgraded: [2021-02-18T00:44:03.319Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T00:44:03.319Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T00:44:03.319Z] Need to get 3532 kB of archives. [2021-02-18T00:44:03.319Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T00:44:03.319Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T00:44:03.579Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T00:44:03.579Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T00:44:03.579Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-18T00:44:03.579Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-18T00:44:03.579Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T00:44:03.579Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T00:44:03.579Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T00:44:03.579Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T00:44:03.845Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T00:44:04.108Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T00:44:04.108Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T00:44:04.108Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T00:44:04.368Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T00:44:04.368Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T00:44:04.368Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T00:44:04.368Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T00:44:04.368Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T00:44:04.368Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T00:44:04.368Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T00:44:04.368Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T00:44:04.368Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T00:44:04.368Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:44:04.630Z] Fetched 3532 kB in 1s (3504 kB/s) [2021-02-18T00:44:04.630Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T00:44:04.630Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:44:04.630Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:44:04.630Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T00:44:04.630Z] Selecting previously unselected package udev. [2021-02-18T00:44:04.630Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T00:44:04.630Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:44:04.891Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T00:44:04.891Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T00:44:04.891Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T00:44:04.891Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T00:44:05.151Z] Selecting previously unselected package fuse. [2021-02-18T00:44:05.151Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T00:44:05.151Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T00:44:05.151Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:05.151Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:44:05.411Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:05.411Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:44:05.411Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:05.411Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:44:05.672Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T00:44:05.672Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T00:44:05.672Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-18T00:44:05.672Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T00:44:05.672Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:05.672Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:05.934Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T00:44:05.934Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:05.934Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:05.934Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T00:44:05.934Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:05.934Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:05.934Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T00:44:06.194Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:06.194Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:06.194Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T00:44:06.194Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:06.194Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:06.194Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T00:44:06.194Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:06.194Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:06.455Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T00:44:06.455Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:06.455Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:06.455Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T00:44:06.455Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:06.455Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:06.455Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T00:44:06.455Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:44:06.716Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:06.716Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T00:44:06.716Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T00:44:06.716Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:44:06.716Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T00:44:06.716Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T00:44:06.716Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:44:06.977Z] Selecting previously unselected package libldap-common. [2021-02-18T00:44:06.977Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T00:44:06.977Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:44:06.977Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T00:44:06.977Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T00:44:06.977Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:44:06.977Z] Selecting previously unselected package dirmngr. [2021-02-18T00:44:06.977Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:06.977Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T00:44:07.238Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:44:07.238Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T00:44:07.238Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T00:44:07.238Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:44:07.238Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:44:07.238Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T00:44:07.499Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:07.499Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T00:44:07.499Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:44:07.499Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T00:44:07.761Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T00:44:07.761Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.024Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T00:44:08.024Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T00:44:08.024Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T00:44:08.024Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.024Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.024Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.024Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.286Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.286Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.286Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:44:08.286Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:44:08.286Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T00:44:08.286Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:44:08.862Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T00:44:08.862Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T00:44:08.862Z] This means they are not meant to be enabled using systemctl. [2021-02-18T00:44:08.862Z] Possible reasons for having this kind of units are: [2021-02-18T00:44:08.862Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T00:44:08.862Z] .wants/ or .requires/ directory. [2021-02-18T00:44:08.862Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T00:44:08.862Z] a requirement dependency on it. [2021-02-18T00:44:08.862Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T00:44:08.862Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T00:44:08.862Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T00:44:08.862Z] instance name specified. [2021-02-18T00:44:09.128Z] Reading package lists... [2021-02-18T00:44:09.128Z] Building dependency tree... [2021-02-18T00:44:09.128Z] Reading state information... [2021-02-18T00:44:09.390Z] The following additional packages will be installed: [2021-02-18T00:44:09.390Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T00:44:09.390Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T00:44:09.390Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T00:44:09.390Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T00:44:09.390Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T00:44:09.390Z] Suggested packages: [2021-02-18T00:44:09.390Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T00:44:09.390Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T00:44:09.390Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T00:44:09.390Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T00:44:09.390Z] systemd-container policykit-1 [2021-02-18T00:44:09.390Z] Recommended packages: [2021-02-18T00:44:09.390Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T00:44:09.390Z] The following NEW packages will be installed: [2021-02-18T00:44:09.390Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T00:44:09.390Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T00:44:09.390Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T00:44:09.390Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T00:44:09.390Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T00:44:09.390Z] The following packages will be upgraded: [2021-02-18T00:44:09.390Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T00:44:09.390Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T00:44:09.390Z] Need to get 35.2 MB of archives. [2021-02-18T00:44:09.390Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T00:44:09.390Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T00:44:09.390Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T00:44:09.652Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-18T00:44:09.652Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T00:44:09.652Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-18T00:44:09.652Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T00:44:09.652Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-18T00:44:09.652Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-18T00:44:09.652Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-18T00:44:09.652Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T00:44:09.652Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T00:44:09.652Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T00:44:09.652Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T00:44:09.652Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T00:44:09.652Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T00:44:09.652Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T00:44:09.652Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-18T00:44:09.652Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T00:44:09.652Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T00:44:10.595Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T00:44:10.595Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-18T00:44:10.595Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T00:44:10.595Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T00:44:10.595Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T00:44:10.595Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T00:44:10.595Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T00:44:10.595Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T00:44:10.595Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T00:44:10.856Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T00:44:10.856Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-18T00:44:10.856Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:44:10.856Z] Fetched 35.2 MB in 1s (24.4 MB/s) [2021-02-18T00:44:11.123Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:44:11.123Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:44:11.123Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:44:11.710Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:44:11.710Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:44:11.837Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:11.837Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:11.837Z] ---> c2d8eeb2ec70 [2021-02-18T00:44:11.837Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:44:11.985Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T00:44:11.985Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:44:11.985Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T00:44:11.985Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T00:44:12.114Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:12.115Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:12.115Z] ---> c2d8eeb2ec70 [2021-02-18T00:44:12.115Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:44:12.273Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T00:44:12.273Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:44:12.273Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T00:44:12.273Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T00:44:12.536Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T00:44:12.536Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T00:44:12.724Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:12.724Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:12.724Z] ---> c2d8eeb2ec70 [2021-02-18T00:44:12.724Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:44:12.724Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:12.724Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:12.724Z] ---> c2d8eeb2ec70 [2021-02-18T00:44:12.724Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:44:13.111Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T00:44:13.111Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T00:44:13.111Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T00:44:13.111Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T00:44:13.202Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:44:13.202Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:44:13.202Z] ---> c2d8eeb2ec70 [2021-02-18T00:44:13.203Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:44:13.377Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T00:44:13.377Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:44:13.377Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:13.377Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T00:44:13.377Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T00:44:13.377Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T00:44:13.377Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T00:44:13.377Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:44:13.377Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:13.640Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T00:44:13.903Z] Checking for services that may need to be restarted...done. [2021-02-18T00:44:13.903Z] Checking for services that may need to be restarted...done. [2021-02-18T00:44:13.903Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:13.903Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T00:44:13.903Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:14.495Z] Selecting previously unselected package python3-minimal. [2021-02-18T00:44:14.496Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T00:44:14.496Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:44:14.496Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T00:44:14.496Z] Selecting previously unselected package mime-support. [2021-02-18T00:44:14.496Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T00:44:14.496Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T00:44:14.763Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T00:44:14.763Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T00:44:14.763Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T00:44:14.763Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T00:44:14.763Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:44:14.763Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:15.024Z] Selecting previously unselected package python3.6. [2021-02-18T00:44:15.024Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:44:15.024Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:15.024Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T00:44:15.024Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:44:15.024Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T00:44:15.024Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T00:44:15.597Z] Selecting previously unselected package python3. [2021-02-18T00:44:15.597Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T00:44:15.597Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:44:15.597Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T00:44:15.597Z] Selecting previously unselected package multiarch-support. [2021-02-18T00:44:15.597Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:44:15.597Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T00:44:15.597Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T00:44:15.597Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T00:44:15.597Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T00:44:15.597Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T00:44:15.597Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T00:44:15.858Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T00:44:15.858Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T00:44:15.858Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T00:44:15.858Z] Selecting previously unselected package sudo. [2021-02-18T00:44:15.858Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T00:44:15.858Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T00:44:15.940Z] ---> Running in 877a2300dbcb [2021-02-18T00:44:15.941Z] ---> Running in a5865f7c247c [2021-02-18T00:44:15.941Z] ---> Running in 97e7a5dd08c3 [2021-02-18T00:44:15.941Z] ---> Running in 0c01b5c8b487 [2021-02-18T00:44:15.941Z] ---> Running in 297cde6072f7 [2021-02-18T00:44:16.119Z] Selecting previously unselected package apparmor. [2021-02-18T00:44:16.119Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T00:44:16.119Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T00:44:16.119Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T00:44:16.119Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T00:44:16.119Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T00:44:16.381Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T00:44:16.381Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:44:16.381Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:16.381Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T00:44:16.381Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:44:16.381Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:16.381Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T00:44:16.381Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T00:44:16.381Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T00:44:16.536Z] Removing intermediate container a5865f7c247c [2021-02-18T00:44:16.536Z] ---> 10fd7fa5570c [2021-02-18T00:44:16.536Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:16.536Z] Removing intermediate container 297cde6072f7 [2021-02-18T00:44:16.536Z] ---> c573541e4395 [2021-02-18T00:44:16.536Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:16.536Z] Removing intermediate container 877a2300dbcb [2021-02-18T00:44:16.536Z] ---> 950ba1367f81 [2021-02-18T00:44:16.536Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:16.536Z] Removing intermediate container 0c01b5c8b487 [2021-02-18T00:44:16.536Z] ---> c3ad31561d96 [2021-02-18T00:44:16.536Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:16.536Z] Removing intermediate container 97e7a5dd08c3 [2021-02-18T00:44:16.536Z] ---> 7671961649e5 [2021-02-18T00:44:16.640Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T00:44:16.640Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:44:16.640Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:16.641Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T00:44:16.641Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:44:16.641Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:16.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:16.814Z] ---> Running in 2066b6239983 [2021-02-18T00:44:16.814Z] ---> Running in 445c41d0ce8b [2021-02-18T00:44:16.814Z] ---> Running in 76c958b81cbf [2021-02-18T00:44:16.814Z] ---> Running in 20fccccdaa1e [2021-02-18T00:44:16.902Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T00:44:16.902Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-18T00:44:16.902Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T00:44:16.902Z] Selecting previously unselected package openssh-client. [2021-02-18T00:44:16.902Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T00:44:16.902Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T00:44:17.093Z] ---> Running in cd2f2388bed6 [2021-02-18T00:44:17.164Z] Selecting previously unselected package squashfs-tools. [2021-02-18T00:44:17.164Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T00:44:17.164Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T00:44:17.164Z] Selecting previously unselected package snapd. [2021-02-18T00:44:17.427Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T00:44:17.427Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-18T00:44:19.341Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T00:44:19.341Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T00:44:19.341Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T00:44:19.341Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T00:44:19.341Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T00:44:19.602Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:19.862Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:44:19.862Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T00:44:19.862Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T00:44:20.803Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T00:44:20.803Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T00:44:20.803Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T00:44:20.803Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:20.803Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:20.803Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:44:21.373Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T00:44:21.373Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:21.373Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T00:44:21.373Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T00:44:21.373Z] running python rtupdate hooks for python3.6... [2021-02-18T00:44:21.373Z] running python post-rtupdate hooks for python3.6... [2021-02-18T00:44:21.459Z] Removing intermediate container 2066b6239983 [2021-02-18T00:44:21.459Z] ---> f1256c1beda5 [2021-02-18T00:44:21.459Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:44:21.459Z] Removing intermediate container 445c41d0ce8b [2021-02-18T00:44:21.459Z] ---> cc51b8f538b6 [2021-02-18T00:44:21.459Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:44:21.459Z] ---> Running in 9f3d8be60d5d [2021-02-18T00:44:21.459Z] Removing intermediate container 76c958b81cbf [2021-02-18T00:44:21.459Z] ---> b70fb1a4ff94 [2021-02-18T00:44:21.459Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:44:21.459Z] ---> Running in ceae74fe460a [2021-02-18T00:44:21.459Z] ---> Running in 7742b02cddac [2021-02-18T00:44:21.633Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-18T00:44:21.736Z] Removing intermediate container 20fccccdaa1e [2021-02-18T00:44:21.736Z] Removing intermediate container cd2f2388bed6 [2021-02-18T00:44:21.736Z] ---> a8017b41eb46 [2021-02-18T00:44:21.736Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:44:21.736Z] ---> 902f1dcc2a3e [2021-02-18T00:44:21.736Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:44:22.021Z] ---> Running in c7c2ec67e366 [2021-02-18T00:44:22.021Z] ---> Running in ce0530337e36 [2021-02-18T00:44:23.017Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T00:44:23.017Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:44:23.017Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T00:44:23.279Z] Setting up snapd (2.48.3+18.04) ... [2021-02-18T00:44:23.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:23.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:23.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:23.538Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T00:44:23.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:23.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:23.802Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T00:44:24.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:24.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:24.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T00:44:24.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T00:44:24.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:24.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T00:44:24.324Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T00:44:24.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:24.595Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T00:44:24.595Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T00:44:24.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:24.842Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:24.863Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T00:44:25.122Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:25.127Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T00:44:25.128Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-18T00:44:25.391Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:44:25.749Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:25.749Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:25.749Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:25.963Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T00:44:26.359Z] Removing intermediate container 9f3d8be60d5d [2021-02-18T00:44:26.359Z] ---> 04f8ad14953f [2021-02-18T00:44:26.359Z] Step 6/22 : COPY go.mod . [2021-02-18T00:44:26.913Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:44:26.913Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:44:26.913Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:44:26.955Z] Removing intermediate container ceae74fe460a [2021-02-18T00:44:26.955Z] ---> ccd76b7890fc [2021-02-18T00:44:26.955Z] Step 6/26 : COPY go.mod . [2021-02-18T00:44:27.235Z] ---> 6e9780268a2c [2021-02-18T00:44:27.235Z] Step 7/22 : RUN go mod download [2021-02-18T00:44:27.509Z] Removing intermediate container ce0530337e36 [2021-02-18T00:44:27.509Z] ---> 60532e6ecb6e [2021-02-18T00:44:27.509Z] Step 6/23 : COPY go.mod . [2021-02-18T00:44:27.509Z] ---> Running in 4e6ba759bcd8 [2021-02-18T00:44:27.780Z] Removing intermediate container 7742b02cddac [2021-02-18T00:44:27.780Z] ---> 86a3739b7a5e [2021-02-18T00:44:27.780Z] Step 6/30 : COPY go.mod . [2021-02-18T00:44:27.780Z] Removing intermediate container c7c2ec67e366 [2021-02-18T00:44:27.780Z] ---> c2d70c3d4603 [2021-02-18T00:44:27.780Z] Step 6/23 : COPY go.mod . [2021-02-18T00:44:28.060Z] ---> d3c8edf23a9d [2021-02-18T00:44:28.060Z] Step 7/26 : RUN go mod download [2021-02-18T00:44:28.114Z] Reading package lists... [2021-02-18T00:44:28.114Z] Reading package lists... [2021-02-18T00:44:28.335Z] ---> Running in b676102fb7c5 [2021-02-18T00:44:28.376Z] Building dependency tree... [2021-02-18T00:44:28.376Z] Reading state information... [2021-02-18T00:44:28.376Z] Calculating upgrade... [2021-02-18T00:44:28.637Z] The following packages will be upgraded: [2021-02-18T00:44:28.637Z] advancecomp base-files bash binutils binutils-common [2021-02-18T00:44:28.637Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T00:44:28.637Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T00:44:28.637Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T00:44:28.637Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T00:44:28.637Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T00:44:28.637Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T00:44:28.637Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T00:44:28.637Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T00:44:28.637Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T00:44:28.637Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T00:44:28.637Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T00:44:28.637Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T00:44:28.637Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T00:44:28.637Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T00:44:28.897Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:44:28.897Z] Need to get 63.8 MB of archives. [2021-02-18T00:44:28.897Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-18T00:44:28.897Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T00:44:28.897Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T00:44:28.935Z] ---> bfa6da6569c5 [2021-02-18T00:44:28.936Z] Step 7/23 : RUN go mod download [2021-02-18T00:44:28.936Z] ---> 832c758924f8 [2021-02-18T00:44:28.936Z] Step 7/30 : RUN go mod download [2021-02-18T00:44:28.936Z] ---> Running in 3e0612fd3f8a [2021-02-18T00:44:29.208Z] ---> d83c06d91ccc [2021-02-18T00:44:29.208Z] Step 7/23 : RUN go mod download [2021-02-18T00:44:29.208Z] ---> Running in ef32b72229e7 [2021-02-18T00:44:29.467Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T00:44:29.467Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T00:44:29.467Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T00:44:29.467Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T00:44:29.467Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T00:44:29.467Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T00:44:29.467Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-18T00:44:29.467Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-18T00:44:29.467Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-18T00:44:29.467Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T00:44:29.501Z] ---> Running in fc329fd0bf81 [2021-02-18T00:44:29.728Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T00:44:29.729Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-18T00:44:29.729Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T00:44:29.729Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T00:44:29.729Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T00:44:29.729Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T00:44:29.729Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T00:44:29.729Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T00:44:29.729Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T00:44:29.729Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T00:44:29.729Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T00:44:29.729Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T00:44:29.729Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T00:44:29.729Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T00:44:29.729Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T00:44:29.990Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T00:44:29.990Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T00:44:29.990Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T00:44:29.990Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T00:44:29.990Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T00:44:29.990Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T00:44:29.990Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T00:44:29.990Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T00:44:29.990Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T00:44:30.250Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T00:44:30.250Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T00:44:30.250Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T00:44:30.250Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T00:44:30.250Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T00:44:30.250Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-18T00:44:30.250Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T00:44:30.250Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T00:44:30.250Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T00:44:30.250Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T00:44:30.250Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-18T00:44:30.250Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T00:44:30.250Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T00:44:30.250Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T00:44:30.250Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T00:44:30.250Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T00:44:30.250Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T00:44:30.250Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-18T00:44:30.250Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T00:44:30.250Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T00:44:30.250Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T00:44:30.250Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T00:44:30.250Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T00:44:30.250Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T00:44:30.250Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T00:44:30.250Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T00:44:30.250Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T00:44:30.250Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T00:44:30.250Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T00:44:30.250Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T00:44:30.250Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-18T00:44:30.250Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T00:44:30.250Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T00:44:30.250Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T00:44:30.250Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T00:44:30.250Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-18T00:44:30.512Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T00:44:30.512Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T00:44:30.512Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T00:44:30.512Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T00:44:30.512Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T00:44:30.512Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T00:44:30.512Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-18T00:44:30.512Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T00:44:30.512Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T00:44:30.512Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T00:44:30.772Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-18T00:44:30.772Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T00:44:30.772Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T00:44:30.772Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T00:44:30.772Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T00:44:30.772Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T00:44:30.772Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T00:44:30.772Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T00:44:31.345Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T00:44:31.917Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T00:44:31.917Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T00:44:32.169Z] Removing intermediate container 4e6ba759bcd8 [2021-02-18T00:44:32.169Z] ---> 902437330247 [2021-02-18T00:44:32.169Z] Step 8/22 : COPY . . [2021-02-18T00:44:32.177Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T00:44:32.746Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-18T00:44:32.746Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T00:44:32.746Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T00:44:32.746Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T00:44:32.746Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T00:44:32.746Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:44:32.746Z] Fetched 63.8 MB in 4s (16.0 MB/s) [2021-02-18T00:44:32.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:32.746Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:44:32.746Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:44:32.770Z] Removing intermediate container b676102fb7c5 [2021-02-18T00:44:32.770Z] ---> 3deed55feb9d [2021-02-18T00:44:32.770Z] Step 8/26 : COPY . . [2021-02-18T00:44:33.688Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:44:33.688Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:44:33.688Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T00:44:33.688Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T00:44:34.211Z] Removing intermediate container 3e0612fd3f8a [2021-02-18T00:44:34.211Z] ---> 05a41ad6bb76 [2021-02-18T00:44:34.211Z] Step 8/23 : COPY . . [2021-02-18T00:44:34.637Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:34.637Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:34.637Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:34.637Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:34.637Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:34.814Z] Removing intermediate container fc329fd0bf81 [2021-02-18T00:44:34.814Z] ---> 7bc0731f236d [2021-02-18T00:44:34.814Z] Step 8/23 : COPY . . [2021-02-18T00:44:34.899Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:34.899Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:34.899Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.089Z] Removing intermediate container ef32b72229e7 [2021-02-18T00:44:35.089Z] ---> 1032de60b88a [2021-02-18T00:44:35.089Z] Step 8/30 : COPY . . [2021-02-18T00:44:35.162Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.162Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.162Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.162Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.422Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.422Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.422Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:44:35.422Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:44:35.422Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.422Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.682Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:44:35.682Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:44:35.682Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.682Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.943Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.943Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:35.943Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:35.943Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:44:36.204Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:44:36.204Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:44:36.204Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:44:36.473Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:44:37.043Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T00:44:37.302Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:44:37.303Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T00:44:37.303Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T00:44:37.303Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T00:44:37.303Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T00:44:37.563Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T00:44:37.563Z] Installing new version of config file /etc/issue ... [2021-02-18T00:44:37.563Z] Installing new version of config file /etc/issue.net ... [2021-02-18T00:44:37.563Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T00:44:37.563Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T00:44:37.823Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T00:44:38.084Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T00:44:38.084Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T00:44:38.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:38.084Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T00:44:38.084Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T00:44:38.345Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T00:44:38.345Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-18T00:44:38.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:38.345Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:38.345Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:38.606Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:38.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:38.606Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T00:44:38.606Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T00:44:38.865Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T00:44:38.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:38.865Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T00:44:38.865Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:44:39.125Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T00:44:39.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:39.385Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:39.385Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:44:39.385Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:44:39.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:39.645Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:39.645Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:44:39.645Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T00:44:39.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:39.906Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T00:44:39.906Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T00:44:39.906Z] Setting up grep (3.1-2build1) ... [2021-02-18T00:44:40.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:40.172Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T00:44:40.172Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T00:44:40.172Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T00:44:40.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:40.433Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:44:40.433Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:44:40.433Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-18T00:44:40.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:40.693Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:44:40.693Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:44:41.265Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:44:41.265Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:44:41.265Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:44:41.265Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:44:42.209Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T00:44:42.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:42.209Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T00:44:42.209Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:44:43.149Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T00:44:43.149Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T00:44:43.149Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T00:44:43.407Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T00:44:43.407Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T00:44:43.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:43.407Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T00:44:43.407Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T00:44:43.667Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T00:44:43.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:43.667Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:43.667Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:43.928Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:43.929Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:43.929Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:43.929Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:44.191Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:44.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:44.191Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:44.191Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:44.452Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:44.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:44.452Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:44.452Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:44.712Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:44.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:44.712Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:44:44.713Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:44:44.975Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:44:44.975Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:44:44.975Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:44:44.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:44.975Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:44:45.236Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:44:45.236Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:44:45.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:45.236Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:45.236Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:45.497Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:45.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:45.497Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:45.497Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:45.756Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:45.756Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:45.756Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:45.756Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:46.326Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:44:46.586Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T00:44:46.847Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T00:44:46.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:46.847Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:44:47.106Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:44:47.106Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:44:47.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:44:47.367Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T00:44:47.367Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:44:47.367Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T00:44:47.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:47.628Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-18T00:44:47.628Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T00:44:47.888Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T00:44:47.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:47.888Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T00:44:48.149Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T00:44:48.149Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T00:44:48.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:48.149Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T00:44:48.149Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T00:44:48.408Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T00:44:48.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:48.408Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:44:48.408Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:44:48.668Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:44:48.668Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:48.668Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:44:48.668Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:44:48.929Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:44:48.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:48.929Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:44:49.190Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:44:49.190Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:44:49.450Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:49.450Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:44:49.450Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:44:49.450Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:44:49.450Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:44:49.711Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:49.711Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:44:49.711Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:44:49.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:49.711Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T00:44:49.972Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T00:44:49.972Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-18T00:44:50.233Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:50.233Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T00:44:50.233Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:44:50.233Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:44:50.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:50.493Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:50.493Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:44:50.753Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:44:50.753Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:50.753Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T00:44:50.753Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T00:44:51.013Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T00:44:51.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:51.013Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T00:44:51.013Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T00:44:51.273Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T00:44:51.533Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:51.533Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:44:51.533Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:44:51.533Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T00:44:51.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:51.794Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T00:44:51.794Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T00:44:51.794Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T00:44:52.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:52.055Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T00:44:52.055Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T00:44:52.315Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T00:44:52.315Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:52.315Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T00:44:52.315Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T00:44:52.575Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T00:44:52.575Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:52.575Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T00:44:52.575Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T00:44:52.835Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T00:44:52.836Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:52.836Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T00:44:52.836Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T00:44:53.095Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T00:44:53.095Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:44:53.095Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T00:44:53.095Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T00:44:53.095Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T00:44:53.355Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T00:44:53.355Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T00:44:53.355Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T00:44:53.355Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T00:44:53.355Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T00:44:53.615Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T00:44:53.615Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T00:44:53.875Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T00:44:53.875Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T00:44:54.141Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T00:44:54.141Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T00:44:54.141Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T00:44:54.141Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T00:44:54.402Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T00:44:54.402Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T00:44:54.402Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T00:44:54.402Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T00:44:54.663Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T00:44:54.663Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T00:44:54.663Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T00:44:54.663Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T00:44:54.925Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T00:44:54.925Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T00:44:54.925Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T00:44:55.185Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T00:44:55.755Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T00:44:56.017Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T00:44:56.017Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T00:44:56.017Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T00:44:56.017Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:44:56.017Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:44:56.591Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:44:56.591Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:44:56.591Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:44:56.591Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:44:56.853Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:44:56.853Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:44:56.853Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:56.853Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:44:57.113Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:57.113Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:44:57.374Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:57.374Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:44:57.633Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:57.633Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:44:58.575Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:58.575Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:44:59.145Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:44:59.145Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:45:00.085Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:45:00.085Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:45:00.345Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:45:00.345Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:45:01.286Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:45:01.286Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:45:01.286Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:45:01.286Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:45:01.286Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T00:45:01.547Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:45:01.547Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T00:45:01.547Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:45:01.808Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T00:45:01.808Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T00:45:01.808Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:45:01.808Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:45:01.893Z] ---> bbd412545562 [2021-02-18T00:45:01.893Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:45:01.893Z] ---> b6e3ee607630 [2021-02-18T00:45:01.893Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:45:01.893Z] ---> fb86f756401d [2021-02-18T00:45:01.893Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:45:01.893Z] ---> 0896d5d1d2ce [2021-02-18T00:45:01.893Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:45:01.893Z] ---> 1a86d3a7dc37 [2021-02-18T00:45:01.893Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:45:01.893Z] ---> Running in c0365d48db58 [2021-02-18T00:45:01.893Z] ---> Running in f9350509ad90 [2021-02-18T00:45:01.893Z] ---> Running in 38046ec141b8 [2021-02-18T00:45:01.893Z] ---> Running in fdf05b4902ae [2021-02-18T00:45:01.893Z] ---> Running in a79db20bce8c [2021-02-18T00:45:01.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T00:45:01.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T00:45:01.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T00:45:01.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T00:45:01.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T00:45:02.071Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:45:02.071Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:45:02.071Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T00:45:02.071Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T00:45:02.335Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:02.335Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:45:02.335Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:02.335Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:02.597Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:02.597Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T00:45:02.597Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T00:45:02.597Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T00:45:02.597Z] [2021-02-18T00:45:02.597Z] Current default time zone: 'Etc/UTC' [2021-02-18T00:45:02.597Z] Local time is now: Thu Feb 18 00:45:02 UTC 2021. [2021-02-18T00:45:02.597Z] Universal Time is now: Thu Feb 18 00:45:02 UTC 2021. [2021-02-18T00:45:02.597Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T00:45:02.597Z] [2021-02-18T00:45:02.597Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T00:45:02.597Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:02.859Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T00:45:02.859Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:45:02.859Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T00:45:02.859Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T00:45:02.859Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T00:45:02.859Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T00:45:02.859Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T00:45:02.859Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T00:45:03.119Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:03.119Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T00:45:03.380Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:03.380Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:45:03.380Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:03.380Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T00:45:03.380Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T00:45:03.380Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T00:45:03.380Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T00:45:03.380Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T00:45:03.380Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T00:45:03.641Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:45:03.641Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T00:45:05.560Z] Updating certificates in /etc/ssl/certs... [2021-02-18T00:45:06.155Z] 23 added, 27 removed; done. [2021-02-18T00:45:06.155Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T00:45:06.155Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:45:06.155Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T00:45:06.155Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T00:45:06.155Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T00:45:06.425Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.425Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:45:06.425Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.425Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.425Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.425Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.425Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.425Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T00:45:06.684Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:45:06.685Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:45:06.685Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T00:45:06.685Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:45:06.685Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.685Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:45:06.685Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:45:06.685Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T00:45:06.944Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:45:06.944Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:45:06.944Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T00:45:06.944Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T00:45:06.944Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T00:45:07.205Z] Updating certificates in /etc/ssl/certs... [2021-02-18T00:45:07.779Z] 0 added, 0 removed; done. [2021-02-18T00:45:07.779Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T00:45:07.779Z] done. [2021-02-18T00:45:08.040Z] Reading package lists... [2021-02-18T00:45:08.040Z] Building dependency tree... [2021-02-18T00:45:08.040Z] Reading state information... [2021-02-18T00:45:08.300Z] The following NEW packages will be installed: [2021-02-18T00:45:08.300Z] apt-transport-https [2021-02-18T00:45:08.561Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:45:08.561Z] Need to get 1696 B of archives. [2021-02-18T00:45:08.561Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T00:45:08.561Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T00:45:08.561Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:45:08.561Z] Fetched 1696 B in 0s (9448 B/s) [2021-02-18T00:45:08.561Z] Selecting previously unselected package apt-transport-https. [2021-02-18T00:45:08.561Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T00:45:08.561Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T00:45:08.561Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T00:45:08.822Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T00:45:09.084Z] Waiting for network to be ready... [2021-02-18T00:45:14.370Z] 2021-02-18T00:45:11Z INFO Waiting for automatic snapd restart... [2021-02-18T00:45:14.370Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T00:45:14.370Z] "snapd" switched to the "latest/stable" channel [2021-02-18T00:45:14.370Z] [2021-02-18T00:45:16.920Z] core18 20210128 from Canonical* installed [2021-02-18T00:45:16.920Z] "core18" switched to the "latest/stable" channel [2021-02-18T00:45:16.920Z] [2021-02-18T00:45:20.225Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:45:20.225Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T00:45:20.225Z] [2021-02-18T00:45:23.529Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-18T00:45:23.529Z] - README.md [2021-02-18T00:45:23.529Z] - snapcraft.yaml.orig [2021-02-18T00:45:23.529Z] [2021-02-18T00:45:23.529Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T00:45:30.137Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:45:30.137Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:45:30.137Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:45:30.137Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:45:31.081Z] Reading package lists... [2021-02-18T00:45:31.345Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-18T00:45:37.935Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:45:37.935Z] Reading package lists... [2021-02-18T00:45:37.935Z] Building dependency tree... [2021-02-18T00:45:37.935Z] Reading state information... [2021-02-18T00:45:37.935Z] Suggested packages: [2021-02-18T00:45:37.935Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T00:45:37.935Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T00:45:37.935Z] Recommended packages: [2021-02-18T00:45:37.935Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T00:45:37.935Z] The following NEW packages will be installed: [2021-02-18T00:45:37.935Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T00:45:37.935Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T00:45:37.935Z] pkg-config zip [2021-02-18T00:45:37.935Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:45:37.935Z] Need to get 7655 kB of archives. [2021-02-18T00:45:37.935Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T00:45:37.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-02-18T00:45:37.935Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T00:45:37.935Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T00:45:38.196Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T00:45:38.196Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T00:45:38.196Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T00:45:38.196Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T00:45:38.196Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-18T00:45:38.196Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T00:45:38.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T00:45:38.457Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T00:45:38.457Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T00:45:38.457Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T00:45:38.718Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T00:45:38.718Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T00:45:38.718Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:45:38.718Z] Fetched 7655 kB in 1s (7132 kB/s) [2021-02-18T00:45:38.978Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T00:45:38.978Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T00:45:38.978Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T00:45:38.978Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T00:45:39.239Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T00:45:39.239Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T00:45:39.239Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T00:45:39.239Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T00:45:39.239Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T00:45:39.239Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T00:45:39.239Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T00:45:39.239Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T00:45:39.239Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T00:45:39.498Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T00:45:39.498Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T00:45:39.498Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T00:45:39.498Z] Selecting previously unselected package liberror-perl. [2021-02-18T00:45:39.498Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T00:45:39.498Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T00:45:39.498Z] Selecting previously unselected package git-man. [2021-02-18T00:45:39.498Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T00:45:39.498Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:45:39.758Z] Selecting previously unselected package git. [2021-02-18T00:45:39.758Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T00:45:39.758Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:45:40.699Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T00:45:40.699Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T00:45:40.699Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T00:45:40.699Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T00:45:40.699Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T00:45:40.699Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T00:45:40.699Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T00:45:40.699Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T00:45:40.699Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T00:45:40.699Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T00:45:40.699Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T00:45:40.699Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:45:40.961Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T00:45:40.961Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T00:45:40.961Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:45:40.961Z] Selecting previously unselected package pkg-config. [2021-02-18T00:45:40.961Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T00:45:40.961Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T00:45:41.222Z] Selecting previously unselected package zip. [2021-02-18T00:45:41.222Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T00:45:41.222Z] Unpacking zip (3.0-11build1) ... [2021-02-18T00:45:41.222Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T00:45:41.222Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:45:41.222Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T00:45:41.222Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T00:45:41.222Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T00:45:41.222Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T00:45:41.484Z] No schema files found: doing nothing. [2021-02-18T00:45:41.484Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T00:45:41.484Z] Setting up zip (3.0-11build1) ... [2021-02-18T00:45:41.484Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T00:45:41.484Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T00:45:41.484Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T00:45:41.484Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:45:41.484Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T00:45:41.745Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:45:41.745Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:45:41.745Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:45:48.330Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:45:48.330Z] git set to automatically installed. [2021-02-18T00:45:48.330Z] git-man set to automatically installed. [2021-02-18T00:45:48.330Z] libcurl3-gnutls set to automatically installed. [2021-02-18T00:45:48.330Z] liberror-perl set to automatically installed. [2021-02-18T00:45:48.330Z] libglib2.0-0 set to automatically installed. [2021-02-18T00:45:48.330Z] libnghttp2-14 set to automatically installed. [2021-02-18T00:45:48.330Z] libnorm1 set to automatically installed. [2021-02-18T00:45:48.330Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T00:45:48.330Z] libpsl5 set to automatically installed. [2021-02-18T00:45:48.330Z] librtmp1 set to automatically installed. [2021-02-18T00:45:48.330Z] libsodium23 set to automatically installed. [2021-02-18T00:45:48.330Z] libzmq3-dev set to automatically installed. [2021-02-18T00:45:48.330Z] libzmq5 set to automatically installed. [2021-02-18T00:45:48.330Z] pkg-config set to automatically installed. [2021-02-18T00:45:48.330Z] zip set to automatically installed. [2021-02-18T00:45:50.243Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T00:45:56.832Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:45:56.832Z] snap "core18" has no updates available [2021-02-18T00:45:57.402Z] Pulling config-common [2021-02-18T00:45:57.402Z] + snapcraftctl pull [2021-02-18T00:45:58.341Z] Pulling go-build-helper [2021-02-18T00:45:58.341Z] + snapcraftctl pull [2021-02-18T00:46:20.311Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T00:46:20.311Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T00:46:20.311Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T00:46:20.311Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T00:46:20.311Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T00:46:20.311Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T00:46:20.311Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T00:46:20.311Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T00:46:20.311Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T00:46:20.311Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T00:46:20.311Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T00:46:20.311Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T00:46:20.311Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T00:46:20.311Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T00:46:20.311Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T00:46:20.311Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T00:46:20.311Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T00:46:20.311Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T00:46:20.311Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T00:46:20.311Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T00:46:20.311Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T00:46:20.311Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T00:46:20.311Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T00:46:20.311Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T00:46:20.311Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T00:46:20.311Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T00:46:20.311Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T00:46:20.311Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T00:46:20.311Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T00:46:20.311Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T00:46:20.311Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T00:46:20.311Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T00:46:20.311Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T00:46:20.311Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T00:46:20.311Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T00:46:20.311Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T00:46:20.311Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T00:46:20.311Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T00:46:20.311Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T00:46:20.311Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T00:46:20.311Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T00:46:20.311Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T00:46:20.311Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T00:46:20.311Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T00:46:20.311Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T00:46:20.311Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T00:46:20.311Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T00:46:20.311Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T00:46:20.311Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T00:46:20.311Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T00:46:20.311Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T00:46:20.312Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T00:46:20.312Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T00:46:20.312Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T00:46:20.312Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T00:46:20.312Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T00:46:20.312Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T00:46:20.312Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T00:46:20.312Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T00:46:20.312Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T00:46:20.312Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T00:46:20.312Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T00:46:20.312Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T00:46:20.312Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T00:46:20.312Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T00:46:22.225Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T00:46:22.225Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-18T00:46:22.225Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T00:46:22.225Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T00:46:22.225Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T00:46:22.225Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T00:46:22.225Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T00:46:22.225Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T00:46:22.225Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T00:46:22.225Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T00:46:22.225Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T00:46:22.225Z] Pulling static-packages [2021-02-18T00:46:22.225Z] + snapcraftctl pull [2021-02-18T00:46:23.164Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-18T00:46:23.164Z] Skipping pull go-build-helper (already ran) [2021-02-18T00:46:23.164Z] Skipping pull static-packages (already ran) [2021-02-18T00:46:23.164Z] Building go-build-helper [2021-02-18T00:46:23.164Z] + snapcraftctl build [2021-02-18T00:46:26.462Z] Building static-packages [2021-02-18T00:46:26.462Z] + snapcraftctl build [2021-02-18T00:46:28.374Z] Staging go-build-helper [2021-02-18T00:46:28.374Z] + snapcraftctl stage [2021-02-18T00:46:29.313Z] Staging static-packages [2021-02-18T00:46:29.313Z] + snapcraftctl stage [2021-02-18T00:46:30.254Z] Pulling go115 [2021-02-18T00:46:30.254Z] + snapcraftctl pull [2021-02-18T00:46:31.196Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T00:46:31.196Z] Skipping pull go115 (already ran) [2021-02-18T00:46:31.196Z] Building go115 [2021-02-18T00:46:31.196Z] + dpkg --print-architecture [2021-02-18T00:46:31.196Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T00:46:31.196Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T00:46:31.196Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T00:46:31.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T00:46:31.196Z] Dload Upload Total Spent Left Speed [2021-02-18T00:46:34.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9535k 0 0 20.0M 0 0:00:05 --:--:-- 0:00:05 19.9M 40 115M 40 46.8M 0 0 31.6M 0 0:00:03 0:00:01 0:00:02 31.6M 71 115M 71 82.9M 0 0 33.5M 0 0:00:03 0:00:02 0:00:01 33.5M 100 115M 100 115M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.8M [2021-02-18T00:46:34.450Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T00:46:34.450Z] + sha256sum+ grep OK [2021-02-18T00:46:34.450Z] -c sha256 [2021-02-18T00:46:34.710Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T00:46:34.710Z] + mkdir -p /root/stage/go1.15 [2021-02-18T00:46:34.710Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T00:46:38.740Z] Removing intermediate container a79db20bce8c [2021-02-18T00:46:38.740Z] ---> d3a0f0e3e12d [2021-02-18T00:46:38.740Z] [2021-02-18T00:46:38.740Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:46:38.740Z] 3.12: Pulling from library/alpine [2021-02-18T00:46:38.740Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:46:38.740Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:46:38.740Z] ---> afeebe901d6b [2021-02-18T00:46:38.740Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:46:38.740Z] ---> Running in cbf76430aea5 [2021-02-18T00:46:38.740Z] Removing intermediate container cbf76430aea5 [2021-02-18T00:46:38.740Z] ---> cede527c99e8 [2021-02-18T00:46:38.740Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:46:38.740Z] ---> Running in afa83c37fa77 [2021-02-18T00:46:38.740Z] Removing intermediate container c0365d48db58 [2021-02-18T00:46:38.740Z] ---> 40df2b79d3ca [2021-02-18T00:46:38.740Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:46:38.740Z] ---> Running in 0db24618f172 [2021-02-18T00:46:38.921Z] Staging go115 [2021-02-18T00:46:38.921Z] + snapcraftctl stage [2021-02-18T00:46:40.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:40.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:40.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T00:46:41.315Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:46:41.315Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:46:41.315Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:46:41.315Z] OK: 5 MiB in 16 packages [2021-02-18T00:46:43.313Z] Removing intermediate container afa83c37fa77 [2021-02-18T00:46:43.313Z] ---> 633c977754d0 [2021-02-18T00:46:43.313Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:46:43.589Z] ---> Running in 27ee5ddb77e6 [2021-02-18T00:46:44.189Z] Removing intermediate container 27ee5ddb77e6 [2021-02-18T00:46:44.189Z] ---> 39c208e596c2 [2021-02-18T00:46:44.189Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:46:44.205Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:46:44.205Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:46:44.205Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:46:44.205Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T00:46:44.205Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T00:46:44.205Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T00:46:44.205Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T00:46:44.205Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T00:46:44.205Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T00:46:44.205Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T00:46:44.205Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T00:46:44.205Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T00:46:44.205Z] Pulling edgex-go [2021-02-18T00:46:44.205Z] + snapcraftctl pull [2021-02-18T00:46:44.466Z] ---> Running in 239f907115a0 [2021-02-18T00:46:44.466Z] Pulling version [2021-02-18T00:46:44.725Z] + cd /root/project [2021-02-18T00:46:44.725Z] + [ -f VERSION ] [2021-02-18T00:46:44.725Z] + PROJECT_VERSION=local-dev [2021-02-18T00:46:44.725Z] + git rev-parse --short HEAD [2021-02-18T00:46:44.725Z] + GIT_REVISION=499cd667 [2021-02-18T00:46:44.725Z] + snapcraftctl set-version local-dev [2021-02-18T00:46:45.076Z] Removing intermediate container 239f907115a0 [2021-02-18T00:46:45.076Z] ---> ade4ccea85a5 [2021-02-18T00:46:45.076Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:46:45.368Z] ---> Running in 08472f7ba527 [2021-02-18T00:46:45.666Z] Building config-common [2021-02-18T00:46:45.666Z] + snapcraftctl build [2021-02-18T00:46:46.825Z] Removing intermediate container 0db24618f172 [2021-02-18T00:46:46.825Z] ---> 5eb49d33d091 [2021-02-18T00:46:46.825Z] [2021-02-18T00:46:46.825Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:46:46.825Z] 20.10.0: Pulling from library/docker [2021-02-18T00:46:47.576Z] Skipping build go-build-helper (already ran) [2021-02-18T00:46:47.576Z] Skipping build static-packages (already ran) [2021-02-18T00:46:47.576Z] Skipping build go115 (already ran) [2021-02-18T00:46:47.576Z] Building edgex-go [2021-02-18T00:46:47.835Z] + 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-02-18T00:46:47.835Z] + cd /root/parts/edgex-go/src [2021-02-18T00:46:47.835Z] + make build [2021-02-18T00:46:47.835Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T00:46:49.221Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T00:46:49.221Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-18T00:46:49.221Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T00:46:49.221Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T00:46:49.221Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-18T00:46:49.221Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 [2021-02-18T00:46:49.221Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T00:46:49.221Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-18T00:46:49.221Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-18T00:46:49.221Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T00:46:49.221Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T00:46:49.221Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T00:46:49.221Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T00:46:49.221Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T00:46:49.222Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T00:46:49.222Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T00:46:49.222Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T00:46:49.222Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T00:46:49.222Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T00:46:49.222Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T00:46:49.222Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T00:46:49.222Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T00:46:49.222Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T00:46:49.222Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-18T00:46:49.481Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-18T00:46:49.481Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T00:46:49.481Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T00:46:49.481Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T00:46:49.481Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T00:46:49.481Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T00:46:49.481Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T00:46:49.481Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T00:46:49.481Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T00:46:49.481Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T00:46:49.481Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T00:46:49.481Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T00:46:49.481Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T00:46:49.742Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T00:46:49.742Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T00:46:51.399Z] Removing intermediate container 08472f7ba527 [2021-02-18T00:46:51.399Z] ---> 6b30a8205ea4 [2021-02-18T00:46:51.399Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:46:52.380Z] ---> Running in 0b48559f6c4f [2021-02-18T00:46:53.819Z] Removing intermediate container 0b48559f6c4f [2021-02-18T00:46:53.819Z] ---> 7db5bdcd6e83 [2021-02-18T00:46:53.819Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:46:56.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T00:46:56.316Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T00:46:56.447Z] ---> 43b0002d6ba3 [2021-02-18T00:46:56.447Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:46:56.728Z] ---> Running in 170ff670ee1e [2021-02-18T00:46:56.998Z] Removing intermediate container 38046ec141b8 [2021-02-18T00:46:56.998Z] ---> 54cc5bc2e2c6 [2021-02-18T00:46:56.998Z] [2021-02-18T00:46:56.998Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:46:56.998Z] ---> afeebe901d6b [2021-02-18T00:46:56.998Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:46:57.601Z] Removing intermediate container f9350509ad90 [2021-02-18T00:46:57.601Z] ---> 9f919b529d7a [2021-02-18T00:46:57.601Z] [2021-02-18T00:46:57.601Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:46:57.601Z] ---> afeebe901d6b [2021-02-18T00:46:57.601Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:46:57.876Z] ---> Running in 7505a94cc68c [2021-02-18T00:46:58.153Z] ---> Running in 76c609e7b111 [2021-02-18T00:46:59.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T00:47:00.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:00.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:00.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:00.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:01.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T00:47:01.288Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:01.288Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:01.288Z] OK: 5 MiB in 15 packages [2021-02-18T00:47:01.288Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:01.288Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:01.288Z] OK: 5 MiB in 15 packages [2021-02-18T00:47:01.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T00:47:02.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T00:47:02.236Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T00:47:02.495Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T00:47:02.495Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T00:47:02.495Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T00:47:03.276Z] Removing intermediate container 170ff670ee1e [2021-02-18T00:47:03.276Z] ---> 913af6f784e5 [2021-02-18T00:47:03.276Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:03.872Z] ---> 16b441995410 [2021-02-18T00:47:03.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T00:47:04.135Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T00:47:04.135Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T00:47:04.143Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:47:04.143Z] Removing intermediate container fdf05b4902ae [2021-02-18T00:47:04.143Z] ---> 781482ef10b2 [2021-02-18T00:47:04.143Z] [2021-02-18T00:47:04.143Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:47:04.143Z] ---> afeebe901d6b [2021-02-18T00:47:04.143Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:47:04.415Z] ---> Running in e0f1beeb0711 [2021-02-18T00:47:04.415Z] Removing intermediate container 7505a94cc68c [2021-02-18T00:47:04.415Z] ---> 1c5327b684a0 [2021-02-18T00:47:04.415Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:47:04.685Z] Removing intermediate container 76c609e7b111 [2021-02-18T00:47:04.686Z] ---> fe8ef96facd6 [2021-02-18T00:47:04.686Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:47:04.959Z] ---> Running in 64805f1690f5 [2021-02-18T00:47:04.959Z] ---> Running in f10e1fa2101c [2021-02-18T00:47:05.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T00:47:05.553Z] ---> 3bebc28e449f [2021-02-18T00:47:05.553Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:47:05.553Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:47:05.553Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:47:05.553Z] ---> eeaf43b92773 [2021-02-18T00:47:05.553Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:47:05.823Z] Removing intermediate container f10e1fa2101c [2021-02-18T00:47:05.823Z] ---> fa9bbbf39de6 [2021-02-18T00:47:05.823Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:47:05.823Z] Removing intermediate container 64805f1690f5 [2021-02-18T00:47:05.823Z] ---> 3f3a737c3800 [2021-02-18T00:47:05.823Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:47:05.823Z] ---> Running in 38a2daef69b1 [2021-02-18T00:47:05.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:06.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T00:47:06.017Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T00:47:06.098Z] ---> Running in c3cfd4a6a0a5 [2021-02-18T00:47:06.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:06.098Z] ---> Running in 0154e7eb7912 [2021-02-18T00:47:06.691Z] ---> 6abacf16334c [2021-02-18T00:47:06.691Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:47:06.691Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:06.691Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:06.691Z] OK: 5 MiB in 15 packages [2021-02-18T00:47:06.964Z] Removing intermediate container c3cfd4a6a0a5 [2021-02-18T00:47:06.964Z] ---> 7e43851d615d [2021-02-18T00:47:06.964Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:47:06.964Z] Removing intermediate container 0154e7eb7912 [2021-02-18T00:47:06.964Z] ---> c827fb664a0e [2021-02-18T00:47:06.964Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:47:07.239Z] ---> Running in c6b8cd8af1ec [2021-02-18T00:47:07.239Z] ---> Running in 930384b7750e [2021-02-18T00:47:07.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T00:47:07.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:07.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:07.782Z] Removing intermediate container c6b8cd8af1ec [2021-02-18T00:47:07.782Z] ---> 008a5ad35a98 [2021-02-18T00:47:07.782Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:07.782Z] ---> 3aa9fdde31f4 [2021-02-18T00:47:07.782Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:47:07.782Z] Removing intermediate container 930384b7750e [2021-02-18T00:47:07.782Z] ---> fba19e682518 [2021-02-18T00:47:07.782Z] Step 15/23 : WORKDIR / [2021-02-18T00:47:07.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:47:07.971Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T00:47:08.053Z] ---> Running in 91b11dc5e2ce [2021-02-18T00:47:08.326Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:47:08.326Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:47:08.326Z] ---> Running in 0b1c570ef758 [2021-02-18T00:47:08.326Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:47:08.326Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:08.326Z] Removing intermediate container e0f1beeb0711 [2021-02-18T00:47:08.326Z] ---> 3e4eee16510b [2021-02-18T00:47:08.326Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:47:08.326Z] OK: 12 MiB in 22 packages [2021-02-18T00:47:08.599Z] ---> Running in 4d6c96bac80c [2021-02-18T00:47:08.870Z] Removing intermediate container 0b1c570ef758 [2021-02-18T00:47:08.870Z] ---> 4a9b550aaa9c [2021-02-18T00:47:08.870Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:47:08.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T00:47:09.143Z] ---> fd412dda771c [2021-02-18T00:47:09.143Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:47:09.143Z] Removing intermediate container 91b11dc5e2ce [2021-02-18T00:47:09.143Z] ---> 049ce555de29 [2021-02-18T00:47:09.143Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:09.169Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T00:47:09.419Z] Removing intermediate container 4d6c96bac80c [2021-02-18T00:47:09.419Z] ---> 495a566d6831 [2021-02-18T00:47:09.419Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:47:09.694Z] ---> Running in 3d72c81bb7db [2021-02-18T00:47:10.286Z] ---> 620ee56dd5d7 [2021-02-18T00:47:10.286Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:47:10.555Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T00:47:10.555Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T00:47:10.555Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T00:47:10.555Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T00:47:10.555Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T00:47:10.555Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T00:47:10.555Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T00:47:10.555Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T00:47:10.555Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T00:47:10.555Z] + 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-02-18T00:47:10.555Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T00:47:10.555Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-18T00:47:10.555Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T00:47:10.559Z] Removing intermediate container 38a2daef69b1 [2021-02-18T00:47:10.559Z] ---> 21c171097551 [2021-02-18T00:47:10.559Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:47:10.815Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T00:47:10.815Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T00:47:10.815Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T00:47:10.815Z] + 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-02-18T00:47:10.829Z] ---> cb798a6efb8c [2021-02-18T00:47:10.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:10.829Z] ---> Running in 6fc7b1e41a2e [2021-02-18T00:47:10.829Z] ---> 076ab0d88cc5 [2021-02-18T00:47:10.829Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:47:10.829Z] Removing intermediate container 3d72c81bb7db [2021-02-18T00:47:10.829Z] ---> 7df768945efb [2021-02-18T00:47:10.829Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:47:11.102Z] ---> Running in a6ff7b37bd9d [2021-02-18T00:47:11.102Z] ---> Running in baa7aacba951 [2021-02-18T00:47:11.700Z] Removing intermediate container a6ff7b37bd9d [2021-02-18T00:47:11.700Z] ---> c7a424e894c6 [2021-02-18T00:47:11.700Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:47:11.754Z] Building version [2021-02-18T00:47:11.754Z] + snapcraftctl build [2021-02-18T00:47:11.969Z] Removing intermediate container baa7aacba951 [2021-02-18T00:47:11.969Z] ---> aafb799d9868 [2021-02-18T00:47:11.969Z] Step 15/23 : WORKDIR / [2021-02-18T00:47:12.243Z] ---> 2b78c1eb5811 [2021-02-18T00:47:12.243Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:47:12.243Z] ---> Running in fbd4ffdf31a5 [2021-02-18T00:47:12.243Z] ---> Running in ebcc09882c8a [2021-02-18T00:47:12.515Z] ---> Running in eaee2624c905 [2021-02-18T00:47:12.515Z] ---> 4d3ed5a37456 [2021-02-18T00:47:12.515Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:13.107Z] Removing intermediate container fbd4ffdf31a5 [2021-02-18T00:47:13.107Z] ---> 925331c328ba [2021-02-18T00:47:13.107Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:47:13.107Z] Removing intermediate container ebcc09882c8a [2021-02-18T00:47:13.107Z] ---> 142e2280799c [2021-02-18T00:47:13.107Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:13.386Z] ---> Running in fed4d8601190 [2021-02-18T00:47:13.386Z] Removing intermediate container eaee2624c905 [2021-02-18T00:47:13.386Z] ---> 1ef571612776 [2021-02-18T00:47:13.386Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:13.386Z] ---> Running in 350e16c549d4 [2021-02-18T00:47:13.656Z] ---> 65047117cf08 [2021-02-18T00:47:13.656Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:47:13.665Z] Staging config-common [2021-02-18T00:47:13.666Z] + snapcraftctl stage [2021-02-18T00:47:13.931Z] ---> Running in 84b48be093f3 [2021-02-18T00:47:13.931Z] Removing intermediate container fed4d8601190 [2021-02-18T00:47:13.931Z] ---> b85e5f3f2d38 [2021-02-18T00:47:13.931Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:47:14.203Z] Removing intermediate container 350e16c549d4 [2021-02-18T00:47:14.203Z] ---> 63c277b70f61 [2021-02-18T00:47:14.203Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:47:14.203Z] Removing intermediate container 6fc7b1e41a2e [2021-02-18T00:47:14.203Z] ---> faa94e6ac4fa [2021-02-18T00:47:14.203Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:47:14.203Z] ---> 59529d10c906 [2021-02-18T00:47:14.203Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:47:14.483Z] ---> Running in 080575a74419 [2021-02-18T00:47:14.483Z] ---> Running in 471a2077f4a3 [2021-02-18T00:47:14.607Z] Skipping stage go-build-helper (already ran) [2021-02-18T00:47:14.607Z] Skipping stage static-packages (already ran) [2021-02-18T00:47:14.607Z] Skipping stage go115 (already ran) [2021-02-18T00:47:14.607Z] Staging edgex-go [2021-02-18T00:47:14.607Z] + snapcraftctl stage [2021-02-18T00:47:14.766Z] Removing intermediate container 84b48be093f3 [2021-02-18T00:47:14.766Z] ---> da511c449e99 [2021-02-18T00:47:14.766Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:15.363Z] ---> Running in dbd8def32d19 [2021-02-18T00:47:15.548Z] Staging version [2021-02-18T00:47:15.548Z] + snapcraftctl stage [2021-02-18T00:47:15.633Z] Removing intermediate container 471a2077f4a3 [2021-02-18T00:47:15.633Z] ---> 5b93ea4e8149 [2021-02-18T00:47:15.633Z] Step 21/22 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:47:15.633Z] Removing intermediate container 080575a74419 [2021-02-18T00:47:15.633Z] ---> c575cab6fdc9 [2021-02-18T00:47:15.633Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:47:15.633Z] ---> cfc44d12ae8f [2021-02-18T00:47:15.633Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:15.907Z] ---> 3c15cc15c6d7 [2021-02-18T00:47:15.907Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:15.907Z] ---> Running in f9cdf363481f [2021-02-18T00:47:16.179Z] ---> Running in 0be00bd5c870 [2021-02-18T00:47:16.180Z] Removing intermediate container dbd8def32d19 [2021-02-18T00:47:16.180Z] ---> 2d5ad9cfd6b6 [2021-02-18T00:47:16.180Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:47:16.180Z] ---> Running in c32a0993734a [2021-02-18T00:47:16.454Z] Removing intermediate container f9cdf363481f [2021-02-18T00:47:16.454Z] ---> 7c71c7983e6d [2021-02-18T00:47:16.454Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:47:16.489Z] Priming config-common [2021-02-18T00:47:16.489Z] + snapcraftctl prime [2021-02-18T00:47:16.725Z] ---> Running in 5d0ef4944536 [2021-02-18T00:47:16.725Z] Removing intermediate container 0be00bd5c870 [2021-02-18T00:47:16.725Z] ---> 8dffdd71aa94 [2021-02-18T00:47:16.725Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T00:47:17.002Z] ---> 07145d1d8883 [2021-02-18T00:47:17.002Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:47:17.002Z] ---> ad12a7e16503 [2021-02-18T00:47:17.002Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:47:17.002Z] Removing intermediate container c32a0993734a [2021-02-18T00:47:17.002Z] ---> 64a66725f24d [2021-02-18T00:47:17.002Z] Step 22/23 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:47:17.067Z] Priming go-build-helper [2021-02-18T00:47:17.277Z] ---> Running in 353f26de5680 [2021-02-18T00:47:17.330Z] + snapcraftctl prime [2021-02-18T00:47:17.551Z] ---> Running in 4e40f4e43c86 [2021-02-18T00:47:17.551Z] ---> Running in de366c15c92f [2021-02-18T00:47:17.551Z] Removing intermediate container 5d0ef4944536 [2021-02-18T00:47:17.551Z] ---> fbb7f25d3fcf [2021-02-18T00:47:17.551Z] [2021-02-18T00:47:18.153Z] Successfully built fbb7f25d3fcf [2021-02-18T00:47:18.153Z] ---> 55713371680f [2021-02-18T00:47:18.153Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:47:18.153Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T00:47:18.153Z] Building docker-security-secretstore-setup-go [2021-02-18T00:47:18.268Z] Priming static-packages [2021-02-18T00:47:18.268Z] + snapcraftctl prime [2021-02-18T00:47:18.436Z]  Building docker-support-scheduler-go ... done Removing intermediate container 353f26de5680 [2021-02-18T00:47:18.436Z] ---> f79ebae7fbac [2021-02-18T00:47:18.436Z] Step 29/30 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:47:18.436Z] ---> Running in 3ead7643e9a5 [2021-02-18T00:47:18.436Z] Removing intermediate container de366c15c92f [2021-02-18T00:47:18.436Z] ---> 57a4530c2b31 [2021-02-18T00:47:18.436Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:47:18.436Z] Removing intermediate container 4e40f4e43c86 [2021-02-18T00:47:18.436Z] ---> 0c1860af211e [2021-02-18T00:47:18.436Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:19.028Z] ---> Running in c6ab8c35ed11 [2021-02-18T00:47:19.028Z] ---> Running in b6539b71e415 [2021-02-18T00:47:19.028Z] ---> Running in 162864b90aeb [2021-02-18T00:47:19.630Z] Removing intermediate container c6ab8c35ed11 [2021-02-18T00:47:19.630Z] ---> dc502338a375 [2021-02-18T00:47:19.630Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:47:20.012Z] Removing intermediate container b6539b71e415 [2021-02-18T00:47:20.012Z] ---> da1bd6d1c2cf [2021-02-18T00:47:20.012Z] [2021-02-18T00:47:20.012Z] Removing intermediate container 162864b90aeb [2021-02-18T00:47:20.012Z] ---> a87a7d02b172 [2021-02-18T00:47:20.012Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:47:20.177Z] Priming go115 [2021-02-18T00:47:20.177Z] + snapcraftctl prime [2021-02-18T00:47:20.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:20.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:47:20.303Z] ---> Running in 39ceef744bb4 [2021-02-18T00:47:20.579Z] Successfully built da1bd6d1c2cf [2021-02-18T00:47:20.854Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T00:47:20.854Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-18T00:47:20.854Z] ---> Running in 560423220b1b [2021-02-18T00:47:20.854Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:47:20.854Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:47:20.854Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:47:20.854Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:47:20.854Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:47:20.854Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:47:21.117Z] Priming edgex-go [2021-02-18T00:47:21.117Z] + snapcraftctl prime [2021-02-18T00:47:21.127Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:47:21.402Z] Removing intermediate container 39ceef744bb4 [2021-02-18T00:47:21.403Z] ---> 670a74643025 [2021-02-18T00:47:21.403Z] [2021-02-18T00:47:21.675Z] Removing intermediate container 560423220b1b [2021-02-18T00:47:21.675Z] ---> 572aae3ab770 [2021-02-18T00:47:21.675Z] Step 22/23 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:47:21.675Z] Successfully built 670a74643025 [2021-02-18T00:47:21.957Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T00:47:21.957Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-02-18T00:47:21.957Z] ---> Running in 7309371fddcc [2021-02-18T00:47:22.499Z] Priming version [2021-02-18T00:47:22.499Z] + snapcraftctl prime [2021-02-18T00:47:22.936Z] Removing intermediate container 7309371fddcc [2021-02-18T00:47:22.936Z] ---> 8bf56fe97f32 [2021-02-18T00:47:22.936Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:47:22.936Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:47:22.936Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:47:22.936Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:47:22.936Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:47:22.936Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:47:22.936Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:47:22.936Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:47:23.070Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-18T00:47:23.206Z] ---> Running in 9beba4c196f7 [2021-02-18T00:47:23.206Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:47:23.206Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:47:23.206Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:47:23.206Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:47:23.206Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:47:23.206Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:47:23.206Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:47:23.206Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:47:23.206Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:47:23.206Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:47:23.477Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:47:23.477Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:47:23.477Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:47:23.477Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:47:23.477Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:47:23.477Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:47:23.477Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:47:23.477Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:47:23.477Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:47:23.747Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:23.747Z] OK: 71 MiB in 55 packages [2021-02-18T00:47:24.024Z] Removing intermediate container 9beba4c196f7 [2021-02-18T00:47:24.024Z] ---> 1b446a9755ab [2021-02-18T00:47:24.024Z] [2021-02-18T00:47:24.319Z] Successfully built 1b446a9755ab [2021-02-18T00:47:24.909Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T00:47:24.909Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T00:47:33.203Z] Removing intermediate container 3ead7643e9a5 [2021-02-18T00:47:33.203Z] ---> b49adf5c3a52 [2021-02-18T00:47:33.203Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:47:33.203Z] ---> Running in ca8545ae3f84 [2021-02-18T00:47:38.610Z] Collecting docker-compose==1.23.2 [2021-02-18T00:47:38.610Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:47:39.588Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:47:39.588Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:47:42.211Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:47:42.211Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:47:43.182Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:47:43.182Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:47:43.772Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:47:43.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:47:44.744Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:47:44.744Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:47:44.744Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:47:45.015Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:47:46.992Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:47:46.992Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:47:48.965Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T00:47:49.564Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:47:49.564Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:47:50.549Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:47:50.549Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:47:53.936Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T00:47:54.919Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:47:54.919Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:47:55.190Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:47:55.190Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:47:55.464Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T00:47:55.738Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:47:55.738Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:47:55.738Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:47:55.738Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:47:55.738Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:47:55.738Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:47:56.799Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2021-02-18T00:47:57.179Z] Running setup.py install for texttable: started [2021-02-18T00:47:59.317Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:47:59.605Z] Attempting uninstall: urllib3 [2021-02-18T00:47:59.605Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:47:59.605Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:47:59.878Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:48:00.479Z] Attempting uninstall: idna [2021-02-18T00:48:00.479Z] Found existing installation: idna 2.9 [2021-02-18T00:48:00.479Z] Uninstalling idna-2.9: [2021-02-18T00:48:00.752Z] Successfully uninstalled idna-2.9 [2021-02-18T00:48:01.349Z] Attempting uninstall: requests [2021-02-18T00:48:01.349Z] Found existing installation: requests 2.23.0 [2021-02-18T00:48:01.349Z] Uninstalling requests-2.23.0: [2021-02-18T00:48:01.621Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:48:03.076Z] Running setup.py install for dockerpty: started [2021-02-18T00:48:04.519Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:04.519Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:04.519Z] ---> c2d8eeb2ec70 [2021-02-18T00:48:04.519Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:48:04.519Z] ---> Using cache [2021-02-18T00:48:04.519Z] ---> 7671961649e5 [2021-02-18T00:48:04.519Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:04.519Z] ---> Using cache [2021-02-18T00:48:04.519Z] ---> a8017b41eb46 [2021-02-18T00:48:04.519Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:48:04.519Z] ---> Using cache [2021-02-18T00:48:04.519Z] ---> 60532e6ecb6e [2021-02-18T00:48:04.519Z] Step 6/24 : COPY go.mod . [2021-02-18T00:48:04.519Z] ---> Using cache [2021-02-18T00:48:04.519Z] ---> bfa6da6569c5 [2021-02-18T00:48:04.519Z] Step 7/24 : RUN go mod download [2021-02-18T00:48:04.519Z] ---> Using cache [2021-02-18T00:48:04.519Z] ---> 05a41ad6bb76 [2021-02-18T00:48:04.519Z] Step 8/24 : COPY . . [2021-02-18T00:48:04.519Z] ---> Using cache [2021-02-18T00:48:04.519Z] ---> 1a86d3a7dc37 [2021-02-18T00:48:04.519Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:48:05.986Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:48:05.986Z] Running setup.py install for docopt: started [2021-02-18T00:48:08.628Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:48:09.221Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:09.222Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:09.222Z] ---> c2d8eeb2ec70 [2021-02-18T00:48:09.222Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:48:09.222Z] ---> Using cache [2021-02-18T00:48:09.222Z] ---> 7671961649e5 [2021-02-18T00:48:09.222Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:09.222Z] ---> Using cache [2021-02-18T00:48:09.222Z] ---> a8017b41eb46 [2021-02-18T00:48:09.222Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:48:09.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:09.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:09.498Z] ---> c2d8eeb2ec70 [2021-02-18T00:48:09.498Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:48:09.498Z] ---> Using cache [2021-02-18T00:48:09.498Z] ---> 7671961649e5 [2021-02-18T00:48:09.498Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:09.498Z] ---> Using cache [2021-02-18T00:48:09.498Z] ---> a8017b41eb46 [2021-02-18T00:48:09.498Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:48:09.770Z] Running setup.py install for PyYAML: started [2021-02-18T00:48:10.371Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:10.371Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:10.371Z] ---> c2d8eeb2ec70 [2021-02-18T00:48:10.371Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:48:10.371Z] ---> Using cache [2021-02-18T00:48:10.371Z] ---> 7671961649e5 [2021-02-18T00:48:10.371Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:10.371Z] ---> Using cache [2021-02-18T00:48:10.371Z] ---> a8017b41eb46 [2021-02-18T00:48:10.371Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:48:10.371Z] ---> Using cache [2021-02-18T00:48:10.371Z] ---> 60532e6ecb6e [2021-02-18T00:48:10.371Z] Step 6/21 : COPY go.mod . [2021-02-18T00:48:10.371Z] ---> Using cache [2021-02-18T00:48:10.371Z] ---> bfa6da6569c5 [2021-02-18T00:48:10.371Z] Step 7/21 : RUN go mod download [2021-02-18T00:48:10.371Z] ---> Using cache [2021-02-18T00:48:10.371Z] ---> 05a41ad6bb76 [2021-02-18T00:48:10.371Z] Step 8/21 : COPY . . [2021-02-18T00:48:10.646Z] ---> Using cache [2021-02-18T00:48:10.646Z] ---> 1a86d3a7dc37 [2021-02-18T00:48:10.646Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:48:11.631Z] ---> Running in f2b5add1f499 [2021-02-18T00:48:11.631Z] ---> Running in 3bfa30b6fba9 [2021-02-18T00:48:11.631Z] ---> Running in 81e5b80f6e89 [2021-02-18T00:48:11.631Z] ---> Running in e222a8907012 [2021-02-18T00:48:12.232Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:48:13.681Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T00:48:13.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:13.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T00:48:13.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:13.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T00:48:14.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:14.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:15.113Z] OK: 217 MiB in 51 packages [2021-02-18T00:48:15.729Z] OK: 217 MiB in 51 packages [2021-02-18T00:48:17.180Z] Removing intermediate container f2b5add1f499 [2021-02-18T00:48:17.180Z] ---> c50fd19626a9 [2021-02-18T00:48:17.180Z] Step 6/23 : COPY go.mod . [2021-02-18T00:48:17.801Z] Removing intermediate container 3bfa30b6fba9 [2021-02-18T00:48:17.801Z] ---> fc5668679864 [2021-02-18T00:48:17.801Z] Step 6/22 : COPY go.mod . [2021-02-18T00:48:19.804Z] ---> 40913234e5ed [2021-02-18T00:48:19.804Z] Step 7/23 : RUN go mod download [2021-02-18T00:48:19.804Z] ---> 25f4179f3bd3 [2021-02-18T00:48:19.804Z] Step 7/22 : RUN go mod download [2021-02-18T00:48:19.804Z] ---> Running in 657957940faa [2021-02-18T00:48:20.079Z] ---> Running in 7332687f9a9e [2021-02-18T00:48:20.353Z] Removing intermediate container ca8545ae3f84 [2021-02-18T00:48:20.353Z] ---> 2cab45b6faff [2021-02-18T00:48:20.353Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:48:20.631Z] ---> Running in 90262b6fee85 [2021-02-18T00:48:23.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:23.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:24.125Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:48:24.125Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:48:24.125Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:48:24.403Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:24.403Z] OK: 71 MiB in 58 packages [2021-02-18T00:48:25.388Z] Removing intermediate container 657957940faa [2021-02-18T00:48:25.388Z] ---> e216438c9474 [2021-02-18T00:48:25.388Z] Step 8/23 : COPY . . [2021-02-18T00:48:25.990Z] Removing intermediate container 7332687f9a9e [2021-02-18T00:48:25.990Z] ---> ec3c69732bbb [2021-02-18T00:48:25.990Z] Step 8/22 : COPY . . [2021-02-18T00:48:26.599Z] Removing intermediate container 90262b6fee85 [2021-02-18T00:48:26.599Z] ---> 0e8909cbf3c4 [2021-02-18T00:48:26.599Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:48:26.874Z] ---> Running in 871f3edad02e [2021-02-18T00:48:28.316Z] Removing intermediate container 871f3edad02e [2021-02-18T00:48:28.316Z] ---> 9b0869c8138d [2021-02-18T00:48:28.316Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:48:28.921Z] ---> Running in 28f3dd468903 [2021-02-18T00:48:30.385Z] Removing intermediate container 28f3dd468903 [2021-02-18T00:48:30.385Z] ---> 997a324797eb [2021-02-18T00:48:30.385Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T00:48:30.994Z] ---> Running in 41ce65c6fef0 [2021-02-18T00:48:32.464Z] Removing intermediate container 41ce65c6fef0 [2021-02-18T00:48:32.464Z] ---> 8944cdbedef9 [2021-02-18T00:48:32.464Z] Step 25/26 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:48:32.464Z] ---> Running in 3bb43ccf2df0 [2021-02-18T00:48:33.919Z] Removing intermediate container 3bb43ccf2df0 [2021-02-18T00:48:33.919Z] ---> d06c779a4c42 [2021-02-18T00:48:33.919Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:48:34.195Z] ---> Running in 8587046febd9 [2021-02-18T00:48:35.182Z] Removing intermediate container 8587046febd9 [2021-02-18T00:48:35.182Z] ---> 5550bf6560ff [2021-02-18T00:48:35.182Z] [2021-02-18T00:48:36.619Z] Successfully built 5550bf6560ff [2021-02-18T00:48:36.619Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T00:48:54.949Z]  Building docker-sys-mgmt-agent-go ... done  ---> 5120dbab41b4 [2021-02-18T00:48:54.949Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:48:54.949Z] ---> 733a005cc1d7 [2021-02-18T00:48:54.949Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:48:54.949Z] ---> Running in 4f0e845bb915 [2021-02-18T00:48:54.949Z] ---> Running in 59e6d1f4e563 [2021-02-18T00:48:56.941Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T00:48:56.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-02-18T00:49:05.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T00:49:06.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T00:49:19.117Z] Removing intermediate container 81e5b80f6e89 [2021-02-18T00:49:19.117Z] ---> edbdf2f4abb8 [2021-02-18T00:49:19.117Z] [2021-02-18T00:49:19.117Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:49:19.117Z] ---> afeebe901d6b [2021-02-18T00:49:19.117Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:49:19.117Z] ---> Running in f7350ec83f4c [2021-02-18T00:49:21.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:21.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:21.378Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:49:21.652Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:49:21.652Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:49:21.653Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:49:21.653Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:49:21.653Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:49:21.653Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:49:22.136Z] OK: 7 MiB in 19 packages [2021-02-18T00:49:23.364Z] Removing intermediate container e222a8907012 [2021-02-18T00:49:23.364Z] ---> b145109b91c8 [2021-02-18T00:49:23.364Z] [2021-02-18T00:49:23.364Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:49:23.364Z] ---> afeebe901d6b [2021-02-18T00:49:23.364Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:49:23.656Z] ---> Running in 1bf174efd892 [2021-02-18T00:49:25.666Z] Removing intermediate container f7350ec83f4c [2021-02-18T00:49:25.666Z] ---> b0913995e1d9 [2021-02-18T00:49:25.666Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:49:25.666Z] ---> Running in 06c1acf8e8e2 [2021-02-18T00:49:25.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:26.485Z] Removing intermediate container 06c1acf8e8e2 [2021-02-18T00:49:26.485Z] ---> e90ae92ec5f2 [2021-02-18T00:49:26.485Z] Step 13/24 : WORKDIR / [2021-02-18T00:49:26.766Z] ---> Running in 3009ec2b2a34 [2021-02-18T00:49:27.041Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:49:27.041Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:49:27.041Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:49:27.041Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:49:27.315Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:49:27.315Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:49:27.600Z] Removing intermediate container 3009ec2b2a34 [2021-02-18T00:49:27.600Z] ---> 44955d35da29 [2021-02-18T00:49:27.600Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T00:49:27.600Z] OK: 7 MiB in 18 packages [2021-02-18T00:49:29.046Z] ---> e5c71942f9c8 [2021-02-18T00:49:29.046Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T00:49:30.492Z] Removing intermediate container 1bf174efd892 [2021-02-18T00:49:30.492Z] ---> b6f791795b80 [2021-02-18T00:49:30.492Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:49:30.492Z] ---> f09fa47f011e [2021-02-18T00:49:30.492Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:49:30.492Z] ---> Running in 26547df4afa7 [2021-02-18T00:49:31.482Z] Removing intermediate container 26547df4afa7 [2021-02-18T00:49:31.482Z] ---> fc31aec82b70 [2021-02-18T00:49:31.482Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:49:31.482Z] ---> Running in 9ac841d35482 [2021-02-18T00:49:31.762Z] ---> 0084f926d224 [2021-02-18T00:49:31.762Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:49:32.363Z] Removing intermediate container 9ac841d35482 [2021-02-18T00:49:32.363Z] ---> 2c181d2f7e4d [2021-02-18T00:49:32.363Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:49:34.348Z] ---> f28b5aaccf18 [2021-02-18T00:49:34.348Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:49:34.348Z] ---> 3219578e0347 [2021-02-18T00:49:34.348Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:49:36.345Z] ---> 4653b80589b0 [2021-02-18T00:49:36.345Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:49:36.345Z] ---> 3d0a1cf86e99 [2021-02-18T00:49:36.345Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:49:37.786Z] ---> 7f4158195025 [2021-02-18T00:49:38.062Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T00:49:38.337Z] ---> Running in 9b4d9d7e315d [2021-02-18T00:49:38.614Z] ---> 5abcbc41dd62 [2021-02-18T00:49:38.614Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:49:38.901Z] ---> Running in e55f9655f6eb [2021-02-18T00:49:39.533Z] Removing intermediate container e55f9655f6eb [2021-02-18T00:49:39.533Z] ---> f3eb1570c18b [2021-02-18T00:49:39.533Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:49:39.809Z] ---> Running in ac20d886688a [2021-02-18T00:49:40.794Z] Removing intermediate container ac20d886688a [2021-02-18T00:49:40.794Z] ---> dca49a519fbf [2021-02-18T00:49:40.794Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T00:49:41.075Z] ---> Running in 925ee9a36526 [2021-02-18T00:49:42.068Z] Removing intermediate container 925ee9a36526 [2021-02-18T00:49:42.068Z] ---> 1cf067723a9f [2021-02-18T00:49:42.068Z] Step 20/21 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:49:42.068Z] ---> Running in 80f171f7d9a9 [2021-02-18T00:49:42.342Z] Removing intermediate container 9b4d9d7e315d [2021-02-18T00:49:42.342Z] ---> adf4b30be640 [2021-02-18T00:49:42.342Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:49:42.615Z] ---> Running in 3efad1fd4dfb [2021-02-18T00:49:42.889Z] Removing intermediate container 80f171f7d9a9 [2021-02-18T00:49:42.889Z] ---> ca26345d1b35 [2021-02-18T00:49:42.889Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:49:42.889Z] ---> Running in 856754637d1d [2021-02-18T00:49:43.486Z] Removing intermediate container 3efad1fd4dfb [2021-02-18T00:49:43.486Z] ---> eec6fc4358b3 [2021-02-18T00:49:43.486Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T00:49:43.486Z] ---> Running in 183ec4a35050 [2021-02-18T00:49:43.761Z] Removing intermediate container 856754637d1d [2021-02-18T00:49:43.761Z] ---> c48e1ab44ab0 [2021-02-18T00:49:43.761Z] [2021-02-18T00:49:44.362Z] Successfully built c48e1ab44ab0 [2021-02-18T00:49:44.362Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T00:49:44.362Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 183ec4a35050 [2021-02-18T00:49:44.362Z] ---> cd102f22a5ec [2021-02-18T00:49:44.362Z] Step 23/24 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:49:44.638Z] ---> Running in 8ef022450485 [2021-02-18T00:49:45.237Z] Removing intermediate container 8ef022450485 [2021-02-18T00:49:45.238Z] ---> 5c1bdfa13a9f [2021-02-18T00:49:45.238Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:49:45.512Z] ---> Running in bd9381b7cd43 [2021-02-18T00:49:46.133Z] Removing intermediate container bd9381b7cd43 [2021-02-18T00:49:46.133Z] ---> f65560c8a61d [2021-02-18T00:49:46.133Z] [2021-02-18T00:49:46.743Z] Successfully built f65560c8a61d [2021-02-18T00:49:46.743Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T00:50:08.930Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 59e6d1f4e563 [2021-02-18T00:50:08.930Z] ---> 1d7fe13c6781 [2021-02-18T00:50:08.930Z] [2021-02-18T00:50:08.930Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:50:08.930Z] ---> afeebe901d6b [2021-02-18T00:50:08.930Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:50:08.930Z] ---> Running in 5e36b762a1e5 [2021-02-18T00:50:08.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:08.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:09.205Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:50:09.205Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:50:09.205Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:09.205Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:50:09.483Z] OK: 6 MiB in 16 packages [2021-02-18T00:50:11.461Z] Removing intermediate container 5e36b762a1e5 [2021-02-18T00:50:11.461Z] ---> 054df66e110f [2021-02-18T00:50:11.461Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:50:11.461Z] ---> Running in 3e22ceb1d505 [2021-02-18T00:50:12.057Z] Removing intermediate container 3e22ceb1d505 [2021-02-18T00:50:12.057Z] ---> acb6f5b94316 [2021-02-18T00:50:12.057Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:50:12.057Z] ---> Running in 291a6c00f147 [2021-02-18T00:50:13.037Z] Removing intermediate container 291a6c00f147 [2021-02-18T00:50:13.037Z] ---> a67961c115d2 [2021-02-18T00:50:13.037Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:50:13.037Z] ---> Running in 3679f2966678 [2021-02-18T00:50:14.021Z] Removing intermediate container 3679f2966678 [2021-02-18T00:50:14.021Z] ---> d4786ffeeb54 [2021-02-18T00:50:14.021Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:50:14.620Z] Removing intermediate container 4f0e845bb915 [2021-02-18T00:50:14.620Z] ---> 6ffa65714dde [2021-02-18T00:50:14.620Z] [2021-02-18T00:50:14.620Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:50:14.620Z] ---> afeebe901d6b [2021-02-18T00:50:14.620Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:50:14.620Z] ---> Running in c0ae8a763c7b [2021-02-18T00:50:14.620Z] ---> 9ebec1bb70ea [2021-02-18T00:50:14.620Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:50:15.214Z] Removing intermediate container c0ae8a763c7b [2021-02-18T00:50:15.214Z] ---> 917c217a2b98 [2021-02-18T00:50:15.214Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:50:15.488Z] ---> Running in a097166f02c2 [2021-02-18T00:50:15.764Z] ---> a02a3fb144f7 [2021-02-18T00:50:15.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:50:16.041Z] Removing intermediate container a097166f02c2 [2021-02-18T00:50:16.041Z] ---> 9639353369a7 [2021-02-18T00:50:16.041Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:50:16.041Z] ---> Running in 49da51451114 [2021-02-18T00:50:16.643Z] Removing intermediate container 49da51451114 [2021-02-18T00:50:16.643Z] ---> 8f739ec1d2f8 [2021-02-18T00:50:16.643Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:50:16.643Z] ---> f9994648f752 [2021-02-18T00:50:16.643Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:50:16.643Z] ---> Running in 6d97d660110d [2021-02-18T00:50:16.643Z] ---> Running in e8e85da1cb1b [2021-02-18T00:50:17.236Z] Removing intermediate container e8e85da1cb1b [2021-02-18T00:50:17.236Z] ---> 1b3ef2f321db [2021-02-18T00:50:17.236Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:50:17.505Z] ---> Running in 76df54bdf472 [2021-02-18T00:50:17.775Z] Removing intermediate container 76df54bdf472 [2021-02-18T00:50:17.775Z] ---> 4f89d2ceddbb [2021-02-18T00:50:17.775Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:50:18.047Z] ---> Running in 5b9d3915206b [2021-02-18T00:50:18.644Z] Removing intermediate container 5b9d3915206b [2021-02-18T00:50:18.644Z] ---> 4e4f01d74ae0 [2021-02-18T00:50:18.644Z] Step 21/22 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:50:18.644Z] ---> Running in 551012398a48 [2021-02-18T00:50:18.930Z] Removing intermediate container 6d97d660110d [2021-02-18T00:50:18.930Z] ---> 851f6791e1cb [2021-02-18T00:50:18.930Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:50:18.930Z] ---> Running in 98f51c472652 [2021-02-18T00:50:19.203Z] Removing intermediate container 551012398a48 [2021-02-18T00:50:19.203Z] ---> b5db444acecb [2021-02-18T00:50:19.203Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:50:19.476Z] ---> Running in 1dd0b7593bbd [2021-02-18T00:50:20.071Z] Removing intermediate container 1dd0b7593bbd [2021-02-18T00:50:20.071Z] ---> 04e08feee00d [2021-02-18T00:50:20.071Z] [2021-02-18T00:50:20.341Z] Successfully built 04e08feee00d [2021-02-18T00:50:20.341Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T00:50:20.341Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:21.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:23.190Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:50:23.190Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:50:23.190Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:50:23.461Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:50:24.052Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:50:24.052Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:50:24.323Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:24.323Z] OK: 8 MiB in 20 packages [2021-02-18T00:50:25.302Z] Removing intermediate container 98f51c472652 [2021-02-18T00:50:25.302Z] ---> 762abe75cfd0 [2021-02-18T00:50:25.302Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:50:26.282Z] ---> 0d204c3b4b80 [2021-02-18T00:50:26.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:50:27.728Z] ---> 35bc4e00e585 [2021-02-18T00:50:27.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:50:28.322Z] ---> ec49556965b6 [2021-02-18T00:50:28.322Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:50:28.322Z] ---> Running in dd2019ab01c5 [2021-02-18T00:50:28.917Z] Removing intermediate container dd2019ab01c5 [2021-02-18T00:50:28.917Z] ---> ca30de3ecd90 [2021-02-18T00:50:28.917Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:50:28.917Z] ---> Running in 5a1c46cbbedb [2021-02-18T00:50:29.513Z] Removing intermediate container 5a1c46cbbedb [2021-02-18T00:50:29.513Z] ---> c41d6075030b [2021-02-18T00:50:29.513Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:50:29.513Z] ---> Running in dd1f22f6b1df [2021-02-18T00:50:30.107Z] Removing intermediate container dd1f22f6b1df [2021-02-18T00:50:30.107Z] ---> 82f4b6432346 [2021-02-18T00:50:30.107Z] Step 22/23 : LABEL git_sha=55326834ffc8ed0ef16efc4db2edace1313f2b8c [2021-02-18T00:50:30.107Z] ---> Running in 3d0ed3b9ca32 [2021-02-18T00:50:30.699Z] Removing intermediate container 3d0ed3b9ca32 [2021-02-18T00:50:30.700Z] ---> 84a79f715b31 [2021-02-18T00:50:30.700Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:50:30.700Z] ---> Running in ea6b5b22cc06 [2021-02-18T00:50:31.291Z] Removing intermediate container ea6b5b22cc06 [2021-02-18T00:50:31.291Z] ---> af8b4c4c43fc [2021-02-18T00:50:31.291Z] [2021-02-18T00:50:31.561Z] Successfully built af8b4c4c43fc [2021-02-18T00:50:31.561Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T00:50:32.170Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-18T00:50:32.172Z] $ docker stop --time=1 b422afad0b778d4e93392cb5597cbde11491373209b0b97280966b316b73a18c [2021-02-18T00:50:34.229Z] $ docker rm -f b422afad0b778d4e93392cb5597cbde11491373209b0b97280966b316b73a18c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:50:34.998Z] + docker images [2021-02-18T00:50:34.998Z] + grep docker [2021-02-18T00:50:35.277Z] docker-core-data-go-arm64 latest af8b4c4c43fc 5 seconds ago 21MB [2021-02-18T00:50:35.277Z] docker-support-notifications-go-arm64 latest 04e08feee00d 16 seconds ago 16.7MB [2021-02-18T00:50:35.277Z] docker-security-secretstore-setup-go-arm64 latest f65560c8a61d 50 seconds ago 23.4MB [2021-02-18T00:50:35.277Z] docker-security-proxy-setup-go-arm64 latest c48e1ab44ab0 52 seconds ago 23.2MB [2021-02-18T00:50:35.277Z] docker-sys-mgmt-agent-go-arm64 latest 5550bf6560ff 2 minutes ago 300MB [2021-02-18T00:50:35.277Z] docker-core-metadata-go-arm64 latest 1b446a9755ab 3 minutes ago 17.8MB [2021-02-18T00:50:35.277Z] docker-security-bootstrapper-go-arm64 latest 670a74643025 3 minutes ago 17MB [2021-02-18T00:50:35.277Z] docker-core-command-go-arm64 latest da1bd6d1c2cf 3 minutes ago 16MB [2021-02-18T00:50:35.277Z] docker-support-scheduler-go-arm64 latest fbb7f25d3fcf 3 minutes ago 16.1MB [2021-02-18T00:50:35.277Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-18T00:50:38.539Z] provisioning config files... [2021-02-18T00:50:38.553Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config5103560727328236091tmp [Pipeline] { [Pipeline] sh [2021-02-18T00:50:38.943Z] + set +x [2021-02-18T00:50:38.943Z] + curl -s https://codecov.io/bash [2021-02-18T00:50:38.944Z] + bash -s -- [2021-02-18T00:50:39.518Z] [2021-02-18T00:50:39.518Z] _____ _ [2021-02-18T00:50:39.518Z] / ____| | | [2021-02-18T00:50:39.518Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T00:50:39.518Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T00:50:39.518Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T00:50:39.518Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T00:50:39.518Z] Bash-20210129-7c25fce [2021-02-18T00:50:39.518Z] [2021-02-18T00:50:39.518Z] [2021-02-18T00:50:39.518Z] ==> git version 2.24.3 found [2021-02-18T00:50:39.518Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-18T00:50:39.518Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T00:50:39.518Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T00:50:39.518Z] ==> Jenkins CI detected. [2021-02-18T00:50:39.518Z] project root: . [2021-02-18T00:50:39.518Z] --> token set from env [2021-02-18T00:50:39.518Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T00:50:39.518Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T00:50:39.518Z] ==> Python coveragepy not found [2021-02-18T00:50:39.518Z] ==> Searching for coverage reports in: [2021-02-18T00:50:39.518Z] + . [2021-02-18T00:50:39.518Z] -> Found 1 reports [2021-02-18T00:50:39.518Z] ==> Detecting git/mercurial file structure [2021-02-18T00:50:39.518Z] ==> Reading reports [2021-02-18T00:50:39.518Z] + ./coverage.out bytes=596907 [2021-02-18T00:50:39.780Z] ==> Appending adjustments [2021-02-18T00:50:39.780Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T00:50:43.093Z] + Found adjustments [2021-02-18T00:50:43.093Z] ==> Gzipping contents [2021-02-18T00:50:43.093Z] 88K /tmp/codecov.gtRkom.gz [2021-02-18T00:50:43.093Z] ==> Uploading reports [2021-02-18T00:50:43.093Z] url: https://codecov.io [2021-02-18T00:50:43.093Z] query: branch=PR-3164&commit=55326834ffc8ed0ef16efc4db2edace1313f2b8c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= [2021-02-18T00:50:43.093Z] -> Pinging Codecov [2021-02-18T00:50:43.093Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3164&commit=55326834ffc8ed0ef16efc4db2edace1313f2b8c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= [2021-02-18T00:50:44.485Z] -> Uploading to [2021-02-18T00:50:44.485Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/55326834ffc8ed0ef16efc4db2edace1313f2b8c/29ea0675-4e1c-47ae-af49-fef9d26631f8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T005044Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19c18a320d3ce168adf4631783f32fe46dec9fae17adb6f819ac06a1904363bd [2021-02-18T00:50:44.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T00:50:44.485Z] Dload Upload Total Spent Left Speed [2021-02-18T00:50:45.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89495 0 0 100 89495 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-02-18T00:50:45.009Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/55326834ffc8ed0ef16efc4db2edace1313f2b8c [Pipeline] } [2021-02-18T00:50:45.019Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:50:46.979Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:50:47.870Z] ---> package-listing.sh [2021-02-18T00:50:47.870Z] ++ facter osfamily [2021-02-18T00:50:47.870Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T00:50:47.870Z] + OS_FAMILY=redhat [2021-02-18T00:50:47.870Z] + workspace=/w/workspace/edgex-go/5 [2021-02-18T00:50:47.870Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T00:50:47.870Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T00:50:47.870Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T00:50:47.870Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T00:50:47.870Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-18T00:50:47.870Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T00:50:47.870Z] + case "${OS_FAMILY}" in [2021-02-18T00:50:47.870Z] + rpm -qa [2021-02-18T00:50:47.870Z] + sort [2021-02-18T00:50:53.182Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T00:50:53.182Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T00:50:53.182Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T00:50:53.182Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-18T00:50:53.182Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-02-18T00:50:53.182Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-02-18T00:50:53.196Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T00:50:53.489Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:50:53.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:50:54.071Z] [2021-02-18T00:50:54.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:50:54.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:50:54.434Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T00:50:54.434Z] df20fa9351a1: Pulling fs layer [2021-02-18T00:50:54.434Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T00:50:54.434Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T00:50:54.434Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T00:50:54.434Z] 93b61091891f: Pulling fs layer [2021-02-18T00:50:54.434Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T00:50:54.434Z] 5e14af77c1be: Pulling fs layer [2021-02-18T00:50:54.434Z] 01666e4c0597: Pulling fs layer [2021-02-18T00:50:54.434Z] aa168da1d23b: Pulling fs layer [2021-02-18T00:50:54.434Z] 93b61091891f: Waiting [2021-02-18T00:50:54.434Z] 93b9cdb0e59b: Waiting [2021-02-18T00:50:54.434Z] 5e14af77c1be: Waiting [2021-02-18T00:50:54.434Z] 01666e4c0597: Waiting [2021-02-18T00:50:54.434Z] aa168da1d23b: Waiting [2021-02-18T00:50:54.434Z] 46f8f816bc3b: Waiting [2021-02-18T00:50:54.434Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T00:50:54.434Z] 36b3adc4ff6f: Download complete [2021-02-18T00:50:54.434Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T00:50:54.434Z] 46f8f816bc3b: Download complete [2021-02-18T00:50:54.702Z] df20fa9351a1: Verifying Checksum [2021-02-18T00:50:54.702Z] df20fa9351a1: Download complete [2021-02-18T00:50:54.702Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T00:50:54.702Z] 93b9cdb0e59b: Download complete [2021-02-18T00:50:54.702Z] 93b61091891f: Verifying Checksum [2021-02-18T00:50:54.702Z] 93b61091891f: Download complete [2021-02-18T00:50:54.702Z] 01666e4c0597: Verifying Checksum [2021-02-18T00:50:54.702Z] 01666e4c0597: Download complete [2021-02-18T00:50:54.702Z] 5e14af77c1be: Verifying Checksum [2021-02-18T00:50:54.702Z] 5e14af77c1be: Download complete [2021-02-18T00:50:54.964Z] df20fa9351a1: Pull complete [2021-02-18T00:50:55.227Z] 36b3adc4ff6f: Pull complete [2021-02-18T00:50:55.227Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T00:50:55.227Z] 8ad3a11d3b57: Download complete [2021-02-18T00:50:56.186Z] 8ad3a11d3b57: Pull complete [2021-02-18T00:50:56.454Z] 46f8f816bc3b: Pull complete [2021-02-18T00:50:57.032Z] aa168da1d23b: Verifying Checksum [2021-02-18T00:50:57.032Z] aa168da1d23b: Download complete [2021-02-18T00:50:58.426Z] 93b61091891f: Pull complete [2021-02-18T00:50:59.003Z] 93b9cdb0e59b: Pull complete [2021-02-18T00:50:59.266Z] 5e14af77c1be: Pull complete [2021-02-18T00:50:59.266Z] 01666e4c0597: Pull complete [2021-02-18T00:51:07.451Z] aa168da1d23b: Pull complete [2021-02-18T00:51:07.451Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T00:51:07.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:07.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T00:51:07.675Z] prd-centos7-docker-4c-2g-26735 does not seem to be running inside a container [2021-02-18T00:51:07.769Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T00:51:13.037Z] $ docker top 0a726e4372913946dc24c5c8926d5bbcc34e2888d56bc2621e6269efb7e706dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:51:13.616Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T00:51:15.576Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T00:51:15.878Z] + ls /var/log/sa-host [2021-02-18T00:51:15.878Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T00:51:15.878Z] file_magic: OK [2021-02-18T00:51:15.878Z] HZ: Using current value: 100 [2021-02-18T00:51:15.878Z] file_header: OK [2021-02-18T00:51:15.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T00:51:15.878Z] Statistics: [2021-02-18T00:51:15.878Z] 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... [2021-02-18T00:51:15.878Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T00:51:15.878Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T00:51:15.878Z] file_magic: OK [2021-02-18T00:51:15.878Z] HZ: Using current value: 100 [2021-02-18T00:51:15.878Z] file_header: OK [2021-02-18T00:51:15.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T00:51:15.878Z] Statistics: [2021-02-18T00:51:15.878Z] Hnuu...uuuununununu... [2021-02-18T00:51:15.878Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T00:51:16.669Z] provisioning config files... [2021-02-18T00:51:16.705Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1244232903966759756tmp [Pipeline] { [Pipeline] echo [2021-02-18T00:51:16.796Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:17.107Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T00:51:17.120Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T00:51:17.306Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:17.620Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T00:51:17.632Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:17.932Z] ---> sudo-logs.sh [2021-02-18T00:51:17.932Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T00:51:17.988Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:18.286Z] ---> job-cost.sh [2021-02-18T00:51:18.286Z] lf-activate-venv: SKIPPING [2021-02-18T00:51:18.286Z] INFO: No Stack... [2021-02-18T00:51:19.234Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T00:51:19.807Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T00:51:19.821Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:20.126Z] ---> logs-deploy.sh [2021-02-18T00:51:20.126Z] lf-activate-venv: SKIPPING [2021-02-18T00:51:20.126Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3164/5 [2021-02-18T00:51:20.126Z] INFO: archiving workspace using pattern(s): [2021-02-18T00:51:22.046Z] Archives upload complete. [2021-02-18T00:51:22.046Z] INFO: archiving logs to Nexus