Pull request #3285 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5e62af26a0a6ac0dd783723671b6ce388f74a372+bf41993ae39f966b0d993bd56432d2f66e6af597 (aa1fbcd5beff79da3e9d06caa42b0bbe7898cb9a) 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 Running on prd-centos7-docker-4c-2g-30944 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 5e62af26a0a6ac0dd783723671b6ce388f74a372 Merge succeeded, producing 5e62af26a0a6ac0dd783723671b6ce388f74a372 Checking out Revision 5e62af26a0a6ac0dd783723671b6ce388f74a372 (PR-3285) > git config core.sparsecheckout # timeout=10 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 2807aebda7c3a490a0d76e7f0a64bb01c3290329 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T22:16:26.884Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T22:16:27.106Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T22:16:27.197Z] ========================================================= [2021-03-22T22:16:27.197Z] EdgeX Global Pipelines Version Info [2021-03-22T22:16:27.197Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:16:29.728Z] ------------------- [2021-03-22T22:16:29.728Z] stable info: [2021-03-22T22:16:29.728Z] ------------------- [2021-03-22T22:16:29.728Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T22:16:29.728Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:16:29.728Z] Message: update stable to v1.0.186 [2021-03-22T22:16:30.777Z] ------------------- [2021-03-22T22:16:30.777Z] experimental info: [2021-03-22T22:16:30.777Z] ------------------- [2021-03-22T22:16:30.777Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T22:16:30.777Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:16:30.777Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T22:16:31.037Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T22:16:31.169Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T22:16:31.290Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T22:16:31.379Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T22:16:31.477Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T22:16:31.592Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T22:16:31.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T22:16:31.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T22:16:31.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T22:16:32.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T22:16:32.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T22:16:32.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T22:16:32.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T22:16:32.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T22:16:32.496Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:16:32.581Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:16:32.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T22:16:32.762Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T22:16:32.850Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T22:16:32.936Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T22:16:33.146Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T22:16:33.248Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T22:16:33.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3285 [Pipeline] echo [2021-03-22T22:16:33.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3285 [Pipeline] echo [2021-03-22T22:16:33.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3285 [Pipeline] echo [2021-03-22T22:16:33.617Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e62af26a0a6ac0dd783723671b6ce388f74a372 [Pipeline] echo [2021-03-22T22:16:33.715Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e62af2 [Pipeline] echo [2021-03-22T22:16:33.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T22:16:34.079Z] provisioning config files... [2021-03-22T22:16:34.119Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8906445047632934695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:16:34.572Z] ---> docker-login.sh [2021-03-22T22:16:34.573Z] nexus3.edgexfoundry.org:10001 [2021-03-22T22:16:35.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:16:35.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:16:35.938Z] Configure a credential helper to remove this warning. See [2021-03-22T22:16:35.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:16:35.938Z] [2021-03-22T22:16:35.938Z] Login Succeeded [2021-03-22T22:16:35.938Z] nexus3.edgexfoundry.org:10002 [2021-03-22T22:16:36.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:16:36.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:16:36.548Z] Configure a credential helper to remove this warning. See [2021-03-22T22:16:36.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:16:36.548Z] [2021-03-22T22:16:36.548Z] Login Succeeded [2021-03-22T22:16:36.548Z] nexus3.edgexfoundry.org:10003 [2021-03-22T22:16:37.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:16:37.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:16:37.904Z] Configure a credential helper to remove this warning. See [2021-03-22T22:16:37.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:16:37.904Z] [2021-03-22T22:16:37.904Z] Login Succeeded [2021-03-22T22:16:37.904Z] nexus3.edgexfoundry.org:10004 [2021-03-22T22:16:38.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:16:38.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:16:38.492Z] Configure a credential helper to remove this warning. See [2021-03-22T22:16:38.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:16:38.492Z] [2021-03-22T22:16:38.492Z] Login Succeeded [2021-03-22T22:16:38.492Z] docker.io [2021-03-22T22:16:38.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:16:39.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:16:39.350Z] Configure a credential helper to remove this warning. See [2021-03-22T22:16:39.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:16:39.350Z] [2021-03-22T22:16:39.350Z] Login Succeeded [2021-03-22T22:16:39.350Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T22:16:39.361Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:16:39.902Z] ++ 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-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T22:16:39.902Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T22:16:39.902Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T22:16:39.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:16:39.902Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T22:16:39.902Z] ++ cut -d/ -f2 [2021-03-22T22:16:39.902Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T22:16:39.984Z] 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-22T22:16:40.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:16:40.938Z] [2021-03-22T22:16:40.938Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:16:41.359Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:16:41.359Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T22:16:41.359Z] 31603596830f: Pulling fs layer [2021-03-22T22:16:41.359Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T22:16:41.359Z] 6ca5941a6612: Pulling fs layer [2021-03-22T22:16:41.359Z] ecc8261a40a4: Pulling fs layer [2021-03-22T22:16:41.359Z] ecc8261a40a4: Waiting [2021-03-22T22:16:41.359Z] 2a8b12db71e7: Download complete [2021-03-22T22:16:41.644Z] 31603596830f: Verifying Checksum [2021-03-22T22:16:41.644Z] 31603596830f: Download complete [2021-03-22T22:16:41.644Z] 6ca5941a6612: Verifying Checksum [2021-03-22T22:16:41.644Z] 6ca5941a6612: Download complete [2021-03-22T22:16:41.644Z] ecc8261a40a4: Verifying Checksum [2021-03-22T22:16:41.644Z] ecc8261a40a4: Download complete [2021-03-22T22:16:42.272Z] 31603596830f: Pull complete [2021-03-22T22:16:42.660Z] 2a8b12db71e7: Pull complete [2021-03-22T22:16:45.383Z] 6ca5941a6612: Pull complete [2021-03-22T22:16:45.383Z] ecc8261a40a4: Pull complete [2021-03-22T22:16:45.383Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T22:16:45.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:16:45.383Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T22:16:45.627Z] prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container [2021-03-22T22:16:45.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-22T22:16:48.877Z] $ docker top 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T22:16:49.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:16:49.355Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:16:50.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:16:50.218Z] $ docker exec 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent [2021-03-22T22:16:50.638Z] SSH_AUTH_SOCK=/tmp/ssh-ARTeckWnkfHc/agent.12 [2021-03-22T22:16:50.638Z] SSH_AGENT_PID=17 [2021-03-22T22:16:50.818Z] Running ssh-add (command line suppressed) [2021-03-22T22:16:51.253Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8613725785215864161.key (/w/workspace/edgex-go/3@tmp/private_key_8613725785215864161.key) [2021-03-22T22:16:51.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:16:52.132Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T22:16:52.218Z] $ docker exec --env ******** --env ******** 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent -k [2021-03-22T22:16:52.712Z] unset SSH_AUTH_SOCK; [2021-03-22T22:16:52.712Z] unset SSH_AGENT_PID; [2021-03-22T22:16:52.712Z] echo Agent pid 17 killed; [2021-03-22T22:16:52.835Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T22:16:52.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:16:52.992Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:16:53.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:16:53.867Z] $ docker exec 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent [2021-03-22T22:16:54.402Z] SSH_AUTH_SOCK=/tmp/ssh-1MJiqhwOSJBJ/agent.46 [2021-03-22T22:16:54.402Z] SSH_AGENT_PID=51 [2021-03-22T22:16:54.417Z] Running ssh-add (command line suppressed) [2021-03-22T22:16:54.696Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6811049555388759386.key (/w/workspace/edgex-go/3@tmp/private_key_6811049555388759386.key) [2021-03-22T22:16:54.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:16:55.216Z] + git semver init [2021-03-22T22:16:55.216Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T22:16:55.216Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-22T22:16:55.216Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-22T22:16:55.216Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T22:16:55.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T22:16:55.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T22:16:55.216Z] # $SEMVER_BRANCH = PR-3285 [2021-03-22T22:16:55.216Z] # $SEMVER_TEMP = /tmp/semver-128642356 [2021-03-22T22:16:55.216Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T22:17:34.390Z] # '/tmp/semver-128642356' -> '/w/workspace/edgex-go/3/.semver' [2021-03-22T22:17:34.390Z] # -> Force: false [2021-03-22T22:17:34.390Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-22T22:17:34.406Z] $ docker exec --env ******** --env ******** 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 ssh-agent -k [2021-03-22T22:17:34.881Z] unset SSH_AUTH_SOCK; [2021-03-22T22:17:34.882Z] unset SSH_AGENT_PID; [2021-03-22T22:17:34.882Z] echo Agent pid 51 killed; [2021-03-22T22:17:35.245Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:17:35.863Z] + git semver [Pipeline] } [2021-03-22T22:17:36.545Z] $ docker stop --time=1 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 [2021-03-22T22:17:39.698Z] $ docker rm -f 8b51ee58ba8548099480292ddab027bb25081418c65ea0482562ff0803fe2154 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:17:40.419Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T22:17:41.798Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T22:17:41.801Z] [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-22T22:17:42.731Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:17:43.155Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:17:43.515Z] + sudo service docker restart [2021-03-22T22:17:43.515Z] + true [2021-03-22T22:17:43.515Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T22:17:44.972Z] ========================================================= [2021-03-22T22:17:44.972Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T22:17:44.972Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:45.321Z] + 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-22T22:17:52.083Z] Sending build context to Docker daemon 328.7MB [2021-03-22T22:17:52.083Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T22:17:52.083Z] Step 2/6 : FROM ${BASE} [2021-03-22T22:17:52.083Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T22:17:52.083Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T22:17:52.083Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T22:17:52.083Z] de9db76c5a1d: Pulling fs layer [2021-03-22T22:17:52.083Z] bca2f99d35d6: Pulling fs layer [2021-03-22T22:17:52.083Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T22:17:52.083Z] 7c6f9722023f: Pulling fs layer [2021-03-22T22:17:52.083Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T22:17:52.083Z] bca2f99d35d6: Waiting [2021-03-22T22:17:52.083Z] 93359f2a8cfa: Waiting [2021-03-22T22:17:52.083Z] 7c6f9722023f: Waiting [2021-03-22T22:17:52.083Z] a35cf1a2eb13: Waiting [2021-03-22T22:17:52.083Z] de9db76c5a1d: Verifying Checksum [2021-03-22T22:17:52.083Z] de9db76c5a1d: Download complete [2021-03-22T22:17:52.083Z] 0ef7d3d256c8: Download complete [2021-03-22T22:17:52.083Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T22:17:52.083Z] 93359f2a8cfa: Download complete [2021-03-22T22:17:52.083Z] 7c6f9722023f: Verifying Checksum [2021-03-22T22:17:52.083Z] 7c6f9722023f: Download complete [2021-03-22T22:17:52.083Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T22:17:52.083Z] 188c0c94c7c5: Download complete [2021-03-22T22:17:52.667Z] 188c0c94c7c5: Pull complete [2021-03-22T22:17:53.652Z] 0ef7d3d256c8: Pull complete [2021-03-22T22:17:54.629Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T22:17:54.629Z] a35cf1a2eb13: Download complete [2021-03-22T22:17:54.921Z] de9db76c5a1d: Pull complete [2021-03-22T22:17:55.510Z] bca2f99d35d6: Verifying Checksum [2021-03-22T22:17:55.510Z] bca2f99d35d6: Download complete [2021-03-22T22:17:57.184Z] Still waiting to schedule task [2021-03-22T22:17:57.184Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-22T22:18:10.818Z] bca2f99d35d6: Pull complete [2021-03-22T22:18:10.819Z] 93359f2a8cfa: Pull complete [2021-03-22T22:18:10.819Z] 7c6f9722023f: Pull complete [2021-03-22T22:18:15.122Z] a35cf1a2eb13: Pull complete [2021-03-22T22:18:15.122Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T22:18:15.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T22:18:15.390Z] ---> a62c8e92a672 [2021-03-22T22:18:15.390Z] 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-22T22:18:15.390Z] ---> Running in 74496675a25f [2021-03-22T22:18:16.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:17.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:18.458Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T22:18:18.724Z] (2/12) Installing file (5.38-r0) [2021-03-22T22:18:18.724Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T22:18:18.724Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T22:18:23.048Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T22:18:23.048Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T22:18:23.048Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T22:18:23.048Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T22:18:23.048Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T22:18:23.048Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T22:18:23.048Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T22:18:23.647Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T22:18:23.647Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:18:23.647Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:28.046Z] Removing intermediate container 74496675a25f [2021-03-22T22:18:28.046Z] ---> 04aaf9dd1162 [2021-03-22T22:18:28.046Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T22:18:28.046Z] ---> Running in 543fbd5af061 [2021-03-22T22:18:28.345Z] Removing intermediate container 543fbd5af061 [2021-03-22T22:18:28.345Z] ---> e8bb116df784 [2021-03-22T22:18:28.345Z] Step 5/6 : COPY go.mod . [2021-03-22T22:18:28.621Z] ---> fe90370ab2cb [2021-03-22T22:18:28.621Z] Step 6/6 : RUN go mod download [2021-03-22T22:18:28.891Z] ---> Running in 65eb592bae7a [2021-03-22T22:19:01.687Z] Removing intermediate container 65eb592bae7a [2021-03-22T22:19:01.687Z] ---> 015ef81436ff [2021-03-22T22:19:01.687Z] Successfully built 015ef81436ff [2021-03-22T22:19:01.687Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:19:02.026Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:19:02.026Z] . [Pipeline] withDockerContainer [2021-03-22T22:19:02.166Z] prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container [2021-03-22T22:19:02.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-03-22T22:19:04.673Z] $ docker top 59e0ebf9198aa86ae1918ba682c78375fddc01757a58ff0b4112b6b176d07f18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:19:05.770Z] + go version [2021-03-22T22:19:05.770Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T22:19:05.785Z] $ docker stop --time=1 59e0ebf9198aa86ae1918ba682c78375fddc01757a58ff0b4112b6b176d07f18 [2021-03-22T22:19:07.336Z] $ docker rm -f 59e0ebf9198aa86ae1918ba682c78375fddc01757a58ff0b4112b6b176d07f18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:19:08.331Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:19:08.331Z] . [Pipeline] withDockerContainer [2021-03-22T22:19:08.475Z] prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container [2021-03-22T22:19:08.569Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-03-22T22:19:11.543Z] $ docker top 758e6830be6e3182287ece56595c47367aca494123e587239644ab050aaf9dc2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T22:19:12.214Z] ========================================================= [2021-03-22T22:19:12.214Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T22:19:12.214Z] ========================================================= [Pipeline] sh [2021-03-22T22:19:12.553Z] + make test [2021-03-22T22:19:12.553Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T22:19:40.672Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T22:20:23.678Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30949 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws [2021-03-22T22:20:23.737Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-22T22:20:28.656Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T22:20:29.818Z] using credential edgex-jenkins-ssh [2021-03-22T22:20:29.876Z] Cloning the remote Git repository [2021-03-22T22:20:29.944Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:20:30.079Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-22T22:20:30.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:20:30.183Z] > git --version # timeout=10 [2021-03-22T22:20:30.214Z] > git --version # 'git version 2.17.1' [2021-03-22T22:20:30.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:20:30.298Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:20:42.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T22:20:42.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T22:20:42.815Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T22:20:48.195Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:20:49.023Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:20:49.526Z] Merge succeeded, producing 5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:20:49.526Z] Checking out Revision 5e62af26a0a6ac0dd783723671b6ce388f74a372 (PR-3285) [2021-03-22T22:20:48.213Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:20:48.243Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:20:48.279Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:20:48.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:20:48.300Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:20:49.046Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:20:49.069Z] > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 [2021-03-22T22:20:49.426Z] > git remote # timeout=10 [2021-03-22T22:20:49.450Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T22:20:49.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:20:49.487Z] > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 [2021-03-22T22:20:49.513Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T22:20:49.535Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:20:49.556Z] > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 [2021-03-22T22:20:52.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T22:20:52.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T22:20:52.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T22:20:52.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T22:20:54.177Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T22:20:54.304Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [2021-03-22T22:20:54.824Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-22T22:20:56.052Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:20:56.513Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:20:56.862Z] + sudo service docker+ restart [2021-03-22T22:20:56.862Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T22:20:58.928Z] provisioning config files... [2021-03-22T22:20:58.973Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config448517576202344072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:20:59.407Z] ---> docker-login.sh [2021-03-22T22:20:59.407Z] nexus3.edgexfoundry.org:10001 [2021-03-22T22:21:00.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:00.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:00.694Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:00.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:00.694Z] [2021-03-22T22:21:00.694Z] Login Succeeded [2021-03-22T22:21:00.694Z] nexus3.edgexfoundry.org:10002 [2021-03-22T22:21:00.720Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T22:21:00.720Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T22:21:00.720Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T22:21:01.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:01.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:01.293Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:01.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:01.293Z] [2021-03-22T22:21:01.293Z] Login Succeeded [2021-03-22T22:21:01.572Z] nexus3.edgexfoundry.org:10003 [2021-03-22T22:21:01.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:02.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:02.130Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:02.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:02.130Z] [2021-03-22T22:21:02.130Z] Login Succeeded [2021-03-22T22:21:02.130Z] nexus3.edgexfoundry.org:10004 [2021-03-22T22:21:02.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:02.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:02.679Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:02.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:02.679Z] [2021-03-22T22:21:02.679Z] Login Succeeded [2021-03-22T22:21:02.679Z] docker.io [2021-03-22T22:21:03.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:21:03.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:21:03.557Z] Configure a credential helper to remove this warning. See [2021-03-22T22:21:03.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:21:03.557Z] [2021-03-22T22:21:03.557Z] Login Succeeded [2021-03-22T22:21:03.557Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T22:21:03.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-22T22:21:04.164Z] ========================================================= [2021-03-22T22:21:04.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-22T22:21:04.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:21:04.566Z] + 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-22T22:21:07.229Z] Sending build context to Docker daemon 166.9MB [2021-03-22T22:21:07.229Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T22:21:07.229Z] Step 2/6 : FROM ${BASE} [2021-03-22T22:21:07.229Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-22T22:21:07.229Z] 5f621e34cdf4: Pulling fs layer [2021-03-22T22:21:07.229Z] a4357932f1b6: Pulling fs layer [2021-03-22T22:21:07.229Z] 18c013af1878: Pulling fs layer [2021-03-22T22:21:07.229Z] 00ac8860ef70: Pulling fs layer [2021-03-22T22:21:07.229Z] 63d7cb157983: Pulling fs layer [2021-03-22T22:21:07.229Z] b116817d02f9: Pulling fs layer [2021-03-22T22:21:07.229Z] 745a02a5169b: Pulling fs layer [2021-03-22T22:21:07.229Z] 63d7cb157983: Waiting [2021-03-22T22:21:07.229Z] b116817d02f9: Waiting [2021-03-22T22:21:07.229Z] 745a02a5169b: Waiting [2021-03-22T22:21:07.229Z] 00ac8860ef70: Waiting [2021-03-22T22:21:07.229Z] 18c013af1878: Download complete [2021-03-22T22:21:07.229Z] a4357932f1b6: Download complete [2021-03-22T22:21:07.229Z] 63d7cb157983: Verifying Checksum [2021-03-22T22:21:07.229Z] 63d7cb157983: Download complete [2021-03-22T22:21:07.229Z] 5f621e34cdf4: Download complete [2021-03-22T22:21:07.229Z] b116817d02f9: Verifying Checksum [2021-03-22T22:21:07.229Z] b116817d02f9: Download complete [2021-03-22T22:21:07.832Z] 5f621e34cdf4: Pull complete [2021-03-22T22:21:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.291s coverage: 45.9% of statements [2021-03-22T22:21:08.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T22:21:08.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T22:21:08.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T22:21:08.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T22:21:08.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T22:21:08.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T22:21:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.199s coverage: 19.8% of statements [2021-03-22T22:21:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-03-22T22:21:08.438Z] a4357932f1b6: Pull complete [2021-03-22T22:21:09.040Z] 18c013af1878: Pull complete [2021-03-22T22:21:09.644Z] 745a02a5169b: Verifying Checksum [2021-03-22T22:21:09.644Z] 745a02a5169b: Download complete [2021-03-22T22:21:11.093Z] 00ac8860ef70: Verifying Checksum [2021-03-22T22:21:11.093Z] 00ac8860ef70: Download complete [2021-03-22T22:21:13.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.733s coverage: 27.1% of statements [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T22:21:13.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T22:21:13.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T22:21:13.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T22:21:13.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 71.3% of statements [2021-03-22T22:21:13.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T22:21:13.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T22:21:14.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.541s coverage: 82.9% of statements [2021-03-22T22:21:14.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T22:21:14.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:21:14.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.107s coverage: 78.9% of statements [2021-03-22T22:21:14.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T22:21:21.268Z] 00ac8860ef70: Pull complete [2021-03-22T22:21:21.541Z] 63d7cb157983: Pull complete [2021-03-22T22:21:21.814Z] b116817d02f9: Pull complete [2021-03-22T22:21:22.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.170s coverage: 28.6% of statements [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T22:21:22.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T22:21:22.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T22:21:22.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T22:21:22.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.456s coverage: 97.5% of statements [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T22:21:22.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.195s coverage: 78.3% of statements [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T22:21:22.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T22:21:26.136Z] 745a02a5169b: Pull complete [2021-03-22T22:21:26.136Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-22T22:21:26.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-22T22:21:26.136Z] ---> b7e6874047d6 [2021-03-22T22:21:26.136Z] 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-22T22:21:29.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.848s coverage: 92.8% of statements [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T22:21:29.002Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T22:21:29.002Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.395s coverage: 0.1% of statements [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T22:21:29.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T22:21:29.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements [2021-03-22T22:21:29.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.196s coverage: 79.5% of statements [2021-03-22T22:21:29.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-22T22:21:29.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.254s coverage: 96.3% of statements [2021-03-22T22:21:29.555Z] ---> Running in 16fd7a235d65 [2021-03-22T22:21:30.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-03-22T22:21:31.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:21:31.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:21:32.597Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T22:21:32.868Z] (2/12) Installing file (5.38-r0) [2021-03-22T22:21:32.868Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T22:21:33.141Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T22:21:40.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements [2021-03-22T22:21:40.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-03-22T22:21:45.544Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T22:21:45.544Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T22:21:45.544Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T22:21:45.544Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T22:21:45.544Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T22:21:45.544Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T22:21:45.816Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T22:21:46.088Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T22:21:46.088Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:21:46.088Z] OK: 217 MiB in 51 packages [2021-03-22T22:21:47.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.054s coverage: 81.7% of statements [2021-03-22T22:21:50.395Z] Removing intermediate container 16fd7a235d65 [2021-03-22T22:21:50.395Z] ---> 345a80644ed0 [2021-03-22T22:21:50.395Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T22:21:50.669Z] ---> Running in 76c124e6099a [2021-03-22T22:21:50.942Z] Removing intermediate container 76c124e6099a [2021-03-22T22:21:50.942Z] ---> 3626dfd85b19 [2021-03-22T22:21:50.942Z] Step 5/6 : COPY go.mod . [2021-03-22T22:21:51.950Z] ---> 62458868ebe4 [2021-03-22T22:21:51.950Z] Step 6/6 : RUN go mod download [2021-03-22T22:21:51.950Z] ---> Running in 32b5d95e0791 [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.294s coverage: 92.9% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.213s coverage: 77.8% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.196s coverage: 87.2% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 75.5% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 80.8% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.162s coverage: 87.2% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 64.4% of statements [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T22:21:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.149s coverage: 100.0% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-03-22T22:21:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-03-22T22:21:56.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.551s coverage: 69.0% of statements [2021-03-22T22:21:56.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T22:21:56.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T22:21:56.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T22:21:57.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 38.4% of statements [2021-03-22T22:21:57.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T22:21:57.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T22:21:57.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.080s coverage: 89.5% of statements [2021-03-22T22:21:57.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T22:21:57.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-03-22T22:22:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.300s coverage: 47.0% of statements [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T22:22:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T22:22:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T22:22:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T22:22:03.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.409s coverage: 87.1% of statements [2021-03-22T22:22:03.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T22:22:03.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:22:03.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T22:22:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.094s coverage: 29.1% of statements [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T22:22:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.435s coverage: 99.0% of statements [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T22:22:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T22:22:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.543s coverage: 96.5% of statements [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T22:22:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.282s coverage: 0.0% of statements [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T22:22:11.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.170s coverage: 100.0% of statements [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T22:22:11.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T22:22:11.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T22:22:11.112Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.139s coverage: 87.9% of statements [2021-03-22T22:22:11.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T22:22:11.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T22:22:11.112Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-03-22T22:22:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-03-22T22:22:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-03-22T22:22:14.093Z] GO111MODULE=on go vet ./... [2021-03-22T22:22:24.333Z] Removing intermediate container 32b5d95e0791 [2021-03-22T22:22:24.333Z] ---> d4fdfdf1074a [2021-03-22T22:22:24.333Z] Successfully built d4fdfdf1074a [2021-03-22T22:22:24.333Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:22:24.682Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T22:22:24.682Z] . [Pipeline] withDockerContainer [2021-03-22T22:22:24.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container [2021-03-22T22:22:25.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-03-22T22:22:26.819Z] $ docker top fbd120be5c4777c4b21c99649832e7f6992750499fd1565ecc777341ab7c3c47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:22:27.925Z] + go version [2021-03-22T22:22:27.925Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-22T22:22:27.949Z] $ docker stop --time=1 fbd120be5c4777c4b21c99649832e7f6992750499fd1565ecc777341ab7c3c47 [2021-03-22T22:22:30.046Z] $ docker rm -f fbd120be5c4777c4b21c99649832e7f6992750499fd1565ecc777341ab7c3c47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:22:31.077Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T22:22:31.077Z] . [Pipeline] withDockerContainer [2021-03-22T22:22:31.358Z] prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container [2021-03-22T22:22:31.444Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-03-22T22:22:33.054Z] $ docker top d50ae95c9bc8e66dd8841af4626f87ce66bc88e09c5bc98de877734d60c2f2c2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T22:22:33.468Z] ========================================================= [2021-03-22T22:22:33.468Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T22:22:33.468Z] ========================================================= [Pipeline] sh [2021-03-22T22:22:34.115Z] + make test [2021-03-22T22:22:34.115Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T22:23:00.940Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T22:23:22.828Z] gofmt -l . [2021-03-22T22:23:22.828Z] [ "`gofmt -l .`" = "" ] [2021-03-22T22:23:22.828Z] ./bin/test-go-mod-tidy.sh [2021-03-22T22:23:23.681Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T22:23:26.495Z] + ls -al . [2021-03-22T22:23:26.496Z] total 772 [2021-03-22T22:23:26.496Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 22:23 . [2021-03-22T22:23:26.496Z] drwxr-xr-x 4 root root 28 Mar 22 22:19 .. [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 22:16 .dockerignore [2021-03-22T22:23:26.496Z] drwxrwxr-x 8 1001 1001 179 Mar 22 22:16 .git [2021-03-22T22:23:26.496Z] drwxrwxr-x 3 1001 1001 125 Mar 22 22:16 .github [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 22:16 .gitignore [2021-03-22T22:23:26.496Z] drwx------ 3 1001 1001 60 Mar 22 22:17 .semver [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 22:16 .sonarcloud.properties [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:16 Attribution.txt [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:16 CONTRIBUTING.md [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 22:16 Dockerfile.build [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 22:16 Jenkinsfile [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:16 LICENSE [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:16 Makefile [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:16 README.md [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:16 SECURITY.md [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 22:17 VERSION [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:16 ZMQWindows.md [2021-03-22T22:23:26.496Z] drwxrwxr-x 2 1001 1001 117 Mar 22 22:16 bin [2021-03-22T22:23:26.496Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 22:16 cmd [2021-03-22T22:23:26.496Z] -rw-r--r-- 1 root root 659965 Mar 22 22:22 coverage.out [2021-03-22T22:23:26.496Z] -rw-r--r-- 1 root root 1055 Mar 22 22:23 go.mod [2021-03-22T22:23:26.496Z] -rw-r--r-- 1 root root 22209 Mar 22 22:23 go.sum [2021-03-22T22:23:26.496Z] drwxrwxr-x 8 1001 1001 127 Mar 22 22:16 internal [2021-03-22T22:23:26.496Z] drwxrwxr-x 4 1001 1001 26 Mar 22 22:16 openapi [2021-03-22T22:23:26.496Z] drwxrwxr-x 4 1001 1001 71 Mar 22 22:16 snap [2021-03-22T22:23:26.496Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 22:16 version.go [Pipeline] sh [2021-03-22T22:23:26.863Z] + '[' -e coverage.out ] [2021-03-22T22:23:26.863Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T22:23:27.410Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T22:23:28.670Z] + make build [2021-03-22T22:23:28.670Z] 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-22T22:23:33.071Z] 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-22T22:23:58.443Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T22:24:00.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T22:24:06.429Z] 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-22T22:24:08.511Z] 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-22T22:24:09.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T22:24:09.356Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T22:24:12.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T22:24:12.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T22:24:12.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T22:24:12.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T22:24:15.180Z] 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-22T22:24:16.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T22:24:16.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T22:24:16.794Z] 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-22T22:24:22.427Z] 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-22T22:24:26.912Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T22:24:26.913Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T22:24:26.913Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T22:24:28.201Z] 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-22T22:24:29.685Z] 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-22T22:24:32.315Z] 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-22T22:24:32.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 45.9% of statements [2021-03-22T22:24:32.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T22:24:32.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T22:24:32.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T22:24:32.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T22:24:32.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T22:24:32.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T22:24:32.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements [2021-03-22T22:24:32.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [2021-03-22T22:24:33.759Z] 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-22T22:24:37.545Z] 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-22T22:24:40.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.1% of statements [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T22:24:40.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T22:24:40.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T22:24:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T22:24:40.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 71.3% of statements [2021-03-22T22:24:40.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T22:24:40.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T22:24:43.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.489s coverage: 82.9% of statements [2021-03-22T22:24:43.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T22:24:43.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:24:43.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.182s coverage: 78.9% of statements [2021-03-22T22:24:43.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] } [2021-03-22T22:24:44.583Z] $ docker stop --time=1 758e6830be6e3182287ece56595c47367aca494123e587239644ab050aaf9dc2 [2021-03-22T22:24:46.712Z] $ docker rm -f 758e6830be6e3182287ece56595c47367aca494123e587239644ab050aaf9dc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:24:51.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:24:52.728Z] [2021-03-22T22:24:52.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:24:53.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:24:53.719Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T22:24:53.719Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T22:24:53.719Z] ca9280d653b3: Pulling fs layer [2021-03-22T22:24:53.719Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T22:24:54.067Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-22T22:24:54.067Z] cbdbe7a5bc2a: Download complete [2021-03-22T22:24:54.651Z] ca9280d653b3: Verifying Checksum [2021-03-22T22:24:54.651Z] ca9280d653b3: Download complete [2021-03-22T22:24:54.651Z] cbdbe7a5bc2a: Pull complete [2021-03-22T22:24:56.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T22:24:56.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.179s coverage: 100.0% of statements [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T22:24:56.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T22:24:56.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T22:24:56.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements [2021-03-22T22:24:56.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T22:24:56.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-03-22T22:24:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T22:24:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T22:24:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T22:24:56.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T22:24:56.689Z] 7e9c9ca2126c: Verifying Checksum [2021-03-22T22:24:56.689Z] 7e9c9ca2126c: Download complete [2021-03-22T22:24:56.689Z] ca9280d653b3: Pull complete [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.301s coverage: 0.1% of statements [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T22:25:02.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-03-22T22:25:02.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-03-22T22:25:11.953Z] 7e9c9ca2126c: Pull complete [2021-03-22T22:25:11.953Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T22:25:11.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:25:11.953Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T22:25:12.137Z] prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container [2021-03-22T22:25:12.340Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:25:12.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements [2021-03-22T22:25:12.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-22T22:25:15.478Z] $ docker top 634ff54980f11f71137e2792c8a05d1976d006f8d9e36e31f915a51371919787 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:25:16.442Z] + docker-compose build --help [2021-03-22T22:25:16.442Z] + grep parallel [2021-03-22T22:25:18.391Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T22:25:18.408Z] $ docker stop --time=1 634ff54980f11f71137e2792c8a05d1976d006f8d9e36e31f915a51371919787 [2021-03-22T22:25:19.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.314s coverage: 81.7% of statements [2021-03-22T22:25:19.965Z] $ docker rm -f 634ff54980f11f71137e2792c8a05d1976d006f8d9e36e31f915a51371919787 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:25:20.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:25:20.712Z] . [Pipeline] withDockerContainer [2021-03-22T22:25:20.879Z] prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container [2021-03-22T22:25:20.945Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:25:23.736Z] $ docker top 7c1898dfaad95e8229e4ac60b225c5851dbb807c1e4e9323a6b6298f37b3af15 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:25:24.684Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T22:25:26.721Z] Building docker-core-command-go ... [2021-03-22T22:25:26.721Z] Building docker-core-data-go ... [2021-03-22T22:25:26.721Z] Building docker-core-metadata-go ... [2021-03-22T22:25:26.721Z] Building docker-security-bootstrapper-go ... [2021-03-22T22:25:26.721Z] Building docker-security-proxy-setup-go ... [2021-03-22T22:25:26.721Z] Building docker-security-secretstore-setup-go ... [2021-03-22T22:25:26.721Z] Building docker-support-notifications-go ... [2021-03-22T22:25:26.721Z] Building docker-support-scheduler-go ... [2021-03-22T22:25:26.721Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T22:25:26.721Z] Building docker-sys-mgmt-agent-go [2021-03-22T22:25:26.721Z] Building docker-security-proxy-setup-go [2021-03-22T22:25:26.721Z] Building docker-support-scheduler-go [2021-03-22T22:25:26.721Z] Building docker-core-metadata-go [2021-03-22T22:25:26.721Z] Building docker-security-bootstrapper-go [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.6% of statements [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.168s coverage: 91.6% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T22:25:29.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 64.4% of statements [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T22:25:29.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T22:25:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-03-22T22:25:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-22T22:25:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-03-22T22:25:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-03-22T22:25:29.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-03-22T22:25:33.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.942s coverage: 69.0% of statements [2021-03-22T22:25:33.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T22:25:33.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T22:25:33.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T22:25:35.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.378s coverage: 38.4% of statements [2021-03-22T22:25:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T22:25:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T22:25:35.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-03-22T22:25:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T22:25:35.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-03-22T22:25:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.466s coverage: 47.0% of statements [2021-03-22T22:25:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T22:25:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T22:25:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T22:25:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T22:25:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T22:25:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2021-03-22T22:25:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T22:25:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T22:25:42.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 87.1% of statements [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:25:42.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.353s coverage: 29.1% of statements [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.313s coverage: 96.5% of statements [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T22:25:48.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T22:25:48.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-03-22T22:25:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T22:25:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T22:25:49.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-03-22T22:25:49.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-22T22:25:51.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-22T22:25:52.075Z] GO111MODULE=on go vet ./... [2021-03-22T22:26:49.651Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:26:49.651Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:26:49.651Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:26:49.651Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:26:49.651Z] ---> 015ef81436ff [2021-03-22T22:26:49.651Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T22:26:49.651Z] ---> 015ef81436ff [2021-03-22T22:26:49.651Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:26:49.651Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:26:49.651Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:26:49.651Z] ---> 015ef81436ff [2021-03-22T22:26:49.651Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:26:49.651Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:26:49.651Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:26:49.651Z] ---> 015ef81436ff [2021-03-22T22:26:49.651Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:26:49.651Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:26:49.651Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:26:49.651Z] ---> 015ef81436ff [2021-03-22T22:26:49.651Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:26:49.651Z] ---> Running in e7b350eefd46 [2021-03-22T22:26:49.651Z] ---> Running in 01e667253aba [2021-03-22T22:26:49.651Z] ---> Running in 4a19f754134e [2021-03-22T22:26:49.651Z] ---> Running in 7de08ca0bf5b [2021-03-22T22:26:49.651Z] ---> Running in dd54e4fc5af6 [2021-03-22T22:26:49.651Z] Removing intermediate container 01e667253aba [2021-03-22T22:26:49.651Z] ---> 0133923568c9 [2021-03-22T22:26:49.651Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:26:49.651Z] Removing intermediate container e7b350eefd46 [2021-03-22T22:26:49.651Z] ---> fe1e100f6af1 [2021-03-22T22:26:49.651Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:26:49.651Z] Removing intermediate container dd54e4fc5af6 [2021-03-22T22:26:49.651Z] ---> 106c2a64dfb9 [2021-03-22T22:26:49.651Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:26:49.651Z] Removing intermediate container 4a19f754134e [2021-03-22T22:26:49.651Z] ---> f1945087feca [2021-03-22T22:26:49.651Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:26:49.651Z] ---> Running in 50ec6c0ce570 [2021-03-22T22:26:49.651Z] ---> Running in 16f404e7e8ce [2021-03-22T22:26:49.651Z] Removing intermediate container 7de08ca0bf5b [2021-03-22T22:26:49.651Z] ---> 6e487a5eb17d [2021-03-22T22:26:49.651Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:26:49.651Z] ---> Running in 60b708939c3c [2021-03-22T22:26:49.651Z] ---> Running in c20c49e39570 [2021-03-22T22:26:49.651Z] ---> Running in 387bb43acd3b [2021-03-22T22:26:51.701Z] Removing intermediate container 60b708939c3c [2021-03-22T22:26:51.701Z] ---> 199c0bbe49ac [2021-03-22T22:26:51.701Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:26:51.701Z] Removing intermediate container 50ec6c0ce570 [2021-03-22T22:26:51.701Z] ---> 763e8c019ead [2021-03-22T22:26:51.701Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T22:26:51.701Z] Removing intermediate container 16f404e7e8ce [2021-03-22T22:26:51.701Z] ---> dd147832d4a2 [2021-03-22T22:26:51.701Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:26:52.045Z] ---> Running in e0284ba5a868 [2021-03-22T22:26:52.045Z] ---> Running in 7180721e648b [2021-03-22T22:26:52.045Z] Removing intermediate container c20c49e39570 [2021-03-22T22:26:52.045Z] ---> f728769d20d2 [2021-03-22T22:26:52.373Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:26:52.373Z] ---> Running in 49e738521cca [2021-03-22T22:26:52.373Z] ---> Running in 3057a2fa63a7 [2021-03-22T22:26:52.373Z] Removing intermediate container 387bb43acd3b [2021-03-22T22:26:52.373Z] ---> d9bfa3ad67b9 [2021-03-22T22:26:52.373Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T22:26:52.680Z] ---> Running in 7874ce1bcf79 [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:56.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:56.232Z] OK: 233 MiB in 51 packages [2021-03-22T22:26:56.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:56.650Z] OK: 233 MiB in 51 packages [2021-03-22T22:26:56.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:26:56.650Z] OK: 233 MiB in 51 packages [2021-03-22T22:26:57.246Z] OK: 233 MiB in 51 packages [2021-03-22T22:26:57.246Z] OK: 233 MiB in 51 packages [2021-03-22T22:26:57.896Z] Removing intermediate container e0284ba5a868 [2021-03-22T22:26:57.896Z] ---> 8f416a98fbfb [2021-03-22T22:26:57.896Z] Step 6/31 : COPY go.mod . [2021-03-22T22:26:58.546Z] Removing intermediate container 49e738521cca [2021-03-22T22:26:58.546Z] ---> ca75fdef7ae0 [2021-03-22T22:26:58.546Z] Step 6/21 : COPY go.mod . [2021-03-22T22:26:58.546Z] ---> 78233cbfa062 [2021-03-22T22:26:58.547Z] Step 7/31 : RUN go mod download [2021-03-22T22:26:58.868Z] Removing intermediate container 7874ce1bcf79 [2021-03-22T22:26:58.868Z] ---> fd61604a7603 [2021-03-22T22:26:58.868Z] Step 6/22 : COPY go.mod . [2021-03-22T22:26:58.868Z] Removing intermediate container 7180721e648b [2021-03-22T22:26:58.868Z] ---> 5920a131c70d [2021-03-22T22:26:58.868Z] Step 6/26 : COPY go.mod . [2021-03-22T22:26:58.868Z] Removing intermediate container 3057a2fa63a7 [2021-03-22T22:26:58.868Z] ---> c8b2333a3100 [2021-03-22T22:26:58.868Z] Step 6/23 : COPY go.mod . [2021-03-22T22:26:58.868Z] ---> Running in cccbf4ee9a6b [2021-03-22T22:26:59.608Z] ---> 939c8a0ac99b [2021-03-22T22:26:59.608Z] Step 7/21 : RUN go mod download [2021-03-22T22:26:59.918Z] ---> 74522fc4dc5e [2021-03-22T22:26:59.918Z] Step 7/22 : RUN go mod download [2021-03-22T22:26:59.918Z] ---> Running in f78c51786561 [2021-03-22T22:26:59.918Z] ---> c20ad391e1f2 [2021-03-22T22:26:59.918Z] Step 7/26 : RUN go mod download [2021-03-22T22:27:00.270Z] ---> ef65466b4fda [2021-03-22T22:27:00.270Z] Step 7/23 : RUN go mod download [2021-03-22T22:27:00.270Z] ---> Running in e2042a035b43 [2021-03-22T22:27:00.270Z] ---> Running in 18e71cdd0fee [2021-03-22T22:27:00.582Z] ---> Running in b84b8ee99db2 [2021-03-22T22:27:06.185Z] Removing intermediate container f78c51786561 [2021-03-22T22:27:06.185Z] ---> 046df5808c5e [2021-03-22T22:27:06.185Z] Step 8/21 : COPY . . [2021-03-22T22:27:06.185Z] Removing intermediate container b84b8ee99db2 [2021-03-22T22:27:06.185Z] ---> 3efbc3c8d750 [2021-03-22T22:27:06.185Z] Step 8/23 : COPY . . [2021-03-22T22:27:06.185Z] Removing intermediate container cccbf4ee9a6b [2021-03-22T22:27:06.185Z] ---> 872943f1767b [2021-03-22T22:27:06.185Z] Step 8/31 : COPY . . [2021-03-22T22:27:06.185Z] Removing intermediate container e2042a035b43 [2021-03-22T22:27:06.185Z] ---> b94ff9cc6cc6 [2021-03-22T22:27:06.185Z] Step 8/22 : COPY . . [2021-03-22T22:27:06.185Z] Removing intermediate container 18e71cdd0fee [2021-03-22T22:27:06.185Z] ---> 55bdde274639 [2021-03-22T22:27:06.185Z] Step 8/26 : COPY . . [2021-03-22T22:27:14.028Z] gofmt -l . [2021-03-22T22:27:14.028Z] [ "`gofmt -l .`" = "" ] [2021-03-22T22:27:14.028Z] ./bin/test-go-mod-tidy.sh [2021-03-22T22:27:14.028Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T22:27:16.120Z] + ls -al . [2021-03-22T22:27:16.120Z] total 800 [2021-03-22T22:27:16.120Z] drwxrwxr-x 9 1001 1001 4096 Mar 22 22:27 . [2021-03-22T22:27:16.120Z] drwxr-xr-x 4 root root 4096 Mar 22 22:22 .. [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 22:20 .dockerignore [2021-03-22T22:27:16.120Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 22:20 .git [2021-03-22T22:27:16.120Z] drwxrwxr-x 3 1001 1001 4096 Mar 22 22:20 .github [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 22:20 .gitignore [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 22:20 .sonarcloud.properties [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:20 Attribution.txt [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:20 CONTRIBUTING.md [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 22:20 Dockerfile.build [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 22:20 Jenkinsfile [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:20 LICENSE [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:20 Makefile [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:20 README.md [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:20 SECURITY.md [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 22:17 VERSION [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:20 ZMQWindows.md [2021-03-22T22:27:16.120Z] drwxrwxr-x 2 1001 1001 4096 Mar 22 22:20 bin [2021-03-22T22:27:16.120Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 22:20 cmd [2021-03-22T22:27:16.120Z] -rw-r--r-- 1 root root 659965 Mar 22 22:25 coverage.out [2021-03-22T22:27:16.120Z] -rw-r--r-- 1 root root 1055 Mar 22 22:27 go.mod [2021-03-22T22:27:16.120Z] -rw-r--r-- 1 root root 22209 Mar 22 22:27 go.sum [2021-03-22T22:27:16.120Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 22:20 internal [2021-03-22T22:27:16.120Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 22:20 openapi [2021-03-22T22:27:16.120Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 22:20 snap [2021-03-22T22:27:16.120Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 22:20 version.go [Pipeline] sh [2021-03-22T22:27:16.771Z] + '[' -e coverage.out ] [2021-03-22T22:27:16.772Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T22:27:16.845Z] Warning: overwriting stash ‘coverage-report’ [2021-03-22T22:27:17.977Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T22:27:18.627Z] + make build [2021-03-22T22:27:18.627Z] 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-22T22:27:28.778Z] 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-22T22:27:55.582Z] 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-22T22:27:56.177Z] 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-22T22:28:01.566Z] 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-22T22:28:03.002Z] 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-22T22:28:09.717Z] 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-22T22:28:15.129Z] 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-22T22:28:18.530Z] 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-22T22:28:22.851Z] 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-22T22:28:26.242Z] 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-22T22:28:29.642Z] 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-22T22:28:37.664Z] $ docker stop --time=1 d50ae95c9bc8e66dd8841af4626f87ce66bc88e09c5bc98de877734d60c2f2c2 [2021-03-22T22:28:40.564Z] $ docker rm -f d50ae95c9bc8e66dd8841af4626f87ce66bc88e09c5bc98de877734d60c2f2c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:28:42.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:28:42.677Z] [2021-03-22T22:28:42.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:28:43.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:28:43.628Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-22T22:28:43.628Z] 29e5d40040c1: Pulling fs layer [2021-03-22T22:28:43.628Z] 1ce36da41761: Pulling fs layer [2021-03-22T22:28:43.628Z] 25b303627fd3: Pulling fs layer [2021-03-22T22:28:43.628Z] 29e5d40040c1: Verifying Checksum [2021-03-22T22:28:43.628Z] 29e5d40040c1: Download complete [2021-03-22T22:28:43.717Z] ---> 52401c8f5311 [2021-03-22T22:28:43.717Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T22:28:43.717Z] ---> 5e291135bf7d [2021-03-22T22:28:43.717Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T22:28:43.717Z] ---> a9d63b2fc5b3 [2021-03-22T22:28:43.717Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:28:43.717Z] ---> 0f44f4bfe536 [2021-03-22T22:28:43.717Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:28:43.717Z] ---> Running in ed6b81b90091 [2021-03-22T22:28:43.717Z] ---> Running in 809dd3409d11 [2021-03-22T22:28:43.717Z] ---> Running in f8a42496d747 [2021-03-22T22:28:43.717Z] ---> Running in 1250d96b98b2 [2021-03-22T22:28:43.717Z] ---> b0b56f58410b [2021-03-22T22:28:43.717Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T22:28:43.717Z] ---> Running in 415b094b448b [2021-03-22T22:28:43.717Z] 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-22T22:28:43.717Z] 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-22T22:28:43.717Z] 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-22T22:28:43.717Z] 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-22T22:28:43.717Z] 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-22T22:28:44.231Z] 1ce36da41761: Verifying Checksum [2021-03-22T22:28:44.231Z] 1ce36da41761: Download complete [2021-03-22T22:28:44.231Z] 29e5d40040c1: Pull complete [2021-03-22T22:28:45.668Z] 1ce36da41761: Pull complete [2021-03-22T22:28:45.668Z] 25b303627fd3: Verifying Checksum [2021-03-22T22:28:45.668Z] 25b303627fd3: Download complete [2021-03-22T22:28:55.835Z] 25b303627fd3: Pull complete [2021-03-22T22:28:55.835Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-22T22:28:55.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:28:55.835Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-22T22:28:56.107Z] prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container [2021-03-22T22:28:56.177Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T22:28:59.160Z] $ docker top 4f851bf8ff7a728feb1a28fa9d28e4d15eeb9295d1a443c703c37f51292f3b69 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:29:00.172Z] + docker-compose build --help [2021-03-22T22:29:00.172Z] + grep parallel [2021-03-22T22:29:03.555Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T22:29:03.836Z] $ docker stop --time=1 4f851bf8ff7a728feb1a28fa9d28e4d15eeb9295d1a443c703c37f51292f3b69 [2021-03-22T22:29:05.767Z] $ docker rm -f 4f851bf8ff7a728feb1a28fa9d28e4d15eeb9295d1a443c703c37f51292f3b69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:29:06.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T22:29:06.581Z] . [Pipeline] withDockerContainer [2021-03-22T22:29:06.841Z] prd-ubuntu18.04-docker-arm64-4c-16g-30949 does not seem to be running inside a container [2021-03-22T22:29:06.911Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T22:29:08.319Z] $ docker top 315f146c6fd9f8f4464e5e7bee8cd42f0da9f534af455f0653b0ce64dc922263 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:29:09.331Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T22:29:13.621Z] Building docker-core-command-go ... [2021-03-22T22:29:13.621Z] Building docker-core-data-go ... [2021-03-22T22:29:13.621Z] Building docker-core-metadata-go ... [2021-03-22T22:29:13.621Z] Building docker-security-bootstrapper-go ... [2021-03-22T22:29:13.621Z] Building docker-security-proxy-setup-go ... [2021-03-22T22:29:13.621Z] Building docker-security-secretstore-setup-go ... [2021-03-22T22:29:13.621Z] Building docker-support-notifications-go ... [2021-03-22T22:29:13.621Z] Building docker-support-scheduler-go ... [2021-03-22T22:29:13.621Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T22:29:13.621Z] Building docker-security-bootstrapper-go [2021-03-22T22:29:13.621Z] Building docker-core-data-go [2021-03-22T22:29:13.621Z] Building docker-core-metadata-go [2021-03-22T22:29:13.621Z] Building docker-security-secretstore-setup-go [2021-03-22T22:29:13.621Z] Building docker-support-notifications-go [2021-03-22T22:29:41.630Z] 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-22T22:29:53.561Z] Removing intermediate container f8a42496d747 [2021-03-22T22:29:53.561Z] ---> cb53c70979b2 [2021-03-22T22:29:53.561Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:29:53.561Z] ---> Running in 130388a68613 [2021-03-22T22:29:53.561Z] Removing intermediate container ed6b81b90091 [2021-03-22T22:29:53.561Z] ---> 0c64ebb28fa0 [2021-03-22T22:29:53.561Z] [2021-03-22T22:29:53.561Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:29:54.178Z] 3.12: Pulling from library/alpine [2021-03-22T22:29:55.674Z] 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-22T22:29:55.674Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:29:55.674Z] Removing intermediate container 415b094b448b [2021-03-22T22:29:55.674Z] ---> 024c15dd6a63 [2021-03-22T22:29:55.674Z] [2021-03-22T22:29:55.674Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:29:56.296Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:29:56.296Z] ---> 88dd2752d2ea [2021-03-22T22:29:56.296Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:29:56.296Z] 3.12: Pulling from library/alpine [2021-03-22T22:29:56.296Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:29:56.296Z] Status: Image is up to date for alpine:3.12 [2021-03-22T22:29:56.296Z] ---> 88dd2752d2ea [2021-03-22T22:29:56.296Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:29:56.296Z] ---> Running in 69c7f67facfc [2021-03-22T22:29:56.599Z] ---> Running in 3619ed599e02 [2021-03-22T22:29:56.905Z] Removing intermediate container 69c7f67facfc [2021-03-22T22:29:56.905Z] ---> 66f7c0f850ba [2021-03-22T22:29:56.905Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:29:57.183Z] ---> Running in 2b079c62bfcc [2021-03-22T22:29:57.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:58.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:58.352Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:29:58.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:29:58.352Z] OK: 6 MiB in 15 packages [2021-03-22T22:29:59.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:29:59.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:00.269Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:30:00.269Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:30:00.269Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:30:00.269Z] OK: 6 MiB in 16 packages [2021-03-22T22:30:01.885Z] Removing intermediate container 1250d96b98b2 [2021-03-22T22:30:01.885Z] ---> 162ca88e6238 [2021-03-22T22:30:01.885Z] [2021-03-22T22:30:01.885Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:30:01.885Z] ---> 88dd2752d2ea [2021-03-22T22:30:01.885Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:30:01.885Z] Removing intermediate container 809dd3409d11 [2021-03-22T22:30:01.885Z] ---> 239fb24d75ff [2021-03-22T22:30:01.885Z] [2021-03-22T22:30:01.885Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:30:01.885Z] ---> 88dd2752d2ea [2021-03-22T22:30:01.885Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:30:02.599Z] ---> Running in af67d273f65d [2021-03-22T22:30:02.599Z] ---> Running in 4cc8f51036e2 [2021-03-22T22:30:02.975Z] Removing intermediate container 130388a68613 [2021-03-22T22:30:02.975Z] ---> 2b9b6e4e3fba [2021-03-22T22:30:02.975Z] [2021-03-22T22:30:02.975Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:30:03.249Z] 20.10.0: Pulling from library/docker [2021-03-22T22:30:03.249Z] Removing intermediate container 3619ed599e02 [2021-03-22T22:30:03.249Z] ---> 7da2ba23a565 [2021-03-22T22:30:03.249Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:30:04.263Z] ---> Running in 782f1dd5979b [2021-03-22T22:30:04.263Z] Removing intermediate container 2b079c62bfcc [2021-03-22T22:30:04.263Z] ---> a90734fe2232 [2021-03-22T22:30:04.263Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:30:04.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:04.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:04.858Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:30:04.858Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:30:04.858Z] OK: 6 MiB in 15 packages [2021-03-22T22:30:05.460Z] ---> Running in cc53d577ae77 [2021-03-22T22:30:05.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:05.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:05.799Z] Removing intermediate container 782f1dd5979b [2021-03-22T22:30:05.799Z] ---> 740187caaada [2021-03-22T22:30:05.799Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:30:06.287Z] ---> Running in abf610408d9c [2021-03-22T22:30:06.573Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:30:06.573Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:30:06.573Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:30:06.573Z] Removing intermediate container cc53d577ae77 [2021-03-22T22:30:06.573Z] ---> 22e9087ff125 [2021-03-22T22:30:06.573Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:30:06.573Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:30:06.573Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:30:06.573Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:30:06.573Z] OK: 7 MiB in 18 packages [2021-03-22T22:30:06.865Z] ---> Running in 481d1c364197 [2021-03-22T22:30:07.139Z] Removing intermediate container abf610408d9c [2021-03-22T22:30:07.139Z] ---> e6e27f02892c [2021-03-22T22:30:07.139Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:30:07.139Z] Removing intermediate container af67d273f65d [2021-03-22T22:30:07.139Z] ---> 310cd8f6ed06 [2021-03-22T22:30:07.139Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:30:07.410Z] ---> Running in b35c5d1110e6 [2021-03-22T22:30:07.410Z] ---> Running in ec0ff535203e [2021-03-22T22:30:08.078Z] Removing intermediate container 481d1c364197 [2021-03-22T22:30:08.078Z] ---> 156fb2fea730 [2021-03-22T22:30:08.078Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:30:08.078Z] Removing intermediate container b35c5d1110e6 [2021-03-22T22:30:08.078Z] ---> f1f9820f9708 [2021-03-22T22:30:08.078Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:30:08.433Z] Removing intermediate container ec0ff535203e [2021-03-22T22:30:08.433Z] ---> c06c974289e1 [2021-03-22T22:30:08.433Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:30:08.433Z] ---> Running in c751ff5406f0 [2021-03-22T22:30:11.613Z] Removing intermediate container 4cc8f51036e2 [2021-03-22T22:30:11.613Z] ---> 17323a95ea50 [2021-03-22T22:30:11.613Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:30:11.613Z] ---> Running in 1eb6bb6fda76 [2021-03-22T22:30:11.613Z] ---> 74e4b691b942 [2021-03-22T22:30:11.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:30:11.613Z] ---> Running in cd7bfe79d6b4 [2021-03-22T22:30:12.379Z] Removing intermediate container 1eb6bb6fda76 [2021-03-22T22:30:12.379Z] ---> c7bbc7ee861e [2021-03-22T22:30:12.379Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:30:12.379Z] Removing intermediate container cd7bfe79d6b4 [2021-03-22T22:30:12.379Z] ---> a763c14bb578 [2021-03-22T22:30:12.379Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:30:12.665Z] ---> Running in 66fcdc70f2dd [2021-03-22T22:30:12.972Z] ---> Running in 4e4c9d8483ce [2021-03-22T22:30:13.286Z] Removing intermediate container 66fcdc70f2dd [2021-03-22T22:30:13.286Z] ---> c16f280368cb [2021-03-22T22:30:13.286Z] Step 15/23 : WORKDIR / [2021-03-22T22:30:13.672Z] ---> Running in 0356f46615e1 [2021-03-22T22:30:13.672Z] Removing intermediate container 4e4c9d8483ce [2021-03-22T22:30:13.672Z] ---> 2b1677df7c02 [2021-03-22T22:30:13.672Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:30:13.672Z] ---> 264ab60df668 [2021-03-22T22:30:13.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:30:14.337Z] Removing intermediate container 0356f46615e1 [2021-03-22T22:30:14.337Z] ---> e4f3e7e3e162 [2021-03-22T22:30:14.337Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:30:14.337Z] Removing intermediate container c751ff5406f0 [2021-03-22T22:30:14.337Z] ---> d3941690514c [2021-03-22T22:30:14.337Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:30:14.650Z] ---> 0a7dc23e8704 [2021-03-22T22:30:14.650Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:30:14.650Z] ---> Running in 8f70f5a62b59 [2021-03-22T22:30:14.955Z] ---> 20c09ff22bad [2021-03-22T22:30:14.955Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:30:15.321Z] ---> Running in 9b67e9ae7b30 [2021-03-22T22:30:15.987Z] ---> f3f03ac0d386 [2021-03-22T22:30:15.987Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:30:16.373Z] Removing intermediate container 8f70f5a62b59 [2021-03-22T22:30:16.373Z] ---> 5b3a1279a1f3 [2021-03-22T22:30:16.373Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:30:17.545Z] Removing intermediate container 9b67e9ae7b30 [2021-03-22T22:30:17.545Z] ---> 68bfe2efe197 [2021-03-22T22:30:17.545Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:30:18.042Z] ---> 2edf68fe52f2 [2021-03-22T22:30:18.042Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:30:18.042Z] ---> Running in ea56c3e27b0d [2021-03-22T22:30:18.674Z] ---> 6eaf3b7b41d3 [2021-03-22T22:30:18.674Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:30:19.365Z] Removing intermediate container ea56c3e27b0d [2021-03-22T22:30:19.365Z] ---> 1290b809b98a [2021-03-22T22:30:19.365Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:30:19.652Z] ---> Running in 906c227f5234 [2021-03-22T22:30:19.952Z] ---> d13dafacce1a [2021-03-22T22:30:19.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:30:19.952Z] ---> 06424cad6436 [2021-03-22T22:30:19.952Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:30:19.952Z] ---> Running in a59e3fbfeac0 [2021-03-22T22:30:20.278Z] ---> Running in 6d69357e6402 [2021-03-22T22:30:20.630Z] Removing intermediate container a59e3fbfeac0 [2021-03-22T22:30:20.630Z] ---> a2891e90b077 [2021-03-22T22:30:20.630Z] Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:30:20.953Z] ---> f5ee22185fc3 [2021-03-22T22:30:20.953Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:30:20.953Z] ---> Running in 9e334ebb992c [2021-03-22T22:30:20.953Z] Removing intermediate container 6d69357e6402 [2021-03-22T22:30:20.953Z] ---> 75f472841ab7 [2021-03-22T22:30:20.953Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:30:21.302Z] ---> Running in 75f669fd651b [2021-03-22T22:30:21.602Z] ---> Running in 444f2326424d [2021-03-22T22:30:21.844Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:30:21.845Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:30:21.845Z] ---> d4fdfdf1074a [2021-03-22T22:30:21.845Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T22:30:22.133Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:30:22.133Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:30:22.133Z] ---> d4fdfdf1074a [2021-03-22T22:30:22.133Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:30:22.191Z] Removing intermediate container 9e334ebb992c [2021-03-22T22:30:22.192Z] ---> 01a7b1364843 [2021-03-22T22:30:22.192Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:30:22.192Z] Removing intermediate container 75f669fd651b [2021-03-22T22:30:22.192Z] ---> 2c64c78480f6 [2021-03-22T22:30:22.192Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:30:22.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:30:22.192Z] Removing intermediate container 444f2326424d [2021-03-22T22:30:22.192Z] ---> 9ce43913c083 [2021-03-22T22:30:22.192Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T22:30:22.192Z] ---> Running in 5e6a797d6b6d [2021-03-22T22:30:22.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:30:22.192Z] ---> aefe523efa57 [2021-03-22T22:30:22.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:30:22.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:30:22.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:30:22.405Z] ---> d4fdfdf1074a [2021-03-22T22:30:22.405Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:30:22.468Z] ---> Running in 7e5b165f2c6e [2021-03-22T22:30:22.468Z] ---> Running in 8de85cffce4b [2021-03-22T22:30:22.468Z] ---> Running in 71d8c2a1161e [2021-03-22T22:30:22.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:30:22.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:30:22.676Z] ---> d4fdfdf1074a [2021-03-22T22:30:22.676Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:30:22.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:30:22.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:30:22.676Z] ---> d4fdfdf1074a [2021-03-22T22:30:22.676Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:30:23.074Z] Removing intermediate container 5e6a797d6b6d [2021-03-22T22:30:23.074Z] ---> 4fe57884f22f [2021-03-22T22:30:23.074Z] [2021-03-22T22:30:23.401Z] Removing intermediate container 8de85cffce4b [2021-03-22T22:30:23.401Z] ---> e4c554903c70 [2021-03-22T22:30:23.401Z] Step 20/21 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:30:23.680Z] Removing intermediate container 7e5b165f2c6e [2021-03-22T22:30:23.680Z] ---> 0002cd770651 [2021-03-22T22:30:23.680Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:30:23.680Z] Removing intermediate container 906c227f5234 [2021-03-22T22:30:23.680Z] ---> 630391d04875 [2021-03-22T22:30:23.680Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:30:23.680Z] ---> Running in 96f9a21e143c [2021-03-22T22:30:23.982Z] ---> Running in e3c660cf3b56 [2021-03-22T22:30:23.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:24.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:24.275Z] Removing intermediate container 96f9a21e143c [2021-03-22T22:30:24.275Z] ---> 3c25dcc70e52 [2021-03-22T22:30:24.275Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:30:24.567Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:30:24.567Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:30:24.568Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:30:24.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:30:24.568Z] OK: 12 MiB in 22 packages [2021-03-22T22:30:24.568Z] Successfully built 4fe57884f22f [2021-03-22T22:30:24.568Z] ---> Running in 41aede6c2126 [2021-03-22T22:30:24.568Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T22:30:24.859Z] Building docker-support-notifications-go [2021-03-22T22:30:24.859Z]  Building docker-support-scheduler-go ... done Removing intermediate container e3c660cf3b56 [2021-03-22T22:30:24.859Z] ---> aa55d6d47ad0 [2021-03-22T22:30:24.859Z] Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:30:24.859Z] ---> 6ff05d73fa87 [2021-03-22T22:30:24.859Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:30:24.859Z] ---> Running in 5f548bbb4648 [2021-03-22T22:30:25.169Z] Removing intermediate container 41aede6c2126 [2021-03-22T22:30:25.169Z] ---> 717628eabec9 [2021-03-22T22:30:25.169Z] [2021-03-22T22:30:25.772Z] Removing intermediate container 5f548bbb4648 [2021-03-22T22:30:25.772Z] ---> 3d3138805390 [2021-03-22T22:30:25.772Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:30:26.131Z] Successfully built 717628eabec9 [2021-03-22T22:30:26.131Z] ---> Running in 9bcc3c84b4e8 [2021-03-22T22:30:26.131Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T22:30:26.131Z] Building docker-core-command-go [2021-03-22T22:30:26.417Z]  Building docker-security-proxy-setup-go ... done  ---> 881eb7de4e60 [2021-03-22T22:30:26.417Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:30:26.417Z] Removing intermediate container 71d8c2a1161e [2021-03-22T22:30:26.417Z] ---> 48638fb16784 [2021-03-22T22:30:26.417Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:30:26.975Z] ---> Running in 7ae8ffcb06e2 [2021-03-22T22:30:26.975Z] ---> Running in c73a1258e013 [2021-03-22T22:30:26.975Z] ---> Running in 365949ccee11 [2021-03-22T22:30:26.975Z] ---> Running in 81ff36f5b079 [2021-03-22T22:30:26.975Z] ---> Running in 88ef01a8abdf [2021-03-22T22:30:27.101Z] ---> Running in 4349c2ed139a [2021-03-22T22:30:27.247Z] Removing intermediate container 365949ccee11 [2021-03-22T22:30:27.247Z] ---> 204b0295adff [2021-03-22T22:30:27.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:30:27.247Z] Removing intermediate container 81ff36f5b079 [2021-03-22T22:30:27.247Z] ---> 9df0a647d45a [2021-03-22T22:30:27.247Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:30:27.520Z] Removing intermediate container 88ef01a8abdf [2021-03-22T22:30:27.520Z] ---> d67938f5ce6f [2021-03-22T22:30:27.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:30:27.520Z] Removing intermediate container c73a1258e013 [2021-03-22T22:30:27.520Z] ---> a37323e8ef15 [2021-03-22T22:30:27.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:30:27.520Z] ---> Running in 84ae95b7b611 [2021-03-22T22:30:27.520Z] Removing intermediate container 7ae8ffcb06e2 [2021-03-22T22:30:27.520Z] ---> c71fcd70e789 [2021-03-22T22:30:27.520Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:30:27.795Z] ---> Running in c5da27dbbd62 [2021-03-22T22:30:27.795Z] ---> Running in f169a5434d6b [2021-03-22T22:30:27.795Z] ---> Running in 78254d44860b [2021-03-22T22:30:27.795Z] ---> Running in 88da4af90d80 [2021-03-22T22:30:29.278Z] Removing intermediate container 9bcc3c84b4e8 [2021-03-22T22:30:29.278Z] ---> 7df11c9e212d [2021-03-22T22:30:29.278Z] [2021-03-22T22:30:29.278Z] Successfully built 7df11c9e212d [2021-03-22T22:30:29.565Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T22:30:29.565Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-22T22:30:29.858Z] ---> e56a4cb71f4d [2021-03-22T22:30:29.858Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:30:29.858Z] Removing intermediate container 4349c2ed139a [2021-03-22T22:30:29.858Z] ---> 495b4c9ae701 [2021-03-22T22:30:29.858Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:30:30.869Z] ---> Running in 93488c99cf8c [2021-03-22T22:30:31.234Z] Removing intermediate container 84ae95b7b611 [2021-03-22T22:30:31.234Z] ---> 680ff4cb9e9e [2021-03-22T22:30:31.234Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:30:31.234Z] ---> Running in 8853e38165f6 [2021-03-22T22:30:31.458Z] ---> d93e9c8ae1ca [2021-03-22T22:30:31.458Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:30:31.835Z] Removing intermediate container c5da27dbbd62 [2021-03-22T22:30:31.835Z] ---> 4c22cbe3d74b [2021-03-22T22:30:31.835Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T22:30:31.835Z] Removing intermediate container f169a5434d6b [2021-03-22T22:30:31.835Z] ---> 3bcc7dcf85aa [2021-03-22T22:30:31.835Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:30:32.114Z] ---> Running in 43b7998c1900 [2021-03-22T22:30:32.114Z] ---> Running in 3c105bd86eff [2021-03-22T22:30:32.114Z] Removing intermediate container 88da4af90d80 [2021-03-22T22:30:32.114Z] ---> eb5f59801576 [2021-03-22T22:30:32.114Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:30:32.415Z] ---> Running in acd087030383 [2021-03-22T22:30:32.705Z] Removing intermediate container 78254d44860b [2021-03-22T22:30:32.705Z] ---> fb40e1026b52 [2021-03-22T22:30:32.705Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:30:32.952Z] Removing intermediate container 93488c99cf8c [2021-03-22T22:30:32.953Z] ---> 6ff4c24ad962 [2021-03-22T22:30:32.953Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:30:33.002Z] ---> Running in a838256ebc91 [2021-03-22T22:30:33.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:33.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:33.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:34.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:34.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:34.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:34.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:34.761Z] OK: 217 MiB in 51 packages [2021-03-22T22:30:34.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:35.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:35.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:30:35.325Z] OK: 217 MiB in 51 packages [2021-03-22T22:30:35.921Z] OK: 217 MiB in 51 packages [2021-03-22T22:30:35.921Z] OK: 217 MiB in 51 packages [2021-03-22T22:30:36.208Z] OK: 217 MiB in 51 packages [2021-03-22T22:30:36.208Z] Removing intermediate container 8853e38165f6 [2021-03-22T22:30:36.208Z] ---> 1b5123ee9722 [2021-03-22T22:30:36.208Z] Step 6/22 : COPY go.mod . [2021-03-22T22:30:36.625Z] ---> 3b6fd796f6d4 [2021-03-22T22:30:36.625Z] ---> Running in b2c804733c63 [2021-03-22T22:30:36.625Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:30:37.194Z] Removing intermediate container 43b7998c1900 [2021-03-22T22:30:37.194Z] ---> 84f854e80c56 [2021-03-22T22:30:37.194Z] Step 6/31 : COPY go.mod . [2021-03-22T22:30:37.226Z] Removing intermediate container b2c804733c63 [2021-03-22T22:30:37.226Z] ---> 8cb7979eb90a [2021-03-22T22:30:37.226Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:30:37.226Z] ---> Running in e5ca9f88feba [2021-03-22T22:30:37.469Z] ---> 747b23049ff3 [2021-03-22T22:30:37.469Z] Step 7/22 : RUN go mod download [2021-03-22T22:30:37.751Z] Removing intermediate container 3c105bd86eff [2021-03-22T22:30:37.751Z] ---> a0e50f382302 [2021-03-22T22:30:37.751Z] Step 6/23 : COPY go.mod . [2021-03-22T22:30:37.751Z] ---> Running in b1bef662d87c [2021-03-22T22:30:37.985Z] Removing intermediate container e5ca9f88feba [2021-03-22T22:30:37.985Z] ---> 1f298b23a8b0 [2021-03-22T22:30:37.985Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:30:38.023Z] Removing intermediate container acd087030383 [2021-03-22T22:30:38.023Z] ---> 3f99925e288e [2021-03-22T22:30:38.023Z] Step 6/24 : COPY go.mod . [2021-03-22T22:30:38.300Z] Removing intermediate container a838256ebc91 [2021-03-22T22:30:38.300Z] ---> c55767651616 [2021-03-22T22:30:38.300Z] Step 6/23 : COPY go.mod . [2021-03-22T22:30:38.300Z] ---> 10a1a8c2a108 [2021-03-22T22:30:38.300Z] Step 7/31 : RUN go mod download [2021-03-22T22:30:38.576Z] ---> Running in 92641f5985c5 [2021-03-22T22:30:39.173Z] ---> a14e6390c43e [2021-03-22T22:30:39.173Z] Step 7/23 : RUN go mod download [2021-03-22T22:30:39.454Z] ---> Running in bc8d3b6c4063 [2021-03-22T22:30:39.454Z] ---> 01f74087fe0e [2021-03-22T22:30:39.454Z] Step 7/24 : RUN go mod download [2021-03-22T22:30:39.735Z] ---> 9d4055295cad [2021-03-22T22:30:39.735Z] Step 7/23 : RUN go mod download [2021-03-22T22:30:39.735Z] ---> Running in c1aa3653ba87 [2021-03-22T22:30:40.012Z] ---> Running in 89481c73d9fa [2021-03-22T22:30:40.987Z] ---> 74059b8d9939 [2021-03-22T22:30:40.987Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:30:41.312Z] ---> 4d269851e58a [2021-03-22T22:30:41.312Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:30:42.650Z] Removing intermediate container b1bef662d87c [2021-03-22T22:30:42.651Z] ---> f3bb416f6ba8 [2021-03-22T22:30:42.651Z] Step 8/22 : COPY . . [2021-03-22T22:30:43.254Z] Removing intermediate container 92641f5985c5 [2021-03-22T22:30:43.254Z] ---> c0b6231c2323 [2021-03-22T22:30:43.254Z] Step 8/31 : COPY . . [2021-03-22T22:30:43.968Z] ---> Running in be0c222f8b5c [2021-03-22T22:30:44.245Z] Removing intermediate container bc8d3b6c4063 [2021-03-22T22:30:44.245Z] ---> f468cfcc7d5b [2021-03-22T22:30:44.245Z] Step 8/23 : COPY . . [2021-03-22T22:30:44.524Z] Removing intermediate container c1aa3653ba87 [2021-03-22T22:30:44.524Z] ---> fcf8dd5b50ba [2021-03-22T22:30:44.524Z] Step 8/24 : COPY . . [2021-03-22T22:30:44.936Z] ---> b58103d39322 [2021-03-22T22:30:44.936Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:30:45.125Z] Removing intermediate container 89481c73d9fa [2021-03-22T22:30:45.125Z] ---> 0b33ef1a01a5 [2021-03-22T22:30:45.125Z] Step 8/23 : COPY . . [2021-03-22T22:30:46.192Z] ---> 242a0fe788c6 [2021-03-22T22:30:46.192Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:30:46.192Z] ---> Running in a6e50104c89b [2021-03-22T22:30:47.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:47.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:30:48.077Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:30:48.077Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:30:48.077Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:30:48.077Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:30:48.077Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:30:48.366Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:30:48.366Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:30:51.819Z] Removing intermediate container be0c222f8b5c [2021-03-22T22:30:51.819Z] ---> 0a003262c38d [2021-03-22T22:30:51.819Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:30:56.364Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:30:56.364Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:30:56.364Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:30:56.364Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:30:56.364Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:30:57.618Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:30:58.099Z] ---> Running in 0a21a617df23 [2021-03-22T22:30:58.099Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:30:58.437Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:30:58.437Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:30:58.437Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:30:58.437Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:30:58.791Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:30:58.791Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:30:58.791Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:30:58.791Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:30:59.429Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:30:59.429Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:30:59.429Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:30:59.429Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:30:59.429Z] Removing intermediate container 0a21a617df23 [2021-03-22T22:30:59.429Z] ---> d6fffaa4b95b [2021-03-22T22:30:59.429Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:31:00.041Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:31:00.041Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:31:00.320Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:31:00.320Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:31:00.921Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:31:00.921Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:31:00.921Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:31:03.197Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:31:03.809Z] OK: 71 MiB in 55 packages [2021-03-22T22:31:04.264Z] ---> Running in e06e65838e56 [2021-03-22T22:31:08.549Z] Removing intermediate container e06e65838e56 [2021-03-22T22:31:08.549Z] ---> e5deff39beb8 [2021-03-22T22:31:08.549Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T22:31:09.217Z] ---> Running in dc398472ebfd [2021-03-22T22:31:10.846Z] Removing intermediate container dc398472ebfd [2021-03-22T22:31:10.846Z] ---> 8457c22a054d [2021-03-22T22:31:10.846Z] Step 30/31 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:31:11.479Z] ---> Running in 868ea37ca5be [2021-03-22T22:31:11.912Z] ---> 71d61dd06a36 [2021-03-22T22:31:11.912Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T22:31:11.912Z] ---> 3e3511b1cb49 [2021-03-22T22:31:11.912Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:31:11.912Z] ---> 1ed5a785318f [2021-03-22T22:31:11.912Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:31:11.912Z] ---> 12263a6ea6a4 [2021-03-22T22:31:11.912Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:31:11.912Z] ---> b14eac53944f [2021-03-22T22:31:11.912Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:31:11.912Z] ---> Running in a159bcfaa3e8 [2021-03-22T22:31:11.912Z] ---> Running in 475d4f7dcdc5 [2021-03-22T22:31:11.912Z] ---> Running in 22a286d1c0b2 [2021-03-22T22:31:11.912Z] ---> Running in 928d8a487878 [2021-03-22T22:31:11.912Z] ---> Running in 8355a6553d85 [2021-03-22T22:31:11.912Z] 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-22T22:31:11.912Z] 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-22T22:31:11.912Z] 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-22T22:31:11.912Z] 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-22T22:31:11.913Z] 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-22T22:31:12.604Z] Removing intermediate container 868ea37ca5be [2021-03-22T22:31:12.604Z] ---> 6d487ee2c600 [2021-03-22T22:31:12.604Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:31:14.747Z] ---> Running in 364a18c2ad15 [2021-03-22T22:31:18.434Z] Removing intermediate container 364a18c2ad15 [2021-03-22T22:31:18.434Z] ---> 74632cbcfad0 [2021-03-22T22:31:18.434Z] [2021-03-22T22:31:25.645Z] Successfully built 74632cbcfad0 [2021-03-22T22:31:27.086Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T22:31:27.086Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-03-22T22:31:27.086Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:31:27.086Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:31:27.086Z] ---> 015ef81436ff [2021-03-22T22:31:27.086Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:31:27.086Z] ---> Using cache [2021-03-22T22:31:27.086Z] ---> 6e487a5eb17d [2021-03-22T22:31:27.086Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:31:27.086Z] ---> Using cache [2021-03-22T22:31:27.086Z] ---> d9bfa3ad67b9 [2021-03-22T22:31:27.086Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:31:29.045Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:31:29.045Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:31:29.045Z] ---> 015ef81436ff [2021-03-22T22:31:29.046Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:31:29.046Z] ---> Using cache [2021-03-22T22:31:29.046Z] ---> 6e487a5eb17d [2021-03-22T22:31:29.046Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:31:29.046Z] ---> Using cache [2021-03-22T22:31:29.046Z] ---> d9bfa3ad67b9 [2021-03-22T22:31:29.046Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:31:29.046Z] ---> Using cache [2021-03-22T22:31:29.046Z] ---> fd61604a7603 [2021-03-22T22:31:29.046Z] Step 6/23 : COPY go.mod . [2021-03-22T22:31:29.046Z] ---> Using cache [2021-03-22T22:31:29.046Z] ---> 74522fc4dc5e [2021-03-22T22:31:29.046Z] Step 7/23 : RUN go mod download [2021-03-22T22:31:29.640Z] ---> Using cache [2021-03-22T22:31:29.640Z] ---> b94ff9cc6cc6 [2021-03-22T22:31:29.640Z] Step 8/23 : COPY . . [2021-03-22T22:31:29.933Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:31:29.933Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:31:29.933Z] ---> 015ef81436ff [2021-03-22T22:31:29.933Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:31:29.933Z] ---> Using cache [2021-03-22T22:31:29.933Z] ---> 6e487a5eb17d [2021-03-22T22:31:29.933Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:31:29.933Z] ---> Using cache [2021-03-22T22:31:29.933Z] ---> d9bfa3ad67b9 [2021-03-22T22:31:29.933Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:31:29.933Z] ---> Using cache [2021-03-22T22:31:29.933Z] ---> b0b56f58410b [2021-03-22T22:31:29.933Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:31:30.925Z] ---> Running in 69eaa1d275be [2021-03-22T22:31:32.469Z] ---> Running in 524ea730ee47 [2021-03-22T22:31:32.469Z] ---> Running in 1665d423ad7d [2021-03-22T22:31:36.914Z] 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-22T22:31:36.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:31:36.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:31:37.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:31:37.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:31:38.143Z] OK: 233 MiB in 51 packages [2021-03-22T22:31:38.143Z] OK: 233 MiB in 51 packages [2021-03-22T22:31:42.540Z] Removing intermediate container 524ea730ee47 [2021-03-22T22:31:42.540Z] ---> 0029eff66e1b [2021-03-22T22:31:42.540Z] Step 6/23 : COPY go.mod . [2021-03-22T22:31:42.899Z] Removing intermediate container 69eaa1d275be [2021-03-22T22:31:42.899Z] ---> 155b2396ffb9 [2021-03-22T22:31:42.899Z] Step 6/22 : COPY go.mod . [2021-03-22T22:31:44.526Z] ---> 96ae4e992f25 [2021-03-22T22:31:44.526Z] Step 7/23 : RUN go mod download [2021-03-22T22:31:44.526Z] ---> 2cec1e2098d9 [2021-03-22T22:31:44.526Z] Step 7/22 : RUN go mod download [2021-03-22T22:31:46.044Z] ---> Running in 7bb927fd2169 [2021-03-22T22:31:46.044Z] ---> Running in 7427600a1609 [2021-03-22T22:31:59.775Z] Removing intermediate container 7bb927fd2169 [2021-03-22T22:31:59.775Z] ---> a66385748648 [2021-03-22T22:31:59.775Z] Step 8/23 : COPY . . [2021-03-22T22:32:00.109Z] Removing intermediate container 7427600a1609 [2021-03-22T22:32:00.109Z] ---> a4efc20f330a [2021-03-22T22:32:00.109Z] Step 8/22 : COPY . . [2021-03-22T22:32:16.349Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:32:16.349Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:32:16.349Z] ---> 015ef81436ff [2021-03-22T22:32:16.349Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:32:16.349Z] ---> Using cache [2021-03-22T22:32:16.349Z] ---> 6e487a5eb17d [2021-03-22T22:32:16.349Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:32:16.349Z] ---> Using cache [2021-03-22T22:32:16.349Z] ---> d9bfa3ad67b9 [2021-03-22T22:32:16.349Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:32:16.349Z] ---> Using cache [2021-03-22T22:32:16.349Z] ---> fd61604a7603 [2021-03-22T22:32:16.349Z] Step 6/24 : COPY go.mod . [2021-03-22T22:32:16.349Z] ---> Using cache [2021-03-22T22:32:16.349Z] ---> 74522fc4dc5e [2021-03-22T22:32:16.349Z] Step 7/24 : RUN go mod download [2021-03-22T22:32:16.349Z] ---> Using cache [2021-03-22T22:32:16.349Z] ---> b94ff9cc6cc6 [2021-03-22T22:32:16.349Z] Step 8/24 : COPY . . [2021-03-22T22:32:16.349Z] ---> Using cache [2021-03-22T22:32:16.349Z] ---> b0b56f58410b [2021-03-22T22:32:16.349Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:32:18.023Z] ---> Running in 8722bce5b506 [2021-03-22T22:32:25.419Z] 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-22T22:32:32.984Z] Removing intermediate container a6e50104c89b [2021-03-22T22:32:32.984Z] ---> 4ed0ded3bd61 [2021-03-22T22:32:32.984Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:32:35.109Z] ---> Running in 4f701122b799 [2021-03-22T22:32:48.736Z] 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-22T22:32:51.375Z] Removing intermediate container 22a286d1c0b2 [2021-03-22T22:32:51.375Z] ---> 779665ba2f6c [2021-03-22T22:32:51.375Z] [2021-03-22T22:32:51.375Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:32:51.655Z] 3.12: Pulling from library/alpine [2021-03-22T22:32:53.096Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:32:53.096Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:32:53.096Z] ---> d10569e2745f [2021-03-22T22:32:53.096Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:32:53.372Z] ---> Running in 48e7078e7d54 [2021-03-22T22:32:55.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:32:55.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:32:56.628Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:32:56.628Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:32:56.628Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:32:56.628Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:32:56.628Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:32:56.628Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:32:56.628Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:32:56.909Z] OK: 7 MiB in 19 packages [2021-03-22T22:33:01.235Z] Removing intermediate container 48e7078e7d54 [2021-03-22T22:33:01.235Z] ---> f69b8ebfec47 [2021-03-22T22:33:01.235Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:33:01.235Z] Removing intermediate container 475d4f7dcdc5 [2021-03-22T22:33:01.235Z] ---> 2dc3a10eb838 [2021-03-22T22:33:01.235Z] [2021-03-22T22:33:01.235Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:33:01.235Z] ---> d10569e2745f [2021-03-22T22:33:01.235Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:33:01.235Z] ---> Running in 518a9da133a9 [2021-03-22T22:33:01.235Z] ---> Running in b2e22f8cbd59 [2021-03-22T22:33:01.517Z] Removing intermediate container 518a9da133a9 [2021-03-22T22:33:01.517Z] Removing intermediate container b2e22f8cbd59 [2021-03-22T22:33:01.517Z] ---> 756c82711233 [2021-03-22T22:33:01.517Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:33:01.517Z] ---> ac0a5d16784c [2021-03-22T22:33:01.517Z] Step 13/24 : WORKDIR / [2021-03-22T22:33:01.790Z] ---> Running in d9a076f11d2c [2021-03-22T22:33:01.790Z] ---> Running in 140cfa2580d5 [2021-03-22T22:33:02.951Z] Removing intermediate container 1665d423ad7d [2021-03-22T22:33:02.952Z] ---> 59c9b99b3f03 [2021-03-22T22:33:02.952Z] [2021-03-22T22:33:02.952Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:33:02.952Z] ---> 88dd2752d2ea [2021-03-22T22:33:02.952Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:33:02.952Z] ---> Using cache [2021-03-22T22:33:02.952Z] ---> 310cd8f6ed06 [2021-03-22T22:33:02.952Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:33:02.952Z] ---> Using cache [2021-03-22T22:33:02.952Z] ---> c06c974289e1 [2021-03-22T22:33:02.952Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:33:03.241Z] Removing intermediate container 140cfa2580d5 [2021-03-22T22:33:03.241Z] ---> 81f9c35ef376 [2021-03-22T22:33:03.241Z] 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-22T22:33:04.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:04.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:04.500Z] ---> c98b1f388efb [2021-03-22T22:33:04.500Z] 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-22T22:33:05.100Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:33:05.100Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:33:05.100Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:33:05.100Z] OK: 5 MiB in 16 packages [2021-03-22T22:33:06.089Z] ---> 36b28bc42f2f [2021-03-22T22:33:06.089Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:33:06.640Z] ---> Running in 7747cbf1a084 [2021-03-22T22:33:07.543Z] Removing intermediate container d9a076f11d2c [2021-03-22T22:33:07.543Z] ---> 82d266e2a0b2 [2021-03-22T22:33:07.543Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:33:07.818Z] ---> Running in 51e24567668b [2021-03-22T22:33:08.088Z] ---> 4fae6cdb77b4 [2021-03-22T22:33:08.088Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:33:09.529Z] Removing intermediate container 51e24567668b [2021-03-22T22:33:09.529Z] ---> 09557df0a855 [2021-03-22T22:33:09.529Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:33:10.133Z] ---> Running in 1051c7cf6ada [2021-03-22T22:33:10.300Z] Removing intermediate container 7747cbf1a084 [2021-03-22T22:33:10.300Z] ---> 830b8fa834ce [2021-03-22T22:33:10.300Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:33:10.904Z] ---> 56b35e7797e0 [2021-03-22T22:33:10.904Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:33:11.004Z] ---> Running in f77f5343f22b [2021-03-22T22:33:11.198Z] Removing intermediate container 1051c7cf6ada [2021-03-22T22:33:11.198Z] ---> 420abfe8b8c8 [2021-03-22T22:33:11.198Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:33:11.421Z] Removing intermediate container f77f5343f22b [2021-03-22T22:33:11.421Z] ---> 321d6ef8ec12 [2021-03-22T22:33:11.421Z] Step 15/23 : WORKDIR / [2021-03-22T22:33:11.721Z] Collecting docker-compose==1.23.2 [2021-03-22T22:33:11.721Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:33:11.721Z] ---> Running in ad4f3827eeed [2021-03-22T22:33:11.861Z] ---> Running in aafd7dd34032 [2021-03-22T22:33:12.230Z] Removing intermediate container a159bcfaa3e8 [2021-03-22T22:33:12.230Z] ---> 349428d9251d [2021-03-22T22:33:12.230Z] [2021-03-22T22:33:12.230Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:33:12.230Z] ---> d10569e2745f [2021-03-22T22:33:12.230Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:33:12.548Z] ---> Running in 04cbd3279b41 [2021-03-22T22:33:12.965Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:33:12.965Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:33:13.413Z] 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-22T22:33:13.777Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:33:13.777Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:33:14.057Z] ---> ab993d25e2f7 [2021-03-22T22:33:14.058Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:33:14.075Z] Removing intermediate container ad4f3827eeed [2021-03-22T22:33:14.075Z] ---> d78178f3afc0 [2021-03-22T22:33:14.075Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:33:14.075Z] 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-22T22:33:14.362Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:33:14.362Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:33:14.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:14.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:15.270Z] ---> ad9526c8f203 [2021-03-22T22:33:15.270Z] 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-22T22:33:15.270Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:33:15.547Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:33:15.547Z] ---> Running in b68d7ccb43bf [2021-03-22T22:33:15.547Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:33:15.547Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:33:15.833Z] OK: 6 MiB in 16 packages [2021-03-22T22:33:16.116Z] Removing intermediate container aafd7dd34032 [2021-03-22T22:33:16.116Z] ---> f0e6a4aa8627 [2021-03-22T22:33:16.116Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:33:16.775Z] ---> Running in 537bafd0e07a [2021-03-22T22:33:17.778Z] Removing intermediate container 537bafd0e07a [2021-03-22T22:33:17.778Z] ---> a0eb9163b8f7 [2021-03-22T22:33:17.778Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:33:17.826Z] ---> 50bcb7f17ef6 [2021-03-22T22:33:17.826Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:33:18.791Z] Removing intermediate container 04cbd3279b41 [2021-03-22T22:33:18.791Z] ---> 4e7eaa1d7763 [2021-03-22T22:33:18.791Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:33:19.068Z] ---> Running in b6e90cc1337f [2021-03-22T22:33:19.347Z] ---> deebbf60d033 [2021-03-22T22:33:19.347Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:33:19.634Z] ---> Running in 9a2efaff13ed [2021-03-22T22:33:19.922Z] Removing intermediate container b68d7ccb43bf [2021-03-22T22:33:19.922Z] ---> aa75fa288892 [2021-03-22T22:33:19.922Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:33:19.922Z] Removing intermediate container b6e90cc1337f [2021-03-22T22:33:19.922Z] ---> b64a2e027f3f [2021-03-22T22:33:19.922Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:33:19.922Z] ---> Running in 0a39fe5902ef [2021-03-22T22:33:20.224Z] ---> Running in 1535d419f027 [2021-03-22T22:33:20.570Z] ---> 00db003c09f1 [2021-03-22T22:33:20.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:33:21.673Z] Removing intermediate container 1535d419f027 [2021-03-22T22:33:21.673Z] ---> 2a5fa11ba9d7 [2021-03-22T22:33:21.673Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:33:21.673Z] Removing intermediate container 0a39fe5902ef [2021-03-22T22:33:21.673Z] ---> 56a633c63765 [2021-03-22T22:33:21.673Z] Step 22/24 : LABEL arch=arm64 [2021-03-22T22:33:21.950Z] ---> Running in 9c326828834a [2021-03-22T22:33:21.950Z] ---> Running in 3fb874e20fa1 [2021-03-22T22:33:22.707Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:33:22.707Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:33:22.707Z] ---> 72bf6649d5e9 [2021-03-22T22:33:22.707Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:33:22.973Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:33:22.973Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:33:23.248Z] ---> Running in e0583e72cdea [2021-03-22T22:33:23.423Z] Removing intermediate container 9c326828834a [2021-03-22T22:33:23.423Z] ---> af063e0e1fda [2021-03-22T22:33:23.423Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:33:23.423Z] Removing intermediate container 3fb874e20fa1 [2021-03-22T22:33:23.423Z] ---> 5a748ee72e6c [2021-03-22T22:33:23.423Z] Step 23/24 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:33:23.539Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:33:23.539Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:33:23.706Z] Removing intermediate container 9a2efaff13ed [2021-03-22T22:33:23.706Z] ---> 183a881243fd [2021-03-22T22:33:23.706Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:33:23.993Z] Removing intermediate container 928d8a487878 [2021-03-22T22:33:23.993Z] ---> d612335afdb4 [2021-03-22T22:33:23.993Z] [2021-03-22T22:33:23.993Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:33:23.993Z] ---> d10569e2745f [2021-03-22T22:33:23.993Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:33:23.993Z] ---> Running in 05a9eab3b6cf [2021-03-22T22:33:24.130Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:33:24.130Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:33:24.272Z] ---> Running in 30fb78a8fef3 [2021-03-22T22:33:24.555Z] ---> d8c905031174 [2021-03-22T22:33:24.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:33:24.853Z] Removing intermediate container 05a9eab3b6cf [2021-03-22T22:33:24.853Z] ---> 88cd08c955c5 [2021-03-22T22:33:24.853Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:33:24.853Z] ---> 807738348408 [2021-03-22T22:33:24.853Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:33:24.853Z] ---> Running in f7e1f88edd46 [2021-03-22T22:33:25.587Z] Removing intermediate container e0583e72cdea [2021-03-22T22:33:25.587Z] ---> c0777e25d99e [2021-03-22T22:33:25.587Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:33:25.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:26.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:26.124Z] Removing intermediate container f7e1f88edd46 [2021-03-22T22:33:26.124Z] ---> 8a1cf366c1ef [2021-03-22T22:33:26.124Z] [2021-03-22T22:33:26.733Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:33:26.733Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:33:26.733Z] OK: 5 MiB in 15 packages [2021-03-22T22:33:26.733Z] ---> f3e5cec874b0 [2021-03-22T22:33:26.733Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:33:27.009Z] Successfully built 8a1cf366c1ef [2021-03-22T22:33:27.009Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-22T22:33:27.009Z] ---> 81b19e8ebfce [2021-03-22T22:33:27.009Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:33:27.009Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-22T22:33:27.553Z] ---> 17a6f426a2d3 [2021-03-22T22:33:27.553Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:33:27.553Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:33:27.553Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:33:27.553Z] ---> Running in 969ab52dfc8a [2021-03-22T22:33:27.553Z] ---> Running in 75766f008203 [2021-03-22T22:33:27.966Z] ---> c9ca8aa7f4e0 [2021-03-22T22:33:27.966Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:33:27.966Z] Removing intermediate container 969ab52dfc8a [2021-03-22T22:33:27.966Z] ---> 6b4c74a4df5d [2021-03-22T22:33:27.966Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:33:28.000Z] ---> 2a8dd8cd9100 [2021-03-22T22:33:28.000Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:33:28.259Z] ---> Running in 7b66fc808f55 [2021-03-22T22:33:28.592Z] ---> Running in 33c6b44fc527 [2021-03-22T22:33:28.592Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:33:28.592Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:33:28.998Z] ---> Running in 29eb7764dec6 [2021-03-22T22:33:28.998Z] Removing intermediate container 30fb78a8fef3 [2021-03-22T22:33:28.998Z] ---> d99e4b91fafc [2021-03-22T22:33:28.998Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:33:29.283Z] ---> 6ae048de94a5 [2021-03-22T22:33:29.283Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:33:29.964Z] 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-22T22:33:29.965Z] Removing intermediate container 33c6b44fc527 [2021-03-22T22:33:29.965Z] ---> 067cd2ce0252 [2021-03-22T22:33:29.965Z] Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:33:30.293Z] ---> Running in f4553968b590 [2021-03-22T22:33:30.316Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:33:30.316Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:33:30.604Z] 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-22T22:33:30.604Z] 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-22T22:33:30.894Z] Removing intermediate container 29eb7764dec6 [2021-03-22T22:33:30.895Z] ---> d14c23438935 [2021-03-22T22:33:30.895Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:33:30.895Z] ---> c32678914238 [2021-03-22T22:33:30.895Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:33:31.173Z] ---> Running in b756f002f4ad [2021-03-22T22:33:31.174Z] Removing intermediate container f4553968b590 [2021-03-22T22:33:31.174Z] ---> 7ce6d9898b0c [2021-03-22T22:33:31.174Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:33:31.244Z] ---> Running in f804034a9be6 [2021-03-22T22:33:31.244Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:33:31.244Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:33:31.449Z] Removing intermediate container 8355a6553d85 [2021-03-22T22:33:31.449Z] ---> 6b7934f1ea79 [2021-03-22T22:33:31.449Z] [2021-03-22T22:33:31.449Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:33:31.449Z] ---> d10569e2745f [2021-03-22T22:33:31.449Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:33:31.550Z] 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-22T22:33:31.725Z] ---> Running in d0dc2b095978 [2021-03-22T22:33:31.725Z] ---> Running in 230f0f534cfa [2021-03-22T22:33:31.825Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:33:31.825Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:33:32.331Z] Removing intermediate container b756f002f4ad [2021-03-22T22:33:32.331Z] ---> 98c6a6c18d6e [2021-03-22T22:33:32.331Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:33:32.478Z] Removing intermediate container 8722bce5b506 [2021-03-22T22:33:32.479Z] ---> 6d47e40bc5fc [2021-03-22T22:33:32.479Z] [2021-03-22T22:33:32.479Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:33:32.479Z] ---> 88dd2752d2ea [2021-03-22T22:33:32.479Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:33:32.479Z] Removing intermediate container f804034a9be6 [2021-03-22T22:33:32.479Z] ---> 7c27e523d10f [2021-03-22T22:33:32.479Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:33:32.479Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:33:32.479Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:33:32.479Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:33:32.479Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:33:32.479Z] ---> Running in 12f26a70b2f1 [2021-03-22T22:33:32.479Z] ---> Running in 900c7628a004 [2021-03-22T22:33:32.479Z] Installing collected packages: cached-property, jsonschema, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose [2021-03-22T22:33:32.751Z] Running setup.py install for dockerpty: started [2021-03-22T22:33:33.322Z] ---> 62bebf9d9302 [2021-03-22T22:33:33.322Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:33:33.322Z] ---> Running in 1e5a7e620be0 [2021-03-22T22:33:33.322Z] Removing intermediate container 230f0f534cfa [2021-03-22T22:33:33.322Z] ---> d0b12cf7512f [2021-03-22T22:33:33.322Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:33:33.322Z] Removing intermediate container d0dc2b095978 [2021-03-22T22:33:33.322Z] ---> 6c96cb2a9990 [2021-03-22T22:33:33.322Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:33:33.600Z] ---> Running in fc7b5424468c [2021-03-22T22:33:33.873Z] ---> Running in e9e00bfcb956 [2021-03-22T22:33:33.873Z] ---> Running in 75df37cdf9a1 [2021-03-22T22:33:34.150Z] Removing intermediate container 1e5a7e620be0 [2021-03-22T22:33:34.150Z] ---> 8acce5271aee [2021-03-22T22:33:34.150Z] Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:33:34.150Z] Removing intermediate container fc7b5424468c [2021-03-22T22:33:34.150Z] ---> 37ca7dc5ccab [2021-03-22T22:33:34.150Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:33:34.150Z] ---> Running in 123a830d90b5 [2021-03-22T22:33:34.150Z] ---> Running in 32c89828050a [2021-03-22T22:33:34.378Z] Removing intermediate container 900c7628a004 [2021-03-22T22:33:34.378Z] ---> c39da05edcb8 [2021-03-22T22:33:34.378Z] [2021-03-22T22:33:34.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:33:34.443Z] Removing intermediate container e9e00bfcb956 [2021-03-22T22:33:34.443Z] ---> 2a7450b226e4 [2021-03-22T22:33:34.443Z] Step 15/23 : WORKDIR / [2021-03-22T22:33:34.443Z] Removing intermediate container 75df37cdf9a1 [2021-03-22T22:33:34.443Z] ---> e39d1d816489 [2021-03-22T22:33:34.443Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:33:34.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:33:34.721Z] ---> Running in 18aee133c6b2 [2021-03-22T22:33:34.997Z] Removing intermediate container 32c89828050a [2021-03-22T22:33:34.997Z] Removing intermediate container 123a830d90b5 [2021-03-22T22:33:34.997Z] ---> e2a60077ae23 [2021-03-22T22:33:34.997Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:33:34.997Z] ---> f2711abb44a9 [2021-03-22T22:33:34.997Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:33:35.014Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:33:35.014Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:33:35.014Z] Attempting uninstall: idna [2021-03-22T22:33:35.014Z] Found existing installation: idna 2.9 [2021-03-22T22:33:35.014Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:33:35.014Z] Uninstalling idna-2.9: [2021-03-22T22:33:35.014Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:33:35.014Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:33:35.014Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:33:35.014Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:33:35.273Z] ---> Running in c211b9c9cfed [2021-03-22T22:33:35.274Z] ---> Running in d286a083ae74 [2021-03-22T22:33:35.373Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:33:35.549Z] Removing intermediate container 18aee133c6b2 [2021-03-22T22:33:35.549Z] ---> 75c15f2a27e9 [2021-03-22T22:33:35.549Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:33:35.549Z] ---> ffdd130dfb72 [2021-03-22T22:33:35.549Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:33:35.729Z] Successfully built c39da05edcb8 [2021-03-22T22:33:35.729Z] OK: 7 MiB in 19 packages [2021-03-22T22:33:35.729Z] Successfully tagged docker-core-command-go:latest [2021-03-22T22:33:35.729Z]  Building docker-core-command-go ... done  Successfully uninstalled idna-2.9 [2021-03-22T22:33:36.151Z] Removing intermediate container c211b9c9cfed [2021-03-22T22:33:36.151Z] ---> 26ab0fb274c3 [2021-03-22T22:33:36.151Z] [2021-03-22T22:33:36.151Z] ---> Running in 3916525fc9cb [2021-03-22T22:33:36.761Z] Successfully built 26ab0fb274c3 [2021-03-22T22:33:36.844Z] Attempting uninstall: urllib3 [2021-03-22T22:33:36.844Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:33:36.844Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:33:37.040Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-22T22:33:37.040Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-22T22:33:37.040Z] ---> aeb602d1258b [2021-03-22T22:33:37.040Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:33:37.526Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:33:38.594Z] Attempting uninstall: requests [2021-03-22T22:33:38.594Z] Found existing installation: requests 2.23.0 [2021-03-22T22:33:38.594Z] Uninstalling requests-2.23.0: [2021-03-22T22:33:38.890Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:33:39.039Z] Removing intermediate container d286a083ae74 [2021-03-22T22:33:39.039Z] ---> c714ae6b595c [2021-03-22T22:33:39.039Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:33:39.552Z] Removing intermediate container 12f26a70b2f1 [2021-03-22T22:33:39.552Z] ---> 0ef1587b6d2f [2021-03-22T22:33:39.552Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:33:39.641Z] ---> d98180a7a8f6 [2021-03-22T22:33:39.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:33:39.916Z] ---> Running in f1908609c11c [2021-03-22T22:33:40.163Z] ---> Running in 9359100dc249 [2021-03-22T22:33:41.310Z] Running setup.py install for PyYAML: started [2021-03-22T22:33:41.310Z] Removing intermediate container 9359100dc249 [2021-03-22T22:33:41.310Z] ---> d8e3badcfe61 [2021-03-22T22:33:41.311Z] Step 13/24 : WORKDIR / [2021-03-22T22:33:41.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:41.363Z] ---> 27a751db4357 [2021-03-22T22:33:41.363Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:33:41.640Z] Removing intermediate container 3916525fc9cb [2021-03-22T22:33:41.640Z] ---> 3de2c825686b [2021-03-22T22:33:41.640Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:33:41.926Z] ---> Running in 902c1c18a801 [2021-03-22T22:33:42.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:33:42.288Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:33:42.288Z] Running setup.py install for docopt: started [2021-03-22T22:33:42.488Z] ---> Running in acacee47febd [2021-03-22T22:33:42.648Z] ---> Running in 1013e945bff9 [2021-03-22T22:33:42.764Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:33:42.764Z] Removing intermediate container 902c1c18a801 [2021-03-22T22:33:42.764Z] ---> 3fdd3c6b139c [2021-03-22T22:33:42.764Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:33:42.764Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:33:42.764Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:33:43.038Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:33:43.038Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:33:43.320Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:33:43.320Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:33:43.320Z] OK: 8 MiB in 20 packages [2021-03-22T22:33:43.320Z] ---> Running in aff460129e6d [2021-03-22T22:33:43.593Z] Removing intermediate container acacee47febd [2021-03-22T22:33:43.593Z] ---> 8f3ff7098f24 [2021-03-22T22:33:43.593Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:33:43.963Z] Removing intermediate container 1013e945bff9 [2021-03-22T22:33:43.963Z] ---> 57dcbcb4ba4c [2021-03-22T22:33:43.963Z] 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-22T22:33:43.963Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:33:44.586Z] ---> Running in 854c3e4c5dcd [2021-03-22T22:33:44.586Z] Removing intermediate container aff460129e6d [2021-03-22T22:33:44.586Z] ---> 47e281dd8397 [2021-03-22T22:33:44.586Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:33:44.798Z] Running setup.py install for texttable: started [2021-03-22T22:33:45.186Z] ---> Running in 005dc366582f [2021-03-22T22:33:45.475Z] Removing intermediate container 854c3e4c5dcd [2021-03-22T22:33:45.475Z] ---> f270eb83bcff [2021-03-22T22:33:45.475Z] Step 29/31 : LABEL arch=arm64 [2021-03-22T22:33:45.992Z] ---> 45ed9e252d6d [2021-03-22T22:33:45.993Z] 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-22T22:33:46.068Z] Removing intermediate container f1908609c11c [2021-03-22T22:33:46.069Z] ---> 0b7c9511a176 [2021-03-22T22:33:46.069Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:33:46.341Z] Removing intermediate container 005dc366582f [2021-03-22T22:33:46.341Z] ---> d85e245b455f [2021-03-22T22:33:46.341Z] Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:33:46.938Z] ---> Running in 150085333ac7 [2021-03-22T22:33:47.185Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:33:47.539Z] ---> Running in 547c74c938a1 [2021-03-22T22:33:47.539Z] ---> a1947f5301f9 [2021-03-22T22:33:47.539Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:33:47.814Z] Removing intermediate container 150085333ac7 [2021-03-22T22:33:47.814Z] ---> a46ccd5f1a4b [2021-03-22T22:33:47.814Z] Step 30/31 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:33:48.008Z] ---> f85ecee1534b [2021-03-22T22:33:48.008Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:33:48.410Z] ---> Running in 2500b2298240 [2021-03-22T22:33:48.410Z] Removing intermediate container 547c74c938a1 [2021-03-22T22:33:48.410Z] ---> 72bcb6853d13 [2021-03-22T22:33:48.410Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:33:49.015Z] ---> Running in 748eb1c8ff42 [2021-03-22T22:33:49.215Z] 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-22T22:33:49.289Z] ---> 2ca6ef18945d [2021-03-22T22:33:49.289Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:33:49.565Z] Removing intermediate container 2500b2298240 [2021-03-22T22:33:49.565Z] ---> 65ddc0722f12 [2021-03-22T22:33:49.565Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:33:49.866Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:33:49.866Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:33:49.866Z] ---> d4fdfdf1074a [2021-03-22T22:33:49.866Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:33:49.866Z] ---> Using cache [2021-03-22T22:33:49.866Z] ---> c71fcd70e789 [2021-03-22T22:33:49.866Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:33:49.866Z] ---> Using cache [2021-03-22T22:33:49.866Z] ---> eb5f59801576 [2021-03-22T22:33:49.866Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T22:33:49.866Z] ---> Using cache [2021-03-22T22:33:49.866Z] ---> 3f99925e288e [2021-03-22T22:33:49.866Z] Step 6/22 : COPY go.mod . [2021-03-22T22:33:49.866Z] ---> Using cache [2021-03-22T22:33:49.866Z] ---> 01f74087fe0e [2021-03-22T22:33:49.866Z] Step 7/22 : RUN go mod download [2021-03-22T22:33:49.866Z] ---> Using cache [2021-03-22T22:33:49.866Z] ---> fcf8dd5b50ba [2021-03-22T22:33:49.866Z] Step 8/22 : COPY . . [2021-03-22T22:33:49.866Z] Removing intermediate container 748eb1c8ff42 [2021-03-22T22:33:49.866Z] ---> 73563e01194c [2021-03-22T22:33:49.866Z] [2021-03-22T22:33:50.142Z] ---> Using cache [2021-03-22T22:33:50.142Z] ---> 12263a6ea6a4 [2021-03-22T22:33:50.142Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T22:33:50.142Z] ---> Running in c848d1547c9b [2021-03-22T22:33:50.323Z] ---> ebe62e96e2d7 [2021-03-22T22:33:50.323Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:33:50.416Z] ---> Running in 00aefa61fcc8 [2021-03-22T22:33:50.688Z] Successfully built 73563e01194c [2021-03-22T22:33:50.688Z] ---> 7fcec8f0f4ad [2021-03-22T22:33:50.688Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:33:50.688Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-22T22:33:50.688Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-22T22:33:50.963Z] ---> Running in 73545f9b9972 [2021-03-22T22:33:50.963Z] Removing intermediate container c848d1547c9b [2021-03-22T22:33:50.963Z] ---> c1322bcac5e7 [2021-03-22T22:33:50.963Z] [2021-03-22T22:33:51.575Z] Successfully built c1322bcac5e7 [2021-03-22T22:33:51.853Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-22T22:33:51.853Z] Removing intermediate container 73545f9b9972 [2021-03-22T22:33:51.853Z] ---> cb4b7a00a327 [2021-03-22T22:33:51.853Z] Building docker-core-command-go [2021-03-22T22:33:51.853Z]  Building docker-security-bootstrapper-go ... done Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:33:51.853Z] ---> Running in 08efbda22df7 [2021-03-22T22:33:52.128Z] 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-22T22:33:52.441Z] Removing intermediate container 08efbda22df7 [2021-03-22T22:33:52.441Z] ---> 5d4f04397a22 [2021-03-22T22:33:52.441Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:33:52.716Z] ---> Running in 32947e62b7bb [2021-03-22T22:33:53.698Z] Removing intermediate container 32947e62b7bb [2021-03-22T22:33:53.698Z] ---> 6be25ba90252 [2021-03-22T22:33:53.698Z] Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:33:53.698Z] ---> Running in fee7256e65f6 [2021-03-22T22:33:54.369Z] ---> 71f2a914b256 [2021-03-22T22:33:54.369Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:33:54.686Z] Removing intermediate container fee7256e65f6 [2021-03-22T22:33:54.686Z] ---> b7eda3b3120e [2021-03-22T22:33:54.686Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:33:55.288Z] ---> Running in aed20dec3fcf [2021-03-22T22:33:56.740Z] Removing intermediate container aed20dec3fcf [2021-03-22T22:33:56.740Z] ---> 249b6c5cbc79 [2021-03-22T22:33:56.740Z] [2021-03-22T22:33:57.154Z] ---> f600513dca85 [2021-03-22T22:33:57.154Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:33:57.345Z] Successfully built 249b6c5cbc79 [2021-03-22T22:33:57.345Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-22T22:33:58.532Z] Removing intermediate container 4f701122b799 [2021-03-22T22:33:58.532Z] ---> b1936406ad0b [2021-03-22T22:33:58.532Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:33:59.560Z] ---> Running in a8523ce82ad0 [2021-03-22T22:34:00.056Z] ---> b809104cc47c [2021-03-22T22:34:00.056Z] 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-22T22:34:00.730Z] ---> Running in 61c1557979f5 [2021-03-22T22:34:03.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:34:03.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:34:03.432Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:34:03.432Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:34:03.432Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:34:03.788Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:34:03.788Z] OK: 72 MiB in 58 packages [2021-03-22T22:34:07.294Z] Removing intermediate container 61c1557979f5 [2021-03-22T22:34:07.294Z] ---> 3920605eae40 [2021-03-22T22:34:07.294Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:34:08.026Z] ---> Running in f2ae11137b90 [2021-03-22T22:34:08.328Z] Removing intermediate container a8523ce82ad0 [2021-03-22T22:34:08.328Z] ---> bf89321380e0 [2021-03-22T22:34:08.328Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:34:09.619Z] ---> Running in 5230c9ee252c [2021-03-22T22:34:09.619Z] Removing intermediate container f2ae11137b90 [2021-03-22T22:34:09.619Z] ---> 5b3ba258e83f [2021-03-22T22:34:09.619Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T22:34:10.368Z] ---> Running in 07b2d7a68f38 [2021-03-22T22:34:10.675Z] Removing intermediate container 5230c9ee252c [2021-03-22T22:34:10.675Z] ---> 5ec669099ad3 [2021-03-22T22:34:10.675Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:34:10.675Z] ---> Running in fe22bf9149b0 [2021-03-22T22:34:10.965Z] Removing intermediate container 07b2d7a68f38 [2021-03-22T22:34:10.965Z] ---> 77dae4679729 [2021-03-22T22:34:10.965Z] Step 23/24 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:34:11.269Z] ---> Running in 361198b0e03b [2021-03-22T22:34:12.431Z] Removing intermediate container fe22bf9149b0 [2021-03-22T22:34:12.431Z] ---> 125cb8bb3b18 [2021-03-22T22:34:12.431Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T22:34:12.431Z] Removing intermediate container 361198b0e03b [2021-03-22T22:34:12.431Z] ---> 8a05e65f99f8 [2021-03-22T22:34:12.431Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:34:12.431Z] ---> Running in 3179126645a0 [2021-03-22T22:34:12.431Z] ---> Running in 33a1b8b0fea0 [2021-03-22T22:34:13.222Z] Removing intermediate container 3179126645a0 [2021-03-22T22:34:13.222Z] ---> 95a79c476000 [2021-03-22T22:34:13.222Z] Step 25/26 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:34:13.222Z] ---> Running in 7acf3b558e0d [2021-03-22T22:34:13.222Z] Removing intermediate container 33a1b8b0fea0 [2021-03-22T22:34:13.222Z] ---> 18e129dac736 [2021-03-22T22:34:13.222Z] [2021-03-22T22:34:13.957Z] Successfully built 18e129dac736 [2021-03-22T22:34:13.957Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T22:34:13.957Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7acf3b558e0d [2021-03-22T22:34:13.957Z] ---> f0097d6c303a [2021-03-22T22:34:13.957Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:34:14.443Z] ---> Running in 1833903782cb [2021-03-22T22:34:15.071Z] Removing intermediate container 1833903782cb [2021-03-22T22:34:15.071Z] ---> 360cbd9828f2 [2021-03-22T22:34:15.071Z] [2021-03-22T22:34:16.705Z] Successfully built 360cbd9828f2 [2021-03-22T22:34:16.705Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T22:34:19.557Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:34:19.557Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:34:19.557Z] ---> d4fdfdf1074a [2021-03-22T22:34:19.557Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:34:19.557Z] ---> Using cache [2021-03-22T22:34:19.557Z] ---> c71fcd70e789 [2021-03-22T22:34:19.557Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:34:19.557Z] ---> Using cache [2021-03-22T22:34:19.557Z] ---> eb5f59801576 [2021-03-22T22:34:19.557Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:34:22.989Z] ---> Running in 8b7b7397f299 [2021-03-22T22:34:23.660Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7b66fc808f55 [2021-03-22T22:34:23.660Z] ---> f2e01f87316e [2021-03-22T22:34:23.660Z] [2021-03-22T22:34:23.660Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:34:23.660Z] ---> 88dd2752d2ea [2021-03-22T22:34:23.660Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:34:23.660Z] ---> Running in 364b1ed9c712 [2021-03-22T22:34:24.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:34:25.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:34:25.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:34:25.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:34:25.602Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:34:25.888Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:34:25.888Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:34:25.888Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:34:25.888Z] OK: 6 MiB in 16 packages [2021-03-22T22:34:25.945Z] OK: 217 MiB in 51 packages [2021-03-22T22:34:28.556Z] Removing intermediate container 75766f008203 [2021-03-22T22:34:28.556Z] ---> 1e4fa452f23d [2021-03-22T22:34:28.556Z] [2021-03-22T22:34:28.556Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:34:28.556Z] ---> 88dd2752d2ea [2021-03-22T22:34:28.556Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:34:28.834Z] ---> Running in c5d079e84e33 [2021-03-22T22:34:28.834Z] Removing intermediate container 364b1ed9c712 [2021-03-22T22:34:28.834Z] ---> 57f21f477a55 [2021-03-22T22:34:28.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:34:29.114Z] ---> Running in 63cb2d5c4c89 [2021-03-22T22:34:29.394Z] Removing intermediate container 8b7b7397f299 [2021-03-22T22:34:29.394Z] ---> 3b0070b9ee49 [2021-03-22T22:34:29.394Z] Step 6/26 : COPY go.mod . [2021-03-22T22:34:29.435Z] Removing intermediate container c5d079e84e33 [2021-03-22T22:34:29.435Z] ---> dbe408513516 [2021-03-22T22:34:29.435Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:34:29.672Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:34:29.673Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:34:29.673Z] ---> d4fdfdf1074a [2021-03-22T22:34:29.673Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:34:29.673Z] ---> Using cache [2021-03-22T22:34:29.673Z] ---> c71fcd70e789 [2021-03-22T22:34:29.673Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:34:29.673Z] ---> Using cache [2021-03-22T22:34:29.673Z] ---> eb5f59801576 [2021-03-22T22:34:29.673Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:34:29.673Z] ---> Using cache [2021-03-22T22:34:29.673Z] ---> 3f99925e288e [2021-03-22T22:34:29.673Z] Step 6/21 : COPY go.mod . [2021-03-22T22:34:29.673Z] ---> Using cache [2021-03-22T22:34:29.673Z] ---> 01f74087fe0e [2021-03-22T22:34:29.673Z] Step 7/21 : RUN go mod download [2021-03-22T22:34:29.673Z] ---> Using cache [2021-03-22T22:34:29.673Z] ---> fcf8dd5b50ba [2021-03-22T22:34:29.673Z] Step 8/21 : COPY . . [2021-03-22T22:34:29.728Z] ---> Running in 8714b96ffe11 [2021-03-22T22:34:29.957Z] ---> Using cache [2021-03-22T22:34:29.957Z] ---> 12263a6ea6a4 [2021-03-22T22:34:29.957Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T22:34:29.999Z] Removing intermediate container 63cb2d5c4c89 [2021-03-22T22:34:29.999Z] ---> 2c33a27d4c54 [2021-03-22T22:34:29.999Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:34:30.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:34:30.313Z] ---> Running in b3bf9fa616f5 [2021-03-22T22:34:30.517Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:34:30.517Z] ---> d4fdfdf1074a [2021-03-22T22:34:30.517Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:34:30.517Z] ---> Using cache [2021-03-22T22:34:30.517Z] ---> c71fcd70e789 [2021-03-22T22:34:30.517Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:34:30.517Z] ---> Using cache [2021-03-22T22:34:30.517Z] ---> eb5f59801576 [2021-03-22T22:34:30.517Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:34:30.517Z] ---> Using cache [2021-03-22T22:34:30.517Z] ---> 3f99925e288e [2021-03-22T22:34:30.517Z] Step 6/23 : COPY go.mod . [2021-03-22T22:34:30.517Z] ---> Using cache [2021-03-22T22:34:30.517Z] ---> 01f74087fe0e [2021-03-22T22:34:30.517Z] Step 7/23 : RUN go mod download [2021-03-22T22:34:30.517Z] ---> Using cache [2021-03-22T22:34:30.517Z] ---> fcf8dd5b50ba [2021-03-22T22:34:30.517Z] Step 8/23 : COPY . . [2021-03-22T22:34:30.517Z] ---> Running in 1efd285eccc7 [2021-03-22T22:34:30.517Z] ---> Using cache [2021-03-22T22:34:30.517Z] ---> 12263a6ea6a4 [2021-03-22T22:34:30.517Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:34:30.655Z] Removing intermediate container 8714b96ffe11 [2021-03-22T22:34:30.656Z] ---> 2d39a289db94 [2021-03-22T22:34:30.656Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:34:30.789Z] ---> 1903985e1542 [2021-03-22T22:34:30.789Z] Step 7/26 : RUN go mod download [2021-03-22T22:34:30.789Z] ---> Running in 27ea812ce15a [2021-03-22T22:34:30.945Z] ---> Running in 65a508f66dff [2021-03-22T22:34:31.069Z] ---> Running in 52eb820da46e [2021-03-22T22:34:31.220Z] Removing intermediate container b3bf9fa616f5 [2021-03-22T22:34:31.220Z] ---> 813267d8dc24 [2021-03-22T22:34:31.220Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:34:31.503Z] ---> Running in ecfe12c4c1ae [2021-03-22T22:34:31.503Z] Removing intermediate container 65a508f66dff [2021-03-22T22:34:31.503Z] ---> 9e3890672797 [2021-03-22T22:34:31.503Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:34:31.503Z] ---> Running in db8014370579 [2021-03-22T22:34:32.548Z] Removing intermediate container ecfe12c4c1ae [2021-03-22T22:34:32.548Z] ---> 90f57fc0d97e [2021-03-22T22:34:32.548Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:34:33.049Z] 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-22T22:34:33.323Z] 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-22T22:34:33.642Z] ---> 30c40b48e30c [2021-03-22T22:34:33.642Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:34:34.690Z] Removing intermediate container db8014370579 [2021-03-22T22:34:34.690Z] ---> e300d3d1d5ff [2021-03-22T22:34:34.690Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:34:34.965Z] ---> Running in a80ce7d76088 [2021-03-22T22:34:34.965Z] ---> 233c681e25ec [2021-03-22T22:34:34.965Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:34:35.664Z] ---> 29cb56d485cb [2021-03-22T22:34:35.664Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:34:35.959Z] Removing intermediate container 52eb820da46e [2021-03-22T22:34:35.960Z] ---> 904c9ce92c26 [2021-03-22T22:34:35.960Z] Step 8/26 : COPY . . [2021-03-22T22:34:35.971Z] ---> Running in 117fa8e576d0 [2021-03-22T22:34:36.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:34:36.588Z] Removing intermediate container 117fa8e576d0 [2021-03-22T22:34:36.588Z] ---> 6b15766bafac [2021-03-22T22:34:36.588Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:34:36.588Z] ---> Running in 80641e700655 [2021-03-22T22:34:37.230Z] Removing intermediate container 80641e700655 [2021-03-22T22:34:37.230Z] ---> dded9ea6da11 [2021-03-22T22:34:37.230Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:34:37.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:34:37.230Z] ---> Running in ab1e068d9010 [2021-03-22T22:34:37.848Z] Removing intermediate container ab1e068d9010 [2021-03-22T22:34:37.848Z] ---> b333446f19fd [2021-03-22T22:34:37.848Z] Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:34:37.848Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:34:37.848Z] ---> Running in 0f4ee8c36205 [2021-03-22T22:34:37.848Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:34:37.848Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:34:38.125Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:34:38.125Z] Removing intermediate container 0f4ee8c36205 [2021-03-22T22:34:38.125Z] ---> a97f7e21e063 [2021-03-22T22:34:38.125Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:34:38.125Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:34:38.396Z] ---> Running in bd6ab085355b [2021-03-22T22:34:38.396Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:34:38.396Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:34:38.396Z] OK: 8 MiB in 20 packages [2021-03-22T22:34:38.663Z] Removing intermediate container bd6ab085355b [2021-03-22T22:34:38.663Z] ---> 3dafcef0084b [2021-03-22T22:34:38.663Z] [2021-03-22T22:34:39.629Z] Successfully built 3dafcef0084b [2021-03-22T22:34:39.911Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T22:34:40.181Z]  Building docker-support-notifications-go ... done Removing intermediate container a80ce7d76088 [2021-03-22T22:34:40.181Z] ---> f7996321ac43 [2021-03-22T22:34:40.181Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:34:41.677Z] ---> e22443a1f272 [2021-03-22T22:34:41.677Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:34:43.314Z] ---> 43bf552ba851 [2021-03-22T22:34:43.314Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:34:43.957Z] ---> 5ad5904c2e6c [2021-03-22T22:34:43.957Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:34:43.957Z] ---> Running in 36084f47838a [2021-03-22T22:34:44.238Z] Removing intermediate container 36084f47838a [2021-03-22T22:34:44.238Z] ---> e3631260cb04 [2021-03-22T22:34:44.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:34:44.518Z] ---> Running in e897b0a8c4ed [2021-03-22T22:34:44.843Z] Removing intermediate container e897b0a8c4ed [2021-03-22T22:34:44.843Z] ---> 8b4b406a98ce [2021-03-22T22:34:44.843Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:34:44.843Z] ---> Running in 86be7c5cb1fe [2021-03-22T22:34:45.855Z] Removing intermediate container 86be7c5cb1fe [2021-03-22T22:34:45.855Z] ---> b62002f0f3f6 [2021-03-22T22:34:45.855Z] Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:34:45.855Z] ---> Running in e67f18083f3c [2021-03-22T22:34:46.442Z] Removing intermediate container e67f18083f3c [2021-03-22T22:34:46.442Z] ---> 5aac36570b14 [2021-03-22T22:34:46.442Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:34:46.442Z] ---> Running in 0d46a78bfc22 [2021-03-22T22:34:46.765Z] Removing intermediate container 0d46a78bfc22 [2021-03-22T22:34:46.765Z] ---> ff6334298925 [2021-03-22T22:34:46.765Z] [2021-03-22T22:34:47.029Z] Successfully built ff6334298925 [2021-03-22T22:34:47.029Z] Successfully tagged docker-core-data-go:latest [2021-03-22T22:34:48.122Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-22T22:34:48.222Z] $ docker stop --time=1 7c1898dfaad95e8229e4ac60b225c5851dbb807c1e4e9323a6b6298f37b3af15 [2021-03-22T22:34:52.328Z] $ docker rm -f 7c1898dfaad95e8229e4ac60b225c5851dbb807c1e4e9323a6b6298f37b3af15 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:34:53.017Z] + docker images [2021-03-22T22:34:53.017Z] + grep docker [2021-03-22T22:34:54.321Z] Removing intermediate container 00aefa61fcc8 [2021-03-22T22:34:54.321Z] ---> 00a4b75ec463 [2021-03-22T22:34:54.321Z] [2021-03-22T22:34:54.321Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:34:54.321Z] ---> d10569e2745f [2021-03-22T22:34:54.321Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:34:54.321Z] ---> Using cache [2021-03-22T22:34:54.321Z] ---> d99e4b91fafc [2021-03-22T22:34:54.321Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:34:54.321Z] ---> Using cache [2021-03-22T22:34:54.321Z] ---> 7ce6d9898b0c [2021-03-22T22:34:54.321Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:34:54.321Z] ---> Running in 0582ef173104 [2021-03-22T22:34:54.321Z] Removing intermediate container 0582ef173104 [2021-03-22T22:34:54.321Z] ---> 2275c34cb793 [2021-03-22T22:34:54.321Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:34:54.321Z] ---> 4f75fb4c8732 [2021-03-22T22:34:54.321Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:34:54.506Z] docker-core-data-go latest ff6334298925 8 seconds ago 22.6MB [2021-03-22T22:34:54.506Z] docker-support-notifications-go latest 3dafcef0084b 16 seconds ago 17.9MB [2021-03-22T22:34:54.506Z] docker-sys-mgmt-agent-go latest 360cbd9828f2 40 seconds ago 313MB [2021-03-22T22:34:54.506Z] docker-security-secretstore-setup-go latest 18e129dac736 42 seconds ago 25MB [2021-03-22T22:34:54.506Z] docker-core-command-go latest c39da05edcb8 About a minute ago 17.3MB [2021-03-22T22:34:54.506Z] docker-security-bootstrapper-go latest 74632cbcfad0 3 minutes ago 18.8MB [2021-03-22T22:34:54.506Z] docker-core-metadata-go latest 7df11c9e212d 4 minutes ago 19.1MB [2021-03-22T22:34:54.506Z] docker-security-proxy-setup-go latest 717628eabec9 4 minutes ago 24.7MB [2021-03-22T22:34:54.506Z] docker-support-scheduler-go latest 4fe57884f22f 4 minutes ago 17.3MB [2021-03-22T22:34:54.506Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-03-22T22:34:54.604Z] ---> Running in 705db5a63e38 [2021-03-22T22:34:54.604Z] ---> Running in 548ec7102edb [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-22T22:34:55.602Z] Removing intermediate container 705db5a63e38 [2021-03-22T22:34:55.602Z] ---> 33be320b54e7 [2021-03-22T22:34:55.602Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:34:57.057Z] 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-22T22:34:57.057Z] ---> 5dd1457e16af [2021-03-22T22:34:57.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:34:59.047Z] ---> 63624ced9023 [2021-03-22T22:34:59.047Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:35:00.043Z] ---> a021080fea1b [2021-03-22T22:35:00.043Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:35:00.316Z] ---> Running in be0c311ede1c [2021-03-22T22:35:00.919Z] Removing intermediate container be0c311ede1c [2021-03-22T22:35:00.919Z] ---> c2204b9afd46 [2021-03-22T22:35:00.919Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:35:01.193Z] ---> Running in 3bf90a1adf9c [2021-03-22T22:35:01.799Z] Removing intermediate container 3bf90a1adf9c [2021-03-22T22:35:01.799Z] ---> d72e809f53c8 [2021-03-22T22:35:01.799Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:35:01.799Z] ---> Running in 0fbcda2594e0 [2021-03-22T22:35:02.786Z] Removing intermediate container 0fbcda2594e0 [2021-03-22T22:35:02.786Z] ---> e4943ae4e03b [2021-03-22T22:35:02.786Z] Step 21/22 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:35:02.786Z] ---> Running in fc48404d72f8 [2021-03-22T22:35:03.387Z] Removing intermediate container fc48404d72f8 [2021-03-22T22:35:03.387Z] ---> f0c5bc606823 [2021-03-22T22:35:03.387Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:35:03.663Z] ---> Running in ba8b942c04ba [2021-03-22T22:35:04.261Z] Removing intermediate container ba8b942c04ba [2021-03-22T22:35:04.261Z] ---> b9814d145df4 [2021-03-22T22:35:04.261Z] [2021-03-22T22:35:04.862Z] Successfully built b9814d145df4 [2021-03-22T22:35:04.862Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-22T22:35:10.381Z] Still waiting to schedule task [2021-03-22T22:35:10.382Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30954’ [2021-03-22T22:35:31.680Z]  Building docker-support-scheduler-go ... done 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-22T22:35:46.807Z] Removing intermediate container 1efd285eccc7 [2021-03-22T22:35:46.807Z] ---> 829732d87ebb [2021-03-22T22:35:46.807Z] [2021-03-22T22:35:46.807Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:35:46.807Z] ---> d10569e2745f [2021-03-22T22:35:46.807Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:35:46.807Z] ---> Running in 5c19d289e094 [2021-03-22T22:35:46.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:46.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:35:47.080Z] Removing intermediate container 27ea812ce15a [2021-03-22T22:35:47.080Z] ---> 9ceea50f478a [2021-03-22T22:35:47.080Z] [2021-03-22T22:35:47.080Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:35:47.080Z] ---> d10569e2745f [2021-03-22T22:35:47.080Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:35:47.080Z] ---> Using cache [2021-03-22T22:35:47.080Z] ---> d99e4b91fafc [2021-03-22T22:35:47.080Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:35:47.080Z] ---> Using cache [2021-03-22T22:35:47.080Z] ---> 7ce6d9898b0c [2021-03-22T22:35:47.080Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:35:47.351Z] ---> Running in ec312104c792 [2021-03-22T22:35:47.352Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:35:47.352Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:35:47.352Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:35:47.352Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:35:47.352Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:35:47.636Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:35:47.636Z] OK: 7 MiB in 18 packages [2021-03-22T22:35:47.910Z] Removing intermediate container ec312104c792 [2021-03-22T22:35:47.910Z] ---> b1751c04b379 [2021-03-22T22:35:47.910Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:35:48.183Z] ---> Running in a15fbbfb4b67 [2021-03-22T22:35:48.782Z] Removing intermediate container a15fbbfb4b67 [2021-03-22T22:35:48.782Z] ---> 344d083144db [2021-03-22T22:35:48.782Z] Step 15/23 : WORKDIR / [2021-03-22T22:35:49.054Z] ---> Running in f859c95c65aa [2021-03-22T22:35:49.327Z] Removing intermediate container 5c19d289e094 [2021-03-22T22:35:49.327Z] ---> ff8c35a52092 [2021-03-22T22:35:49.327Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:35:49.602Z] ---> Running in 4cf4986c12dc [2021-03-22T22:35:49.876Z] Removing intermediate container f859c95c65aa [2021-03-22T22:35:49.876Z] ---> e252076aada1 [2021-03-22T22:35:49.876Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:35:50.149Z] Removing intermediate container 4cf4986c12dc [2021-03-22T22:35:50.149Z] ---> 3f3c63df61f6 [2021-03-22T22:35:50.149Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:35:50.422Z] ---> Running in a1fcb3426a79 [2021-03-22T22:35:51.019Z] ---> 408286fbc0b5 [2021-03-22T22:35:51.019Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:35:51.292Z] Removing intermediate container a1fcb3426a79 [2021-03-22T22:35:51.292Z] ---> 39ade8482ffb [2021-03-22T22:35:51.292Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:35:52.276Z] Removing intermediate container 548ec7102edb [2021-03-22T22:35:52.276Z] ---> 6eaecb35f132 [2021-03-22T22:35:52.276Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:35:52.549Z] ---> 4a1cee8e2c99 [2021-03-22T22:35:52.549Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:35:52.549Z] ---> 00835cb5ebdb [2021-03-22T22:35:52.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:35:52.549Z] ---> Running in dd065c31742c [2021-03-22T22:35:53.530Z] ---> 388c9ce7b625 [2021-03-22T22:35:53.530Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:35:53.807Z] ---> Running in f2062f10d341 [2021-03-22T22:35:53.807Z] ---> 58e5e69e1cfc [2021-03-22T22:35:53.807Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:35:53.807Z] 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-22T22:35:54.406Z] Removing intermediate container f2062f10d341 [2021-03-22T22:35:54.406Z] ---> b163b09b0078 [2021-03-22T22:35:54.406Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:35:54.683Z] ---> Running in f26d2f5732a2 [2021-03-22T22:35:55.286Z] ---> 9a39a9fec357 [2021-03-22T22:35:55.286Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:35:55.286Z] Removing intermediate container f26d2f5732a2 [2021-03-22T22:35:55.286Z] ---> 714f0623502c [2021-03-22T22:35:55.286Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:35:55.286Z] ---> Running in 968b291f308e [2021-03-22T22:35:55.557Z] ---> Running in 831c267aae52 [2021-03-22T22:35:55.830Z] Removing intermediate container 968b291f308e [2021-03-22T22:35:55.830Z] ---> b52262955e35 [2021-03-22T22:35:55.830Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:35:56.116Z] ---> Running in bed1cf2c535f [2021-03-22T22:35:56.116Z] Removing intermediate container 831c267aae52 [2021-03-22T22:35:56.116Z] ---> 933a42a45f15 [2021-03-22T22:35:56.116Z] Step 22/23 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:35:56.389Z] ---> Running in e710c2cbc4b1 [2021-03-22T22:35:56.665Z] Removing intermediate container bed1cf2c535f [2021-03-22T22:35:56.665Z] ---> c627fd71327d [2021-03-22T22:35:56.665Z] Step 19/21 : LABEL arch=arm64 [2021-03-22T22:35:56.665Z] ---> Running in 387e4804f3ce [2021-03-22T22:35:56.936Z] Removing intermediate container e710c2cbc4b1 [2021-03-22T22:35:56.936Z] ---> 08ece73c3010 [2021-03-22T22:35:56.936Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:35:56.936Z] Removing intermediate container dd065c31742c [2021-03-22T22:35:56.936Z] ---> f8e570b81c3e [2021-03-22T22:35:56.936Z] [2021-03-22T22:35:56.936Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:35:57.211Z] 20.10.0: Pulling from library/docker [2021-03-22T22:35:57.211Z] ---> Running in e50e849f059a [2021-03-22T22:35:57.485Z] Removing intermediate container 387e4804f3ce [2021-03-22T22:35:57.485Z] ---> 8c2e7fc7a09c [2021-03-22T22:35:57.485Z] Step 20/21 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:35:57.759Z] ---> Running in f56c13012ca8 [2021-03-22T22:35:57.759Z] Removing intermediate container e50e849f059a [2021-03-22T22:35:57.759Z] ---> f5fddb04ea64 [2021-03-22T22:35:57.759Z] [2021-03-22T22:35:58.378Z] Successfully built f5fddb04ea64 [2021-03-22T22:35:58.378Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-22T22:35:58.378Z]  Building docker-core-command-go ... done Removing intermediate container f56c13012ca8 [2021-03-22T22:35:58.378Z] ---> d27ccb38789b [2021-03-22T22:35:58.378Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:35:58.972Z] ---> Running in 7e360676b25d [2021-03-22T22:35:59.564Z] Removing intermediate container 7e360676b25d [2021-03-22T22:35:59.564Z] ---> 13631e8e1dc5 [2021-03-22T22:35:59.564Z] [2021-03-22T22:36:00.156Z] Successfully built 13631e8e1dc5 [2021-03-22T22:36:00.156Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-22T22:36:04.452Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:36:04.452Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:36:04.452Z] ---> eeaf43b92773 [2021-03-22T22:36:04.452Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:36:05.884Z] ---> Running in cdb278b852eb [2021-03-22T22:36:06.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:36:07.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:36:07.791Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:36:07.791Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:36:07.791Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:36:07.791Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:36:07.791Z] OK: 12 MiB in 22 packages [2021-03-22T22:36:09.231Z] Removing intermediate container cdb278b852eb [2021-03-22T22:36:09.231Z] ---> c6017b3d510d [2021-03-22T22:36:09.231Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:36:09.231Z] ---> Running in a8ed1929e989 [2021-03-22T22:36:09.502Z] Removing intermediate container a8ed1929e989 [2021-03-22T22:36:09.502Z] ---> d4af87701140 [2021-03-22T22:36:09.502Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:36:09.774Z] ---> Running in 3ecb5fb1b690 [2021-03-22T22:36:10.046Z] Removing intermediate container 3ecb5fb1b690 [2021-03-22T22:36:10.046Z] ---> 19f539aa93fc [2021-03-22T22:36:10.046Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:36:10.318Z] ---> Running in 103b9b24f9db [2021-03-22T22:36:10.910Z] Removing intermediate container 103b9b24f9db [2021-03-22T22:36:10.910Z] ---> e3c127e4933b [2021-03-22T22:36:10.910Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:36:11.886Z] ---> 191e48cc6ce7 [2021-03-22T22:36:11.886Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:36:12.870Z] ---> 07c00428cf42 [2021-03-22T22:36:12.870Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:36:13.462Z] ---> 812082eb0894 [2021-03-22T22:36:13.462Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:36:13.754Z] ---> Running in 9820ffd39d7d [2021-03-22T22:36:14.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:36:14.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:36:15.315Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:36:15.315Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:36:15.315Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:36:15.315Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:36:15.315Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:36:15.315Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:36:15.315Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:36:17.275Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:36:17.275Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:36:17.275Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:36:17.275Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:36:17.275Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:36:17.275Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:36:17.275Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:36:17.275Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:36:17.275Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:36:17.275Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:36:17.275Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:36:17.275Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:36:17.275Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:36:17.275Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:36:17.275Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:36:17.275Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:36:17.275Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:36:17.275Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:36:17.547Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:36:17.547Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:36:17.547Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:36:17.547Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:36:17.547Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:36:17.547Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:36:17.547Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:36:17.547Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:36:17.547Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:36:17.819Z] OK: 71 MiB in 55 packages [2021-03-22T22:36:24.517Z] Removing intermediate container 9820ffd39d7d [2021-03-22T22:36:24.517Z] ---> 9d6c9917ea11 [2021-03-22T22:36:24.517Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:36:24.517Z] ---> Running in a4715109ce20 [2021-03-22T22:36:28.798Z] Collecting docker-compose==1.23.2 [2021-03-22T22:36:28.798Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:36:29.071Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:36:29.071Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:36:29.340Z] 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-22T22:36:29.610Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:36:29.610Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:36:31.567Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:36:31.567Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:36:32.534Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:36:32.534Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:36:33.125Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:36:33.125Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:36:35.082Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:36:35.083Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:36:35.672Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:36:35.672Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:36:38.276Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:36:38.276Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:36:40.878Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:36:40.878Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:36:41.147Z] 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-22T22:36:41.735Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:36:41.735Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:36:42.005Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:36:42.005Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:36:42.005Z] 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-22T22:36:42.274Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:36:42.274Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:36:42.274Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:36:42.274Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:36:42.274Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:36:42.274Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:36:43.243Z] Installing collected packages: websocket-client, docopt, jsonschema, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, PyYAML, cached-property, docker-compose [2021-03-22T22:36:43.243Z] Running setup.py install for docopt: started [2021-03-22T22:36:45.203Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:36:45.474Z] Attempting uninstall: urllib3 [2021-03-22T22:36:45.474Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:36:45.474Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:36:45.745Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:36:46.335Z] Attempting uninstall: idna [2021-03-22T22:36:46.335Z] Found existing installation: idna 2.9 [2021-03-22T22:36:46.335Z] Uninstalling idna-2.9: [2021-03-22T22:36:46.335Z] Successfully uninstalled idna-2.9 [2021-03-22T22:36:46.926Z] Attempting uninstall: requests [2021-03-22T22:36:46.926Z] Found existing installation: requests 2.23.0 [2021-03-22T22:36:46.926Z] Uninstalling requests-2.23.0: [2021-03-22T22:36:47.195Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:36:47.466Z] Running setup.py install for texttable: started [2021-03-22T22:36:49.424Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:36:50.014Z] Running setup.py install for dockerpty: started [2021-03-22T22:36:51.974Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:36:51.974Z] Running setup.py install for PyYAML: started [2021-03-22T22:36:53.933Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:36:54.904Z] 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-22T22:36:58.275Z] Removing intermediate container a4715109ce20 [2021-03-22T22:36:58.275Z] ---> 4a0d5b524dc4 [2021-03-22T22:36:58.275Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:36:58.275Z] ---> Running in 2bbb60d15cb9 [2021-03-22T22:36:59.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:36:59.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:36:59.976Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:36:59.976Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:36:59.976Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:36:59.976Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:36:59.976Z] OK: 72 MiB in 58 packages [2021-03-22T22:37:01.405Z] Removing intermediate container 2bbb60d15cb9 [2021-03-22T22:37:01.405Z] ---> 5aef0c1af6e4 [2021-03-22T22:37:01.405Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:37:01.405Z] ---> Running in b873f5b77a43 [2021-03-22T22:37:01.677Z] Removing intermediate container b873f5b77a43 [2021-03-22T22:37:01.677Z] ---> 3a000e8085dd [2021-03-22T22:37:01.677Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:37:01.949Z] ---> Running in e8e1e45b0a9e [2021-03-22T22:37:02.221Z] Removing intermediate container e8e1e45b0a9e [2021-03-22T22:37:02.221Z] ---> 6e48ca4016b7 [2021-03-22T22:37:02.221Z] Step 24/26 : LABEL arch=arm64 [2021-03-22T22:37:02.498Z] ---> Running in 9403e5a345ca [2021-03-22T22:37:02.769Z] Removing intermediate container 9403e5a345ca [2021-03-22T22:37:02.769Z] ---> 5b7b191ea72b [2021-03-22T22:37:02.769Z] Step 25/26 : LABEL git_sha=5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:37:03.039Z] ---> Running in bd932cf1b884 [2021-03-22T22:37:03.310Z] Removing intermediate container bd932cf1b884 [2021-03-22T22:37:03.310Z] ---> 14e5a3ce56af [2021-03-22T22:37:03.310Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:37:03.582Z] ---> Running in dd6fcd9beb5d [2021-03-22T22:37:03.897Z] Removing intermediate container dd6fcd9beb5d [2021-03-22T22:37:03.897Z] ---> 596ebeb568c9 [2021-03-22T22:37:03.897Z] [2021-03-22T22:37:04.488Z] Successfully built 596ebeb568c9 [2021-03-22T22:37:04.488Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-22T22:37:04.772Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T22:37:04.762Z] $ docker stop --time=1 315f146c6fd9f8f4464e5e7bee8cd42f0da9f534af455f0653b0ce64dc922263 [2021-03-22T22:37:06.662Z] $ docker rm -f 315f146c6fd9f8f4464e5e7bee8cd42f0da9f534af455f0653b0ce64dc922263 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:37:07.415Z] + docker images [2021-03-22T22:37:07.415Z] + grep docker [2021-03-22T22:37:07.696Z] docker-sys-mgmt-agent-go-arm64 latest 596ebeb568c9 4 seconds ago 300MB [2021-03-22T22:37:07.696Z] docker-security-proxy-setup-go-arm64 latest 13631e8e1dc5 About a minute ago 23.4MB [2021-03-22T22:37:07.696Z] docker-core-command-go-arm64 latest f5fddb04ea64 About a minute ago 16.3MB [2021-03-22T22:37:07.696Z] docker-support-scheduler-go-arm64 latest b9814d145df4 2 minutes ago 16.3MB [2021-03-22T22:37:07.696Z] docker-core-data-go-arm64 latest 249b6c5cbc79 3 minutes ago 21.3MB [2021-03-22T22:37:07.696Z] docker-security-bootstrapper-go-arm64 latest c1322bcac5e7 3 minutes ago 17.8MB [2021-03-22T22:37:07.696Z] docker-core-metadata-go-arm64 latest 73563e01194c 3 minutes ago 17.9MB [2021-03-22T22:37:07.696Z] docker-support-notifications-go-arm64 latest 26ab0fb274c3 3 minutes ago 16.9MB [2021-03-22T22:37:07.696Z] docker-security-secretstore-setup-go-arm64 latest 8a1cf366c1ef 3 minutes ago 23.7MB [2021-03-22T22:37:07.696Z] 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] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:37:08.713Z] ---> job-cost.sh [2021-03-22T22:37:08.713Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YXsh [2021-03-22T22:37:47.652Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-22T22:37:47.786Z] Running on prd-ubuntu18.04-docker-8c-8g-30955 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws [2021-03-22T22:37:47.854Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-22T22:37:50.078Z] using credential edgex-jenkins-ssh [2021-03-22T22:37:50.138Z] Cloning the remote Git repository [2021-03-22T22:37:50.156Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:37:50.220Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-22T22:37:50.245Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:37:50.245Z] > git --version # timeout=10 [2021-03-22T22:37:50.258Z] > git --version # 'git version 2.17.1' [2021-03-22T22:37:50.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:37:50.281Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:37:56.136Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:37:56.269Z] Merge succeeded, producing 5e62af26a0a6ac0dd783723671b6ce388f74a372 [2021-03-22T22:37:56.270Z] Checking out Revision 5e62af26a0a6ac0dd783723671b6ce388f74a372 (PR-3285) [2021-03-22T22:37:55.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:37:55.595Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:37:55.603Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:37:55.613Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:37:55.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:37:55.616Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:37:56.137Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:37:56.140Z] > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 [2021-03-22T22:37:56.237Z] > git remote # timeout=10 [2021-03-22T22:37:56.243Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T22:37:56.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:37:56.249Z] > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 [2021-03-22T22:37:56.258Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T22:37:56.265Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:37:56.268Z] > git checkout -f 5e62af26a0a6ac0dd783723671b6ce388f74a372 # timeout=10 [2021-03-22T22:37:59.959Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-03-22T22:38:00.405Z] [2021-03-22T22:38:00.405Z] GitHub has been notified of this commit’s build result [2021-03-22T22:38:00.405Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:38:01.249Z] + echo snap-build.sh [2021-03-22T22:38:01.249Z] snap-build.sh [2021-03-22T22:38:01.249Z] + SNAP_BASE_DIR=. [2021-03-22T22:38:01.249Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-22T22:38:01.249Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-22T22:38:01.249Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-22T22:38:01.249Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-22T22:38:01.249Z] + cd /w/workspace/edgex-go/3 [2021-03-22T22:38:01.249Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-22T22:38:01.249Z] Reading package lists... [2021-03-22T22:38:01.511Z] Building dependency tree... [2021-03-22T22:38:01.511Z] Reading state information... [2021-03-22T22:38:01.511Z] The following packages were automatically installed and are no longer required: [2021-03-22T22:38:01.511Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-22T22:38:01.511Z] uidmap xdelta3 [2021-03-22T22:38:01.511Z] Use 'sudo apt autoremove' to remove them. [2021-03-22T22:38:01.511Z] The following packages will be REMOVED: [2021-03-22T22:38:01.511Z] lxd* lxd-client* [2021-03-22T22:38:02.082Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-22T22:38:02.082Z] After this operation, 31.7 MB disk space will be freed. [2021-03-22T22:38:03.124Z] (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-22T22:38:03.124Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:38:04.063Z] Removing lxd dnsmasq configuration [2021-03-22T22:38:04.063Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:38:04.323Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-22T22:38:04.895Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-22T22:38:05.159Z] (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-22T22:38:05.159Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T22:38:06.546Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-22T22:38:06.546Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-22T22:38:07.931Z] + sudo snap remove --purge lxd [2021-03-22T22:38:08.194Z] snap "lxd" is not installed [2021-03-22T22:38:08.194Z] + sudo groupadd --force --system lxd [2021-03-22T22:38:08.194Z] ++ whoami [2021-03-22T22:38:08.194Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-22T22:38:08.454Z] + newgrp - lxd [2021-03-22T22:38:08.454Z] + sudo snap install lxd [2021-03-22T22:38:16.595Z] 2021-03-22T22:38:13Z INFO Waiting for automatic snapd restart... [2021-03-22T22:38:38.592Z] lxd 4.12 from Canonical* installed [2021-03-22T22:38:38.592Z] + sudo lxd init --auto [2021-03-22T22:38:43.890Z] + sudo snap install --classic snapcraft [2021-03-22T22:38:49.187Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T22:38:49.187Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-22T22:38:49.187Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-22T22:38:49.187Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:38:49.187Z] Dload Upload Total Spent Left Speed [2021-03-22T22:38:49.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 [2021-03-22T22:38:49.187Z] 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 10.7M [2021-03-22T22:38:49.187Z] ./yq_linux_amd64 [2021-03-22T22:38:49.187Z] + sudo snapcraft prime --use-lxd [2021-03-22T22:38:51.136Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-22T22:38:51.136Z] 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-22T22:38:51.136Z] - README.md [2021-03-22T22:38:51.136Z] [2021-03-22T22:38:51.136Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T22:38:51.709Z] Launching a container. [2021-03-22T22:39:06.632Z] Waiting for container to be ready [2021-03-22T22:39:06.632Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-22T22:39:06.632Z] [2021-03-22T22:39:08.023Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-22T22:39:08.594Z] Waiting for network to be ready... [2021-03-22T22:39:08.855Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:39:08.855Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:39:09.425Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:39:09.425Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:39:09.425Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:39:09.688Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:39:09.688Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:39:09.688Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:39:09.688Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:39:09.688Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:39:09.688Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:39:09.688Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:39:09.688Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:39:09.688Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:39:09.688Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:39:09.689Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:39:09.689Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:39:09.950Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:39:10.211Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:39:10.472Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:39:10.733Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:39:10.733Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:39:10.733Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:39:10.733Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:39:10.733Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:39:10.733Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:39:10.733Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:39:14.944Z] Fetched 24.1 MB in 6s (4319 kB/s) [2021-03-22T22:39:15.516Z] Reading package lists... [2021-03-22T22:39:15.777Z] Reading package lists... [2021-03-22T22:39:16.038Z] Building dependency tree... [2021-03-22T22:39:16.038Z] Reading state information... [2021-03-22T22:39:16.299Z] The following additional packages will be installed: [2021-03-22T22:39:16.299Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T22:39:16.299Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T22:39:16.299Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T22:39:16.299Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-22T22:39:16.299Z] Suggested packages: [2021-03-22T22:39:16.299Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-22T22:39:16.299Z] Recommended packages: [2021-03-22T22:39:16.300Z] gnupg libsasl2-modules [2021-03-22T22:39:16.300Z] The following NEW packages will be installed: [2021-03-22T22:39:16.300Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T22:39:16.300Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T22:39:16.300Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T22:39:16.300Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-22T22:39:16.300Z] The following packages will be upgraded: [2021-03-22T22:39:16.300Z] gpg gpg-agent gpgconf libudev1 [2021-03-22T22:39:16.300Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-22T22:39:16.300Z] Need to get 3530 kB of archives. [2021-03-22T22:39:16.300Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-22T22:39:16.300Z] 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-22T22:39:16.300Z] 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-22T22:39:16.300Z] 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-22T22:39:16.300Z] 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-22T22:39:16.300Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-22T22:39:16.870Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-22T22:39:17.132Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-22T22:39:17.132Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-22T22:39:17.132Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-22T22:39:17.132Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-22T22:39:17.132Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-22T22:39:17.132Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-22T22:39:17.132Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-22T22:39:17.132Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-22T22:39:17.132Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-22T22:39:17.132Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-22T22:39:17.132Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-22T22:39:17.132Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-22T22:39:17.132Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-22T22:39:17.393Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-22T22:39:17.393Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-22T22:39:17.393Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-22T22:39:17.393Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:39:17.393Z] Fetched 3530 kB in 1s (3207 kB/s) [2021-03-22T22:39:17.656Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T22:39:17.656Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:39:17.656Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:39:17.656Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-22T22:39:17.918Z] Selecting previously unselected package udev. [2021-03-22T22:39:17.918Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T22:39:17.918Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:39:17.918Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-22T22:39:18.180Z] Selecting previously unselected package libfuse2:amd64. [2021-03-22T22:39:18.180Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T22:39:18.180Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T22:39:18.180Z] Selecting previously unselected package fuse. [2021-03-22T22:39:18.180Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T22:39:18.180Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-22T22:39:18.442Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:39:18.442Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:39:18.442Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:39:18.442Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:39:18.705Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:39:18.705Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:39:18.705Z] Selecting previously unselected package libksba8:amd64. [2021-03-22T22:39:18.705Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-22T22:39:18.705Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-22T22:39:18.966Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-22T22:39:18.966Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:18.966Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:18.966Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-22T22:39:18.966Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:18.966Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:18.966Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-22T22:39:18.966Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:18.966Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.228Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-22T22:39:19.228Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:19.228Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.228Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-22T22:39:19.228Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:19.228Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.228Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-22T22:39:19.228Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:19.228Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.228Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-22T22:39:19.490Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:19.490Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.490Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-22T22:39:19.490Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:19.490Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.490Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-22T22:39:19.490Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T22:39:19.490Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:19.751Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-22T22:39:19.751Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T22:39:19.751Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:39:19.751Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-22T22:39:19.751Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T22:39:19.751Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:39:19.751Z] Selecting previously unselected package libldap-common. [2021-03-22T22:39:19.751Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-22T22:39:19.751Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:39:20.013Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-22T22:39:20.013Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-22T22:39:20.013Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:39:20.013Z] Selecting previously unselected package dirmngr. [2021-03-22T22:39:20.013Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:39:20.013Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T22:39:20.274Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:39:20.274Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-22T22:39:20.274Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T22:39:20.274Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:39:20.274Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T22:39:20.274Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-22T22:39:20.274Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:20.536Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-22T22:39:20.536Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:39:20.536Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-22T22:39:21.109Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-22T22:39:21.109Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.109Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-22T22:39:21.109Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-22T22:39:21.109Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-22T22:39:21.109Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.109Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.372Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.372Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.372Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.372Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.372Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T22:39:21.372Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T22:39:21.372Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T22:39:21.372Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:39:21.947Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-22T22:39:21.947Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-22T22:39:21.947Z] This means they are not meant to be enabled using systemctl. [2021-03-22T22:39:21.947Z] Possible reasons for having this kind of units are: [2021-03-22T22:39:21.947Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-22T22:39:21.947Z] .wants/ or .requires/ directory. [2021-03-22T22:39:21.947Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-22T22:39:21.947Z] a requirement dependency on it. [2021-03-22T22:39:21.947Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-22T22:39:21.947Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-22T22:39:21.947Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-22T22:39:21.947Z] instance name specified. [2021-03-22T22:39:22.220Z] Reading package lists... [2021-03-22T22:39:22.484Z] Building dependency tree... [2021-03-22T22:39:22.484Z] Reading state information... [2021-03-22T22:39:22.484Z] The following additional packages will be installed: [2021-03-22T22:39:22.484Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-22T22:39:22.484Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-22T22:39:22.484Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-22T22:39:22.484Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-22T22:39:22.484Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-22T22:39:22.484Z] Suggested packages: [2021-03-22T22:39:22.484Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-22T22:39:22.484Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-22T22:39:22.484Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-22T22:39:22.484Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-22T22:39:22.484Z] systemd-container policykit-1 [2021-03-22T22:39:22.484Z] Recommended packages: [2021-03-22T22:39:22.484Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-22T22:39:22.484Z] The following NEW packages will be installed: [2021-03-22T22:39:22.484Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-22T22:39:22.484Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-22T22:39:22.484Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-22T22:39:22.484Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-22T22:39:22.484Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-22T22:39:22.484Z] The following packages will be upgraded: [2021-03-22T22:39:22.484Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-22T22:39:22.747Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-22T22:39:22.747Z] Need to get 35.2 MB of archives. [2021-03-22T22:39:22.747Z] After this operation, 141 MB of additional disk space will be used. [2021-03-22T22:39:22.747Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-22T22:39:22.747Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-22T22:39:23.320Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-22T22:39:23.583Z] 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-22T22:39:23.583Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-22T22:39:23.583Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-22T22:39:23.583Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-22T22:39:23.583Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-22T22:39:23.583Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-22T22:39:23.583Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-22T22:39:23.583Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-22T22:39:23.583Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-22T22:39:23.583Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-22T22:39:23.583Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-22T22:39:23.583Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-22T22:39:23.583Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-22T22:39:23.583Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-22T22:39:23.583Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-22T22:39:23.849Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-22T22:39:23.849Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-22T22:39:23.849Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-22T22:39:23.849Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-22T22:39:23.849Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-22T22:39:23.849Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-22T22:39:23.849Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-22T22:39:23.849Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-22T22:39:23.849Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-22T22:39:23.849Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-22T22:39:23.849Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-22T22:39:23.849Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-22T22:39:24.381Z] lf-activate-venv(): INFO: Adding /tmp/venv-YXsh/bin to PATH [2021-03-22T22:39:24.381Z] INFO: No Stack... [2021-03-22T22:39:24.381Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-22T22:39:24.381Z] INFO: Archiving Costs [Pipeline] sh [2021-03-22T22:39:24.718Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-22T22:39:24.718Z] + cut -d, -f6 [2021-03-22T22:39:24.805Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:39:24.805Z] Fetched 35.2 MB in 2s (16.9 MB/s) [Pipeline] lock [2021-03-22T22:39:24.828Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] [2021-03-22T22:39:24.845Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] did not exist. Created. [2021-03-22T22:39:24.845Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-22T22:39:25.067Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:39:25.067Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:39:25.067Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:39:25.377Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-22T22:39:25.642Z] Stashed 1 file(s) [Pipeline] } [2021-03-22T22:39:25.644Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:39:25.644Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:39:25.644Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-22T22:39:25.654Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3285-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-03-22T22:39:25.907Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:39:25.907Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T22:39:25.907Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-22T22:39:26.170Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-22T22:39:26.170Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T22:39:26.170Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T22:39:26.170Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [Pipeline] // stage [Pipeline] } [2021-03-22T22:39:26.433Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-22T22:39:26.433Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-22T22:39:27.005Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-22T22:39:27.005Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-22T22:39:27.005Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T22:39:27.266Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T22:39:27.527Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-22T22:39:27.527Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:39:27.527Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:27.527Z] Selecting previously unselected package libexpat1:amd64. [2021-03-22T22:39:27.527Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-22T22:39:27.527Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T22:39:27.798Z] Selecting previously unselected package python3.6-minimal. [2021-03-22T22:39:27.798Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:39:27.798Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:28.059Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T22:39:28.059Z] Checking for services that may need to be restarted...done. [2021-03-22T22:39:28.059Z] Checking for services that may need to be restarted...done. [2021-03-22T22:39:28.059Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:28.059Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T22:39:28.324Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:28.912Z] Selecting previously unselected package python3-minimal. [2021-03-22T22:39:28.912Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-22T22:39:28.912Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:39:28.912Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-22T22:39:28.912Z] Selecting previously unselected package mime-support. [2021-03-22T22:39:28.912Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-22T22:39:28.912Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-22T22:39:28.912Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-22T22:39:28.912Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-22T22:39:28.912Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T22:39:29.179Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-22T22:39:29.179Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:39:29.179Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:29.445Z] Selecting previously unselected package python3.6. [2021-03-22T22:39:29.446Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T22:39:29.446Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:29.446Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-22T22:39:29.446Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:39:29.446Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T22:39:29.446Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-22T22:39:29.716Z] Selecting previously unselected package python3. [2021-03-22T22:39:29.716Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-22T22:39:29.716Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-22T22:39:29.716Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-22T22:39:29.983Z] Selecting previously unselected package multiarch-support. [2021-03-22T22:39:29.983Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:39:29.983Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T22:39:29.983Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T22:39:29.983Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-22T22:39:29.983Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-22T22:39:29.983Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-22T22:39:29.983Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T22:39:30.251Z] Selecting previously unselected package libbsd0:amd64. [2021-03-22T22:39:30.251Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-22T22:39:30.251Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T22:39:30.251Z] Selecting previously unselected package sudo. [2021-03-22T22:39:30.251Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-22T22:39:30.251Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T22:39:30.520Z] Selecting previously unselected package apparmor. [2021-03-22T22:39:30.520Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T22:39:30.520Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-22T22:39:30.520Z] Selecting previously unselected package libedit2:amd64. [2021-03-22T22:39:30.520Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-22T22:39:30.520Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T22:39:30.789Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-22T22:39:30.789Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:39:30.789Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:30.789Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-22T22:39:30.789Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:39:30.789Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:31.062Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-22T22:39:31.062Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-22T22:39:31.062Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T22:39:31.062Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-22T22:39:31.062Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:39:31.062Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:31.062Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-22T22:39:31.062Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T22:39:31.062Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:31.333Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-22T22:39:31.333Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-22T22:39:31.333Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T22:39:31.594Z] Selecting previously unselected package openssh-client. [2021-03-22T22:39:31.594Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-22T22:39:31.594Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T22:39:31.594Z] Selecting previously unselected package squashfs-tools. [2021-03-22T22:39:31.594Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-22T22:39:31.594Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T22:39:31.861Z] Selecting previously unselected package snapd. [2021-03-22T22:39:31.861Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-22T22:39:31.861Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-22T22:39:34.421Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T22:39:34.421Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T22:39:34.421Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-22T22:39:34.421Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T22:39:34.421Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T22:39:34.421Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:34.421Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:39:34.421Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-22T22:39:34.421Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-22T22:39:35.817Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T22:39:35.817Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T22:39:35.817Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T22:39:35.817Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:36.078Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:36.078Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T22:39:36.654Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T22:39:36.654Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:36.916Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T22:39:36.916Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-22T22:39:36.916Z] running python rtupdate hooks for python3.6... [2021-03-22T22:39:36.916Z] running python post-rtupdate hooks for python3.6... [2021-03-22T22:39:36.916Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-22T22:39:38.830Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-22T22:39:38.830Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T22:39:38.830Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T22:39:38.830Z] Setting up snapd (2.48.3+18.04) ... [2021-03-22T22:39:39.401Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-22T22:39:39.662Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-22T22:39:39.662Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-22T22:39:39.922Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-22T22:39:40.183Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T22:39:40.183Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T22:39:40.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-22T22:39:40.445Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-22T22:39:40.707Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-22T22:39:40.969Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-22T22:39:40.969Z] /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-22T22:39:41.229Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T22:39:41.229Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T22:39:42.173Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:39:42.173Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:39:42.435Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:39:43.832Z] Reading package lists... [2021-03-22T22:39:43.832Z] Reading package lists... [2021-03-22T22:39:43.832Z] Building dependency tree... [2021-03-22T22:39:43.832Z] Reading state information... [2021-03-22T22:39:44.093Z] Calculating upgrade... [2021-03-22T22:39:44.355Z] The following packages will be upgraded: [2021-03-22T22:39:44.355Z] advancecomp base-files bash binutils binutils-common [2021-03-22T22:39:44.355Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-22T22:39:44.355Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-22T22:39:44.355Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-22T22:39:44.355Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-22T22:39:44.355Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-22T22:39:44.355Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-22T22:39:44.355Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-22T22:39:44.355Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-22T22:39:44.355Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-22T22:39:44.355Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-22T22:39:44.355Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-22T22:39:44.355Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-22T22:39:44.355Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-22T22:39:44.355Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-22T22:39:44.355Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:39:44.355Z] Need to get 63.8 MB of archives. [2021-03-22T22:39:44.355Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-22T22:39:44.355Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-22T22:39:44.355Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-22T22:39:45.304Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-22T22:39:45.304Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-22T22:39:45.304Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-22T22:39:45.304Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-22T22:39:45.304Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-22T22:39:45.304Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-22T22:39:45.304Z] 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-22T22:39:45.304Z] 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-22T22:39:45.304Z] 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-22T22:39:45.304Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-22T22:39:45.304Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-22T22:39:45.304Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-22T22:39:45.304Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-22T22:39:45.304Z] 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-22T22:39:45.304Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-22T22:39:45.304Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-22T22:39:45.304Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-22T22:39:45.304Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-22T22:39:45.304Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-22T22:39:45.304Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-22T22:39:45.304Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-22T22:39:45.304Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-22T22:39:45.304Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-22T22:39:45.304Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-22T22:39:45.304Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-22T22:39:45.304Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-22T22:39:45.305Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-22T22:39:45.305Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-22T22:39:45.305Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-22T22:39:45.305Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-22T22:39:45.305Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-22T22:39:45.567Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-22T22:39:45.567Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-22T22:39:45.567Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-22T22:39:45.567Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-22T22:39:45.567Z] 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-22T22:39:45.567Z] 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-22T22:39:45.567Z] 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-22T22:39:45.567Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-22T22:39:45.567Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-22T22:39:45.567Z] 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-22T22:39:45.567Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-22T22:39:45.567Z] 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-22T22:39:45.567Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-22T22:39:45.567Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-22T22:39:45.567Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-22T22:39:45.567Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-22T22:39:45.567Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-22T22:39:45.567Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-22T22:39:45.567Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-22T22:39:45.567Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-22T22:39:45.567Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-22T22:39:45.567Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-22T22:39:45.567Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-22T22:39:45.832Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-22T22:39:45.832Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-22T22:39:45.832Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-22T22:39:45.832Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-22T22:39:45.832Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-22T22:39:45.832Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-22T22:39:45.832Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-22T22:39:45.832Z] Get:64 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-22T22:39:45.832Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-22T22:39:45.832Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-22T22:39:45.832Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-22T22:39:45.832Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-22T22:39:45.832Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-22T22:39:45.832Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-22T22:39:45.832Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-22T22:39:45.832Z] 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-22T22:39:45.832Z] 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-22T22:39:45.832Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-22T22:39:45.832Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-22T22:39:45.832Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-22T22:39:46.095Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-22T22:39:46.095Z] 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-22T22:39:46.095Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-22T22:39:46.095Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-22T22:39:46.095Z] 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-22T22:39:46.095Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-22T22:39:46.095Z] 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-22T22:39:46.095Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-22T22:39:46.095Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-22T22:39:46.095Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-22T22:39:46.095Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-22T22:39:46.095Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-22T22:39:46.095Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-22T22:39:46.095Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-22T22:39:46.668Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-22T22:39:46.929Z] 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-22T22:39:46.929Z] 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-22T22:39:47.191Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-22T22:39:47.453Z] 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-22T22:39:47.453Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-22T22:39:47.453Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-22T22:39:47.453Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-22T22:39:47.453Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-22T22:39:47.714Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:39:47.714Z] Fetched 63.8 MB in 3s (19.8 MB/s) [2021-03-22T22:39:47.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:47.714Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:39:47.714Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:39:48.657Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:39:48.657Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:39:48.657Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-22T22:39:48.657Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-22T22:39:49.229Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:49.229Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:49.490Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:49.490Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:49.490Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:49.490Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:49.751Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:49.751Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:49.751Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:49.751Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:49.751Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:50.012Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:50.012Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:50.012Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:50.012Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:39:50.273Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:39:50.273Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:50.273Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-22T22:39:50.273Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:39:50.273Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:39:50.273Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:50.534Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:50.534Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:50.534Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:50.534Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T22:39:50.794Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T22:39:50.794Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:39:51.055Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:39:51.055Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:39:51.055Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:39:51.628Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T22:39:51.890Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T22:39:51.890Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-22T22:39:51.890Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-22T22:39:51.890Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-22T22:39:51.890Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-22T22:39:52.151Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-22T22:39:52.151Z] Installing new version of config file /etc/issue ... [2021-03-22T22:39:52.151Z] Installing new version of config file /etc/issue.net ... [2021-03-22T22:39:52.151Z] Installing new version of config file /etc/lsb-release ... [2021-03-22T22:39:52.151Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-22T22:39:52.411Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-22T22:39:52.672Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-22T22:39:52.672Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-22T22:39:52.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:52.672Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-22T22:39:52.672Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-22T22:39:52.934Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-22T22:39:52.934Z] 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-22T22:39:52.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:52.934Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:39:52.934Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-22T22:39:53.196Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:39:53.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:53.196Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-22T22:39:53.196Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-22T22:39:53.196Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-22T22:39:53.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:53.458Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-22T22:39:53.458Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:39:53.719Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-22T22:39:53.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:53.980Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:39:53.980Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:39:54.241Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:39:54.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:54.241Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:39:54.241Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:39:54.502Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-22T22:39:54.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:54.502Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-22T22:39:54.502Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-22T22:39:54.763Z] Setting up grep (3.1-2build1) ... [2021-03-22T22:39:54.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:54.763Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T22:39:54.763Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T22:39:54.763Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-22T22:39:55.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:55.024Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:39:55.024Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:39:55.024Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-22T22:39:55.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:55.285Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:39:55.285Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:39:55.860Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:39:55.860Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:39:55.860Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T22:39:55.860Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:39:56.433Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-22T22:39:56.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:56.693Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-22T22:39:56.693Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T22:39:57.636Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T22:39:57.636Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T22:39:57.636Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T22:39:57.898Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T22:39:57.898Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T22:39:58.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:58.159Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-22T22:39:58.159Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-22T22:39:58.159Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-22T22:39:58.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:58.441Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:39:58.441Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:39:58.702Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:39:58.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:58.702Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:39:58.702Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:39:58.963Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:39:58.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:58.963Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:39:58.963Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:39:59.224Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:39:59.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:59.224Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:39:59.489Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:39:59.489Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:39:59.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:39:59.750Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:39:59.750Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:39:59.750Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:39:59.750Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:40:00.011Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:40:00.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:40:00.011Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T22:40:00.011Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:40:00.273Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:40:00.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:40:00.273Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:40:00.273Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:40:00.534Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:40:00.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:40:00.534Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:40:00.534Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:40:00.795Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:40:01.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:40:01.057Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:40:01.057Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:40:01.317Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:40:01.892Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-22T22:40:02.154Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-22T22:40:02.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:40:02.154Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T22:40:02.415Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T22:40:02.676Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:40:02.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T22:40:02.676Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-22T22:40:02.937Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T22:40:02.937Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-22T22:40:02.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:02.937Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-22T22:40:03.199Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-22T22:40:03.199Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-22T22:40:03.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:03.460Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-22T22:40:03.720Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T22:40:03.720Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-22T22:40:03.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:03.981Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-22T22:40:03.981Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T22:40:03.981Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-22T22:40:04.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:04.241Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:40:04.241Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:40:04.241Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:40:04.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:04.504Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:40:04.504Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:40:04.765Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:40:04.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:04.765Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T22:40:05.027Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:40:05.027Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:40:05.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:05.288Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T22:40:05.288Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T22:40:05.288Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-22T22:40:05.288Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T22:40:05.549Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:40:05.549Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:40:05.549Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:40:05.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:05.810Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-22T22:40:05.810Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-22T22:40:05.810Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-22T22:40:06.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:06.071Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-22T22:40:06.071Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T22:40:06.071Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T22:40:06.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:06.332Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T22:40:06.905Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T22:40:06.905Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T22:40:07.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:07.166Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-22T22:40:07.166Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-22T22:40:07.166Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-22T22:40:07.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:07.166Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T22:40:07.450Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T22:40:07.716Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-22T22:40:07.980Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:07.980Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T22:40:07.980Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T22:40:07.980Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-22T22:40:07.980Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:07.980Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-22T22:40:08.248Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-22T22:40:08.248Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-22T22:40:08.516Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:08.516Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-22T22:40:08.516Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-22T22:40:08.516Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-22T22:40:08.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:08.787Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-22T22:40:08.787Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-22T22:40:08.787Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-22T22:40:08.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:08.787Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-22T22:40:09.062Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-22T22:40:09.062Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-22T22:40:09.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:09.062Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T22:40:09.328Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-22T22:40:09.328Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-22T22:40:09.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T22:40:09.328Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-22T22:40:09.328Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-22T22:40:09.597Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-22T22:40:09.597Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-22T22:40:09.597Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T22:40:09.597Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T22:40:09.863Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T22:40:09.864Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T22:40:10.125Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T22:40:10.125Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T22:40:10.387Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-22T22:40:10.387Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-22T22:40:10.387Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T22:40:10.649Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-22T22:40:10.649Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T22:40:10.649Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-22T22:40:10.649Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-22T22:40:10.911Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-22T22:40:10.911Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-22T22:40:10.911Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-22T22:40:10.911Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-22T22:40:10.911Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-22T22:40:11.173Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-22T22:40:11.173Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-22T22:40:11.173Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-22T22:40:11.173Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-22T22:40:11.434Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-22T22:40:11.434Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-22T22:40:12.378Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-22T22:40:12.378Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-22T22:40:12.645Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-22T22:40:12.645Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-22T22:40:12.645Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:40:12.645Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:40:13.225Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:40:13.225Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:40:13.225Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:40:13.225Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:40:13.487Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T22:40:13.487Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T22:40:13.487Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:13.487Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:13.749Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:13.749Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:13.749Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:13.750Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:14.011Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:14.011Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:14.960Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:14.960Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:15.903Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:15.903Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:16.493Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:16.917Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:17.487Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:17.487Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:18.433Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T22:40:18.433Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T22:40:18.433Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:40:18.433Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:40:18.695Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T22:40:18.695Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:40:18.958Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T22:40:18.958Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T22:40:18.958Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-22T22:40:18.958Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-22T22:40:19.219Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:40:19.219Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:40:19.219Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T22:40:19.219Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T22:40:19.481Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-22T22:40:19.481Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-22T22:40:19.481Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:19.481Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T22:40:19.481Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:19.481Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:19.481Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:19.742Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-22T22:40:19.742Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-22T22:40:19.742Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-22T22:40:19.742Z] [2021-03-22T22:40:19.742Z] Current default time zone: 'Etc/UTC' [2021-03-22T22:40:19.742Z] Local time is now: Mon Mar 22 22:40:19 UTC 2021. [2021-03-22T22:40:19.742Z] Universal Time is now: Mon Mar 22 22:40:19 UTC 2021. [2021-03-22T22:40:19.742Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-22T22:40:19.742Z] [2021-03-22T22:40:19.742Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-22T22:40:19.742Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:20.003Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-22T22:40:20.003Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-22T22:40:20.003Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-22T22:40:20.003Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-22T22:40:20.003Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-22T22:40:20.003Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-22T22:40:20.003Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-22T22:40:20.003Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T22:40:20.003Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:20.003Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-22T22:40:20.263Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:20.263Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:40:20.263Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:20.263Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-22T22:40:20.525Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-22T22:40:20.525Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-22T22:40:20.525Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T22:40:20.525Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-22T22:40:20.525Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-22T22:40:20.525Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:40:20.525Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-22T22:40:21.911Z] Updating certificates in /etc/ssl/certs... [2021-03-22T22:40:22.857Z] 23 added, 27 removed; done. [2021-03-22T22:40:22.857Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T22:40:22.857Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T22:40:22.857Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-22T22:40:22.857Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-22T22:40:22.857Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-22T22:40:22.857Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:22.857Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:40:22.857Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.118Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.118Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.118Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.118Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.118Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-22T22:40:23.118Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:40:23.118Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:40:23.118Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-22T22:40:23.379Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-22T22:40:23.379Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.379Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T22:40:23.379Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:40:23.379Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-22T22:40:23.379Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-22T22:40:23.379Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:40:23.640Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T22:40:23.640Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-22T22:40:23.640Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-22T22:40:23.640Z] Updating certificates in /etc/ssl/certs... [2021-03-22T22:40:24.212Z] 0 added, 0 removed; done. [2021-03-22T22:40:24.212Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-22T22:40:24.212Z] done. [2021-03-22T22:40:24.784Z] Reading package lists... [2021-03-22T22:40:25.046Z] Building dependency tree... [2021-03-22T22:40:25.047Z] Reading state information... [2021-03-22T22:40:25.047Z] The following NEW packages will be installed: [2021-03-22T22:40:25.047Z] apt-transport-https [2021-03-22T22:40:25.310Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:40:25.310Z] Need to get 1696 B of archives. [2021-03-22T22:40:25.310Z] After this operation, 153 kB of additional disk space will be used. [2021-03-22T22:40:25.310Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-22T22:40:25.310Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:40:25.310Z] Fetched 1696 B in 0s (27.5 kB/s) [2021-03-22T22:40:25.310Z] Selecting previously unselected package apt-transport-https. [2021-03-22T22:40:25.310Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-22T22:40:25.310Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-22T22:40:25.571Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T22:40:25.571Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T22:40:25.844Z] Waiting for network to be ready... [2021-03-22T22:40:32.461Z] 2021-03-22T22:40:29Z INFO Waiting for automatic snapd restart... [2021-03-22T22:40:32.461Z] snapd 2.49 from Canonical* installed [2021-03-22T22:40:33.408Z] "snapd" switched to the "latest/stable" channel [2021-03-22T22:40:33.408Z] [2021-03-22T22:40:37.631Z] core18 20210128 from Canonical* installed [2021-03-22T22:40:37.631Z] "core18" switched to the "latest/stable" channel [2021-03-22T22:40:37.631Z] [2021-03-22T22:40:42.932Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T22:40:42.932Z] "snapcraft" switched to the "latest/stable" channel [2021-03-22T22:40:42.932Z] [2021-03-22T22:40:47.138Z] 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-22T22:40:47.138Z] - README.md [2021-03-22T22:40:47.138Z] [2021-03-22T22:40:47.138Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T22:40:53.730Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:40:53.730Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:40:53.730Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:40:53.730Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:40:55.119Z] Reading package lists... [2021-03-22T22:40:55.382Z] 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-22T22:41:01.977Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:41:01.977Z] Reading package lists... [2021-03-22T22:41:01.977Z] Building dependency tree... [2021-03-22T22:41:01.977Z] Reading state information... [2021-03-22T22:41:01.977Z] Suggested packages: [2021-03-22T22:41:01.977Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-22T22:41:01.977Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-22T22:41:01.977Z] Recommended packages: [2021-03-22T22:41:01.977Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-22T22:41:01.977Z] The following NEW packages will be installed: [2021-03-22T22:41:01.977Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-22T22:41:01.977Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-22T22:41:01.977Z] pkg-config zip [2021-03-22T22:41:01.977Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:41:01.977Z] Need to get 7657 kB of archives. [2021-03-22T22:41:01.977Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-22T22:41:01.977Z] 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-22T22:41:01.977Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-22T22:41:01.977Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-22T22:41:01.977Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-22T22:41:01.977Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-22T22:41:02.243Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-22T22:41:02.243Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-22T22:41:02.243Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-22T22:41:02.243Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-22T22:41:02.505Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-22T22:41:02.505Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-22T22:41:02.505Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-22T22:41:02.505Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-22T22:41:02.505Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-22T22:41:02.505Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-22T22:41:02.767Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:41:02.767Z] Fetched 7657 kB in 1s (9733 kB/s) [2021-03-22T22:41:03.029Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-22T22:41:03.029Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-22T22:41:03.029Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-22T22:41:03.029Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:41:03.289Z] Selecting previously unselected package libpsl5:amd64. [2021-03-22T22:41:03.289Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-22T22:41:03.289Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:41:03.289Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-22T22:41:03.289Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-22T22:41:03.289Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:41:03.289Z] Selecting previously unselected package librtmp1:amd64. [2021-03-22T22:41:03.289Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-22T22:41:03.289Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:41:03.549Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-22T22:41:03.549Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-22T22:41:03.549Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:41:03.549Z] Selecting previously unselected package liberror-perl. [2021-03-22T22:41:03.549Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-22T22:41:03.549Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-22T22:41:03.549Z] Selecting previously unselected package git-man. [2021-03-22T22:41:03.549Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-22T22:41:03.549Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:41:03.809Z] Selecting previously unselected package git. [2021-03-22T22:41:03.809Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-22T22:41:03.809Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:41:04.751Z] Selecting previously unselected package libnorm1:amd64. [2021-03-22T22:41:04.751Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-22T22:41:04.751Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:41:04.751Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-22T22:41:04.751Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-22T22:41:04.751Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:41:04.751Z] Selecting previously unselected package libsodium23:amd64. [2021-03-22T22:41:04.751Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-22T22:41:04.751Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:41:05.013Z] Selecting previously unselected package libzmq5:amd64. [2021-03-22T22:41:05.013Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:41:05.013Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:41:05.013Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-22T22:41:05.013Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:41:05.013Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:41:05.277Z] Selecting previously unselected package pkg-config. [2021-03-22T22:41:05.277Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-22T22:41:05.277Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:41:05.277Z] Selecting previously unselected package zip. [2021-03-22T22:41:05.277Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-22T22:41:05.277Z] Unpacking zip (3.0-11build1) ... [2021-03-22T22:41:05.277Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:41:05.277Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:41:05.538Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:41:05.538Z] Setting up liberror-perl (0.17025-1) ... [2021-03-22T22:41:05.539Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:41:05.539Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:41:05.539Z] No schema files found: doing nothing. [2021-03-22T22:41:05.539Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:41:05.539Z] Setting up zip (3.0-11build1) ... [2021-03-22T22:41:05.539Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:41:05.539Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:41:05.539Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:41:05.802Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:41:05.802Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:41:05.802Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:41:05.802Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:41:05.802Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:41:12.390Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:41:12.654Z] git set to automatically installed. [2021-03-22T22:41:12.654Z] git-man set to automatically installed. [2021-03-22T22:41:12.654Z] libcurl3-gnutls set to automatically installed. [2021-03-22T22:41:12.654Z] liberror-perl set to automatically installed. [2021-03-22T22:41:12.654Z] libglib2.0-0 set to automatically installed. [2021-03-22T22:41:12.654Z] libnghttp2-14 set to automatically installed. [2021-03-22T22:41:12.654Z] libnorm1 set to automatically installed. [2021-03-22T22:41:12.654Z] libpgm-5.2-0 set to automatically installed. [2021-03-22T22:41:12.654Z] libpsl5 set to automatically installed. [2021-03-22T22:41:12.654Z] librtmp1 set to automatically installed. [2021-03-22T22:41:12.654Z] libsodium23 set to automatically installed. [2021-03-22T22:41:12.654Z] libzmq3-dev set to automatically installed. [2021-03-22T22:41:12.654Z] libzmq5 set to automatically installed. [2021-03-22T22:41:12.654Z] pkg-config set to automatically installed. [2021-03-22T22:41:12.654Z] zip set to automatically installed. [2021-03-22T22:41:14.594Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:41:21.206Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:41:21.206Z] snap "core18" has no updates available [2021-03-22T22:41:22.590Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:41:29.174Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:41:39.211Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-22T22:41:40.152Z] Pulling go-build-helper [2021-03-22T22:41:40.152Z] + snapcraftctl pull [2021-03-22T22:41:41.092Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-22T22:41:41.092Z] Skipping pull go-build-helper (already ran) [2021-03-22T22:41:41.092Z] Building go-build-helper [2021-03-22T22:41:41.092Z] + snapcraftctl build [2021-03-22T22:41:43.707Z] Staging go-build-helper [2021-03-22T22:41:43.707Z] + snapcraftctl stage [2021-03-22T22:41:55.957Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:41:55.957Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:41:55.957Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:41:55.957Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:41:55.957Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:41:55.957Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:41:55.957Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:41:55.957Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:41:55.957Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:41:55.957Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:41:55.957Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:41:55.957Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:41:55.957Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:41:55.957Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:41:55.957Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:41:55.957Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:41:55.957Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:41:55.957Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:41:55.957Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:41:55.957Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:41:55.957Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:41:55.957Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:41:55.957Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:41:55.957Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:41:55.957Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:41:55.957Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:41:55.957Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:41:55.957Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-22T22:41:55.957Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:41:55.957Z] Fetched 224 kB in 0s (0 B/s) [2021-03-22T22:41:55.957Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:41:55.957Z] Fetched 157 kB in 0s (0 B/s) [2021-03-22T22:41:55.957Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:41:55.957Z] Fetched 221 kB in 0s (0 B/s) [2021-03-22T22:41:55.957Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:41:55.957Z] Fetched 143 kB in 0s (0 B/s) [2021-03-22T22:41:55.957Z] Pulling app-service-config [2021-03-22T22:41:55.957Z] + snapcraftctl pull [2021-03-22T22:41:56.901Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-22T22:41:57.488Z] Pulling config-common [2021-03-22T22:41:57.488Z] + snapcraftctl pull [2021-03-22T22:42:02.778Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:42:02.778Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:42:02.778Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:42:02.778Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:42:02.778Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:42:02.778Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:42:02.778Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:42:02.778Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:42:02.778Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:42:02.778Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:42:02.778Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:42:02.778Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:42:02.778Z] Pulling edgex-go [2021-03-22T22:42:02.778Z] + snapcraftctl pull [2021-03-22T22:42:24.761Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:42:24.761Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:42:24.761Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:42:24.761Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-22T22:42:24.761Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-22T22:42:24.761Z] Fetched 279 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-22T22:42:24.761Z] Fetched 122 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-22T22:42:24.761Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-22T22:42:24.761Z] Fetched 8848 B in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-22T22:42:24.761Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-22T22:42:24.761Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-22T22:42:24.761Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-22T22:42:24.761Z] Fetched 214 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-22T22:42:24.761Z] Fetched 154 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-22T22:42:24.761Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-22T22:42:24.761Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-22T22:42:24.761Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-22T22:42:24.761Z] Fetched 499 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-22T22:42:24.761Z] Fetched 111 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-22T22:42:24.761Z] Fetched 240 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-22T22:42:24.761Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-22T22:42:24.761Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-22T22:42:24.761Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-22T22:42:24.761Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-22T22:42:24.761Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-22T22:42:24.761Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-22T22:42:24.761Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-22T22:42:24.761Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-22T22:42:24.761Z] Fetched 8720 B in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-22T22:42:24.761Z] Fetched 137 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-22T22:42:24.761Z] Fetched 119 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-22T22:42:24.761Z] Fetched 109 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-22T22:42:24.761Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-22T22:42:24.761Z] Fetched 645 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-22T22:42:24.761Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-22T22:42:24.761Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-22T22:42:24.761Z] Fetched 368 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-22T22:42:24.761Z] Fetched 187 kB in 0s (0 B/s) [2021-03-22T22:42:24.761Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-22T22:42:24.761Z] Fetched 175 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-22T22:42:24.762Z] Fetched 206 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-22T22:42:24.762Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-22T22:42:24.762Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-22T22:42:24.762Z] Fetched 159 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-22T22:42:24.762Z] Fetched 107 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-22T22:42:24.762Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-22T22:42:24.762Z] Pulling static-packages [2021-03-22T22:42:24.762Z] + snapcraftctl pull [2021-03-22T22:42:25.332Z] Pulling version [2021-03-22T22:42:25.332Z] + cd /root/project [2021-03-22T22:42:25.332Z] + [ -f VERSION ] [2021-03-22T22:42:25.332Z] + PROJECT_VERSION=local-dev [2021-03-22T22:42:25.332Z] + git rev-parse --short HEAD [2021-03-22T22:42:25.332Z] + GIT_REVISION=5e62af26 [2021-03-22T22:42:25.332Z] + snapcraftctl set-version local-dev [2021-03-22T22:42:26.714Z] Skipping build go-build-helper (already ran) [2021-03-22T22:42:26.714Z] Building app-service-config [2021-03-22T22:42:26.714Z] + make build [2021-03-22T22:42:26.714Z] 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-22T22:42:29.261Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-22T22:42:29.261Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-22T22:42:29.261Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-22T22:42:29.261Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-22T22:42:29.261Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-22T22:42:29.261Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-22T22:42:29.261Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-22T22:42:29.261Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-22T22:42:29.261Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-22T22:42:29.261Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-22T22:42:29.521Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-22T22:42:29.521Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-22T22:42:29.521Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-22T22:42:29.805Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-22T22:42:29.805Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-22T22:42:29.805Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-22T22:42:29.805Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-22T22:42:29.805Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-22T22:42:29.805Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-22T22:42:30.076Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-22T22:42:30.076Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-22T22:42:30.337Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-22T22:42:30.337Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-22T22:42:30.602Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-22T22:42:30.602Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-22T22:42:30.602Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-22T22:42:30.602Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-22T22:42:30.602Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-22T22:42:30.602Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-22T22:42:30.602Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-22T22:42:30.602Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-22T22:42:30.602Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-22T22:42:30.602Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-22T22:42:30.602Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-22T22:42:30.602Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-22T22:42:30.602Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-22T22:42:30.602Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-22T22:42:30.602Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-22T22:42:30.602Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-22T22:42:30.602Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-22T22:42:30.862Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-22T22:42:30.862Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-22T22:42:30.862Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-22T22:42:43.097Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-22T22:42:43.097Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-22T22:42:43.097Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-22T22:42:43.097Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-22T22:42:43.097Z] Building config-common [2021-03-22T22:42:43.097Z] + snapcraftctl build [2021-03-22T22:42:45.649Z] Building edgex-go [2021-03-22T22:42:46.221Z] + cd /root/parts/edgex-go/src [2021-03-22T22:42:46.221Z] + make build [2021-03-22T22:42:46.221Z] 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-22T22:42:46.801Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-22T22:42:46.801Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.18 [2021-03-22T22:42:46.801Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-22T22:42:46.801Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-22T22:42:46.801Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-22T22:42:46.801Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-22T22:42:46.801Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-22T22:42:46.801Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-22T22:42:46.801Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-22T22:42:46.802Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-22T22:42:46.802Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-22T22:42:52.097Z] 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-22T22:42:52.097Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-22T22:42:57.392Z] 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-22T22:42:58.781Z] 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-22T22:43:00.695Z] 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-22T22:43:00.957Z] 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-22T22:43:01.219Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-22T22:43:01.484Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-22T22:43:01.484Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-22T22:43:01.484Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-22T22:43:03.406Z] 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-22T22:43:03.406Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-22T22:43:03.668Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-22T22:43:05.057Z] 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-22T22:43:06.455Z] 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-22T22:43:06.717Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-22T22:43:08.107Z] 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-22T22:43:09.493Z] 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-22T22:43:09.493Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-22T22:43:10.883Z] 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-22T22:43:11.143Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-22T22:43:13.714Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-22T22:43:13.714Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-22T22:43:13.714Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-22T22:43:13.714Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-22T22:43:13.714Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-22T22:43:13.714Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-22T22:43:13.714Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-22T22:43:13.714Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-22T22:43:13.714Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-22T22:43:13.714Z] + 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-22T22:43:13.714Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-22T22:43:13.714Z] + 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-22T22:43:13.714Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-22T22:43:13.714Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-22T22:43:13.714Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-22T22:43:13.714Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-22T22:43:13.714Z] + 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-22T22:43:16.456Z] Building static-packages [2021-03-22T22:43:16.456Z] + snapcraftctl build [2021-03-22T22:43:19.765Z] Building version [2021-03-22T22:43:19.765Z] + snapcraftctl build [2021-03-22T22:43:22.334Z] Skipping stage go-build-helper (already ran) [2021-03-22T22:43:22.334Z] Staging app-service-config [2021-03-22T22:43:22.334Z] + snapcraftctl stage [2021-03-22T22:43:22.913Z] Staging config-common [2021-03-22T22:43:22.913Z] + snapcraftctl stage [2021-03-22T22:43:23.876Z] Staging edgex-go [2021-03-22T22:43:23.876Z] + snapcraftctl stage [2021-03-22T22:43:24.819Z] Staging static-packages [2021-03-22T22:43:24.819Z] + snapcraftctl stage [2021-03-22T22:43:26.207Z] Staging version [2021-03-22T22:43:26.207Z] + snapcraftctl stage [2021-03-22T22:43:27.158Z] Priming go-build-helper [2021-03-22T22:43:27.158Z] + snapcraftctl prime [2021-03-22T22:43:28.100Z] Priming app-service-config [2021-03-22T22:43:28.100Z] + snapcraftctl prime [2021-03-22T22:43:29.488Z] Priming config-common [2021-03-22T22:43:29.488Z] + snapcraftctl prime [2021-03-22T22:43:30.435Z] Priming edgex-go [2021-03-22T22:43:30.435Z] + snapcraftctl prime [2021-03-22T22:43:31.834Z] Priming static-packages [2021-03-22T22:43:31.834Z] + snapcraftctl prime [2021-03-22T22:43:34.382Z] Priming version [2021-03-22T22:43:34.382Z] + snapcraftctl prime [2021-03-22T22:43:34.952Z] 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-22T22:43:38.201Z] provisioning config files... [2021-03-22T22:43:38.220Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4026525002040388984tmp [Pipeline] { [Pipeline] sh [2021-03-22T22:43:38.597Z] + set +x [2021-03-22T22:43:38.597Z] + curl -s https://codecov.io/bash [2021-03-22T22:43:38.597Z] + bash -s -- [2021-03-22T22:43:39.182Z] [2021-03-22T22:43:39.182Z] _____ _ [2021-03-22T22:43:39.182Z] / ____| | | [2021-03-22T22:43:39.182Z] | | ___ __| | ___ ___ _____ __ [2021-03-22T22:43:39.182Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-22T22:43:39.182Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-22T22:43:39.182Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-22T22:43:39.182Z] Bash-20210309-2b87ace [2021-03-22T22:43:39.182Z] [2021-03-22T22:43:39.182Z] [2021-03-22T22:43:39.182Z] ==> git version 2.24.3 found [2021-03-22T22:43:39.182Z] ==> 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-22T22:43:39.182Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-22T22:43:39.182Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-22T22:43:39.182Z] ==> Jenkins CI detected. [2021-03-22T22:43:39.182Z] project root: . [2021-03-22T22:43:39.182Z] --> token set from env [2021-03-22T22:43:39.182Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-22T22:43:39.477Z] ==> Running gcov in . (disable via -X gcov) [2021-03-22T22:43:39.780Z] ==> Python coveragepy not found [2021-03-22T22:43:39.780Z] ==> Searching for coverage reports in: [2021-03-22T22:43:39.780Z] + . [2021-03-22T22:43:39.780Z] -> Found 1 reports [2021-03-22T22:43:39.780Z] ==> Detecting git/mercurial file structure [2021-03-22T22:43:40.048Z] ==> Reading reports [2021-03-22T22:43:40.313Z] + ./coverage.out bytes=659965 [2021-03-22T22:43:40.313Z] ==> Appending adjustments [2021-03-22T22:43:40.313Z] https://docs.codecov.io/docs/fixing-reports [2021-03-22T22:43:47.028Z] + Found adjustments [2021-03-22T22:43:47.028Z] ==> Gzipping contents [2021-03-22T22:43:47.028Z] 96K /tmp/codecov.UwwvYP.gz [2021-03-22T22:43:47.028Z] ==> Uploading reports [2021-03-22T22:43:47.028Z] url: https://codecov.io [2021-03-22T22:43:47.028Z] query: branch=PR-3285&commit=5e62af26a0a6ac0dd783723671b6ce388f74a372&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= [2021-03-22T22:43:47.028Z] -> Pinging Codecov [2021-03-22T22:43:47.028Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3285&commit=5e62af26a0a6ac0dd783723671b6ce388f74a372&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= [2021-03-22T22:43:47.302Z] -> Uploading to [2021-03-22T22:43:47.302Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/5e62af26a0a6ac0dd783723671b6ce388f74a372/5525764d-dae9-4f0f-99bc-30ef0ce00d71.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T224347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a7ed014aefc903181ad76c163796417a0074ff54d61a6f956cf4be80090d0d21 [2021-03-22T22:43:47.302Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:43:47.302Z] Dload Upload Total Spent Left Speed [2021-03-22T22:43:47.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95937 0 0 100 95937 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-03-22T22:43:47.934Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5e62af26a0a6ac0dd783723671b6ce388f74a372 [Pipeline] } [2021-03-22T22:43:47.951Z] 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-22T22:43:49.723Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:43:51.557Z] ---> package-listing.sh [2021-03-22T22:43:51.557Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T22:43:51.557Z] ++ facter osfamily [2021-03-22T22:43:52.377Z] + OS_FAMILY=redhat [2021-03-22T22:43:52.377Z] + workspace=/w/workspace/edgex-go/3 [2021-03-22T22:43:52.377Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T22:43:52.377Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T22:43:52.377Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T22:43:52.377Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T22:43:52.377Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-22T22:43:52.377Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T22:43:52.377Z] + case "${OS_FAMILY}" in [2021-03-22T22:43:52.377Z] + sort [2021-03-22T22:43:52.377Z] + rpm -qa [2021-03-22T22:44:01.469Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T22:44:01.469Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T22:44:01.469Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T22:44:01.469Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-22T22:44:01.469Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-22T22:44:01.469Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-22T22:44:01.484Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T22:44:01.786Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:44:02.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:44:02.447Z] [2021-03-22T22:44:02.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:44:02.887Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:44:03.158Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T22:44:03.158Z] df20fa9351a1: Pulling fs layer [2021-03-22T22:44:03.158Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T22:44:03.158Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T22:44:03.158Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T22:44:03.158Z] 93b61091891f: Pulling fs layer [2021-03-22T22:44:03.158Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T22:44:03.158Z] 5e14af77c1be: Pulling fs layer [2021-03-22T22:44:03.158Z] 01666e4c0597: Pulling fs layer [2021-03-22T22:44:03.158Z] aa168da1d23b: Pulling fs layer [2021-03-22T22:44:03.158Z] 46f8f816bc3b: Waiting [2021-03-22T22:44:03.158Z] 93b61091891f: Waiting [2021-03-22T22:44:03.158Z] 93b9cdb0e59b: Waiting [2021-03-22T22:44:03.158Z] 5e14af77c1be: Waiting [2021-03-22T22:44:03.158Z] 01666e4c0597: Waiting [2021-03-22T22:44:03.158Z] aa168da1d23b: Waiting [2021-03-22T22:44:03.158Z] 36b3adc4ff6f: Download complete [2021-03-22T22:44:03.158Z] 46f8f816bc3b: Verifying Checksum [2021-03-22T22:44:03.158Z] 46f8f816bc3b: Download complete [2021-03-22T22:44:03.158Z] df20fa9351a1: Verifying Checksum [2021-03-22T22:44:03.158Z] df20fa9351a1: Download complete [2021-03-22T22:44:03.158Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T22:44:03.158Z] 93b9cdb0e59b: Download complete [2021-03-22T22:44:03.158Z] 5e14af77c1be: Verifying Checksum [2021-03-22T22:44:03.158Z] 5e14af77c1be: Download complete [2021-03-22T22:44:03.158Z] 93b61091891f: Verifying Checksum [2021-03-22T22:44:03.158Z] 93b61091891f: Download complete [2021-03-22T22:44:03.421Z] 01666e4c0597: Verifying Checksum [2021-03-22T22:44:03.421Z] 01666e4c0597: Download complete [2021-03-22T22:44:03.690Z] df20fa9351a1: Pull complete [2021-03-22T22:44:03.690Z] 36b3adc4ff6f: Pull complete [2021-03-22T22:44:04.031Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T22:44:04.031Z] 8ad3a11d3b57: Download complete [2021-03-22T22:44:05.612Z] 8ad3a11d3b57: Pull complete [2021-03-22T22:44:06.252Z] 46f8f816bc3b: Pull complete [2021-03-22T22:44:07.732Z] aa168da1d23b: Verifying Checksum [2021-03-22T22:44:07.732Z] aa168da1d23b: Download complete [2021-03-22T22:44:08.694Z] 93b61091891f: Pull complete [2021-03-22T22:44:10.218Z] 93b9cdb0e59b: Pull complete [2021-03-22T22:44:10.218Z] 5e14af77c1be: Pull complete [2021-03-22T22:44:10.493Z] 01666e4c0597: Pull complete [2021-03-22T22:44:29.130Z] aa168da1d23b: Pull complete [2021-03-22T22:44:29.130Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T22:44:29.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:44:29.130Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T22:44:29.633Z] prd-centos7-docker-4c-2g-30944 does not seem to be running inside a container [2021-03-22T22:44:29.816Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-22T22:44:34.496Z] $ docker top 484f2e81a7ea4d1a9bc40d4e0e4d7a09ed0d54f84ce2841b579c3c1ee71ae24a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:44:35.229Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T22:44:36.407Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T22:44:37.108Z] + ls /var/log/sa-host [2021-03-22T22:44:37.108Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T22:44:37.108Z] file_magic: OK [2021-03-22T22:44:37.108Z] HZ: Using current value: 100 [2021-03-22T22:44:37.108Z] file_header: OK [2021-03-22T22:44:37.108Z] 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-22T22:44:37.108Z] Statistics: [2021-03-22T22:44:37.108Z] 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... [2021-03-22T22:44:37.108Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T22:44:37.108Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T22:44:37.108Z] file_magic: OK [2021-03-22T22:44:37.108Z] HZ: Using current value: 100 [2021-03-22T22:44:37.108Z] file_header: OK [2021-03-22T22:44:37.108Z] 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-22T22:44:37.108Z] Statistics: [2021-03-22T22:44:37.108Z] Hnuu...uuuununununu... [2021-03-22T22:44:37.108Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T22:44:37.454Z] provisioning config files... [2021-03-22T22:44:37.469Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8662138591047371318tmp [Pipeline] { [Pipeline] echo [2021-03-22T22:44:37.588Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:37.909Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T22:44:37.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T22:44:38.041Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:38.725Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T22:44:38.738Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:39.055Z] ---> sudo-logs.sh [2021-03-22T22:44:39.055Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T22:44:39.123Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:39.759Z] ---> job-cost.sh [2021-03-22T22:44:39.759Z] lf-activate-venv: SKIPPING [2021-03-22T22:44:39.759Z] DEBUG: total: 0.20999999344348907 [2021-03-22T22:44:39.759Z] INFO: Retrieving Stack Cost... [2021-03-22T22:44:43.079Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T22:44:43.669Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T22:44:43.686Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:44:44.020Z] ---> logs-deploy.sh [2021-03-22T22:44:44.020Z] lf-activate-venv: SKIPPING [2021-03-22T22:44:44.020Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3285/3 [2021-03-22T22:44:44.020Z] INFO: archiving workspace using pattern(s): [2021-03-22T22:44:45.955Z] Archives upload complete. [2021-03-22T22:44:45.955Z] INFO: archiving logs to Nexus