Pull request #3394 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a551000195b77976913d1dae783537920f474da3+db7925e05468a348a54e2ee7c85b6c50909b0e0e (d47b77b01c3831ead28cc71467c3d7a6e353a0d1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1567 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [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/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit a551000195b77976913d1dae783537920f474da3 Merge succeeded, producing a551000195b77976913d1dae783537920f474da3 Checking out Revision a551000195b77976913d1dae783537920f474da3 (PR-3394) > git config core.sparsecheckout # timeout=10 > git checkout -f a551000195b77976913d1dae783537920f474da3 # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 Commit message: "build(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-23T17:55:03.134Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-23T17:55:03.272Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-23T17:55:03.300Z] ========================================================= [2021-04-23T17:55:03.300Z] EdgeX Global Pipelines Version Info [2021-04-23T17:55:03.300Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 526dd3c9f3f8fbcaf57f3b038e937c4772e8077d # timeout=10 [2021-04-23T17:55:04.783Z] ------------------- [2021-04-23T17:55:04.784Z] stable info: [2021-04-23T17:55:04.784Z] ------------------- [2021-04-23T17:55:04.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-23T17:55:04.784Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-23T17:55:04.784Z] Message: update stable to v1.0.186 [2021-04-23T17:55:05.728Z] ------------------- [2021-04-23T17:55:05.728Z] experimental info: [2021-04-23T17:55:05.728Z] ------------------- [2021-04-23T17:55:05.729Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-23T17:55:05.729Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-23T17:55:05.729Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-23T17:55:05.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-23T17:55:05.886Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-23T17:55:05.907Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-23T17:55:05.929Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-23T17:55:05.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-23T17:55:05.974Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-23T17:55:05.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-23T17:55:06.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-23T17:55:06.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-23T17:55:06.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-23T17:55:06.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-23T17:55:06.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-23T17:55:06.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-23T17:55:06.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-23T17:55:06.194Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-23T17:55:06.217Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-23T17:55:06.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-23T17:55:06.265Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-23T17:55:06.293Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-23T17:55:06.346Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-23T17:55:06.369Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-23T17:55:06.400Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-23T17:55:06.422Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3394 [Pipeline] echo [2021-04-23T17:55:06.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3394 [Pipeline] echo [2021-04-23T17:55:06.464Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3394 [Pipeline] echo [2021-04-23T17:55:06.484Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a551000195b77976913d1dae783537920f474da3 [Pipeline] echo [2021-04-23T17:55:06.506Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a551000 [Pipeline] echo [2021-04-23T17:55:06.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-23T17:55:06.601Z] provisioning config files... [2021-04-23T17:55:06.639Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6133359579601187657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T17:55:06.964Z] ---> docker-login.sh [2021-04-23T17:55:06.964Z] nexus3.edgexfoundry.org:10001 [2021-04-23T17:55:07.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:55:07.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:55:07.496Z] Configure a credential helper to remove this warning. See [2021-04-23T17:55:07.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:55:07.496Z] [2021-04-23T17:55:07.496Z] Login Succeeded [2021-04-23T17:55:07.496Z] nexus3.edgexfoundry.org:10002 [2021-04-23T17:55:07.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:55:07.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:55:07.763Z] Configure a credential helper to remove this warning. See [2021-04-23T17:55:07.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:55:07.763Z] [2021-04-23T17:55:07.763Z] Login Succeeded [2021-04-23T17:55:07.763Z] nexus3.edgexfoundry.org:10003 [2021-04-23T17:55:07.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:55:08.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:55:08.024Z] Configure a credential helper to remove this warning. See [2021-04-23T17:55:08.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:55:08.025Z] [2021-04-23T17:55:08.025Z] Login Succeeded [2021-04-23T17:55:08.025Z] nexus3.edgexfoundry.org:10004 [2021-04-23T17:55:08.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:55:08.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:55:08.025Z] Configure a credential helper to remove this warning. See [2021-04-23T17:55:08.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:55:08.025Z] [2021-04-23T17:55:08.025Z] Login Succeeded [2021-04-23T17:55:08.025Z] docker.io [2021-04-23T17:55:08.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:55:08.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:55:08.549Z] Configure a credential helper to remove this warning. See [2021-04-23T17:55:08.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:55:08.549Z] [2021-04-23T17:55:08.549Z] Login Succeeded [2021-04-23T17:55:08.549Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T17:55:08.558Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T17:55:08.891Z] ++ 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-04-23T17:55:08.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.891Z] ++ dirname cmd/core-command/Dockerfile [2021-04-23T17:55:08.891Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.891Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/core-data/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-23T17:55:08.892Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T17:55:08.892Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-23T17:55:08.892Z] ++ cut -d/ -f2 [2021-04-23T17:55:08.892Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-23T17:55:08.985Z] 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-04-23T17:55:10.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T17:55:10.279Z] [2021-04-23T17:55:10.279Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:55:10.591Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T17:55:10.592Z] latest: Pulling from edgex-devops/git-semver [2021-04-23T17:55:10.592Z] 31603596830f: Pulling fs layer [2021-04-23T17:55:10.592Z] 2a8b12db71e7: Pulling fs layer [2021-04-23T17:55:10.592Z] 6ca5941a6612: Pulling fs layer [2021-04-23T17:55:10.592Z] ecc8261a40a4: Pulling fs layer [2021-04-23T17:55:10.592Z] ecc8261a40a4: Waiting [2021-04-23T17:55:10.592Z] 2a8b12db71e7: Verifying Checksum [2021-04-23T17:55:10.592Z] 2a8b12db71e7: Download complete [2021-04-23T17:55:10.592Z] 31603596830f: Verifying Checksum [2021-04-23T17:55:10.592Z] 31603596830f: Download complete [2021-04-23T17:55:10.854Z] ecc8261a40a4: Download complete [2021-04-23T17:55:10.854Z] 6ca5941a6612: Verifying Checksum [2021-04-23T17:55:10.854Z] 6ca5941a6612: Download complete [2021-04-23T17:55:11.119Z] 31603596830f: Pull complete [2021-04-23T17:55:11.119Z] 2a8b12db71e7: Pull complete [2021-04-23T17:55:12.074Z] 6ca5941a6612: Pull complete [2021-04-23T17:55:12.074Z] ecc8261a40a4: Pull complete [2021-04-23T17:55:12.336Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-23T17:55:12.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T17:55:12.336Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-23T17:55:12.443Z] prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container [2021-04-23T17:55:12.497Z] $ 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-04-23T17:55:15.162Z] $ docker top 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-23T17:55:15.334Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T17:55:15.334Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T17:55:15.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T17:55:15.569Z] $ docker exec 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent [2021-04-23T17:55:15.737Z] SSH_AUTH_SOCK=/tmp/ssh-R3CvXozd8iQK/agent.11 [2021-04-23T17:55:15.737Z] SSH_AGENT_PID=16 [2021-04-23T17:55:15.746Z] Running ssh-add (command line suppressed) [2021-04-23T17:55:15.865Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4874663206115906413.key (/w/workspace/edgex-go/3@tmp/private_key_4874663206115906413.key) [2021-04-23T17:55:15.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T17:55:16.219Z] + git tag --points-at HEAD [Pipeline] } [2021-04-23T17:55:16.239Z] $ docker exec --env ******** --env ******** 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent -k [2021-04-23T17:55:16.346Z] unset SSH_AUTH_SOCK; [2021-04-23T17:55:16.346Z] unset SSH_AGENT_PID; [2021-04-23T17:55:16.346Z] echo Agent pid 16 killed; [2021-04-23T17:55:16.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-23T17:55:16.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T17:55:16.426Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T17:55:16.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T17:55:16.590Z] $ docker exec 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent [2021-04-23T17:55:16.762Z] SSH_AUTH_SOCK=/tmp/ssh-mcP7sQpfkmYV/agent.46 [2021-04-23T17:55:16.762Z] SSH_AGENT_PID=51 [2021-04-23T17:55:16.769Z] Running ssh-add (command line suppressed) [2021-04-23T17:55:16.893Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2528237187449993051.key (/w/workspace/edgex-go/3@tmp/private_key_2528237187449993051.key) [2021-04-23T17:55:16.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T17:55:17.250Z] + git semver init [2021-04-23T17:55:17.250Z] # -> Open(): unable to determine branch for HEAD [2021-04-23T17:55:17.250Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-23T17:55:17.250Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-23T17:55:17.250Z] # $SEMVER_REMOTE_NAME = origin [2021-04-23T17:55:17.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-23T17:55:17.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-23T17:55:17.250Z] # $SEMVER_BRANCH = PR-3394 [2021-04-23T17:55:17.250Z] # $SEMVER_TEMP = /tmp/semver-589145294 [2021-04-23T17:55:17.250Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-23T17:55:35.416Z] # '/tmp/semver-589145294' -> '/w/workspace/edgex-go/3/.semver' [2021-04-23T17:55:35.416Z] # -> Force: false [2021-04-23T17:55:35.416Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-23T17:55:35.433Z] $ docker exec --env ******** --env ******** 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent -k [2021-04-23T17:55:35.717Z] unset SSH_AUTH_SOCK; [2021-04-23T17:55:35.717Z] unset SSH_AGENT_PID; [2021-04-23T17:55:35.717Z] echo Agent pid 51 killed; [2021-04-23T17:55:35.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T17:55:36.158Z] + git semver [Pipeline] } [2021-04-23T17:55:36.176Z] $ docker stop --time=1 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc [2021-04-23T17:55:37.731Z] $ docker rm -f 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T17:55:38.180Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-23T17:55:38.624Z] Stashed 1 file(s) [Pipeline] echo [2021-04-23T17:55:38.627Z] [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-04-23T17:55:39.148Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-23T17:55:39.500Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-23T17:55:39.834Z] + sudo service docker restart [2021-04-23T17:55:39.834Z] + true [2021-04-23T17:55:39.834Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-23T17:55:40.427Z] ========================================================= [2021-04-23T17:55:40.427Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-23T17:55:40.427Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:55:40.737Z] + 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-04-23T17:55:44.070Z] Sending build context to Docker daemon 329.6MB [2021-04-23T17:55:44.070Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-23T17:55:44.070Z] Step 2/6 : FROM ${BASE} [2021-04-23T17:55:44.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-23T17:55:44.070Z] 188c0c94c7c5: Pulling fs layer [2021-04-23T17:55:44.070Z] 0ef7d3d256c8: Pulling fs layer [2021-04-23T17:55:44.071Z] de9db76c5a1d: Pulling fs layer [2021-04-23T17:55:44.071Z] bca2f99d35d6: Pulling fs layer [2021-04-23T17:55:44.071Z] 93359f2a8cfa: Pulling fs layer [2021-04-23T17:55:44.071Z] 7c6f9722023f: Pulling fs layer [2021-04-23T17:55:44.071Z] a35cf1a2eb13: Pulling fs layer [2021-04-23T17:55:44.071Z] a35cf1a2eb13: Waiting [2021-04-23T17:55:44.071Z] 93359f2a8cfa: Waiting [2021-04-23T17:55:44.071Z] 7c6f9722023f: Waiting [2021-04-23T17:55:44.071Z] bca2f99d35d6: Waiting [2021-04-23T17:55:44.071Z] de9db76c5a1d: Verifying Checksum [2021-04-23T17:55:44.071Z] de9db76c5a1d: Download complete [2021-04-23T17:55:44.071Z] 0ef7d3d256c8: Verifying Checksum [2021-04-23T17:55:44.071Z] 0ef7d3d256c8: Download complete [2021-04-23T17:55:44.071Z] 93359f2a8cfa: Verifying Checksum [2021-04-23T17:55:44.071Z] 93359f2a8cfa: Download complete [2021-04-23T17:55:44.071Z] 188c0c94c7c5: Verifying Checksum [2021-04-23T17:55:44.071Z] 188c0c94c7c5: Download complete [2021-04-23T17:55:44.333Z] 7c6f9722023f: Verifying Checksum [2021-04-23T17:55:44.333Z] 7c6f9722023f: Download complete [2021-04-23T17:55:44.595Z] 188c0c94c7c5: Pull complete [2021-04-23T17:55:44.857Z] 0ef7d3d256c8: Pull complete [2021-04-23T17:55:44.857Z] de9db76c5a1d: Pull complete [2021-04-23T17:55:46.795Z] a35cf1a2eb13: Verifying Checksum [2021-04-23T17:55:46.795Z] a35cf1a2eb13: Download complete [2021-04-23T17:55:47.058Z] bca2f99d35d6: Verifying Checksum [2021-04-23T17:55:47.058Z] bca2f99d35d6: Download complete [2021-04-23T17:55:53.684Z] bca2f99d35d6: Pull complete [2021-04-23T17:55:53.684Z] 93359f2a8cfa: Pull complete [2021-04-23T17:55:53.684Z] 7c6f9722023f: Pull complete [2021-04-23T17:55:53.779Z] Still waiting to schedule task [2021-04-23T17:55:53.780Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-23T17:55:57.903Z] a35cf1a2eb13: Pull complete [2021-04-23T17:55:57.904Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-23T17:55:57.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-23T17:55:57.904Z] ---> a62c8e92a672 [2021-04-23T17:55:57.904Z] 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-04-23T17:55:58.169Z] ---> Running in 4f619e7a8cf6 [2021-04-23T17:55:58.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T17:55:59.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T17:55:59.953Z] (1/12) Installing libmagic (5.38-r0) [2021-04-23T17:56:00.528Z] (2/12) Installing file (5.38-r0) [2021-04-23T17:56:00.528Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-23T17:56:00.790Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-23T17:56:05.007Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-23T17:56:05.007Z] (6/12) Installing patch (2.7.6-r6) [2021-04-23T17:56:05.007Z] (7/12) Installing build-base (0.5-r2) [2021-04-23T17:56:05.007Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-23T17:56:05.007Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-23T17:56:05.007Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-23T17:56:05.279Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-23T17:56:05.279Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-23T17:56:05.279Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T17:56:05.279Z] OK: 233 MiB in 51 packages [2021-04-23T17:56:09.499Z] Removing intermediate container 4f619e7a8cf6 [2021-04-23T17:56:09.499Z] ---> cd68dda1bedf [2021-04-23T17:56:09.499Z] Step 4/6 : WORKDIR /edgex-go [2021-04-23T17:56:09.499Z] ---> Running in 8ea94a55ce7d [2021-04-23T17:56:09.499Z] Removing intermediate container 8ea94a55ce7d [2021-04-23T17:56:09.499Z] ---> f93946152bbb [2021-04-23T17:56:09.499Z] Step 5/6 : COPY go.mod . [2021-04-23T17:56:09.764Z] ---> 5bf07eeadb40 [2021-04-23T17:56:09.764Z] Step 6/6 : RUN go mod download [2021-04-23T17:56:09.764Z] ---> Running in 8a397cae188e [2021-04-23T17:56:31.786Z] Removing intermediate container 8a397cae188e [2021-04-23T17:56:31.786Z] ---> 7e2160eb7dda [2021-04-23T17:56:31.786Z] Successfully built 7e2160eb7dda [2021-04-23T17:56:31.786Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:56:32.105Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-23T17:56:32.105Z] . [Pipeline] withDockerContainer [2021-04-23T17:56:32.203Z] prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container [2021-04-23T17:56:32.254Z] $ 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-04-23T17:56:32.978Z] $ docker top 847e2d5a8b7d350e26a0460bad8138c6fcdf830d436070c3a7a109ed7ba1f631 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T17:56:33.436Z] + go version [2021-04-23T17:56:33.436Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-23T17:56:33.454Z] $ docker stop --time=1 847e2d5a8b7d350e26a0460bad8138c6fcdf830d436070c3a7a109ed7ba1f631 [2021-04-23T17:56:34.828Z] $ docker rm -f 847e2d5a8b7d350e26a0460bad8138c6fcdf830d436070c3a7a109ed7ba1f631 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:56:35.369Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-23T17:56:35.370Z] . [Pipeline] withDockerContainer [2021-04-23T17:56:35.466Z] prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container [2021-04-23T17:56:35.516Z] $ 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-04-23T17:56:36.178Z] $ docker top cf33fec50a026343d36d9a9196e92d0d20aee9135e6682a07358211e1a1507a8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-23T17:56:36.286Z] ========================================================= [2021-04-23T17:56:36.286Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-23T17:56:36.286Z] ========================================================= [Pipeline] sh [2021-04-23T17:56:36.584Z] + make test [2021-04-23T17:56:36.584Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-23T17:56:46.637Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-23T17:57:01.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-23T17:57:05.972Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-23T17:57:07.389Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-23T17:57:07.389Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-23T17:57:09.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-23T17:57:09.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-23T17:57:09.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-23T17:57:09.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-23T17:57:10.318Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-23T17:57:10.588Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-23T17:57:13.196Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-23T17:57:13.196Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-23T17:57:13.196Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-23T17:57:15.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.9% of statements [2021-04-23T17:57:15.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-23T17:57:15.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-23T17:57:15.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-23T17:57:15.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-23T17:57:15.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-23T17:57:15.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-23T17:57:15.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.071s coverage: 19.8% of statements [2021-04-23T17:57:15.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-04-23T17:57:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-23T17:57:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-23T17:57:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-23T17:57:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-23T17:57:18.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 71.3% of statements [2021-04-23T17:57:18.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-23T17:57:18.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-23T17:57:19.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements [2021-04-23T17:57:19.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-23T17:57:19.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T17:57:19.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.081s coverage: 78.9% of statements [2021-04-23T17:57:19.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-23T17:57:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-23T17:57:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-23T17:57:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-23T17:57:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-23T17:57:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-23T17:57:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-23T17:57:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-23T17:57:24.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.332s coverage: 93.0% of statements [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-23T17:57:24.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-23T17:57:24.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.9% of statements [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-23T17:57:24.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-23T17:57:24.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements [2021-04-23T17:57:24.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2021-04-23T17:57:24.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-04-23T17:57:25.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-04-23T17:57:25.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-04-23T17:57:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-04-23T17:57:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-04-23T17:57:40.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.201s coverage: 81.9% of statements [2021-04-23T17:57:40.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-23T17:57:50.355Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1568 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [Pipeline] { [Pipeline] ws [2021-04-23T17:57:50.372Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.078s coverage: 92.9% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.4% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 88.6% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 28.7% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.062s coverage: 64.6% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.131s coverage: 95.6% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-23T17:57:50.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-23T17:57:50.396Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] checkout [2021-04-23T17:57:50.661Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-04-23T17:57:50.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-23T17:57:51.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-23T17:57:51.482Z] GO111MODULE=on go vet ./... [2021-04-23T17:57:55.903Z] using credential edgex-jenkins-ssh [2021-04-23T17:57:55.925Z] Cloning the remote Git repository [2021-04-23T17:57:56.044Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-23T17:57:56.301Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-23T17:57:56.391Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T17:57:56.392Z] > git --version # timeout=10 [2021-04-23T17:57:56.412Z] > git --version # 'git version 2.17.1' [2021-04-23T17:57:56.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T17:57:56.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T17:58:12.533Z] Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit a551000195b77976913d1dae783537920f474da3 [2021-04-23T17:58:11.697Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T17:58:11.725Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T17:58:11.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T17:58:11.792Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T17:58:11.792Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T17:58:11.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T17:58:12.551Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T17:58:12.571Z] > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 [2021-04-23T17:58:12.970Z] Merge succeeded, producing a551000195b77976913d1dae783537920f474da3 [2021-04-23T17:58:12.971Z] Checking out Revision a551000195b77976913d1dae783537920f474da3 (PR-3394) [2021-04-23T17:58:12.890Z] > git remote # timeout=10 [2021-04-23T17:58:12.908Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T17:58:12.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T17:58:12.929Z] > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [2021-04-23T17:58:12.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T17:58:12.978Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T17:58:12.997Z] > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 [2021-04-23T17:58:17.391Z] Commit message: "build(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-23T17:58:18.398Z] gofmt -l . [2021-04-23T17:58:18.971Z] [ "`gofmt -l .`" = "" ] [2021-04-23T17:58:19.022Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-23T17:58:19.433Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-23T17:58:19.546Z] ./bin/test-go-mod-tidy.sh [2021-04-23T17:58:19.769Z] + true [2021-04-23T17:58:19.769Z] + sudo service docker restart [2021-04-23T17:58:19.808Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-23T17:58:21.058Z] + ls -al . [2021-04-23T17:58:21.058Z] total 812 [2021-04-23T17:58:21.058Z] drwxrwxr-x 10 1001 1001 4096 Apr 23 17:58 . [2021-04-23T17:58:21.058Z] drwxr-xr-x 4 root root 28 Apr 23 17:56 .. [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 11 Apr 23 17:54 .dockerignore [2021-04-23T17:58:21.058Z] drwxrwxr-x 8 1001 1001 179 Apr 23 17:55 .git [2021-04-23T17:58:21.058Z] drwxrwxr-x 3 1001 1001 125 Apr 23 17:54 .github [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 818 Apr 23 17:54 .gitignore [2021-04-23T17:58:21.058Z] drwx------ 3 1001 1001 60 Apr 23 17:55 .semver [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 166 Apr 23 17:54 .sonarcloud.properties [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 8609 Apr 23 17:54 Attribution.txt [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 3804 Apr 23 17:54 CONTRIBUTING.md [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 931 Apr 23 17:54 Dockerfile.build [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 863 Apr 23 17:54 Jenkinsfile [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 10775 Apr 23 17:54 LICENSE [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 5774 Apr 23 17:54 Makefile [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 7978 Apr 23 17:54 README.md [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 6755 Apr 23 17:54 SECURITY.md [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 5 Apr 23 17:55 VERSION [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 4131 Apr 23 17:54 ZMQWindows.md [2021-04-23T17:58:21.058Z] drwxrwxr-x 2 1001 1001 117 Apr 23 17:54 bin [2021-04-23T17:58:21.058Z] drwxrwxr-x 14 1001 1001 4096 Apr 23 17:54 cmd [2021-04-23T17:58:21.058Z] -rw-r--r-- 1 root root 703598 Apr 23 17:57 coverage.out [2021-04-23T17:58:21.058Z] -rw-r--r-- 1 root root 1060 Apr 23 17:58 go.mod [2021-04-23T17:58:21.058Z] -rw-r--r-- 1 root root 22302 Apr 23 17:58 go.sum [2021-04-23T17:58:21.058Z] drwxrwxr-x 8 1001 1001 127 Apr 23 17:54 internal [2021-04-23T17:58:21.058Z] drwxrwxr-x 4 1001 1001 26 Apr 23 17:54 openapi [2021-04-23T17:58:21.058Z] drwxrwxr-x 4 1001 1001 71 Apr 23 17:54 snap [2021-04-23T17:58:21.058Z] -rw-rw-r-- 1 1001 1001 168 Apr 23 17:54 version.go [Pipeline] sh [2021-04-23T17:58:21.363Z] + '[' -e coverage.out ] [2021-04-23T17:58:21.363Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-23T17:58:21.567Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-23T17:58:21.797Z] provisioning config files... [2021-04-23T17:58:21.840Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6822588271869953209tmp [2021-04-23T17:58:21.864Z] + make build [2021-04-23T17:58:21.864Z] 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 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T17:58:22.215Z] ---> docker-login.sh [2021-04-23T17:58:22.215Z] nexus3.edgexfoundry.org:10001 [2021-04-23T17:58:23.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:58:23.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:58:23.469Z] Configure a credential helper to remove this warning. See [2021-04-23T17:58:23.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:58:23.469Z] [2021-04-23T17:58:23.469Z] Login Succeeded [2021-04-23T17:58:23.753Z] nexus3.edgexfoundry.org:10002 [2021-04-23T17:58:24.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:58:24.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:58:24.029Z] Configure a credential helper to remove this warning. See [2021-04-23T17:58:24.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:58:24.029Z] [2021-04-23T17:58:24.029Z] Login Succeeded [2021-04-23T17:58:24.029Z] nexus3.edgexfoundry.org:10003 [2021-04-23T17:58:24.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:58:24.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:58:24.626Z] Configure a credential helper to remove this warning. See [2021-04-23T17:58:24.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:58:24.626Z] [2021-04-23T17:58:24.626Z] Login Succeeded [2021-04-23T17:58:24.626Z] nexus3.edgexfoundry.org:10004 [2021-04-23T17:58:25.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:58:25.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:58:25.225Z] Configure a credential helper to remove this warning. See [2021-04-23T17:58:25.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:58:25.225Z] [2021-04-23T17:58:25.225Z] Login Succeeded [2021-04-23T17:58:25.225Z] docker.io [2021-04-23T17:58:25.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T17:58:26.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T17:58:26.096Z] Configure a credential helper to remove this warning. See [2021-04-23T17:58:26.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T17:58:26.096Z] [2021-04-23T17:58:26.096Z] Login Succeeded [2021-04-23T17:58:26.096Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T17:58:26.113Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-23T17:58:26.396Z] ========================================================= [2021-04-23T17:58:26.396Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-23T17:58:26.396Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:58:26.736Z] + 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-04-23T17:58:27.175Z] 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-04-23T17:58:29.393Z] Sending build context to Docker daemon 167.4MB [2021-04-23T17:58:29.393Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-23T17:58:29.393Z] Step 2/6 : FROM ${BASE} [2021-04-23T17:58:29.393Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-23T17:58:29.393Z] 5f621e34cdf4: Pulling fs layer [2021-04-23T17:58:29.393Z] a4357932f1b6: Pulling fs layer [2021-04-23T17:58:29.393Z] 18c013af1878: Pulling fs layer [2021-04-23T17:58:29.393Z] 00ac8860ef70: Pulling fs layer [2021-04-23T17:58:29.393Z] 63d7cb157983: Pulling fs layer [2021-04-23T17:58:29.393Z] b116817d02f9: Pulling fs layer [2021-04-23T17:58:29.393Z] 745a02a5169b: Pulling fs layer [2021-04-23T17:58:29.393Z] b116817d02f9: Waiting [2021-04-23T17:58:29.393Z] 00ac8860ef70: Waiting [2021-04-23T17:58:29.393Z] 745a02a5169b: Waiting [2021-04-23T17:58:29.393Z] 63d7cb157983: Waiting [2021-04-23T17:58:29.393Z] 18c013af1878: Verifying Checksum [2021-04-23T17:58:29.393Z] 18c013af1878: Download complete [2021-04-23T17:58:29.393Z] a4357932f1b6: Verifying Checksum [2021-04-23T17:58:29.393Z] a4357932f1b6: Download complete [2021-04-23T17:58:29.393Z] 63d7cb157983: Download complete [2021-04-23T17:58:29.393Z] b116817d02f9: Verifying Checksum [2021-04-23T17:58:29.393Z] b116817d02f9: Download complete [2021-04-23T17:58:29.393Z] 5f621e34cdf4: Download complete [2021-04-23T17:58:30.006Z] 5f621e34cdf4: Pull complete [2021-04-23T17:58:30.284Z] a4357932f1b6: Pull complete [2021-04-23T17:58:30.882Z] 18c013af1878: Pull complete [2021-04-23T17:58:31.158Z] 745a02a5169b: Verifying Checksum [2021-04-23T17:58:31.158Z] 745a02a5169b: Download complete [2021-04-23T17:58:32.589Z] 00ac8860ef70: Verifying Checksum [2021-04-23T17:58:32.589Z] 00ac8860ef70: Download complete [2021-04-23T17:58:35.375Z] 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-04-23T17:58:35.375Z] 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-04-23T17:58:37.321Z] 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-04-23T17:58:37.321Z] 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-04-23T17:58:39.258Z] 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-04-23T17:58:40.651Z] 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-04-23T17:58:41.618Z] 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-04-23T17:58:42.748Z] 00ac8860ef70: Pull complete [2021-04-23T17:58:42.748Z] 63d7cb157983: Pull complete [2021-04-23T17:58:42.748Z] b116817d02f9: Pull complete [2021-04-23T17:58:43.013Z] 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-04-23T17:58:43.968Z] 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-04-23T17:58:44.930Z] 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-04-23T17:58:46.889Z] $ docker stop --time=1 cf33fec50a026343d36d9a9196e92d0d20aee9135e6682a07358211e1a1507a8 [2021-04-23T17:58:47.070Z] 745a02a5169b: Pull complete [2021-04-23T17:58:47.070Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-23T17:58:47.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-23T17:58:47.070Z] ---> b7e6874047d6 [2021-04-23T17:58:47.070Z] 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-04-23T17:58:48.638Z] $ docker rm -f cf33fec50a026343d36d9a9196e92d0d20aee9135e6682a07358211e1a1507a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-23T17:58:50.461Z] ---> Running in 46bc21b71ffe [2021-04-23T17:58:51.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:58:51.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T17:58:51.831Z] [2021-04-23T17:58:51.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:58:52.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T17:58:52.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T17:58:52.146Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-23T17:58:52.146Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-23T17:58:52.146Z] ca9280d653b3: Pulling fs layer [2021-04-23T17:58:52.146Z] 7e9c9ca2126c: Pulling fs layer [2021-04-23T17:58:52.146Z] cbdbe7a5bc2a: Download complete [2021-04-23T17:58:52.625Z] (1/12) Installing libmagic (5.38-r0) [2021-04-23T17:58:52.724Z] ca9280d653b3: Verifying Checksum [2021-04-23T17:58:52.724Z] ca9280d653b3: Download complete [2021-04-23T17:58:52.724Z] cbdbe7a5bc2a: Pull complete [2021-04-23T17:58:53.218Z] (2/12) Installing file (5.38-r0) [2021-04-23T17:58:53.489Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-23T17:58:53.489Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-23T17:58:53.680Z] ca9280d653b3: Pull complete [2021-04-23T17:58:53.680Z] 7e9c9ca2126c: Download complete [2021-04-23T17:58:57.787Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-23T17:58:57.788Z] (6/12) Installing patch (2.7.6-r6) [2021-04-23T17:58:57.788Z] (7/12) Installing build-base (0.5-r2) [2021-04-23T17:58:57.788Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-23T17:58:58.058Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-23T17:58:58.058Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-23T17:58:58.058Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-23T17:58:58.329Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-23T17:58:58.329Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T17:58:58.329Z] OK: 217 MiB in 51 packages [2021-04-23T17:59:00.308Z] 7e9c9ca2126c: Pull complete [2021-04-23T17:59:00.308Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-23T17:59:00.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T17:59:00.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-23T17:59:00.426Z] prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container [2021-04-23T17:59:00.475Z] $ 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-04-23T17:59:01.335Z] $ docker top b7f8b4d8f7669154109377b5e875f86efb116bf826e75cb7d28b4a27479c7fad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T17:59:01.754Z] + docker-compose build --help [2021-04-23T17:59:01.755Z] + grep parallel [2021-04-23T17:59:02.644Z] Removing intermediate container 46bc21b71ffe [2021-04-23T17:59:02.644Z] ---> a09d1bce8322 [2021-04-23T17:59:02.644Z] Step 4/6 : WORKDIR /edgex-go [2021-04-23T17:59:02.644Z] ---> Running in 8e21488df741 [2021-04-23T17:59:02.703Z] --parallel Build images in parallel. [Pipeline] } [2021-04-23T17:59:02.717Z] $ docker stop --time=1 b7f8b4d8f7669154109377b5e875f86efb116bf826e75cb7d28b4a27479c7fad [2021-04-23T17:59:03.238Z] Removing intermediate container 8e21488df741 [2021-04-23T17:59:03.238Z] ---> f1b628c89fe6 [2021-04-23T17:59:03.238Z] Step 5/6 : COPY go.mod . [2021-04-23T17:59:03.840Z] ---> 1fe2198ff9dc [2021-04-23T17:59:03.840Z] Step 6/6 : RUN go mod download [2021-04-23T17:59:04.074Z] $ docker rm -f b7f8b4d8f7669154109377b5e875f86efb116bf826e75cb7d28b4a27479c7fad [2021-04-23T17:59:04.124Z] ---> Running in 8d09802080df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:59:04.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T17:59:04.570Z] . [Pipeline] withDockerContainer [2021-04-23T17:59:04.665Z] prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container [2021-04-23T17:59:04.716Z] $ 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-04-23T17:59:05.318Z] $ docker top 02ac3d8f494be2d102d621ce2130838b5d084dcaec55d36f1424b8c03daf64d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T17:59:05.713Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-23T17:59:06.658Z] Building docker-core-command-go ... [2021-04-23T17:59:06.658Z] Building docker-core-data-go ... [2021-04-23T17:59:06.658Z] Building docker-core-metadata-go ... [2021-04-23T17:59:06.658Z] Building docker-security-bootstrapper-go ... [2021-04-23T17:59:06.658Z] Building docker-security-proxy-setup-go ... [2021-04-23T17:59:06.658Z] Building docker-security-secretstore-setup-go ... [2021-04-23T17:59:06.658Z] Building docker-support-notifications-go ... [2021-04-23T17:59:06.658Z] Building docker-support-scheduler-go ... [2021-04-23T17:59:06.658Z] Building docker-sys-mgmt-agent-go ... [2021-04-23T17:59:06.658Z] Building docker-sys-mgmt-agent-go [2021-04-23T17:59:06.658Z] Building docker-security-proxy-setup-go [2021-04-23T17:59:06.658Z] Building docker-support-scheduler-go [2021-04-23T17:59:06.658Z] Building docker-core-metadata-go [2021-04-23T17:59:06.658Z] Building docker-security-bootstrapper-go [2021-04-23T17:59:30.914Z] Removing intermediate container 8d09802080df [2021-04-23T17:59:30.914Z] ---> 8f043eeeb2bc [2021-04-23T17:59:30.914Z] Successfully built 8f043eeeb2bc [2021-04-23T17:59:30.914Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:59:31.255Z] + docker inspect -f . ci-base-image-arm64 [2021-04-23T17:59:31.255Z] . [Pipeline] withDockerContainer [2021-04-23T17:59:31.520Z] prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container [2021-04-23T17:59:31.603Z] $ 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-04-23T17:59:33.111Z] $ docker top 8da4a04cebf27932da030e9637603634e909814df55ee7010845deed7427b74b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T17:59:34.064Z] + go version [2021-04-23T17:59:34.064Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-23T17:59:34.091Z] $ docker stop --time=1 8da4a04cebf27932da030e9637603634e909814df55ee7010845deed7427b74b [2021-04-23T17:59:36.014Z] $ docker rm -f 8da4a04cebf27932da030e9637603634e909814df55ee7010845deed7427b74b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T17:59:36.733Z] + docker inspect -f . ci-base-image-arm64 [2021-04-23T17:59:36.734Z] . [Pipeline] withDockerContainer [2021-04-23T17:59:37.017Z] prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container [2021-04-23T17:59:37.106Z] $ 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-04-23T17:59:38.472Z] $ docker top 903c8d6eea3e9dcc68083d4b3af8263dfa74c795758141579753b32a159e8b01 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-23T17:59:38.744Z] ========================================================= [2021-04-23T17:59:38.744Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-23T17:59:38.744Z] ========================================================= [Pipeline] sh [2021-04-23T17:59:38.945Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T17:59:38.945Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-23T17:59:38.945Z] ---> 7e2160eb7dda [2021-04-23T17:59:38.945Z] Step 3/31 : WORKDIR /edgex-go [2021-04-23T17:59:38.945Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T17:59:38.945Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-23T17:59:38.945Z] ---> 7e2160eb7dda [2021-04-23T17:59:38.945Z] Step 3/21 : WORKDIR /edgex-go [2021-04-23T17:59:38.945Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T17:59:38.945Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T17:59:38.945Z] ---> 7e2160eb7dda [2021-04-23T17:59:38.945Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T17:59:38.945Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T17:59:38.945Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T17:59:38.945Z] ---> 7e2160eb7dda [2021-04-23T17:59:38.945Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T17:59:39.389Z] + make test [2021-04-23T17:59:39.389Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-23T17:59:39.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T17:59:39.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T17:59:39.519Z] ---> 7e2160eb7dda [2021-04-23T17:59:39.519Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T17:59:40.488Z] ---> Running in 0780355cf0b9 [2021-04-23T17:59:40.488Z] ---> Running in 87ee35feabb8 [2021-04-23T17:59:40.488Z] ---> Running in 468ab92769fa [2021-04-23T17:59:40.488Z] ---> Running in 8f3e5214d457 [2021-04-23T17:59:40.488Z] ---> Running in b44c9e5eb9dc [2021-04-23T17:59:41.064Z] Removing intermediate container 8f3e5214d457 [2021-04-23T17:59:41.064Z] ---> b906ca93ec3a [2021-04-23T17:59:41.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T17:59:41.064Z] Removing intermediate container 0780355cf0b9 [2021-04-23T17:59:41.064Z] ---> 0b37d96caec8 [2021-04-23T17:59:41.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T17:59:41.064Z] Removing intermediate container b44c9e5eb9dc [2021-04-23T17:59:41.064Z] ---> 5c01c971ac08 [2021-04-23T17:59:41.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T17:59:41.064Z] Removing intermediate container 468ab92769fa [2021-04-23T17:59:41.064Z] ---> 6981b7f4f488 [2021-04-23T17:59:41.064Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T17:59:41.064Z] Removing intermediate container 87ee35feabb8 [2021-04-23T17:59:41.064Z] ---> 903025fcc026 [2021-04-23T17:59:41.064Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T17:59:41.327Z] ---> Running in 6a4e21515379 [2021-04-23T17:59:41.327Z] ---> Running in c2dc6e01f797 [2021-04-23T17:59:41.327Z] ---> Running in 296c612f37cb [2021-04-23T17:59:41.327Z] ---> Running in 40e176a7bad4 [2021-04-23T17:59:41.327Z] ---> Running in b295c59d9b19 [2021-04-23T17:59:43.449Z] Removing intermediate container c2dc6e01f797 [2021-04-23T17:59:43.449Z] ---> 19c1cb04940c [2021-04-23T17:59:43.449Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-23T17:59:43.449Z] Removing intermediate container 296c612f37cb [2021-04-23T17:59:43.449Z] ---> c677d3e48c1a [2021-04-23T17:59:43.449Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-23T17:59:43.449Z] ---> Running in 98c854cf909a [2021-04-23T17:59:43.726Z] Removing intermediate container 6a4e21515379 [2021-04-23T17:59:43.726Z] ---> 1c03890a99f2 [2021-04-23T17:59:43.726Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T17:59:43.726Z] ---> Running in 01de8bf13f22 [2021-04-23T17:59:43.997Z] ---> Running in d0bb0875b90f [2021-04-23T17:59:43.997Z] Removing intermediate container b295c59d9b19 [2021-04-23T17:59:43.997Z] ---> 32897134ab2d [2021-04-23T17:59:43.997Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-23T17:59:43.997Z] Removing intermediate container 40e176a7bad4 [2021-04-23T17:59:43.997Z] ---> f9cd668e6c93 [2021-04-23T17:59:43.997Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-23T17:59:44.275Z] ---> Running in 6f2ead5ed36d [2021-04-23T17:59:44.275Z] ---> Running in 264a97b5f5b6 [2021-04-23T17:59:44.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:44.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:44.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:44.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.327Z] OK: 233 MiB in 51 packages [2021-04-23T17:59:45.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T17:59:45.871Z] OK: 233 MiB in 51 packages [2021-04-23T17:59:45.871Z] OK: 233 MiB in 51 packages [2021-04-23T17:59:45.871Z] Removing intermediate container 98c854cf909a [2021-04-23T17:59:45.871Z] ---> 34e25d2f627a [2021-04-23T17:59:45.871Z] Step 6/22 : COPY go.mod . [2021-04-23T17:59:45.871Z] OK: 233 MiB in 51 packages [2021-04-23T17:59:46.133Z] OK: 233 MiB in 51 packages [2021-04-23T17:59:46.395Z] ---> db194ab9b7ef [2021-04-23T17:59:46.395Z] Step 7/22 : RUN go mod download [2021-04-23T17:59:46.663Z] ---> Running in c946cde36477 [2021-04-23T17:59:46.663Z] Removing intermediate container 01de8bf13f22 [2021-04-23T17:59:46.663Z] ---> 9cf2d5f6f4a2 [2021-04-23T17:59:46.663Z] Step 6/23 : COPY go.mod . [2021-04-23T17:59:46.663Z] Removing intermediate container d0bb0875b90f [2021-04-23T17:59:46.663Z] ---> b274b77496d2 [2021-04-23T17:59:46.663Z] Step 6/23 : COPY go.mod . [2021-04-23T17:59:47.241Z] Removing intermediate container 6f2ead5ed36d [2021-04-23T17:59:47.241Z] ---> fa1f5ffb1495 [2021-04-23T17:59:47.241Z] Step 6/21 : COPY go.mod . [2021-04-23T17:59:47.241Z] ---> 9829af2be27b [2021-04-23T17:59:47.241Z] Step 7/23 : RUN go mod download [2021-04-23T17:59:47.241Z] Removing intermediate container 264a97b5f5b6 [2021-04-23T17:59:47.241Z] ---> afcbd21627ee [2021-04-23T17:59:47.241Z] Step 6/31 : COPY go.mod . [2021-04-23T17:59:47.241Z] ---> 3a2d44725376 [2021-04-23T17:59:47.241Z] Step 7/23 : RUN go mod download [2021-04-23T17:59:47.241Z] ---> Running in 07aac7f99510 [2021-04-23T17:59:47.509Z] ---> Running in de556bba5236 [2021-04-23T17:59:47.509Z] ---> 9e42e0174202 [2021-04-23T17:59:47.509Z] Step 7/21 : RUN go mod download [2021-04-23T17:59:47.509Z] ---> 3ba34fd8e5b0 [2021-04-23T17:59:47.509Z] Step 7/31 : RUN go mod download [2021-04-23T17:59:47.772Z] ---> Running in 8b565e658c48 [2021-04-23T17:59:47.772Z] ---> Running in 5fc178a7315d [2021-04-23T17:59:48.733Z] Removing intermediate container c946cde36477 [2021-04-23T17:59:48.733Z] ---> 4a066429057b [2021-04-23T17:59:48.733Z] Step 8/22 : COPY . . [2021-04-23T17:59:55.347Z] Removing intermediate container de556bba5236 [2021-04-23T17:59:55.347Z] ---> d0a683a95e08 [2021-04-23T17:59:55.347Z] Step 8/23 : COPY . . [2021-04-23T17:59:55.347Z] Removing intermediate container 07aac7f99510 [2021-04-23T17:59:55.347Z] ---> bd9f7c6fd65b [2021-04-23T17:59:55.347Z] Step 8/23 : COPY . . [2021-04-23T17:59:55.347Z] Removing intermediate container 8b565e658c48 [2021-04-23T17:59:55.347Z] ---> 2498e1125bef [2021-04-23T17:59:55.347Z] Step 8/21 : COPY . . [2021-04-23T17:59:55.347Z] Removing intermediate container 5fc178a7315d [2021-04-23T17:59:55.347Z] ---> f2c89a7f831a [2021-04-23T17:59:55.347Z] Step 8/31 : COPY . . [2021-04-23T18:00:01.566Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-23T18:00:27.678Z] ---> b52dff6ed7cf [2021-04-23T18:00:27.678Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-23T18:00:29.782Z] ---> Running in 8e8cc6b42586 [2021-04-23T18:00:33.118Z] 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-04-23T18:00:35.700Z] ---> 9d2e3d916177 [2021-04-23T18:00:35.700Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-23T18:00:35.700Z] ---> 54f0323be47c [2021-04-23T18:00:35.700Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-23T18:00:35.700Z] ---> Running in 027a2e3c0cd0 [2021-04-23T18:00:35.700Z] ---> a5bb227890a1 [2021-04-23T18:00:35.700Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-23T18:00:35.700Z] ---> 2e9ba7581982 [2021-04-23T18:00:35.700Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-23T18:00:35.979Z] ---> Running in 2d810edb881e [2021-04-23T18:00:35.979Z] ---> Running in 88d20084d8d9 [2021-04-23T18:00:35.979Z] ---> Running in f47e8df7be48 [2021-04-23T18:00:36.942Z] 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-04-23T18:00:36.942Z] 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-04-23T18:00:37.528Z] 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-04-23T18:00:37.528Z] 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-04-23T18:00:48.597Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-23T18:00:56.924Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-23T18:01:03.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-23T18:01:03.678Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-23T18:01:07.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-23T18:01:07.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-23T18:01:07.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-23T18:01:07.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-23T18:01:09.771Z] 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-04-23T18:01:10.537Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-23T18:01:11.138Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-23T18:01:14.021Z] Removing intermediate container 8e8cc6b42586 [2021-04-23T18:01:14.021Z] ---> 8bc7747463f8 [2021-04-23T18:01:14.021Z] [2021-04-23T18:01:14.021Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:01:14.021Z] 3.12: Pulling from library/alpine [2021-04-23T18:01:14.610Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:01:14.610Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:01:14.610Z] ---> 13621d1b12d4 [2021-04-23T18:01:14.610Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:01:17.191Z] ---> Running in 6a2a7a71b660 [2021-04-23T18:01:17.191Z] Removing intermediate container f47e8df7be48 [2021-04-23T18:01:17.191Z] ---> beca2c3616d2 [2021-04-23T18:01:17.192Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-23T18:01:17.455Z] Removing intermediate container 2d810edb881e [2021-04-23T18:01:17.455Z] ---> 37bbd650410c [2021-04-23T18:01:17.455Z] [2021-04-23T18:01:17.455Z] Step 10/31 : FROM alpine:3.12 [2021-04-23T18:01:17.455Z] ---> 13621d1b12d4 [2021-04-23T18:01:17.455Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-23T18:01:17.717Z] ---> Running in 3cc886214f40 [2021-04-23T18:01:18.010Z] ---> Running in 006fd011b4f5 [2021-04-23T18:01:19.459Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-23T18:01:19.459Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-23T18:01:19.459Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-23T18:01:20.568Z] Removing intermediate container 006fd011b4f5 [2021-04-23T18:01:20.568Z] ---> c22ba99a9d54 [2021-04-23T18:01:20.568Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-23T18:01:20.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:20.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:20.838Z] 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-04-23T18:01:20.838Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:01:20.838Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:01:20.838Z] OK: 6 MiB in 15 packages [2021-04-23T18:01:21.419Z] Removing intermediate container 88d20084d8d9 [2021-04-23T18:01:21.419Z] ---> 1c17ff5c6fa3 [2021-04-23T18:01:21.419Z] [2021-04-23T18:01:21.419Z] Step 10/21 : FROM alpine:3.12 [2021-04-23T18:01:21.419Z] ---> 13621d1b12d4 [2021-04-23T18:01:21.419Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-23T18:01:21.683Z] ---> Running in 41cd2309fb57 [2021-04-23T18:01:21.683Z] ---> Running in f37bee82ab5e [2021-04-23T18:01:21.683Z] Removing intermediate container 027a2e3c0cd0 [2021-04-23T18:01:21.683Z] ---> 4772bab58db4 [2021-04-23T18:01:21.683Z] [2021-04-23T18:01:21.683Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:01:21.683Z] ---> 13621d1b12d4 [2021-04-23T18:01:21.683Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:01:21.946Z] ---> Running in a844cb505edd [2021-04-23T18:01:22.211Z] Removing intermediate container 6a2a7a71b660 [2021-04-23T18:01:22.211Z] ---> d0b4d5075273 [2021-04-23T18:01:22.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:01:22.474Z] ---> Running in 0508a6b2a6c7 [2021-04-23T18:01:22.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:22.740Z] Removing intermediate container 0508a6b2a6c7 [2021-04-23T18:01:22.740Z] ---> 869ad8660e6f [2021-04-23T18:01:22.740Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-23T18:01:22.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:22.740Z] ---> Running in e62b3288c1bd [2021-04-23T18:01:23.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:23.008Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:01:23.008Z] (2/2) Installing su-exec (0.2-r1) [2021-04-23T18:01:23.008Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:01:23.008Z] OK: 6 MiB in 16 packages [2021-04-23T18:01:23.008Z] Removing intermediate container 3cc886214f40 [2021-04-23T18:01:23.008Z] ---> 6140203c1731 [2021-04-23T18:01:23.008Z] [2021-04-23T18:01:23.008Z] Step 11/23 : FROM docker:20.10.0 [2021-04-23T18:01:23.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:23.008Z] 20.10.0: Pulling from library/docker [2021-04-23T18:01:23.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:23.008Z] Removing intermediate container e62b3288c1bd [2021-04-23T18:01:23.008Z] ---> a5c97a66b1ab [2021-04-23T18:01:23.008Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:01:23.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:23.272Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-23T18:01:23.272Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:01:23.272Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-23T18:01:23.272Z] (4/4) Installing curl (7.76.1-r0) [2021-04-23T18:01:23.272Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:01:23.272Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:01:23.272Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:01:23.272Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:01:23.272Z] OK: 6 MiB in 15 packages [2021-04-23T18:01:23.534Z] OK: 7 MiB in 18 packages [2021-04-23T18:01:23.799Z] ---> Running in dc89192ae32a [2021-04-23T18:01:24.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.405s coverage: 45.9% of statements [2021-04-23T18:01:24.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-23T18:01:24.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-23T18:01:24.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-23T18:01:24.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-23T18:01:24.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-23T18:01:24.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-23T18:01:24.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.143s coverage: 19.8% of statements [2021-04-23T18:01:24.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements [2021-04-23T18:01:25.201Z] Removing intermediate container dc89192ae32a [2021-04-23T18:01:25.201Z] ---> 2ec1a1c41391 [2021-04-23T18:01:25.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:01:25.465Z] Removing intermediate container 41cd2309fb57 [2021-04-23T18:01:25.465Z] ---> 35a156294986 [2021-04-23T18:01:25.465Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-23T18:01:26.040Z] ---> Running in 12d37de557e5 [2021-04-23T18:01:26.040Z] Removing intermediate container a844cb505edd [2021-04-23T18:01:26.040Z] ---> 74daca6bc487 [2021-04-23T18:01:26.040Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:01:26.040Z] ---> cbd80fa2770d [2021-04-23T18:01:26.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-23T18:01:26.040Z] Removing intermediate container f37bee82ab5e [2021-04-23T18:01:26.040Z] ---> 0976d7f7447b [2021-04-23T18:01:26.040Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:01:26.305Z] ---> Running in c46469243ffc [2021-04-23T18:01:26.305Z] ---> Running in f13cf2d65354 [2021-04-23T18:01:26.305Z] Removing intermediate container 12d37de557e5 [2021-04-23T18:01:26.305Z] ---> cd7ec33e58ef [2021-04-23T18:01:26.305Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-23T18:01:26.567Z] ---> Running in 3eeadb43bf4d [2021-04-23T18:01:26.567Z] Removing intermediate container c46469243ffc [2021-04-23T18:01:26.567Z] ---> 451fa23ee757 [2021-04-23T18:01:26.567Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-23T18:01:27.520Z] Removing intermediate container f13cf2d65354 [2021-04-23T18:01:27.520Z] ---> f601ae08ce65 [2021-04-23T18:01:27.520Z] Step 13/21 : WORKDIR /edgex [2021-04-23T18:01:27.784Z] ---> c1f70c920740 [2021-04-23T18:01:27.784Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-23T18:01:27.784Z] ---> Running in 11af2689fec0 [2021-04-23T18:01:27.784Z] Removing intermediate container 3eeadb43bf4d [2021-04-23T18:01:27.784Z] ---> a4e55c4e8776 [2021-04-23T18:01:27.784Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-23T18:01:27.784Z] ---> Running in db0c55010072 [2021-04-23T18:01:28.053Z] ---> Running in bc5ee23e2d58 [2021-04-23T18:01:28.053Z] Removing intermediate container 11af2689fec0 [2021-04-23T18:01:28.053Z] ---> 344e4692c420 [2021-04-23T18:01:28.053Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:01:28.327Z] ---> Running in 23e29df10c1d [2021-04-23T18:01:28.327Z] Removing intermediate container db0c55010072 [2021-04-23T18:01:28.327Z] ---> 57a5a0f101e5 [2021-04-23T18:01:28.327Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-23T18:01:28.598Z] ---> f622ffdfb6cc [2021-04-23T18:01:28.598Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-23T18:01:28.598Z] ---> Running in f94e8696d03c [2021-04-23T18:01:28.598Z] Removing intermediate container 23e29df10c1d [2021-04-23T18:01:28.598Z] ---> bb650d14b7f2 [2021-04-23T18:01:28.598Z] Step 15/23 : WORKDIR / [2021-04-23T18:01:28.860Z] ---> Running in f95c8bdc82b9 [2021-04-23T18:01:28.860Z] ---> b097157d9fb9 [2021-04-23T18:01:28.860Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-23T18:01:28.860Z] Removing intermediate container f94e8696d03c [2021-04-23T18:01:28.860Z] ---> c5ec3eb2f51d [2021-04-23T18:01:28.860Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:01:29.126Z] ---> Running in cc5b32de01d7 [2021-04-23T18:01:29.390Z] Removing intermediate container f95c8bdc82b9 [2021-04-23T18:01:29.390Z] ---> 91e597824ea4 [2021-04-23T18:01:29.390Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:01:29.656Z] ---> c02f975afb47 [2021-04-23T18:01:29.656Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-23T18:01:29.656Z] Removing intermediate container cc5b32de01d7 [2021-04-23T18:01:29.656Z] ---> 4de835807dad [2021-04-23T18:01:29.656Z] Step 20/22 : LABEL arch=x86_64 [2021-04-23T18:01:29.656Z] Removing intermediate container bc5ee23e2d58 [2021-04-23T18:01:29.656Z] ---> bc5c40724910 [2021-04-23T18:01:29.656Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-23T18:01:29.656Z] ---> Running in b6b9083a772e [2021-04-23T18:01:29.656Z] ---> Running in 6b878ee1db93 [2021-04-23T18:01:30.236Z] ---> 56600e225b92 [2021-04-23T18:01:30.236Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-23T18:01:30.236Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-23T18:01:30.498Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-23T18:01:30.498Z] ---> aefe523efa57 [2021-04-23T18:01:30.499Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:01:30.499Z] Removing intermediate container 6b878ee1db93 [2021-04-23T18:01:30.499Z] ---> 5fdfb6b416c9 [2021-04-23T18:01:30.499Z] Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:01:30.499Z] ---> 6cae636d3b0d [2021-04-23T18:01:30.499Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-23T18:01:30.499Z] ---> Running in 98cc6910ec17 [2021-04-23T18:01:30.499Z] Removing intermediate container b6b9083a772e [2021-04-23T18:01:30.499Z] ---> 97a39147ccc9 [2021-04-23T18:01:30.499Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-23T18:01:30.760Z] ---> Running in 5bb1aed48564 [2021-04-23T18:01:30.760Z] ---> Running in cb681c3fd674 [2021-04-23T18:01:30.760Z] ---> 26858abe674e [2021-04-23T18:01:30.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-23T18:01:31.023Z] Removing intermediate container 98cc6910ec17 [2021-04-23T18:01:31.023Z] ---> 85c38389b92e [2021-04-23T18:01:31.023Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-23T18:01:31.023Z] Removing intermediate container cb681c3fd674 [2021-04-23T18:01:31.023Z] ---> 913608525327 [2021-04-23T18:01:31.023Z] Step 18/21 : CMD ["--init=true"] [2021-04-23T18:01:31.023Z] Removing intermediate container 5bb1aed48564 [2021-04-23T18:01:31.023Z] ---> ef52b5c65920 [2021-04-23T18:01:31.023Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:01:31.023Z] ---> 91b974e40045 [2021-04-23T18:01:31.023Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-23T18:01:31.284Z] ---> 9e4865680687 [2021-04-23T18:01:31.284Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-23T18:01:31.284Z] ---> Running in 603e2ea8ba1a [2021-04-23T18:01:31.284Z] ---> Running in 34fd622fea72 [2021-04-23T18:01:31.284Z] ---> Running in e74f46cb419e [2021-04-23T18:01:31.284Z] ---> Running in 635e8359c9c6 [2021-04-23T18:01:31.547Z] ---> Running in 1c860a95347a [2021-04-23T18:01:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-23T18:01:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.158s coverage: 100.0% of statements [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-23T18:01:31.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-23T18:01:31.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-23T18:01:31.814Z] Removing intermediate container e74f46cb419e [2021-04-23T18:01:31.814Z] ---> ef4b4f0b60ed [2021-04-23T18:01:31.814Z] [2021-04-23T18:01:31.814Z] Removing intermediate container 34fd622fea72 [2021-04-23T18:01:31.814Z] ---> 831abf4e0834 [2021-04-23T18:01:31.814Z] Step 19/21 : LABEL arch=x86_64 [2021-04-23T18:01:32.083Z] Successfully built ef4b4f0b60ed [2021-04-23T18:01:32.083Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-23T18:01:32.083Z] Removing intermediate container 1c860a95347a [2021-04-23T18:01:32.083Z] ---> 92480f8e8cce [2021-04-23T18:01:32.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:01:32.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:32.083Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-23T18:01:32.350Z] ---> Running in 574abb9c4299 [2021-04-23T18:01:32.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:32.350Z] ---> Running in 54e5368011d7 [2021-04-23T18:01:32.350Z] (1/39) Installing readline (8.0.4-r0) [2021-04-23T18:01:32.350Z] (2/39) Installing bash (5.0.17-r0) [2021-04-23T18:01:32.350Z] Executing bash-5.0.17-r0.post-install [2021-04-23T18:01:32.350Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:01:32.350Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-23T18:01:32.350Z] (5/39) Installing curl (7.76.1-r0) [2021-04-23T18:01:32.350Z] Removing intermediate container 574abb9c4299 [2021-04-23T18:01:32.350Z] ---> fd90b7906906 [2021-04-23T18:01:32.350Z] Step 20/21 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:01:32.350Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-23T18:01:32.350Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-23T18:01:32.613Z] (8/39) Installing expat (2.2.9-r1) [2021-04-23T18:01:32.613Z] (9/39) Installing libffi (3.3-r2) [2021-04-23T18:01:32.613Z] (10/39) Installing gdbm (1.13-r1) [2021-04-23T18:01:32.613Z] Removing intermediate container 54e5368011d7 [2021-04-23T18:01:32.613Z] ---> 75ed92c0b827 [2021-04-23T18:01:32.613Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:01:32.613Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-23T18:01:32.613Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-23T18:01:32.613Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-23T18:01:32.613Z] ---> Running in e0504385d541 [2021-04-23T18:01:32.877Z] ---> Running in c8cb0c0ad0a6 [2021-04-23T18:01:33.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 71.3% of statements [2021-04-23T18:01:33.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-23T18:01:33.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-23T18:01:34.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.9% of statements [2021-04-23T18:01:34.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-23T18:01:34.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:01:34.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.135s coverage: 78.9% of statements [2021-04-23T18:01:34.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-23T18:01:38.188Z] Removing intermediate container e0504385d541 [2021-04-23T18:01:38.188Z] ---> f99332584dbc [2021-04-23T18:01:38.188Z] Step 21/21 : LABEL version=0.0.0 [2021-04-23T18:01:40.750Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-23T18:01:40.750Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-23T18:01:40.750Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-23T18:01:40.750Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-23T18:01:40.750Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-23T18:01:40.750Z] Removing intermediate container c8cb0c0ad0a6 [2021-04-23T18:01:40.750Z] ---> 949c6388d694 [2021-04-23T18:01:40.750Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:01:40.750Z] ---> Running in 8e608c7ad321 [2021-04-23T18:01:40.750Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-23T18:01:40.750Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-23T18:01:41.012Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-23T18:01:41.592Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-23T18:01:41.592Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-23T18:01:41.592Z] Removing intermediate container 635e8359c9c6 [2021-04-23T18:01:41.592Z] ---> 0c0b04be07e0 [2021-04-23T18:01:41.592Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:01:41.856Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-23T18:01:41.856Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-23T18:01:42.118Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-23T18:01:42.118Z] ---> Running in d29ca4cab8e2 [2021-04-23T18:01:42.118Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-23T18:01:42.118Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-23T18:01:42.695Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-23T18:01:42.962Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-23T18:01:42.962Z] Removing intermediate container 8e608c7ad321 [2021-04-23T18:01:42.962Z] ---> ece8f5124996 [2021-04-23T18:01:42.962Z] [2021-04-23T18:01:42.962Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-23T18:01:42.962Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-23T18:01:42.962Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-23T18:01:42.962Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-23T18:01:42.962Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-23T18:01:42.962Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-23T18:01:43.923Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-23T18:01:43.923Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-23T18:01:43.923Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-23T18:01:44.499Z] ---> 0ca8f73a914c [2021-04-23T18:01:44.499Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-23T18:01:44.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-23T18:01:44.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.251s coverage: 100.0% of statements [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-23T18:01:44.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.180s coverage: 100.0% of statements [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-23T18:01:44.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.428s coverage: 86.7% of statements [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-23T18:01:44.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.451s coverage: 97.5% of statements [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-23T18:01:44.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-23T18:01:44.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-23T18:01:45.079Z] Removing intermediate container d29ca4cab8e2 [2021-04-23T18:01:45.080Z] ---> 3106a9d55f47 [2021-04-23T18:01:45.080Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:01:45.080Z] Successfully built ece8f5124996 [2021-04-23T18:01:45.341Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:01:45.342Z] OK: 72 MiB in 59 packages [2021-04-23T18:01:45.603Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-23T18:01:45.603Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-23T18:01:49.847Z] ---> Running in 4d3ba61d35b0 [2021-04-23T18:01:50.797Z] ---> ca288feea5cc [2021-04-23T18:01:50.798Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-23T18:01:52.202Z] Removing intermediate container 4d3ba61d35b0 [2021-04-23T18:01:52.202Z] ---> 814b188bf537 [2021-04-23T18:01:52.202Z] [2021-04-23T18:01:52.465Z] Collecting docker-compose==1.23.2 [2021-04-23T18:01:52.465Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-23T18:01:53.044Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:01:53.044Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:01:53.044Z] ---> 7e2160eb7dda [2021-04-23T18:01:53.044Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:01:53.044Z] ---> Using cache [2021-04-23T18:01:53.044Z] ---> 903025fcc026 [2021-04-23T18:01:53.044Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:01:53.044Z] ---> Using cache [2021-04-23T18:01:53.044Z] ---> 32897134ab2d [2021-04-23T18:01:53.044Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-23T18:01:53.044Z] Successfully built 814b188bf537 [2021-04-23T18:01:53.619Z] Successfully tagged docker-core-metadata-go:latest [2021-04-23T18:01:53.619Z] Building docker-core-data-go [2021-04-23T18:01:53.619Z]  Building docker-core-metadata-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-23T18:01:53.619Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-23T18:01:54.567Z] ---> f6ab7e3904ad [2021-04-23T18:01:54.567Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-23T18:01:54.838Z] Collecting cached-property<2,>=1.2.0 [2021-04-23T18:01:54.838Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-23T18:01:55.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.272s coverage: 93.0% of statements [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 0.9% of statements [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-23T18:01:55.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.213s coverage: 47.1% of statements [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.156s coverage: 79.5% of statements [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.217s coverage: 96.3% of statements [2021-04-23T18:01:55.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements [2021-04-23T18:01:55.796Z] ---> Running in f1ce0b1e3214 [2021-04-23T18:01:55.796Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-23T18:01:55.796Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-23T18:01:56.767Z] ---> c60a1176fa2d [2021-04-23T18:01:56.767Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-23T18:01:57.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:57.724Z] 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-04-23T18:01:57.992Z] ---> f9c19c90feba [2021-04-23T18:01:57.992Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-23T18:01:57.992Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-23T18:01:57.992Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-23T18:01:58.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:01:58.860Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-23T18:01:58.860Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-23T18:01:58.860Z] OK: 233 MiB in 51 packages [2021-04-23T18:01:58.860Z] ---> Running in 610f1db04381 [2021-04-23T18:01:59.460Z] Collecting docopt<0.7,>=0.6.1 [2021-04-23T18:01:59.460Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-23T18:02:02.041Z] Collecting jsonschema<3,>=2.5.1 [2021-04-23T18:02:02.041Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-23T18:02:02.041Z] Removing intermediate container 610f1db04381 [2021-04-23T18:02:02.041Z] ---> f8e56f412710 [2021-04-23T18:02:02.041Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-23T18:02:02.041Z] Collecting texttable<0.10,>=0.9.0 [2021-04-23T18:02:02.041Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-23T18:02:02.633Z] Removing intermediate container f1ce0b1e3214 [2021-04-23T18:02:02.633Z] ---> 37f9e9865984 [2021-04-23T18:02:02.633Z] Step 6/22 : COPY go.mod . [2021-04-23T18:02:02.902Z] Collecting PyYAML<4,>=3.10 [2021-04-23T18:02:02.902Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-23T18:02:02.902Z] ---> 1e7a1b9d0937 [2021-04-23T18:02:02.902Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-23T18:02:04.309Z] ---> c017d4f63125 [2021-04-23T18:02:04.309Z] Step 7/22 : RUN go mod download [2021-04-23T18:02:04.309Z] ---> Running in 10c92cbdc3d9 [2021-04-23T18:02:04.309Z] Collecting docker-pycreds>=0.4.0 [2021-04-23T18:02:04.309Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-23T18:02:05.261Z] 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-04-23T18:02:05.261Z] Collecting idna<2.8,>=2.5 [2021-04-23T18:02:05.261Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-23T18:02:05.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:02:05.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:02:05.261Z] ---> 7e2160eb7dda [2021-04-23T18:02:05.261Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:02:05.261Z] ---> Using cache [2021-04-23T18:02:05.261Z] ---> 903025fcc026 [2021-04-23T18:02:05.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:02:05.261Z] ---> Using cache [2021-04-23T18:02:05.261Z] ---> 32897134ab2d [2021-04-23T18:02:05.261Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:02:05.261Z] ---> Using cache [2021-04-23T18:02:05.261Z] ---> fa1f5ffb1495 [2021-04-23T18:02:05.261Z] Step 6/23 : COPY go.mod . [2021-04-23T18:02:05.261Z] ---> Using cache [2021-04-23T18:02:05.261Z] ---> 9e42e0174202 [2021-04-23T18:02:05.261Z] Step 7/23 : RUN go mod download [2021-04-23T18:02:05.261Z] ---> Using cache [2021-04-23T18:02:05.261Z] ---> 2498e1125bef [2021-04-23T18:02:05.261Z] Step 8/23 : COPY . . [2021-04-23T18:02:05.526Z] ---> Using cache [2021-04-23T18:02:05.526Z] ---> a5bb227890a1 [2021-04-23T18:02:05.526Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-23T18:02:06.113Z] 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-04-23T18:02:06.113Z] ---> Running in 2785ab0dc604 [2021-04-23T18:02:06.409Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-23T18:02:06.409Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-23T18:02:06.409Z] ---> Running in 6ad07f9179af [2021-04-23T18:02:06.409Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-23T18:02:06.409Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-23T18:02:06.409Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-23T18:02:06.409Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-23T18:02:06.705Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, docopt, jsonschema, texttable, PyYAML, docker-compose [2021-04-23T18:02:06.705Z] Attempting uninstall: idna [2021-04-23T18:02:06.705Z] Found existing installation: idna 2.9 [2021-04-23T18:02:06.705Z] Uninstalling idna-2.9: [2021-04-23T18:02:06.705Z] Successfully uninstalled idna-2.9 [2021-04-23T18:02:06.977Z] Attempting uninstall: urllib3 [2021-04-23T18:02:06.977Z] Found existing installation: urllib3 1.25.9 [2021-04-23T18:02:06.977Z] Uninstalling urllib3-1.25.9: [2021-04-23T18:02:06.977Z] Successfully uninstalled urllib3-1.25.9 [2021-04-23T18:02:07.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.135s coverage: 94.4% of statements [2021-04-23T18:02:07.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.157s coverage: 44.8% of statements [2021-04-23T18:02:07.928Z] 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-04-23T18:02:07.928Z] Attempting uninstall: requests [2021-04-23T18:02:07.928Z] Found existing installation: requests 2.23.0 [2021-04-23T18:02:07.928Z] Uninstalling requests-2.23.0: [2021-04-23T18:02:07.928Z] Successfully uninstalled requests-2.23.0 [2021-04-23T18:02:10.084Z] Removing intermediate container 10c92cbdc3d9 [2021-04-23T18:02:10.084Z] ---> f41a281dc36c [2021-04-23T18:02:10.084Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-23T18:02:11.177Z] Running setup.py install for dockerpty: started [2021-04-23T18:02:11.177Z] ---> Running in 992bccfbf5e9 [2021-04-23T18:02:12.435Z] Removing intermediate container 992bccfbf5e9 [2021-04-23T18:02:12.435Z] ---> d54a2a0f80a6 [2021-04-23T18:02:12.435Z] Step 28/31 : CMD ["gate"] [2021-04-23T18:02:12.749Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-23T18:02:12.749Z] Running setup.py install for docopt: started [2021-04-23T18:02:12.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.475s coverage: 81.9% of statements [2021-04-23T18:02:12.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-23T18:02:13.025Z] Removing intermediate container 2785ab0dc604 [2021-04-23T18:02:13.025Z] ---> 9d1351d76558 [2021-04-23T18:02:13.025Z] Step 8/22 : COPY . . [2021-04-23T18:02:13.630Z] Running setup.py install for docopt: finished with status 'done' [2021-04-23T18:02:14.219Z] ---> Running in 9cd604318c27 [2021-04-23T18:02:15.641Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:02:15.641Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:02:15.641Z] ---> 7e2160eb7dda [2021-04-23T18:02:15.641Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:02:15.641Z] ---> Using cache [2021-04-23T18:02:15.641Z] ---> 903025fcc026 [2021-04-23T18:02:15.641Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:02:15.641Z] ---> Using cache [2021-04-23T18:02:15.641Z] ---> 32897134ab2d [2021-04-23T18:02:15.641Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-23T18:02:15.921Z] Running setup.py install for texttable: started [2021-04-23T18:02:17.362Z] Running setup.py install for texttable: finished with status 'done' [2021-04-23T18:02:17.362Z] Running setup.py install for PyYAML: started [2021-04-23T18:02:18.781Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-23T18:02:19.392Z] ---> Running in 6077f001cc3a [2021-04-23T18:02:20.353Z] Removing intermediate container 9cd604318c27 [2021-04-23T18:02:20.353Z] ---> a5ac74712565 [2021-04-23T18:02:20.353Z] Step 29/31 : LABEL arch=x86_64 [2021-04-23T18:02:21.756Z] 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-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.213s coverage: 92.9% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 77.8% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.126s coverage: 100.0% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.216s coverage: 84.6% of statements [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.6% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.578s coverage: 64.4% of statements [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-23T18:02:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-04-23T18:02:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-04-23T18:02:23.163Z] ---> Running in f7a85cf96871 [2021-04-23T18:02:23.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:02:23.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-04-23T18:02:24.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:02:24.113Z] Removing intermediate container f7a85cf96871 [2021-04-23T18:02:24.113Z] ---> 571bd46d638c [2021-04-23T18:02:24.113Z] Step 30/31 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:02:24.379Z] OK: 233 MiB in 51 packages [2021-04-23T18:02:27.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.885s coverage: 69.0% of statements [2021-04-23T18:02:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-23T18:02:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-23T18:02:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-23T18:02:28.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.507s coverage: 38.4% of statements [2021-04-23T18:02:28.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-23T18:02:28.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-23T18:02:28.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-04-23T18:02:28.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-23T18:02:28.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements [2021-04-23T18:02:28.652Z] ---> Running in 6801c53f9cdb [2021-04-23T18:02:35.279Z] Removing intermediate container 6801c53f9cdb [2021-04-23T18:02:35.279Z] ---> ff318bc756b4 [2021-04-23T18:02:35.279Z] Step 31/31 : LABEL version=0.0.0 [2021-04-23T18:02:35.862Z] Removing intermediate container 6077f001cc3a [2021-04-23T18:02:35.862Z] ---> 67a9b0f9199d [2021-04-23T18:02:35.862Z] Step 6/23 : COPY go.mod . [2021-04-23T18:02:36.378Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-23T18:02:36.378Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-23T18:02:36.378Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-23T18:02:36.378Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.176s coverage: 9.6% of statements [2021-04-23T18:02:36.378Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-23T18:02:37.265Z] ---> Running in 896dfebfc85f [2021-04-23T18:02:37.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 88.6% of statements [2021-04-23T18:02:37.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-23T18:02:37.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:02:37.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-23T18:02:38.215Z] ---> 8f4f62ddfa37 [2021-04-23T18:02:38.215Z] Step 7/23 : RUN go mod download [2021-04-23T18:02:39.610Z] ---> 4d49573249e7 [2021-04-23T18:02:39.610Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-23T18:02:40.570Z] ---> Running in a9dbb86f0a4f [2021-04-23T18:02:41.518Z] Removing intermediate container 896dfebfc85f [2021-04-23T18:02:41.518Z] ---> 61a95e03f9af [2021-04-23T18:02:41.518Z] [2021-04-23T18:02:42.909Z] Successfully built 61a95e03f9af [2021-04-23T18:02:42.909Z] ---> Running in 9292b6e0ca37 [2021-04-23T18:02:43.173Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-23T18:02:43.173Z] Building docker-security-secretstore-setup-go [2021-04-23T18:02:44.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.268s coverage: 28.7% of statements [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-23T18:02:44.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-23T18:02:44.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-23T18:02:44.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.153s coverage: 64.6% of statements [2021-04-23T18:02:44.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-23T18:02:44.146Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 603e2ea8ba1a [2021-04-23T18:02:44.146Z] ---> ce28551f4f07 [2021-04-23T18:02:44.146Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-23T18:02:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.400s coverage: 95.6% of statements [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-23T18:02:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-23T18:02:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-23T18:02:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-23T18:02:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-23T18:02:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-04-23T18:02:45.116Z] 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-04-23T18:02:45.116Z] ---> Running in 61248a6ecce5 [2021-04-23T18:02:47.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-04-23T18:02:47.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-23T18:02:48.447Z] Removing intermediate container 61248a6ecce5 [2021-04-23T18:02:48.447Z] ---> 72db746974cd [2021-04-23T18:02:48.447Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-23T18:02:48.587Z] GO111MODULE=on go vet ./... [2021-04-23T18:02:51.024Z] ---> Running in ff478c352333 [2021-04-23T18:02:51.294Z] Removing intermediate container 6ad07f9179af [2021-04-23T18:02:51.294Z] ---> f76cfe9a5a93 [2021-04-23T18:02:51.294Z] [2021-04-23T18:02:51.294Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:02:51.294Z] ---> 13621d1b12d4 [2021-04-23T18:02:51.294Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:02:51.561Z] ---> Using cache [2021-04-23T18:02:51.561Z] ---> 74daca6bc487 [2021-04-23T18:02:51.561Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:02:51.561Z] ---> Using cache [2021-04-23T18:02:51.561Z] ---> 451fa23ee757 [2021-04-23T18:02:51.561Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-23T18:02:52.151Z] Removing intermediate container ff478c352333 [2021-04-23T18:02:52.151Z] ---> f95448ab8c6c [2021-04-23T18:02:52.151Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-23T18:02:52.435Z] Removing intermediate container a9dbb86f0a4f [2021-04-23T18:02:52.435Z] ---> 6c7df1d067c1 [2021-04-23T18:02:52.435Z] Step 8/23 : COPY . . [2021-04-23T18:02:53.399Z] ---> Running in aecfb27d0c07 [2021-04-23T18:02:56.807Z] Removing intermediate container aecfb27d0c07 [2021-04-23T18:02:56.807Z] ---> bdd96e1b86eb [2021-04-23T18:02:56.807Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:02:56.807Z] ---> 1357e3abb751 [2021-04-23T18:02:56.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-23T18:03:00.151Z] ---> Running in 73f8429d535e [2021-04-23T18:03:05.504Z] ---> 202fa33eb9ab [2021-04-23T18:03:05.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-23T18:03:05.504Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:03:05.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:03:05.504Z] ---> 7e2160eb7dda [2021-04-23T18:03:05.504Z] Step 3/24 : WORKDIR /edgex-go [2021-04-23T18:03:05.504Z] ---> Using cache [2021-04-23T18:03:05.504Z] ---> 903025fcc026 [2021-04-23T18:03:05.504Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:03:05.504Z] ---> Using cache [2021-04-23T18:03:05.504Z] ---> 32897134ab2d [2021-04-23T18:03:05.504Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-23T18:03:05.504Z] ---> Using cache [2021-04-23T18:03:05.504Z] ---> fa1f5ffb1495 [2021-04-23T18:03:05.504Z] Step 6/24 : COPY go.mod . [2021-04-23T18:03:05.504Z] ---> Using cache [2021-04-23T18:03:05.504Z] ---> 9e42e0174202 [2021-04-23T18:03:05.504Z] Step 7/24 : RUN go mod download [2021-04-23T18:03:05.504Z] ---> Using cache [2021-04-23T18:03:05.504Z] ---> 2498e1125bef [2021-04-23T18:03:05.504Z] Step 8/24 : COPY . . [2021-04-23T18:03:05.504Z] ---> Using cache [2021-04-23T18:03:05.504Z] ---> a5bb227890a1 [2021-04-23T18:03:05.504Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-23T18:03:06.901Z] Removing intermediate container 73f8429d535e [2021-04-23T18:03:06.901Z] ---> 90a6098f55f0 [2021-04-23T18:03:06.901Z] Step 15/23 : WORKDIR / [2021-04-23T18:03:07.480Z] ---> Running in e3d327b27eda [2021-04-23T18:03:08.093Z] ---> 4e6539721547 [2021-04-23T18:03:08.093Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-23T18:03:08.093Z] ---> Running in 58bf643ded9b [2021-04-23T18:03:08.372Z] ---> Running in 9e52624bba09 [2021-04-23T18:03:08.955Z] Removing intermediate container 58bf643ded9b [2021-04-23T18:03:08.955Z] ---> 3fc929a10345 [2021-04-23T18:03:08.955Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:03:08.955Z] Removing intermediate container 9e52624bba09 [2021-04-23T18:03:08.955Z] ---> 38c880f40479 [2021-04-23T18:03:08.955Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:03:09.901Z] 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-04-23T18:03:10.479Z] ---> Running in 288fcd3af0f5 [2021-04-23T18:03:11.928Z] ---> 155bb737fe5a [2021-04-23T18:03:11.928Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-23T18:03:12.909Z] Removing intermediate container 288fcd3af0f5 [2021-04-23T18:03:12.909Z] ---> 74b5ca0ba1d5 [2021-04-23T18:03:12.909Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:03:13.183Z] ---> 97cc7c80151e [2021-04-23T18:03:13.183Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-23T18:03:13.470Z] ---> Running in c8f9d3ad98db [2021-04-23T18:03:16.064Z] Removing intermediate container c8f9d3ad98db [2021-04-23T18:03:16.064Z] ---> 62ca7c1c753f [2021-04-23T18:03:16.064Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:03:17.480Z] ---> 9241d723fca4 [2021-04-23T18:03:17.480Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-23T18:03:17.480Z] ---> Running in 96ca33e0bc00 [2021-04-23T18:03:20.838Z] ---> Running in 5d403350b297 [2021-04-23T18:03:21.423Z] Removing intermediate container 96ca33e0bc00 [2021-04-23T18:03:21.423Z] ---> 57f0bea5d47e [2021-04-23T18:03:21.423Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:03:21.698Z] Removing intermediate container 5d403350b297 [2021-04-23T18:03:21.698Z] ---> 7c3689d40db6 [2021-04-23T18:03:21.698Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:03:21.698Z] ---> 2769c9618e95 [2021-04-23T18:03:21.698Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-23T18:03:21.698Z] ---> Running in d20209205be7 [2021-04-23T18:03:21.698Z] Removing intermediate container 9292b6e0ca37 [2021-04-23T18:03:21.698Z] ---> c601d8504679 [2021-04-23T18:03:21.698Z] [2021-04-23T18:03:21.698Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:03:21.698Z] ---> 13621d1b12d4 [2021-04-23T18:03:21.698Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-23T18:03:21.974Z] ---> Running in 2dc3cfa1ebe9 [2021-04-23T18:03:21.974Z] ---> Running in f6b19f79fdd2 [2021-04-23T18:03:22.237Z] ---> Running in 457e99757028 [2021-04-23T18:03:22.238Z] Removing intermediate container d20209205be7 [2021-04-23T18:03:22.238Z] ---> 6a374cf2f6f0 [2021-04-23T18:03:22.238Z] [2021-04-23T18:03:22.506Z] Removing intermediate container 2dc3cfa1ebe9 [2021-04-23T18:03:22.506Z] ---> ce2fe42de7da [2021-04-23T18:03:22.506Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:03:22.506Z] Successfully built 6a374cf2f6f0 [2021-04-23T18:03:22.506Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-23T18:03:22.780Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 61e1364828ed [2021-04-23T18:03:23.062Z] Removing intermediate container 61e1364828ed [2021-04-23T18:03:23.062Z] ---> ed2c6bd7d188 [2021-04-23T18:03:23.062Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:03:23.062Z] 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-04-23T18:03:23.062Z] ---> Running in 833ab8e145a8 [2021-04-23T18:03:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:03:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:03:23.330Z] Removing intermediate container 833ab8e145a8 [2021-04-23T18:03:23.330Z] ---> a5288f9cb6fd [2021-04-23T18:03:23.330Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:03:23.330Z] ---> Running in ff1faa058051 [2021-04-23T18:03:23.592Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-23T18:03:23.592Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:03:23.592Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:03:23.592Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:03:23.859Z] OK: 6 MiB in 16 packages [2021-04-23T18:03:23.859Z] Removing intermediate container ff1faa058051 [2021-04-23T18:03:23.859Z] ---> 05d7edfc8f80 [2021-04-23T18:03:23.859Z] [2021-04-23T18:03:24.128Z] Successfully built 05d7edfc8f80 [2021-04-23T18:03:24.128Z] Successfully tagged docker-core-command-go:latest [2021-04-23T18:03:24.709Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-23T18:03:26.658Z] Removing intermediate container 457e99757028 [2021-04-23T18:03:26.658Z] ---> ef62cb5b9fd8 [2021-04-23T18:03:26.658Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:03:26.658Z] ---> Running in 1275954995df [2021-04-23T18:03:27.256Z] Removing intermediate container 1275954995df [2021-04-23T18:03:27.256Z] ---> 337e5489a05e [2021-04-23T18:03:27.256Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-23T18:03:27.256Z] ---> Running in 2c5074d8ad36 [2021-04-23T18:03:27.532Z] Removing intermediate container 2c5074d8ad36 [2021-04-23T18:03:27.532Z] ---> a296fc14fbc1 [2021-04-23T18:03:27.532Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:03:27.532Z] ---> Running in 52d186822f54 [2021-04-23T18:03:27.806Z] Removing intermediate container 52d186822f54 [2021-04-23T18:03:27.806Z] ---> eab6d83892c6 [2021-04-23T18:03:27.806Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:03:28.447Z] ---> 3ca48a484799 [2021-04-23T18:03:28.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-23T18:03:30.954Z] ---> bdc1f4daf78a [2021-04-23T18:03:30.954Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-23T18:03:30.954Z] Removing intermediate container e3d327b27eda [2021-04-23T18:03:30.954Z] ---> 95b179d6c7be [2021-04-23T18:03:30.954Z] [2021-04-23T18:03:30.954Z] Step 10/24 : FROM alpine:3.12 [2021-04-23T18:03:30.954Z] ---> 13621d1b12d4 [2021-04-23T18:03:30.954Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-23T18:03:31.233Z] ---> Running in 5e904de7c715 [2021-04-23T18:03:31.233Z] ---> 2498fc1f9b42 [2021-04-23T18:03:31.233Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-23T18:03:31.514Z] ---> Running in fc4770922295 [2021-04-23T18:03:31.789Z] Removing intermediate container fc4770922295 [2021-04-23T18:03:31.789Z] ---> 3ed937a54b2d [2021-04-23T18:03:31.789Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:03:31.789Z] ---> Running in e608f5d2b61d [2021-04-23T18:03:32.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:03:32.060Z] Removing intermediate container e608f5d2b61d [2021-04-23T18:03:32.060Z] ---> 79e2fb4ba88c [2021-04-23T18:03:32.060Z] Step 20/22 : LABEL arch=x86_64 [2021-04-23T18:03:32.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:03:32.327Z] ---> Running in 9766e41948f1 [2021-04-23T18:03:32.327Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-23T18:03:32.327Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:03:32.327Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-23T18:03:32.327Z] (4/6) Installing curl (7.76.1-r0) [2021-04-23T18:03:32.327Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:03:32.327Z] (6/6) Installing su-exec (0.2-r1) [2021-04-23T18:03:32.327Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:03:32.327Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:03:32.603Z] OK: 7 MiB in 20 packages [2021-04-23T18:03:33.185Z] Removing intermediate container 9766e41948f1 [2021-04-23T18:03:33.185Z] ---> 18e601b2afec [2021-04-23T18:03:33.185Z] Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:03:33.454Z] ---> Running in d32d00adc204 [2021-04-23T18:03:34.042Z] Removing intermediate container d32d00adc204 [2021-04-23T18:03:34.042Z] ---> 06836d36b872 [2021-04-23T18:03:34.042Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:03:34.625Z] ---> Running in 1ae8e1d547e3 [2021-04-23T18:03:34.625Z] Removing intermediate container 5e904de7c715 [2021-04-23T18:03:34.625Z] ---> f4f29e05b731 [2021-04-23T18:03:34.625Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:03:34.896Z] ---> Running in 467bcb8ae7b0 [2021-04-23T18:03:34.896Z] Removing intermediate container 1ae8e1d547e3 [2021-04-23T18:03:34.896Z] ---> 4f4f2f13b511 [2021-04-23T18:03:34.896Z] [2021-04-23T18:03:35.851Z] Successfully built 4f4f2f13b511 [2021-04-23T18:03:35.851Z] Successfully tagged docker-support-notifications-go:latest [2021-04-23T18:03:35.851Z]  Building docker-support-notifications-go ... done Removing intermediate container 467bcb8ae7b0 [2021-04-23T18:03:35.851Z] ---> c11ff867bc2e [2021-04-23T18:03:35.851Z] Step 13/24 : WORKDIR / [2021-04-23T18:03:36.121Z] ---> Running in 3adf5df9a99f [2021-04-23T18:03:36.407Z] Removing intermediate container 3adf5df9a99f [2021-04-23T18:03:36.407Z] ---> ad798247b7f4 [2021-04-23T18:03:36.407Z] 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-04-23T18:03:36.683Z] ---> 7dd32edf8061 [2021-04-23T18:03:36.683Z] 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-04-23T18:03:37.259Z] ---> 29ccf7d1b776 [2021-04-23T18:03:37.259Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-23T18:03:37.523Z] ---> 436cddb20d59 [2021-04-23T18:03:37.523Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-23T18:03:37.785Z] ---> 188e62daa8cd [2021-04-23T18:03:37.785Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-23T18:03:38.741Z] ---> 52110139931b [2021-04-23T18:03:38.741Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-23T18:03:40.132Z] ---> bdd192cdf402 [2021-04-23T18:03:40.132Z] 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-04-23T18:03:40.396Z] ---> Running in b61ed27dc76f [2021-04-23T18:03:43.715Z] Removing intermediate container f6b19f79fdd2 [2021-04-23T18:03:43.715Z] ---> b7b73d4a6e92 [2021-04-23T18:03:43.715Z] [2021-04-23T18:03:43.715Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:03:43.715Z] ---> 13621d1b12d4 [2021-04-23T18:03:43.715Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-23T18:03:43.715Z] Removing intermediate container b61ed27dc76f [2021-04-23T18:03:43.715Z] ---> 13899f3347b0 [2021-04-23T18:03:43.715Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-23T18:03:43.715Z] ---> Running in c810949c7fc2 [2021-04-23T18:03:43.715Z] ---> Running in fe8d1cf8933a [2021-04-23T18:03:43.715Z] Removing intermediate container c810949c7fc2 [2021-04-23T18:03:43.715Z] ---> f681e98c1121 [2021-04-23T18:03:43.715Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-23T18:03:43.715Z] Removing intermediate container fe8d1cf8933a [2021-04-23T18:03:43.715Z] ---> 07301c34304f [2021-04-23T18:03:43.715Z] Step 22/24 : LABEL arch=x86_64 [2021-04-23T18:03:43.715Z] ---> Running in 6a40d7a4885b [2021-04-23T18:03:43.715Z] ---> Running in 3c3b6a75fc8a [2021-04-23T18:03:43.715Z] Removing intermediate container 6a40d7a4885b [2021-04-23T18:03:43.715Z] ---> 10a8e0507672 [2021-04-23T18:03:43.715Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-23T18:03:43.715Z] ---> Running in e19433354365 [2021-04-23T18:03:43.978Z] Removing intermediate container 3c3b6a75fc8a [2021-04-23T18:03:43.978Z] ---> 89fc617fd969 [2021-04-23T18:03:43.978Z] Step 23/24 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:03:43.978Z] ---> Running in e37c9eda4ae2 [2021-04-23T18:03:43.978Z] Removing intermediate container e19433354365 [2021-04-23T18:03:43.978Z] ---> 86e8e2a313ac [2021-04-23T18:03:43.978Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:03:44.241Z] ---> Running in de2923a86303 [2021-04-23T18:03:44.241Z] Removing intermediate container e37c9eda4ae2 [2021-04-23T18:03:44.241Z] ---> 229dd416a5e0 [2021-04-23T18:03:44.241Z] Step 24/24 : LABEL version=0.0.0 [2021-04-23T18:03:44.241Z] ---> Running in 6c4d441f1f78 [2021-04-23T18:03:44.505Z] Removing intermediate container 6c4d441f1f78 [2021-04-23T18:03:44.505Z] ---> b527d816114c [2021-04-23T18:03:44.505Z] [2021-04-23T18:03:44.767Z] Successfully built b527d816114c [2021-04-23T18:03:44.767Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-23T18:03:45.028Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container de2923a86303 [2021-04-23T18:03:45.028Z] ---> 7020dc36a453 [2021-04-23T18:03:45.028Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-23T18:03:45.291Z] ---> Running in ef590957c575 [2021-04-23T18:03:45.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:03:46.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:03:46.702Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:03:46.702Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-23T18:03:46.702Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-23T18:03:46.965Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-23T18:03:47.911Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-23T18:03:47.911Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-23T18:03:47.911Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:03:47.911Z] OK: 8 MiB in 20 packages [2021-04-23T18:03:48.486Z] Removing intermediate container ef590957c575 [2021-04-23T18:03:48.486Z] ---> ac844115ab78 [2021-04-23T18:03:48.486Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:03:48.748Z] ---> 56f2e6471c25 [2021-04-23T18:03:48.748Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-23T18:03:49.320Z] ---> d65cc9ee3a75 [2021-04-23T18:03:49.320Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-23T18:03:49.587Z] ---> 83a16ac0663b [2021-04-23T18:03:49.587Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-23T18:03:49.587Z] ---> Running in dd431bb1307e [2021-04-23T18:03:49.850Z] Removing intermediate container dd431bb1307e [2021-04-23T18:03:49.850Z] ---> 0252c0de13ba [2021-04-23T18:03:49.850Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:03:49.850Z] ---> Running in 4ed86ae05527 [2021-04-23T18:03:50.112Z] Removing intermediate container 4ed86ae05527 [2021-04-23T18:03:50.112Z] ---> b4d430640bcb [2021-04-23T18:03:50.112Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:03:50.112Z] ---> Running in 7913776ed27a [2021-04-23T18:03:50.374Z] Removing intermediate container 7913776ed27a [2021-04-23T18:03:50.374Z] ---> 2d610a2b9163 [2021-04-23T18:03:50.374Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:03:50.374Z] ---> Running in dacfb9dd0ade [2021-04-23T18:03:50.636Z] Removing intermediate container dacfb9dd0ade [2021-04-23T18:03:50.636Z] ---> 1a075a68856b [2021-04-23T18:03:50.636Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:03:50.636Z] ---> Running in ae991523ece6 [2021-04-23T18:03:50.636Z] Removing intermediate container ae991523ece6 [2021-04-23T18:03:50.636Z] ---> 9689c8d947ee [2021-04-23T18:03:50.636Z] [2021-04-23T18:03:50.898Z] Successfully built 9689c8d947ee [2021-04-23T18:03:50.898Z] Successfully tagged docker-core-data-go:latest [2021-04-23T18:03:51.496Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-23T18:03:51.536Z] $ docker stop --time=1 02ac3d8f494be2d102d621ce2130838b5d084dcaec55d36f1424b8c03daf64d4 [2021-04-23T18:03:53.125Z] $ docker rm -f 02ac3d8f494be2d102d621ce2130838b5d084dcaec55d36f1424b8c03daf64d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:03:53.591Z] + docker images [2021-04-23T18:03:53.592Z] + grep docker [2021-04-23T18:03:53.854Z] docker-core-data-go latest 9689c8d947ee 3 seconds ago 22.9MB [2021-04-23T18:03:53.854Z] docker-security-secretstore-setup-go latest b527d816114c 9 seconds ago 26.3MB [2021-04-23T18:03:53.854Z] docker-support-notifications-go latest 4f4f2f13b511 19 seconds ago 18.2MB [2021-04-23T18:03:53.854Z] docker-core-command-go latest 05d7edfc8f80 30 seconds ago 17.5MB [2021-04-23T18:03:53.854Z] docker-sys-mgmt-agent-go latest 6a374cf2f6f0 32 seconds ago 312MB [2021-04-23T18:03:53.854Z] docker-security-bootstrapper-go latest 61a95e03f9af About a minute ago 19.3MB [2021-04-23T18:03:53.854Z] docker-core-metadata-go latest 814b188bf537 2 minutes ago 19.2MB [2021-04-23T18:03:53.854Z] docker-security-proxy-setup-go latest ece8f5124996 2 minutes ago 26MB [2021-04-23T18:03:53.854Z] docker-support-scheduler-go latest ef4b4f0b60ed 2 minutes ago 17.7MB [2021-04-23T18:03:53.854Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-23T18:04:09.200Z] Still waiting to schedule task [2021-04-23T18:04:09.201Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-23T18:04:10.426Z] gofmt -l . [2021-04-23T18:04:10.426Z] [ "`gofmt -l .`" = "" ] [2021-04-23T18:04:10.426Z] ./bin/test-go-mod-tidy.sh [2021-04-23T18:04:10.699Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-23T18:04:12.808Z] + ls -al . [2021-04-23T18:04:12.808Z] total 840 [2021-04-23T18:04:12.808Z] drwxrwxr-x 9 1001 1001 4096 Apr 23 18:04 . [2021-04-23T18:04:12.808Z] drwxr-xr-x 4 root root 4096 Apr 23 17:59 .. [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 11 Apr 23 17:58 .dockerignore [2021-04-23T18:04:12.808Z] drwxrwxr-x 8 1001 1001 4096 Apr 23 17:58 .git [2021-04-23T18:04:12.808Z] drwxrwxr-x 3 1001 1001 4096 Apr 23 17:58 .github [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 818 Apr 23 17:58 .gitignore [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 166 Apr 23 17:58 .sonarcloud.properties [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 8609 Apr 23 17:58 Attribution.txt [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 3804 Apr 23 17:58 CONTRIBUTING.md [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 931 Apr 23 17:58 Dockerfile.build [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 863 Apr 23 17:58 Jenkinsfile [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 10775 Apr 23 17:58 LICENSE [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 5774 Apr 23 17:58 Makefile [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 7978 Apr 23 17:58 README.md [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 6755 Apr 23 17:58 SECURITY.md [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 5 Apr 23 17:55 VERSION [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 4131 Apr 23 17:58 ZMQWindows.md [2021-04-23T18:04:12.808Z] drwxrwxr-x 2 1001 1001 4096 Apr 23 17:58 bin [2021-04-23T18:04:12.808Z] drwxrwxr-x 14 1001 1001 4096 Apr 23 17:58 cmd [2021-04-23T18:04:12.808Z] -rw-r--r-- 1 root root 703598 Apr 23 18:02 coverage.out [2021-04-23T18:04:12.808Z] -rw-r--r-- 1 root root 1060 Apr 23 18:04 go.mod [2021-04-23T18:04:12.808Z] -rw-r--r-- 1 root root 22302 Apr 23 18:04 go.sum [2021-04-23T18:04:12.808Z] drwxrwxr-x 8 1001 1001 4096 Apr 23 17:58 internal [2021-04-23T18:04:12.808Z] drwxrwxr-x 4 1001 1001 4096 Apr 23 17:58 openapi [2021-04-23T18:04:12.808Z] drwxrwxr-x 4 1001 1001 4096 Apr 23 17:58 snap [2021-04-23T18:04:12.808Z] -rw-rw-r-- 1 1001 1001 168 Apr 23 17:58 version.go [Pipeline] sh [2021-04-23T18:04:13.472Z] + '[' -e coverage.out ] [2021-04-23T18:04:13.472Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-23T18:04:13.497Z] Warning: overwriting stash ‘coverage-report’ [2021-04-23T18:04:14.982Z] Stashed 1 file(s) [Pipeline] sh [2021-04-23T18:04:15.672Z] + make build [2021-04-23T18:04:15.672Z] 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-04-23T18:04:28.257Z] 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-04-23T18:04:50.472Z] 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-04-23T18:04:54.772Z] 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-04-23T18:05:00.143Z] Running on prd-ubuntu18.04-docker-8c-8g-1570 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [Pipeline] { [Pipeline] ws [2021-04-23T18:05:00.172Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-23T18:05:01.490Z] 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-04-23T18:05:02.472Z] 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-04-23T18:05:02.494Z] using credential edgex-jenkins-ssh [2021-04-23T18:05:02.510Z] Cloning the remote Git repository [2021-04-23T18:05:02.538Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:05:02.603Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-23T18:05:02.630Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:05:02.630Z] > git --version # timeout=10 [2021-04-23T18:05:02.637Z] > git --version # 'git version 2.17.1' [2021-04-23T18:05:02.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:05:02.661Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:05:07.868Z] 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-04-23T18:05:13.265Z] 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-04-23T18:05:14.243Z] Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:05:14.418Z] Merge succeeded, producing a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:05:14.419Z] Checking out Revision a551000195b77976913d1dae783537920f474da3 (PR-3394) [2021-04-23T18:05:13.717Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:05:13.721Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:05:13.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:05:13.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:05:13.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:05:13.741Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T18:05:14.257Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:05:14.263Z] > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 [2021-04-23T18:05:14.339Z] > git remote # timeout=10 [2021-04-23T18:05:14.346Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T18:05:14.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:05:14.365Z] > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [2021-04-23T18:05:14.381Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T18:05:14.426Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:05:14.428Z] > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 [2021-04-23T18:05:16.647Z] 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-04-23T18:05:18.050Z] Commit message: "build(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.1" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:05:19.182Z] + echo snap-build.sh [2021-04-23T18:05:19.182Z] snap-build.sh [2021-04-23T18:05:19.182Z] + SNAP_BASE_DIR=. [2021-04-23T18:05:19.182Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-04-23T18:05:19.182Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-04-23T18:05:19.182Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-04-23T18:05:19.182Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-04-23T18:05:19.182Z] + cd /w/workspace/edgex-go/3 [2021-04-23T18:05:19.182Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-23T18:05:19.182Z] Reading package lists... [2021-04-23T18:05:19.182Z] Building dependency tree... [2021-04-23T18:05:19.182Z] Reading state information... [2021-04-23T18:05:19.444Z] The following packages were automatically installed and are no longer required: [2021-04-23T18:05:19.444Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-23T18:05:19.444Z] uidmap xdelta3 [2021-04-23T18:05:19.444Z] Use 'sudo apt autoremove' to remove them. [2021-04-23T18:05:19.444Z] The following packages will be REMOVED: [2021-04-23T18:05:19.444Z] lxd* lxd-client* [2021-04-23T18:05:19.706Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-23T18:05:19.706Z] After this operation, 31.7 MB disk space will be freed. [2021-04-23T18:05:20.957Z] 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-04-23T18:05:21.009Z] (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-04-23T18:05:21.009Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-23T18:05:21.579Z] Removing lxd dnsmasq configuration [2021-04-23T18:05:21.841Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-23T18:05:22.103Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-23T18:05:23.047Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-23T18:05:23.048Z] (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-04-23T18:05:23.048Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-23T18:05:24.347Z] 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-04-23T18:05:24.436Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-23T18:05:24.437Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-23T18:05:25.817Z] + sudo snap remove --purge lxd [2021-04-23T18:05:25.817Z] snap "lxd" is not installed [2021-04-23T18:05:25.817Z] + sudo groupadd --force --system lxd [2021-04-23T18:05:25.817Z] ++ whoami [2021-04-23T18:05:25.817Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-23T18:05:25.817Z] + newgrp - lxd [2021-04-23T18:05:25.817Z] + sudo snap install lxd [2021-04-23T18:05:31.061Z] 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-04-23T18:05:35.819Z] 2021-04-23T18:05:32Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-04-23T18:05:36.486Z] $ docker stop --time=1 903c8d6eea3e9dcc68083d4b3af8263dfa74c795758141579753b32a159e8b01 [2021-04-23T18:05:39.012Z] $ docker rm -f 903c8d6eea3e9dcc68083d4b3af8263dfa74c795758141579753b32a159e8b01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:05:40.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:05:40.723Z] [2021-04-23T18:05:40.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:05:41.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:05:41.342Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-23T18:05:41.342Z] 29e5d40040c1: Pulling fs layer [2021-04-23T18:05:41.342Z] 1ce36da41761: Pulling fs layer [2021-04-23T18:05:41.342Z] 25b303627fd3: Pulling fs layer [2021-04-23T18:05:41.342Z] 29e5d40040c1: Verifying Checksum [2021-04-23T18:05:41.342Z] 29e5d40040c1: Download complete [2021-04-23T18:05:42.549Z] 29e5d40040c1: Pull complete [2021-04-23T18:05:42.823Z] 1ce36da41761: Verifying Checksum [2021-04-23T18:05:42.823Z] 1ce36da41761: Download complete [2021-04-23T18:05:44.261Z] 1ce36da41761: Pull complete [2021-04-23T18:05:44.534Z] 25b303627fd3: Download complete [2021-04-23T18:05:48.061Z] lxd 4.13 from Canonical* installed [2021-04-23T18:05:48.061Z] + sudo lxd init --auto [2021-04-23T18:05:54.674Z] 25b303627fd3: Pull complete [2021-04-23T18:05:54.675Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-23T18:05:54.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:05:54.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-23T18:05:54.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container [2021-04-23T18:05:55.064Z] $ 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-04-23T18:05:58.070Z] + sudo snap install --classic snapcraft [2021-04-23T18:05:58.378Z] $ docker top f7c9b7a54bdfe113cf9e13867d86954e0c5dde3ad792ab578be1b29d304daa52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:05:59.346Z] + docker-compose build --help [2021-04-23T18:05:59.346Z] + grep parallel [2021-04-23T18:06:02.720Z] --parallel Build images in parallel. [Pipeline] } [2021-04-23T18:06:03.021Z] $ docker stop --time=1 f7c9b7a54bdfe113cf9e13867d86954e0c5dde3ad792ab578be1b29d304daa52 [2021-04-23T18:06:04.661Z] snapcraft 4.6.2 from Canonical* installed [2021-04-23T18:06:04.661Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-23T18:06:04.661Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-23T18:06:04.661Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:06:04.661Z] Dload Upload Total Spent Left Speed [2021-04-23T18:06:04.661Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3732 0 --:--:-- --:--:-- --:--:-- 3732 [2021-04-23T18:06:04.661Z] 100 3325k 100 3325k 0 0 9.8M 0 --:--:-- --:--:-- --:--:-- 9.8M [2021-04-23T18:06:04.661Z] ./yq_linux_amd64 [2021-04-23T18:06:04.661Z] + sudo snapcraft prime --use-lxd [2021-04-23T18:06:04.975Z] $ docker rm -f f7c9b7a54bdfe113cf9e13867d86954e0c5dde3ad792ab578be1b29d304daa52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:06:05.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:06:05.636Z] . [Pipeline] withDockerContainer [2021-04-23T18:06:05.901Z] prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container [2021-04-23T18:06:05.980Z] $ 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-04-23T18:06:06.048Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-23T18:06:06.048Z] 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-04-23T18:06:06.048Z] - README.md [2021-04-23T18:06:06.048Z] [2021-04-23T18:06:06.048Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-23T18:06:06.621Z] Launching a container. [2021-04-23T18:06:07.402Z] $ docker top 678d509629559b8a3e9852f4a175eb8a059e6052fedcf1f491af0913283b52d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:06:08.345Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-23T18:06:12.631Z] Building docker-core-command-go ... [2021-04-23T18:06:12.631Z] Building docker-core-data-go ... [2021-04-23T18:06:12.631Z] Building docker-core-metadata-go ... [2021-04-23T18:06:12.631Z] Building docker-security-bootstrapper-go ... [2021-04-23T18:06:12.631Z] Building docker-security-proxy-setup-go ... [2021-04-23T18:06:12.631Z] Building docker-security-secretstore-setup-go ... [2021-04-23T18:06:12.631Z] Building docker-support-notifications-go ... [2021-04-23T18:06:12.631Z] Building docker-support-scheduler-go ... [2021-04-23T18:06:12.631Z] Building docker-sys-mgmt-agent-go ... [2021-04-23T18:06:12.631Z] Building docker-support-notifications-go [2021-04-23T18:06:12.631Z] Building docker-security-bootstrapper-go [2021-04-23T18:06:12.631Z] Building docker-security-proxy-setup-go [2021-04-23T18:06:12.631Z] Building docker-core-command-go [2021-04-23T18:06:12.631Z] Building docker-sys-mgmt-agent-go [2021-04-23T18:06:18.855Z] Waiting for container to be ready [2021-04-23T18:06:18.855Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-23T18:06:18.855Z] [2021-04-23T18:06:21.401Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-23T18:06:21.661Z] Waiting for network to be ready... [2021-04-23T18:06:22.229Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-23T18:06:22.229Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-23T18:06:22.229Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-23T18:06:22.491Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-23T18:06:22.491Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-23T18:06:22.491Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-23T18:06:22.491Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-23T18:06:22.491Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-23T18:06:22.492Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-23T18:06:22.492Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-23T18:06:22.753Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-23T18:06:23.013Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-23T18:06:23.274Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-23T18:06:23.274Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-23T18:06:23.274Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-23T18:06:23.274Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-23T18:06:23.274Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-23T18:06:23.274Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-23T18:06:23.534Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-23T18:06:23.794Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-23T18:06:23.794Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-23T18:06:23.794Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-23T18:06:23.794Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-23T18:06:23.794Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-23T18:06:23.794Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-23T18:06:23.794Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-23T18:06:23.794Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-23T18:06:26.343Z] Fetched 24.4 MB in 4s (6128 kB/s) [2021-04-23T18:06:26.914Z] Reading package lists... [2021-04-23T18:06:27.175Z] Reading package lists... [2021-04-23T18:06:27.175Z] Building dependency tree... [2021-04-23T18:06:27.175Z] Reading state information... [2021-04-23T18:06:27.437Z] The following additional packages will be installed: [2021-04-23T18:06:27.437Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-23T18:06:27.437Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-23T18:06:27.437Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-23T18:06:27.437Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-23T18:06:27.437Z] Suggested packages: [2021-04-23T18:06:27.437Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-23T18:06:27.437Z] Recommended packages: [2021-04-23T18:06:27.437Z] gnupg libsasl2-modules [2021-04-23T18:06:27.437Z] The following NEW packages will be installed: [2021-04-23T18:06:27.437Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-23T18:06:27.437Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-23T18:06:27.437Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-23T18:06:27.437Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-23T18:06:27.437Z] The following packages will be upgraded: [2021-04-23T18:06:27.437Z] gpg gpg-agent gpgconf libudev1 [2021-04-23T18:06:27.437Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-23T18:06:27.437Z] Need to get 3529 kB of archives. [2021-04-23T18:06:27.437Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-23T18:06:27.437Z] 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-04-23T18:06:27.437Z] 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-04-23T18:06:27.437Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-23T18:06:27.437Z] 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-04-23T18:06:27.697Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-23T18:06:27.958Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-23T18:06:28.219Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-23T18:06:28.219Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-23T18:06:28.479Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-23T18:06:28.479Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-23T18:06:28.479Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-23T18:06:28.479Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-23T18:06:28.479Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-23T18:06:28.479Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-23T18:06:28.479Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-23T18:06:28.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-23T18:06:28.479Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-23T18:06:28.479Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-23T18:06:28.479Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-23T18:06:28.479Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-23T18:06:28.479Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-23T18:06:28.479Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-23T18:06:28.740Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:06:28.740Z] Fetched 3529 kB in 1s (3123 kB/s) [2021-04-23T18:06:28.740Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-23T18:06:28.740Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:06:28.740Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:06:28.740Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-23T18:06:29.000Z] Selecting previously unselected package udev. [2021-04-23T18:06:29.000Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-23T18:06:29.000Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:06:29.000Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-23T18:06:29.261Z] Selecting previously unselected package libfuse2:amd64. [2021-04-23T18:06:29.261Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-23T18:06:29.261Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-23T18:06:29.261Z] Selecting previously unselected package fuse. [2021-04-23T18:06:29.261Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-23T18:06:29.261Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-23T18:06:29.522Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:06:29.522Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:06:29.522Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:06:29.522Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:06:29.784Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:06:29.784Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:06:29.784Z] Selecting previously unselected package libksba8:amd64. [2021-04-23T18:06:29.784Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-23T18:06:29.784Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-23T18:06:30.044Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-23T18:06:30.044Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.044Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.044Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-23T18:06:30.044Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.044Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.044Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-23T18:06:30.044Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.044Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.305Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-23T18:06:30.305Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.305Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.305Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-23T18:06:30.305Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.305Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.566Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-23T18:06:30.566Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.566Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.566Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-23T18:06:30.566Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.566Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.566Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-23T18:06:30.566Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.566Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.826Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-23T18:06:30.826Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:06:30.826Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:30.826Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-23T18:06:30.826Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-23T18:06:30.826Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:06:31.087Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-23T18:06:31.087Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-23T18:06:31.087Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:06:31.087Z] Selecting previously unselected package libldap-common. [2021-04-23T18:06:31.087Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-23T18:06:31.087Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:06:31.087Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-23T18:06:31.087Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-23T18:06:31.087Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:06:31.347Z] Selecting previously unselected package dirmngr. [2021-04-23T18:06:31.347Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:06:31.347Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-23T18:06:31.608Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:06:31.608Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-23T18:06:31.608Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-23T18:06:31.608Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:06:31.608Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:06:31.608Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-23T18:06:31.608Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:31.869Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-23T18:06:31.869Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:06:31.869Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-23T18:06:32.130Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T18:06:32.130Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.391Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-23T18:06:32.391Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-23T18:06:32.391Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-23T18:06:32.391Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.391Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.391Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.391Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.391Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.651Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.651Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:06:32.651Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:06:32.651Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-23T18:06:32.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:06:33.221Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-23T18:06:33.221Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-23T18:06:33.221Z] This means they are not meant to be enabled using systemctl. [2021-04-23T18:06:33.221Z] Possible reasons for having this kind of units are: [2021-04-23T18:06:33.221Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-23T18:06:33.221Z] .wants/ or .requires/ directory. [2021-04-23T18:06:33.221Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-23T18:06:33.221Z] a requirement dependency on it. [2021-04-23T18:06:33.221Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-23T18:06:33.221Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-23T18:06:33.221Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-23T18:06:33.221Z] instance name specified. [2021-04-23T18:06:33.481Z] Reading package lists... [2021-04-23T18:06:33.741Z] Building dependency tree... [2021-04-23T18:06:33.741Z] Reading state information... [2021-04-23T18:06:33.741Z] The following additional packages will be installed: [2021-04-23T18:06:33.741Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-23T18:06:33.741Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-23T18:06:33.741Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-23T18:06:33.741Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-23T18:06:33.741Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-23T18:06:33.741Z] Suggested packages: [2021-04-23T18:06:33.741Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-23T18:06:33.741Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-23T18:06:33.741Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-23T18:06:33.741Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-23T18:06:33.741Z] systemd-container policykit-1 [2021-04-23T18:06:33.741Z] Recommended packages: [2021-04-23T18:06:33.741Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-23T18:06:33.741Z] The following NEW packages will be installed: [2021-04-23T18:06:33.741Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-23T18:06:33.741Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-23T18:06:33.741Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-23T18:06:33.741Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-23T18:06:33.741Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-23T18:06:33.741Z] The following packages will be upgraded: [2021-04-23T18:06:33.741Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-23T18:06:33.741Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-23T18:06:33.741Z] Need to get 35.2 MB of archives. [2021-04-23T18:06:33.741Z] After this operation, 141 MB of additional disk space will be used. [2021-04-23T18:06:33.741Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-23T18:06:34.002Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-23T18:06:34.002Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-23T18:06:34.002Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-23T18:06:34.002Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-23T18:06:34.002Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-23T18:06:34.002Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-23T18:06:34.002Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-23T18:06:34.002Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-23T18:06:34.002Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-23T18:06:34.002Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-23T18:06:34.002Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-23T18:06:34.002Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-23T18:06:34.002Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-23T18:06:34.002Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-23T18:06:34.262Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-23T18:06:34.262Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-23T18:06:34.836Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-23T18:06:34.836Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-23T18:06:34.836Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-23T18:06:34.836Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-23T18:06:34.836Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-23T18:06:34.836Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-23T18:06:34.836Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-23T18:06:34.836Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-23T18:06:34.836Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-23T18:06:34.836Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-23T18:06:35.097Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-23T18:06:35.097Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-23T18:06:35.097Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-23T18:06:35.097Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:06:35.097Z] Fetched 35.2 MB in 1s (28.3 MB/s) [2021-04-23T18:06:35.358Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-23T18:06:35.358Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:06:35.358Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:06:35.930Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:06:35.930Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:06:36.191Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-23T18:06:36.191Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-23T18:06:36.191Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-23T18:06:36.191Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-23T18:06:36.453Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-23T18:06:36.715Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-23T18:06:36.715Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-23T18:06:36.715Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-23T18:06:36.976Z] Setting up apt (1.6.13) ... [2021-04-23T18:06:36.976Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-23T18:06:37.244Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-23T18:06:37.505Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-23T18:06:37.505Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-23T18:06:37.505Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-23T18:06:37.765Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-23T18:06:37.765Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:06:37.765Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:38.025Z] Selecting previously unselected package libexpat1:amd64. [2021-04-23T18:06:38.025Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-23T18:06:38.025Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-23T18:06:38.025Z] Selecting previously unselected package python3.6-minimal. [2021-04-23T18:06:38.025Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:06:38.025Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:38.286Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-23T18:06:38.546Z] Checking for services that may need to be restarted...done. [2021-04-23T18:06:38.546Z] Checking for services that may need to be restarted...done. [2021-04-23T18:06:38.546Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:38.546Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-23T18:06:38.546Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:39.118Z] Selecting previously unselected package python3-minimal. [2021-04-23T18:06:39.118Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-23T18:06:39.118Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-23T18:06:39.118Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-23T18:06:39.118Z] Selecting previously unselected package mime-support. [2021-04-23T18:06:39.118Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-23T18:06:39.118Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-23T18:06:39.378Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-23T18:06:39.378Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-23T18:06:39.378Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-23T18:06:39.378Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-23T18:06:39.378Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:06:39.378Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:39.639Z] Selecting previously unselected package python3.6. [2021-04-23T18:06:39.639Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:06:39.639Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:39.902Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-23T18:06:39.902Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-23T18:06:39.902Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-23T18:06:40.162Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-23T18:06:40.423Z] Selecting previously unselected package python3. [2021-04-23T18:06:40.423Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-23T18:06:40.423Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-23T18:06:40.423Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-23T18:06:40.423Z] Selecting previously unselected package multiarch-support. [2021-04-23T18:06:40.423Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:06:40.423Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-23T18:06:40.684Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-23T18:06:40.684Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-23T18:06:40.684Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-23T18:06:40.684Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-23T18:06:40.684Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-23T18:06:40.945Z] Selecting previously unselected package libbsd0:amd64. [2021-04-23T18:06:40.945Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-23T18:06:40.945Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-23T18:06:40.945Z] Selecting previously unselected package sudo. [2021-04-23T18:06:40.945Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-23T18:06:40.945Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-23T18:06:41.206Z] Selecting previously unselected package apparmor. [2021-04-23T18:06:41.206Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-23T18:06:41.206Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-23T18:06:41.467Z] Selecting previously unselected package libedit2:amd64. [2021-04-23T18:06:41.467Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-23T18:06:41.467Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-23T18:06:41.467Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-23T18:06:41.467Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:06:41.467Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:41.467Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-23T18:06:41.467Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:06:41.730Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:41.730Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-23T18:06:41.730Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-23T18:06:41.730Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-23T18:06:41.730Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-23T18:06:41.730Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:06:41.730Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:41.991Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-23T18:06:41.991Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:06:41.991Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:41.991Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-23T18:06:41.991Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-23T18:06:41.991Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-23T18:06:42.253Z] Selecting previously unselected package openssh-client. [2021-04-23T18:06:42.253Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-23T18:06:42.253Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-23T18:06:42.515Z] Selecting previously unselected package squashfs-tools. [2021-04-23T18:06:42.515Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-23T18:06:42.515Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-23T18:06:42.515Z] Selecting previously unselected package snapd. [2021-04-23T18:06:42.515Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-23T18:06:42.515Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-23T18:06:45.064Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-23T18:06:45.064Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-23T18:06:45.064Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-23T18:06:45.064Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-23T18:06:45.064Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-23T18:06:45.064Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:45.064Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:06:45.064Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-23T18:06:45.064Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-23T18:06:46.980Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-23T18:06:46.980Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-23T18:06:46.980Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-23T18:06:46.980Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:46.980Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:46.980Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:06:47.923Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-23T18:06:47.923Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:47.923Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-23T18:06:47.923Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-23T18:06:47.923Z] running python rtupdate hooks for python3.6... [2021-04-23T18:06:47.923Z] running python post-rtupdate hooks for python3.6... [2021-04-23T18:06:47.923Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-23T18:06:49.308Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-23T18:06:49.569Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:06:49.569Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-23T18:06:49.830Z] Setting up snapd (2.48.3+18.04) ... [2021-04-23T18:06:50.089Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-23T18:06:50.351Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-23T18:06:50.351Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-23T18:06:50.612Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-23T18:06:50.873Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-23T18:06:50.873Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-23T18:06:50.873Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-23T18:06:51.134Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-23T18:06:51.395Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-23T18:06:51.395Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-23T18:06:51.657Z] /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-04-23T18:06:51.657Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:06:51.657Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-23T18:06:52.598Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:06:52.598Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:06:52.598Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:06:53.796Z] Reading package lists... [2021-04-23T18:06:54.057Z] Reading package lists... [2021-04-23T18:06:54.317Z] Building dependency tree... [2021-04-23T18:06:54.317Z] Reading state information... [2021-04-23T18:06:54.317Z] Calculating upgrade... [2021-04-23T18:06:54.578Z] The following packages will be upgraded: [2021-04-23T18:06:54.578Z] advancecomp base-files bash binutils binutils-common [2021-04-23T18:06:54.578Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-23T18:06:54.578Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-23T18:06:54.578Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-23T18:06:54.578Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-23T18:06:54.578Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-23T18:06:54.578Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-23T18:06:54.578Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-23T18:06:54.578Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-23T18:06:54.578Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-23T18:06:54.578Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-23T18:06:54.578Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-23T18:06:54.578Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-23T18:06:54.578Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-23T18:06:54.578Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-23T18:06:54.838Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-23T18:06:54.838Z] Need to get 64.0 MB of archives. [2021-04-23T18:06:54.838Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-23T18:06:54.838Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-23T18:06:54.838Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-23T18:06:55.409Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-23T18:06:55.409Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-23T18:06:55.409Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-23T18:06:55.409Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-23T18:06:55.409Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-23T18:06:55.409Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-23T18:06:55.409Z] 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-04-23T18:06:55.409Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-23T18:06:55.409Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-23T18:06:55.409Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-23T18:06:55.409Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-23T18:06:55.409Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-23T18:06:55.669Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-23T18:06:55.669Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-23T18:06:55.669Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-23T18:06:55.669Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-23T18:06:55.669Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-23T18:06:55.669Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-23T18:06:55.669Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-23T18:06:55.669Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-23T18:06:55.669Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-23T18:06:55.669Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-23T18:06:55.669Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-23T18:06:55.669Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-23T18:06:55.669Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-23T18:06:55.669Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-23T18:06:55.669Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-23T18:06:55.669Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-23T18:06:55.669Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-23T18:06:55.669Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-23T18:06:55.669Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-23T18:06:55.669Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-23T18:06:55.669Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-23T18:06:55.669Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-23T18:06:55.669Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-23T18:06:55.669Z] Get:38 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-04-23T18:06:55.669Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-23T18:06:55.669Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-23T18:06:55.930Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-23T18:06:55.930Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-23T18:06:55.930Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-23T18:06:55.930Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-23T18:06:55.930Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-23T18:06:55.930Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-23T18:06:55.930Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-23T18:06:55.930Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-23T18:06:55.930Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-23T18:06:55.930Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-23T18:06:55.930Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-23T18:06:55.930Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-23T18:06:55.930Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-23T18:06:55.930Z] Get:54 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-04-23T18:06:55.930Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-23T18:06:55.930Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-23T18:06:55.930Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-23T18:06:55.930Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-23T18:06:55.930Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-23T18:06:55.930Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-23T18:06:55.930Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-23T18:06:56.192Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-23T18:06:56.192Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-23T18:06:56.192Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-23T18:06:56.192Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-23T18:06:56.192Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-23T18:06:56.192Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-23T18:06:56.192Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-23T18:06:56.192Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-23T18:06:56.192Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-23T18:06:56.192Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-23T18:06:56.192Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-23T18:06:56.192Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-23T18:06:56.192Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-23T18:06:56.192Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-23T18:06:56.192Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-23T18:06:56.192Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-23T18:06:56.192Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-23T18:06:56.192Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-23T18:06:56.192Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-23T18:06:56.192Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-23T18:06:56.192Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-23T18:06:56.192Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-23T18:06:56.453Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-23T18:06:56.453Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-23T18:06:56.453Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-23T18:06:56.453Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-23T18:06:56.453Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-23T18:06:56.453Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-23T18:06:56.453Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-23T18:06:56.453Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-23T18:06:56.453Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-23T18:06:57.025Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-23T18:06:57.286Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-23T18:06:57.546Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-23T18:06:57.546Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-23T18:06:57.807Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-23T18:06:57.807Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-23T18:06:57.807Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-23T18:06:57.807Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-23T18:06:57.807Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-23T18:06:57.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:06:57.807Z] Fetched 64.0 MB in 3s (20.1 MB/s) [2021-04-23T18:06:58.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:06:58.069Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:06:58.330Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:06:58.902Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:06:58.902Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:06:58.902Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-23T18:06:58.902Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-23T18:06:59.846Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:06:59.846Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:06:59.846Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:06:59.846Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.107Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.107Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.107Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.107Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.369Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.369Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.369Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.369Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.630Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.630Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.630Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:00.891Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:07:00.891Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.891Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-23T18:07:00.892Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:00.892Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:07:00.892Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:00.892Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:01.152Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:01.152Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:01.152Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:01.414Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:07:01.414Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:01.675Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:07:01.675Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:07:01.675Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:07:02.250Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-23T18:07:02.250Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:07:02.251Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-23T18:07:02.511Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-23T18:07:02.511Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-23T18:07:02.511Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-23T18:07:02.774Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-23T18:07:02.774Z] Installing new version of config file /etc/issue ... [2021-04-23T18:07:02.774Z] Installing new version of config file /etc/issue.net ... [2021-04-23T18:07:02.774Z] Installing new version of config file /etc/lsb-release ... [2021-04-23T18:07:02.774Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-23T18:07:03.049Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-23T18:07:03.049Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-23T18:07:03.049Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-23T18:07:03.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:03.309Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-23T18:07:03.309Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-23T18:07:03.309Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-23T18:07:03.570Z] 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-04-23T18:07:03.570Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:03.570Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:03.570Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:03.570Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:03.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:03.830Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-23T18:07:03.830Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-23T18:07:03.830Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-23T18:07:04.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:04.092Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-23T18:07:04.092Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-23T18:07:04.353Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-23T18:07:04.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:04.353Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:07:04.614Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:07:04.614Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-23T18:07:04.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:04.614Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:07:04.875Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:07:04.875Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-23T18:07:04.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:04.875Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-23T18:07:05.137Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-23T18:07:05.137Z] Setting up grep (3.1-2build1) ... [2021-04-23T18:07:05.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:05.397Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-23T18:07:05.397Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-23T18:07:05.397Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-23T18:07:05.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:05.658Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:07:05.658Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:07:05.919Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-23T18:07:05.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:05.919Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-23T18:07:05.919Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:07:06.494Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-23T18:07:06.494Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:07:06.754Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-23T18:07:06.754Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:07:07.325Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-23T18:07:07.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:07.325Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-23T18:07:07.325Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:07:08.267Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-23T18:07:08.528Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-23T18:07:08.528Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-23T18:07:08.528Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-23T18:07:08.528Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-23T18:07:08.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:08.790Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-23T18:07:08.790Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-23T18:07:09.061Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-23T18:07:09.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:09.061Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:09.061Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:09.323Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:09.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:09.323Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:09.323Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:09.583Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:09.583Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:09.583Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:09.583Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:09.583Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:09.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:09.847Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:09.847Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:09.847Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:10.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:10.107Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:07:10.107Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:07:10.107Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:07:10.107Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:07:10.373Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-23T18:07:10.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:10.373Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:07:10.373Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:07:10.633Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-23T18:07:10.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:10.633Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:10.633Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:10.894Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:10.894Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:10.894Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:10.894Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:11.155Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:11.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:11.155Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:11.416Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:11.676Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:11.938Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-23T18:07:12.199Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-23T18:07:12.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:12.460Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:07:12.460Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:07:12.723Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:07:12.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:07:12.723Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-23T18:07:12.723Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:07:12.984Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-23T18:07:12.984Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:12.984Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-23T18:07:12.984Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-23T18:07:13.245Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-23T18:07:13.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:13.507Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-23T18:07:13.507Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-23T18:07:13.507Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-23T18:07:13.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:13.769Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-23T18:07:13.769Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-23T18:07:13.769Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-23T18:07:14.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:14.030Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-23T18:07:14.030Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:07:14.030Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:07:14.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:14.297Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-23T18:07:14.297Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:07:14.558Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:07:14.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:14.558Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-23T18:07:14.820Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:07:14.820Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:07:15.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:15.082Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:07:15.082Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:07:15.082Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:07:15.082Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:07:15.343Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:07:15.343Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:07:15.343Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-23T18:07:15.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:15.604Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-23T18:07:15.604Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-23T18:07:15.604Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-23T18:07:15.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:15.892Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-23T18:07:15.892Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:07:15.892Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:07:16.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:16.464Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:07:16.464Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:07:16.464Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-23T18:07:16.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:16.464Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-23T18:07:16.464Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-23T18:07:16.725Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-23T18:07:16.725Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:16.725Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-23T18:07:16.725Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-23T18:07:17.450Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-23T18:07:17.450Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:17.450Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:07:17.450Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:07:17.757Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-23T18:07:17.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:17.757Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-23T18:07:17.757Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-23T18:07:17.757Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-23T18:07:17.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:17.757Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-23T18:07:17.757Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-23T18:07:18.043Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-23T18:07:18.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:18.043Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-23T18:07:18.043Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-23T18:07:18.354Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-23T18:07:18.354Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:18.354Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-23T18:07:18.354Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-23T18:07:18.642Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-23T18:07:18.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:18.642Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-23T18:07:18.642Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-23T18:07:18.945Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-23T18:07:19.229Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:19.229Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-23T18:07:19.229Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-23T18:07:19.507Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-23T18:07:19.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:19.507Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-23T18:07:19.507Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-23T18:07:19.507Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-23T18:07:19.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:07:19.768Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-23T18:07:19.768Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-23T18:07:19.768Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-23T18:07:20.029Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-23T18:07:20.029Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-23T18:07:20.029Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-23T18:07:20.029Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-23T18:07:20.290Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-23T18:07:20.290Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-23T18:07:20.290Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-23T18:07:20.551Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-23T18:07:20.551Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-23T18:07:20.811Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-23T18:07:20.811Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-23T18:07:21.071Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-23T18:07:21.071Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-23T18:07:21.071Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-23T18:07:21.071Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-23T18:07:21.332Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-23T18:07:21.332Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-23T18:07:21.332Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-23T18:07:21.332Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-23T18:07:21.592Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-23T18:07:21.592Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-23T18:07:21.592Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-23T18:07:21.853Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-23T18:07:21.853Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-23T18:07:21.853Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-23T18:07:23.249Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-23T18:07:23.249Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-23T18:07:23.249Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-23T18:07:23.249Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-23T18:07:23.511Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:07:23.511Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:07:23.772Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:07:23.772Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:07:24.034Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:07:24.034Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:07:24.034Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:07:24.034Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:07:24.295Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:24.295Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:24.295Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:24.557Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:24.557Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:24.557Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:24.817Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:24.817Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:25.758Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:25.758Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:26.699Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:26.699Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:27.271Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:27.271Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:27.531Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:27.531Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:28.915Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:07:28.915Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:07:28.915Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-23T18:07:28.915Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-23T18:07:28.915Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-23T18:07:28.915Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-23T18:07:29.175Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-23T18:07:29.175Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-23T18:07:29.175Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-23T18:07:29.175Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-23T18:07:29.436Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-23T18:07:29.436Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-23T18:07:29.436Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-23T18:07:29.436Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-23T18:07:29.436Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-23T18:07:29.696Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-23T18:07:29.696Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:29.696Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-23T18:07:29.696Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:29.696Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:29.696Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:29.696Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-23T18:07:29.696Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-23T18:07:29.696Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-23T18:07:29.958Z] [2021-04-23T18:07:29.958Z] Current default time zone: 'Etc/UTC' [2021-04-23T18:07:29.958Z] Local time is now: Fri Apr 23 18:07:29 UTC 2021. [2021-04-23T18:07:29.958Z] Universal Time is now: Fri Apr 23 18:07:29 UTC 2021. [2021-04-23T18:07:29.958Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-23T18:07:29.958Z] [2021-04-23T18:07:29.958Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-23T18:07:29.958Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:29.958Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-23T18:07:29.958Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:07:29.958Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-23T18:07:30.218Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-23T18:07:30.218Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-23T18:07:30.218Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-23T18:07:30.218Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-23T18:07:30.218Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-23T18:07:30.218Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:30.218Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-23T18:07:30.478Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:30.478Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:07:30.478Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:30.478Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-23T18:07:30.478Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-23T18:07:30.478Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-23T18:07:30.739Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-23T18:07:30.740Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-23T18:07:30.740Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-23T18:07:30.740Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:07:30.740Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-23T18:07:32.660Z] Updating certificates in /etc/ssl/certs... [2021-04-23T18:07:33.233Z] 23 added, 27 removed; done. [2021-04-23T18:07:33.233Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-23T18:07:33.233Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:07:33.233Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-23T18:07:33.233Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-23T18:07:33.233Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-23T18:07:33.501Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.501Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:07:33.501Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.501Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.501Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.501Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.501Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.501Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-23T18:07:33.760Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:07:33.761Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-23T18:07:33.761Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-23T18:07:33.761Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:07:33.761Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.761Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:07:33.761Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-23T18:07:33.761Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-23T18:07:34.021Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-23T18:07:34.021Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:07:34.021Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-23T18:07:34.021Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-23T18:07:34.283Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-23T18:07:34.283Z] Updating certificates in /etc/ssl/certs... [2021-04-23T18:07:34.377Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:07:34.377Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:07:34.377Z] ---> 8f043eeeb2bc [2021-04-23T18:07:34.377Z] Step 3/31 : WORKDIR /edgex-go [2021-04-23T18:07:34.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:07:34.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:07:34.377Z] ---> 8f043eeeb2bc [2021-04-23T18:07:34.377Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:07:34.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:07:34.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:07:34.377Z] ---> 8f043eeeb2bc [2021-04-23T18:07:34.377Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:07:34.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:07:34.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:07:34.377Z] ---> 8f043eeeb2bc [2021-04-23T18:07:34.377Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:07:34.377Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:07:34.377Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:07:34.377Z] ---> 8f043eeeb2bc [2021-04-23T18:07:34.377Z] Step 3/21 : WORKDIR /edgex-go [2021-04-23T18:07:34.377Z] ---> Running in ff986775ac88 [2021-04-23T18:07:34.377Z] ---> Running in f8264319ee29 [2021-04-23T18:07:34.377Z] ---> Running in 825674d6baa2 [2021-04-23T18:07:34.377Z] ---> Running in b0c6018609bc [2021-04-23T18:07:34.377Z] ---> Running in 55a6bbfd8208 [2021-04-23T18:07:34.377Z] Removing intermediate container ff986775ac88 [2021-04-23T18:07:34.377Z] ---> 5ebe3280bf3f [2021-04-23T18:07:34.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:07:34.377Z] Removing intermediate container b0c6018609bc [2021-04-23T18:07:34.377Z] Removing intermediate container 55a6bbfd8208 [2021-04-23T18:07:34.377Z] ---> 5d209637277f [2021-04-23T18:07:34.377Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:07:34.377Z] ---> 1223400dfba5 [2021-04-23T18:07:34.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:07:34.377Z] Removing intermediate container 825674d6baa2 [2021-04-23T18:07:34.377Z] ---> ce6490fcfe5d [2021-04-23T18:07:34.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:07:34.377Z] Removing intermediate container f8264319ee29 [2021-04-23T18:07:34.377Z] ---> 0228be1c338f [2021-04-23T18:07:34.377Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:07:34.377Z] ---> Running in 91db4dfaffca [2021-04-23T18:07:34.377Z] ---> Running in 1948d2508cdc [2021-04-23T18:07:34.377Z] ---> Running in 94e2a1ee5cbd [2021-04-23T18:07:34.377Z] ---> Running in 12ad20f2a320 [2021-04-23T18:07:34.377Z] ---> Running in 1803333c4773 [2021-04-23T18:07:34.377Z] Removing intermediate container 91db4dfaffca [2021-04-23T18:07:34.377Z] ---> 77f2d9fe4010 [2021-04-23T18:07:34.377Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-23T18:07:34.377Z] ---> Running in e33fe6d6b5b4 [2021-04-23T18:07:34.377Z] Removing intermediate container 1948d2508cdc [2021-04-23T18:07:34.377Z] ---> a5d87cf21f45 [2021-04-23T18:07:34.377Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-23T18:07:34.377Z] Removing intermediate container 12ad20f2a320 [2021-04-23T18:07:34.377Z] ---> 0ff1739b5d43 [2021-04-23T18:07:34.377Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:07:34.377Z] ---> Running in f8c625fddb7c [2021-04-23T18:07:34.377Z] Removing intermediate container 94e2a1ee5cbd [2021-04-23T18:07:34.377Z] ---> 07feb75b8697 [2021-04-23T18:07:34.377Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-23T18:07:34.377Z] ---> Running in 104e79f6040c [2021-04-23T18:07:34.377Z] Removing intermediate container 1803333c4773 [2021-04-23T18:07:34.377Z] ---> db30d5d4a11b [2021-04-23T18:07:34.377Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-23T18:07:34.377Z] ---> Running in fe2a7bf91a9c [2021-04-23T18:07:34.377Z] ---> Running in 36d730b5a000 [2021-04-23T18:07:34.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:34.855Z] 0 added, 0 removed; done. [2021-04-23T18:07:34.855Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-23T18:07:34.855Z] done. [2021-04-23T18:07:34.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:34.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:34.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:35.115Z] Reading package lists... [2021-04-23T18:07:35.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:35.375Z] Building dependency tree... [2021-04-23T18:07:35.375Z] Reading state information... [2021-04-23T18:07:35.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:35.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:35.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:35.636Z] The following NEW packages will be installed: [2021-04-23T18:07:35.636Z] apt-transport-https [2021-04-23T18:07:35.636Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-23T18:07:35.636Z] Need to get 1692 B of archives. [2021-04-23T18:07:35.636Z] After this operation, 154 kB of additional disk space will be used. [2021-04-23T18:07:35.636Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-23T18:07:35.898Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:07:35.898Z] Fetched 1692 B in 0s (8486 B/s) [2021-04-23T18:07:35.898Z] Selecting previously unselected package apt-transport-https. [2021-04-23T18:07:35.898Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-23T18:07:35.898Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-23T18:07:35.898Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-23T18:07:35.898Z] Setting up apt-transport-https (1.6.13) ... [2021-04-23T18:07:36.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:36.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:07:36.134Z] OK: 217 MiB in 51 packages [2021-04-23T18:07:36.157Z] Waiting for network to be ready... [2021-04-23T18:07:36.413Z] OK: 217 MiB in 51 packages [2021-04-23T18:07:36.414Z] OK: 217 MiB in 51 packages [2021-04-23T18:07:37.018Z] OK: 217 MiB in 51 packages [2021-04-23T18:07:37.018Z] OK: 217 MiB in 51 packages [2021-04-23T18:07:38.011Z] Removing intermediate container e33fe6d6b5b4 [2021-04-23T18:07:38.011Z] ---> e00013b4cfdd [2021-04-23T18:07:38.011Z] Step 6/22 : COPY go.mod . [2021-04-23T18:07:38.284Z] Removing intermediate container f8c625fddb7c [2021-04-23T18:07:38.284Z] ---> 02ceee4769a4 [2021-04-23T18:07:38.284Z] Step 6/23 : COPY go.mod . [2021-04-23T18:07:38.895Z] Removing intermediate container 104e79f6040c [2021-04-23T18:07:38.895Z] ---> 11bc37e09303 [2021-04-23T18:07:38.895Z] Step 6/23 : COPY go.mod . [2021-04-23T18:07:38.895Z] Removing intermediate container 36d730b5a000 [2021-04-23T18:07:38.895Z] ---> a8c247ad921f [2021-04-23T18:07:38.895Z] Step 6/21 : COPY go.mod . [2021-04-23T18:07:38.895Z] Removing intermediate container fe2a7bf91a9c [2021-04-23T18:07:38.895Z] ---> 577a4d77dd31 [2021-04-23T18:07:38.895Z] Step 6/31 : COPY go.mod . [2021-04-23T18:07:39.168Z] ---> 786a1b4adb0c [2021-04-23T18:07:39.168Z] Step 7/22 : RUN go mod download [2021-04-23T18:07:39.443Z] ---> Running in f5419c36e555 [2021-04-23T18:07:39.443Z] ---> b07c18cf667b [2021-04-23T18:07:39.443Z] Step 7/23 : RUN go mod download [2021-04-23T18:07:39.727Z] ---> Running in 8ebbb8a58698 [2021-04-23T18:07:40.002Z] ---> cccf285a3846 [2021-04-23T18:07:40.002Z] Step 7/23 : RUN go mod download [2021-04-23T18:07:40.002Z] ---> 42ad0efb8297 [2021-04-23T18:07:40.002Z] Step 7/21 : RUN go mod download [2021-04-23T18:07:40.002Z] ---> 6b480d614f4e [2021-04-23T18:07:40.002Z] Step 7/31 : RUN go mod download [2021-04-23T18:07:40.277Z] ---> Running in c4b9ef1d66f3 [2021-04-23T18:07:40.557Z] ---> Running in 2dc64d2f9c29 [2021-04-23T18:07:40.557Z] ---> Running in 95b0163264ab [2021-04-23T18:07:42.747Z] 2021-04-23T18:07:39Z INFO Waiting for automatic snapd restart... [2021-04-23T18:07:42.747Z] snapd 2.49.2 from Canonical* installed [2021-04-23T18:07:43.008Z] "snapd" switched to the "latest/stable" channel [2021-04-23T18:07:43.008Z] [2021-04-23T18:07:43.972Z] Removing intermediate container f5419c36e555 [2021-04-23T18:07:43.972Z] ---> 01dcd8423fba [2021-04-23T18:07:43.972Z] Step 8/22 : COPY . . [2021-04-23T18:07:44.252Z] Removing intermediate container 8ebbb8a58698 [2021-04-23T18:07:44.252Z] ---> a9662989b547 [2021-04-23T18:07:44.252Z] Step 8/23 : COPY . . [2021-04-23T18:07:44.870Z] Removing intermediate container c4b9ef1d66f3 [2021-04-23T18:07:44.870Z] ---> 6c64b16666a7 [2021-04-23T18:07:44.870Z] Step 8/23 : COPY . . [2021-04-23T18:07:45.858Z] Removing intermediate container 95b0163264ab [2021-04-23T18:07:45.858Z] ---> f5bf98ca96b6 [2021-04-23T18:07:45.858Z] Step 8/31 : COPY . . [2021-04-23T18:07:46.135Z] Removing intermediate container 2dc64d2f9c29 [2021-04-23T18:07:46.135Z] ---> 2ceefd5605c5 [2021-04-23T18:07:46.135Z] Step 8/21 : COPY . . [2021-04-23T18:07:46.316Z] core18 20210309 from Canonical* installed [2021-04-23T18:07:46.316Z] "core18" switched to the "latest/stable" channel [2021-04-23T18:07:46.316Z] [2021-04-23T18:07:49.615Z] snapcraft 4.6.2 from Canonical* installed [2021-04-23T18:07:49.879Z] "snapcraft" switched to the "latest/stable" channel [2021-04-23T18:07:49.879Z] [2021-04-23T18:07:54.082Z] 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-04-23T18:07:54.082Z] - README.md [2021-04-23T18:07:54.082Z] [2021-04-23T18:07:54.082Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-23T18:08:00.671Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:08:00.671Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:08:00.671Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:08:00.671Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:08:01.242Z] Reading package lists... [2021-04-23T18:08:01.814Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-04-23T18:08:08.405Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:08:08.405Z] Reading package lists... [2021-04-23T18:08:08.405Z] Building dependency tree... [2021-04-23T18:08:08.405Z] Reading state information... [2021-04-23T18:08:08.405Z] Suggested packages: [2021-04-23T18:08:08.405Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-23T18:08:08.405Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-23T18:08:08.405Z] Recommended packages: [2021-04-23T18:08:08.405Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-23T18:08:08.405Z] The following NEW packages will be installed: [2021-04-23T18:08:08.405Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-23T18:08:08.405Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-23T18:08:08.405Z] pkg-config zip [2021-04-23T18:08:08.405Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-23T18:08:08.405Z] Need to get 7663 kB of archives. [2021-04-23T18:08:08.405Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-23T18:08:08.405Z] 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-04-23T18:08:08.405Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-23T18:08:08.664Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-23T18:08:08.664Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-23T18:08:08.664Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-23T18:08:08.664Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-23T18:08:08.924Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-23T18:08:08.924Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-23T18:08:08.924Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-23T18:08:08.924Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-23T18:08:09.185Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-23T18:08:09.185Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-23T18:08:09.185Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-23T18:08:09.185Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-23T18:08:09.185Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-23T18:08:09.444Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:08:09.444Z] Fetched 7663 kB in 1s (7267 kB/s) [2021-04-23T18:08:09.445Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-23T18:08:09.445Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-23T18:08:09.445Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-23T18:08:09.445Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-23T18:08:09.708Z] Selecting previously unselected package libpsl5:amd64. [2021-04-23T18:08:09.708Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-23T18:08:09.708Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-23T18:08:09.973Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-23T18:08:09.973Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-23T18:08:09.973Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-23T18:08:09.973Z] Selecting previously unselected package librtmp1:amd64. [2021-04-23T18:08:09.973Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-23T18:08:09.973Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-23T18:08:10.239Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-23T18:08:10.239Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-23T18:08:10.239Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-23T18:08:10.239Z] Selecting previously unselected package liberror-perl. [2021-04-23T18:08:10.239Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-23T18:08:10.239Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-23T18:08:10.239Z] Selecting previously unselected package git-man. [2021-04-23T18:08:10.239Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-23T18:08:10.239Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:08:10.503Z] Selecting previously unselected package git. [2021-04-23T18:08:10.503Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-23T18:08:10.503Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:08:11.460Z] Selecting previously unselected package libnorm1:amd64. [2021-04-23T18:08:11.460Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-23T18:08:11.460Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-23T18:08:11.460Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-23T18:08:11.460Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-23T18:08:11.460Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-23T18:08:11.460Z] Selecting previously unselected package libsodium23:amd64. [2021-04-23T18:08:11.460Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-23T18:08:11.460Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-23T18:08:11.770Z] Selecting previously unselected package libzmq5:amd64. [2021-04-23T18:08:11.770Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-23T18:08:11.770Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:08:11.770Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-23T18:08:11.770Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-23T18:08:11.770Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:08:12.033Z] Selecting previously unselected package pkg-config. [2021-04-23T18:08:12.033Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-23T18:08:12.033Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-23T18:08:12.033Z] Selecting previously unselected package zip. [2021-04-23T18:08:12.033Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-23T18:08:12.033Z] Unpacking zip (3.0-11build1) ... [2021-04-23T18:08:12.033Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-23T18:08:12.033Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:08:12.033Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-23T18:08:12.301Z] Setting up liberror-perl (0.17025-1) ... [2021-04-23T18:08:12.301Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-23T18:08:12.301Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-23T18:08:12.301Z] No schema files found: doing nothing. [2021-04-23T18:08:12.301Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-23T18:08:12.301Z] Setting up zip (3.0-11build1) ... [2021-04-23T18:08:12.301Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-23T18:08:12.301Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-23T18:08:12.301Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-23T18:08:12.564Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:08:12.564Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-23T18:08:12.564Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:08:12.564Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:08:12.564Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:08:12.964Z] ---> 7b0eddc00572 [2021-04-23T18:08:12.964Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-23T18:08:12.964Z] ---> 48a14c906afa [2021-04-23T18:08:12.964Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-23T18:08:12.964Z] ---> 84f30e02ffd3 [2021-04-23T18:08:12.964Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-23T18:08:12.964Z] ---> Running in 9e52ef2d592e [2021-04-23T18:08:12.964Z] ---> f084487b815d [2021-04-23T18:08:12.964Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-23T18:08:12.964Z] ---> 978d68c172e2 [2021-04-23T18:08:12.964Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-23T18:08:12.964Z] ---> Running in 89826397a533 [2021-04-23T18:08:12.964Z] ---> Running in 47609941d094 [2021-04-23T18:08:12.964Z] ---> Running in c96b6c68e2ec [2021-04-23T18:08:12.964Z] ---> Running in 2d2712c96b8f [2021-04-23T18:08:12.964Z] 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-04-23T18:08:12.964Z] 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-04-23T18:08:13.580Z] 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-04-23T18:08:13.866Z] 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-04-23T18:08:13.866Z] 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-04-23T18:08:19.185Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:08:19.185Z] git set to automatically installed. [2021-04-23T18:08:19.185Z] git-man set to automatically installed. [2021-04-23T18:08:19.185Z] libcurl3-gnutls set to automatically installed. [2021-04-23T18:08:19.185Z] liberror-perl set to automatically installed. [2021-04-23T18:08:19.185Z] libglib2.0-0 set to automatically installed. [2021-04-23T18:08:19.185Z] libnghttp2-14 set to automatically installed. [2021-04-23T18:08:19.185Z] libnorm1 set to automatically installed. [2021-04-23T18:08:19.185Z] libpgm-5.2-0 set to automatically installed. [2021-04-23T18:08:19.185Z] libpsl5 set to automatically installed. [2021-04-23T18:08:19.185Z] librtmp1 set to automatically installed. [2021-04-23T18:08:19.185Z] libsodium23 set to automatically installed. [2021-04-23T18:08:19.185Z] libzmq3-dev set to automatically installed. [2021-04-23T18:08:19.185Z] libzmq5 set to automatically installed. [2021-04-23T18:08:19.185Z] pkg-config set to automatically installed. [2021-04-23T18:08:19.185Z] zip set to automatically installed. [2021-04-23T18:08:22.501Z] snapd is not logged in, snap install commands will use sudo [2021-04-23T18:08:29.226Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:08:39.226Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-23T18:08:39.493Z] snapd is not logged in, snap install commands will use sudo [2021-04-23T18:08:46.105Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:08:46.367Z] snap "core18" has no updates available [2021-04-23T18:08:46.943Z] Pulling go-build-helper [2021-04-23T18:08:46.943Z] + snapcraftctl pull [2021-04-23T18:08:47.898Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-23T18:08:47.898Z] Skipping pull go-build-helper (already ran) [2021-04-23T18:08:47.898Z] Building go-build-helper [2021-04-23T18:08:47.898Z] + snapcraftctl build [2021-04-23T18:08:49.809Z] Staging go-build-helper [2021-04-23T18:08:49.809Z] + snapcraftctl stage [2021-04-23T18:08:59.805Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-23T18:08:59.805Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-23T18:08:59.805Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-23T18:08:59.805Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-23T18:08:59.805Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-23T18:08:59.805Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-23T18:08:59.805Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-23T18:08:59.805Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-23T18:08:59.805Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-23T18:08:59.805Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-23T18:08:59.805Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-23T18:08:59.805Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-23T18:08:59.805Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-23T18:08:59.805Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-23T18:08:59.805Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-23T18:08:59.805Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-23T18:08:59.805Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-23T18:08:59.805Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-23T18:08:59.805Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-23T18:08:59.805Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-23T18:08:59.805Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-23T18:08:59.805Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-23T18:08:59.805Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-23T18:08:59.805Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-23T18:08:59.805Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-23T18:08:59.805Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-23T18:08:59.805Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-23T18:08:59.805Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-23T18:08:59.805Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-23T18:08:59.805Z] Fetched 224 kB in 0s (0 B/s) [2021-04-23T18:08:59.805Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-23T18:08:59.805Z] Fetched 157 kB in 0s (0 B/s) [2021-04-23T18:08:59.805Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-23T18:08:59.805Z] Fetched 221 kB in 0s (0 B/s) [2021-04-23T18:08:59.805Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-23T18:08:59.806Z] Fetched 143 kB in 0s (0 B/s) [2021-04-23T18:08:59.806Z] Pulling app-service-config [2021-04-23T18:08:59.806Z] + snapcraftctl pull [2021-04-23T18:08:59.806Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-23T18:09:00.747Z] Pulling config-common [2021-04-23T18:09:00.747Z] + snapcraftctl pull [2021-04-23T18:09:04.951Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:09:04.951Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:09:04.951Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:09:04.951Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:09:04.951Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-23T18:09:04.951Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:09:04.951Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-23T18:09:04.951Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:09:04.951Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-23T18:09:04.951Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:09:04.951Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-23T18:09:04.951Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:09:04.951Z] Pulling edgex-go [2021-04-23T18:09:04.951Z] + snapcraftctl pull [2021-04-23T18:09:26.914Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:09:26.914Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:09:26.914Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:09:26.914Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-23T18:09:26.914Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-23T18:09:26.914Z] Fetched 279 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-23T18:09:26.914Z] Fetched 122 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-23T18:09:26.914Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-23T18:09:26.914Z] Fetched 8848 B in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-23T18:09:26.914Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-23T18:09:26.914Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-23T18:09:26.914Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-23T18:09:26.914Z] Fetched 219 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-23T18:09:26.914Z] Fetched 154 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-23T18:09:26.914Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-23T18:09:26.914Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-23T18:09:26.914Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-23T18:09:26.914Z] Fetched 499 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-23T18:09:26.914Z] Fetched 111 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-23T18:09:26.914Z] Fetched 240 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-23T18:09:26.914Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-23T18:09:26.914Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-23T18:09:26.914Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-23T18:09:26.914Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-23T18:09:26.914Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-23T18:09:26.914Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-23T18:09:26.914Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-23T18:09:26.914Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-23T18:09:26.914Z] Fetched 8720 B in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-23T18:09:26.914Z] Fetched 137 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-23T18:09:26.914Z] Fetched 119 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-23T18:09:26.914Z] Fetched 110 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-23T18:09:26.914Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-23T18:09:26.914Z] Fetched 645 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-23T18:09:26.914Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-23T18:09:26.914Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-23T18:09:26.914Z] Fetched 368 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-23T18:09:26.914Z] Fetched 187 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-23T18:09:26.914Z] Fetched 175 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-23T18:09:26.914Z] Fetched 206 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-23T18:09:26.914Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-23T18:09:26.914Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-23T18:09:26.914Z] Fetched 159 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-23T18:09:26.914Z] Fetched 107 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-23T18:09:26.914Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-23T18:09:26.914Z] Pulling static-packages [2021-04-23T18:09:26.914Z] + snapcraftctl pull [2021-04-23T18:09:26.914Z] Pulling version [2021-04-23T18:09:26.914Z] + cd /root/project [2021-04-23T18:09:26.914Z] + [ -f VERSION ] [2021-04-23T18:09:26.914Z] + PROJECT_VERSION=local-dev [2021-04-23T18:09:26.914Z] + git rev-parse --short HEAD [2021-04-23T18:09:26.914Z] + GIT_REVISION=a5510001 [2021-04-23T18:09:26.914Z] + snapcraftctl set-version local-dev [2021-04-23T18:09:26.914Z] Skipping build go-build-helper (already ran) [2021-04-23T18:09:27.173Z] Building app-service-config [2021-04-23T18:09:27.173Z] + make build [2021-04-23T18:09:27.174Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-23T18:09:29.714Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-23T18:09:29.714Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-23T18:09:29.714Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-23T18:09:29.714Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-23T18:09:29.714Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-23T18:09:29.714Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-23T18:09:29.714Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-23T18:09:29.973Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-23T18:09:29.973Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-23T18:09:30.234Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-23T18:09:30.234Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-23T18:09:30.234Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-23T18:09:30.234Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-23T18:09:30.493Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-23T18:09:30.493Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-23T18:09:30.493Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-23T18:09:30.493Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-23T18:09:30.753Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-23T18:09:30.753Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-23T18:09:30.753Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-23T18:09:30.753Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-23T18:09:30.753Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-23T18:09:30.753Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T18:09:30.753Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-23T18:09:30.753Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-23T18:09:30.753Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-23T18:09:30.753Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-23T18:09:30.753Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-23T18:09:31.015Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-23T18:09:31.015Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-23T18:09:31.015Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-23T18:09:31.015Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-23T18:09:31.015Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-23T18:09:31.015Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T18:09:31.015Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-23T18:09:31.015Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-23T18:09:31.015Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-23T18:09:31.015Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-23T18:09:31.015Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-23T18:09:31.015Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-23T18:09:31.015Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-23T18:09:31.015Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T18:09:31.284Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-23T18:09:31.284Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-23T18:09:31.284Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-23T18:09:41.284Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-23T18:09:41.284Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-23T18:09:41.284Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-23T18:09:41.284Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-23T18:09:42.665Z] Building config-common [2021-04-23T18:09:42.665Z] + snapcraftctl build [2021-04-23T18:09:45.203Z] Building edgex-go [2021-04-23T18:09:45.203Z] + cd /root/parts/edgex-go/src [2021-04-23T18:09:45.203Z] + make build [2021-04-23T18:09:45.203Z] 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-04-23T18:09:45.775Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-23T18:09:45.775Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-23T18:09:45.775Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-23T18:09:45.775Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-23T18:09:45.775Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-23T18:09:45.775Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-23T18:09:46.040Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-23T18:09:46.040Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-23T18:09:46.040Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-23T18:09:46.040Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-23T18:09:46.040Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-23T18:09:46.040Z] go: downloading golang.org/x/text v0.3.2 [2021-04-23T18:09:50.713Z] 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-04-23T18:09:51.327Z] 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-04-23T18:09:51.327Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-23T18:09:56.609Z] 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-04-23T18:09:57.550Z] 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-04-23T18:09:58.932Z] 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-04-23T18:09:59.503Z] 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-04-23T18:09:59.762Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-23T18:09:59.762Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-23T18:09:59.762Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-23T18:09:59.762Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-23T18:10:01.671Z] 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-04-23T18:10:01.671Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-23T18:10:01.671Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-23T18:10:03.622Z] 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-04-23T18:10:04.575Z] 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-04-23T18:10:06.499Z] 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-04-23T18:10:07.440Z] 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-04-23T18:10:07.440Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-23T18:10:08.823Z] 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-04-23T18:10:08.823Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-23T18:10:09.094Z] Removing intermediate container 89826397a533 [2021-04-23T18:10:09.094Z] ---> d3d6342aeb9f [2021-04-23T18:10:09.094Z] [2021-04-23T18:10:09.094Z] Step 10/21 : FROM alpine:3.12 [2021-04-23T18:10:09.414Z] Removing intermediate container 2d2712c96b8f [2021-04-23T18:10:09.414Z] ---> 065f20ce0b05 [2021-04-23T18:10:09.414Z] [2021-04-23T18:10:09.414Z] Step 10/31 : FROM alpine:3.12 [2021-04-23T18:10:09.414Z] Removing intermediate container c96b6c68e2ec [2021-04-23T18:10:09.414Z] ---> cf19080407fe [2021-04-23T18:10:09.414Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-23T18:10:09.414Z] 3.12: Pulling from library/alpine [2021-04-23T18:10:09.414Z] 3.12: Pulling from library/alpine [2021-04-23T18:10:09.689Z] ---> Running in 682bd07e5f57 [2021-04-23T18:10:10.673Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:10:10.673Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:10:10.951Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:10:10.951Z] ---> 9852663dfa18 [2021-04-23T18:10:10.951Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-23T18:10:10.951Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:10:10.951Z] ---> 9852663dfa18 [2021-04-23T18:10:10.951Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-23T18:10:11.235Z] 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-04-23T18:10:11.362Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-23T18:10:11.362Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-23T18:10:11.362Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-23T18:10:11.362Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-23T18:10:11.362Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-23T18:10:11.362Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-23T18:10:11.362Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-23T18:10:11.362Z] + 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-04-23T18:10:11.362Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-23T18:10:11.362Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-23T18:10:11.362Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-23T18:10:11.362Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-23T18:10:11.362Z] + 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-04-23T18:10:12.307Z] ---> Running in 24d3154e02d1 [2021-04-23T18:10:12.307Z] ---> Running in 3d17aa72b56a [2021-04-23T18:10:13.831Z] Removing intermediate container 3d17aa72b56a [2021-04-23T18:10:13.831Z] ---> 3b1c4941b418 [2021-04-23T18:10:13.831Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-23T18:10:13.831Z] Removing intermediate container 47609941d094 [2021-04-23T18:10:13.831Z] ---> aad4033c3565 [2021-04-23T18:10:13.831Z] [2021-04-23T18:10:13.831Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:10:13.831Z] ---> 9852663dfa18 [2021-04-23T18:10:13.831Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:10:13.928Z] Building static-packages [2021-04-23T18:10:13.928Z] + snapcraftctl build [2021-04-23T18:10:14.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:14.433Z] Removing intermediate container 9e52ef2d592e [2021-04-23T18:10:14.434Z] ---> 2018bf968514 [2021-04-23T18:10:14.434Z] [2021-04-23T18:10:14.434Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:10:14.434Z] ---> 9852663dfa18 [2021-04-23T18:10:14.434Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-23T18:10:14.434Z] ---> Running in 342cd02ebe92 [2021-04-23T18:10:14.434Z] ---> Running in 5f90f5014f71 [2021-04-23T18:10:14.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:14.783Z] ---> Running in 870622491f87 [2021-04-23T18:10:15.167Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-23T18:10:15.167Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:10:15.167Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-23T18:10:15.167Z] (4/4) Installing curl (7.76.1-r0) [2021-04-23T18:10:15.167Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:10:15.439Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:10:15.715Z] OK: 7 MiB in 18 packages [2021-04-23T18:10:15.841Z] Building version [2021-04-23T18:10:15.841Z] + snapcraftctl build [2021-04-23T18:10:16.702Z] Removing intermediate container 682bd07e5f57 [2021-04-23T18:10:16.702Z] ---> f755154e65c5 [2021-04-23T18:10:16.702Z] [2021-04-23T18:10:16.702Z] Step 11/23 : FROM docker:20.10.0 [2021-04-23T18:10:16.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:16.702Z] 20.10.0: Pulling from library/docker [2021-04-23T18:10:16.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:16.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:17.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:17.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:17.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:17.529Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:10:17.529Z] (2/2) Installing su-exec (0.2-r1) [2021-04-23T18:10:17.529Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:10:17.529Z] OK: 5 MiB in 16 packages [2021-04-23T18:10:17.753Z] Skipping stage go-build-helper (already ran) [2021-04-23T18:10:17.753Z] Staging app-service-config [2021-04-23T18:10:17.753Z] + snapcraftctl stage [2021-04-23T18:10:17.810Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-23T18:10:18.086Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:10:18.086Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:10:18.086Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:10:18.086Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:10:18.086Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:10:18.086Z] OK: 5 MiB in 15 packages [2021-04-23T18:10:18.367Z] OK: 6 MiB in 16 packages [2021-04-23T18:10:18.692Z] Staging config-common [2021-04-23T18:10:18.693Z] + snapcraftctl stage [2021-04-23T18:10:19.350Z] Removing intermediate container 24d3154e02d1 [2021-04-23T18:10:19.350Z] ---> 7798b07fa9c1 [2021-04-23T18:10:19.350Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:10:19.638Z] Staging edgex-go [2021-04-23T18:10:19.638Z] + snapcraftctl stage [2021-04-23T18:10:19.950Z] ---> Running in 898b66b480f1 [2021-04-23T18:10:20.544Z] Removing intermediate container 342cd02ebe92 [2021-04-23T18:10:20.544Z] ---> eb253ad09248 [2021-04-23T18:10:20.544Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-23T18:10:20.581Z] Staging static-packages [2021-04-23T18:10:20.581Z] + snapcraftctl stage [2021-04-23T18:10:20.815Z] Removing intermediate container 898b66b480f1 [2021-04-23T18:10:20.815Z] ---> 536c67fdff8a [2021-04-23T18:10:20.815Z] Step 13/21 : WORKDIR /edgex [2021-04-23T18:10:20.815Z] Removing intermediate container 5f90f5014f71 [2021-04-23T18:10:20.815Z] ---> 212958a64eb5 [2021-04-23T18:10:20.815Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:10:20.815Z] ---> Running in c44eb06ea7a1 [2021-04-23T18:10:21.086Z] ---> Running in 1bd69ec01aa4 [2021-04-23T18:10:21.086Z] ---> Running in 8064a82017c4 [2021-04-23T18:10:21.358Z] Removing intermediate container c44eb06ea7a1 [2021-04-23T18:10:21.358Z] ---> a09bea155b1e [2021-04-23T18:10:21.358Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-23T18:10:21.358Z] Removing intermediate container 870622491f87 [2021-04-23T18:10:21.358Z] ---> 9e767faa6bcf [2021-04-23T18:10:21.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:10:21.522Z] Staging version [2021-04-23T18:10:21.522Z] + snapcraftctl stage [2021-04-23T18:10:21.970Z] ---> Running in 057f52053921 [2021-04-23T18:10:21.970Z] ---> Running in d909102ff633 [2021-04-23T18:10:21.970Z] Removing intermediate container 1bd69ec01aa4 [2021-04-23T18:10:21.970Z] ---> 8de42ff478a3 [2021-04-23T18:10:21.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-23T18:10:21.970Z] Removing intermediate container 8064a82017c4 [2021-04-23T18:10:21.970Z] ---> 022041b37310 [2021-04-23T18:10:21.970Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-23T18:10:22.461Z] Priming go-build-helper [2021-04-23T18:10:22.461Z] + snapcraftctl prime [2021-04-23T18:10:22.561Z] ---> Running in a94f7126d92c [2021-04-23T18:10:22.832Z] Removing intermediate container 057f52053921 [2021-04-23T18:10:22.832Z] ---> 88b29472fdca [2021-04-23T18:10:22.832Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-23T18:10:23.106Z] ---> 45fc0751438b [2021-04-23T18:10:23.106Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-23T18:10:23.106Z] Removing intermediate container d909102ff633 [2021-04-23T18:10:23.106Z] ---> c926cd8598b6 [2021-04-23T18:10:23.106Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-23T18:10:23.703Z] ---> Running in 545e26b4c68e [2021-04-23T18:10:23.899Z] Priming app-service-config [2021-04-23T18:10:23.899Z] + snapcraftctl prime [2021-04-23T18:10:24.294Z] ---> Running in a5a38a68fa78 [2021-04-23T18:10:24.294Z] Removing intermediate container a94f7126d92c [2021-04-23T18:10:24.294Z] ---> d6f2ab845cdc [2021-04-23T18:10:24.294Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:10:24.894Z] ---> Running in e42213114476 [2021-04-23T18:10:24.960Z] Priming config-common [2021-04-23T18:10:24.961Z] + snapcraftctl prime [2021-04-23T18:10:25.168Z] Removing intermediate container a5a38a68fa78 [2021-04-23T18:10:25.168Z] ---> eacfd157e2a8 [2021-04-23T18:10:25.168Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:10:25.440Z] ---> 175a06e83ed7 [2021-04-23T18:10:25.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-23T18:10:25.712Z] ---> Running in 7cb08d95ec53 [2021-04-23T18:10:25.900Z] Priming edgex-go [2021-04-23T18:10:25.901Z] + snapcraftctl prime [2021-04-23T18:10:25.989Z] Removing intermediate container e42213114476 [2021-04-23T18:10:25.989Z] ---> f7b4613de364 [2021-04-23T18:10:25.989Z] Step 15/23 : WORKDIR / [2021-04-23T18:10:26.270Z] ---> Running in f1aefd43c18b [2021-04-23T18:10:26.548Z] Removing intermediate container 7cb08d95ec53 [2021-04-23T18:10:26.548Z] ---> 53152027017d [2021-04-23T18:10:26.548Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:10:26.842Z] Priming static-packages [2021-04-23T18:10:27.101Z] + snapcraftctl prime [2021-04-23T18:10:27.142Z] Removing intermediate container f1aefd43c18b [2021-04-23T18:10:27.142Z] ---> 8f6f012e971c [2021-04-23T18:10:27.142Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:10:27.413Z] ---> 6b2efa7c13cc [2021-04-23T18:10:27.413Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-23T18:10:27.413Z] ---> Running in bb7a48df0561 [2021-04-23T18:10:27.413Z] ---> 88a2c370d5c8 [2021-04-23T18:10:27.413Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-23T18:10:27.685Z] Removing intermediate container 545e26b4c68e [2021-04-23T18:10:27.685Z] ---> ec90bf231098 [2021-04-23T18:10:27.685Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-23T18:10:27.959Z] ---> Running in 4741cefe1193 [2021-04-23T18:10:28.548Z] Removing intermediate container bb7a48df0561 [2021-04-23T18:10:28.548Z] ---> d957e96cfb26 [2021-04-23T18:10:28.548Z] Step 18/21 : CMD ["--init=true"] [2021-04-23T18:10:28.548Z] ---> 80f07e4c327b [2021-04-23T18:10:28.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-23T18:10:28.821Z] ---> Running in 8843eb3f972f [2021-04-23T18:10:28.821Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-23T18:10:28.821Z] Removing intermediate container 4741cefe1193 [2021-04-23T18:10:28.821Z] ---> 6e1470aadd02 [2021-04-23T18:10:28.821Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-23T18:10:28.821Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-23T18:10:28.821Z] ---> eeaf43b92773 [2021-04-23T18:10:28.821Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:10:29.011Z] Priming version [2021-04-23T18:10:29.011Z] + snapcraftctl prime [2021-04-23T18:10:29.420Z] ---> 71cf81557299 [2021-04-23T18:10:29.421Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-23T18:10:29.696Z] ---> Running in bbb302e2d16e [2021-04-23T18:10:29.696Z] Removing intermediate container 8843eb3f972f [2021-04-23T18:10:29.696Z] ---> 3f60920e80ee [2021-04-23T18:10:29.696Z] Step 19/21 : LABEL arch=arm64 [2021-04-23T18:10:29.696Z] ---> b1eb8eafbddd [2021-04-23T18:10:29.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-23T18:10:29.952Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-23T18:10:29.967Z] ---> d4a74985b06c [2021-04-23T18:10:29.967Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-23T18:10:29.967Z] ---> Running in 6e400b09ffbf [2021-04-23T18:10:29.967Z] ---> Running in b2e15717a0ad [2021-04-23T18:10:30.261Z] Removing intermediate container bbb302e2d16e [2021-04-23T18:10:30.261Z] ---> f0bd6b489c0a [2021-04-23T18:10:30.261Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-23T18:10:30.532Z] ---> 93b2a148cffb [2021-04-23T18:10:30.532Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-23T18:10:30.532Z] ---> Running in 3e38fca47c58 [2021-04-23T18:10:30.532Z] Removing intermediate container 6e400b09ffbf [2021-04-23T18:10:30.532Z] ---> d715fd065871 [2021-04-23T18:10:30.532Z] Step 20/21 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:10:30.802Z] ---> d1bdee71f8a4 [2021-04-23T18:10:30.802Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-23T18:10:30.802Z] ---> Running in 5c3a17ca6412 [2021-04-23T18:10:30.802Z] ---> Running in aab000bccdc0 [2021-04-23T18:10:31.075Z] ---> Running in ea7a535bd469 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T18:10:31.668Z] Removing intermediate container 5c3a17ca6412 [2021-04-23T18:10:31.668Z] ---> 89010efc85b6 [2021-04-23T18:10:31.668Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:10:31.668Z] Removing intermediate container aab000bccdc0 [2021-04-23T18:10:31.668Z] ---> 92f737aee701 [2021-04-23T18:10:31.668Z] Step 21/21 : LABEL version=0.0.0 [2021-04-23T18:10:31.668Z] ---> Running in 8d9cb2f582b6 [2021-04-23T18:10:31.940Z] Removing intermediate container ea7a535bd469 [2021-04-23T18:10:31.940Z] ---> ba0cf39f5199 [2021-04-23T18:10:31.940Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:10:31.940Z] ---> Running in e1580c3caab5 [2021-04-23T18:10:31.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:32.213Z] ---> Running in 57bd0cfbb20b [2021-04-23T18:10:32.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:10:32.482Z] Removing intermediate container 8d9cb2f582b6 [2021-04-23T18:10:32.482Z] ---> fe18fdd19b6e [2021-04-23T18:10:32.482Z] Step 20/22 : LABEL arch=arm64 [2021-04-23T18:10:32.753Z] ---> Running in 6ecc413f58f8 [2021-04-23T18:10:32.753Z] Removing intermediate container e1580c3caab5 [2021-04-23T18:10:32.753Z] ---> 81b5e64a4fa8 [2021-04-23T18:10:32.753Z] [2021-04-23T18:10:32.753Z] Removing intermediate container 57bd0cfbb20b [2021-04-23T18:10:32.753Z] ---> 2af7523e8848 [2021-04-23T18:10:32.753Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:10:33.026Z] (1/39) Installing readline (8.0.4-r0) [2021-04-23T18:10:33.026Z] (2/39) Installing bash (5.0.17-r0) [2021-04-23T18:10:33.026Z] Executing bash-5.0.17-r0.post-install [2021-04-23T18:10:33.026Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:10:33.026Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-23T18:10:33.026Z] (5/39) Installing curl (7.76.1-r0) [2021-04-23T18:10:33.026Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-23T18:10:33.026Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-23T18:10:33.026Z] (8/39) Installing expat (2.2.9-r1) [2021-04-23T18:10:33.026Z] (9/39) Installing libffi (3.3-r2) [2021-04-23T18:10:33.026Z] (10/39) Installing gdbm (1.13-r1) [2021-04-23T18:10:33.026Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-23T18:10:33.026Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-23T18:10:33.026Z] ---> Running in 87df394bf393 [2021-04-23T18:10:33.026Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-23T18:10:33.297Z] Successfully built 81b5e64a4fa8 [2021-04-23T18:10:33.572Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-23T18:10:33.572Z] Removing intermediate container 6ecc413f58f8 [2021-04-23T18:10:33.572Z] ---> 4c8a4a47d85b [2021-04-23T18:10:33.572Z] Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:10:33.572Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-23T18:10:33.843Z] Removing intermediate container b2e15717a0ad [2021-04-23T18:10:33.843Z] ---> 41e4d055b071 [2021-04-23T18:10:33.843Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:10:34.115Z] ---> Running in 5d27a4bcfa58 [2021-04-23T18:10:34.115Z] Removing intermediate container 87df394bf393 [2021-04-23T18:10:34.115Z] ---> d9897c82449a [2021-04-23T18:10:34.115Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:10:34.398Z] ---> Running in 3cafe931b82e [2021-04-23T18:10:34.992Z] Removing intermediate container 5d27a4bcfa58 [2021-04-23T18:10:34.992Z] ---> 1c2bd9b8a86d [2021-04-23T18:10:34.992Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:10:35.268Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-23T18:10:35.268Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-23T18:10:35.268Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-23T18:10:35.268Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-23T18:10:35.268Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-23T18:10:35.268Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-23T18:10:35.268Z] ---> 47cb72759992 [2021-04-23T18:10:35.268Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-23T18:10:35.268Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-23T18:10:35.554Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-23T18:10:35.555Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-23T18:10:35.555Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-23T18:10:35.555Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-23T18:10:35.555Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-23T18:10:35.555Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-23T18:10:35.555Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-23T18:10:35.555Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-23T18:10:35.555Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-23T18:10:35.826Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-23T18:10:35.826Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-23T18:10:35.826Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-23T18:10:35.826Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-23T18:10:35.826Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-23T18:10:35.826Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-23T18:10:35.826Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-23T18:10:35.826Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-23T18:10:35.826Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-23T18:10:35.826Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-23T18:10:36.098Z] ---> Running in a495b04ae792 [2021-04-23T18:10:36.098Z] Removing intermediate container 3cafe931b82e [2021-04-23T18:10:36.098Z] ---> 4bc2822c923a [2021-04-23T18:10:36.098Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:10:36.098Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:10:36.098Z] OK: 72 MiB in 59 packages [2021-04-23T18:10:37.529Z] ---> Running in da9b375f371b [2021-04-23T18:10:37.529Z] Removing intermediate container a495b04ae792 [2021-04-23T18:10:37.529Z] ---> 977b635106da [2021-04-23T18:10:37.529Z] [2021-04-23T18:10:37.529Z] ---> 372710340ec1 [2021-04-23T18:10:37.529Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-23T18:10:38.137Z] Successfully built 977b635106da [2021-04-23T18:10:38.137Z] Removing intermediate container da9b375f371b [2021-04-23T18:10:38.137Z] ---> 7b8a6bb7588e [2021-04-23T18:10:38.137Z] [2021-04-23T18:10:38.137Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-23T18:10:38.137Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-23T18:10:38.737Z] Successfully built 7b8a6bb7588e [2021-04-23T18:10:38.737Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-23T18:10:38.737Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-23T18:10:39.013Z] ---> d5942eea7297 [2021-04-23T18:10:39.013Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-23T18:10:39.998Z] ---> 8ba7a649b05a [2021-04-23T18:10:39.998Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-23T18:10:41.004Z] Collecting docker-compose==1.23.2 [2021-04-23T18:10:41.004Z] ---> d70e602aad54 [2021-04-23T18:10:41.004Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-23T18:10:41.004Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-23T18:10:42.435Z] ---> Running in 82b005080e14 [2021-04-23T18:10:42.435Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-23T18:10:42.435Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-23T18:10:43.420Z] Removing intermediate container 82b005080e14 [2021-04-23T18:10:43.420Z] ---> 701fd5cdb9fe [2021-04-23T18:10:43.420Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-23T18:10:44.856Z] ---> 81caa5088726 [2021-04-23T18:10:44.856Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-23T18:10:44.856Z] Collecting cached-property<2,>=1.2.0 [2021-04-23T18:10:44.856Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-23T18:10:45.461Z] ---> Running in 920ec1ff225f [2021-04-23T18:10:45.461Z] Collecting texttable<0.10,>=0.9.0 [2021-04-23T18:10:45.461Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-23T18:10:48.108Z] 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-04-23T18:10:49.093Z] Removing intermediate container 920ec1ff225f [2021-04-23T18:10:49.093Z] ---> 51e908a87053 [2021-04-23T18:10:49.093Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-23T18:10:49.366Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-23T18:10:49.366Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-23T18:10:49.366Z] ---> Running in a0d9b97d9b92 [2021-04-23T18:10:49.965Z] Removing intermediate container a0d9b97d9b92 [2021-04-23T18:10:49.965Z] ---> eaa505d68e4d [2021-04-23T18:10:49.965Z] Step 28/31 : CMD ["gate"] [2021-04-23T18:10:49.965Z] Collecting jsonschema<3,>=2.5.1 [2021-04-23T18:10:49.965Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-23T18:10:50.560Z] ---> Running in c4007d22a32a [2021-04-23T18:10:51.159Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-23T18:10:51.159Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-23T18:10:51.764Z] Removing intermediate container c4007d22a32a [2021-04-23T18:10:51.764Z] ---> 7d8b7ef6a3df [2021-04-23T18:10:51.764Z] Step 29/31 : LABEL arch=arm64 [2021-04-23T18:10:52.040Z] Collecting docopt<0.7,>=0.6.1 [2021-04-23T18:10:52.040Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-23T18:10:52.637Z] ---> Running in 677b206b0323 [2021-04-23T18:10:53.616Z] Removing intermediate container 677b206b0323 [2021-04-23T18:10:53.616Z] ---> 1597163642f5 [2021-04-23T18:10:53.616Z] Step 30/31 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:10:54.213Z] ---> Running in 88f91fe77ab8 [2021-04-23T18:10:55.192Z] Removing intermediate container 88f91fe77ab8 [2021-04-23T18:10:55.192Z] ---> 7bc5106e54a0 [2021-04-23T18:10:55.192Z] Step 31/31 : LABEL version=0.0.0 [2021-04-23T18:10:55.470Z] Collecting PyYAML<4,>=3.10 [2021-04-23T18:10:55.470Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-23T18:10:56.072Z] ---> Running in 2ece777f187d [2021-04-23T18:10:56.669Z] Removing intermediate container 2ece777f187d [2021-04-23T18:10:56.669Z] ---> 563551281aed [2021-04-23T18:10:56.669Z] [2021-04-23T18:10:57.274Z] Successfully built 563551281aed [2021-04-23T18:10:57.275Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-23T18:10:57.275Z] Building docker-support-scheduler-go [2021-04-23T18:10:59.240Z]  Building docker-security-bootstrapper-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-23T18:10:59.240Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-23T18:10:59.509Z] 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-04-23T18:10:59.509Z] 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-04-23T18:11:00.106Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-23T18:11:00.106Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-23T18:11:00.702Z] Collecting idna<2.8,>=2.5 [2021-04-23T18:11:00.702Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-23T18:11:00.974Z] Collecting docker-pycreds>=0.4.0 [2021-04-23T18:11:00.974Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-23T18:11:01.246Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-23T18:11:01.246Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-23T18:11:01.246Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-23T18:11:01.246Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-23T18:11:02.229Z] Installing collected packages: dockerpty, cached-property, texttable, urllib3, idna, requests, jsonschema, websocket-client, docopt, PyYAML, docker-pycreds, docker, docker-compose [2021-04-23T18:11:02.229Z] Running setup.py install for dockerpty: started [2021-04-23T18:11:04.855Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-23T18:11:04.855Z] Running setup.py install for texttable: started [2021-04-23T18:11:06.845Z] Running setup.py install for texttable: finished with status 'done' [2021-04-23T18:11:06.845Z] Attempting uninstall: urllib3 [2021-04-23T18:11:06.845Z] Found existing installation: urllib3 1.25.9 [2021-04-23T18:11:06.845Z] Uninstalling urllib3-1.25.9: [2021-04-23T18:11:06.845Z] Successfully uninstalled urllib3-1.25.9 [2021-04-23T18:11:07.838Z] Attempting uninstall: idna [2021-04-23T18:11:07.838Z] Found existing installation: idna 2.9 [2021-04-23T18:11:07.838Z] Uninstalling idna-2.9: [2021-04-23T18:11:07.838Z] Successfully uninstalled idna-2.9 [2021-04-23T18:11:08.445Z] Attempting uninstall: requests [2021-04-23T18:11:08.445Z] Found existing installation: requests 2.23.0 [2021-04-23T18:11:08.445Z] Uninstalling requests-2.23.0: [2021-04-23T18:11:08.445Z] Successfully uninstalled requests-2.23.0 [2021-04-23T18:11:09.886Z] Running setup.py install for docopt: started [2021-04-23T18:11:11.873Z] Running setup.py install for docopt: finished with status 'done' [2021-04-23T18:11:11.873Z] Running setup.py install for PyYAML: started [2021-04-23T18:11:12.862Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:11:12.862Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:11:12.862Z] ---> 8f043eeeb2bc [2021-04-23T18:11:12.862Z] Step 3/24 : WORKDIR /edgex-go [2021-04-23T18:11:12.862Z] ---> Using cache [2021-04-23T18:11:12.862Z] ---> 0228be1c338f [2021-04-23T18:11:12.862Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:11:12.862Z] ---> Using cache [2021-04-23T18:11:12.862Z] ---> db30d5d4a11b [2021-04-23T18:11:12.862Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-23T18:11:12.862Z] ---> Using cache [2021-04-23T18:11:12.862Z] ---> a8c247ad921f [2021-04-23T18:11:12.862Z] Step 6/24 : COPY go.mod . [2021-04-23T18:11:12.862Z] ---> Using cache [2021-04-23T18:11:12.862Z] ---> 42ad0efb8297 [2021-04-23T18:11:12.862Z] Step 7/24 : RUN go mod download [2021-04-23T18:11:12.862Z] ---> Using cache [2021-04-23T18:11:12.862Z] ---> 2ceefd5605c5 [2021-04-23T18:11:12.862Z] Step 8/24 : COPY . . [2021-04-23T18:11:12.862Z] ---> Using cache [2021-04-23T18:11:12.862Z] ---> 84f30e02ffd3 [2021-04-23T18:11:12.862Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-23T18:11:14.320Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-23T18:11:17.720Z] ---> Running in 9ef6293ce583 [2021-04-23T18:11:18.314Z] 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-04-23T18:11:18.933Z] 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-04-23T18:11:25.650Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:11:25.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:11:25.650Z] ---> 8f043eeeb2bc [2021-04-23T18:11:25.650Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> 0228be1c338f [2021-04-23T18:11:25.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> db30d5d4a11b [2021-04-23T18:11:25.650Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> a8c247ad921f [2021-04-23T18:11:25.650Z] Step 6/23 : COPY go.mod . [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> 42ad0efb8297 [2021-04-23T18:11:25.650Z] Step 7/23 : RUN go mod download [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> 2ceefd5605c5 [2021-04-23T18:11:25.650Z] Step 8/23 : COPY . . [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> 84f30e02ffd3 [2021-04-23T18:11:25.650Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-23T18:11:25.650Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:11:25.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:11:25.650Z] ---> 8f043eeeb2bc [2021-04-23T18:11:25.650Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> 0228be1c338f [2021-04-23T18:11:25.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:11:25.650Z] ---> Using cache [2021-04-23T18:11:25.650Z] ---> db30d5d4a11b [2021-04-23T18:11:25.650Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-23T18:11:27.093Z] ---> Running in a80789f57961 [2021-04-23T18:11:27.093Z] ---> Running in 2c68efb6df1e [2021-04-23T18:11:29.734Z] 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-04-23T18:11:29.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:11:30.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:11:31.708Z] OK: 217 MiB in 51 packages [2021-04-23T18:11:35.112Z] Removing intermediate container 2c68efb6df1e [2021-04-23T18:11:35.112Z] ---> e0ea8cd3d3de [2021-04-23T18:11:35.112Z] Step 6/23 : COPY go.mod . [2021-04-23T18:11:37.099Z] ---> 737dbc22e5bc [2021-04-23T18:11:37.099Z] Step 7/23 : RUN go mod download [2021-04-23T18:11:37.704Z] ---> Running in 02d35993190e [2021-04-23T18:11:39.239Z] Removing intermediate container 3e38fca47c58 [2021-04-23T18:11:39.239Z] ---> 9e5fe30e4dd2 [2021-04-23T18:11:39.239Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-23T18:11:39.903Z] ---> Running in bb158783d7b7 [2021-04-23T18:11:40.900Z] Removing intermediate container bb158783d7b7 [2021-04-23T18:11:40.900Z] ---> 3c01fcf5282c [2021-04-23T18:11:40.900Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-23T18:11:41.203Z] ---> Running in 3061cf30e5f3 [2021-04-23T18:11:41.203Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:11:41.203Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:11:41.203Z] ---> 8f043eeeb2bc [2021-04-23T18:11:41.203Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:11:41.203Z] ---> Using cache [2021-04-23T18:11:41.203Z] ---> 0228be1c338f [2021-04-23T18:11:41.203Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:11:41.203Z] ---> Using cache [2021-04-23T18:11:41.203Z] ---> db30d5d4a11b [2021-04-23T18:11:41.203Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-23T18:11:41.203Z] ---> Using cache [2021-04-23T18:11:41.203Z] ---> a8c247ad921f [2021-04-23T18:11:41.203Z] Step 6/22 : COPY go.mod . [2021-04-23T18:11:41.203Z] ---> Using cache [2021-04-23T18:11:41.203Z] ---> 42ad0efb8297 [2021-04-23T18:11:41.203Z] Step 7/22 : RUN go mod download [2021-04-23T18:11:41.203Z] ---> Using cache [2021-04-23T18:11:41.203Z] ---> 2ceefd5605c5 [2021-04-23T18:11:41.203Z] Step 8/22 : COPY . . [2021-04-23T18:11:41.479Z] ---> Using cache [2021-04-23T18:11:41.479Z] ---> 84f30e02ffd3 [2021-04-23T18:11:41.479Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-23T18:11:41.769Z] ---> Running in 951106b2fdb1 [2021-04-23T18:11:41.769Z] Removing intermediate container 3061cf30e5f3 [2021-04-23T18:11:41.769Z] ---> 9b9953d597ca [2021-04-23T18:11:41.769Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-23T18:11:43.774Z] Removing intermediate container 02d35993190e [2021-04-23T18:11:43.774Z] ---> a6d070e6e5eb [2021-04-23T18:11:43.774Z] Step 8/23 : COPY . . [2021-04-23T18:11:44.055Z] 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-04-23T18:11:44.663Z] ---> 073f1f57b6e0 [2021-04-23T18:11:44.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-23T18:11:46.670Z] ---> 1b125a52af90 [2021-04-23T18:11:46.670Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-23T18:11:49.345Z] ---> bd9222011350 [2021-04-23T18:11:49.345Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-23T18:11:49.964Z] ---> Running in 183c3b7f991b [2021-04-23T18:11:51.430Z] Removing intermediate container 183c3b7f991b [2021-04-23T18:11:51.430Z] ---> 384520ef2222 [2021-04-23T18:11:51.430Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:11:52.048Z] ---> Running in a0386479fc8f [2021-04-23T18:11:53.045Z] Removing intermediate container a0386479fc8f [2021-04-23T18:11:53.045Z] ---> 4c9aa07f2cdc [2021-04-23T18:11:53.045Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:11:53.045Z] ---> Running in 057e3d6b318d [2021-04-23T18:11:54.050Z] Removing intermediate container 057e3d6b318d [2021-04-23T18:11:54.050Z] ---> 7dca1bc0ce5e [2021-04-23T18:11:54.050Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:11:54.657Z] ---> Running in 4fdf6f817388 [2021-04-23T18:11:55.651Z] Removing intermediate container 4fdf6f817388 [2021-04-23T18:11:55.651Z] ---> 09b730b2d92e [2021-04-23T18:11:55.651Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:11:56.261Z] ---> Running in bda3705804c8 [2021-04-23T18:11:57.715Z] Removing intermediate container bda3705804c8 [2021-04-23T18:11:57.715Z] ---> b0f95c0eb32d [2021-04-23T18:11:57.715Z] [2021-04-23T18:11:58.319Z] Successfully built b0f95c0eb32d [2021-04-23T18:11:58.319Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-23T18:12:06.934Z]  Building docker-sys-mgmt-agent-go ... done  ---> a17834b1c324 [2021-04-23T18:12:06.934Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-23T18:12:06.934Z] ---> Running in 072811c16d5b [2021-04-23T18:12:07.532Z] 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-04-23T18:12:34.348Z] 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-04-23T18:12:46.771Z] Removing intermediate container 9ef6293ce583 [2021-04-23T18:12:46.771Z] ---> 9a6261ef059c [2021-04-23T18:12:46.771Z] [2021-04-23T18:12:46.771Z] Step 10/24 : FROM alpine:3.12 [2021-04-23T18:12:46.771Z] ---> 9852663dfa18 [2021-04-23T18:12:46.771Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-23T18:12:46.771Z] ---> Running in efb3f75e5c09 [2021-04-23T18:12:47.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:12:47.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:12:48.356Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-23T18:12:48.356Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:12:48.356Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-23T18:12:48.356Z] (4/6) Installing curl (7.76.1-r0) [2021-04-23T18:12:48.356Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:12:48.356Z] (6/6) Installing su-exec (0.2-r1) [2021-04-23T18:12:48.356Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:12:48.356Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:12:48.955Z] OK: 7 MiB in 20 packages [2021-04-23T18:12:51.585Z] Removing intermediate container efb3f75e5c09 [2021-04-23T18:12:51.585Z] ---> 8c9858d4a906 [2021-04-23T18:12:51.585Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:12:51.861Z] ---> Running in 9788e69a0887 [2021-04-23T18:12:52.463Z] Removing intermediate container 9788e69a0887 [2021-04-23T18:12:52.463Z] ---> cb24374f2c79 [2021-04-23T18:12:52.463Z] Step 13/24 : WORKDIR / [2021-04-23T18:12:52.463Z] ---> Running in c09ded350aac [2021-04-23T18:12:53.455Z] Removing intermediate container c09ded350aac [2021-04-23T18:12:53.455Z] ---> af037f5c611a [2021-04-23T18:12:53.455Z] 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-04-23T18:12:54.446Z] ---> 426ff11ba326 [2021-04-23T18:12:54.446Z] 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-04-23T18:12:55.438Z] ---> 028ec7c46d6b [2021-04-23T18:12:55.438Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-23T18:12:56.438Z] ---> 0409b72b1d57 [2021-04-23T18:12:56.438Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-23T18:12:57.893Z] ---> aa4e3c71842d [2021-04-23T18:12:57.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-23T18:12:59.879Z] ---> 0d20cb11a235 [2021-04-23T18:12:59.879Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-23T18:13:00.866Z] ---> 0ffa35b23268 [2021-04-23T18:13:00.866Z] 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-04-23T18:13:00.866Z] ---> Running in ca5bec8503de [2021-04-23T18:13:05.199Z] Removing intermediate container ca5bec8503de [2021-04-23T18:13:05.199Z] ---> c885d8b8297e [2021-04-23T18:13:05.199Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-23T18:13:05.199Z] ---> Running in 461e45cd8c17 [2021-04-23T18:13:05.199Z] Removing intermediate container 461e45cd8c17 [2021-04-23T18:13:05.199Z] ---> baccc395f9b2 [2021-04-23T18:13:05.199Z] Step 22/24 : LABEL arch=arm64 [2021-04-23T18:13:05.475Z] ---> Running in dd46bbb4856d [2021-04-23T18:13:06.076Z] Removing intermediate container dd46bbb4856d [2021-04-23T18:13:06.076Z] ---> 09fcf8bd23fe [2021-04-23T18:13:06.076Z] Step 23/24 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:13:06.352Z] ---> Running in ab769b0d12e5 [2021-04-23T18:13:06.956Z] Removing intermediate container ab769b0d12e5 [2021-04-23T18:13:06.956Z] ---> 1986c8469ec3 [2021-04-23T18:13:06.956Z] Step 24/24 : LABEL version=0.0.0 [2021-04-23T18:13:07.233Z] ---> Running in f71606b14177 [2021-04-23T18:13:07.841Z] Removing intermediate container f71606b14177 [2021-04-23T18:13:07.841Z] ---> a44b3fa962a5 [2021-04-23T18:13:07.841Z] [2021-04-23T18:13:08.442Z] Successfully built a44b3fa962a5 [2021-04-23T18:13:08.442Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-23T18:13:26.794Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a80789f57961 [2021-04-23T18:13:26.794Z] ---> 42e9e45da264 [2021-04-23T18:13:26.794Z] [2021-04-23T18:13:26.794Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:13:26.794Z] ---> 9852663dfa18 [2021-04-23T18:13:26.794Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:13:26.794Z] ---> Using cache [2021-04-23T18:13:26.794Z] ---> 212958a64eb5 [2021-04-23T18:13:26.794Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:13:26.794Z] ---> Using cache [2021-04-23T18:13:26.794Z] ---> 022041b37310 [2021-04-23T18:13:26.794Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-23T18:13:26.794Z] ---> Running in bc6c02cb6e35 [2021-04-23T18:13:26.794Z] Removing intermediate container 951106b2fdb1 [2021-04-23T18:13:26.794Z] ---> c2ff948e3746 [2021-04-23T18:13:26.794Z] [2021-04-23T18:13:26.794Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:13:26.794Z] ---> 9852663dfa18 [2021-04-23T18:13:26.794Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:13:26.794Z] ---> Using cache [2021-04-23T18:13:26.794Z] ---> 212958a64eb5 [2021-04-23T18:13:26.794Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:13:26.794Z] ---> Using cache [2021-04-23T18:13:26.794Z] ---> 022041b37310 [2021-04-23T18:13:26.794Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-23T18:13:26.794Z] ---> Running in ec3acd4bb358 [2021-04-23T18:13:26.794Z] Removing intermediate container bc6c02cb6e35 [2021-04-23T18:13:26.794Z] ---> 56fd279670ee [2021-04-23T18:13:26.794Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:13:26.794Z] ---> Running in 7bb50d53bfb3 [2021-04-23T18:13:26.794Z] Removing intermediate container ec3acd4bb358 [2021-04-23T18:13:26.794Z] ---> 2d7b2d7432e9 [2021-04-23T18:13:26.794Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:13:26.794Z] ---> Running in 8435bcc5b809 [2021-04-23T18:13:26.794Z] Removing intermediate container 7bb50d53bfb3 [2021-04-23T18:13:26.794Z] ---> b290396f5139 [2021-04-23T18:13:26.794Z] Step 15/23 : WORKDIR / [2021-04-23T18:13:26.794Z] ---> Running in c73006eee16b [2021-04-23T18:13:26.794Z] Removing intermediate container 8435bcc5b809 [2021-04-23T18:13:26.794Z] ---> 57275a406ec1 [2021-04-23T18:13:26.794Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:13:26.794Z] Removing intermediate container c73006eee16b [2021-04-23T18:13:26.794Z] ---> dfaff56b1d3d [2021-04-23T18:13:26.794Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:13:27.075Z] ---> 28ce01048cfd [2021-04-23T18:13:27.075Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-23T18:13:28.063Z] ---> a66193cc5092 [2021-04-23T18:13:28.064Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-23T18:13:28.663Z] ---> 94cf3d5faf81 [2021-04-23T18:13:28.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-23T18:13:29.448Z] ---> 52284e55bbe2 [2021-04-23T18:13:29.448Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-23T18:13:29.789Z] ---> 797de081359d [2021-04-23T18:13:29.789Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-23T18:13:30.092Z] ---> Running in 8d75fed66ec7 [2021-04-23T18:13:30.391Z] ---> 69a25682d977 [2021-04-23T18:13:30.391Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-23T18:13:30.695Z] ---> Running in 6f35ed5c1a39 [2021-04-23T18:13:30.695Z] Removing intermediate container 8d75fed66ec7 [2021-04-23T18:13:30.695Z] ---> 4c115485b823 [2021-04-23T18:13:30.695Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:13:30.998Z] ---> Running in f21a14d245f0 [2021-04-23T18:13:31.326Z] Removing intermediate container 6f35ed5c1a39 [2021-04-23T18:13:31.326Z] ---> c0bddf3b738e [2021-04-23T18:13:31.326Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:13:31.615Z] ---> Running in 6572a06f6c32 [2021-04-23T18:13:31.893Z] Removing intermediate container f21a14d245f0 [2021-04-23T18:13:31.893Z] ---> d8e236cadcf4 [2021-04-23T18:13:31.893Z] Step 20/22 : LABEL arch=arm64 [2021-04-23T18:13:32.171Z] Removing intermediate container 6572a06f6c32 [2021-04-23T18:13:32.171Z] ---> 506e619ba979 [2021-04-23T18:13:32.171Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:13:32.171Z] ---> Running in 549cbfe2caac [2021-04-23T18:13:32.452Z] ---> Running in 77401d9dec44 [2021-04-23T18:13:33.132Z] Removing intermediate container 549cbfe2caac [2021-04-23T18:13:33.132Z] ---> 052ba3cbbda4 [2021-04-23T18:13:33.132Z] Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:13:33.132Z] ---> Running in 3bcf16fd9d57 [2021-04-23T18:13:33.132Z] Removing intermediate container 77401d9dec44 [2021-04-23T18:13:33.132Z] ---> 8aedcb7743a7 [2021-04-23T18:13:33.132Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:13:33.791Z] ---> Running in d3127c21c4f9 [2021-04-23T18:13:34.109Z] Removing intermediate container 3bcf16fd9d57 [2021-04-23T18:13:34.109Z] ---> dba8fcb0abdf [2021-04-23T18:13:34.109Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:13:34.109Z] ---> Running in 0a6024f92683 [2021-04-23T18:13:34.392Z] Removing intermediate container d3127c21c4f9 [2021-04-23T18:13:34.393Z] ---> 4efed5eb5ec3 [2021-04-23T18:13:34.393Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:13:34.676Z] ---> Running in b68dc79fba6e [2021-04-23T18:13:34.676Z] Removing intermediate container 0a6024f92683 [2021-04-23T18:13:34.676Z] ---> 7b418da97110 [2021-04-23T18:13:34.676Z] [2021-04-23T18:13:35.269Z] Successfully built 7b418da97110 [2021-04-23T18:13:35.269Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-23T18:13:35.544Z]  Building docker-support-scheduler-go ... done Removing intermediate container b68dc79fba6e [2021-04-23T18:13:35.544Z] ---> 04b90130457b [2021-04-23T18:13:35.544Z] [2021-04-23T18:13:35.814Z] Successfully built 04b90130457b [2021-04-23T18:13:35.814Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-23T18:13:41.209Z]  Building docker-core-metadata-go ... done Removing intermediate container 072811c16d5b [2021-04-23T18:13:41.209Z] ---> bead56fd3285 [2021-04-23T18:13:41.209Z] [2021-04-23T18:13:41.209Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:13:41.209Z] ---> 9852663dfa18 [2021-04-23T18:13:41.209Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-23T18:13:41.209Z] ---> Running in 67e577731e9b [2021-04-23T18:13:41.801Z] Removing intermediate container 67e577731e9b [2021-04-23T18:13:41.801Z] ---> 1b759e2112d0 [2021-04-23T18:13:41.801Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-23T18:13:41.801Z] ---> Running in b181b7f9a1f7 [2021-04-23T18:13:42.394Z] Removing intermediate container b181b7f9a1f7 [2021-04-23T18:13:42.394Z] ---> ee88f982165b [2021-04-23T18:13:42.394Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-23T18:13:42.665Z] ---> Running in 5af845dc6fed [2021-04-23T18:13:42.936Z] Removing intermediate container 5af845dc6fed [2021-04-23T18:13:42.936Z] ---> 7dc1afedfe7a [2021-04-23T18:13:42.936Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:13:43.206Z] ---> Running in 7fa7641d65d3 [2021-04-23T18:13:45.177Z] Removing intermediate container 7fa7641d65d3 [2021-04-23T18:13:45.177Z] ---> b515d37dea15 [2021-04-23T18:13:45.177Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-23T18:13:45.451Z] ---> Running in ba3b31da213e [2021-04-23T18:13:46.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:13:47.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:13:47.982Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:13:47.982Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-23T18:13:47.982Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-23T18:13:47.982Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-23T18:13:48.253Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-23T18:13:48.253Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-23T18:13:48.523Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:13:48.523Z] OK: 8 MiB in 20 packages [2021-04-23T18:13:49.951Z] Removing intermediate container ba3b31da213e [2021-04-23T18:13:49.951Z] ---> 5b1f64b72440 [2021-04-23T18:13:49.951Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:13:50.544Z] ---> 66d8983de4ff [2021-04-23T18:13:50.544Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-23T18:13:51.989Z] ---> d67c7031ef1b [2021-04-23T18:13:51.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-23T18:13:52.584Z] ---> fb6d4113da88 [2021-04-23T18:13:52.584Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-23T18:13:52.584Z] ---> Running in 463c34f75506 [2021-04-23T18:13:53.177Z] Removing intermediate container 463c34f75506 [2021-04-23T18:13:53.177Z] ---> e6a3a9092cb0 [2021-04-23T18:13:53.177Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:13:53.177Z] ---> Running in d69193c2d8e7 [2021-04-23T18:13:53.773Z] Removing intermediate container d69193c2d8e7 [2021-04-23T18:13:53.773Z] ---> bf5dffcf2397 [2021-04-23T18:13:53.773Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:13:53.773Z] ---> Running in 342d3013208b [2021-04-23T18:13:54.045Z] Removing intermediate container 342d3013208b [2021-04-23T18:13:54.045Z] ---> 1098ea5aea71 [2021-04-23T18:13:54.045Z] Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 [2021-04-23T18:13:54.316Z] ---> Running in e740c40706fc [2021-04-23T18:13:54.908Z] Removing intermediate container e740c40706fc [2021-04-23T18:13:54.908Z] ---> 379cbad8c54a [2021-04-23T18:13:54.908Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:13:54.908Z] ---> Running in 4bd0ef62ebd4 [2021-04-23T18:13:55.499Z] Removing intermediate container 4bd0ef62ebd4 [2021-04-23T18:13:55.499Z] ---> 1306bf2c5ed2 [2021-04-23T18:13:55.499Z] [2021-04-23T18:13:55.771Z] Successfully built 1306bf2c5ed2 [2021-04-23T18:13:55.771Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-23T18:13:56.058Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-23T18:13:56.075Z] $ docker stop --time=1 678d509629559b8a3e9852f4a175eb8a059e6052fedcf1f491af0913283b52d7 [2021-04-23T18:13:58.020Z] $ docker rm -f 678d509629559b8a3e9852f4a175eb8a059e6052fedcf1f491af0913283b52d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:13:58.608Z] + docker images [2021-04-23T18:13:58.608Z] + grep docker [2021-04-23T18:13:58.879Z] docker-core-data-go-arm64 latest 1306bf2c5ed2 3 seconds ago 21.6MB [2021-04-23T18:13:58.879Z] docker-core-metadata-go-arm64 latest 04b90130457b 23 seconds ago 18.1MB [2021-04-23T18:13:58.879Z] docker-support-scheduler-go-arm64 latest 7b418da97110 24 seconds ago 16.6MB [2021-04-23T18:13:58.879Z] docker-security-secretstore-setup-go-arm64 latest a44b3fa962a5 51 seconds ago 24.9MB [2021-04-23T18:13:58.879Z] docker-sys-mgmt-agent-go-arm64 latest b0f95c0eb32d 2 minutes ago 299MB [2021-04-23T18:13:58.879Z] docker-security-bootstrapper-go-arm64 latest 563551281aed 3 minutes ago 18.1MB [2021-04-23T18:13:58.879Z] docker-core-command-go-arm64 latest 7b8a6bb7588e 3 minutes ago 16.5MB [2021-04-23T18:13:58.879Z] docker-support-notifications-go-arm64 latest 977b635106da 3 minutes ago 17.2MB [2021-04-23T18:13:58.879Z] docker-security-proxy-setup-go-arm64 latest 81b5e64a4fa8 3 minutes ago 24.6MB [2021-04-23T18:13:58.879Z] docker 20.10.0 eeaf43b92773 4 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-04-23T18:13:59.713Z] ---> job-cost.sh [2021-04-23T18:13:59.714Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3pxX [2021-04-23T18:14:38.657Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-23T18:16:15.417Z] lf-activate-venv(): INFO: Adding /tmp/venv-3pxX/bin to PATH [2021-04-23T18:16:15.417Z] INFO: No Stack... [2021-04-23T18:16:15.417Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-23T18:16:15.417Z] INFO: Archiving Costs [Pipeline] sh [2021-04-23T18:16:15.752Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-04-23T18:16:15.752Z] + cut -d, -f6 [Pipeline] lock [2021-04-23T18:16:15.874Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] [2021-04-23T18:16:15.884Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] did not exist. Created. [2021-04-23T18:16:15.884Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-23T18:16:16.253Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-23T18:16:16.532Z] Stashed 1 file(s) [Pipeline] } [2021-04-23T18:16:16.542Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-23T18:16:17.436Z] provisioning config files... [2021-04-23T18:16:17.470Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1705086060011817652tmp [Pipeline] { [Pipeline] sh [2021-04-23T18:16:17.800Z] + set +x [2021-04-23T18:16:17.800Z] + curl -s https://codecov.io/bash [2021-04-23T18:16:17.800Z] + bash -s -- [2021-04-23T18:16:18.063Z] [2021-04-23T18:16:18.063Z] _____ _ [2021-04-23T18:16:18.063Z] / ____| | | [2021-04-23T18:16:18.063Z] | | ___ __| | ___ ___ _____ __ [2021-04-23T18:16:18.063Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-23T18:16:18.063Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-23T18:16:18.063Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-23T18:16:18.063Z] Bash-1.0.2 [2021-04-23T18:16:18.063Z] [2021-04-23T18:16:18.063Z] [2021-04-23T18:16:18.063Z] ==> git version 2.24.3 found [2021-04-23T18:16:18.063Z] ==> 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-04-23T18:16:18.063Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-23T18:16:18.063Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-23T18:16:18.063Z] ==> Jenkins CI detected. [2021-04-23T18:16:18.063Z] project root: . [2021-04-23T18:16:18.063Z] --> token set from env [2021-04-23T18:16:18.326Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-23T18:16:18.326Z] ==> Running gcov in . (disable via -X gcov) [2021-04-23T18:16:18.326Z] ==> Python coveragepy not found [2021-04-23T18:16:18.326Z] ==> Searching for coverage reports in: [2021-04-23T18:16:18.326Z] + . [2021-04-23T18:16:18.326Z] -> Found 1 reports [2021-04-23T18:16:18.326Z] ==> Detecting git/mercurial file structure [2021-04-23T18:16:18.326Z] ==> Reading reports [2021-04-23T18:16:18.326Z] + ./coverage.out bytes=703598 [2021-04-23T18:16:18.326Z] ==> Appending adjustments [2021-04-23T18:16:18.326Z] https://docs.codecov.io/docs/fixing-reports [2021-04-23T18:16:22.546Z] + Found adjustments [2021-04-23T18:16:22.546Z] ==> Gzipping contents [2021-04-23T18:16:22.546Z] 100K /tmp/codecov.rVUSMp.gz [2021-04-23T18:16:22.546Z] ==> Uploading reports [2021-04-23T18:16:22.546Z] url: https://codecov.io [2021-04-23T18:16:22.546Z] query: branch=PR-3394&commit=a551000195b77976913d1dae783537920f474da3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3394%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3394&job=&cmd_args= [2021-04-23T18:16:22.546Z] -> Pinging Codecov [2021-04-23T18:16:22.546Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3394&commit=a551000195b77976913d1dae783537920f474da3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3394%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3394&job=&cmd_args= [2021-04-23T18:16:22.546Z] -> Uploading to [2021-04-23T18:16:22.546Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-23/00271124DB129430A58F1EEE437C3FCB/a551000195b77976913d1dae783537920f474da3/2c9727dd-9f52-4cdc-9434-f510076cef04.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210423%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210423T181622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=91c01025aba354fa5031c34ef9904afb26400617884f0189a286b00f9114afcc [2021-04-23T18:16:22.546Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:16:22.546Z] Dload Upload Total Spent Left Speed [2021-04-23T18:16:22.807Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 184k --:--:-- --:--:-- --:--:-- 184k [2021-04-23T18:16:22.807Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a551000195b77976913d1dae783537920f474da3 [Pipeline] } [2021-04-23T18:16:22.818Z] 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-04-23T18:16:23.852Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:16:24.428Z] ---> package-listing.sh [2021-04-23T18:16:24.428Z] ++ facter osfamily [2021-04-23T18:16:24.428Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-23T18:16:24.428Z] + OS_FAMILY=redhat [2021-04-23T18:16:24.428Z] + workspace=/w/workspace/edgex-go/3 [2021-04-23T18:16:24.428Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-23T18:16:24.428Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-23T18:16:24.428Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-23T18:16:24.428Z] + PACKAGES=/tmp/packages_start.txt [2021-04-23T18:16:24.428Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-23T18:16:24.428Z] + PACKAGES=/tmp/packages_end.txt [2021-04-23T18:16:24.428Z] + case "${OS_FAMILY}" in [2021-04-23T18:16:24.428Z] + rpm -qa [2021-04-23T18:16:24.428Z] + sort [2021-04-23T18:16:29.739Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-23T18:16:29.739Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-23T18:16:29.739Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-23T18:16:29.739Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-23T18:16:29.739Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-23T18:16:29.739Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-23T18:16:29.753Z] 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-04-23T18:16:30.051Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:16:30.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:16:30.375Z] [2021-04-23T18:16:30.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:16:30.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:16:30.693Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-23T18:16:30.693Z] df20fa9351a1: Pulling fs layer [2021-04-23T18:16:30.693Z] 36b3adc4ff6f: Pulling fs layer [2021-04-23T18:16:30.693Z] 8ad3a11d3b57: Pulling fs layer [2021-04-23T18:16:30.693Z] 46f8f816bc3b: Pulling fs layer [2021-04-23T18:16:30.693Z] 93b61091891f: Pulling fs layer [2021-04-23T18:16:30.693Z] 93b9cdb0e59b: Pulling fs layer [2021-04-23T18:16:30.693Z] 5e14af77c1be: Pulling fs layer [2021-04-23T18:16:30.693Z] 01666e4c0597: Pulling fs layer [2021-04-23T18:16:30.693Z] aa168da1d23b: Pulling fs layer [2021-04-23T18:16:30.693Z] 46f8f816bc3b: Waiting [2021-04-23T18:16:30.693Z] 5e14af77c1be: Waiting [2021-04-23T18:16:30.693Z] 01666e4c0597: Waiting [2021-04-23T18:16:30.693Z] 93b61091891f: Waiting [2021-04-23T18:16:30.693Z] aa168da1d23b: Waiting [2021-04-23T18:16:30.693Z] 36b3adc4ff6f: Download complete [2021-04-23T18:16:30.955Z] 46f8f816bc3b: Verifying Checksum [2021-04-23T18:16:30.955Z] 46f8f816bc3b: Download complete [2021-04-23T18:16:30.955Z] df20fa9351a1: Verifying Checksum [2021-04-23T18:16:30.955Z] df20fa9351a1: Download complete [2021-04-23T18:16:30.955Z] 93b9cdb0e59b: Verifying Checksum [2021-04-23T18:16:30.955Z] 93b9cdb0e59b: Download complete [2021-04-23T18:16:30.955Z] 93b61091891f: Verifying Checksum [2021-04-23T18:16:30.955Z] 93b61091891f: Download complete [2021-04-23T18:16:30.955Z] 5e14af77c1be: Download complete [2021-04-23T18:16:30.955Z] 01666e4c0597: Verifying Checksum [2021-04-23T18:16:30.955Z] 01666e4c0597: Download complete [2021-04-23T18:16:31.217Z] 8ad3a11d3b57: Verifying Checksum [2021-04-23T18:16:31.217Z] 8ad3a11d3b57: Download complete [2021-04-23T18:16:31.217Z] df20fa9351a1: Pull complete [2021-04-23T18:16:31.792Z] 36b3adc4ff6f: Pull complete [2021-04-23T18:16:33.198Z] aa168da1d23b: Verifying Checksum [2021-04-23T18:16:33.198Z] aa168da1d23b: Download complete [2021-04-23T18:16:34.144Z] 8ad3a11d3b57: Pull complete [2021-04-23T18:16:34.720Z] 46f8f816bc3b: Pull complete [2021-04-23T18:16:35.668Z] 93b61091891f: Pull complete [2021-04-23T18:16:35.668Z] 93b9cdb0e59b: Pull complete [2021-04-23T18:16:35.931Z] 5e14af77c1be: Pull complete [2021-04-23T18:16:35.931Z] 01666e4c0597: Pull complete [2021-04-23T18:16:45.966Z] aa168da1d23b: Pull complete [2021-04-23T18:16:45.966Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-23T18:16:45.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:16:45.966Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-23T18:16:46.192Z] prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container [2021-04-23T18:16:46.248Z] $ 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-04-23T18:16:49.502Z] $ docker top 9a211f115f9ada9ae95fb1ddeea029fc471a5f21579cb3d8b920ebb3a791531d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:16:49.947Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-23T18:16:50.341Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-23T18:16:50.661Z] + ls /var/log/sa-host [2021-04-23T18:16:50.662Z] + sadf -c /var/log/sa-host/sa23 [2021-04-23T18:16:50.662Z] file_magic: OK [2021-04-23T18:16:50.662Z] HZ: Using current value: 100 [2021-04-23T18:16:50.662Z] file_header: OK [2021-04-23T18:16:50.662Z] 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-04-23T18:16:50.662Z] Statistics: [2021-04-23T18:16:50.662Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-23T18:16:50.662Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-23T18:16:51.280Z] provisioning config files... [2021-04-23T18:16:51.326Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7712880526647643606tmp [Pipeline] { [Pipeline] echo [2021-04-23T18:16:51.350Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:16:51.648Z] ---> create-netrc.sh [Pipeline] } [2021-04-23T18:16:51.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-23T18:16:51.684Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:16:51.989Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-23T18:16:52.001Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:16:52.298Z] ---> sudo-logs.sh [2021-04-23T18:16:52.298Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-23T18:16:52.332Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:16:52.631Z] ---> job-cost.sh [2021-04-23T18:16:52.631Z] lf-activate-venv: SKIPPING [2021-04-23T18:16:52.631Z] DEBUG: total: 0.20999999344348907 [2021-04-23T18:16:52.631Z] INFO: Retrieving Stack Cost... [2021-04-23T18:16:54.022Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-23T18:16:54.599Z] INFO: Archiving Costs [Pipeline] echo [2021-04-23T18:16:54.615Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:16:54.915Z] ---> logs-deploy.sh [2021-04-23T18:16:54.915Z] lf-activate-venv: SKIPPING [2021-04-23T18:16:54.915Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3394/3 [2021-04-23T18:16:54.915Z] INFO: archiving workspace using pattern(s): [2021-04-23T18:16:56.836Z] Archives upload complete. [2021-04-23T18:16:56.836Z] INFO: archiving logs to Nexus