Pull request #3223 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 2356c2543f09cd9d780fd1dc657c0892f78efc07+be0d14e436fe9c753018b2c9bd281985489666e3 (9a54589cc3570e6772e836088d90b7e7c824afac) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30898 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 2356c2543f09cd9d780fd1dc657c0892f78efc07 Merge succeeded, producing 2356c2543f09cd9d780fd1dc657c0892f78efc07 Checking out Revision 2356c2543f09cd9d780fd1dc657c0892f78efc07 (PR-3223) > 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/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 Commit message: "build(snap): Add implementation for set up Consul ACL" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T17:58:16.646Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T17:58:16.905Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T17:58:17.005Z] ========================================================= [2021-03-22T17:58:17.005Z] EdgeX Global Pipelines Version Info [2021-03-22T17:58:17.005Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 171c78445174719db56b83459c6a0737d61bae53 # timeout=10 [2021-03-22T17:58:19.633Z] ------------------- [2021-03-22T17:58:19.634Z] stable info: [2021-03-22T17:58:19.634Z] ------------------- [2021-03-22T17:58:19.634Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T17:58:19.634Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T17:58:19.634Z] Message: update stable to v1.0.186 [2021-03-22T17:58:20.705Z] ------------------- [2021-03-22T17:58:20.705Z] experimental info: [2021-03-22T17:58:20.705Z] ------------------- [2021-03-22T17:58:20.705Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T17:58:20.705Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T17:58:20.705Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T17:58:21.073Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T17:58:21.163Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T17:58:21.394Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T17:58:21.497Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T17:58:21.592Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T17:58:21.695Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T17:58:21.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T17:58:21.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T17:58:22.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T17:58:22.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T17:58:22.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T17:58:22.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T17:58:22.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T17:58:22.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T17:58:22.609Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T17:58:22.695Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T17:58:22.818Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T17:58:22.957Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T17:58:23.049Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T17:58:23.139Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T17:58:23.238Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T17:58:23.328Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T17:58:23.413Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo [2021-03-22T17:58:23.501Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo [2021-03-22T17:58:23.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo [2021-03-22T17:58:23.734Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2356c2543f09cd9d780fd1dc657c0892f78efc07 [Pipeline] echo [2021-03-22T17:58:23.824Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2356c25 [Pipeline] echo [2021-03-22T17:58:23.924Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T17:58:24.092Z] provisioning config files... [2021-03-22T17:58:24.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config7791188547139889932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T17:58:24.553Z] ---> docker-login.sh [2021-03-22T17:58:24.553Z] nexus3.edgexfoundry.org:10001 [2021-03-22T17:58:25.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T17:58:25.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T17:58:25.825Z] Configure a credential helper to remove this warning. See [2021-03-22T17:58:25.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T17:58:25.825Z] [2021-03-22T17:58:25.825Z] Login Succeeded [2021-03-22T17:58:25.825Z] nexus3.edgexfoundry.org:10002 [2021-03-22T17:58:26.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T17:58:26.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T17:58:26.405Z] Configure a credential helper to remove this warning. See [2021-03-22T17:58:26.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T17:58:26.405Z] [2021-03-22T17:58:26.405Z] Login Succeeded [2021-03-22T17:58:26.405Z] nexus3.edgexfoundry.org:10003 [2021-03-22T17:58:26.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T17:58:26.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T17:58:26.671Z] Configure a credential helper to remove this warning. See [2021-03-22T17:58:26.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T17:58:26.671Z] [2021-03-22T17:58:26.671Z] Login Succeeded [2021-03-22T17:58:26.671Z] nexus3.edgexfoundry.org:10004 [2021-03-22T17:58:26.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T17:58:26.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T17:58:26.943Z] Configure a credential helper to remove this warning. See [2021-03-22T17:58:26.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T17:58:26.943Z] [2021-03-22T17:58:26.943Z] Login Succeeded [2021-03-22T17:58:26.943Z] docker.io [2021-03-22T17:58:27.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T17:58:27.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T17:58:27.474Z] Configure a credential helper to remove this warning. See [2021-03-22T17:58:27.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T17:58:27.474Z] [2021-03-22T17:58:27.474Z] Login Succeeded [2021-03-22T17:58:27.474Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T17:58:27.488Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T17:58:28.039Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T17:58:28.039Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T17:58:28.039Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T17:58:28.039Z] ++ cut -d/ -f2 [2021-03-22T17:58:28.039Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T17:58:28.039Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T17:58:28.136Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-22T17:58:29.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T17:58:29.052Z] [2021-03-22T17:58:29.052Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T17:58:29.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T17:58:29.760Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T17:58:29.760Z] 31603596830f: Pulling fs layer [2021-03-22T17:58:29.760Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T17:58:29.760Z] 6ca5941a6612: Pulling fs layer [2021-03-22T17:58:29.760Z] ecc8261a40a4: Pulling fs layer [2021-03-22T17:58:29.760Z] ecc8261a40a4: Waiting [2021-03-22T17:58:29.760Z] 2a8b12db71e7: Verifying Checksum [2021-03-22T17:58:29.760Z] 2a8b12db71e7: Download complete [2021-03-22T17:58:30.037Z] 31603596830f: Verifying Checksum [2021-03-22T17:58:30.037Z] 31603596830f: Download complete [2021-03-22T17:58:30.037Z] ecc8261a40a4: Verifying Checksum [2021-03-22T17:58:30.037Z] ecc8261a40a4: Download complete [2021-03-22T17:58:30.331Z] 6ca5941a6612: Verifying Checksum [2021-03-22T17:58:30.331Z] 6ca5941a6612: Download complete [2021-03-22T17:58:31.009Z] 31603596830f: Pull complete [2021-03-22T17:58:31.318Z] 2a8b12db71e7: Pull complete [2021-03-22T17:58:34.229Z] 6ca5941a6612: Pull complete [2021-03-22T17:58:34.858Z] ecc8261a40a4: Pull complete [2021-03-22T17:58:34.858Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T17:58:34.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T17:58:34.858Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T17:58:35.014Z] prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container [2021-03-22T17:58:35.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-03-22T17:58:38.770Z] $ docker top b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T17:58:39.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T17:58:39.165Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T17:58:39.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T17:58:39.569Z] $ docker exec b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent [2021-03-22T17:58:39.854Z] SSH_AUTH_SOCK=/tmp/ssh-cwLOi2ley7hu/agent.11 [2021-03-22T17:58:39.855Z] SSH_AGENT_PID=16 [2021-03-22T17:58:39.876Z] Running ssh-add (command line suppressed) [2021-03-22T17:58:40.059Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_596064323056368567.key (/w/workspace/edgex-go/13@tmp/private_key_596064323056368567.key) [2021-03-22T17:58:40.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T17:58:40.596Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T17:58:40.927Z] $ docker exec --env ******** --env ******** b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent -k [2021-03-22T17:58:41.217Z] unset SSH_AUTH_SOCK; [2021-03-22T17:58:41.217Z] unset SSH_AGENT_PID; [2021-03-22T17:58:41.217Z] echo Agent pid 16 killed; [2021-03-22T17:58:41.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T17:58:41.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T17:58:41.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T17:58:42.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T17:58:42.141Z] $ docker exec b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent [2021-03-22T17:58:42.458Z] SSH_AUTH_SOCK=/tmp/ssh-bRcNIfg10eki/agent.46 [2021-03-22T17:58:42.458Z] SSH_AGENT_PID=51 [2021-03-22T17:58:42.488Z] Running ssh-add (command line suppressed) [2021-03-22T17:58:42.793Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_6490626835520434253.key (/w/workspace/edgex-go/13@tmp/private_key_6490626835520434253.key) [2021-03-22T17:58:42.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T17:58:43.680Z] + git semver init [2021-03-22T17:58:43.680Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T17:58:43.680Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-03-22T17:58:43.680Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-03-22T17:58:43.680Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T17:58:43.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T17:58:43.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T17:58:43.680Z] # $SEMVER_BRANCH = PR-3223 [2021-03-22T17:58:43.680Z] # $SEMVER_TEMP = /tmp/semver-156198634 [2021-03-22T17:58:43.680Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T17:59:17.010Z] # '/tmp/semver-156198634' -> '/w/workspace/edgex-go/13/.semver' [2021-03-22T17:59:17.627Z] # -> Force: false [2021-03-22T17:59:17.627Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-03-22T17:59:17.651Z] $ docker exec --env ******** --env ******** b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent -k [2021-03-22T17:59:18.587Z] unset SSH_AUTH_SOCK; [2021-03-22T17:59:18.630Z] unset SSH_AGENT_PID; [2021-03-22T17:59:18.630Z] echo Agent pid 51 killed; [2021-03-22T17:59:18.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T17:59:19.988Z] + git semver [Pipeline] } [2021-03-22T17:59:20.280Z] $ docker stop --time=1 b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb [2021-03-22T17:59:23.461Z] $ docker rm -f b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T17:59:24.419Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T17:59:25.299Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T17:59:25.303Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T17:59:26.231Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T17:59:26.582Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T17:59:26.924Z] + sudo service docker restart [2021-03-22T17:59:26.924Z] + true [2021-03-22T17:59:26.924Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T17:59:27.923Z] ========================================================= [2021-03-22T17:59:27.923Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T17:59:27.923Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T17:59:28.515Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-22T17:59:36.899Z] Sending build context to Docker daemon 328.7MB [2021-03-22T17:59:36.899Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T17:59:36.899Z] Step 2/6 : FROM ${BASE} [2021-03-22T17:59:36.899Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T17:59:36.899Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T17:59:36.899Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T17:59:36.899Z] de9db76c5a1d: Pulling fs layer [2021-03-22T17:59:36.899Z] bca2f99d35d6: Pulling fs layer [2021-03-22T17:59:36.899Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T17:59:36.899Z] 7c6f9722023f: Pulling fs layer [2021-03-22T17:59:36.899Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T17:59:36.899Z] 93359f2a8cfa: Waiting [2021-03-22T17:59:36.899Z] 7c6f9722023f: Waiting [2021-03-22T17:59:36.899Z] a35cf1a2eb13: Waiting [2021-03-22T17:59:36.899Z] bca2f99d35d6: Waiting [2021-03-22T17:59:36.899Z] de9db76c5a1d: Verifying Checksum [2021-03-22T17:59:36.899Z] de9db76c5a1d: Download complete [2021-03-22T17:59:36.899Z] 0ef7d3d256c8: Download complete [2021-03-22T17:59:36.899Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T17:59:36.899Z] 93359f2a8cfa: Download complete [2021-03-22T17:59:36.899Z] 7c6f9722023f: Verifying Checksum [2021-03-22T17:59:36.899Z] 7c6f9722023f: Download complete [2021-03-22T17:59:37.174Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T17:59:37.174Z] 188c0c94c7c5: Download complete [2021-03-22T17:59:37.810Z] 188c0c94c7c5: Pull complete [2021-03-22T17:59:38.609Z] 0ef7d3d256c8: Pull complete [2021-03-22T17:59:39.821Z] de9db76c5a1d: Pull complete [2021-03-22T17:59:40.667Z] Still waiting to schedule task [2021-03-22T17:59:40.667Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-22T17:59:41.804Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T17:59:41.804Z] a35cf1a2eb13: Download complete [2021-03-22T17:59:42.386Z] bca2f99d35d6: Verifying Checksum [2021-03-22T17:59:42.386Z] bca2f99d35d6: Download complete [2021-03-22T17:59:57.596Z] bca2f99d35d6: Pull complete [2021-03-22T17:59:57.596Z] 93359f2a8cfa: Pull complete [2021-03-22T17:59:59.624Z] 7c6f9722023f: Pull complete [2021-03-22T18:00:06.567Z] a35cf1a2eb13: Pull complete [2021-03-22T18:00:06.567Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T18:00:06.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T18:00:06.568Z] ---> a62c8e92a672 [2021-03-22T18:00:06.568Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-22T18:00:07.161Z] ---> Running in 60a08cbafc45 [2021-03-22T18:00:08.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:00:09.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:00:09.495Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T18:00:10.107Z] (2/12) Installing file (5.38-r0) [2021-03-22T18:00:10.107Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T18:00:10.107Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T18:00:15.504Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T18:00:15.504Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T18:00:15.504Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T18:00:15.782Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T18:00:15.782Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T18:00:15.782Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T18:00:16.098Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T18:00:16.098Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T18:00:16.098Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:00:16.434Z] OK: 233 MiB in 51 packages [2021-03-22T18:00:21.977Z] Removing intermediate container 60a08cbafc45 [2021-03-22T18:00:21.977Z] ---> 7d3c852fea30 [2021-03-22T18:00:21.977Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T18:00:21.977Z] ---> Running in 6328035dfaec [2021-03-22T18:00:21.977Z] Removing intermediate container 6328035dfaec [2021-03-22T18:00:21.977Z] ---> 8ae285b1e707 [2021-03-22T18:00:21.977Z] Step 5/6 : COPY go.mod . [2021-03-22T18:00:22.254Z] ---> f95cc2157d35 [2021-03-22T18:00:22.254Z] Step 6/6 : RUN go mod download [2021-03-22T18:00:22.524Z] ---> Running in 5d70adf8b5bf [2021-03-22T18:00:55.327Z] Removing intermediate container 5d70adf8b5bf [2021-03-22T18:00:55.327Z] ---> eb4c02eedc1f [2021-03-22T18:00:55.621Z] Successfully built eb4c02eedc1f [2021-03-22T18:00:55.621Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:00:56.165Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T18:00:57.117Z] . [Pipeline] withDockerContainer [2021-03-22T18:00:57.595Z] prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container [2021-03-22T18:00:57.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-03-22T18:01:01.454Z] $ docker top 9a69e061bea46b8f76a71fb74274838a99f3b791433f9e99854be7cba1ad03e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:01:02.530Z] + go version [2021-03-22T18:01:02.802Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T18:01:02.826Z] $ docker stop --time=1 9a69e061bea46b8f76a71fb74274838a99f3b791433f9e99854be7cba1ad03e0 [2021-03-22T18:01:04.357Z] $ docker rm -f 9a69e061bea46b8f76a71fb74274838a99f3b791433f9e99854be7cba1ad03e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:01:05.286Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T18:01:05.554Z] . [Pipeline] withDockerContainer [2021-03-22T18:01:06.156Z] prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container [2021-03-22T18:01:06.295Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-03-22T18:01:09.273Z] $ docker top 5d03763ea233f7a152983c148fb8b837ef202d8ce43dd9593d7241c72e0d6c83 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T18:01:09.699Z] ========================================================= [2021-03-22T18:01:09.699Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T18:01:09.699Z] ========================================================= [Pipeline] sh [2021-03-22T18:01:11.035Z] + make test [2021-03-22T18:01:11.035Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T18:01:35.293Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30899 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-22T18:01:35.362Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-22T18:01:40.096Z] using credential edgex-jenkins-ssh [2021-03-22T18:01:40.104Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T18:01:40.206Z] Cloning the remote Git repository [2021-03-22T18:01:40.258Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T18:01:40.369Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-22T18:01:40.454Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T18:01:40.455Z] > git --version # timeout=10 [2021-03-22T18:01:40.472Z] > git --version # 'git version 2.17.1' [2021-03-22T18:01:40.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T18:01:40.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T18:01:57.480Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:01:56.612Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T18:01:56.631Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T18:01:56.655Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T18:01:56.683Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T18:01:56.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T18:01:56.695Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T18:01:57.508Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T18:01:57.527Z] > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 [2021-03-22T18:01:58.009Z] Merge succeeded, producing 2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:01:58.010Z] Checking out Revision 2356c2543f09cd9d780fd1dc657c0892f78efc07 (PR-3223) [2021-03-22T18:01:57.902Z] > git remote # timeout=10 [2021-03-22T18:01:57.924Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T18:01:57.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T18:01:57.964Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-22T18:01:57.994Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T18:01:58.024Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T18:01:58.066Z] > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 [2021-03-22T18:02:02.511Z] Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T18:02:04.212Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-22T18:02:04.711Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T18:02:05.052Z] + true [2021-03-22T18:02:05.052Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T18:02:07.109Z] provisioning config files... [2021-03-22T18:02:07.157Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config1183664217899581855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:02:07.560Z] ---> docker-login.sh [2021-03-22T18:02:07.560Z] nexus3.edgexfoundry.org:10001 [2021-03-22T18:02:08.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T18:02:08.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T18:02:08.818Z] Configure a credential helper to remove this warning. See [2021-03-22T18:02:08.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T18:02:08.818Z] [2021-03-22T18:02:08.818Z] Login Succeeded [2021-03-22T18:02:08.818Z] nexus3.edgexfoundry.org:10002 [2021-03-22T18:02:09.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T18:02:09.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T18:02:09.370Z] Configure a credential helper to remove this warning. See [2021-03-22T18:02:09.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T18:02:09.370Z] [2021-03-22T18:02:09.370Z] Login Succeeded [2021-03-22T18:02:09.370Z] nexus3.edgexfoundry.org:10003 [2021-03-22T18:02:09.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T18:02:09.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T18:02:09.925Z] Configure a credential helper to remove this warning. See [2021-03-22T18:02:09.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T18:02:09.925Z] [2021-03-22T18:02:09.925Z] Login Succeeded [2021-03-22T18:02:09.925Z] nexus3.edgexfoundry.org:10004 [2021-03-22T18:02:10.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T18:02:10.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T18:02:10.482Z] Configure a credential helper to remove this warning. See [2021-03-22T18:02:10.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T18:02:10.482Z] [2021-03-22T18:02:10.482Z] Login Succeeded [2021-03-22T18:02:10.482Z] docker.io [2021-03-22T18:02:10.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T18:02:11.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T18:02:11.033Z] Configure a credential helper to remove this warning. See [2021-03-22T18:02:11.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T18:02:11.033Z] [2021-03-22T18:02:11.033Z] Login Succeeded [2021-03-22T18:02:11.033Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T18:02:11.053Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-22T18:02:11.559Z] ========================================================= [2021-03-22T18:02:11.559Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-22T18:02:11.559Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:02:11.935Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-22T18:02:14.581Z] Sending build context to Docker daemon 166.8MB [2021-03-22T18:02:14.581Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T18:02:14.581Z] Step 2/6 : FROM ${BASE} [2021-03-22T18:02:14.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-22T18:02:14.581Z] 5f621e34cdf4: Pulling fs layer [2021-03-22T18:02:14.581Z] a4357932f1b6: Pulling fs layer [2021-03-22T18:02:14.581Z] 18c013af1878: Pulling fs layer [2021-03-22T18:02:14.581Z] 00ac8860ef70: Pulling fs layer [2021-03-22T18:02:14.581Z] 63d7cb157983: Pulling fs layer [2021-03-22T18:02:14.581Z] b116817d02f9: Pulling fs layer [2021-03-22T18:02:14.581Z] 745a02a5169b: Pulling fs layer [2021-03-22T18:02:14.581Z] b116817d02f9: Waiting [2021-03-22T18:02:14.581Z] 00ac8860ef70: Waiting [2021-03-22T18:02:14.581Z] 63d7cb157983: Waiting [2021-03-22T18:02:14.581Z] 745a02a5169b: Waiting [2021-03-22T18:02:14.581Z] 18c013af1878: Verifying Checksum [2021-03-22T18:02:14.581Z] 18c013af1878: Download complete [2021-03-22T18:02:14.581Z] a4357932f1b6: Download complete [2021-03-22T18:02:14.581Z] 63d7cb157983: Download complete [2021-03-22T18:02:14.581Z] b116817d02f9: Download complete [2021-03-22T18:02:14.581Z] 5f621e34cdf4: Verifying Checksum [2021-03-22T18:02:14.581Z] 5f621e34cdf4: Download complete [2021-03-22T18:02:15.181Z] 5f621e34cdf4: Pull complete [2021-03-22T18:02:15.790Z] a4357932f1b6: Pull complete [2021-03-22T18:02:16.061Z] 18c013af1878: Pull complete [2021-03-22T18:02:17.040Z] 745a02a5169b: Verifying Checksum [2021-03-22T18:02:17.040Z] 745a02a5169b: Download complete [2021-03-22T18:02:18.030Z] 00ac8860ef70: Verifying Checksum [2021-03-22T18:02:18.030Z] 00ac8860ef70: Download complete [2021-03-22T18:02:28.187Z] 00ac8860ef70: Pull complete [2021-03-22T18:02:28.461Z] 63d7cb157983: Pull complete [2021-03-22T18:02:28.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T18:02:28.735Z] b116817d02f9: Pull complete [2021-03-22T18:02:32.134Z] 745a02a5169b: Pull complete [2021-03-22T18:02:32.134Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-22T18:02:32.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-22T18:02:32.134Z] ---> b7e6874047d6 [2021-03-22T18:02:32.134Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-22T18:02:35.531Z] ---> Running in c250576dcee8 [2021-03-22T18:02:36.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:02:37.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:02:38.165Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T18:02:38.438Z] (2/12) Installing file (5.38-r0) [2021-03-22T18:02:38.438Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T18:02:38.711Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T18:02:42.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T18:02:42.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T18:02:42.018Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T18:02:43.006Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T18:02:43.006Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T18:02:43.278Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T18:02:43.278Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T18:02:43.278Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T18:02:43.550Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T18:02:43.550Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T18:02:43.550Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T18:02:43.822Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:02:43.822Z] OK: 217 MiB in 51 packages [2021-03-22T18:02:48.130Z] Removing intermediate container c250576dcee8 [2021-03-22T18:02:48.130Z] ---> 35023b839001 [2021-03-22T18:02:48.130Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T18:02:48.130Z] ---> Running in 208f983474cd [2021-03-22T18:02:48.404Z] Removing intermediate container 208f983474cd [2021-03-22T18:02:48.404Z] ---> e0802996c3a4 [2021-03-22T18:02:48.404Z] Step 5/6 : COPY go.mod . [2021-03-22T18:02:49.005Z] ---> a7069b065f30 [2021-03-22T18:02:49.005Z] Step 6/6 : RUN go mod download [2021-03-22T18:02:49.291Z] ---> Running in 99b96b5a2941 [2021-03-22T18:02:49.431Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T18:02:49.431Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T18:02:49.431Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T18:02:50.127Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T18:02:53.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T18:02:53.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T18:03:00.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T18:03:00.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T18:03:00.241Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T18:03:07.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 45.9% of statements [2021-03-22T18:03:07.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T18:03:07.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T18:03:07.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T18:03:07.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T18:03:07.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T18:03:07.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T18:03:07.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.295s coverage: 19.8% of statements [2021-03-22T18:03:07.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements [2021-03-22T18:03:12.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T18:03:12.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T18:03:12.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T18:03:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T18:03:13.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.218s coverage: 71.3% of statements [2021-03-22T18:03:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T18:03:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T18:03:13.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.337s coverage: 82.9% of statements [2021-03-22T18:03:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T18:03:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:03:13.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.123s coverage: 78.9% of statements [2021-03-22T18:03:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T18:03:16.091Z] Removing intermediate container 99b96b5a2941 [2021-03-22T18:03:16.091Z] ---> 6245ac41739d [2021-03-22T18:03:16.091Z] Successfully built 6245ac41739d [2021-03-22T18:03:16.091Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:03:16.466Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T18:03:16.466Z] . [Pipeline] withDockerContainer [2021-03-22T18:03:16.738Z] prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container [2021-03-22T18:03:16.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-22T18:03:18.378Z] $ docker top af02c0770164665280fd815fb40822674c4d717876851cf440f799f6ff8f8be5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:03:19.405Z] + go version [2021-03-22T18:03:19.405Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-22T18:03:19.444Z] $ docker stop --time=1 af02c0770164665280fd815fb40822674c4d717876851cf440f799f6ff8f8be5 [2021-03-22T18:03:21.348Z] $ docker rm -f af02c0770164665280fd815fb40822674c4d717876851cf440f799f6ff8f8be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-22T18:03:21.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.001s coverage: 28.6% of statements [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T18:03:21.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.240s coverage: 100.0% of statements [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T18:03:21.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T18:03:21.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.182s coverage: 86.7% of statements [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T18:03:21.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T18:03:21.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T18:03:21.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:03:22.381Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T18:03:22.381Z] . [Pipeline] withDockerContainer [2021-03-22T18:03:22.644Z] prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container [2021-03-22T18:03:22.745Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-22T18:03:24.197Z] $ docker top 176da96862ff8b7f8dec5b1b94344efd912fa8023b02c63d8582e85b1c1c76af -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T18:03:24.566Z] ========================================================= [2021-03-22T18:03:24.566Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T18:03:24.566Z] ========================================================= [Pipeline] sh [2021-03-22T18:03:25.210Z] + make test [2021-03-22T18:03:25.210Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T18:03:29.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.888s coverage: 92.8% of statements [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T18:03:29.270Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T18:03:29.270Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.132s coverage: 0.1% of statements [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T18:03:29.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T18:03:29.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 47.1% of statements [2021-03-22T18:03:29.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.284s coverage: 79.5% of statements [2021-03-22T18:03:29.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-22T18:03:29.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.143s coverage: 96.3% of statements [2021-03-22T18:03:30.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-03-22T18:03:43.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements [2021-03-22T18:03:43.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.113s coverage: 44.8% of statements [2021-03-22T18:03:46.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.642s coverage: 81.9% of statements [2021-03-22T18:03:47.386Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.451s coverage: 92.9% of statements [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.239s coverage: 100.0% of statements [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.240s coverage: 80.8% of statements [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.293s coverage: 84.6% of statements [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.320s coverage: 91.6% of statements [2021-03-22T18:03:59.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T18:03:59.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 62.4% of statements [2021-03-22T18:03:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T18:03:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T18:03:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2021-03-22T18:03:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-03-22T18:03:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-22T18:03:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.139s coverage: 73.7% of statements [2021-03-22T18:03:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.127s coverage: 100.0% of statements [2021-03-22T18:04:01.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.558s coverage: 69.0% of statements [2021-03-22T18:04:01.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T18:04:01.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T18:04:01.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T18:04:02.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.243s coverage: 38.4% of statements [2021-03-22T18:04:02.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T18:04:02.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T18:04:02.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.202s coverage: 89.5% of statements [2021-03-22T18:04:02.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T18:04:02.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.159s coverage: 84.8% of statements [2021-03-22T18:04:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T18:04:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T18:04:05.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T18:04:05.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T18:04:08.233Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.881s coverage: 87.1% of statements [2021-03-22T18:04:08.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T18:04:08.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:04:08.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.901s coverage: 29.1% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 96.5% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.069s coverage: 0.0% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T18:04:13.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.133s coverage: 87.9% of statements [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T18:04:13.136Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T18:04:13.495Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.130s coverage: 100.0% of statements [2021-03-22T18:04:14.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-03-22T18:04:14.936Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.067s coverage: 100.0% of statements [2021-03-22T18:04:15.539Z] GO111MODULE=on go vet ./... [2021-03-22T18:04:43.967Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T18:04:43.967Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T18:04:50.777Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T18:04:50.777Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T18:04:53.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T18:04:53.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T18:04:53.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T18:04:53.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T18:04:57.320Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T18:04:57.598Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T18:05:05.921Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T18:05:05.921Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T18:05:05.921Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T18:05:11.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.301s coverage: 45.9% of statements [2021-03-22T18:05:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T18:05:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T18:05:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T18:05:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T18:05:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T18:05:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T18:05:11.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements [2021-03-22T18:05:11.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements [2021-03-22T18:05:19.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.586s coverage: 27.1% of statements [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T18:05:19.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.144s coverage: 100.0% of statements [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T18:05:19.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T18:05:19.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T18:05:19.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T18:05:21.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.467s coverage: 82.9% of statements [2021-03-22T18:05:21.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T18:05:21.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:05:21.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-22T18:05:21.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T18:05:31.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T18:05:31.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T18:05:31.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T18:05:31.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T18:05:31.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T18:05:31.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T18:05:31.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T18:05:38.831Z] gofmt -l . [2021-03-22T18:05:38.831Z] [ "`gofmt -l .`" = "" ] [2021-03-22T18:05:39.893Z] ./bin/test-go-mod-tidy.sh [2021-03-22T18:05:41.382Z] ./bin/test-attribution-txt.sh [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.279s coverage: 0.1% of statements [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T18:05:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.191s coverage: 47.1% of statements [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.166s coverage: 79.5% of statements [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.094s coverage: 94.1% of statements [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-03-22T18:05:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [Pipeline] sh [2021-03-22T18:05:45.738Z] + ls -al . [2021-03-22T18:05:45.738Z] total 760 [2021-03-22T18:05:45.738Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 18:05 . [2021-03-22T18:05:45.738Z] drwxr-xr-x 4 root root 30 Mar 22 18:01 .. [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 17:58 .dockerignore [2021-03-22T18:05:45.738Z] drwxrwxr-x 8 1001 1001 179 Mar 22 17:58 .git [2021-03-22T18:05:45.738Z] drwxrwxr-x 3 1001 1001 125 Mar 22 17:58 .github [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 17:58 .gitignore [2021-03-22T18:05:45.738Z] drwx------ 3 1001 1001 60 Mar 22 17:59 .semver [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 17:58 .sonarcloud.properties [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 17:58 Attribution.txt [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 17:58 CONTRIBUTING.md [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 17:58 Dockerfile.build [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 17:58 Jenkinsfile [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 17:58 LICENSE [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 17:58 Makefile [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 17:58 README.md [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 17:58 SECURITY.md [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 17:59 VERSION [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 17:58 ZMQWindows.md [2021-03-22T18:05:45.738Z] drwxrwxr-x 2 1001 1001 117 Mar 22 17:58 bin [2021-03-22T18:05:45.738Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 17:58 cmd [2021-03-22T18:05:45.738Z] -rw-r--r-- 1 root root 650607 Mar 22 18:04 coverage.out [2021-03-22T18:05:45.738Z] -rw-r--r-- 1 root root 1055 Mar 22 18:05 go.mod [2021-03-22T18:05:45.738Z] -rw-r--r-- 1 root root 22209 Mar 22 18:05 go.sum [2021-03-22T18:05:45.738Z] drwxrwxr-x 8 1001 1001 127 Mar 22 17:58 internal [2021-03-22T18:05:45.738Z] drwxrwxr-x 4 1001 1001 26 Mar 22 17:58 openapi [2021-03-22T18:05:45.738Z] drwxrwxr-x 4 1001 1001 71 Mar 22 17:58 snap [2021-03-22T18:05:45.738Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 17:58 version.go [Pipeline] sh [2021-03-22T18:05:46.066Z] + '[' -e coverage.out ] [2021-03-22T18:05:46.066Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T18:05:46.973Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T18:05:48.509Z] + make build [2021-03-22T18:05:48.509Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T18:05:53.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements [2021-03-22T18:05:53.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-22T18:05:56.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.279s coverage: 81.9% of statements [2021-03-22T18:05:57.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.6% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.6% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.499s coverage: 62.4% of statements [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T18:06:08.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-03-22T18:06:08.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.097s coverage: 100.0% of statements [2021-03-22T18:06:13.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.872s coverage: 69.0% of statements [2021-03-22T18:06:13.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T18:06:13.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T18:06:13.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T18:06:14.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 38.4% of statements [2021-03-22T18:06:14.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T18:06:14.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T18:06:14.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements [2021-03-22T18:06:14.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T18:06:14.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements [2021-03-22T18:06:21.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.0% of statements [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T18:06:21.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T18:06:21.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T18:06:21.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T18:06:21.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T18:06:21.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 87.1% of statements [2021-03-22T18:06:21.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T18:06:21.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:06:21.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.277s coverage: 29.1% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.256s coverage: 96.5% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T18:06:29.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-22T18:06:29.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-03-22T18:06:31.341Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-22T18:06:31.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T18:06:31.937Z] GO111MODULE=on go vet ./... [2021-03-22T18:06:32.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T18:06:39.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T18:06:39.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T18:06:45.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T18:06:51.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T18:06:55.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T18:07:01.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T18:07:03.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T18:07:06.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-22T18:07:12.434Z] $ docker stop --time=1 5d03763ea233f7a152983c148fb8b837ef202d8ce43dd9593d7241c72e0d6c83 [2021-03-22T18:07:15.391Z] $ docker rm -f 5d03763ea233f7a152983c148fb8b837ef202d8ce43dd9593d7241c72e0d6c83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:07:20.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T18:07:21.472Z] [2021-03-22T18:07:21.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:07:21.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T18:07:21.843Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T18:07:21.843Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T18:07:21.843Z] ca9280d653b3: Pulling fs layer [2021-03-22T18:07:21.843Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T18:07:22.115Z] cbdbe7a5bc2a: Download complete [2021-03-22T18:07:22.707Z] cbdbe7a5bc2a: Pull complete [2021-03-22T18:07:23.324Z] ca9280d653b3: Verifying Checksum [2021-03-22T18:07:23.324Z] ca9280d653b3: Download complete [2021-03-22T18:07:25.299Z] 7e9c9ca2126c: Download complete [2021-03-22T18:07:25.299Z] ca9280d653b3: Pull complete [2021-03-22T18:07:37.899Z] 7e9c9ca2126c: Pull complete [2021-03-22T18:07:37.899Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T18:07:37.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T18:07:37.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T18:07:38.086Z] prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container [2021-03-22T18:07:38.173Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T18:07:40.332Z] $ docker top 1c0bd74d6d928e8c9b8cffd3227bad6c7defd2948a7282a3338b133976e2f7a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:07:41.517Z] + grep parallel [2021-03-22T18:07:41.517Z] + docker-compose build --help [2021-03-22T18:07:43.024Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T18:07:43.046Z] $ docker stop --time=1 1c0bd74d6d928e8c9b8cffd3227bad6c7defd2948a7282a3338b133976e2f7a8 [2021-03-22T18:07:46.059Z] $ docker rm -f 1c0bd74d6d928e8c9b8cffd3227bad6c7defd2948a7282a3338b133976e2f7a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:07:46.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T18:07:46.847Z] . [Pipeline] withDockerContainer [2021-03-22T18:07:47.228Z] prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container [2021-03-22T18:07:47.470Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-03-22T18:07:49.622Z] $ docker top da05edd3756fb48f8d6f9ec0dc1edd1a2f4ac7f5e020574dbf87855207d1f7bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:07:51.311Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T18:07:53.348Z] Building docker-core-command-go ... [2021-03-22T18:07:53.348Z] Building docker-core-data-go ... [2021-03-22T18:07:53.348Z] Building docker-core-metadata-go ... [2021-03-22T18:07:53.348Z] Building docker-security-bootstrapper-go ... [2021-03-22T18:07:53.348Z] Building docker-security-proxy-setup-go ... [2021-03-22T18:07:53.348Z] Building docker-security-secretstore-setup-go ... [2021-03-22T18:07:53.348Z] Building docker-support-notifications-go ... [2021-03-22T18:07:53.348Z] Building docker-support-scheduler-go ... [2021-03-22T18:07:53.348Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T18:07:53.348Z] Building docker-support-notifications-go [2021-03-22T18:07:53.348Z] Building docker-core-metadata-go [2021-03-22T18:07:53.348Z] Building docker-security-proxy-setup-go [2021-03-22T18:07:53.348Z] Building docker-support-scheduler-go [2021-03-22T18:07:53.348Z] Building docker-core-command-go [2021-03-22T18:07:53.742Z] gofmt -l . [2021-03-22T18:07:53.742Z] [ "`gofmt -l .`" = "" ] [2021-03-22T18:07:53.742Z] ./bin/test-go-mod-tidy.sh [2021-03-22T18:07:53.742Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T18:07:54.400Z] + ls -al . [2021-03-22T18:07:54.400Z] total 788 [2021-03-22T18:07:54.400Z] drwxrwxr-x 9 1001 1001 4096 Mar 22 18:07 . [2021-03-22T18:07:54.400Z] drwxr-xr-x 4 root root 4096 Mar 22 18:03 .. [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 18:01 .dockerignore [2021-03-22T18:07:54.400Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 18:02 .git [2021-03-22T18:07:54.400Z] drwxrwxr-x 3 1001 1001 4096 Mar 22 18:01 .github [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 18:01 .gitignore [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 18:01 .sonarcloud.properties [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 18:01 Attribution.txt [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 18:01 CONTRIBUTING.md [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 18:01 Dockerfile.build [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 18:01 Jenkinsfile [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 18:01 LICENSE [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 18:01 Makefile [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 18:01 README.md [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 18:01 SECURITY.md [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 17:59 VERSION [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 18:01 ZMQWindows.md [2021-03-22T18:07:54.400Z] drwxrwxr-x 2 1001 1001 4096 Mar 22 18:01 bin [2021-03-22T18:07:54.400Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 18:01 cmd [2021-03-22T18:07:54.400Z] -rw-r--r-- 1 root root 650607 Mar 22 18:06 coverage.out [2021-03-22T18:07:54.400Z] -rw-r--r-- 1 root root 1055 Mar 22 18:07 go.mod [2021-03-22T18:07:54.400Z] -rw-r--r-- 1 root root 22209 Mar 22 18:07 go.sum [2021-03-22T18:07:54.400Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 18:01 internal [2021-03-22T18:07:54.400Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 18:01 openapi [2021-03-22T18:07:54.400Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 18:01 snap [2021-03-22T18:07:54.400Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 18:01 version.go [Pipeline] sh [2021-03-22T18:07:55.063Z] + '[' -e coverage.out ] [2021-03-22T18:07:55.063Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T18:07:55.146Z] Warning: overwriting stash ‘coverage-report’ [2021-03-22T18:07:56.471Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T18:07:57.214Z] + make build [2021-03-22T18:07:57.214Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T18:08:07.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T18:08:34.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T18:08:35.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T18:08:41.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T18:08:42.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T18:08:48.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T18:08:55.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T18:08:58.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T18:09:03.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T18:09:06.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T18:09:12.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T18:09:17.394Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:09:17.394Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:09:17.395Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:09:17.395Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:09:17.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:09:17.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:09:17.395Z] ---> eb4c02eedc1f [2021-03-22T18:09:17.395Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T18:09:17.395Z] ---> eb4c02eedc1f [2021-03-22T18:09:17.395Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T18:09:17.395Z] ---> eb4c02eedc1f [2021-03-22T18:09:17.395Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T18:09:17.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:09:17.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:09:17.395Z] ---> eb4c02eedc1f [2021-03-22T18:09:17.395Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T18:09:17.395Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:09:17.395Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:09:17.395Z] ---> eb4c02eedc1f [2021-03-22T18:09:17.395Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T18:09:17.395Z] ---> Running in d234f5b3e338 [2021-03-22T18:09:17.395Z] ---> Running in cb5e11df06b8 [2021-03-22T18:09:17.395Z] ---> Running in 325a98368494 [2021-03-22T18:09:17.395Z] ---> Running in bfbf4ac68704 [2021-03-22T18:09:17.395Z] ---> Running in 80518a4d86ea [2021-03-22T18:09:17.395Z] Removing intermediate container bfbf4ac68704 [2021-03-22T18:09:17.395Z] ---> 63fec902cfb9 [2021-03-22T18:09:17.395Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:09:17.395Z] Removing intermediate container 80518a4d86ea [2021-03-22T18:09:17.395Z] ---> 4f9a52e16e90 [2021-03-22T18:09:17.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:09:17.395Z] Removing intermediate container cb5e11df06b8 [2021-03-22T18:09:17.395Z] ---> 55f59e6642a0 [2021-03-22T18:09:17.395Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:09:17.395Z] Removing intermediate container 325a98368494 [2021-03-22T18:09:17.395Z] ---> fcb19784963f [2021-03-22T18:09:17.395Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:09:17.395Z] Removing intermediate container d234f5b3e338 [2021-03-22T18:09:17.395Z] ---> eb6426ca08c9 [2021-03-22T18:09:17.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:09:17.395Z] ---> Running in fa63f5487805 [2021-03-22T18:09:17.395Z] ---> Running in ce59a3e9f85f [2021-03-22T18:09:17.395Z] ---> Running in aa9e6a65bdbe [2021-03-22T18:09:17.395Z] ---> Running in 7f1997b4d1f6 [2021-03-22T18:09:17.395Z] ---> Running in 10fa14ec8180 [2021-03-22T18:09:17.395Z] Removing intermediate container aa9e6a65bdbe [2021-03-22T18:09:17.395Z] ---> ffc00621d744 [2021-03-22T18:09:17.395Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T18:09:17.395Z] Removing intermediate container ce59a3e9f85f [2021-03-22T18:09:17.395Z] ---> 490133bbcc68 [2021-03-22T18:09:17.395Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T18:09:17.395Z] ---> Running in 5e4e42a30a3b [2021-03-22T18:09:17.395Z] ---> Running in 933abb21d63a [2021-03-22T18:09:17.395Z] Removing intermediate container 10fa14ec8180 [2021-03-22T18:09:17.395Z] ---> e4666cf2bda1 [2021-03-22T18:09:17.395Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T18:09:17.395Z] Removing intermediate container fa63f5487805 [2021-03-22T18:09:17.395Z] ---> f0f251fd07b2 [2021-03-22T18:09:17.395Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T18:09:17.395Z] Removing intermediate container 7f1997b4d1f6 [2021-03-22T18:09:17.395Z] ---> d04b1e6bd594 [2021-03-22T18:09:17.395Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T18:09:17.395Z] ---> Running in 157d949c4537 [2021-03-22T18:09:17.395Z] ---> Running in fff741b9ad18 [2021-03-22T18:09:17.395Z] ---> Running in 9978873aac89 [2021-03-22T18:09:17.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:17.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:17.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:17.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:18.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:18.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:18.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:18.923Z] OK: 233 MiB in 51 packages [2021-03-22T18:09:18.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:18.923Z] OK: 233 MiB in 51 packages [2021-03-22T18:09:19.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:19.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:09:19.898Z] OK: 233 MiB in 51 packages [2021-03-22T18:09:20.230Z] OK: 233 MiB in 51 packages [Pipeline] } [2021-03-22T18:09:20.374Z] $ docker stop --time=1 176da96862ff8b7f8dec5b1b94344efd912fa8023b02c63d8582e85b1c1c76af [2021-03-22T18:09:20.557Z] OK: 233 MiB in 51 packages [2021-03-22T18:09:21.666Z] Removing intermediate container 933abb21d63a [2021-03-22T18:09:21.666Z] ---> 339dc154c7cc [2021-03-22T18:09:21.666Z] Step 6/23 : COPY go.mod . [2021-03-22T18:09:21.666Z] Removing intermediate container 5e4e42a30a3b [2021-03-22T18:09:21.666Z] ---> 73501eb640de [2021-03-22T18:09:21.666Z] Step 6/22 : COPY go.mod . [2021-03-22T18:09:22.389Z] Removing intermediate container 157d949c4537 [2021-03-22T18:09:22.389Z] ---> 190d05f225de [2021-03-22T18:09:22.389Z] Step 6/21 : COPY go.mod . [2021-03-22T18:09:22.710Z] Removing intermediate container 9978873aac89 [2021-03-22T18:09:22.710Z] ---> f68e1462ae3f [2021-03-22T18:09:22.710Z] Step 6/23 : COPY go.mod . [2021-03-22T18:09:22.991Z] ---> 54ea9dce1e76 [2021-03-22T18:09:22.991Z] Step 7/23 : RUN go mod download [2021-03-22T18:09:22.991Z] Removing intermediate container fff741b9ad18 [2021-03-22T18:09:22.991Z] ---> 4e7cf2e9d579 [2021-03-22T18:09:22.991Z] Step 6/22 : COPY go.mod . [2021-03-22T18:09:23.152Z] $ docker rm -f 176da96862ff8b7f8dec5b1b94344efd912fa8023b02c63d8582e85b1c1c76af [2021-03-22T18:09:23.305Z] ---> f5ab7fc96acc [2021-03-22T18:09:23.305Z] Step 7/22 : RUN go mod download [2021-03-22T18:09:23.700Z] ---> Running in 9a9ff2605aee [2021-03-22T18:09:23.700Z] ---> 8db075c10594 [2021-03-22T18:09:23.700Z] Step 7/21 : RUN go mod download [2021-03-22T18:09:23.979Z] ---> Running in 146e0e5d9490 [2021-03-22T18:09:23.979Z] ---> 0f08bbea4def [2021-03-22T18:09:23.979Z] Step 7/23 : RUN go mod download [2021-03-22T18:09:23.979Z] ---> Running in f3d35287d962 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:09:25.045Z] ---> Running in 0cee6de92bea [2021-03-22T18:09:25.045Z] ---> cc4e321e4030 [2021-03-22T18:09:25.045Z] Step 7/22 : RUN go mod download [2021-03-22T18:09:25.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T18:09:25.246Z] [2021-03-22T18:09:25.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T18:09:25.391Z] ---> Running in 3d9c585a8d24 [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:09:25.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T18:09:26.212Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-22T18:09:26.212Z] 29e5d40040c1: Pulling fs layer [2021-03-22T18:09:26.212Z] 1ce36da41761: Pulling fs layer [2021-03-22T18:09:26.212Z] 25b303627fd3: Pulling fs layer [2021-03-22T18:09:26.485Z] 29e5d40040c1: Verifying Checksum [2021-03-22T18:09:26.485Z] 29e5d40040c1: Download complete [2021-03-22T18:09:27.082Z] 1ce36da41761: Verifying Checksum [2021-03-22T18:09:27.082Z] 1ce36da41761: Download complete [2021-03-22T18:09:27.354Z] 29e5d40040c1: Pull complete [2021-03-22T18:09:28.331Z] 1ce36da41761: Pull complete [2021-03-22T18:09:28.929Z] 25b303627fd3: Verifying Checksum [2021-03-22T18:09:28.929Z] 25b303627fd3: Download complete [2021-03-22T18:09:30.928Z] Removing intermediate container 146e0e5d9490 [2021-03-22T18:09:30.928Z] ---> 77c5782bad77 [2021-03-22T18:09:30.928Z] Step 8/22 : COPY . . [2021-03-22T18:09:33.082Z] Removing intermediate container 9a9ff2605aee [2021-03-22T18:09:33.082Z] ---> 2bcd8fa4dbcc [2021-03-22T18:09:33.082Z] Step 8/23 : COPY . . [2021-03-22T18:09:36.107Z] Removing intermediate container 3d9c585a8d24 [2021-03-22T18:09:36.107Z] ---> 78e09ffcfbcf [2021-03-22T18:09:36.107Z] Step 8/22 : COPY . . [2021-03-22T18:09:36.107Z] Removing intermediate container f3d35287d962 [2021-03-22T18:09:36.107Z] ---> 160751ae3422 [2021-03-22T18:09:36.107Z] Step 8/21 : COPY . . [2021-03-22T18:09:36.107Z] Removing intermediate container 0cee6de92bea [2021-03-22T18:09:36.107Z] ---> 9106e7cf28cb [2021-03-22T18:09:36.107Z] Step 8/23 : COPY . . [2021-03-22T18:09:39.062Z] 25b303627fd3: Pull complete [2021-03-22T18:09:39.062Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-22T18:09:39.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T18:09:39.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-22T18:09:39.300Z] prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container [2021-03-22T18:09:39.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T18:09:42.440Z] $ docker top f6dc124644340e7038b2fccb3662556c63133fecc767b94f997e16253d05e0d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:09:43.477Z] + grep parallel [2021-03-22T18:09:43.477Z] + docker-compose build --help [2021-03-22T18:09:46.865Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T18:09:47.200Z] $ docker stop --time=1 f6dc124644340e7038b2fccb3662556c63133fecc767b94f997e16253d05e0d4 [2021-03-22T18:09:49.165Z] $ docker rm -f f6dc124644340e7038b2fccb3662556c63133fecc767b94f997e16253d05e0d4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:09:50.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T18:09:50.032Z] . [Pipeline] withDockerContainer [2021-03-22T18:09:50.314Z] prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container [2021-03-22T18:09:50.459Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T18:09:51.903Z] $ docker top c6612d517c54e1c8983e31cbe5bc3da07b2356ab134e60e7d64ef266feb5a512 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:09:52.947Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T18:09:57.233Z] Building docker-core-command-go ... [2021-03-22T18:09:57.233Z] Building docker-core-data-go ... [2021-03-22T18:09:57.233Z] Building docker-core-metadata-go ... [2021-03-22T18:09:57.233Z] Building docker-security-bootstrapper-go ... [2021-03-22T18:09:57.233Z] Building docker-security-proxy-setup-go ... [2021-03-22T18:09:57.233Z] Building docker-security-secretstore-setup-go ... [2021-03-22T18:09:57.233Z] Building docker-support-notifications-go ... [2021-03-22T18:09:57.233Z] Building docker-support-scheduler-go ... [2021-03-22T18:09:57.233Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T18:09:57.233Z] Building docker-support-notifications-go [2021-03-22T18:09:57.233Z] Building docker-core-command-go [2021-03-22T18:09:57.233Z] Building docker-sys-mgmt-agent-go [2021-03-22T18:09:57.233Z] Building docker-security-proxy-setup-go [2021-03-22T18:09:57.233Z] Building docker-core-metadata-go [2021-03-22T18:11:05.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:11:05.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:11:05.221Z] ---> 6245ac41739d [2021-03-22T18:11:05.221Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T18:11:06.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:11:06.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:11:06.697Z] ---> 6245ac41739d [2021-03-22T18:11:06.697Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T18:11:06.979Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:11:06.979Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:11:06.979Z] ---> 6245ac41739d [2021-03-22T18:11:06.979Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T18:11:06.979Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:11:06.979Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:11:06.979Z] ---> 6245ac41739d [2021-03-22T18:11:06.979Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T18:11:07.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:11:07.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:11:07.252Z] ---> 6245ac41739d [2021-03-22T18:11:07.252Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T18:11:11.556Z] ---> Running in cec188687ff3 [2021-03-22T18:11:11.556Z] ---> Running in a399e6b5f625 [2021-03-22T18:11:11.556Z] ---> Running in 60d8c2e6cab5 [2021-03-22T18:11:11.556Z] ---> Running in d5233636f657 [2021-03-22T18:11:11.556Z] ---> Running in 15115c747bb6 [2021-03-22T18:11:11.833Z] Removing intermediate container 15115c747bb6 [2021-03-22T18:11:11.833Z] ---> c9a19647526a [2021-03-22T18:11:11.833Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:11:12.115Z] Removing intermediate container 60d8c2e6cab5 [2021-03-22T18:11:12.115Z] ---> 3397163b43b1 [2021-03-22T18:11:12.115Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:11:12.115Z] ---> Running in 86791ef6ffc7 [2021-03-22T18:11:12.115Z] Removing intermediate container a399e6b5f625 [2021-03-22T18:11:12.115Z] Removing intermediate container cec188687ff3 [2021-03-22T18:11:12.115Z] ---> 53fb508eea49 [2021-03-22T18:11:12.115Z] ---> 51ba05585eed [2021-03-22T18:11:12.115Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:11:12.115Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:11:12.389Z] Removing intermediate container d5233636f657 [2021-03-22T18:11:12.389Z] ---> aec42e8bf076 [2021-03-22T18:11:12.389Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:11:12.389Z] ---> Running in 951c9cf7f36f [2021-03-22T18:11:12.678Z] ---> Running in fe2711bd2ab3 [2021-03-22T18:11:12.678Z] ---> Running in 17db06346136 [2021-03-22T18:11:12.678Z] ---> Running in a5393e74dede [2021-03-22T18:11:16.111Z] Removing intermediate container 86791ef6ffc7 [2021-03-22T18:11:16.111Z] ---> e1160e7e39f2 [2021-03-22T18:11:16.111Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T18:11:16.111Z] ---> Running in 1f0b4432e661 [2021-03-22T18:11:16.389Z] Removing intermediate container 951c9cf7f36f [2021-03-22T18:11:16.390Z] ---> 4e9824c5d507 [2021-03-22T18:11:16.390Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T18:11:16.665Z] Removing intermediate container 17db06346136 [2021-03-22T18:11:16.665Z] ---> 9b0ecf0800c5 [2021-03-22T18:11:16.665Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T18:11:16.665Z] ---> Running in cc67ecfc3273 [2021-03-22T18:11:16.938Z] ---> Running in ad57e2b55b43 [2021-03-22T18:11:16.938Z] Removing intermediate container a5393e74dede [2021-03-22T18:11:16.938Z] ---> 88e36260e471 [2021-03-22T18:11:16.938Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T18:11:17.215Z] ---> Running in ef81cbf360e9 [2021-03-22T18:11:17.491Z] Removing intermediate container fe2711bd2ab3 [2021-03-22T18:11:17.491Z] ---> 633301de8111 [2021-03-22T18:11:17.491Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T18:11:17.767Z] ---> Running in 4342e16c6d30 [2021-03-22T18:11:18.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:18.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:18.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:18.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:19.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:19.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:19.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:19.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:19.742Z] OK: 217 MiB in 51 packages [2021-03-22T18:11:20.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:20.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:11:20.571Z] OK: 217 MiB in 51 packages [2021-03-22T18:11:20.571Z] OK: 217 MiB in 51 packages [2021-03-22T18:11:21.196Z] OK: 217 MiB in 51 packages [2021-03-22T18:11:21.196Z] OK: 217 MiB in 51 packages [2021-03-22T18:11:21.472Z] Removing intermediate container 1f0b4432e661 [2021-03-22T18:11:21.472Z] ---> 1ee5e8a891ed [2021-03-22T18:11:21.472Z] Step 6/21 : COPY go.mod . [2021-03-22T18:11:22.463Z] Removing intermediate container cc67ecfc3273 [2021-03-22T18:11:22.463Z] ---> e1990c2ca312 [2021-03-22T18:11:22.463Z] Step 6/23 : COPY go.mod . [2021-03-22T18:11:22.463Z] ---> c4c543baaa14 [2021-03-22T18:11:22.463Z] Step 7/21 : RUN go mod download [2021-03-22T18:11:22.744Z] Removing intermediate container ad57e2b55b43 [2021-03-22T18:11:22.744Z] ---> 8bab2698a2ff [2021-03-22T18:11:22.744Z] Step 6/23 : COPY go.mod . [2021-03-22T18:11:22.744Z] ---> Running in ca339ef2f5bb [2021-03-22T18:11:23.019Z] Removing intermediate container ef81cbf360e9 [2021-03-22T18:11:23.019Z] ---> 22ec64cdc73b [2021-03-22T18:11:23.019Z] Step 6/22 : COPY go.mod . [2021-03-22T18:11:23.297Z] Removing intermediate container 4342e16c6d30 [2021-03-22T18:11:23.297Z] ---> 01e844b4abf0 [2021-03-22T18:11:23.297Z] Step 6/26 : COPY go.mod . [2021-03-22T18:11:23.573Z] ---> c280797ef708 [2021-03-22T18:11:23.573Z] Step 7/23 : RUN go mod download [2021-03-22T18:11:23.850Z] ---> 29566fce62e1 [2021-03-22T18:11:23.850Z] Step 7/23 : RUN go mod download [2021-03-22T18:11:23.850Z] ---> Running in fb41d14f7b68 [2021-03-22T18:11:24.125Z] ---> Running in 90068f27f304 [2021-03-22T18:11:24.400Z] ---> 9764e1683e3a [2021-03-22T18:11:24.400Z] Step 7/22 : RUN go mod download [2021-03-22T18:11:24.689Z] ---> 43b954b49ec2 [2021-03-22T18:11:24.689Z] Step 7/26 : RUN go mod download [2021-03-22T18:11:24.689Z] ---> Running in 5af282218950 [2021-03-22T18:11:24.968Z] ---> Running in a990bc880b22 [2021-03-22T18:11:27.620Z] Removing intermediate container ca339ef2f5bb [2021-03-22T18:11:27.620Z] ---> 1735c9a6b2ff [2021-03-22T18:11:27.620Z] Step 8/21 : COPY . . [2021-03-22T18:11:28.767Z] ---> 2455900c57ae [2021-03-22T18:11:28.767Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T18:11:28.767Z] ---> 91acf9752df6 [2021-03-22T18:11:28.767Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T18:11:28.767Z] ---> 0ca30d23d364 [2021-03-22T18:11:28.767Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T18:11:28.767Z] ---> c9978a949f0e [2021-03-22T18:11:28.767Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T18:11:28.767Z] ---> Running in 33a3cd169e8a [2021-03-22T18:11:28.767Z] ---> Running in 966ae410ca14 [2021-03-22T18:11:28.767Z] ---> Running in e8b4f9048262 [2021-03-22T18:11:28.767Z] ---> Running in d2f2df0a8228 [2021-03-22T18:11:28.767Z] ---> 47764b409982 [2021-03-22T18:11:28.767Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T18:11:28.767Z] ---> Running in 753f1987af46 [2021-03-22T18:11:28.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T18:11:28.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T18:11:28.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T18:11:28.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T18:11:28.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T18:11:29.076Z] Removing intermediate container 90068f27f304 [2021-03-22T18:11:29.076Z] ---> c3a8fe0a93e6 [2021-03-22T18:11:29.076Z] Step 8/23 : COPY . . [2021-03-22T18:11:29.352Z] Removing intermediate container fb41d14f7b68 [2021-03-22T18:11:29.353Z] ---> abb3465715e9 [2021-03-22T18:11:29.353Z] Step 8/23 : COPY . . [2021-03-22T18:11:29.952Z] Removing intermediate container 5af282218950 [2021-03-22T18:11:29.952Z] ---> 883d818ff68f [2021-03-22T18:11:29.952Z] Step 8/22 : COPY . . [2021-03-22T18:11:30.229Z] Removing intermediate container a990bc880b22 [2021-03-22T18:11:30.229Z] ---> 61c44b019ea5 [2021-03-22T18:11:30.229Z] Step 8/26 : COPY . . [2021-03-22T18:11:57.105Z] ---> bea7c5b52d9e [2021-03-22T18:11:57.105Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T18:11:57.105Z] ---> 2357f3125767 [2021-03-22T18:11:57.105Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T18:11:57.105Z] ---> f93a888da473 [2021-03-22T18:11:57.105Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T18:11:57.105Z] ---> 0e17d7edbb42 [2021-03-22T18:11:57.105Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T18:11:57.105Z] ---> d9c47c0f45d6 [2021-03-22T18:11:57.105Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T18:11:57.105Z] ---> Running in d7eccba65ba9 [2021-03-22T18:11:57.105Z] ---> Running in b2c1e9e4d04d [2021-03-22T18:11:57.105Z] ---> Running in 7c7a236fbf5e [2021-03-22T18:11:57.105Z] ---> Running in 460dc7e8f113 [2021-03-22T18:11:57.105Z] ---> Running in c2d24ff64fbf [2021-03-22T18:11:57.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T18:11:57.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T18:11:57.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T18:11:57.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T18:11:57.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T18:12:26.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T18:12:50.039Z] Removing intermediate container d2f2df0a8228 [2021-03-22T18:12:50.039Z] ---> 52920a11c58b [2021-03-22T18:12:50.039Z] [2021-03-22T18:12:50.039Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T18:12:50.039Z] Removing intermediate container 33a3cd169e8a [2021-03-22T18:12:50.039Z] ---> 220c390444f9 [2021-03-22T18:12:50.039Z] [2021-03-22T18:12:50.039Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T18:12:50.039Z] Removing intermediate container e8b4f9048262 [2021-03-22T18:12:50.039Z] ---> d7be79484f5e [2021-03-22T18:12:50.039Z] [2021-03-22T18:12:50.039Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T18:12:50.039Z] 3.12: Pulling from library/alpine [2021-03-22T18:12:50.039Z] 3.12: Pulling from library/alpine [2021-03-22T18:12:50.039Z] 3.12: Pulling from library/alpine [2021-03-22T18:12:52.746Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T18:12:54.190Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T18:12:54.190Z] Status: Image is up to date for alpine:3.12 [2021-03-22T18:12:54.190Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T18:12:54.190Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T18:12:54.190Z] Status: Image is up to date for alpine:3.12 [2021-03-22T18:12:54.190Z] ---> 88dd2752d2ea [2021-03-22T18:12:54.190Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T18:12:54.190Z] ---> 88dd2752d2ea [2021-03-22T18:12:54.190Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T18:12:54.190Z] ---> 88dd2752d2ea [2021-03-22T18:12:54.190Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T18:12:54.592Z] Removing intermediate container 966ae410ca14 [2021-03-22T18:12:54.592Z] ---> d927033ea662 [2021-03-22T18:12:54.592Z] [2021-03-22T18:12:54.592Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T18:12:54.592Z] ---> 88dd2752d2ea [2021-03-22T18:12:54.592Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T18:12:54.592Z] ---> Running in 597cb3399e51 [2021-03-22T18:12:54.905Z] ---> Running in 1a67deb0192b [2021-03-22T18:12:54.905Z] ---> Running in 2a82c611a039 [2021-03-22T18:12:54.905Z] ---> Running in b7d4270755b3 [2021-03-22T18:12:54.905Z] Removing intermediate container 753f1987af46 [2021-03-22T18:12:54.905Z] ---> 3f1df22118dc [2021-03-22T18:12:54.905Z] [2021-03-22T18:12:54.905Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T18:12:54.905Z] ---> 88dd2752d2ea [2021-03-22T18:12:54.905Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T18:12:55.270Z] ---> Running in f40ed1ed693c [2021-03-22T18:12:56.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:56.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.014Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T18:12:57.014Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:12:57.014Z] OK: 6 MiB in 15 packages [2021-03-22T18:12:57.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.322Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T18:12:57.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.637Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T18:12:57.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:12:57.637Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T18:12:57.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:57.637Z] OK: 6 MiB in 16 packages [2021-03-22T18:12:57.637Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T18:12:57.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:12:57.637Z] OK: 6 MiB in 15 packages [2021-03-22T18:12:58.274Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T18:12:58.274Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T18:12:58.274Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T18:12:58.274Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T18:12:58.274Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:12:58.274Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T18:12:58.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:58.584Z] OK: 7 MiB in 18 packages [2021-03-22T18:12:58.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:12:59.280Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T18:12:59.280Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:12:59.280Z] OK: 6 MiB in 15 packages [2021-03-22T18:13:00.330Z] Removing intermediate container 597cb3399e51 [2021-03-22T18:13:00.330Z] ---> a6b7e7ff8db6 [2021-03-22T18:13:00.330Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:13:00.992Z] ---> Running in 7ba071a760be [2021-03-22T18:13:00.992Z] Removing intermediate container 2a82c611a039 [2021-03-22T18:13:00.992Z] ---> 75669be3dcac [2021-03-22T18:13:00.992Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:13:01.600Z] Removing intermediate container 1a67deb0192b [2021-03-22T18:13:01.600Z] ---> aa7721fc558d [2021-03-22T18:13:01.600Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:13:01.600Z] ---> Running in bf4de547d532 [2021-03-22T18:13:01.600Z] Removing intermediate container b7d4270755b3 [2021-03-22T18:13:01.600Z] ---> bff5bb801259 [2021-03-22T18:13:01.600Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T18:13:01.600Z] ---> Running in d2896dfe4a5b [2021-03-22T18:13:01.600Z] Removing intermediate container f40ed1ed693c [2021-03-22T18:13:01.600Z] ---> 2b8c633f1517 [2021-03-22T18:13:01.600Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:13:01.600Z] Removing intermediate container 7ba071a760be [2021-03-22T18:13:01.600Z] ---> 72164c5c7471 [2021-03-22T18:13:01.600Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T18:13:02.194Z] ---> Running in 70fc9ed64225 [2021-03-22T18:13:02.466Z] ---> Running in 31bd5ff18875 [2021-03-22T18:13:02.466Z] ---> Running in eeb776ae4c52 [2021-03-22T18:13:02.466Z] Removing intermediate container bf4de547d532 [2021-03-22T18:13:02.466Z] ---> 56cf77353483 [2021-03-22T18:13:02.466Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T18:13:02.735Z] Removing intermediate container d2896dfe4a5b [2021-03-22T18:13:02.735Z] ---> 7a139bdc58cb [2021-03-22T18:13:02.735Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T18:13:02.735Z] ---> Running in f74f77e75d4d [2021-03-22T18:13:03.017Z] ---> Running in 1619e45bc54e [2021-03-22T18:13:03.017Z] Removing intermediate container 70fc9ed64225 [2021-03-22T18:13:03.017Z] ---> 73a1ddef62b1 [2021-03-22T18:13:03.017Z] Step 13/21 : WORKDIR /edgex [2021-03-22T18:13:03.287Z] Removing intermediate container 31bd5ff18875 [2021-03-22T18:13:03.287Z] ---> d2137e107093 [2021-03-22T18:13:03.287Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T18:13:03.287Z] Removing intermediate container eeb776ae4c52 [2021-03-22T18:13:03.287Z] ---> 2c326de07703 [2021-03-22T18:13:03.287Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T18:13:03.552Z] ---> Running in 5404762a5f88 [2021-03-22T18:13:04.650Z] ---> Running in 3de9ea929d2e [2021-03-22T18:13:04.650Z] ---> Running in e196bfafcbc5 [2021-03-22T18:13:04.650Z] Removing intermediate container f74f77e75d4d [2021-03-22T18:13:04.650Z] ---> e383861acd13 [2021-03-22T18:13:04.650Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T18:13:04.650Z] Removing intermediate container 1619e45bc54e [2021-03-22T18:13:04.650Z] ---> d467c2dee898 [2021-03-22T18:13:04.650Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T18:13:04.923Z] ---> Running in 4f25abe9845c [2021-03-22T18:13:04.923Z] Removing intermediate container 5404762a5f88 [2021-03-22T18:13:04.923Z] ---> e7c192384928 [2021-03-22T18:13:04.923Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T18:13:04.923Z] ---> Running in eba5878eae83 [2021-03-22T18:13:05.204Z] Removing intermediate container e196bfafcbc5 [2021-03-22T18:13:05.204Z] ---> d34b6eb771c8 [2021-03-22T18:13:05.204Z] Step 15/23 : WORKDIR / [2021-03-22T18:13:05.204Z] Removing intermediate container 3de9ea929d2e [2021-03-22T18:13:05.204Z] ---> 6beddff4b6b5 [2021-03-22T18:13:05.204Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T18:13:05.204Z] Removing intermediate container 4f25abe9845c [2021-03-22T18:13:05.204Z] ---> eb3973ff41cd [2021-03-22T18:13:05.204Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:13:05.204Z] ---> Running in dd213e888d4b [2021-03-22T18:13:05.204Z] ---> Running in dbcc747c2c31 [2021-03-22T18:13:05.517Z] Removing intermediate container eba5878eae83 [2021-03-22T18:13:05.517Z] ---> 6e51382a3240 [2021-03-22T18:13:05.517Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:13:05.517Z] ---> 8618527be95f [2021-03-22T18:13:05.517Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T18:13:05.800Z] Removing intermediate container dbcc747c2c31 [2021-03-22T18:13:05.800Z] ---> fec40d64ee1d [2021-03-22T18:13:05.800Z] Step 15/23 : WORKDIR / [2021-03-22T18:13:05.800Z] ---> Running in 686ee5559520 [2021-03-22T18:13:06.099Z] ---> ea94a35b7150 [2021-03-22T18:13:06.099Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T18:13:06.391Z] Removing intermediate container dd213e888d4b [2021-03-22T18:13:06.391Z] ---> e071c2c37e37 [2021-03-22T18:13:06.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:13:06.809Z] ---> 4f0d62f315b5 [2021-03-22T18:13:06.809Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T18:13:07.230Z] Removing intermediate container 686ee5559520 [2021-03-22T18:13:07.230Z] ---> 568026bdd59a [2021-03-22T18:13:07.230Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:13:07.638Z] ---> 2460d594d997 [2021-03-22T18:13:07.638Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T18:13:07.638Z] ---> 7d44683ed7f9 [2021-03-22T18:13:07.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T18:13:07.996Z] ---> c020b6a8e3f4 [2021-03-22T18:13:07.996Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T18:13:08.298Z] ---> 1bbb53a3c8b9 [2021-03-22T18:13:08.298Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T18:13:08.961Z] ---> e95d4a220e59 [2021-03-22T18:13:08.961Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T18:13:09.270Z] ---> 36537790788a [2021-03-22T18:13:09.270Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T18:13:09.270Z] ---> c9371f74d728 [2021-03-22T18:13:09.270Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T18:13:09.270Z] ---> Running in 4c970451be09 [2021-03-22T18:13:09.551Z] ---> Running in 6842202c2abd [2021-03-22T18:13:09.916Z] ---> 5022aeacb9c9 [2021-03-22T18:13:09.916Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T18:13:09.916Z] ---> 79cc8cb77c1e [2021-03-22T18:13:09.916Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T18:13:09.916Z] ---> ce12522f15d5 [2021-03-22T18:13:09.916Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T18:13:09.916Z] Removing intermediate container 6842202c2abd [2021-03-22T18:13:09.916Z] ---> 8ac2f14e67f0 [2021-03-22T18:13:09.916Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:13:09.916Z] Removing intermediate container 4c970451be09 [2021-03-22T18:13:09.916Z] ---> 1423d32e842b [2021-03-22T18:13:09.916Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T18:13:10.250Z] ---> Running in da77fb840b14 [2021-03-22T18:13:10.250Z] ---> Running in f2cb9d69aa2f [2021-03-22T18:13:10.250Z] ---> Running in a186089b65f7 [2021-03-22T18:13:10.859Z] Removing intermediate container da77fb840b14 [2021-03-22T18:13:10.859Z] ---> ea81d5572041 [2021-03-22T18:13:10.859Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:13:10.859Z] ---> cde418880922 [2021-03-22T18:13:10.859Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T18:13:10.859Z] Removing intermediate container a186089b65f7 [2021-03-22T18:13:10.859Z] ---> 6f94fe2006d8 [2021-03-22T18:13:10.859Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T18:13:10.859Z] Removing intermediate container f2cb9d69aa2f [2021-03-22T18:13:10.859Z] ---> 8191a4daee71 [2021-03-22T18:13:10.859Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T18:13:10.859Z] ---> Running in a7d2d78e451d [2021-03-22T18:13:10.859Z] ---> 6745d7bbc5f7 [2021-03-22T18:13:10.859Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T18:13:10.859Z] ---> Running in 7ba754ae21ef [2021-03-22T18:13:10.859Z] ---> Running in 82aca8361974 [2021-03-22T18:13:10.859Z] ---> Running in db4e9fa1fd96 [2021-03-22T18:13:11.180Z] ---> Running in 228d32cddd06 [2021-03-22T18:13:11.464Z] Removing intermediate container a7d2d78e451d [2021-03-22T18:13:11.464Z] ---> 112dfd63f3a0 [2021-03-22T18:13:11.464Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T18:13:11.464Z] Removing intermediate container 7ba754ae21ef [2021-03-22T18:13:11.464Z] ---> 89786ef3143e [2021-03-22T18:13:11.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:13:11.464Z] Removing intermediate container 82aca8361974 [2021-03-22T18:13:11.464Z] ---> 29470706db4a [2021-03-22T18:13:11.464Z] Step 20/21 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:13:11.464Z] Removing intermediate container db4e9fa1fd96 [2021-03-22T18:13:11.464Z] ---> 57859496430c [2021-03-22T18:13:11.464Z] Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:13:11.810Z] ---> Running in 0b957ee5ae53 [2021-03-22T18:13:11.810Z] ---> Running in a3ade4334e66 [2021-03-22T18:13:11.810Z] Removing intermediate container 228d32cddd06 [2021-03-22T18:13:11.810Z] ---> bad99f7a561a [2021-03-22T18:13:11.810Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:13:11.810Z] ---> Running in 685a980e56bc [2021-03-22T18:13:11.810Z] ---> Running in 49d9bcbde0f7 [2021-03-22T18:13:12.449Z] ---> Running in 20e99c3c8923 [2021-03-22T18:13:12.449Z] Removing intermediate container a3ade4334e66 [2021-03-22T18:13:12.449Z] ---> 4533912775c4 [2021-03-22T18:13:12.449Z] Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:13:12.449Z] Removing intermediate container 0b957ee5ae53 [2021-03-22T18:13:12.449Z] ---> 55592acc62b0 [2021-03-22T18:13:12.449Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T18:13:12.809Z] Removing intermediate container 685a980e56bc [2021-03-22T18:13:12.809Z] ---> 26d462f01bb1 [2021-03-22T18:13:12.809Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T18:13:12.809Z] Removing intermediate container 49d9bcbde0f7 [2021-03-22T18:13:12.809Z] ---> c7544153240d [2021-03-22T18:13:12.809Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T18:13:13.128Z] ---> Running in 2d53d1198632 [2021-03-22T18:13:13.128Z] ---> Running in f893b8514317 [2021-03-22T18:13:13.128Z] ---> Running in 5e88f58cde6d [2021-03-22T18:13:13.128Z] ---> Running in c20e3643868e [2021-03-22T18:13:13.128Z] Removing intermediate container 20e99c3c8923 [2021-03-22T18:13:13.128Z] ---> a46eedcc8241 [2021-03-22T18:13:13.128Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T18:13:13.400Z] ---> Running in abd1bf6c458d [2021-03-22T18:13:13.704Z] Removing intermediate container 5e88f58cde6d [2021-03-22T18:13:13.704Z] ---> c04d4e21fdb2 [2021-03-22T18:13:13.704Z] Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:13:13.704Z] Removing intermediate container 2d53d1198632 [2021-03-22T18:13:13.704Z] ---> 5c6add44134d [2021-03-22T18:13:13.704Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T18:13:13.704Z] Removing intermediate container f893b8514317 [2021-03-22T18:13:13.704Z] ---> b2b6c80e7126 [2021-03-22T18:13:13.704Z] [2021-03-22T18:13:13.704Z] Removing intermediate container c20e3643868e [2021-03-22T18:13:13.704Z] ---> 81f7289776f7 [2021-03-22T18:13:13.704Z] [2021-03-22T18:13:13.704Z] ---> Running in 8b0afd404631 [2021-03-22T18:13:13.705Z] ---> Running in 9588dfd042e0 [2021-03-22T18:13:14.017Z] Removing intermediate container abd1bf6c458d [2021-03-22T18:13:14.017Z] ---> f954893a3130 [2021-03-22T18:13:14.017Z] Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:13:14.660Z] ---> Running in 7b360139dc27 [2021-03-22T18:13:14.660Z] Successfully built 81f7289776f7 [2021-03-22T18:13:14.660Z] Successfully built b2b6c80e7126 [2021-03-22T18:13:14.947Z] Removing intermediate container 9588dfd042e0 [2021-03-22T18:13:14.947Z] ---> e30bfa0b1a26 [2021-03-22T18:13:14.947Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T18:13:14.947Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T18:13:14.947Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-22T18:13:14.947Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T18:13:14.947Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-22T18:13:14.947Z] Removing intermediate container 8b0afd404631 [2021-03-22T18:13:14.947Z] ---> fa5ad8f5425e [2021-03-22T18:13:14.947Z] [2021-03-22T18:13:14.947Z] ---> Running in 00d626754941 [2021-03-22T18:13:14.947Z] Removing intermediate container 7b360139dc27 [2021-03-22T18:13:14.947Z] ---> 8b048307008b [2021-03-22T18:13:14.947Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T18:13:15.235Z] ---> Running in 9df160dd7c46 [2021-03-22T18:13:15.539Z] Successfully built fa5ad8f5425e [2021-03-22T18:13:15.539Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T18:13:15.539Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-22T18:13:15.539Z] Removing intermediate container 00d626754941 [2021-03-22T18:13:15.539Z] ---> 8b4ba0f29070 [2021-03-22T18:13:15.539Z] [2021-03-22T18:13:16.168Z] Removing intermediate container 9df160dd7c46 [2021-03-22T18:13:16.168Z] ---> 9a502594c61d [2021-03-22T18:13:16.168Z] [2021-03-22T18:13:16.168Z] Successfully built 8b4ba0f29070 [2021-03-22T18:13:16.510Z] Successfully tagged docker-core-command-go:latest [2021-03-22T18:13:16.511Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-22T18:13:16.511Z] Successfully built 9a502594c61d [2021-03-22T18:13:16.842Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T18:13:33.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T18:13:40.747Z] Removing intermediate container c2d24ff64fbf [2021-03-22T18:13:40.747Z] ---> 58ba8f84c6f4 [2021-03-22T18:13:40.747Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T18:13:41.026Z] ---> Running in 9ddc8bbbea6e [2021-03-22T18:13:41.307Z] Removing intermediate container b2c1e9e4d04d [2021-03-22T18:13:41.307Z] ---> c54c95ba1d08 [2021-03-22T18:13:41.307Z] [2021-03-22T18:13:41.307Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T18:13:41.307Z] 3.12: Pulling from library/alpine [2021-03-22T18:13:43.352Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T18:13:43.352Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T18:13:43.352Z] ---> d10569e2745f [2021-03-22T18:13:43.352Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T18:13:43.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T18:13:43.905Z] ---> Running in 88e1eab50301 [2021-03-22T18:13:45.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:13:45.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:13:47.329Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T18:13:47.329Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T18:13:47.329Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T18:13:47.329Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T18:13:47.329Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:13:47.329Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T18:13:47.329Z] OK: 7 MiB in 18 packages [2021-03-22T18:13:50.825Z] Removing intermediate container 88e1eab50301 [2021-03-22T18:13:50.825Z] ---> e62b69dcffdf [2021-03-22T18:13:50.825Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T18:13:50.825Z] ---> Running in 542f14523cd5 [2021-03-22T18:13:50.825Z] Removing intermediate container 9ddc8bbbea6e [2021-03-22T18:13:50.825Z] ---> 1cc6d41ae9f7 [2021-03-22T18:13:50.825Z] [2021-03-22T18:13:50.825Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T18:13:51.098Z] 20.10.0: Pulling from library/docker [2021-03-22T18:13:51.373Z] Removing intermediate container 542f14523cd5 [2021-03-22T18:13:51.373Z] ---> e32837514994 [2021-03-22T18:13:51.373Z] Step 13/21 : WORKDIR /edgex [2021-03-22T18:13:51.663Z] ---> Running in 43b58540d9cd [2021-03-22T18:13:53.659Z] Removing intermediate container 43b58540d9cd [2021-03-22T18:13:53.659Z] ---> e6eac6703269 [2021-03-22T18:13:53.659Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T18:13:55.650Z] ---> e17fc61bd05c [2021-03-22T18:13:55.650Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T18:13:59.977Z] ---> b84302d6afca [2021-03-22T18:13:59.977Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T18:14:00.249Z] Removing intermediate container 460dc7e8f113 [2021-03-22T18:14:00.249Z] ---> a5b59d739499 [2021-03-22T18:14:00.249Z] [2021-03-22T18:14:00.249Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T18:14:00.249Z] ---> d10569e2745f [2021-03-22T18:14:00.249Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T18:14:00.249Z] Removing intermediate container 7c7a236fbf5e [2021-03-22T18:14:00.249Z] ---> 73c5ac6b95bd [2021-03-22T18:14:00.249Z] [2021-03-22T18:14:00.249Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T18:14:00.249Z] ---> d10569e2745f [2021-03-22T18:14:00.249Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T18:14:01.229Z] ---> Running in 11e581ee3378 [2021-03-22T18:14:01.229Z] ---> Running in e4927463f577 [2021-03-22T18:14:01.502Z] ---> faaaccfaaa44 [2021-03-22T18:14:01.502Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T18:14:02.493Z] ---> Running in 17a513c74123 [2021-03-22T18:14:03.936Z] Removing intermediate container 17a513c74123 [2021-03-22T18:14:03.936Z] ---> b29d067dd3e4 [2021-03-22T18:14:03.936Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T18:14:03.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:03.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:04.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:04.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:04.208Z] ---> Running in 978ec0919123 [2021-03-22T18:14:04.808Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T18:14:04.808Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:14:04.808Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T18:14:04.808Z] OK: 5 MiB in 15 packages [2021-03-22T18:14:04.808Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T18:14:04.808Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:14:04.808Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T18:14:05.088Z] OK: 6 MiB in 16 packages [2021-03-22T18:14:06.070Z] Removing intermediate container 978ec0919123 [2021-03-22T18:14:06.070Z] ---> 3624bbee9988 [2021-03-22T18:14:06.070Z] Step 19/21 : LABEL arch=arm64 [2021-03-22T18:14:06.344Z] Removing intermediate container d7eccba65ba9 [2021-03-22T18:14:06.344Z] ---> 6e8d3446e316 [2021-03-22T18:14:06.344Z] [2021-03-22T18:14:06.344Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T18:14:06.344Z] ---> d10569e2745f [2021-03-22T18:14:06.344Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T18:14:06.619Z] ---> Running in 8b3673e8f9f8 [2021-03-22T18:14:06.619Z] ---> Running in 8b6535398eca [2021-03-22T18:14:07.220Z] Removing intermediate container 8b3673e8f9f8 [2021-03-22T18:14:07.220Z] ---> c82c29c46fc2 [2021-03-22T18:14:07.220Z] Step 20/21 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:14:07.496Z] ---> Running in 3362c8148b29 [2021-03-22T18:14:07.778Z] Removing intermediate container 11e581ee3378 [2021-03-22T18:14:07.778Z] ---> 4e3e58c0e24c [2021-03-22T18:14:07.778Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:14:07.778Z] ---> Running in b59ec9ca1793 [2021-03-22T18:14:08.050Z] Removing intermediate container e4927463f577 [2021-03-22T18:14:08.050Z] ---> f2e3fab13225 [2021-03-22T18:14:08.050Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:14:08.328Z] Removing intermediate container 3362c8148b29 [2021-03-22T18:14:08.328Z] ---> 8c31c7008218 [2021-03-22T18:14:08.328Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T18:14:08.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:08.328Z] ---> Running in 6ef7cf2b7a44 [2021-03-22T18:14:08.328Z] ---> Running in 04f43c9a3cf6 [2021-03-22T18:14:08.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:08.609Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T18:14:08.609Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T18:14:08.609Z] ---> eeaf43b92773 [2021-03-22T18:14:08.609Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T18:14:08.609Z] Removing intermediate container b59ec9ca1793 [2021-03-22T18:14:08.609Z] ---> db798de1c9b7 [2021-03-22T18:14:08.609Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T18:14:08.884Z] ---> Running in 3a145cea3a96 [2021-03-22T18:14:08.884Z] ---> Running in f2ddb80c6ae2 [2021-03-22T18:14:09.163Z] Removing intermediate container 6ef7cf2b7a44 [2021-03-22T18:14:09.163Z] ---> c578d986572b [2021-03-22T18:14:09.163Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T18:14:09.163Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T18:14:09.163Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:14:09.163Z] OK: 5 MiB in 15 packages [2021-03-22T18:14:09.163Z] ---> Running in 31109634b227 [2021-03-22T18:14:09.435Z] Removing intermediate container 04f43c9a3cf6 [2021-03-22T18:14:09.435Z] ---> 046d936f0772 [2021-03-22T18:14:09.435Z] [2021-03-22T18:14:09.435Z] Removing intermediate container f2ddb80c6ae2 [2021-03-22T18:14:09.435Z] ---> 0235805cfcc3 [2021-03-22T18:14:09.435Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T18:14:10.036Z] ---> Running in a6312899af7e [2021-03-22T18:14:10.036Z] Successfully built 046d936f0772 [2021-03-22T18:14:10.316Z] Removing intermediate container 31109634b227 [2021-03-22T18:14:10.316Z] ---> b94ff8682b09 [2021-03-22T18:14:10.316Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T18:14:10.316Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-22T18:14:10.316Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-22T18:14:10.588Z] ---> Running in 46fc77194dfb [2021-03-22T18:14:10.588Z] Removing intermediate container a6312899af7e [2021-03-22T18:14:10.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:10.588Z] ---> ee65bfdb9fff [2021-03-22T18:14:10.588Z] Step 15/23 : WORKDIR / [2021-03-22T18:14:10.864Z] ---> Running in 1f848bc32147 [2021-03-22T18:14:10.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:10.864Z] Removing intermediate container 8b6535398eca [2021-03-22T18:14:10.864Z] ---> be29e1c99fcc [2021-03-22T18:14:10.864Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:14:11.138Z] ---> Running in fd6e50334f86 [2021-03-22T18:14:11.138Z] Removing intermediate container 46fc77194dfb [2021-03-22T18:14:11.138Z] ---> 402072291f64 [2021-03-22T18:14:11.138Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:14:11.413Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T18:14:11.413Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T18:14:11.413Z] Removing intermediate container 1f848bc32147 [2021-03-22T18:14:11.413Z] ---> 021532095b09 [2021-03-22T18:14:11.413Z] Executing bash-5.0.17-r0.post-install [2021-03-22T18:14:11.413Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:14:11.413Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:14:11.413Z] OK: 12 MiB in 22 packages [2021-03-22T18:14:12.029Z] Removing intermediate container fd6e50334f86 [2021-03-22T18:14:12.029Z] ---> 98cd3ee89bc3 [2021-03-22T18:14:12.029Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T18:14:13.471Z] ---> Running in f96ae4591659 [2021-03-22T18:14:13.765Z] ---> 516ff1010469 [2021-03-22T18:14:13.765Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T18:14:13.765Z] ---> d6dcbda8f5ba [2021-03-22T18:14:13.765Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T18:14:14.040Z] Removing intermediate container f96ae4591659 [2021-03-22T18:14:14.040Z] ---> 6d08501d92e1 [2021-03-22T18:14:14.040Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T18:14:14.040Z] Removing intermediate container 3a145cea3a96 [2021-03-22T18:14:14.040Z] ---> 26d5f9e6709f [2021-03-22T18:14:14.040Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T18:14:14.316Z] ---> Running in bf4d758bc758 [2021-03-22T18:14:14.316Z] ---> Running in c5c5c9ab71c6 [2021-03-22T18:14:16.299Z] Removing intermediate container c5c5c9ab71c6 [2021-03-22T18:14:16.299Z] ---> e51c120a29dd [2021-03-22T18:14:16.299Z] Step 15/23 : WORKDIR / [2021-03-22T18:14:16.906Z] ---> c94a83e21b62 [2021-03-22T18:14:16.906Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T18:14:16.906Z] Removing intermediate container bf4d758bc758 [2021-03-22T18:14:16.906Z] ---> e97c64fb683d [2021-03-22T18:14:16.906Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T18:14:16.906Z] ---> Running in 8a08fd0b8a06 [2021-03-22T18:14:16.906Z] ---> fae4853073b7 [2021-03-22T18:14:16.906Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T18:14:16.906Z] ---> Running in 08f585f464e1 [2021-03-22T18:14:17.507Z] Removing intermediate container 8a08fd0b8a06 [2021-03-22T18:14:17.507Z] ---> c015ac87ac62 [2021-03-22T18:14:17.507Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:14:17.782Z] Removing intermediate container 08f585f464e1 [2021-03-22T18:14:17.782Z] ---> c8ed93765439 [2021-03-22T18:14:17.782Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T18:14:18.062Z] ---> Running in 08fc4f129bcf [2021-03-22T18:14:18.062Z] ---> e3d2e3f85a6d [2021-03-22T18:14:18.062Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T18:14:18.062Z] ---> 461bb4c52cef [2021-03-22T18:14:18.062Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T18:14:18.348Z] ---> Running in be58e68fcada [2021-03-22T18:14:18.349Z] ---> Running in 2bf10f61b1fe [2021-03-22T18:14:18.950Z] ---> ef55af0f992b [2021-03-22T18:14:18.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T18:14:19.233Z] Removing intermediate container 08fc4f129bcf [2021-03-22T18:14:19.233Z] ---> 8d5ea1e6afa1 [2021-03-22T18:14:19.233Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T18:14:19.520Z] Removing intermediate container be58e68fcada [2021-03-22T18:14:19.520Z] ---> ab28418385ab [2021-03-22T18:14:19.520Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:14:19.520Z] Removing intermediate container 2bf10f61b1fe [2021-03-22T18:14:19.520Z] ---> 891684832aa8 [2021-03-22T18:14:19.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:14:20.127Z] ---> Running in 2d437ad08d6e [2021-03-22T18:14:20.408Z] ---> Running in f90db3d864d9 [2021-03-22T18:14:21.396Z] ---> 9ffb162994e7 [2021-03-22T18:14:21.396Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T18:14:21.674Z] Removing intermediate container 2d437ad08d6e [2021-03-22T18:14:21.674Z] ---> bbb6abd3d59a [2021-03-22T18:14:21.674Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T18:14:21.674Z] Removing intermediate container f90db3d864d9 [2021-03-22T18:14:21.674Z] ---> 8cbbed8113f6 [2021-03-22T18:14:21.674Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T18:14:21.954Z] ---> 7ef57118b938 [2021-03-22T18:14:21.954Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T18:14:21.954Z] ---> Running in 1fabd0ac8786 [2021-03-22T18:14:21.954Z] ---> Running in 7f8d4fbfab92 [2021-03-22T18:14:22.561Z] ---> 5c13ed540f53 [2021-03-22T18:14:22.561Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T18:14:22.843Z] ---> Running in 8fa38310b381 [2021-03-22T18:14:23.120Z] Removing intermediate container 7f8d4fbfab92 [2021-03-22T18:14:23.120Z] ---> 47c119c48500 [2021-03-22T18:14:23.120Z] Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:14:23.120Z] Removing intermediate container 1fabd0ac8786 [2021-03-22T18:14:23.120Z] ---> b63db6b33576 [2021-03-22T18:14:23.120Z] Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:14:23.726Z] ---> cb092c2e2c59 [2021-03-22T18:14:23.726Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T18:14:24.001Z] ---> Running in 0fe5ad7b9ff4 [2021-03-22T18:14:24.001Z] ---> Running in d5047116b63a [2021-03-22T18:14:24.284Z] Removing intermediate container 8fa38310b381 [2021-03-22T18:14:24.284Z] ---> 2ea6481e3d2e [2021-03-22T18:14:24.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:14:24.888Z] ---> Running in 14f496718560 [2021-03-22T18:14:24.888Z] Removing intermediate container d5047116b63a [2021-03-22T18:14:24.888Z] ---> 24df48b7d13d [2021-03-22T18:14:24.888Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T18:14:25.496Z] Removing intermediate container 0fe5ad7b9ff4 [2021-03-22T18:14:25.496Z] ---> e36101977597 [2021-03-22T18:14:25.496Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T18:14:25.496Z] ---> Running in 1318be96e0c2 [2021-03-22T18:14:26.105Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:14:26.105Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:14:26.105Z] ---> 6245ac41739d [2021-03-22T18:14:26.105Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T18:14:26.105Z] ---> Using cache [2021-03-22T18:14:26.105Z] ---> Running in 901b24cbc657 [2021-03-22T18:14:26.105Z] ---> aec42e8bf076 [2021-03-22T18:14:26.105Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:14:26.105Z] ---> Using cache [2021-03-22T18:14:26.105Z] ---> 633301de8111 [2021-03-22T18:14:26.105Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T18:14:26.105Z] ---> b603b438db80 [2021-03-22T18:14:26.105Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T18:14:26.105Z] Removing intermediate container 14f496718560 [2021-03-22T18:14:26.105Z] ---> d07764cff19d [2021-03-22T18:14:26.105Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T18:14:26.105Z] ---> Running in 3d47f2a1ce84 [2021-03-22T18:14:26.384Z] ---> Running in 89de2d82a4b9 [2021-03-22T18:14:26.384Z] ---> Running in a31bbe8a1dfa [2021-03-22T18:14:26.384Z] Removing intermediate container 1318be96e0c2 [2021-03-22T18:14:26.384Z] ---> 7615eaebda45 [2021-03-22T18:14:26.384Z] [2021-03-22T18:14:26.661Z] Removing intermediate container 901b24cbc657 [2021-03-22T18:14:26.661Z] ---> 935a805f79fe [2021-03-22T18:14:26.661Z] [2021-03-22T18:14:26.885Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:14:26.885Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:14:26.885Z] ---> eb4c02eedc1f [2021-03-22T18:14:26.885Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> eb6426ca08c9 [2021-03-22T18:14:26.885Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> e4666cf2bda1 [2021-03-22T18:14:26.885Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T18:14:26.885Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:14:26.885Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:14:26.885Z] ---> eb4c02eedc1f [2021-03-22T18:14:26.885Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> eb6426ca08c9 [2021-03-22T18:14:26.885Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> e4666cf2bda1 [2021-03-22T18:14:26.885Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T18:14:26.885Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:14:26.885Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:14:26.885Z] ---> eb4c02eedc1f [2021-03-22T18:14:26.885Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> eb6426ca08c9 [2021-03-22T18:14:26.885Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> e4666cf2bda1 [2021-03-22T18:14:26.885Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T18:14:26.885Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:14:26.885Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:14:26.885Z] ---> eb4c02eedc1f [2021-03-22T18:14:26.885Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> eb6426ca08c9 [2021-03-22T18:14:26.885Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:14:26.885Z] ---> Using cache [2021-03-22T18:14:26.885Z] ---> e4666cf2bda1 [2021-03-22T18:14:26.885Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T18:14:26.885Z] ---> Running in f8d7f828ef49 [2021-03-22T18:14:26.885Z] ---> Running in a6da3d973475 [2021-03-22T18:14:26.885Z] ---> Running in 60f6192e69a8 [2021-03-22T18:14:26.885Z] ---> Running in 8bae59d36eba [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:14:26.885Z] OK: 233 MiB in 51 packages [2021-03-22T18:14:26.885Z] OK: 233 MiB in 51 packages [2021-03-22T18:14:26.885Z] OK: 233 MiB in 51 packages [2021-03-22T18:14:26.885Z] OK: 233 MiB in 51 packages [2021-03-22T18:14:27.261Z] Successfully built 7615eaebda45 [2021-03-22T18:14:27.261Z] Removing intermediate container a31bbe8a1dfa [2021-03-22T18:14:27.261Z] ---> a8c356ba9038 [2021-03-22T18:14:27.261Z] Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:14:27.261Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-22T18:14:27.261Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-22T18:14:27.540Z] ---> Running in dfd564efe47c [2021-03-22T18:14:27.540Z] Successfully built 935a805f79fe [2021-03-22T18:14:27.540Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-22T18:14:27.540Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-22T18:14:28.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:28.151Z] Removing intermediate container dfd564efe47c [2021-03-22T18:14:28.151Z] ---> fdb722972cc2 [2021-03-22T18:14:28.151Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T18:14:28.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:28.151Z] ---> Running in d66f57bdfe61 [2021-03-22T18:14:28.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:28.480Z] Removing intermediate container 60f6192e69a8 [2021-03-22T18:14:28.481Z] ---> 4ada787b7fd5 [2021-03-22T18:14:28.481Z] Step 6/26 : COPY go.mod . [2021-03-22T18:14:28.481Z] Removing intermediate container 8bae59d36eba [2021-03-22T18:14:28.481Z] ---> 987740d49e53 [2021-03-22T18:14:28.481Z] Step 6/24 : COPY go.mod . [2021-03-22T18:14:28.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:14:28.698Z] Removing intermediate container d66f57bdfe61 [2021-03-22T18:14:28.698Z] ---> b864efa7deba [2021-03-22T18:14:28.698Z] [2021-03-22T18:14:28.761Z] Removing intermediate container f8d7f828ef49 [2021-03-22T18:14:28.761Z] ---> 49f35ed4ef84 [2021-03-22T18:14:28.761Z] Step 6/31 : COPY go.mod . [2021-03-22T18:14:28.761Z] Removing intermediate container a6da3d973475 [2021-03-22T18:14:28.761Z] ---> ade3bc4de4df [2021-03-22T18:14:28.761Z] Step 6/23 : COPY go.mod . [2021-03-22T18:14:28.977Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T18:14:28.978Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T18:14:28.978Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T18:14:28.978Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T18:14:28.978Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T18:14:28.978Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T18:14:28.978Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T18:14:29.038Z] ---> 49c7ec985a15 [2021-03-22T18:14:29.038Z] Step 7/24 : RUN go mod download [2021-03-22T18:14:29.255Z] Successfully built b864efa7deba [2021-03-22T18:14:29.255Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-22T18:14:29.255Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-22T18:14:29.334Z] ---> 11750700e3a9 [2021-03-22T18:14:29.334Z] Step 7/26 : RUN go mod download [2021-03-22T18:14:29.334Z] ---> 3f1cfa8c9cdf [2021-03-22T18:14:29.334Z] Step 7/31 : RUN go mod download [2021-03-22T18:14:29.334Z] ---> Running in 4b8a42e0a953 [2021-03-22T18:14:29.334Z] ---> 612d8b5a49b5 [2021-03-22T18:14:29.334Z] Step 7/23 : RUN go mod download [2021-03-22T18:14:29.334Z] ---> Running in 4444d5b8583c [2021-03-22T18:14:29.334Z] ---> Running in 4a6910c91af9 [2021-03-22T18:14:29.334Z] ---> Running in 8a6fdb216cb3 [2021-03-22T18:14:29.527Z] OK: 217 MiB in 51 packages [2021-03-22T18:14:30.968Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T18:14:30.968Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T18:14:30.968Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T18:14:30.968Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T18:14:30.968Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T18:14:30.968Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T18:14:30.968Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T18:14:30.968Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T18:14:30.968Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T18:14:30.968Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T18:14:30.968Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T18:14:31.239Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T18:14:31.239Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T18:14:31.239Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T18:14:31.239Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T18:14:31.239Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T18:14:31.239Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T18:14:31.239Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T18:14:31.239Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T18:14:31.239Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T18:14:31.239Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T18:14:31.239Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T18:14:31.513Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T18:14:31.513Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T18:14:31.513Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T18:14:31.513Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T18:14:31.513Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:14:31.786Z] OK: 71 MiB in 55 packages [2021-03-22T18:14:32.381Z] Removing intermediate container 3d47f2a1ce84 [2021-03-22T18:14:32.381Z] ---> 46ee3e42fd4b [2021-03-22T18:14:32.381Z] Step 6/31 : COPY go.mod . [2021-03-22T18:14:34.357Z] ---> 0285518712bd [2021-03-22T18:14:34.357Z] Step 7/31 : RUN go mod download [2021-03-22T18:14:35.338Z] ---> Running in d5a6f597ba3b [2021-03-22T18:14:36.651Z] Removing intermediate container 4b8a42e0a953 [2021-03-22T18:14:36.651Z] ---> 88dbc6581944 [2021-03-22T18:14:36.651Z] Step 8/24 : COPY . . [2021-03-22T18:14:36.651Z] Removing intermediate container 4444d5b8583c [2021-03-22T18:14:36.651Z] ---> 69be97e233c8 [2021-03-22T18:14:36.651Z] Step 8/26 : COPY . . [2021-03-22T18:14:36.651Z] Removing intermediate container 4a6910c91af9 [2021-03-22T18:14:36.651Z] ---> cd970f534c0c [2021-03-22T18:14:36.651Z] Step 8/31 : COPY . . [2021-03-22T18:14:36.651Z] Removing intermediate container 8a6fdb216cb3 [2021-03-22T18:14:36.651Z] ---> 07879a07d71d [2021-03-22T18:14:36.651Z] Step 8/23 : COPY . . [2021-03-22T18:14:40.772Z] Removing intermediate container d5a6f597ba3b [2021-03-22T18:14:40.772Z] ---> 05e027763c5b [2021-03-22T18:14:40.772Z] Step 8/31 : COPY . . [2021-03-22T18:14:40.772Z] Removing intermediate container 89de2d82a4b9 [2021-03-22T18:14:40.772Z] ---> 73ecd9896908 [2021-03-22T18:14:40.772Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T18:14:42.750Z] ---> Running in 4a4549ec08a1 [2021-03-22T18:14:48.195Z] Collecting docker-compose==1.23.2 [2021-03-22T18:14:48.195Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T18:14:49.185Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T18:14:49.185Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T18:14:49.783Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T18:14:49.783Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T18:14:50.386Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-22T18:14:50.661Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T18:14:50.661Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T18:14:54.093Z] Collecting PyYAML<4,>=3.10 [2021-03-22T18:14:54.093Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T18:14:59.624Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T18:14:59.624Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T18:15:01.621Z] ---> 54d94e6cf4fe [2021-03-22T18:15:01.621Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T18:15:01.905Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T18:15:01.905Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T18:15:02.511Z] ---> Running in 8ded16e1b481 [2021-03-22T18:15:03.112Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T18:15:03.112Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T18:15:03.711Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T18:15:03.711Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T18:15:03.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T18:15:05.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:15:05.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:15:05.432Z] ---> 6245ac41739d [2021-03-22T18:15:05.432Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T18:15:05.432Z] ---> Using cache [2021-03-22T18:15:05.432Z] ---> aec42e8bf076 [2021-03-22T18:15:05.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:15:05.432Z] ---> Using cache [2021-03-22T18:15:05.432Z] ---> 633301de8111 [2021-03-22T18:15:05.432Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T18:15:06.427Z] ---> Running in 4172bdd23d68 [2021-03-22T18:15:07.429Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T18:15:07.429Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T18:15:07.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:15:07.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:15:07.707Z] ---> 6245ac41739d [2021-03-22T18:15:07.707Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T18:15:07.707Z] ---> Using cache [2021-03-22T18:15:07.707Z] ---> aec42e8bf076 [2021-03-22T18:15:07.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:15:07.707Z] ---> Using cache [2021-03-22T18:15:07.707Z] ---> 633301de8111 [2021-03-22T18:15:07.707Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T18:15:07.707Z] ---> Using cache [2021-03-22T18:15:07.707Z] ---> 46ee3e42fd4b [2021-03-22T18:15:07.707Z] Step 6/22 : COPY go.mod . [2021-03-22T18:15:07.707Z] ---> Using cache [2021-03-22T18:15:07.707Z] ---> 0285518712bd [2021-03-22T18:15:07.707Z] Step 7/22 : RUN go mod download [2021-03-22T18:15:07.707Z] ---> Using cache [2021-03-22T18:15:07.707Z] ---> 05e027763c5b [2021-03-22T18:15:07.707Z] Step 8/22 : COPY . . [2021-03-22T18:15:07.990Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T18:15:07.990Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T18:15:07.990Z] ---> 6245ac41739d [2021-03-22T18:15:07.990Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T18:15:07.990Z] ---> Using cache [2021-03-22T18:15:07.990Z] ---> aec42e8bf076 [2021-03-22T18:15:07.990Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:15:07.990Z] ---> Using cache [2021-03-22T18:15:07.990Z] ---> 633301de8111 [2021-03-22T18:15:07.990Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T18:15:07.990Z] ---> Using cache [2021-03-22T18:15:07.990Z] ---> 46ee3e42fd4b [2021-03-22T18:15:07.990Z] Step 6/24 : COPY go.mod . [2021-03-22T18:15:07.990Z] ---> Using cache [2021-03-22T18:15:07.990Z] ---> 0285518712bd [2021-03-22T18:15:07.990Z] Step 7/24 : RUN go mod download [2021-03-22T18:15:07.990Z] ---> Using cache [2021-03-22T18:15:07.990Z] ---> 05e027763c5b [2021-03-22T18:15:07.990Z] Step 8/24 : COPY . . [2021-03-22T18:15:07.990Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T18:15:07.990Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T18:15:07.990Z] ---> Using cache [2021-03-22T18:15:08.280Z] ---> 54d94e6cf4fe [2021-03-22T18:15:08.280Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T18:15:08.280Z] ---> Using cache [2021-03-22T18:15:08.280Z] ---> 54d94e6cf4fe [2021-03-22T18:15:08.280Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T18:15:08.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:15:08.833Z] ---> Running in 63653ff49127 [2021-03-22T18:15:08.833Z] ---> Running in 0fe10d79891f [2021-03-22T18:15:08.833Z] Collecting idna<2.8,>=2.5 [2021-03-22T18:15:08.833Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T18:15:09.119Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-22T18:15:09.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:15:10.107Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T18:15:10.107Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T18:15:10.107Z] OK: 217 MiB in 51 packages [2021-03-22T18:15:10.383Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-22T18:15:10.383Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T18:15:10.383Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T18:15:10.383Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T18:15:10.383Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T18:15:11.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T18:15:11.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T18:15:11.657Z] Installing collected packages: cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, dockerpty, jsonschema, texttable, docker-compose [2021-03-22T18:15:11.658Z] Attempting uninstall: idna [2021-03-22T18:15:11.658Z] Found existing installation: idna 2.9 [2021-03-22T18:15:11.658Z] Uninstalling idna-2.9: [2021-03-22T18:15:11.935Z] Removing intermediate container 4172bdd23d68 [2021-03-22T18:15:11.935Z] ---> 73cf6cec0a29 [2021-03-22T18:15:11.935Z] Step 6/23 : COPY go.mod . [2021-03-22T18:15:11.935Z] Successfully uninstalled idna-2.9 [2021-03-22T18:15:12.929Z] Attempting uninstall: urllib3 [2021-03-22T18:15:12.929Z] Found existing installation: urllib3 1.25.9 [2021-03-22T18:15:12.929Z] Uninstalling urllib3-1.25.9: [2021-03-22T18:15:12.929Z] ---> 9a81a56f449c [2021-03-22T18:15:12.929Z] Step 7/23 : RUN go mod download [2021-03-22T18:15:13.205Z] ---> Running in b4b0d3ea564d [2021-03-22T18:15:13.205Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T18:15:14.204Z] Attempting uninstall: requests [2021-03-22T18:15:14.204Z] Found existing installation: requests 2.23.0 [2021-03-22T18:15:14.204Z] Uninstalling requests-2.23.0: [2021-03-22T18:15:14.204Z] Successfully uninstalled requests-2.23.0 [2021-03-22T18:15:16.221Z] Running setup.py install for docopt: started [2021-03-22T18:15:18.241Z] Removing intermediate container b4b0d3ea564d [2021-03-22T18:15:18.241Z] ---> b0842f765cdf [2021-03-22T18:15:18.241Z] Step 8/23 : COPY . . [2021-03-22T18:15:19.246Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T18:15:19.246Z] Running setup.py install for PyYAML: started [2021-03-22T18:15:23.597Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T18:15:23.597Z] Running setup.py install for dockerpty: started [2021-03-22T18:15:27.008Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T18:15:27.993Z] Running setup.py install for texttable: started [2021-03-22T18:15:31.408Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T18:15:33.391Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-22T18:15:40.158Z] ---> 8e199d75849a [2021-03-22T18:15:40.158Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T18:15:40.158Z] ---> Running in c2423f088606 [2021-03-22T18:15:41.613Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T18:15:42.217Z] Removing intermediate container 4a4549ec08a1 [2021-03-22T18:15:42.217Z] ---> 113536c0d8e6 [2021-03-22T18:15:42.217Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T18:15:42.495Z] ---> Running in a5b35893e884 [2021-03-22T18:15:44.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:15:44.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:15:45.465Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T18:15:45.465Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T18:15:45.465Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T18:15:45.465Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:15:45.465Z] OK: 72 MiB in 58 packages [2021-03-22T18:15:48.114Z] Removing intermediate container a5b35893e884 [2021-03-22T18:15:48.115Z] ---> 89f24a234dae [2021-03-22T18:15:48.115Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T18:15:48.115Z] ---> Running in a1eb3976beae [2021-03-22T18:15:48.716Z] Removing intermediate container a1eb3976beae [2021-03-22T18:15:48.716Z] ---> f6bcfd7323b4 [2021-03-22T18:15:48.716Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:15:48.990Z] ---> Running in d740d6058d2a [2021-03-22T18:15:49.591Z] Removing intermediate container d740d6058d2a [2021-03-22T18:15:49.591Z] ---> d24fc4f3e2f7 [2021-03-22T18:15:49.591Z] Step 24/26 : LABEL arch=arm64 [2021-03-22T18:15:49.866Z] ---> Running in 27de65437d00 [2021-03-22T18:15:50.465Z] Removing intermediate container 27de65437d00 [2021-03-22T18:15:50.465Z] ---> fa28e7428317 [2021-03-22T18:15:50.465Z] Step 25/26 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:15:50.465Z] ---> Running in 04a163f3fadd [2021-03-22T18:15:51.067Z] Removing intermediate container 04a163f3fadd [2021-03-22T18:15:51.067Z] ---> bde02260361c [2021-03-22T18:15:51.067Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T18:15:51.343Z] ---> Running in 34d983c3c59e [2021-03-22T18:15:51.945Z] Removing intermediate container 34d983c3c59e [2021-03-22T18:15:51.945Z] ---> 13564144a177 [2021-03-22T18:15:51.945Z] [2021-03-22T18:15:52.549Z] Successfully built 13564144a177 [2021-03-22T18:15:52.549Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-22T18:16:04.216Z] ---> 95c00364592f [2021-03-22T18:16:04.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T18:16:04.216Z] ---> be43d875a2d1 [2021-03-22T18:16:04.216Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T18:16:04.216Z] ---> Running in 1ab38781c5aa [2021-03-22T18:16:04.216Z] ---> 3249526f8929 [2021-03-22T18:16:04.216Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T18:16:04.981Z] ---> Running in dcc6d0972626 [2021-03-22T18:16:04.981Z] ---> Running in 76481b6f64d6 [2021-03-22T18:16:05.258Z] ---> 0ba3b083e76a [2021-03-22T18:16:05.258Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T18:16:05.529Z] ---> Running in 2b9e2820fc74 [2021-03-22T18:16:08.528Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T18:16:08.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T18:16:08.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T18:16:08.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T18:16:31.564Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T18:16:36.998Z] Removing intermediate container 8ded16e1b481 [2021-03-22T18:16:36.998Z] ---> 415952e11036 [2021-03-22T18:16:36.998Z] [2021-03-22T18:16:36.998Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T18:16:36.998Z] ---> d10569e2745f [2021-03-22T18:16:36.998Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T18:16:36.998Z] ---> Running in 01c8773cae13 [2021-03-22T18:16:36.998Z] Removing intermediate container 01c8773cae13 [2021-03-22T18:16:36.999Z] ---> f3114684825d [2021-03-22T18:16:36.999Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T18:16:37.310Z] ---> Running in 6159112ce928 [2021-03-22T18:16:39.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:16:39.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:16:40.024Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T18:16:40.024Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T18:16:40.024Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:16:40.024Z] OK: 5 MiB in 16 packages [2021-03-22T18:16:42.666Z] Removing intermediate container 6159112ce928 [2021-03-22T18:16:42.666Z] ---> db885d7ac005 [2021-03-22T18:16:42.666Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T18:16:42.666Z] ---> Running in bd087edbdb15 [2021-03-22T18:16:43.265Z] Removing intermediate container bd087edbdb15 [2021-03-22T18:16:43.265Z] ---> 8462fbabc3e8 [2021-03-22T18:16:43.265Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T18:16:43.863Z] ---> Running in 8e3c0a6e41c0 [2021-03-22T18:16:44.843Z] Removing intermediate container 8e3c0a6e41c0 [2021-03-22T18:16:44.843Z] ---> a846fd0ceaaa [2021-03-22T18:16:44.843Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T18:16:45.124Z] ---> Running in 15f4b6a58dd2 [2021-03-22T18:16:46.118Z] Removing intermediate container 63653ff49127 [2021-03-22T18:16:46.118Z] ---> 80cfa54d8f3f [2021-03-22T18:16:46.118Z] [2021-03-22T18:16:46.118Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T18:16:46.118Z] ---> d10569e2745f [2021-03-22T18:16:46.118Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T18:16:46.396Z] ---> Running in 4851c2201aee [2021-03-22T18:16:48.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:16:48.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:16:49.258Z] Removing intermediate container 15f4b6a58dd2 [2021-03-22T18:16:49.258Z] ---> 1d52a2c94eca [2021-03-22T18:16:49.258Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T18:16:49.258Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T18:16:49.258Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T18:16:49.258Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T18:16:49.258Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T18:16:49.258Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T18:16:49.258Z] ---> Running in 9008bb71efc2 [2021-03-22T18:16:49.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:16:49.528Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T18:16:49.802Z] OK: 7 MiB in 19 packages [2021-03-22T18:16:50.082Z] Removing intermediate container 9008bb71efc2 [2021-03-22T18:16:50.082Z] ---> f755efdf1e99 [2021-03-22T18:16:50.083Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T18:16:51.538Z] ---> 9fb1c83e3fc3 [2021-03-22T18:16:51.538Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T18:16:51.817Z] ---> Running in b45bedad1638 [2021-03-22T18:16:52.425Z] Removing intermediate container 4851c2201aee [2021-03-22T18:16:52.425Z] ---> 8a78abb82e62 [2021-03-22T18:16:52.425Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T18:16:52.703Z] ---> Running in 8f269866d049 [2021-03-22T18:16:53.696Z] Removing intermediate container 8f269866d049 [2021-03-22T18:16:53.696Z] ---> aaa3a1703f42 [2021-03-22T18:16:53.696Z] Step 13/24 : WORKDIR / [2021-03-22T18:16:54.294Z] ---> Running in d53caedf4055 [2021-03-22T18:16:55.732Z] Removing intermediate container d53caedf4055 [2021-03-22T18:16:55.733Z] ---> 61bc5f88b627 [2021-03-22T18:16:55.733Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-22T18:16:57.714Z] Removing intermediate container b45bedad1638 [2021-03-22T18:16:57.714Z] ---> dc47e97d2037 [2021-03-22T18:16:57.714Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:16:57.987Z] ---> afb69f4e6e3b [2021-03-22T18:16:57.987Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-22T18:16:59.430Z] ---> 430d92a61f68 [2021-03-22T18:16:59.430Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T18:16:59.430Z] Removing intermediate container 0fe10d79891f [2021-03-22T18:16:59.430Z] ---> 9fe43743a876 [2021-03-22T18:16:59.430Z] [2021-03-22T18:16:59.430Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T18:16:59.430Z] ---> d10569e2745f [2021-03-22T18:16:59.430Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T18:16:59.430Z] ---> Using cache [2021-03-22T18:16:59.430Z] ---> be29e1c99fcc [2021-03-22T18:16:59.430Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T18:16:59.430Z] ---> Using cache [2021-03-22T18:16:59.430Z] ---> 98cd3ee89bc3 [2021-03-22T18:16:59.430Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T18:16:59.430Z] ---> Running in d30231e1d2fc [2021-03-22T18:16:59.704Z] ---> 4137e7248f94 [2021-03-22T18:16:59.704Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T18:17:00.687Z] Removing intermediate container d30231e1d2fc [2021-03-22T18:17:00.687Z] ---> 887b93d66e95 [2021-03-22T18:17:00.687Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T18:17:00.687Z] ---> Running in 99c64b4cac89 [2021-03-22T18:17:01.287Z] ---> 33edaa135faa [2021-03-22T18:17:01.287Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T18:17:01.287Z] ---> 8027cf4dddd0 [2021-03-22T18:17:01.287Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T18:17:01.564Z] Removing intermediate container 99c64b4cac89 [2021-03-22T18:17:01.564Z] ---> e7ca929fa4fd [2021-03-22T18:17:01.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:17:03.008Z] ---> 2634cffbb9da [2021-03-22T18:17:03.008Z] ---> 712b36a1e292 [2021-03-22T18:17:03.008Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T18:17:03.008Z] [2021-03-22T18:17:03.283Z] ---> bf38344d914a [2021-03-22T18:17:03.283Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T18:17:04.289Z] ---> afef63251aab [2021-03-22T18:17:04.289Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T18:17:04.562Z] ---> 04cfc5aa6401 [2021-03-22T18:17:04.562Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T18:17:04.837Z] ---> 6680373d3218 [2021-03-22T18:17:04.838Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T18:17:05.430Z] ---> 209bd9962532 [2021-03-22T18:17:05.430Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T18:17:05.706Z] ---> Running in f5d47251a8cd [2021-03-22T18:17:05.706Z] ---> e3b718c11e0a [2021-03-22T18:17:05.706Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-22T18:17:05.706Z] ---> f35f87dc7990 [2021-03-22T18:17:05.706Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T18:17:05.706Z] ---> Running in b44cef1b3164 [2021-03-22T18:17:05.981Z] ---> Running in a31e607c0ae8 [2021-03-22T18:17:06.578Z] Removing intermediate container f5d47251a8cd [2021-03-22T18:17:06.578Z] ---> 376a9b5d2206 [2021-03-22T18:17:06.578Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T18:17:06.847Z] Removing intermediate container a31e607c0ae8 [2021-03-22T18:17:06.847Z] ---> 150e832201fa [2021-03-22T18:17:06.847Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:17:06.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T18:17:07.120Z] ---> Running in 02e013a01d34 [2021-03-22T18:17:07.392Z] ---> a17f208ed1bc [2021-03-22T18:17:07.392Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T18:17:07.672Z] Removing intermediate container 02e013a01d34 [2021-03-22T18:17:07.672Z] ---> 4b08e5701f5a [2021-03-22T18:17:07.672Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T18:17:08.649Z] ---> Running in 20a628848a82 [2021-03-22T18:17:08.649Z] ---> Running in c51cdd5f22d2 [2021-03-22T18:17:09.256Z] Removing intermediate container c51cdd5f22d2 [2021-03-22T18:17:09.256Z] ---> df7e69501f42 [2021-03-22T18:17:09.256Z] Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:09.530Z] Removing intermediate container b44cef1b3164 [2021-03-22T18:17:09.530Z] ---> 840524967362 [2021-03-22T18:17:09.530Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T18:17:09.530Z] ---> Running in 1e01ebb972ec [2021-03-22T18:17:09.803Z] ---> Running in b91322341e85 [2021-03-22T18:17:10.078Z] Removing intermediate container 1e01ebb972ec [2021-03-22T18:17:10.078Z] ---> 8acea23f0c11 [2021-03-22T18:17:10.078Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T18:17:10.349Z] Removing intermediate container b91322341e85 [2021-03-22T18:17:10.349Z] ---> 0cf01c64bf3e [2021-03-22T18:17:10.349Z] Step 22/24 : LABEL arch=arm64 [2021-03-22T18:17:10.349Z] ---> Running in 5e150663b0d0 [2021-03-22T18:17:10.622Z] ---> Running in 0dcc8454c17e [2021-03-22T18:17:10.893Z] Removing intermediate container 5e150663b0d0 [2021-03-22T18:17:10.893Z] ---> 9df8a3073361 [2021-03-22T18:17:10.893Z] [2021-03-22T18:17:11.487Z] Removing intermediate container 0dcc8454c17e [2021-03-22T18:17:11.487Z] ---> 18e8cb9278b6 [2021-03-22T18:17:11.487Z] Step 23/24 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:11.487Z] Successfully built 9df8a3073361 [2021-03-22T18:17:11.487Z] Removing intermediate container 20a628848a82 [2021-03-22T18:17:11.487Z] ---> ed6f498b5f24 [2021-03-22T18:17:11.487Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T18:17:11.487Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-22T18:17:11.487Z]  Building docker-support-scheduler-go ... done  ---> Running in c46d3fa618e9 [2021-03-22T18:17:12.081Z] ---> Running in b7ec6d73972f [2021-03-22T18:17:12.081Z] Removing intermediate container c46d3fa618e9 [2021-03-22T18:17:12.081Z] ---> ed2a69984353 [2021-03-22T18:17:12.081Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T18:17:12.357Z] ---> Running in 7c00d0b2653d [2021-03-22T18:17:12.357Z] Removing intermediate container b7ec6d73972f [2021-03-22T18:17:12.357Z] ---> 8211421a0b84 [2021-03-22T18:17:12.357Z] Step 28/31 : CMD ["gate"] [2021-03-22T18:17:12.955Z] ---> Running in 8aa17c09097f [2021-03-22T18:17:12.955Z] Removing intermediate container 7c00d0b2653d [2021-03-22T18:17:12.955Z] ---> 07f1cf1f24cd [2021-03-22T18:17:12.955Z] [2021-03-22T18:17:13.178Z] Removing intermediate container dcc6d0972626 [2021-03-22T18:17:13.178Z] ---> f4d2aaf1a76a [2021-03-22T18:17:13.178Z] [2021-03-22T18:17:13.178Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T18:17:13.178Z] ---> 88dd2752d2ea [2021-03-22T18:17:13.178Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T18:17:13.178Z] Removing intermediate container 1ab38781c5aa [2021-03-22T18:17:13.178Z] ---> 4b531d22dfe1 [2021-03-22T18:17:13.178Z] [2021-03-22T18:17:13.178Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T18:17:13.178Z] ---> 88dd2752d2ea [2021-03-22T18:17:13.178Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T18:17:13.178Z] Removing intermediate container 76481b6f64d6 [2021-03-22T18:17:13.178Z] ---> 554f78fdabae [2021-03-22T18:17:13.178Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T18:17:13.178Z] ---> Running in 3a92238c105a [2021-03-22T18:17:13.495Z] ---> Running in 8970c7354a92 [2021-03-22T18:17:13.558Z] Successfully built 07f1cf1f24cd [2021-03-22T18:17:13.558Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-22T18:17:13.558Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8aa17c09097f [2021-03-22T18:17:13.558Z] ---> 722c05664a52 [2021-03-22T18:17:13.558Z] Step 29/31 : LABEL arch=arm64 [2021-03-22T18:17:13.805Z] ---> Running in 2de60e0ea1a7 [2021-03-22T18:17:13.830Z] ---> Running in 4a730feb5ee8 [2021-03-22T18:17:14.426Z] Removing intermediate container 4a730feb5ee8 [2021-03-22T18:17:14.426Z] ---> 27cac1035809 [2021-03-22T18:17:14.426Z] Step 30/31 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:14.430Z] Removing intermediate container 8970c7354a92 [2021-03-22T18:17:14.430Z] ---> 8e14988dd6e5 [2021-03-22T18:17:14.430Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T18:17:14.713Z] ---> Running in 17c5f7ca2d23 [2021-03-22T18:17:15.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T18:17:15.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:15.033Z] ---> Running in da1c9152ff04 [2021-03-22T18:17:15.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:15.604Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T18:17:15.604Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T18:17:15.604Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T18:17:15.604Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T18:17:15.604Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T18:17:15.604Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:17:16.010Z] Removing intermediate container da1c9152ff04 [2021-03-22T18:17:16.010Z] ---> 316ec0e4e742 [2021-03-22T18:17:16.010Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T18:17:16.010Z] ---> Running in 4e898162945f [2021-03-22T18:17:16.281Z] Removing intermediate container c2423f088606 [2021-03-22T18:17:16.281Z] ---> a72a596c4b12 [2021-03-22T18:17:16.281Z] [2021-03-22T18:17:16.281Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T18:17:16.281Z] ---> d10569e2745f [2021-03-22T18:17:16.281Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T18:17:16.550Z] ---> Running in 8a2e4a14ca24 [2021-03-22T18:17:16.551Z] Removing intermediate container 4e898162945f [2021-03-22T18:17:16.551Z] ---> 80725635fb99 [2021-03-22T18:17:16.551Z] [2021-03-22T18:17:16.607Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T18:17:16.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:16.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:16.921Z] OK: 7 MiB in 19 packages [2021-03-22T18:17:17.142Z] Successfully built 80725635fb99 [2021-03-22T18:17:17.142Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-22T18:17:17.142Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8a2e4a14ca24 [2021-03-22T18:17:17.142Z] ---> 056d2174a325 [2021-03-22T18:17:17.142Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T18:17:17.295Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T18:17:17.295Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T18:17:17.295Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:17:17.295Z] OK: 6 MiB in 16 packages [2021-03-22T18:17:17.414Z] ---> Running in cf4bb9705cd3 [2021-03-22T18:17:17.688Z] Removing intermediate container cf4bb9705cd3 [2021-03-22T18:17:17.688Z] ---> 3d66d0a77241 [2021-03-22T18:17:17.688Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T18:17:17.962Z] ---> Running in 01e579146bd7 [2021-03-22T18:17:18.232Z] Removing intermediate container 01e579146bd7 [2021-03-22T18:17:18.233Z] ---> 1c1b10760120 [2021-03-22T18:17:18.233Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:17:18.503Z] ---> Running in d48bd384999a [2021-03-22T18:17:20.472Z] Removing intermediate container d48bd384999a [2021-03-22T18:17:20.472Z] ---> 2b0379bd281c [2021-03-22T18:17:20.472Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T18:17:20.745Z] ---> Running in 1f6e63e747d4 [2021-03-22T18:17:20.934Z] Removing intermediate container 2b9e2820fc74 [2021-03-22T18:17:20.934Z] ---> 2fdcd01b0413 [2021-03-22T18:17:20.935Z] [2021-03-22T18:17:20.935Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T18:17:20.935Z] ---> 88dd2752d2ea [2021-03-22T18:17:20.935Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T18:17:21.222Z] ---> Running in ad9ee75a19d2 [2021-03-22T18:17:21.551Z] Removing intermediate container 3a92238c105a [2021-03-22T18:17:21.551Z] ---> a4a290ffe465 [2021-03-22T18:17:21.551Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T18:17:21.875Z] ---> Running in da880c5f0327 [2021-03-22T18:17:21.875Z] Removing intermediate container 17c5f7ca2d23 [2021-03-22T18:17:21.875Z] ---> 02f0886fca7b [2021-03-22T18:17:21.875Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T18:17:21.875Z] Removing intermediate container ad9ee75a19d2 [2021-03-22T18:17:21.875Z] ---> 65b738c801f3 [2021-03-22T18:17:21.875Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T18:17:21.875Z] Removing intermediate container 2de60e0ea1a7 [2021-03-22T18:17:21.875Z] ---> d2dc5a5a7153 [2021-03-22T18:17:21.875Z] [2021-03-22T18:17:21.875Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T18:17:22.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T18:17:22.255Z] ---> Running in 931c9c47a967 [2021-03-22T18:17:22.255Z] ---> Running in d00acffebfed [2021-03-22T18:17:22.255Z] 20.10.0: Pulling from library/docker [2021-03-22T18:17:22.538Z] Removing intermediate container da880c5f0327 [2021-03-22T18:17:22.538Z] ---> bc8500e6005a [2021-03-22T18:17:22.538Z] Step 13/24 : WORKDIR / [2021-03-22T18:17:22.538Z] Removing intermediate container 931c9c47a967 [2021-03-22T18:17:22.538Z] ---> 48541efff43d [2021-03-22T18:17:22.538Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T18:17:22.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T18:17:22.835Z] ---> Running in db6e8f2cfb2f [2021-03-22T18:17:22.835Z] ---> Running in 6a68fcc19655 [2021-03-22T18:17:22.835Z] Removing intermediate container d00acffebfed [2021-03-22T18:17:22.835Z] ---> e8e087b1401a [2021-03-22T18:17:22.835Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T18:17:23.186Z] ---> Running in 1b5c18a7075e [2021-03-22T18:17:23.357Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T18:17:23.357Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T18:17:23.490Z] Removing intermediate container 6a68fcc19655 [2021-03-22T18:17:23.490Z] ---> 7004039f1e28 [2021-03-22T18:17:23.490Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T18:17:23.626Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T18:17:23.626Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T18:17:23.776Z] Removing intermediate container db6e8f2cfb2f [2021-03-22T18:17:23.776Z] ---> c5400bc9fc1e [2021-03-22T18:17:23.776Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-22T18:17:23.895Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T18:17:24.071Z] ---> Running in c3a76a5f61ed [2021-03-22T18:17:24.169Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T18:17:24.169Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:17:24.169Z] OK: 8 MiB in 20 packages [2021-03-22T18:17:24.354Z] Removing intermediate container 1b5c18a7075e [2021-03-22T18:17:24.354Z] ---> cbcec173f897 [2021-03-22T18:17:24.354Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T18:17:24.630Z] ---> d55f1985003a [2021-03-22T18:17:24.630Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-22T18:17:24.901Z] ---> Running in a8df75c178e2 [2021-03-22T18:17:25.600Z] Removing intermediate container 1f6e63e747d4 [2021-03-22T18:17:25.601Z] ---> 5cb87ad7ac6c [2021-03-22T18:17:25.601Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:17:25.997Z] ---> 5749e10b154d [2021-03-22T18:17:25.997Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T18:17:26.576Z] ---> 0c2af5755959 [2021-03-22T18:17:26.576Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T18:17:27.189Z] ---> 534ef68021a4 [2021-03-22T18:17:27.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T18:17:27.477Z] Removing intermediate container c3a76a5f61ed [2021-03-22T18:17:27.477Z] ---> 706954610a8b [2021-03-22T18:17:27.477Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T18:17:27.477Z] ---> Running in 9c6485df6858 [2021-03-22T18:17:27.552Z] ---> 13b9b055dbce [2021-03-22T18:17:27.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T18:17:27.747Z] Removing intermediate container a8df75c178e2 [2021-03-22T18:17:27.747Z] ---> 9c4c8d9f0c59 [2021-03-22T18:17:27.747Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T18:17:28.531Z] ---> 20814e54d260 [2021-03-22T18:17:28.531Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T18:17:28.531Z] ---> Running in f5ec688c3af3 [2021-03-22T18:17:28.801Z] Removing intermediate container f5ec688c3af3 [2021-03-22T18:17:28.801Z] ---> db3966a66236 [2021-03-22T18:17:28.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:17:28.879Z] ---> Running in c848f36fd73b [2021-03-22T18:17:28.879Z] ---> 0c02a26926bf [2021-03-22T18:17:28.879Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T18:17:29.073Z] ---> Running in ef78fe3b9c00 [2021-03-22T18:17:29.346Z] Removing intermediate container ef78fe3b9c00 [2021-03-22T18:17:29.346Z] ---> eabd42f7181a [2021-03-22T18:17:29.346Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T18:17:29.616Z] ---> Running in c42ff58cfe57 [2021-03-22T18:17:29.695Z] Removing intermediate container c848f36fd73b [2021-03-22T18:17:29.695Z] ---> 4bbdd412500f [2021-03-22T18:17:29.695Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T18:17:29.893Z] Removing intermediate container c42ff58cfe57 [2021-03-22T18:17:29.893Z] ---> 0c19d68121f0 [2021-03-22T18:17:29.893Z] Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:30.164Z] ---> Running in 4dc76ced22c9 [2021-03-22T18:17:30.757Z] Removing intermediate container 4dc76ced22c9 [2021-03-22T18:17:30.757Z] ---> 9f26f86bcd0d [2021-03-22T18:17:30.757Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T18:17:30.757Z] ---> Running in b097f10ed87d [2021-03-22T18:17:31.351Z] Removing intermediate container b097f10ed87d [2021-03-22T18:17:31.351Z] ---> 976b16da835a [2021-03-22T18:17:31.351Z] [2021-03-22T18:17:31.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:31.622Z] Successfully built 976b16da835a [2021-03-22T18:17:31.623Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-22T18:17:32.250Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-22T18:17:32.307Z] $ docker stop --time=1 c6612d517c54e1c8983e31cbe5bc3da07b2356ab134e60e7d64ef266feb5a512 [2021-03-22T18:17:32.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:32.508Z] ---> d3edcc4b22b6 [2021-03-22T18:17:32.508Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T18:17:32.508Z] ---> 3cebd3247494 [2021-03-22T18:17:32.508Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T18:17:32.797Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T18:17:33.069Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T18:17:33.070Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T18:17:33.070Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T18:17:33.335Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T18:17:33.617Z] ---> Running in 0f071057b873 [2021-03-22T18:17:33.617Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T18:17:33.617Z] ---> 3f0fcbb85a41 [2021-03-22T18:17:33.617Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-22T18:17:33.617Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:17:33.617Z] OK: 8 MiB in 20 packages [2021-03-22T18:17:33.899Z] ---> Running in ed5cac077bd0 [2021-03-22T18:17:34.343Z] $ docker rm -f c6612d517c54e1c8983e31cbe5bc3da07b2356ab134e60e7d64ef266feb5a512 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T18:17:35.078Z] + docker images [2021-03-22T18:17:35.079Z] + grep docker [2021-03-22T18:17:35.351Z] docker-core-data-go-arm64 latest 976b16da835a 4 seconds ago 21.3MB [2021-03-22T18:17:35.351Z] docker-security-bootstrapper-go-arm64 latest 80725635fb99 19 seconds ago 17.8MB [2021-03-22T18:17:35.351Z] docker-security-secretstore-setup-go-arm64 latest 07f1cf1f24cd 23 seconds ago 23.7MB [2021-03-22T18:17:35.351Z] docker-support-scheduler-go-arm64 latest 9df8a3073361 25 seconds ago 16.3MB [2021-03-22T18:17:35.351Z] docker-sys-mgmt-agent-go-arm64 latest 13564144a177 About a minute ago 300MB [2021-03-22T18:17:35.351Z] docker-core-metadata-go-arm64 latest b864efa7deba 3 minutes ago 17.9MB [2021-03-22T18:17:35.351Z] docker-support-notifications-go-arm64 latest 7615eaebda45 3 minutes ago 16.9MB [2021-03-22T18:17:35.351Z] docker-core-command-go-arm64 latest 935a805f79fe 3 minutes ago 16.3MB [2021-03-22T18:17:35.351Z] docker-security-proxy-setup-go-arm64 latest 046d936f0772 3 minutes ago 23.4MB [2021-03-22T18:17:35.351Z] docker 20.10.0 eeaf43b92773 3 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] } [2021-03-22T18:17:36.006Z] Removing intermediate container 9c6485df6858 [2021-03-22T18:17:36.006Z] ---> 32066524fc8e [2021-03-22T18:17:36.006Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:17:36.681Z] ---> job-cost.sh [2021-03-22T18:17:36.681Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C0BD [2021-03-22T18:17:37.009Z] ---> e8828eb3b81f [2021-03-22T18:17:37.009Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T18:17:37.527Z] Removing intermediate container 0f071057b873 [2021-03-22T18:17:37.527Z] ---> ba0c46a8ce63 [2021-03-22T18:17:37.527Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T18:17:38.770Z] Removing intermediate container ed5cac077bd0 [2021-03-22T18:17:38.770Z] ---> 68e5fbb24bff [2021-03-22T18:17:38.770Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T18:17:38.770Z] ---> Running in 7da0d5db0fa5 [2021-03-22T18:17:38.770Z] ---> c98a6e70a8ea [2021-03-22T18:17:38.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T18:17:39.063Z] ---> ae1a405e6429 [2021-03-22T18:17:39.063Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T18:17:39.063Z] Removing intermediate container 7da0d5db0fa5 [2021-03-22T18:17:39.063Z] ---> cc76c13009ff [2021-03-22T18:17:39.063Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T18:17:39.343Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T18:17:39.343Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T18:17:39.343Z] ---> aefe523efa57 [2021-03-22T18:17:39.343Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T18:17:39.826Z] ---> Running in 5912a3ab2525 [2021-03-22T18:17:40.114Z] ---> 87f427c49a0f [2021-03-22T18:17:40.114Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T18:17:40.114Z] ---> Running in 76339c8666d4 [2021-03-22T18:17:40.428Z] ---> Running in 6652583bcf60 [2021-03-22T18:17:40.428Z] Removing intermediate container 5912a3ab2525 [2021-03-22T18:17:40.428Z] ---> 7dc09a771acc [2021-03-22T18:17:40.428Z] Step 23/24 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:40.728Z] ---> aea5a1bd5706 [2021-03-22T18:17:40.728Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T18:17:41.054Z] ---> Running in 78a96c2163d4 [2021-03-22T18:17:41.054Z] Removing intermediate container 6652583bcf60 [2021-03-22T18:17:41.054Z] ---> b190007ed454 [2021-03-22T18:17:41.054Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:17:41.355Z] ---> Running in 14305cc03a6f [2021-03-22T18:17:41.355Z] Removing intermediate container 78a96c2163d4 [2021-03-22T18:17:41.355Z] ---> 0a9d5866e359 [2021-03-22T18:17:41.355Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T18:17:41.678Z] ---> 97cb090fb3c4 [2021-03-22T18:17:41.678Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T18:17:41.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:41.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:41.678Z] ---> Running in 12f287ede710 [2021-03-22T18:17:42.059Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T18:17:42.059Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T18:17:42.059Z] Executing bash-5.0.17-r0.post-install [2021-03-22T18:17:42.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:17:42.059Z] Removing intermediate container 14305cc03a6f [2021-03-22T18:17:42.059Z] ---> 0f0cd45c0d6e [2021-03-22T18:17:42.059Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T18:17:42.059Z] OK: 12 MiB in 22 packages [2021-03-22T18:17:42.409Z] ---> Running in 26de6a6ac6a0 [2021-03-22T18:17:42.409Z] Removing intermediate container 12f287ede710 [2021-03-22T18:17:42.409Z] ---> fe9c854acb31 [2021-03-22T18:17:42.409Z] [2021-03-22T18:17:42.691Z] ---> e3c00023620b [2021-03-22T18:17:42.691Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T18:17:43.375Z] Removing intermediate container 26de6a6ac6a0 [2021-03-22T18:17:43.375Z] ---> 3a2d21d81769 [2021-03-22T18:17:43.375Z] Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:43.659Z] ---> Running in 02121f44e408 [2021-03-22T18:17:44.022Z] Successfully built fe9c854acb31 [2021-03-22T18:17:44.291Z] ---> 347985aa21ba [2021-03-22T18:17:44.291Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T18:17:44.291Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T18:17:44.291Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76339c8666d4 [2021-03-22T18:17:44.291Z] ---> 1072f4d67469 [2021-03-22T18:17:44.291Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T18:17:44.638Z] Removing intermediate container 02121f44e408 [2021-03-22T18:17:44.638Z] ---> 6a9cabbfb090 [2021-03-22T18:17:44.638Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T18:17:44.638Z] ---> Running in 23cd233e1f25 [2021-03-22T18:17:44.928Z] ---> Running in 6aa48e9c1dbf [2021-03-22T18:17:44.929Z] ---> Running in cd4e9a053f13 [2021-03-22T18:17:45.202Z] Removing intermediate container 23cd233e1f25 [2021-03-22T18:17:45.202Z] ---> 7a4fb8346a45 [2021-03-22T18:17:45.202Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T18:17:45.202Z] Removing intermediate container 6aa48e9c1dbf [2021-03-22T18:17:45.202Z] ---> 45b9b8b0e9e5 [2021-03-22T18:17:45.202Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T18:17:45.202Z] Removing intermediate container cd4e9a053f13 [2021-03-22T18:17:45.202Z] ---> 2b1ac01ce592 [2021-03-22T18:17:45.202Z] [2021-03-22T18:17:45.498Z] ---> Running in 0aec7c5d08fa [2021-03-22T18:17:45.788Z] Successfully built 2b1ac01ce592 [2021-03-22T18:17:45.788Z] Successfully tagged docker-core-data-go:latest [2021-03-22T18:17:45.788Z] ---> d3bd9b1ef79b [2021-03-22T18:17:45.788Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T18:17:45.788Z]  Building docker-core-data-go ... done Removing intermediate container 0aec7c5d08fa [2021-03-22T18:17:45.788Z] ---> 2edeb843d8f2 [2021-03-22T18:17:45.788Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T18:17:46.085Z] ---> Running in 6d04bd9307b5 [2021-03-22T18:17:46.437Z] ---> Running in c4d13666bae5 [2021-03-22T18:17:46.745Z] Removing intermediate container c4d13666bae5 [2021-03-22T18:17:46.745Z] ---> d4b42a863cc7 [2021-03-22T18:17:46.745Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T18:17:47.751Z] ---> b22350f6046a [2021-03-22T18:17:47.751Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T18:17:48.338Z] ---> c91e77f2d663 [2021-03-22T18:17:48.338Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T18:17:48.634Z] Removing intermediate container 6d04bd9307b5 [2021-03-22T18:17:48.634Z] ---> ea8f9259af89 [2021-03-22T18:17:48.634Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T18:17:48.898Z] ---> Running in 79ab1d6e35e3 [2021-03-22T18:17:49.172Z] ---> e3562ddc2092 [2021-03-22T18:17:49.172Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T18:17:49.172Z] Removing intermediate container 79ab1d6e35e3 [2021-03-22T18:17:49.172Z] ---> e2efbf3b9f08 [2021-03-22T18:17:49.172Z] Step 28/31 : CMD ["gate"] [2021-03-22T18:17:49.172Z] ---> Running in 1f4079b50952 [2021-03-22T18:17:49.451Z] ---> Running in 905f8ee29bad [2021-03-22T18:17:50.478Z] Removing intermediate container 905f8ee29bad [2021-03-22T18:17:50.478Z] ---> c1bb952cc149 [2021-03-22T18:17:50.478Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T18:17:50.478Z] ---> Running in 3783e7a4bdf1 [2021-03-22T18:17:50.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:50.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:17:50.775Z] Removing intermediate container 3783e7a4bdf1 [2021-03-22T18:17:50.775Z] ---> 7ad42184b2cf [2021-03-22T18:17:50.775Z] Step 30/31 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:17:51.051Z] ---> Running in 720cccef2bcd [2021-03-22T18:17:51.051Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T18:17:51.051Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T18:17:51.051Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T18:17:51.051Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T18:17:51.051Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T18:17:51.051Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T18:17:51.051Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T18:17:52.189Z] Removing intermediate container 720cccef2bcd [2021-03-22T18:17:52.189Z] ---> 07b43e3ab728 [2021-03-22T18:17:52.189Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T18:17:54.836Z] ---> Running in c5e04448c8b5 [2021-03-22T18:17:54.836Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T18:17:54.836Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T18:17:54.836Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T18:17:54.836Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T18:17:54.836Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T18:17:54.836Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T18:17:54.836Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T18:17:54.836Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T18:17:54.836Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T18:17:54.836Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T18:17:55.120Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T18:17:55.400Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T18:17:55.400Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T18:17:55.400Z] Removing intermediate container c5e04448c8b5 [2021-03-22T18:17:55.400Z] ---> e34c2c356e53 [2021-03-22T18:17:55.400Z] [2021-03-22T18:17:55.400Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T18:17:55.400Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T18:17:55.400Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T18:17:55.400Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T18:17:55.400Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T18:17:55.676Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T18:17:55.676Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T18:17:55.676Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T18:17:55.676Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T18:17:55.676Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T18:17:55.676Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T18:17:55.953Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T18:17:55.953Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T18:17:55.953Z] Successfully built e34c2c356e53 [2021-03-22T18:17:56.224Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T18:17:56.224Z]  Building docker-security-bootstrapper-go ... done Executing busybox-1.31.1-r19.trigger [2021-03-22T18:17:56.224Z] OK: 71 MiB in 55 packages [2021-03-22T18:18:06.750Z] Removing intermediate container 1f4079b50952 [2021-03-22T18:18:06.750Z] ---> 1de1ee6fbaee [2021-03-22T18:18:06.750Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T18:18:06.750Z] ---> Running in a909c8a19414 [2021-03-22T18:18:10.176Z] Collecting docker-compose==1.23.2 [2021-03-22T18:18:10.176Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T18:18:10.451Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T18:18:10.451Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T18:18:10.777Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T18:18:10.777Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T18:18:11.069Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T18:18:11.069Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T18:18:11.349Z] Collecting PyYAML<4,>=3.10 [2021-03-22T18:18:11.349Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T18:18:13.101Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T18:18:13.101Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T18:18:13.412Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-22T18:18:13.412Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T18:18:13.412Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T18:18:14.310Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T18:18:14.310Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T18:18:14.927Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T18:18:14.927Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T18:18:15.618Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-22T18:18:15.924Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T18:18:15.925Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T18:18:15.925Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-22T18:18:15.925Z] Collecting idna<2.8,>=2.5 [2021-03-22T18:18:15.925Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T18:18:16.222Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T18:18:16.222Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T18:18:16.222Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-22T18:18:16.222Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T18:18:16.222Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T18:18:16.516Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T18:18:16.516Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T18:18:16.516Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T18:18:16.516Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T18:18:16.801Z] Installing collected packages: idna, urllib3, requests, jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, docker, texttable, dockerpty, docopt, docker-compose [2021-03-22T18:18:16.801Z] Attempting uninstall: idna [2021-03-22T18:18:16.801Z] Found existing installation: idna 2.9 [2021-03-22T18:18:16.801Z] Uninstalling idna-2.9: [2021-03-22T18:18:16.801Z] Successfully uninstalled idna-2.9 [2021-03-22T18:18:17.090Z] Attempting uninstall: urllib3 [2021-03-22T18:18:17.090Z] Found existing installation: urllib3 1.25.9 [2021-03-22T18:18:17.090Z] Uninstalling urllib3-1.25.9: [2021-03-22T18:18:17.090Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T18:18:17.372Z] Attempting uninstall: requests [2021-03-22T18:18:17.372Z] Found existing installation: requests 2.23.0 [2021-03-22T18:18:17.372Z] Uninstalling requests-2.23.0: [2021-03-22T18:18:17.641Z] Successfully uninstalled requests-2.23.0 [2021-03-22T18:18:17.929Z] Running setup.py install for PyYAML: started [2021-03-22T18:18:19.369Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T18:18:19.973Z] Running setup.py install for texttable: started [2021-03-22T18:18:20.574Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T18:18:20.574Z] Running setup.py install for dockerpty: started [2021-03-22T18:18:21.528Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T18:18:21.528Z] Running setup.py install for docopt: started [2021-03-22T18:18:22.114Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T18:18:22.379Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-22T18:18:27.882Z] Removing intermediate container a909c8a19414 [2021-03-22T18:18:27.882Z] ---> f46957e5bb4e [2021-03-22T18:18:27.882Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T18:18:27.882Z] ---> Running in 788d2884e8b6 [2021-03-22T18:18:28.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T18:18:28.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T18:18:28.454Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T18:18:28.454Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T18:18:28.454Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T18:18:28.454Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T18:18:28.454Z] OK: 72 MiB in 58 packages [2021-03-22T18:18:31.533Z] Removing intermediate container 788d2884e8b6 [2021-03-22T18:18:31.533Z] ---> 9c0fff10ca11 [2021-03-22T18:18:31.533Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T18:18:31.533Z] ---> Running in f91ad4b2f19d [2021-03-22T18:18:31.533Z] Removing intermediate container f91ad4b2f19d [2021-03-22T18:18:31.533Z] ---> 0e54044ef1b2 [2021-03-22T18:18:31.533Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T18:18:31.533Z] ---> Running in b05938611f38 [2021-03-22T18:18:31.802Z] Removing intermediate container b05938611f38 [2021-03-22T18:18:31.802Z] ---> d6bb686ad395 [2021-03-22T18:18:31.802Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T18:18:32.074Z] ---> Running in f11ed57a8daa [2021-03-22T18:18:32.355Z] Removing intermediate container f11ed57a8daa [2021-03-22T18:18:32.355Z] ---> 85db7d2d9fbb [2021-03-22T18:18:32.355Z] Step 25/26 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:18:32.620Z] ---> Running in f94463f73b2a [2021-03-22T18:18:32.889Z] Removing intermediate container f94463f73b2a [2021-03-22T18:18:32.889Z] ---> 8831498cce02 [2021-03-22T18:18:32.889Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T18:18:33.166Z] ---> Running in e746a6fdbc1c [2021-03-22T18:18:33.436Z] Removing intermediate container e746a6fdbc1c [2021-03-22T18:18:33.436Z] ---> 6aebedbec52f [2021-03-22T18:18:33.436Z] [2021-03-22T18:18:34.086Z] Successfully built 6aebedbec52f [2021-03-22T18:18:34.086Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T18:18:35.488Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T18:18:35.610Z] $ docker stop --time=1 da05edd3756fb48f8d6f9ec0dc1edd1a2f4ac7f5e020574dbf87855207d1f7bb [2021-03-22T18:18:38.418Z] $ docker rm -f da05edd3756fb48f8d6f9ec0dc1edd1a2f4ac7f5e020574dbf87855207d1f7bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T18:18:39.215Z] + docker images [2021-03-22T18:18:39.215Z] + grep docker [2021-03-22T18:18:39.808Z] docker-sys-mgmt-agent-go latest 6aebedbec52f 6 seconds ago 313MB [2021-03-22T18:18:39.808Z] docker-security-bootstrapper-go latest e34c2c356e53 45 seconds ago 18.8MB [2021-03-22T18:18:39.808Z] docker-core-data-go latest 2b1ac01ce592 54 seconds ago 22.6MB [2021-03-22T18:18:39.808Z] docker-security-secretstore-setup-go latest fe9c854acb31 57 seconds ago 24.9MB [2021-03-22T18:18:39.808Z] docker-core-metadata-go latest 9a502594c61d 5 minutes ago 19.1MB [2021-03-22T18:18:39.808Z] docker-core-command-go latest 8b4ba0f29070 5 minutes ago 17.3MB [2021-03-22T18:18:39.808Z] docker-support-notifications-go latest fa5ad8f5425e 5 minutes ago 17.9MB [2021-03-22T18:18:39.808Z] docker-security-proxy-setup-go latest b2b6c80e7126 5 minutes ago 24.7MB [2021-03-22T18:18:39.808Z] docker-support-scheduler-go latest 81f7289776f7 5 minutes ago 17.3MB [2021-03-22T18:18:39.808Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-22T18:18:56.178Z] Still waiting to schedule task [2021-03-22T18:18:56.178Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T18:19:52.355Z] lf-activate-venv(): INFO: Adding /tmp/venv-C0BD/bin to PATH [2021-03-22T18:19:52.355Z] INFO: No Stack... [2021-03-22T18:19:52.355Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-22T18:19:52.355Z] INFO: Archiving Costs [Pipeline] sh [2021-03-22T18:19:52.693Z] + cut -d, -f6 [2021-03-22T18:19:52.693Z] + cat /w/workspace/edgex-go/13/archives/cost.csv [Pipeline] lock [2021-03-22T18:19:52.815Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] [2021-03-22T18:19:52.825Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] did not exist. Created. [2021-03-22T18:19:52.825Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-22T18:19:53.290Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-22T18:19:53.700Z] Stashed 1 file(s) [Pipeline] } [2021-03-22T18:19:53.715Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T18:19:56.396Z] Running on prd-ubuntu18.04-docker-8c-8g-30901 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws [2021-03-22T18:19:56.466Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-22T18:19:58.927Z] using credential edgex-jenkins-ssh [2021-03-22T18:19:58.988Z] Cloning the remote Git repository [2021-03-22T18:19:59.021Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T18:19:59.110Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-22T18:19:59.149Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T18:19:59.149Z] > git --version # timeout=10 [2021-03-22T18:19:59.158Z] > git --version # 'git version 2.17.1' [2021-03-22T18:19:59.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T18:19:59.190Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T18:20:05.864Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T18:20:05.872Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T18:20:05.884Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T18:20:05.898Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T18:20:05.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T18:20:05.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T18:20:06.528Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:20:06.726Z] Merge succeeded, producing 2356c2543f09cd9d780fd1dc657c0892f78efc07 [2021-03-22T18:20:06.727Z] Checking out Revision 2356c2543f09cd9d780fd1dc657c0892f78efc07 (PR-3223) [2021-03-22T18:20:06.540Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T18:20:06.545Z] > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 [2021-03-22T18:20:06.691Z] > git remote # timeout=10 [2021-03-22T18:20:06.700Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T18:20:06.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T18:20:06.713Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-22T18:20:06.723Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T18:20:06.733Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T18:20:06.737Z] > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 [2021-03-22T18:20:10.579Z] Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:20:11.883Z] + echo snap-build.sh [2021-03-22T18:20:11.883Z] snap-build.sh [2021-03-22T18:20:11.883Z] + SNAP_BASE_DIR=. [2021-03-22T18:20:11.883Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-03-22T18:20:11.883Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-03-22T18:20:11.883Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-03-22T18:20:11.883Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-03-22T18:20:11.883Z] + cd /w/workspace/edgex-go/13 [2021-03-22T18:20:11.883Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-22T18:20:11.883Z] Reading package lists... [2021-03-22T18:20:12.149Z] Building dependency tree... [2021-03-22T18:20:12.149Z] Reading state information... [2021-03-22T18:20:12.414Z] The following packages were automatically installed and are no longer required: [2021-03-22T18:20:12.414Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-22T18:20:12.414Z] uidmap xdelta3 [2021-03-22T18:20:12.414Z] Use 'sudo apt autoremove' to remove them. [2021-03-22T18:20:12.677Z] The following packages will be REMOVED: [2021-03-22T18:20:12.677Z] lxd* lxd-client* [2021-03-22T18:20:13.262Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-22T18:20:13.262Z] After this operation, 31.7 MB disk space will be freed. [2021-03-22T18:20:14.869Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-22T18:20:14.869Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T18:20:16.281Z] Removing lxd dnsmasq configuration [2021-03-22T18:20:16.281Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T18:20:16.544Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-22T18:20:17.496Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-22T18:20:18.023Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-22T18:20:18.023Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T18:20:19.972Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-22T18:20:19.972Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-22T18:20:22.535Z] + sudo snap remove --purge lxd [2021-03-22T18:20:22.798Z] snap "lxd" is not installed [2021-03-22T18:20:22.798Z] + sudo groupadd --force --system lxd [2021-03-22T18:20:22.798Z] ++ whoami [2021-03-22T18:20:22.798Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-22T18:20:22.798Z] + newgrp - lxd [2021-03-22T18:20:22.798Z] + sudo snap install lxd [2021-03-22T18:20:35.133Z] 2021-03-22T18:20:32Z INFO Waiting for automatic snapd restart... [2021-03-22T18:20:53.329Z] lxd 4.12 from Canonical* installed [2021-03-22T18:20:53.329Z] + sudo lxd init --auto [2021-03-22T18:21:03.380Z] + sudo snap install --classic snapcraft [2021-03-22T18:21:18.354Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T18:21:18.354Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-22T18:21:18.354Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-22T18:21:18.354Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T18:21:18.354Z] Dload Upload Total Spent Left Speed [2021-03-22T18:21:18.354Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3603 0 --:--:-- --:--:-- --:--:-- 3603 [2021-03-22T18:21:18.354Z] 28 3325k 28 938k 0 0 3352k 0 --:--:-- --:--:-- --:--:-- 3352k 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 89.6M [2021-03-22T18:21:18.354Z] ./yq_linux_amd64 [2021-03-22T18:21:18.354Z] + sudo snapcraft prime --use-lxd [2021-03-22T18:21:20.284Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-22T18:21:20.284Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-22T18:21:20.284Z] - README.md [2021-03-22T18:21:20.284Z] [2021-03-22T18:21:20.284Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T18:21:21.681Z] Launching a container. [2021-03-22T18:21:39.861Z] Waiting for container to be ready [2021-03-22T18:21:39.861Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-22T18:21:39.861Z] [2021-03-22T18:21:43.195Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-22T18:21:43.461Z] Waiting for network to be ready... [2021-03-22T18:21:44.040Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T18:21:44.305Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T18:21:44.305Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T18:21:44.305Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T18:21:44.571Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T18:21:44.571Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T18:21:44.571Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T18:21:44.571Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T18:21:44.571Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T18:21:44.571Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T18:21:44.834Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T18:21:44.834Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T18:21:45.098Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T18:21:45.363Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T18:21:45.363Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T18:21:45.363Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T18:21:45.363Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T18:21:45.363Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T18:21:45.628Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T18:21:45.628Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T18:21:45.892Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T18:21:45.892Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T18:21:45.892Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T18:21:45.892Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T18:21:45.892Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T18:21:45.892Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T18:21:45.892Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T18:21:50.122Z] Fetched 24.1 MB in 6s (4084 kB/s) [2021-03-22T18:21:52.687Z] Reading package lists... [2021-03-22T18:21:52.687Z] Reading package lists... [2021-03-22T18:21:52.951Z] Building dependency tree... [2021-03-22T18:21:52.951Z] Reading state information... [2021-03-22T18:21:53.215Z] The following additional packages will be installed: [2021-03-22T18:21:53.215Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T18:21:53.215Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T18:21:53.215Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T18:21:53.215Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-22T18:21:53.215Z] Suggested packages: [2021-03-22T18:21:53.215Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-22T18:21:53.215Z] Recommended packages: [2021-03-22T18:21:53.215Z] gnupg libsasl2-modules [2021-03-22T18:21:53.215Z] The following NEW packages will be installed: [2021-03-22T18:21:53.215Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T18:21:53.215Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T18:21:53.215Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T18:21:53.215Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-22T18:21:53.215Z] The following packages will be upgraded: [2021-03-22T18:21:53.215Z] gpg gpg-agent gpgconf libudev1 [2021-03-22T18:21:53.481Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-22T18:21:53.481Z] Need to get 3530 kB of archives. [2021-03-22T18:21:53.481Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-22T18:21:53.481Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-22T18:21:53.481Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-22T18:21:53.481Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-22T18:21:53.481Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-22T18:21:53.481Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-22T18:21:54.059Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-22T18:21:54.323Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-22T18:21:54.323Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-22T18:21:54.323Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-22T18:21:54.323Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-22T18:21:54.323Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-22T18:21:54.323Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-22T18:21:54.323Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-22T18:21:54.323Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-22T18:21:54.323Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-22T18:21:54.323Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-22T18:21:54.323Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-22T18:21:54.323Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-22T18:21:54.323Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-22T18:21:54.323Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-22T18:21:54.323Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-22T18:21:54.323Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-22T18:21:54.587Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T18:21:54.587Z] Fetched 3530 kB in 1s (3114 kB/s) [2021-03-22T18:21:54.851Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T18:21:54.851Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-22T18:21:54.851Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T18:21:54.851Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-22T18:21:55.115Z] Selecting previously unselected package udev. [2021-03-22T18:21:55.115Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T18:21:55.115Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-22T18:21:55.115Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-22T18:21:55.378Z] Selecting previously unselected package libfuse2:amd64. [2021-03-22T18:21:55.378Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T18:21:55.378Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T18:21:55.642Z] Selecting previously unselected package fuse. [2021-03-22T18:21:55.642Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T18:21:55.642Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-22T18:21:55.642Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T18:21:55.642Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T18:21:55.642Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T18:21:55.905Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T18:21:55.905Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T18:21:55.905Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T18:21:56.169Z] Selecting previously unselected package libksba8:amd64. [2021-03-22T18:21:56.169Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-22T18:21:56.169Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-22T18:21:56.169Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-22T18:21:56.170Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.170Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.433Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-22T18:21:56.433Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.433Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.433Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-22T18:21:56.433Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.433Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.433Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-22T18:21:56.433Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.433Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.697Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-22T18:21:56.697Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.697Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.697Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-22T18:21:56.697Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.697Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.962Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-22T18:21:56.962Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.962Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.962Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-22T18:21:56.962Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.962Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:56.962Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-22T18:21:56.962Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T18:21:56.962Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:57.226Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-22T18:21:57.226Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T18:21:57.226Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T18:21:57.226Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-22T18:21:57.226Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T18:21:57.226Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T18:21:57.490Z] Selecting previously unselected package libldap-common. [2021-03-22T18:21:57.490Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-22T18:21:57.490Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T18:21:57.490Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-22T18:21:57.490Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-22T18:21:57.490Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T18:21:57.490Z] Selecting previously unselected package dirmngr. [2021-03-22T18:21:57.490Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T18:21:57.490Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T18:21:57.754Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T18:21:57.754Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-22T18:21:57.754Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T18:21:57.754Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T18:21:57.754Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T18:21:58.020Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-22T18:21:58.020Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:58.020Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-22T18:21:58.020Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T18:21:58.020Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-22T18:21:58.599Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-22T18:21:58.599Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:58.863Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-22T18:21:58.863Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-22T18:21:58.863Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-22T18:21:58.863Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:58.864Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:58.864Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:58.864Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:59.127Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:59.127Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:59.127Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T18:21:59.127Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T18:21:59.127Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T18:21:59.127Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T18:22:00.085Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-22T18:22:00.085Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-22T18:22:00.085Z] This means they are not meant to be enabled using systemctl. [2021-03-22T18:22:00.085Z] Possible reasons for having this kind of units are: [2021-03-22T18:22:00.085Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-22T18:22:00.085Z] .wants/ or .requires/ directory. [2021-03-22T18:22:00.085Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-22T18:22:00.085Z] a requirement dependency on it. [2021-03-22T18:22:00.085Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-22T18:22:00.085Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-22T18:22:00.085Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-22T18:22:00.085Z] instance name specified. [2021-03-22T18:22:00.662Z] Reading package lists... [2021-03-22T18:22:00.927Z] Building dependency tree... [2021-03-22T18:22:00.927Z] Reading state information... [2021-03-22T18:22:01.191Z] The following additional packages will be installed: [2021-03-22T18:22:01.191Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-22T18:22:01.191Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-22T18:22:01.191Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-22T18:22:01.191Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-22T18:22:01.191Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-22T18:22:01.191Z] Suggested packages: [2021-03-22T18:22:01.191Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-22T18:22:01.191Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-22T18:22:01.191Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-22T18:22:01.191Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-22T18:22:01.191Z] systemd-container policykit-1 [2021-03-22T18:22:01.191Z] Recommended packages: [2021-03-22T18:22:01.191Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-22T18:22:01.191Z] The following NEW packages will be installed: [2021-03-22T18:22:01.191Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-22T18:22:01.191Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-22T18:22:01.191Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-22T18:22:01.191Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-22T18:22:01.191Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-22T18:22:01.191Z] The following packages will be upgraded: [2021-03-22T18:22:01.191Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-22T18:22:01.191Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-22T18:22:01.191Z] Need to get 35.2 MB of archives. [2021-03-22T18:22:01.191Z] After this operation, 141 MB of additional disk space will be used. [2021-03-22T18:22:01.191Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-22T18:22:01.191Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-22T18:22:01.454Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-22T18:22:01.454Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-22T18:22:01.454Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-22T18:22:01.454Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-22T18:22:01.454Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-22T18:22:01.454Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-22T18:22:01.454Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-22T18:22:01.454Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-22T18:22:01.454Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-22T18:22:01.454Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-22T18:22:01.454Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-22T18:22:01.454Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-22T18:22:01.454Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-22T18:22:01.454Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-22T18:22:01.454Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-22T18:22:01.454Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-22T18:22:01.454Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-22T18:22:02.033Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-22T18:22:02.033Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-22T18:22:02.033Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-22T18:22:02.033Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-22T18:22:02.033Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-22T18:22:02.033Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-22T18:22:02.033Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-22T18:22:02.033Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-22T18:22:02.033Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-22T18:22:02.297Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-22T18:22:02.297Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-22T18:22:02.562Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T18:22:02.562Z] Fetched 35.2 MB in 1s (30.6 MB/s) [2021-03-22T18:22:02.562Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T18:22:02.562Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-22T18:22:02.831Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T18:22:03.790Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-22T18:22:03.790Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T18:22:03.790Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-22T18:22:04.053Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T18:22:04.053Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T18:22:04.053Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T18:22:04.316Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-22T18:22:04.581Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T18:22:04.581Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T18:22:04.581Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T18:22:04.844Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-22T18:22:04.844Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-22T18:22:05.421Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-22T18:22:05.684Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-22T18:22:05.684Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T18:22:05.684Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T18:22:05.947Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-22T18:22:05.947Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T18:22:05.947Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:06.212Z] Selecting previously unselected package libexpat1:amd64. [2021-03-22T18:22:06.212Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-22T18:22:06.212Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T18:22:06.476Z] Selecting previously unselected package python3.6-minimal. [2021-03-22T18:22:06.477Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T18:22:06.477Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:06.740Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T18:22:07.004Z] Checking for services that may need to be restarted...done. [2021-03-22T18:22:07.004Z] Checking for services that may need to be restarted...done. [2021-03-22T18:22:07.004Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:07.004Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T18:22:07.004Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:07.956Z] Selecting previously unselected package python3-minimal. [2021-03-22T18:22:07.956Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-22T18:22:07.956Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-22T18:22:07.956Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-22T18:22:07.956Z] Selecting previously unselected package mime-support. [2021-03-22T18:22:07.956Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-22T18:22:07.956Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-22T18:22:08.219Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-22T18:22:08.219Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-22T18:22:08.219Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T18:22:08.219Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-22T18:22:08.219Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T18:22:08.219Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:08.482Z] Selecting previously unselected package python3.6. [2021-03-22T18:22:08.482Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T18:22:08.482Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:08.746Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-22T18:22:08.746Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-22T18:22:08.746Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T18:22:08.746Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-22T18:22:09.010Z] Selecting previously unselected package python3. [2021-03-22T18:22:09.010Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-22T18:22:09.010Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-22T18:22:09.277Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-22T18:22:09.277Z] Selecting previously unselected package multiarch-support. [2021-03-22T18:22:09.277Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T18:22:09.277Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T18:22:09.277Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T18:22:09.277Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-22T18:22:09.541Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-22T18:22:09.541Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-22T18:22:09.541Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T18:22:09.541Z] Selecting previously unselected package libbsd0:amd64. [2021-03-22T18:22:09.541Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-22T18:22:09.541Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T18:22:09.541Z] Selecting previously unselected package sudo. [2021-03-22T18:22:09.541Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-22T18:22:09.804Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T18:22:09.804Z] Selecting previously unselected package apparmor. [2021-03-22T18:22:09.804Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T18:22:09.804Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-22T18:22:10.067Z] Selecting previously unselected package libedit2:amd64. [2021-03-22T18:22:10.067Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-22T18:22:10.067Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T18:22:10.330Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-22T18:22:10.330Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T18:22:10.330Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:10.330Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-22T18:22:10.330Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T18:22:10.330Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:10.330Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-22T18:22:10.330Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-22T18:22:10.330Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T18:22:10.594Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-22T18:22:10.594Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T18:22:10.594Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:10.594Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-22T18:22:10.594Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T18:22:10.594Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:10.858Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-22T18:22:10.858Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-22T18:22:10.858Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T18:22:11.151Z] Selecting previously unselected package openssh-client. [2021-03-22T18:22:11.151Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-22T18:22:11.151Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T18:22:11.416Z] Selecting previously unselected package squashfs-tools. [2021-03-22T18:22:11.416Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-22T18:22:11.416Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T18:22:11.416Z] Selecting previously unselected package snapd. [2021-03-22T18:22:11.416Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-22T18:22:11.416Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-22T18:22:14.765Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T18:22:14.765Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T18:22:14.765Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-22T18:22:14.765Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T18:22:14.765Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T18:22:14.765Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:14.765Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T18:22:14.765Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-22T18:22:14.765Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-22T18:22:16.178Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T18:22:16.178Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T18:22:16.178Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T18:22:16.178Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:16.178Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:16.178Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T18:22:17.130Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T18:22:17.130Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:17.393Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T18:22:17.393Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-22T18:22:17.393Z] running python rtupdate hooks for python3.6... [2021-03-22T18:22:17.393Z] running python post-rtupdate hooks for python3.6... [2021-03-22T18:22:17.656Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-22T18:22:19.586Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-22T18:22:19.586Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T18:22:19.586Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T18:22:19.851Z] Setting up snapd (2.48.3+18.04) ... [2021-03-22T18:22:20.446Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-22T18:22:20.710Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-22T18:22:20.975Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-22T18:22:21.239Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-22T18:22:21.504Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T18:22:21.504Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T18:22:21.769Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-22T18:22:22.037Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-22T18:22:22.303Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-22T18:22:22.567Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-22T18:22:22.832Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-22T18:22:22.832Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T18:22:22.832Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T18:22:24.775Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T18:22:24.775Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T18:22:24.775Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T18:22:27.603Z] Reading package lists... [2021-03-22T18:22:27.603Z] Reading package lists... [2021-03-22T18:22:27.603Z] Building dependency tree... [2021-03-22T18:22:27.603Z] Reading state information... [2021-03-22T18:22:27.868Z] Calculating upgrade... [2021-03-22T18:22:28.133Z] The following packages will be upgraded: [2021-03-22T18:22:28.133Z] advancecomp base-files bash binutils binutils-common [2021-03-22T18:22:28.133Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-22T18:22:28.133Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-22T18:22:28.133Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-22T18:22:28.133Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-22T18:22:28.133Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-22T18:22:28.133Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-22T18:22:28.133Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-22T18:22:28.133Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-22T18:22:28.133Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-22T18:22:28.133Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-22T18:22:28.133Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-22T18:22:28.133Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-22T18:22:28.133Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-22T18:22:28.133Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-22T18:22:28.398Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T18:22:28.398Z] Need to get 63.8 MB of archives. [2021-03-22T18:22:28.398Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-22T18:22:28.398Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-22T18:22:28.398Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-22T18:22:28.975Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-22T18:22:28.975Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-22T18:22:28.975Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-22T18:22:28.975Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-22T18:22:28.975Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-22T18:22:28.975Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-22T18:22:28.975Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-22T18:22:28.975Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-22T18:22:28.975Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-22T18:22:28.975Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-22T18:22:29.242Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-22T18:22:29.242Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-22T18:22:29.242Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-22T18:22:29.242Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-22T18:22:29.242Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-22T18:22:29.242Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-22T18:22:29.242Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-22T18:22:29.242Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-22T18:22:29.242Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-22T18:22:29.242Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-22T18:22:29.242Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-22T18:22:29.242Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-22T18:22:29.242Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-22T18:22:29.242Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-22T18:22:29.242Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-22T18:22:29.242Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-22T18:22:29.242Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-22T18:22:29.242Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-22T18:22:29.242Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-22T18:22:29.242Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-22T18:22:29.509Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-22T18:22:29.509Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-22T18:22:29.509Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-22T18:22:29.509Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-22T18:22:29.509Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-22T18:22:29.509Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-22T18:22:29.509Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-22T18:22:29.509Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-22T18:22:29.509Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-22T18:22:29.509Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-22T18:22:29.509Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-22T18:22:29.509Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-22T18:22:29.509Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-22T18:22:29.509Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-22T18:22:29.509Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-22T18:22:29.509Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-22T18:22:29.509Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-22T18:22:29.509Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-22T18:22:29.509Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-22T18:22:29.509Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-22T18:22:29.509Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-22T18:22:29.509Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-22T18:22:29.509Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-22T18:22:29.509Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-22T18:22:29.509Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-22T18:22:29.509Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-22T18:22:29.509Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-22T18:22:29.509Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-22T18:22:29.509Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-22T18:22:29.773Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-22T18:22:29.773Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-22T18:22:29.773Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-22T18:22:29.773Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-22T18:22:29.773Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-22T18:22:29.773Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-22T18:22:29.773Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-22T18:22:29.773Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-22T18:22:29.773Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-22T18:22:29.773Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-22T18:22:29.773Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-22T18:22:29.773Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-22T18:22:29.773Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-22T18:22:29.773Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-22T18:22:29.773Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-22T18:22:29.773Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-22T18:22:29.773Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-22T18:22:29.773Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-22T18:22:29.773Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-22T18:22:29.773Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-22T18:22:29.773Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-22T18:22:30.038Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-22T18:22:30.038Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-22T18:22:30.038Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-22T18:22:30.038Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-22T18:22:30.038Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-22T18:22:30.038Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-22T18:22:30.038Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-22T18:22:30.038Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-22T18:22:30.303Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-22T18:22:30.567Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-22T18:22:30.833Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-22T18:22:30.833Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-22T18:22:31.097Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-22T18:22:31.097Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-22T18:22:31.097Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-22T18:22:31.097Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-22T18:22:31.097Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-22T18:22:31.364Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T18:22:31.364Z] Fetched 63.8 MB in 3s (22.1 MB/s) [2021-03-22T18:22:31.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:31.628Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T18:22:31.628Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T18:22:32.586Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T18:22:32.586Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T18:22:32.852Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-22T18:22:32.852Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-22T18:22:33.804Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:33.804Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:33.804Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:33.804Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.070Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:34.070Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.070Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:34.070Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.335Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:34.335Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.335Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:34.335Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.599Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:34.599Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.599Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:22:34.863Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T18:22:34.863Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:34.863Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-22T18:22:34.863Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:22:35.130Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T18:22:35.131Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:35.131Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:35.131Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:35.131Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:35.394Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T18:22:35.394Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T18:22:35.394Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:22:35.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T18:22:35.662Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T18:22:35.925Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T18:22:36.503Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T18:22:36.767Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T18:22:36.767Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-22T18:22:36.767Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-22T18:22:36.767Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-22T18:22:37.030Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-22T18:22:37.294Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-22T18:22:37.294Z] Installing new version of config file /etc/issue ... [2021-03-22T18:22:37.294Z] Installing new version of config file /etc/issue.net ... [2021-03-22T18:22:37.294Z] Installing new version of config file /etc/lsb-release ... [2021-03-22T18:22:37.294Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-22T18:22:37.871Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-22T18:22:37.871Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-22T18:22:37.871Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-22T18:22:38.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:38.135Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-22T18:22:38.135Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-22T18:22:38.399Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-22T18:22:38.399Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-22T18:22:38.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:38.399Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:38.399Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:38.662Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:38.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:38.662Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-22T18:22:38.927Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-22T18:22:38.927Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-22T18:22:38.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:38.927Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-22T18:22:39.193Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T18:22:39.457Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-22T18:22:39.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:39.457Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T18:22:39.722Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T18:22:39.722Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T18:22:39.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:39.985Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T18:22:39.985Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T18:22:39.985Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-22T18:22:40.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:40.249Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-22T18:22:40.249Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-22T18:22:40.249Z] Setting up grep (3.1-2build1) ... [2021-03-22T18:22:40.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:40.512Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T18:22:40.512Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T18:22:40.776Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-22T18:22:40.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:40.776Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T18:22:40.776Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T18:22:41.041Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-22T18:22:41.041Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:41.041Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T18:22:41.041Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T18:22:41.992Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T18:22:42.260Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T18:22:42.525Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T18:22:42.525Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T18:22:43.112Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-22T18:22:43.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:43.376Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-22T18:22:43.376Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T18:22:44.326Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T18:22:44.326Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T18:22:44.589Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T18:22:44.589Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T18:22:44.589Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T18:22:44.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:44.859Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-22T18:22:44.859Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-22T18:22:44.859Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-22T18:22:45.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:45.121Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:45.121Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:45.121Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:45.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:45.384Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:45.384Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:45.384Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:45.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:45.647Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:45.647Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:45.935Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:45.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:45.935Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:45.935Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:46.198Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:46.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:46.198Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T18:22:46.198Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T18:22:46.461Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T18:22:46.461Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T18:22:46.461Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T18:22:46.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:46.725Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T18:22:46.725Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T18:22:46.987Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T18:22:46.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:46.987Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:46.987Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:47.433Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:47.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:47.433Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:47.696Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:47.696Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:47.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:47.696Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:47.959Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:48.537Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:22:48.801Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-22T18:22:49.377Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-22T18:22:49.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:49.377Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T18:22:49.377Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T18:22:49.649Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T18:22:49.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T18:22:49.913Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-22T18:22:49.913Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T18:22:50.176Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-22T18:22:50.176Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:50.176Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-22T18:22:50.441Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-22T18:22:50.441Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-22T18:22:51.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:51.019Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-22T18:22:51.019Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T18:22:51.019Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-22T18:22:51.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:51.019Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-22T18:22:51.284Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T18:22:51.284Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-22T18:22:51.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:51.555Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T18:22:51.555Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T18:22:51.555Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T18:22:51.819Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:51.820Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T18:22:51.820Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T18:22:52.083Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T18:22:52.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:52.083Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T18:22:52.347Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T18:22:52.611Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T18:22:52.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:52.873Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T18:22:52.873Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T18:22:52.873Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-22T18:22:52.873Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T18:22:53.143Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T18:22:53.143Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T18:22:53.143Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T18:22:53.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:53.409Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-22T18:22:53.409Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-22T18:22:53.672Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-22T18:22:53.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:53.672Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-22T18:22:53.672Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T18:22:53.936Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T18:22:54.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:54.198Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T18:22:54.198Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T18:22:54.460Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T18:22:54.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:54.460Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-22T18:22:54.726Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-22T18:22:54.726Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-22T18:22:55.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:55.047Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T18:22:55.047Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T18:22:55.320Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-22T18:22:55.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:55.583Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T18:22:55.583Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T18:22:55.583Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-22T18:22:55.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:55.847Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-22T18:22:55.847Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-22T18:22:55.847Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-22T18:22:56.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:56.109Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-22T18:22:56.109Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-22T18:22:56.372Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-22T18:22:56.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:56.372Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-22T18:22:56.372Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-22T18:22:56.635Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-22T18:22:56.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:56.635Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-22T18:22:56.898Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-22T18:22:57.160Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-22T18:22:57.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:57.160Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T18:22:57.160Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-22T18:22:57.422Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-22T18:22:57.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T18:22:57.422Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-22T18:22:57.422Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-22T18:22:57.685Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-22T18:22:57.685Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-22T18:22:57.685Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T18:22:57.685Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T18:22:58.259Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T18:22:58.259Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T18:22:58.259Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T18:22:58.522Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T18:22:58.785Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-22T18:22:58.785Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-22T18:22:58.785Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T18:22:59.048Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-22T18:22:59.048Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T18:22:59.048Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-22T18:22:59.311Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-22T18:22:59.311Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-22T18:22:59.311Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-22T18:22:59.311Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-22T18:22:59.574Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-22T18:22:59.574Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-22T18:22:59.574Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-22T18:22:59.574Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-22T18:22:59.838Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-22T18:22:59.838Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-22T18:23:00.101Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-22T18:23:00.102Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-22T18:23:01.055Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-22T18:23:01.055Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-22T18:23:01.055Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-22T18:23:01.055Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-22T18:23:01.318Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T18:23:01.318Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T18:23:01.902Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T18:23:01.902Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T18:23:02.165Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T18:23:02.165Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T18:23:02.165Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T18:23:02.165Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T18:23:02.428Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:02.428Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:02.428Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:02.691Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:02.691Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:02.691Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:02.955Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:02.955Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:04.352Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:04.352Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:05.304Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:05.304Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:06.263Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:06.263Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:06.528Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:06.528Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:07.930Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T18:23:07.930Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T18:23:07.930Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T18:23:07.930Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T18:23:07.930Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T18:23:07.930Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T18:23:08.193Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T18:23:08.193Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T18:23:08.769Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-22T18:23:08.769Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-22T18:23:08.769Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T18:23:08.769Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T18:23:09.032Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T18:23:09.032Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T18:23:09.032Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-22T18:23:09.295Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-22T18:23:09.295Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:09.295Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T18:23:09.295Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:09.558Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:09.558Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:09.558Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-22T18:23:09.558Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-22T18:23:09.558Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-22T18:23:09.822Z] [2021-03-22T18:23:09.822Z] Current default time zone: 'Etc/UTC' [2021-03-22T18:23:09.822Z] Local time is now: Mon Mar 22 18:23:09 UTC 2021. [2021-03-22T18:23:09.822Z] Universal Time is now: Mon Mar 22 18:23:09 UTC 2021. [2021-03-22T18:23:09.822Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-22T18:23:09.822Z] [2021-03-22T18:23:09.822Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-22T18:23:09.822Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:09.822Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-22T18:23:10.087Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-22T18:23:10.087Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-22T18:23:10.087Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-22T18:23:10.087Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-22T18:23:10.087Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-22T18:23:10.087Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-22T18:23:10.087Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T18:23:10.087Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:10.087Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-22T18:23:10.352Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:10.615Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T18:23:10.615Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:10.615Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-22T18:23:10.615Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-22T18:23:10.615Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-22T18:23:10.615Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T18:23:10.615Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-22T18:23:10.615Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-22T18:23:10.615Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-22T18:23:10.878Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-22T18:23:12.812Z] Updating certificates in /etc/ssl/certs... [2021-03-22T18:23:14.210Z] 23 added, 27 removed; done. [2021-03-22T18:23:14.210Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T18:23:14.210Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T18:23:14.210Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-22T18:23:14.210Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-22T18:23:14.210Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-22T18:23:14.479Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.479Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T18:23:14.479Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.479Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.479Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.479Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.479Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.479Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-22T18:23:14.742Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-22T18:23:14.742Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-22T18:23:14.742Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-22T18:23:14.742Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-22T18:23:14.742Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.742Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T18:23:14.742Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-22T18:23:14.742Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-22T18:23:15.007Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-22T18:23:15.007Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T18:23:15.007Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T18:23:15.270Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-22T18:23:15.270Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-22T18:23:15.270Z] Updating certificates in /etc/ssl/certs... [2021-03-22T18:23:16.223Z] 0 added, 0 removed; done. [2021-03-22T18:23:16.223Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-22T18:23:16.223Z] done. [2021-03-22T18:23:17.178Z] Reading package lists... [2021-03-22T18:23:17.442Z] Building dependency tree... [2021-03-22T18:23:17.442Z] Reading state information... [2021-03-22T18:23:17.705Z] The following NEW packages will be installed: [2021-03-22T18:23:17.706Z] apt-transport-https [2021-03-22T18:23:17.968Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T18:23:17.968Z] Need to get 1696 B of archives. [2021-03-22T18:23:17.968Z] After this operation, 153 kB of additional disk space will be used. [2021-03-22T18:23:17.968Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-22T18:23:18.232Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T18:23:18.232Z] Fetched 1696 B in 0s (8287 B/s) [2021-03-22T18:23:18.232Z] Selecting previously unselected package apt-transport-https. [2021-03-22T18:23:18.232Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-22T18:23:18.232Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-22T18:23:18.232Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T18:23:18.496Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T18:23:18.759Z] Waiting for network to be ready... [2021-03-22T18:23:26.934Z] 2021-03-22T18:23:23Z INFO Waiting for automatic snapd restart... [2021-03-22T18:23:27.202Z] snapd 2.49 from Canonical* installed [2021-03-22T18:23:28.602Z] "snapd" switched to the "latest/stable" channel [2021-03-22T18:23:28.602Z] [2021-03-22T18:23:36.796Z] core18 20210128 from Canonical* installed [2021-03-22T18:23:36.796Z] "core18" switched to the "latest/stable" channel [2021-03-22T18:23:36.796Z] [2021-03-22T18:23:44.979Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T18:23:44.979Z] "snapcraft" switched to the "latest/stable" channel [2021-03-22T18:23:44.979Z] [2021-03-22T18:23:49.214Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-22T18:23:49.214Z] - README.md [2021-03-22T18:23:49.214Z] [2021-03-22T18:23:49.214Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T18:23:55.831Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T18:23:55.831Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T18:23:55.831Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T18:23:55.831Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T18:23:57.764Z] Reading package lists... [2021-03-22T18:23:58.717Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-22T18:24:05.332Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T18:24:05.332Z] Reading package lists... [2021-03-22T18:24:05.332Z] Building dependency tree... [2021-03-22T18:24:05.332Z] Reading state information... [2021-03-22T18:24:05.596Z] Suggested packages: [2021-03-22T18:24:05.596Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-22T18:24:05.596Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-22T18:24:05.596Z] Recommended packages: [2021-03-22T18:24:05.596Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-22T18:24:05.596Z] The following NEW packages will be installed: [2021-03-22T18:24:05.596Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-22T18:24:05.596Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-22T18:24:05.596Z] pkg-config zip [2021-03-22T18:24:05.860Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T18:24:05.860Z] Need to get 7657 kB of archives. [2021-03-22T18:24:05.860Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-22T18:24:05.860Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-22T18:24:05.860Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-22T18:24:06.124Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-22T18:24:06.124Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-22T18:24:06.124Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-22T18:24:06.388Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-22T18:24:06.388Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-22T18:24:06.388Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-22T18:24:06.388Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-22T18:24:06.388Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-22T18:24:06.388Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-22T18:24:06.388Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-22T18:24:06.651Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-22T18:24:06.915Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-22T18:24:06.915Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-22T18:24:06.915Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T18:24:07.180Z] Fetched 7657 kB in 1s (6500 kB/s) [2021-03-22T18:24:07.180Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-22T18:24:07.180Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-22T18:24:07.180Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-22T18:24:07.180Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T18:24:07.443Z] Selecting previously unselected package libpsl5:amd64. [2021-03-22T18:24:07.444Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-22T18:24:07.444Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T18:24:07.444Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-22T18:24:07.444Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-22T18:24:07.444Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T18:24:07.708Z] Selecting previously unselected package librtmp1:amd64. [2021-03-22T18:24:07.708Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-22T18:24:07.708Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T18:24:07.708Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-22T18:24:07.708Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-22T18:24:07.708Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T18:24:07.971Z] Selecting previously unselected package liberror-perl. [2021-03-22T18:24:07.971Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-22T18:24:07.971Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-22T18:24:07.971Z] Selecting previously unselected package git-man. [2021-03-22T18:24:07.971Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-22T18:24:07.971Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T18:24:08.237Z] Selecting previously unselected package git. [2021-03-22T18:24:08.237Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-22T18:24:08.237Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T18:24:09.651Z] Selecting previously unselected package libnorm1:amd64. [2021-03-22T18:24:09.651Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-22T18:24:09.651Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T18:24:09.651Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-22T18:24:09.651Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-22T18:24:09.651Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T18:24:09.651Z] Selecting previously unselected package libsodium23:amd64. [2021-03-22T18:24:09.651Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-22T18:24:09.651Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-22T18:24:09.915Z] Selecting previously unselected package libzmq5:amd64. [2021-03-22T18:24:09.915Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T18:24:09.915Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T18:24:09.915Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-22T18:24:09.915Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T18:24:09.915Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T18:24:10.179Z] Selecting previously unselected package pkg-config. [2021-03-22T18:24:10.179Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-22T18:24:10.179Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T18:24:10.179Z] Selecting previously unselected package zip. [2021-03-22T18:24:10.179Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-22T18:24:10.179Z] Unpacking zip (3.0-11build1) ... [2021-03-22T18:24:10.441Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T18:24:10.441Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T18:24:10.441Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T18:24:10.441Z] Setting up liberror-perl (0.17025-1) ... [2021-03-22T18:24:10.441Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T18:24:10.441Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T18:24:10.441Z] No schema files found: doing nothing. [2021-03-22T18:24:10.704Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T18:24:10.705Z] Setting up zip (3.0-11build1) ... [2021-03-22T18:24:10.705Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T18:24:10.705Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-22T18:24:10.705Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T18:24:10.705Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T18:24:10.705Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T18:24:10.971Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T18:24:10.971Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T18:24:10.971Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T18:24:17.582Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T18:24:18.161Z] git set to automatically installed. [2021-03-22T18:24:18.161Z] git-man set to automatically installed. [2021-03-22T18:24:18.161Z] libcurl3-gnutls set to automatically installed. [2021-03-22T18:24:18.161Z] liberror-perl set to automatically installed. [2021-03-22T18:24:18.161Z] libglib2.0-0 set to automatically installed. [2021-03-22T18:24:18.161Z] libnghttp2-14 set to automatically installed. [2021-03-22T18:24:18.161Z] libnorm1 set to automatically installed. [2021-03-22T18:24:18.161Z] libpgm-5.2-0 set to automatically installed. [2021-03-22T18:24:18.161Z] libpsl5 set to automatically installed. [2021-03-22T18:24:18.161Z] librtmp1 set to automatically installed. [2021-03-22T18:24:18.161Z] libsodium23 set to automatically installed. [2021-03-22T18:24:18.161Z] libzmq3-dev set to automatically installed. [2021-03-22T18:24:18.161Z] libzmq5 set to automatically installed. [2021-03-22T18:24:18.161Z] pkg-config set to automatically installed. [2021-03-22T18:24:18.161Z] zip set to automatically installed. [2021-03-22T18:24:20.720Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T18:24:27.336Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T18:24:54.002Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-22T18:24:54.002Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T18:24:59.319Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T18:24:59.896Z] snap "core18" has no updates available [2021-03-22T18:25:00.848Z] Pulling go-build-helper [2021-03-22T18:25:00.848Z] + snapcraftctl pull [2021-03-22T18:25:02.247Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-22T18:25:02.247Z] Skipping pull go-build-helper (already ran) [2021-03-22T18:25:02.247Z] Building go-build-helper [2021-03-22T18:25:02.247Z] + snapcraftctl build [2021-03-22T18:25:05.567Z] Staging go-build-helper [2021-03-22T18:25:05.567Z] + snapcraftctl stage [2021-03-22T18:25:23.796Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T18:25:23.796Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T18:25:23.796Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T18:25:23.796Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T18:25:23.796Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T18:25:23.796Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T18:25:23.796Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T18:25:23.796Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T18:25:23.796Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T18:25:23.796Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T18:25:23.796Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T18:25:23.796Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T18:25:23.796Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T18:25:23.796Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T18:25:23.796Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T18:25:23.796Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T18:25:23.796Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T18:25:23.796Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T18:25:23.796Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T18:25:23.796Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T18:25:23.796Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T18:25:23.796Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T18:25:23.796Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T18:25:23.796Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T18:25:23.796Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T18:25:23.796Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T18:25:23.796Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T18:25:23.796Z] Fetched 24.1 MB in 6s (3752 kB/s) [2021-03-22T18:25:23.796Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T18:25:23.796Z] Fetched 224 kB in 0s (0 B/s) [2021-03-22T18:25:23.796Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T18:25:23.796Z] Fetched 157 kB in 0s (0 B/s) [2021-03-22T18:25:23.796Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T18:25:23.796Z] Fetched 221 kB in 0s (0 B/s) [2021-03-22T18:25:23.796Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T18:25:23.796Z] Fetched 143 kB in 0s (0 B/s) [2021-03-22T18:25:23.796Z] Pulling app-service-config [2021-03-22T18:25:23.796Z] + snapcraftctl pull [2021-03-22T18:25:23.796Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-22T18:25:23.796Z] Pulling config-common [2021-03-22T18:25:23.796Z] + snapcraftctl pull [2021-03-22T18:25:30.452Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T18:25:30.452Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T18:25:30.452Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T18:25:30.452Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T18:25:30.452Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T18:25:30.452Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T18:25:30.452Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T18:25:30.452Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T18:25:30.452Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T18:25:30.452Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T18:25:30.452Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T18:25:30.452Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T18:25:30.452Z] Pulling edgex-go [2021-03-22T18:25:30.452Z] + snapcraftctl pull [2021-03-22T18:25:57.346Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T18:25:57.346Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T18:25:57.346Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T18:25:57.346Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-22T18:25:57.346Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-22T18:25:57.346Z] Fetched 279 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-22T18:25:57.346Z] Fetched 122 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-22T18:25:57.346Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-22T18:25:57.346Z] Fetched 8848 B in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-22T18:25:57.346Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-22T18:25:57.346Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-22T18:25:57.346Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-22T18:25:57.346Z] Fetched 214 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-22T18:25:57.346Z] Fetched 154 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-22T18:25:57.346Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-22T18:25:57.346Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-22T18:25:57.346Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-22T18:25:57.346Z] Fetched 499 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-22T18:25:57.346Z] Fetched 111 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-22T18:25:57.346Z] Fetched 240 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-22T18:25:57.346Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-22T18:25:57.346Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-22T18:25:57.346Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-22T18:25:57.346Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-22T18:25:57.346Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-22T18:25:57.346Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-22T18:25:57.346Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-22T18:25:57.346Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-22T18:25:57.346Z] Fetched 8720 B in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-22T18:25:57.346Z] Fetched 137 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-22T18:25:57.346Z] Fetched 119 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-22T18:25:57.346Z] Fetched 109 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-22T18:25:57.346Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-22T18:25:57.346Z] Fetched 645 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-22T18:25:57.346Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-22T18:25:57.346Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-22T18:25:57.346Z] Fetched 368 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-22T18:25:57.346Z] Fetched 187 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-22T18:25:57.346Z] Fetched 175 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-22T18:25:57.346Z] Fetched 206 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-22T18:25:57.346Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-22T18:25:57.346Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-22T18:25:57.346Z] Fetched 159 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-22T18:25:57.346Z] Fetched 107 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-22T18:25:57.346Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-22T18:25:57.346Z] Pulling static-packages [2021-03-22T18:25:57.346Z] + snapcraftctl pull [2021-03-22T18:25:58.800Z] Pulling version [2021-03-22T18:25:58.800Z] + cd /root/project [2021-03-22T18:25:58.800Z] + [ -f VERSION ] [2021-03-22T18:25:58.800Z] + PROJECT_VERSION=local-dev [2021-03-22T18:25:58.800Z] + git rev-parse --short HEAD [2021-03-22T18:25:58.800Z] + GIT_REVISION=2356c254 [2021-03-22T18:25:58.800Z] + snapcraftctl set-version local-dev [2021-03-22T18:26:00.210Z] Skipping build go-build-helper (already ran) [2021-03-22T18:26:00.475Z] Building app-service-config [2021-03-22T18:26:00.475Z] + make build [2021-03-22T18:26:00.475Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-22T18:26:03.806Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-22T18:26:03.806Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-22T18:26:03.806Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-22T18:26:03.806Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-22T18:26:04.069Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-22T18:26:04.069Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-22T18:26:04.342Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-22T18:26:04.342Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-22T18:26:04.342Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-22T18:26:04.342Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-22T18:26:04.608Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-22T18:26:04.871Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-22T18:26:04.871Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-22T18:26:05.134Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-22T18:26:05.135Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-22T18:26:05.397Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-22T18:26:05.397Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-22T18:26:05.397Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-22T18:26:05.397Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-22T18:26:05.662Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-22T18:26:05.662Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-22T18:26:05.662Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-22T18:26:05.662Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-22T18:26:05.662Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-22T18:26:05.946Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-22T18:26:05.946Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-22T18:26:05.946Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-22T18:26:05.946Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-22T18:26:05.946Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-22T18:26:05.946Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-22T18:26:05.946Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-22T18:26:05.946Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-22T18:26:05.946Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-22T18:26:06.210Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-22T18:26:06.210Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-22T18:26:06.474Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-22T18:26:06.474Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-22T18:26:21.420Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-22T18:26:21.420Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-22T18:26:21.420Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-22T18:26:21.420Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-22T18:26:23.347Z] Building config-common [2021-03-22T18:26:23.347Z] + snapcraftctl build [2021-03-22T18:26:27.592Z] Building edgex-go [2021-03-22T18:26:28.547Z] + cd /root/parts/edgex-go/src [2021-03-22T18:26:28.547Z] + make build [2021-03-22T18:26:28.547Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-22T18:26:29.125Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-22T18:26:29.125Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-22T18:26:29.125Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-22T18:26:29.392Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-22T18:26:29.392Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-22T18:26:29.392Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-22T18:26:29.392Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-22T18:26:29.392Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-22T18:26:29.392Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-22T18:26:29.392Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-22T18:26:36.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T18:26:36.028Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-22T18:26:44.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-22T18:26:46.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-22T18:26:48.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-22T18:26:49.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-22T18:26:49.299Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-22T18:26:49.565Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-22T18:26:49.565Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-22T18:26:49.565Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-22T18:26:52.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-22T18:26:52.398Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-22T18:26:52.398Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-22T18:26:54.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T18:26:56.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T18:26:56.640Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-22T18:26:59.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T18:27:00.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-22T18:27:00.597Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-22T18:27:03.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-22T18:27:03.166Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-22T18:27:06.491Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-22T18:27:06.491Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-22T18:27:06.491Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-22T18:27:06.491Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-22T18:27:06.491Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-22T18:27:06.491Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-22T18:27:06.491Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-22T18:27:06.491Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-22T18:27:06.753Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-22T18:27:06.753Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-22T18:27:06.753Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-22T18:27:06.753Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-22T18:27:12.080Z] Building static-packages [2021-03-22T18:27:12.080Z] + snapcraftctl build [2021-03-22T18:27:15.413Z] Building version [2021-03-22T18:27:15.413Z] + snapcraftctl build [2021-03-22T18:27:18.740Z] Skipping stage go-build-helper (already ran) [2021-03-22T18:27:18.740Z] Staging app-service-config [2021-03-22T18:27:18.740Z] + snapcraftctl stage [2021-03-22T18:27:20.134Z] Staging config-common [2021-03-22T18:27:20.134Z] + snapcraftctl stage [2021-03-22T18:27:22.058Z] Staging edgex-go [2021-03-22T18:27:22.058Z] + snapcraftctl stage [2021-03-22T18:27:23.456Z] Staging static-packages [2021-03-22T18:27:23.456Z] + snapcraftctl stage [2021-03-22T18:27:24.856Z] Staging version [2021-03-22T18:27:24.856Z] + snapcraftctl stage [2021-03-22T18:27:26.789Z] Priming go-build-helper [2021-03-22T18:27:26.789Z] + snapcraftctl prime [2021-03-22T18:27:28.184Z] Priming app-service-config [2021-03-22T18:27:28.184Z] + snapcraftctl prime [2021-03-22T18:27:30.111Z] Priming config-common [2021-03-22T18:27:30.111Z] + snapcraftctl prime [2021-03-22T18:27:31.506Z] Priming edgex-go [2021-03-22T18:27:31.506Z] + snapcraftctl prime [2021-03-22T18:27:33.435Z] Priming static-packages [2021-03-22T18:27:33.435Z] + snapcraftctl prime [2021-03-22T18:27:36.773Z] Priming version [2021-03-22T18:27:36.773Z] + snapcraftctl prime [2021-03-22T18:27:38.174Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-22T18:27:42.594Z] provisioning config files... [2021-03-22T18:27:42.763Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config3078639546615421571tmp [Pipeline] { [Pipeline] sh [2021-03-22T18:27:43.253Z] + set +x [2021-03-22T18:27:43.253Z] + curl -s https://codecov.io/bash [2021-03-22T18:27:43.253Z] + bash -s -- [2021-03-22T18:27:43.861Z] [2021-03-22T18:27:43.861Z] _____ _ [2021-03-22T18:27:43.861Z] / ____| | | [2021-03-22T18:27:43.861Z] | | ___ __| | ___ ___ _____ __ [2021-03-22T18:27:43.861Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-22T18:27:43.861Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-22T18:27:43.861Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-22T18:27:43.861Z] Bash-20210309-2b87ace [2021-03-22T18:27:43.861Z] [2021-03-22T18:27:43.861Z] [2021-03-22T18:27:43.861Z] ==> git version 2.24.3 found [2021-03-22T18:27:43.861Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-22T18:27:43.861Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-22T18:27:43.861Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-22T18:27:43.861Z] ==> Jenkins CI detected. [2021-03-22T18:27:43.861Z] project root: . [2021-03-22T18:27:43.861Z] --> token set from env [2021-03-22T18:27:43.861Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-22T18:27:44.144Z] ==> Running gcov in . (disable via -X gcov) [2021-03-22T18:27:44.144Z] ==> Python coveragepy not found [2021-03-22T18:27:44.144Z] ==> Searching for coverage reports in: [2021-03-22T18:27:44.144Z] + . [2021-03-22T18:27:44.144Z] -> Found 1 reports [2021-03-22T18:27:44.144Z] ==> Detecting git/mercurial file structure [2021-03-22T18:27:44.144Z] ==> Reading reports [2021-03-22T18:27:44.144Z] + ./coverage.out bytes=650607 [2021-03-22T18:27:44.144Z] ==> Appending adjustments [2021-03-22T18:27:44.144Z] https://docs.codecov.io/docs/fixing-reports [2021-03-22T18:27:51.068Z] + Found adjustments [2021-03-22T18:27:51.068Z] ==> Gzipping contents [2021-03-22T18:27:51.068Z] 96K /tmp/codecov.JpMIuO.gz [2021-03-22T18:27:51.068Z] ==> Uploading reports [2021-03-22T18:27:51.068Z] url: https://codecov.io [2021-03-22T18:27:51.068Z] query: branch=PR-3223&commit=2356c2543f09cd9d780fd1dc657c0892f78efc07&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3223%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3223&job=&cmd_args= [2021-03-22T18:27:51.068Z] -> Pinging Codecov [2021-03-22T18:27:51.069Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3223&commit=2356c2543f09cd9d780fd1dc657c0892f78efc07&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3223%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3223&job=&cmd_args= [2021-03-22T18:27:51.658Z] -> Uploading to [2021-03-22T18:27:51.658Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/2356c2543f09cd9d780fd1dc657c0892f78efc07/06081b33-848c-4d3c-ad6f-d632af7b3709.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T182751Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c389d2506e2812d1bf0fefc34f3c1234b0935b80b775a1c70013ac22e834c2d3 [2021-03-22T18:27:51.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T18:27:51.658Z] Dload Upload Total Spent Left Speed [2021-03-22T18:27:52.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95039 0 0 100 95039 0 176k --:--:-- --:--:-- --:--:-- 176k [2021-03-22T18:27:52.251Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2356c2543f09cd9d780fd1dc657c0892f78efc07 [Pipeline] } [2021-03-22T18:27:52.264Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:27:54.562Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:27:55.864Z] ---> package-listing.sh [2021-03-22T18:27:55.864Z] ++ facter osfamily [2021-03-22T18:27:55.864Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T18:27:56.153Z] + OS_FAMILY=redhat [2021-03-22T18:27:56.153Z] + workspace=/w/workspace/edgex-go/13 [2021-03-22T18:27:56.153Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T18:27:56.153Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T18:27:56.153Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T18:27:56.153Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T18:27:56.153Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-22T18:27:56.153Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T18:27:56.153Z] + case "${OS_FAMILY}" in [2021-03-22T18:27:56.153Z] + rpm -qa [2021-03-22T18:27:56.153Z] + sort [2021-03-22T18:28:02.842Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T18:28:02.842Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T18:28:02.842Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T18:28:02.842Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-22T18:28:02.842Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-03-22T18:28:02.842Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-03-22T18:28:02.860Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T18:28:03.287Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:28:03.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T18:28:05.611Z] [2021-03-22T18:28:05.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T18:28:06.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T18:28:06.432Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T18:28:06.432Z] df20fa9351a1: Pulling fs layer [2021-03-22T18:28:06.432Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T18:28:06.432Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T18:28:06.432Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T18:28:06.432Z] 93b61091891f: Pulling fs layer [2021-03-22T18:28:06.432Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T18:28:06.432Z] 5e14af77c1be: Pulling fs layer [2021-03-22T18:28:06.432Z] 01666e4c0597: Pulling fs layer [2021-03-22T18:28:06.432Z] aa168da1d23b: Pulling fs layer [2021-03-22T18:28:06.432Z] 93b61091891f: Waiting [2021-03-22T18:28:06.432Z] 93b9cdb0e59b: Waiting [2021-03-22T18:28:06.432Z] 5e14af77c1be: Waiting [2021-03-22T18:28:06.432Z] 01666e4c0597: Waiting [2021-03-22T18:28:06.432Z] aa168da1d23b: Waiting [2021-03-22T18:28:06.432Z] 46f8f816bc3b: Waiting [2021-03-22T18:28:06.432Z] 36b3adc4ff6f: Verifying Checksum [2021-03-22T18:28:06.432Z] 36b3adc4ff6f: Download complete [2021-03-22T18:28:06.432Z] 46f8f816bc3b: Verifying Checksum [2021-03-22T18:28:06.432Z] 46f8f816bc3b: Download complete [2021-03-22T18:28:06.709Z] df20fa9351a1: Verifying Checksum [2021-03-22T18:28:06.709Z] df20fa9351a1: Download complete [2021-03-22T18:28:06.709Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T18:28:06.709Z] 93b9cdb0e59b: Download complete [2021-03-22T18:28:06.709Z] 93b61091891f: Verifying Checksum [2021-03-22T18:28:06.709Z] 93b61091891f: Download complete [2021-03-22T18:28:06.709Z] 5e14af77c1be: Verifying Checksum [2021-03-22T18:28:06.709Z] 5e14af77c1be: Download complete [2021-03-22T18:28:06.987Z] 01666e4c0597: Verifying Checksum [2021-03-22T18:28:06.987Z] 01666e4c0597: Download complete [2021-03-22T18:28:07.265Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T18:28:07.265Z] 8ad3a11d3b57: Download complete [2021-03-22T18:28:07.536Z] df20fa9351a1: Pull complete [2021-03-22T18:28:07.809Z] 36b3adc4ff6f: Pull complete [2021-03-22T18:28:09.790Z] 8ad3a11d3b57: Pull complete [2021-03-22T18:28:10.376Z] 46f8f816bc3b: Pull complete [2021-03-22T18:28:10.376Z] aa168da1d23b: Verifying Checksum [2021-03-22T18:28:10.376Z] aa168da1d23b: Download complete [2021-03-22T18:28:11.331Z] 93b61091891f: Pull complete [2021-03-22T18:28:11.608Z] 93b9cdb0e59b: Pull complete [2021-03-22T18:28:12.218Z] 5e14af77c1be: Pull complete [2021-03-22T18:28:12.524Z] 01666e4c0597: Pull complete [2021-03-22T18:28:35.387Z] aa168da1d23b: Pull complete [2021-03-22T18:28:35.387Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T18:28:35.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T18:28:35.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T18:28:35.722Z] prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container [2021-03-22T18:28:36.004Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-03-22T18:28:39.258Z] $ docker top 491810a583b63133c695e89281462ea094ef4c9ee8dbdaab3ca07910845d7702 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T18:28:40.608Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T18:28:40.932Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T18:28:41.288Z] + ls /var/log/sa-host [2021-03-22T18:28:41.289Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T18:28:41.289Z] file_magic: OK [2021-03-22T18:28:41.289Z] HZ: Using current value: 100 [2021-03-22T18:28:41.289Z] file_header: OK [2021-03-22T18:28:41.289Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-22T18:28:41.289Z] Statistics: [2021-03-22T18:28:41.556Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T18:28:41.556Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T18:28:41.556Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T18:28:41.556Z] file_magic: OK [2021-03-22T18:28:41.556Z] HZ: Using current value: 100 [2021-03-22T18:28:41.556Z] file_header: OK [2021-03-22T18:28:41.556Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-22T18:28:41.556Z] Statistics: [2021-03-22T18:28:41.556Z] Hnuu...uuuununununu... [2021-03-22T18:28:41.556Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T18:28:42.218Z] provisioning config files... [2021-03-22T18:28:42.243Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config5041982584370983051tmp [Pipeline] { [Pipeline] echo [2021-03-22T18:28:42.315Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:28:43.887Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T18:28:43.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T18:28:44.036Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:28:44.868Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T18:28:44.885Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:28:45.301Z] ---> sudo-logs.sh [2021-03-22T18:28:45.301Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T18:28:45.390Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:28:46.076Z] ---> job-cost.sh [2021-03-22T18:28:46.076Z] lf-activate-venv: SKIPPING [2021-03-22T18:28:46.076Z] DEBUG: total: 0.20999999344348907 [2021-03-22T18:28:46.076Z] INFO: Retrieving Stack Cost... [2021-03-22T18:28:47.048Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T18:28:47.667Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T18:28:47.706Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T18:28:48.067Z] ---> logs-deploy.sh [2021-03-22T18:28:48.067Z] lf-activate-venv: SKIPPING [2021-03-22T18:28:48.067Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/13 [2021-03-22T18:28:48.067Z] INFO: archiving workspace using pattern(s): [2021-03-22T18:28:51.489Z] Archives upload complete. [2021-03-22T18:28:51.489Z] INFO: archiving logs to Nexus [2021-03-22T18:28:54.263Z] ---> uname -a: [2021-03-22T18:28:54.263Z] Linux prd-centos7-docker-4c-2g-30898.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] ---> lscpu: [2021-03-22T18:28:54.263Z] Architecture: x86_64 [2021-03-22T18:28:54.263Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-22T18:28:54.263Z] Byte Order: Little Endian [2021-03-22T18:28:54.263Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-22T18:28:54.263Z] CPU(s): 4 [2021-03-22T18:28:54.263Z] On-line CPU(s) list: 0-3 [2021-03-22T18:28:54.263Z] Thread(s) per core: 1 [2021-03-22T18:28:54.263Z] Core(s) per socket: 1 [2021-03-22T18:28:54.263Z] Socket(s): 4 [2021-03-22T18:28:54.263Z] NUMA node(s): 1 [2021-03-22T18:28:54.263Z] Vendor ID: GenuineIntel [2021-03-22T18:28:54.263Z] CPU family: 6 [2021-03-22T18:28:54.263Z] Model: 44 [2021-03-22T18:28:54.263Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-22T18:28:54.263Z] Stepping: 1 [2021-03-22T18:28:54.263Z] CPU MHz: 2933.438 [2021-03-22T18:28:54.263Z] BogoMIPS: 5866.87 [2021-03-22T18:28:54.263Z] Virtualization: VT-x [2021-03-22T18:28:54.263Z] Hypervisor vendor: KVM [2021-03-22T18:28:54.263Z] Virtualization type: full [2021-03-22T18:28:54.263Z] L1d cache: 128 KiB [2021-03-22T18:28:54.263Z] L1i cache: 128 KiB [2021-03-22T18:28:54.263Z] L2 cache: 16 MiB [2021-03-22T18:28:54.263Z] L3 cache: 64 MiB [2021-03-22T18:28:54.263Z] NUMA node0 CPU(s): 0-3 [2021-03-22T18:28:54.263Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-22T18:28:54.263Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-22T18:28:54.263Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-22T18:28:54.263Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-22T18:28:54.263Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-22T18:28:54.263Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-22T18:28:54.263Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-22T18:28:54.263Z] Vulnerability Srbds: Not affected [2021-03-22T18:28:54.263Z] Vulnerability Tsx async abort: Not affected [2021-03-22T18:28:54.263Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] ---> nproc: [2021-03-22T18:28:54.263Z] 4 [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] ---> df -h: [2021-03-22T18:28:54.263Z] Filesystem Size Used Available Use% Mounted on [2021-03-22T18:28:54.263Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-22T18:28:54.263Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-22T18:28:54.263Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-22T18:28:54.263Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13 [2021-03-22T18:28:54.263Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13@tmp [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z] ---> free -m: [2021-03-22T18:28:54.263Z] total used free shared buff/cache available [2021-03-22T18:28:54.263Z] Mem: 1837 832 311 0 693 939 [2021-03-22T18:28:54.263Z] Swap: 1023 72 951 [2021-03-22T18:28:54.263Z] [2021-03-22T18:28:54.263Z]