Pull request #3178 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f+a05352d37eb5b985ae670d360b56d8b81b9d117b (fe043b2b8b19801b5be3f1b66595cb706f635fff) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26781 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f > 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/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 Merge succeeded, producing 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f Checking out Revision 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f (PR-3178) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T08:01:38.469Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T08:01:38.712Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T08:01:38.810Z] ========================================================= [2021-02-18T08:01:38.810Z] EdgeX Global Pipelines Version Info [2021-02-18T08:01:38.810Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2c0981d4655aff2cf8180260d64cab28b310d0c2 # timeout=10 [2021-02-18T08:01:48.459Z] ------------------- [2021-02-18T08:01:48.459Z] stable info: [2021-02-18T08:01:48.459Z] ------------------- [2021-02-18T08:01:48.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T08:01:48.459Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T08:01:48.459Z] Message: update stable to v1.0.179 [2021-02-18T08:01:49.209Z] ------------------- [2021-02-18T08:01:49.209Z] experimental info: [2021-02-18T08:01:49.209Z] ------------------- [2021-02-18T08:01:49.209Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T08:01:49.209Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T08:01:49.209Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T08:01:49.442Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T08:01:49.546Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T08:01:49.644Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T08:01:49.760Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T08:01:49.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T08:01:49.943Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T08:01:50.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T08:01:50.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T08:01:50.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T08:01:50.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T08:01:50.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T08:01:50.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T08:01:50.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T08:01:50.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T08:01:50.976Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T08:01:51.067Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T08:01:51.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T08:01:51.247Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T08:01:51.339Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T08:01:51.427Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T08:01:51.518Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T08:01:51.609Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T08:01:51.728Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T08:01:51.821Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3178 [Pipeline] echo [2021-02-18T08:01:51.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3178 [Pipeline] echo [2021-02-18T08:01:52.009Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3178 [Pipeline] echo [2021-02-18T08:01:52.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [Pipeline] echo [2021-02-18T08:01:52.207Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f88a6f [Pipeline] echo [2021-02-18T08:01:52.298Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T08:01:52.484Z] provisioning config files... [2021-02-18T08:01:52.574Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1891987458473867517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:01:53.183Z] ---> docker-login.sh [2021-02-18T08:01:53.183Z] nexus3.edgexfoundry.org:10001 [2021-02-18T08:01:54.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:01:54.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:01:54.917Z] Configure a credential helper to remove this warning. See [2021-02-18T08:01:54.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:01:54.917Z] [2021-02-18T08:01:54.917Z] Login Succeeded [2021-02-18T08:01:54.917Z] nexus3.edgexfoundry.org:10002 [2021-02-18T08:01:55.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:01:55.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:01:55.515Z] Configure a credential helper to remove this warning. See [2021-02-18T08:01:55.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:01:55.515Z] [2021-02-18T08:01:55.515Z] Login Succeeded [2021-02-18T08:01:55.515Z] nexus3.edgexfoundry.org:10003 [2021-02-18T08:01:56.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:01:56.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:01:56.321Z] Configure a credential helper to remove this warning. See [2021-02-18T08:01:56.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:01:56.321Z] [2021-02-18T08:01:56.321Z] Login Succeeded [2021-02-18T08:01:56.321Z] nexus3.edgexfoundry.org:10004 [2021-02-18T08:01:57.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:01:57.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:01:57.007Z] Configure a credential helper to remove this warning. See [2021-02-18T08:01:57.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:01:57.007Z] [2021-02-18T08:01:57.007Z] Login Succeeded [2021-02-18T08:01:57.007Z] docker.io [2021-02-18T08:01:57.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:01:58.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:01:58.014Z] Configure a credential helper to remove this warning. See [2021-02-18T08:01:58.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:01:58.014Z] [2021-02-18T08:01:58.014Z] Login Succeeded [2021-02-18T08:01:58.014Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T08:01:58.050Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T08:01:58.639Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T08:01:58.639Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T08:01:58.639Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T08:01:58.639Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T08:01:58.639Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T08:01:58.639Z] ++ cut -d/ -f2 [2021-02-18T08:01:58.639Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T08:01:59.066Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:02:00.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T08:02:00.730Z] [2021-02-18T08:02:00.730Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:02:01.247Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T08:02:01.685Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T08:02:01.685Z] 31603596830f: Pulling fs layer [2021-02-18T08:02:01.685Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T08:02:01.685Z] 6ca5941a6612: Pulling fs layer [2021-02-18T08:02:01.685Z] ecc8261a40a4: Pulling fs layer [2021-02-18T08:02:01.685Z] ecc8261a40a4: Waiting [2021-02-18T08:02:01.685Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T08:02:01.685Z] 2a8b12db71e7: Download complete [2021-02-18T08:02:02.014Z] 31603596830f: Verifying Checksum [2021-02-18T08:02:02.014Z] 31603596830f: Download complete [2021-02-18T08:02:02.406Z] ecc8261a40a4: Verifying Checksum [2021-02-18T08:02:02.753Z] ecc8261a40a4: Download complete [2021-02-18T08:02:02.753Z] 6ca5941a6612: Verifying Checksum [2021-02-18T08:02:02.753Z] 6ca5941a6612: Download complete [2021-02-18T08:02:04.266Z] 31603596830f: Pull complete [2021-02-18T08:02:04.577Z] 2a8b12db71e7: Pull complete [2021-02-18T08:02:07.452Z] 6ca5941a6612: Pull complete [2021-02-18T08:02:08.096Z] ecc8261a40a4: Pull complete [2021-02-18T08:02:08.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T08:02:08.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T08:02:08.415Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T08:02:08.876Z] prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container [2021-02-18T08:02:09.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T08:02:12.650Z] $ docker top 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T08:02:13.156Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T08:02:13.156Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T08:02:14.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T08:02:14.043Z] $ docker exec 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent [2021-02-18T08:02:14.854Z] SSH_AUTH_SOCK=/tmp/ssh-54odb2Srb30N/agent.11 [2021-02-18T08:02:14.854Z] SSH_AGENT_PID=16 [2021-02-18T08:02:14.878Z] Running ssh-add (command line suppressed) [2021-02-18T08:02:15.134Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3559054045766469150.key (/w/workspace/edgex-go/4@tmp/private_key_3559054045766469150.key) [2021-02-18T08:02:15.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T08:02:16.257Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T08:02:16.407Z] $ docker exec --env ******** --env ******** 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent -k [2021-02-18T08:02:16.956Z] unset SSH_AUTH_SOCK; [2021-02-18T08:02:16.957Z] unset SSH_AGENT_PID; [2021-02-18T08:02:16.957Z] echo Agent pid 16 killed; [2021-02-18T08:02:17.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T08:02:17.230Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T08:02:17.230Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T08:02:17.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T08:02:17.800Z] $ docker exec 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent [2021-02-18T08:02:18.339Z] SSH_AUTH_SOCK=/tmp/ssh-cdARCakGo57h/agent.44 [2021-02-18T08:02:18.339Z] SSH_AGENT_PID=49 [2021-02-18T08:02:18.350Z] Running ssh-add (command line suppressed) [2021-02-18T08:02:18.644Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_58992376227265542.key (/w/workspace/edgex-go/4@tmp/private_key_58992376227265542.key) [2021-02-18T08:02:18.857Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T08:02:19.673Z] + git semver init [2021-02-18T08:02:19.673Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T08:02:19.673Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-18T08:02:19.673Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-18T08:02:19.673Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T08:02:19.673Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T08:02:19.673Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T08:02:19.673Z] # $SEMVER_BRANCH = PR-3178 [2021-02-18T08:02:19.673Z] # $SEMVER_TEMP = /tmp/semver-017104574 [2021-02-18T08:02:19.673Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T08:03:00.579Z] # '/tmp/semver-017104574' -> '/w/workspace/edgex-go/4/.semver' [2021-02-18T08:03:00.579Z] # -> Force: false [2021-02-18T08:03:00.579Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-18T08:03:00.628Z] $ docker exec --env ******** --env ******** 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent -k [2021-02-18T08:03:01.355Z] unset SSH_AUTH_SOCK; [2021-02-18T08:03:01.356Z] unset SSH_AGENT_PID; [2021-02-18T08:03:01.356Z] echo Agent pid 49 killed; [2021-02-18T08:03:01.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T08:03:02.423Z] + git semver [Pipeline] } [2021-02-18T08:03:02.764Z] $ docker stop --time=1 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 [2021-02-18T08:03:04.602Z] $ docker rm -f 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T08:03:05.472Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T08:03:07.420Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T08:03:07.423Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T08:03:08.444Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T08:03:09.026Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T08:03:09.400Z] + sudo service docker restart [2021-02-18T08:03:09.400Z] + true [2021-02-18T08:03:09.400Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T08:03:11.118Z] ========================================================= [2021-02-18T08:03:11.118Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T08:03:11.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:03:11.505Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-18T08:03:18.453Z] Sending build context to Docker daemon 327.9MB [2021-02-18T08:03:18.453Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T08:03:18.453Z] Step 2/6 : FROM ${BASE} [2021-02-18T08:03:18.453Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T08:03:18.453Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T08:03:18.453Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T08:03:18.453Z] de9db76c5a1d: Pulling fs layer [2021-02-18T08:03:18.453Z] bca2f99d35d6: Pulling fs layer [2021-02-18T08:03:18.453Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T08:03:18.453Z] 7c6f9722023f: Pulling fs layer [2021-02-18T08:03:18.453Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T08:03:18.453Z] bca2f99d35d6: Waiting [2021-02-18T08:03:18.453Z] 93359f2a8cfa: Waiting [2021-02-18T08:03:18.453Z] 7c6f9722023f: Waiting [2021-02-18T08:03:18.453Z] a35cf1a2eb13: Waiting [2021-02-18T08:03:18.453Z] de9db76c5a1d: Verifying Checksum [2021-02-18T08:03:18.453Z] de9db76c5a1d: Download complete [2021-02-18T08:03:18.453Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T08:03:18.453Z] 0ef7d3d256c8: Download complete [2021-02-18T08:03:18.453Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T08:03:18.453Z] 93359f2a8cfa: Download complete [2021-02-18T08:03:18.453Z] 7c6f9722023f: Verifying Checksum [2021-02-18T08:03:18.453Z] 7c6f9722023f: Download complete [2021-02-18T08:03:18.738Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T08:03:18.738Z] 188c0c94c7c5: Download complete [2021-02-18T08:03:19.563Z] 188c0c94c7c5: Pull complete [2021-02-18T08:03:20.903Z] 0ef7d3d256c8: Pull complete [2021-02-18T08:03:20.903Z] de9db76c5a1d: Pull complete [2021-02-18T08:03:22.784Z] Still waiting to schedule task [2021-02-18T08:03:22.784Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-18T08:03:36.393Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T08:03:36.393Z] a35cf1a2eb13: Download complete [2021-02-18T08:03:36.393Z] bca2f99d35d6: Verifying Checksum [2021-02-18T08:03:36.393Z] bca2f99d35d6: Download complete [2021-02-18T08:03:51.929Z] bca2f99d35d6: Pull complete [2021-02-18T08:03:51.929Z] 93359f2a8cfa: Pull complete [2021-02-18T08:03:51.929Z] 7c6f9722023f: Pull complete [2021-02-18T08:03:57.684Z] a35cf1a2eb13: Pull complete [2021-02-18T08:03:57.684Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T08:03:57.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T08:03:57.684Z] ---> a62c8e92a672 [2021-02-18T08:03:57.684Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T08:03:58.035Z] ---> Running in 5cca2bfb6ebf [2021-02-18T08:03:59.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:04:00.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:04:00.546Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T08:04:00.888Z] (2/12) Installing file (5.38-r0) [2021-02-18T08:04:01.233Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T08:04:01.233Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T08:04:08.402Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T08:04:08.402Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T08:04:08.402Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T08:04:08.402Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T08:04:08.402Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T08:04:08.402Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T08:04:08.402Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T08:04:08.402Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T08:04:08.672Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:04:08.672Z] OK: 233 MiB in 51 packages [2021-02-18T08:04:14.447Z] Removing intermediate container 5cca2bfb6ebf [2021-02-18T08:04:14.447Z] ---> 7848763f31a4 [2021-02-18T08:04:14.447Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T08:04:14.447Z] ---> Running in 0052782f9dd0 [2021-02-18T08:04:14.447Z] Removing intermediate container 0052782f9dd0 [2021-02-18T08:04:14.447Z] ---> 577a0e3ecf71 [2021-02-18T08:04:14.447Z] Step 5/6 : COPY go.mod . [2021-02-18T08:04:15.201Z] ---> d46cc537da71 [2021-02-18T08:04:15.201Z] Step 6/6 : RUN go mod download [2021-02-18T08:04:15.201Z] ---> Running in 58eb2be7b6bd [2021-02-18T08:04:48.953Z] Removing intermediate container 58eb2be7b6bd [2021-02-18T08:04:48.953Z] ---> 21175fdbbabb [2021-02-18T08:04:48.953Z] Successfully built 21175fdbbabb [2021-02-18T08:04:48.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:04:49.391Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T08:04:49.668Z] . [Pipeline] withDockerContainer [2021-02-18T08:04:50.653Z] prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container [2021-02-18T08:04:51.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T08:04:53.619Z] $ docker top 2806652cfdfaa8c62832cb0a4964afa558f8f9d7b4ee018c1b8c245d9fbd826a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:04:54.892Z] + go version [2021-02-18T08:04:55.171Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T08:04:55.206Z] $ docker stop --time=1 2806652cfdfaa8c62832cb0a4964afa558f8f9d7b4ee018c1b8c245d9fbd826a [2021-02-18T08:04:57.479Z] $ docker rm -f 2806652cfdfaa8c62832cb0a4964afa558f8f9d7b4ee018c1b8c245d9fbd826a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:04:58.649Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T08:04:58.932Z] . [Pipeline] withDockerContainer [2021-02-18T08:04:59.273Z] prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container [2021-02-18T08:04:59.550Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T08:05:01.624Z] $ docker top 7cc6bce1fe6b1c335de3fb731a14067841176061ebee12a22622df08ade28f80 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T08:05:02.079Z] ========================================================= [2021-02-18T08:05:02.079Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T08:05:02.079Z] ========================================================= [Pipeline] sh [2021-02-18T08:05:04.218Z] + make test [2021-02-18T08:05:04.218Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T08:05:17.254Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26783 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws [2021-02-18T08:05:17.312Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-18T08:05:22.316Z] using credential edgex-jenkins-ssh [2021-02-18T08:05:22.383Z] Cloning the remote Git repository [2021-02-18T08:05:22.444Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T08:05:22.560Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-18T08:05:22.637Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T08:05:22.638Z] > git --version # timeout=10 [2021-02-18T08:05:22.663Z] > git --version # 'git version 2.17.1' [2021-02-18T08:05:22.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T08:05:22.738Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T08:05:32.555Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T08:05:37.499Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T08:05:37.524Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T08:05:37.560Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T08:05:37.600Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T08:05:37.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T08:05:37.614Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T08:05:38.427Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:05:38.893Z] Merge succeeded, producing 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:05:38.894Z] Checking out Revision 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f (PR-3178) [2021-02-18T08:05:38.446Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:05:38.459Z] > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 [2021-02-18T08:05:38.772Z] > git remote # timeout=10 [2021-02-18T08:05:38.790Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:05:38.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T08:05:38.812Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T08:05:38.835Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:05:38.901Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:05:38.926Z] > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 [2021-02-18T08:05:43.333Z] Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T08:05:45.008Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T08:05:45.420Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T08:05:45.800Z] + true [2021-02-18T08:05:45.800Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T08:05:47.885Z] provisioning config files... [2021-02-18T08:05:47.931Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9120980667069855092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:05:48.347Z] ---> docker-login.sh [2021-02-18T08:05:48.347Z] nexus3.edgexfoundry.org:10001 [2021-02-18T08:05:49.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:05:49.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:05:49.625Z] Configure a credential helper to remove this warning. See [2021-02-18T08:05:49.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:05:49.625Z] [2021-02-18T08:05:49.625Z] Login Succeeded [2021-02-18T08:05:49.625Z] nexus3.edgexfoundry.org:10002 [2021-02-18T08:05:49.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:05:50.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:05:50.181Z] Configure a credential helper to remove this warning. See [2021-02-18T08:05:50.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:05:50.181Z] [2021-02-18T08:05:50.181Z] Login Succeeded [2021-02-18T08:05:50.181Z] nexus3.edgexfoundry.org:10003 [2021-02-18T08:05:50.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:05:50.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:05:50.734Z] Configure a credential helper to remove this warning. See [2021-02-18T08:05:50.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:05:50.734Z] [2021-02-18T08:05:50.734Z] Login Succeeded [2021-02-18T08:05:50.734Z] nexus3.edgexfoundry.org:10004 [2021-02-18T08:05:51.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:05:51.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:05:51.286Z] Configure a credential helper to remove this warning. See [2021-02-18T08:05:51.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:05:51.286Z] [2021-02-18T08:05:51.286Z] Login Succeeded [2021-02-18T08:05:51.286Z] docker.io [2021-02-18T08:05:51.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T08:05:52.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T08:05:52.151Z] Configure a credential helper to remove this warning. See [2021-02-18T08:05:52.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T08:05:52.151Z] [2021-02-18T08:05:52.151Z] Login Succeeded [2021-02-18T08:05:52.151Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T08:05:52.168Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T08:05:52.725Z] ========================================================= [2021-02-18T08:05:52.725Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T08:05:52.725Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:05:53.110Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-18T08:05:55.766Z] Sending build context to Docker daemon 166.4MB [2021-02-18T08:05:55.766Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T08:05:55.766Z] Step 2/6 : FROM ${BASE} [2021-02-18T08:05:55.766Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T08:05:55.766Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T08:05:55.766Z] a4357932f1b6: Pulling fs layer [2021-02-18T08:05:55.766Z] 18c013af1878: Pulling fs layer [2021-02-18T08:05:55.766Z] 00ac8860ef70: Pulling fs layer [2021-02-18T08:05:55.766Z] 63d7cb157983: Pulling fs layer [2021-02-18T08:05:55.766Z] b116817d02f9: Pulling fs layer [2021-02-18T08:05:55.766Z] 745a02a5169b: Pulling fs layer [2021-02-18T08:05:55.766Z] 00ac8860ef70: Waiting [2021-02-18T08:05:55.766Z] 63d7cb157983: Waiting [2021-02-18T08:05:55.766Z] b116817d02f9: Waiting [2021-02-18T08:05:55.766Z] 745a02a5169b: Waiting [2021-02-18T08:05:55.766Z] 18c013af1878: Download complete [2021-02-18T08:05:55.766Z] a4357932f1b6: Verifying Checksum [2021-02-18T08:05:55.766Z] a4357932f1b6: Download complete [2021-02-18T08:05:55.766Z] 63d7cb157983: Verifying Checksum [2021-02-18T08:05:55.766Z] 63d7cb157983: Download complete [2021-02-18T08:05:56.040Z] b116817d02f9: Verifying Checksum [2021-02-18T08:05:56.040Z] b116817d02f9: Download complete [2021-02-18T08:05:56.040Z] 5f621e34cdf4: Download complete [2021-02-18T08:05:56.641Z] 5f621e34cdf4: Pull complete [2021-02-18T08:05:56.917Z] a4357932f1b6: Pull complete [2021-02-18T08:05:57.520Z] 18c013af1878: Pull complete [2021-02-18T08:05:58.960Z] 745a02a5169b: Verifying Checksum [2021-02-18T08:05:58.960Z] 745a02a5169b: Download complete [2021-02-18T08:05:59.941Z] 00ac8860ef70: Download complete [2021-02-18T08:06:00.328Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T08:06:10.112Z] 00ac8860ef70: Pull complete [2021-02-18T08:06:10.384Z] 63d7cb157983: Pull complete [2021-02-18T08:06:10.659Z] b116817d02f9: Pull complete [2021-02-18T08:06:14.062Z] 745a02a5169b: Pull complete [2021-02-18T08:06:14.063Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T08:06:14.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T08:06:14.063Z] ---> b7e6874047d6 [2021-02-18T08:06:14.063Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-18T08:06:16.245Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T08:06:16.245Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T08:06:17.453Z] ---> Running in 65b0a4be5da6 [2021-02-18T08:06:17.472Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T08:06:18.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:06:19.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:06:20.468Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T08:06:20.468Z] (2/12) Installing file (5.38-r0) [2021-02-18T08:06:20.739Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T08:06:20.739Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T08:06:24.111Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T08:06:24.111Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T08:06:24.111Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T08:06:24.111Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T08:06:24.111Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T08:06:24.111Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T08:06:24.111Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T08:06:24.382Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T08:06:24.382Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:06:24.382Z] OK: 217 MiB in 51 packages [2021-02-18T08:06:27.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T08:06:27.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T08:06:27.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T08:06:27.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T08:06:28.690Z] Removing intermediate container 65b0a4be5da6 [2021-02-18T08:06:28.690Z] ---> 735564cf84e7 [2021-02-18T08:06:28.690Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T08:06:28.690Z] ---> Running in ca06e5ad9453 [2021-02-18T08:06:28.804Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T08:06:28.964Z] Removing intermediate container ca06e5ad9453 [2021-02-18T08:06:28.964Z] ---> ca3c5443496d [2021-02-18T08:06:28.964Z] Step 5/6 : COPY go.mod . [2021-02-18T08:06:29.559Z] ---> 7a0dfa8baf02 [2021-02-18T08:06:29.559Z] Step 6/6 : RUN go mod download [2021-02-18T08:06:29.830Z] ---> Running in 04d712b668cc [2021-02-18T08:06:30.484Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T08:06:38.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T08:06:38.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T08:06:38.023Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T08:06:43.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.514s coverage: 45.9% of statements [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T08:06:43.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T08:06:43.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements [2021-02-18T08:06:47.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.460s coverage: 27.1% of statements [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T08:06:47.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T08:06:47.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T08:06:47.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 65.8% of statements [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T08:06:47.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T08:06:49.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.750s coverage: 82.3% of statements [2021-02-18T08:06:49.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T08:06:49.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:06:49.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T08:06:49.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T08:06:56.628Z] Removing intermediate container 04d712b668cc [2021-02-18T08:06:56.628Z] ---> 2b3b206aed2f [2021-02-18T08:06:56.628Z] Successfully built 2b3b206aed2f [2021-02-18T08:06:56.628Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:06:56.977Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T08:06:56.977Z] . [Pipeline] withDockerContainer [2021-02-18T08:06:57.247Z] prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container [2021-02-18T08:06:57.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T08:06:57.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.623s coverage: 28.6% of statements [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T08:06:57.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.333s coverage: 100.0% of statements [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T08:06:57.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T08:06:57.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements [2021-02-18T08:06:57.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T08:06:58.844Z] $ docker top 42a3c6829e4fe78ea74d92dc3e08fdd63c648acc93f84ddfd77fb66bc3e585c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:06:59.948Z] + go version [2021-02-18T08:06:59.948Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T08:06:59.970Z] $ docker stop --time=1 42a3c6829e4fe78ea74d92dc3e08fdd63c648acc93f84ddfd77fb66bc3e585c8 [2021-02-18T08:07:00.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 1.184s coverage: 97.5% of statements [2021-02-18T08:07:00.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T08:07:00.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.204s coverage: 78.3% of statements [2021-02-18T08:07:00.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T08:07:00.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T08:07:00.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T08:07:00.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T08:07:01.937Z] $ docker rm -f 42a3c6829e4fe78ea74d92dc3e08fdd63c648acc93f84ddfd77fb66bc3e585c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:07:02.964Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T08:07:02.964Z] . [Pipeline] withDockerContainer [2021-02-18T08:07:03.225Z] prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container [2021-02-18T08:07:03.303Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T08:07:04.686Z] $ docker top c035d5ddea622aa28b85e3792701926fa8e8d52d4cf8da97c1b65d0f67633931 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T08:07:05.074Z] ========================================================= [2021-02-18T08:07:05.074Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T08:07:05.074Z] ========================================================= [Pipeline] sh [2021-02-18T08:07:05.723Z] + make test [2021-02-18T08:07:05.723Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T08:07:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.463s coverage: 92.8% of statements [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T08:07:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.161s coverage: 58.8% of statements [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T08:07:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T08:07:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T08:07:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements [2021-02-18T08:07:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.300s coverage: 79.5% of statements [2021-02-18T08:07:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements [2021-02-18T08:07:09.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.264s coverage: 96.3% of statements [2021-02-18T08:07:09.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-02-18T08:07:22.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.129s coverage: 94.4% of statements [2021-02-18T08:07:22.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.103s coverage: 44.8% of statements [2021-02-18T08:07:27.915Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.228s coverage: 92.9% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.098s coverage: 77.8% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.150s coverage: 87.2% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.114s coverage: 100.0% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 75.5% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.110s coverage: 80.8% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 84.2% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.4% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.368s coverage: 63.5% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.096s coverage: 100.0% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.113s coverage: 100.0% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T08:07:36.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.282s coverage: 37.0% of statements [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T08:07:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T08:07:37.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.589s coverage: 84.0% of statements [2021-02-18T08:07:37.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2021-02-18T08:07:41.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.178s coverage: 47.0% of statements [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T08:07:41.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T08:07:41.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T08:07:41.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.270s coverage: 89.4% of statements [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:07:41.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T08:07:46.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.932s coverage: 29.1% of statements [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T08:07:46.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T08:07:46.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T08:07:46.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.172s coverage: 100.0% of statements [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T08:07:46.062Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.109s coverage: 0.0% of statements [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T08:07:46.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.181s coverage: 100.0% of statements [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T08:07:46.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T08:07:46.063Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T08:07:46.063Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.168s coverage: 87.9% of statements [2021-02-18T08:07:46.063Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T08:07:46.063Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T08:07:46.063Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.125s coverage: 100.0% of statements [2021-02-18T08:07:47.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.138s coverage: 32.1% of statements [2021-02-18T08:07:47.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.143s coverage: 100.0% of statements [2021-02-18T08:07:48.578Z] GO111MODULE=on go vet ./... [2021-02-18T08:08:14.941Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T08:08:17.584Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T08:08:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T08:08:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T08:08:30.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T08:08:30.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T08:08:30.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T08:08:30.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T08:08:32.567Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T08:08:33.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T08:08:40.308Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T08:08:40.308Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T08:08:40.308Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T08:08:47.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.301s coverage: 45.9% of statements [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T08:08:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T08:08:47.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-02-18T08:08:53.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.460s coverage: 27.1% of statements [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T08:08:53.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T08:08:53.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.132s coverage: 100.0% of statements [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T08:08:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T08:08:54.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.240s coverage: 65.8% of statements [2021-02-18T08:08:54.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T08:08:54.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T08:08:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 82.3% of statements [2021-02-18T08:08:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T08:08:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:08:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T08:08:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T08:08:57.540Z] gofmt -l . [2021-02-18T08:08:58.170Z] [ "`gofmt -l .`" = "" ] [2021-02-18T08:08:59.843Z] ./bin/test-go-mod-tidy.sh [2021-02-18T08:09:02.161Z] ./bin/test-attribution-txt.sh [2021-02-18T08:09:02.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T08:09:02.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T08:09:02.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-02-18T08:09:02.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T08:09:02.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.317s coverage: 86.7% of statements [2021-02-18T08:09:02.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [Pipeline] sh [2021-02-18T08:09:05.000Z] + ls -al . [2021-02-18T08:09:05.000Z] total 700 [2021-02-18T08:09:05.000Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 08:09 . [2021-02-18T08:09:05.000Z] drwxr-xr-x 4 root root 28 Feb 18 08:05 .. [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 08:01 .dockerignore [2021-02-18T08:09:05.000Z] drwxrwxr-x 8 1001 1001 179 Feb 18 08:01 .git [2021-02-18T08:09:05.000Z] drwxrwxr-x 3 1001 1001 125 Feb 18 08:01 .github [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 08:01 .gitignore [2021-02-18T08:09:05.000Z] drwx------ 3 1001 1001 60 Feb 18 08:02 .semver [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 08:01 .sonarcloud.properties [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 08:01 Attribution.txt [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 08:01 CONTRIBUTING.md [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 08:01 Dockerfile.build [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 08:01 Jenkinsfile [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 08:01 LICENSE [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 08:01 Makefile [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 08:01 README.md [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 08:01 SECURITY.md [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 08:03 VERSION [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 08:01 ZMQWindows.md [2021-02-18T08:09:05.000Z] drwxrwxr-x 2 1001 1001 117 Feb 18 08:01 bin [2021-02-18T08:09:05.000Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 08:01 cmd [2021-02-18T08:09:05.000Z] -rw-r--r-- 1 root root 597520 Feb 18 08:07 coverage.out [2021-02-18T08:09:05.000Z] -rw-r--r-- 1 root root 1054 Feb 18 08:08 go.mod [2021-02-18T08:09:05.000Z] -rw-r--r-- 1 root root 19518 Feb 18 08:09 go.sum [2021-02-18T08:09:05.000Z] drwxrwxr-x 8 1001 1001 127 Feb 18 08:01 internal [2021-02-18T08:09:05.000Z] drwxrwxr-x 4 1001 1001 26 Feb 18 08:01 openapi [2021-02-18T08:09:05.000Z] drwxrwxr-x 4 1001 1001 71 Feb 18 08:01 snap [2021-02-18T08:09:05.000Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 08:01 version.go [Pipeline] sh [2021-02-18T08:09:05.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.393s coverage: 97.5% of statements [2021-02-18T08:09:05.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T08:09:05.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-02-18T08:09:05.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T08:09:05.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T08:09:05.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T08:09:05.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T08:09:06.270Z] + '[' -e coverage.out ] [2021-02-18T08:09:06.270Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T08:09:07.082Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T08:09:07.769Z] + make build [2021-02-18T08:09:07.769Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.203s coverage: 92.8% of statements [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.1% of statements [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T08:09:13.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-02-18T08:09:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-02-18T08:09:16.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T08:09:25.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-02-18T08:09:25.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.539s coverage: 63.5% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-18T08:09:40.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.737s coverage: 68.9% of statements [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T08:09:40.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T08:09:41.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements [2021-02-18T08:09:41.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T08:09:41.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T08:09:41.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.717s coverage: 84.0% of statements [2021-02-18T08:09:42.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2021-02-18T08:09:44.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T08:09:46.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T08:09:49.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T08:09:49.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T08:09:49.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T08:09:49.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.285s coverage: 89.4% of statements [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:09:49.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T08:09:52.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T08:09:54.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T08:09:57.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.974s coverage: 29.1% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.198s coverage: 100.0% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T08:09:57.602Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements [2021-02-18T08:09:57.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-18T08:09:58.196Z] GO111MODULE=on go vet ./... [2021-02-18T08:09:59.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T08:10:04.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T08:10:10.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T08:10:15.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T08:10:17.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T08:10:23.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T08:10:31.161Z] $ docker stop --time=1 7cc6bce1fe6b1c335de3fb731a14067841176061ebee12a22622df08ade28f80 [2021-02-18T08:10:33.512Z] $ docker rm -f 7cc6bce1fe6b1c335de3fb731a14067841176061ebee12a22622df08ade28f80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:10:38.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T08:10:38.552Z] [2021-02-18T08:10:38.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:10:38.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T08:10:39.282Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T08:10:39.282Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T08:10:39.282Z] ca9280d653b3: Pulling fs layer [2021-02-18T08:10:39.282Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T08:10:41.075Z] cbdbe7a5bc2a: Pull complete [2021-02-18T08:10:41.701Z] ca9280d653b3: Verifying Checksum [2021-02-18T08:10:41.701Z] ca9280d653b3: Download complete [2021-02-18T08:10:45.306Z] ca9280d653b3: Pull complete [2021-02-18T08:10:45.949Z] 7e9c9ca2126c: Verifying Checksum [2021-02-18T08:10:45.949Z] 7e9c9ca2126c: Download complete [2021-02-18T08:11:01.557Z] 7e9c9ca2126c: Pull complete [2021-02-18T08:11:01.557Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T08:11:01.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T08:11:01.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T08:11:01.822Z] prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container [2021-02-18T08:11:02.000Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T08:11:06.155Z] $ docker top a65090c32ea3189247ed68746e43a73e2276d821f89c14c0947e2421dbb1ac1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:11:07.858Z] + grep parallel [2021-02-18T08:11:07.859Z] + docker-compose build --help [2021-02-18T08:11:09.497Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T08:11:10.020Z] $ docker stop --time=1 a65090c32ea3189247ed68746e43a73e2276d821f89c14c0947e2421dbb1ac1d [2021-02-18T08:11:11.853Z] $ docker rm -f a65090c32ea3189247ed68746e43a73e2276d821f89c14c0947e2421dbb1ac1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:11:12.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T08:11:12.714Z] . [Pipeline] withDockerContainer [2021-02-18T08:11:13.122Z] prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container [2021-02-18T08:11:13.830Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T08:11:16.024Z] $ docker top 6a4f5278bd69686efbe22e233ef5af8054f1a26fdc0542744a6d9a796cbf7ca5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:11:18.390Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T08:11:19.989Z] gofmt -l . [2021-02-18T08:11:19.989Z] [ "`gofmt -l .`" = "" ] [2021-02-18T08:11:19.989Z] ./bin/test-go-mod-tidy.sh [2021-02-18T08:11:19.989Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T08:11:20.119Z] Building docker-core-command-go ... [2021-02-18T08:11:20.119Z] Building docker-core-data-go ... [2021-02-18T08:11:20.119Z] Building docker-core-metadata-go ... [2021-02-18T08:11:20.119Z] Building docker-security-bootstrapper-go ... [2021-02-18T08:11:20.119Z] Building docker-security-proxy-setup-go ... [2021-02-18T08:11:20.119Z] Building docker-security-secretstore-setup-go ... [2021-02-18T08:11:20.119Z] Building docker-support-notifications-go ... [2021-02-18T08:11:20.119Z] Building docker-support-scheduler-go ... [2021-02-18T08:11:20.119Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T08:11:20.119Z] Building docker-security-proxy-setup-go [2021-02-18T08:11:20.119Z] Building docker-security-secretstore-setup-go [2021-02-18T08:11:20.119Z] Building docker-support-scheduler-go [2021-02-18T08:11:20.644Z] + ls -al . [2021-02-18T08:11:20.644Z] total 728 [2021-02-18T08:11:20.644Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 08:11 . [2021-02-18T08:11:20.644Z] drwxr-xr-x 4 root root 4096 Feb 18 08:07 .. [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 08:05 .dockerignore [2021-02-18T08:11:20.644Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 08:05 .git [2021-02-18T08:11:20.644Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 08:05 .github [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 08:05 .gitignore [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 08:05 .sonarcloud.properties [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 08:05 Attribution.txt [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 08:05 CONTRIBUTING.md [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 08:05 Dockerfile.build [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 08:05 Jenkinsfile [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 08:05 LICENSE [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 08:05 Makefile [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 08:05 README.md [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 08:05 SECURITY.md [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 08:03 VERSION [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 08:05 ZMQWindows.md [2021-02-18T08:11:20.644Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 08:05 bin [2021-02-18T08:11:20.644Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 08:05 cmd [2021-02-18T08:11:20.644Z] -rw-r--r-- 1 root root 597520 Feb 18 08:09 coverage.out [2021-02-18T08:11:20.644Z] -rw-r--r-- 1 root root 1054 Feb 18 08:11 go.mod [2021-02-18T08:11:20.644Z] -rw-r--r-- 1 root root 19518 Feb 18 08:11 go.sum [2021-02-18T08:11:20.644Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 08:05 internal [2021-02-18T08:11:20.644Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 08:05 openapi [2021-02-18T08:11:20.644Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 08:05 snap [2021-02-18T08:11:20.644Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 08:05 version.go [Pipeline] sh [2021-02-18T08:11:21.303Z] + '[' -e coverage.out ] [2021-02-18T08:11:21.303Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T08:11:21.374Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T08:11:21.795Z] Building docker-core-metadata-go [2021-02-18T08:11:21.796Z] Building docker-core-command-go [2021-02-18T08:11:22.486Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T08:11:23.163Z] + make build [2021-02-18T08:11:23.163Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T08:11:35.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T08:11:57.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T08:12:02.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T08:12:07.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T08:12:08.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T08:12:12.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T08:12:16.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T08:12:20.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T08:12:24.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T08:12:27.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T08:12:31.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-18T08:12:37.827Z] $ docker stop --time=1 c035d5ddea622aa28b85e3792701926fa8e8d52d4cf8da97c1b65d0f67633931 [2021-02-18T08:12:40.480Z] $ docker rm -f c035d5ddea622aa28b85e3792701926fa8e8d52d4cf8da97c1b65d0f67633931 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:12:42.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T08:12:42.518Z] [2021-02-18T08:12:42.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:12:43.164Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T08:12:43.435Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T08:12:43.435Z] 29e5d40040c1: Pulling fs layer [2021-02-18T08:12:43.435Z] 1ce36da41761: Pulling fs layer [2021-02-18T08:12:43.435Z] 25b303627fd3: Pulling fs layer [2021-02-18T08:12:44.027Z] 29e5d40040c1: Verifying Checksum [2021-02-18T08:12:44.027Z] 29e5d40040c1: Download complete [2021-02-18T08:12:44.302Z] 1ce36da41761: Verifying Checksum [2021-02-18T08:12:44.302Z] 1ce36da41761: Download complete [2021-02-18T08:12:44.575Z] 29e5d40040c1: Pull complete [2021-02-18T08:12:45.137Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:12:45.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:12:45.137Z] ---> 21175fdbbabb [2021-02-18T08:12:45.137Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T08:12:45.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:12:45.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:12:45.137Z] ---> 21175fdbbabb [2021-02-18T08:12:45.137Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T08:12:45.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:12:45.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:12:45.137Z] ---> 21175fdbbabb [2021-02-18T08:12:45.137Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T08:12:45.137Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:12:45.137Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:12:45.137Z] ---> 21175fdbbabb [2021-02-18T08:12:45.137Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T08:12:45.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:12:45.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:12:45.137Z] ---> 21175fdbbabb [2021-02-18T08:12:45.137Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T08:12:45.137Z] ---> Running in 824af3760129 [2021-02-18T08:12:45.137Z] ---> Running in dd954e60b0a7 [2021-02-18T08:12:45.137Z] ---> Running in 48e64c788c01 [2021-02-18T08:12:45.137Z] ---> Running in 49761e31e629 [2021-02-18T08:12:45.137Z] ---> Running in a2f9d5d08196 [2021-02-18T08:12:45.137Z] Removing intermediate container a2f9d5d08196 [2021-02-18T08:12:45.137Z] ---> 84a32e59dd6d [2021-02-18T08:12:45.137Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:12:45.137Z] Removing intermediate container 48e64c788c01 [2021-02-18T08:12:45.137Z] ---> 1db8b2a34664 [2021-02-18T08:12:45.137Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:12:45.137Z] Removing intermediate container dd954e60b0a7 [2021-02-18T08:12:45.137Z] ---> 365e0d6ef525 [2021-02-18T08:12:45.137Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:12:45.137Z] Removing intermediate container 49761e31e629 [2021-02-18T08:12:45.137Z] ---> 7cb5e3f5d061 [2021-02-18T08:12:45.137Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:12:45.137Z] Removing intermediate container 824af3760129 [2021-02-18T08:12:45.137Z] ---> 6b200e85ae45 [2021-02-18T08:12:45.137Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:12:45.137Z] ---> Running in b4624d1f3bbe [2021-02-18T08:12:45.137Z] ---> Running in 012363cf27f2 [2021-02-18T08:12:45.137Z] ---> Running in 0cd634f69962 [2021-02-18T08:12:45.137Z] ---> Running in f2b8a7b932f3 [2021-02-18T08:12:45.137Z] ---> Running in 3f65e4b3ecfe [2021-02-18T08:12:45.137Z] Removing intermediate container 012363cf27f2 [2021-02-18T08:12:45.137Z] ---> 41f00581a9c2 [2021-02-18T08:12:45.137Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T08:12:45.137Z] ---> Running in b7311fb17e8d [2021-02-18T08:12:45.137Z] Removing intermediate container 0cd634f69962 [2021-02-18T08:12:45.137Z] ---> e2ddde1fa6e0 [2021-02-18T08:12:45.137Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T08:12:45.137Z] Removing intermediate container b4624d1f3bbe [2021-02-18T08:12:45.137Z] ---> 998f8b4ec216 [2021-02-18T08:12:45.137Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T08:12:45.137Z] Removing intermediate container 3f65e4b3ecfe [2021-02-18T08:12:45.137Z] ---> c8972561f97d [2021-02-18T08:12:45.137Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T08:12:45.137Z] Removing intermediate container f2b8a7b932f3 [2021-02-18T08:12:45.137Z] ---> 778b301fecb4 [2021-02-18T08:12:45.137Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T08:12:45.137Z] ---> Running in 54a898d87789 [2021-02-18T08:12:45.137Z] ---> Running in ac417c124b2d [2021-02-18T08:12:45.137Z] ---> Running in 71be4d39cb34 [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] ---> Running in 4b66ef1dd65c [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] OK: 233 MiB in 51 packages [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] Removing intermediate container b7311fb17e8d [2021-02-18T08:12:45.137Z] ---> 12d67cb8f5e0 [2021-02-18T08:12:45.137Z] Step 6/23 : COPY go.mod . [2021-02-18T08:12:45.137Z] ---> 66d9d13d8633 [2021-02-18T08:12:45.137Z] Step 7/23 : RUN go mod download [2021-02-18T08:12:45.137Z] ---> Running in 1d717913a2d5 [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:12:45.137Z] OK: 233 MiB in 51 packages [2021-02-18T08:12:45.137Z] OK: 233 MiB in 51 packages [2021-02-18T08:12:45.777Z] OK: 233 MiB in 51 packages [2021-02-18T08:12:45.777Z] OK: 233 MiB in 51 packages [2021-02-18T08:12:46.057Z] 1ce36da41761: Pull complete [2021-02-18T08:12:46.057Z] 25b303627fd3: Verifying Checksum [2021-02-18T08:12:46.057Z] 25b303627fd3: Download complete [2021-02-18T08:12:47.363Z] Removing intermediate container 54a898d87789 [2021-02-18T08:12:47.364Z] ---> 93820066247d [2021-02-18T08:12:47.364Z] Step 6/24 : COPY go.mod . [2021-02-18T08:12:47.364Z] Removing intermediate container ac417c124b2d [2021-02-18T08:12:47.364Z] ---> 44d951fd825a [2021-02-18T08:12:47.364Z] Step 6/21 : COPY go.mod . [2021-02-18T08:12:47.680Z] Removing intermediate container 71be4d39cb34 [2021-02-18T08:12:47.680Z] ---> 62a6243b3970 [2021-02-18T08:12:47.680Z] Step 6/23 : COPY go.mod . [2021-02-18T08:12:47.680Z] Removing intermediate container 4b66ef1dd65c [2021-02-18T08:12:47.680Z] ---> cdad49e5a40f [2021-02-18T08:12:47.680Z] Step 6/22 : COPY go.mod . [2021-02-18T08:12:47.680Z] ---> 128705862b2f [2021-02-18T08:12:47.680Z] Step 7/21 : RUN go mod download [2021-02-18T08:12:47.990Z] ---> 04391142e76f [2021-02-18T08:12:47.990Z] Step 7/24 : RUN go mod download [2021-02-18T08:12:47.990Z] ---> Running in 470915d46e40 [2021-02-18T08:12:48.272Z] ---> Running in ebd5e0de3576 [2021-02-18T08:12:48.556Z] ---> 7ea1c673ec29 [2021-02-18T08:12:48.556Z] Step 7/22 : RUN go mod download [2021-02-18T08:12:48.556Z] ---> 77215b073b91 [2021-02-18T08:12:48.556Z] Step 7/23 : RUN go mod download [2021-02-18T08:12:48.556Z] ---> Running in 7da9776e175d [2021-02-18T08:12:48.882Z] ---> Running in acdeff09bf73 [2021-02-18T08:12:50.555Z] Removing intermediate container 1d717913a2d5 [2021-02-18T08:12:50.555Z] ---> cf63b871dd7b [2021-02-18T08:12:50.555Z] Step 8/23 : COPY . . [2021-02-18T08:12:54.403Z] Removing intermediate container 470915d46e40 [2021-02-18T08:12:54.403Z] ---> 1b29c55e75eb [2021-02-18T08:12:54.403Z] Step 8/21 : COPY . . [2021-02-18T08:12:54.403Z] Removing intermediate container ebd5e0de3576 [2021-02-18T08:12:54.403Z] ---> ffe0ad2069b7 [2021-02-18T08:12:54.403Z] Step 8/24 : COPY . . [2021-02-18T08:12:56.195Z] 25b303627fd3: Pull complete [2021-02-18T08:12:56.195Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T08:12:56.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T08:12:56.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T08:12:56.455Z] prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container [2021-02-18T08:12:56.520Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T08:12:58.092Z] Removing intermediate container 7da9776e175d [2021-02-18T08:12:58.092Z] ---> 716eac498601 [2021-02-18T08:12:58.092Z] Step 8/22 : COPY . . [2021-02-18T08:12:59.589Z] $ docker top 957731589b79a4a5232ae0de74466ede01b0b2690a5eb01092ff429939d5b01b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:13:00.660Z] + docker-compose build --help [2021-02-18T08:13:00.660Z] + grep parallel [2021-02-18T08:13:00.926Z] Removing intermediate container acdeff09bf73 [2021-02-18T08:13:00.926Z] ---> 6db15c96e587 [2021-02-18T08:13:00.926Z] Step 8/23 : COPY . . [2021-02-18T08:13:04.967Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T08:13:04.983Z] $ docker stop --time=1 957731589b79a4a5232ae0de74466ede01b0b2690a5eb01092ff429939d5b01b [2021-02-18T08:13:06.949Z] $ docker rm -f 957731589b79a4a5232ae0de74466ede01b0b2690a5eb01092ff429939d5b01b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:13:07.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T08:13:07.753Z] . [Pipeline] withDockerContainer [2021-02-18T08:13:08.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container [2021-02-18T08:13:08.084Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T08:13:09.462Z] $ docker top 020e6423ae00849a6b73d03e4e5006ea29010d4a5a8194b8d805a3a1c8bec256 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:13:10.524Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T08:13:14.804Z] Building docker-core-command-go ... [2021-02-18T08:13:14.804Z] Building docker-core-data-go ... [2021-02-18T08:13:14.804Z] Building docker-core-metadata-go ... [2021-02-18T08:13:14.804Z] Building docker-security-bootstrapper-go ... [2021-02-18T08:13:14.804Z] Building docker-security-proxy-setup-go ... [2021-02-18T08:13:14.804Z] Building docker-security-secretstore-setup-go ... [2021-02-18T08:13:14.804Z] Building docker-support-notifications-go ... [2021-02-18T08:13:14.804Z] Building docker-support-scheduler-go ... [2021-02-18T08:13:14.804Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T08:13:14.804Z] Building docker-sys-mgmt-agent-go [2021-02-18T08:13:14.804Z] Building docker-core-data-go [2021-02-18T08:13:14.804Z] Building docker-support-scheduler-go [2021-02-18T08:13:14.804Z] Building docker-support-notifications-go [2021-02-18T08:13:14.804Z] Building docker-security-bootstrapper-go [2021-02-18T08:14:36.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:14:36.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:14:36.548Z] ---> 2b3b206aed2f [2021-02-18T08:14:36.548Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T08:14:36.548Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:14:36.548Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:14:36.548Z] ---> 2b3b206aed2f [2021-02-18T08:14:36.548Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T08:14:36.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:14:36.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:14:36.548Z] ---> 2b3b206aed2f [2021-02-18T08:14:36.548Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T08:14:36.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:14:36.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:14:36.548Z] ---> 2b3b206aed2f [2021-02-18T08:14:36.548Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T08:14:36.548Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:14:36.548Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:14:36.548Z] ---> 2b3b206aed2f [2021-02-18T08:14:36.548Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T08:14:36.548Z] ---> Running in a5ec9c615cf0 [2021-02-18T08:14:36.548Z] ---> Running in 4e28e8df1f2f [2021-02-18T08:14:36.548Z] ---> Running in c459e199e893 [2021-02-18T08:14:36.548Z] ---> Running in e5360280400a [2021-02-18T08:14:36.548Z] ---> Running in 8ac8985c7c03 [2021-02-18T08:14:36.548Z] Removing intermediate container 8ac8985c7c03 [2021-02-18T08:14:36.548Z] ---> 44a45ba5c6b9 [2021-02-18T08:14:36.548Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:14:36.548Z] Removing intermediate container e5360280400a [2021-02-18T08:14:36.548Z] ---> e3491bab8f1e [2021-02-18T08:14:36.548Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:14:36.548Z] Removing intermediate container a5ec9c615cf0 [2021-02-18T08:14:36.548Z] ---> 857e793d296d [2021-02-18T08:14:36.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:14:36.548Z] Removing intermediate container c459e199e893 [2021-02-18T08:14:36.548Z] ---> 60adf317bec4 [2021-02-18T08:14:36.548Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:14:36.548Z] Removing intermediate container 4e28e8df1f2f [2021-02-18T08:14:36.548Z] ---> 66fc539c1655 [2021-02-18T08:14:36.548Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:14:36.548Z] ---> Running in 2b2118b02188 [2021-02-18T08:14:36.548Z] ---> Running in 2526a4623f48 [2021-02-18T08:14:36.548Z] ---> Running in 14d886b22fbd [2021-02-18T08:14:36.548Z] ---> Running in 63c13a05724f [2021-02-18T08:14:36.548Z] ---> Running in c2119282ee16 [2021-02-18T08:14:36.548Z] Removing intermediate container 2526a4623f48 [2021-02-18T08:14:36.548Z] ---> 414431e5e8c0 [2021-02-18T08:14:36.548Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T08:14:36.548Z] ---> Running in 6afe543b2dab [2021-02-18T08:14:36.548Z] Removing intermediate container 2b2118b02188 [2021-02-18T08:14:36.548Z] ---> a62fcd031396 [2021-02-18T08:14:36.548Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T08:14:36.548Z] Removing intermediate container 14d886b22fbd [2021-02-18T08:14:36.548Z] ---> 96cb62c6682b [2021-02-18T08:14:36.548Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T08:14:36.548Z] ---> Running in fd20d37246ce [2021-02-18T08:14:36.548Z] Removing intermediate container 63c13a05724f [2021-02-18T08:14:36.548Z] ---> 74e33165b194 [2021-02-18T08:14:36.548Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T08:14:36.548Z] ---> Running in a6d6ad91b3f5 [2021-02-18T08:14:36.548Z] Removing intermediate container c2119282ee16 [2021-02-18T08:14:36.548Z] ---> 9b9b5da66b8a [2021-02-18T08:14:36.548Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T08:14:36.548Z] ---> Running in e5c2d2a6226a [2021-02-18T08:14:36.549Z] ---> Running in 175b3777db89 [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:14:36.821Z] OK: 217 MiB in 51 packages [2021-02-18T08:14:37.805Z] OK: 217 MiB in 51 packages [2021-02-18T08:14:37.805Z] OK: 217 MiB in 51 packages [2021-02-18T08:14:37.805Z] OK: 217 MiB in 51 packages [2021-02-18T08:14:37.805Z] OK: 217 MiB in 51 packages [2021-02-18T08:14:38.087Z] Removing intermediate container 6afe543b2dab [2021-02-18T08:14:38.087Z] ---> 956873625f8c [2021-02-18T08:14:38.087Z] Step 6/22 : COPY go.mod . [2021-02-18T08:14:39.065Z] ---> de153cc58d6a [2021-02-18T08:14:39.065Z] Step 7/22 : RUN go mod download [2021-02-18T08:14:39.338Z] Removing intermediate container fd20d37246ce [2021-02-18T08:14:39.338Z] ---> fc4a9e46f92c [2021-02-18T08:14:39.338Z] Step 6/22 : COPY go.mod . [2021-02-18T08:14:39.338Z] ---> Running in 879863f71d2a [2021-02-18T08:14:39.612Z] Removing intermediate container a6d6ad91b3f5 [2021-02-18T08:14:39.612Z] ---> 4e53bdce47c8 [2021-02-18T08:14:39.612Z] Step 6/26 : COPY go.mod . [2021-02-18T08:14:39.612Z] Removing intermediate container e5c2d2a6226a [2021-02-18T08:14:39.612Z] ---> b49950fc9536 [2021-02-18T08:14:39.612Z] Step 6/23 : COPY go.mod . [2021-02-18T08:14:39.727Z] ---> fe9c4706f09d [2021-02-18T08:14:39.727Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T08:14:39.727Z] ---> 8502fcaedd85 [2021-02-18T08:14:39.727Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T08:14:39.727Z] ---> 7a39581c72af [2021-02-18T08:14:39.727Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T08:14:39.727Z] ---> Running in d4c33913effa [2021-02-18T08:14:39.727Z] ---> 29ba5cba491e [2021-02-18T08:14:39.727Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T08:14:39.727Z] ---> Running in 5eec74487d46 [2021-02-18T08:14:39.727Z] ---> Running in 7660bd53e71c [2021-02-18T08:14:39.727Z] ---> d9bde07c894f [2021-02-18T08:14:39.727Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T08:14:39.727Z] ---> Running in c2661cb55e40 [2021-02-18T08:14:39.727Z] ---> Running in c905e89b8775 [2021-02-18T08:14:39.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T08:14:39.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T08:14:39.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T08:14:39.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T08:14:39.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T08:14:39.886Z] Removing intermediate container 175b3777db89 [2021-02-18T08:14:39.887Z] ---> 61068deabc16 [2021-02-18T08:14:39.887Z] Step 6/30 : COPY go.mod . [2021-02-18T08:14:40.496Z] ---> 97252c439cee [2021-02-18T08:14:40.496Z] Step 7/22 : RUN go mod download [2021-02-18T08:14:40.768Z] ---> Running in 85af8b894705 [2021-02-18T08:14:41.054Z] ---> 1884eaf6c7a0 [2021-02-18T08:14:41.054Z] ---> f0916a6a2f75 [2021-02-18T08:14:41.054Z] ---> d475a7211196 [2021-02-18T08:14:41.054Z] Step 7/23 : RUN go mod download [2021-02-18T08:14:41.054Z] Step 7/30 : RUN go mod download [2021-02-18T08:14:41.054Z] Step 7/26 : RUN go mod download [2021-02-18T08:14:41.331Z] ---> Running in 8865c395c1d8 [2021-02-18T08:14:41.331Z] ---> Running in 37fd856ab49f [2021-02-18T08:14:41.331Z] ---> Running in a1b9ce4ccd9f [2021-02-18T08:14:43.332Z] Removing intermediate container 879863f71d2a [2021-02-18T08:14:43.332Z] ---> ac13b2538f5c [2021-02-18T08:14:43.332Z] Step 8/22 : COPY . . [2021-02-18T08:14:45.962Z] Removing intermediate container 85af8b894705 [2021-02-18T08:14:45.962Z] ---> 7d9401f7ee63 [2021-02-18T08:14:45.962Z] Step 8/22 : COPY . . [2021-02-18T08:14:46.566Z] Removing intermediate container a1b9ce4ccd9f [2021-02-18T08:14:46.566Z] ---> cc5df525e21d [2021-02-18T08:14:46.566Z] Step 8/26 : COPY . . [2021-02-18T08:14:46.840Z] Removing intermediate container 8865c395c1d8 [2021-02-18T08:14:46.840Z] ---> 86c7b5046c19 [2021-02-18T08:14:46.840Z] Step 8/30 : COPY . . [2021-02-18T08:14:47.437Z] Removing intermediate container 37fd856ab49f [2021-02-18T08:14:47.437Z] ---> 1ffd86d2bcbb [2021-02-18T08:14:47.437Z] Step 8/23 : COPY . . [2021-02-18T08:15:14.262Z] ---> 619b87d519c9 [2021-02-18T08:15:14.262Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T08:15:14.262Z] ---> 681f7e0d1c15 [2021-02-18T08:15:14.262Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T08:15:14.262Z] ---> Running in 5b7d4f6f6d33 [2021-02-18T08:15:14.262Z] ---> Running in 5254db0e795d [2021-02-18T08:15:14.262Z] ---> b57f7da25d1d [2021-02-18T08:15:14.262Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T08:15:14.262Z] ---> 337b7f2b707a [2021-02-18T08:15:14.262Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T08:15:14.262Z] ---> 6a6f6cdced0d [2021-02-18T08:15:14.262Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T08:15:14.262Z] ---> Running in 219ea93b6b4c [2021-02-18T08:15:14.262Z] ---> Running in 879c7eafa3e5 [2021-02-18T08:15:14.262Z] ---> Running in fa528af2f4f0 [2021-02-18T08:15:14.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T08:15:14.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T08:15:14.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T08:15:14.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T08:15:14.262Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T08:15:28.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T08:15:28.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T08:15:53.034Z] Removing intermediate container 5eec74487d46 [2021-02-18T08:15:53.034Z] ---> ed52e8e0a9ed [2021-02-18T08:15:53.034Z] [2021-02-18T08:15:53.034Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T08:15:53.034Z] Removing intermediate container d4c33913effa [2021-02-18T08:15:53.034Z] ---> ce68bc478b9f [2021-02-18T08:15:53.034Z] [2021-02-18T08:15:53.034Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T08:15:53.034Z] Removing intermediate container c2661cb55e40 [2021-02-18T08:15:53.034Z] ---> b49d52ad992b [2021-02-18T08:15:53.034Z] [2021-02-18T08:15:53.034Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T08:15:53.034Z] Removing intermediate container c905e89b8775 [2021-02-18T08:15:53.034Z] ---> e21823c937b3 [2021-02-18T08:15:53.034Z] [2021-02-18T08:15:53.034Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T08:15:53.034Z] Removing intermediate container 7660bd53e71c [2021-02-18T08:15:53.034Z] ---> e677dd29348f [2021-02-18T08:15:53.034Z] [2021-02-18T08:15:53.034Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T08:15:53.034Z] 3.12: Pulling from library/alpine [2021-02-18T08:15:53.034Z] 3.12: Pulling from library/alpine [2021-02-18T08:15:53.034Z] 3.12: Pulling from library/alpine [2021-02-18T08:15:53.034Z] 3.12: Pulling from library/alpine [2021-02-18T08:15:53.034Z] 3.12: Pulling from library/alpine [2021-02-18T08:15:54.591Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T08:15:54.591Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T08:15:54.591Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T08:15:54.591Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T08:15:54.591Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T08:15:54.591Z] Status: Image is up to date for alpine:3.12 [2021-02-18T08:15:54.591Z] ---> 389fef711851 [2021-02-18T08:15:54.591Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T08:15:54.591Z] ---> 389fef711851 [2021-02-18T08:15:54.591Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T08:15:54.591Z] ---> 389fef711851 [2021-02-18T08:15:54.591Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T08:15:54.591Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T08:15:54.591Z] Status: Image is up to date for alpine:3.12 [2021-02-18T08:15:54.591Z] ---> 389fef711851 [2021-02-18T08:15:54.591Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T08:15:54.591Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T08:15:54.591Z] Status: Image is up to date for alpine:3.12 [2021-02-18T08:15:54.591Z] ---> 389fef711851 [2021-02-18T08:15:54.591Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T08:15:56.078Z] ---> Running in fd5eaaa5e981 [2021-02-18T08:15:56.793Z] ---> Running in 2cd951a99065 [2021-02-18T08:15:56.793Z] ---> Running in 26e88da58f8b [2021-02-18T08:15:56.793Z] ---> Running in 053ae56e8525 [2021-02-18T08:15:56.793Z] ---> Running in 78cdadc4efb6 [2021-02-18T08:15:57.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:57.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:58.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:58.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:58.608Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T08:15:58.608Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T08:15:58.608Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T08:15:58.608Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T08:15:58.608Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T08:15:58.608Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:15:58.608Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T08:15:58.608Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T08:15:58.608Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:15:58.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:58.608Z] OK: 6 MiB in 15 packages [2021-02-18T08:15:58.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:58.979Z] OK: 7 MiB in 19 packages [2021-02-18T08:15:58.979Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T08:15:59.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:59.290Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:15:59.290Z] OK: 6 MiB in 15 packages [2021-02-18T08:15:59.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:15:59.817Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T08:15:59.817Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T08:15:59.817Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T08:15:59.817Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T08:15:59.817Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:15:59.817Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T08:15:59.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:16:00.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:16:00.115Z] OK: 7 MiB in 18 packages [2021-02-18T08:16:00.115Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T08:16:00.115Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:16:00.115Z] OK: 6 MiB in 15 packages [2021-02-18T08:16:04.493Z] Removing intermediate container fd5eaaa5e981 [2021-02-18T08:16:04.493Z] ---> bac397b4dd56 [2021-02-18T08:16:04.493Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:16:04.892Z] Removing intermediate container 78cdadc4efb6 [2021-02-18T08:16:04.892Z] ---> 8558f2a47782 [2021-02-18T08:16:04.892Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T08:16:05.321Z] ---> Running in 3c388bef8beb [2021-02-18T08:16:07.550Z] ---> Running in 6db4e22a7a70 [2021-02-18T08:16:07.550Z] Removing intermediate container 2cd951a99065 [2021-02-18T08:16:07.550Z] ---> 525a53c85dcc [2021-02-18T08:16:07.550Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:16:07.550Z] Removing intermediate container 3c388bef8beb [2021-02-18T08:16:07.550Z] ---> 268c7ad19b51 [2021-02-18T08:16:07.550Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T08:16:07.550Z] Removing intermediate container 053ae56e8525 [2021-02-18T08:16:07.550Z] ---> 17abd27591c5 [2021-02-18T08:16:07.550Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T08:16:07.859Z] Removing intermediate container 26e88da58f8b [2021-02-18T08:16:07.859Z] ---> d73c02403fa4 [2021-02-18T08:16:07.859Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:16:08.489Z] ---> Running in 7303ff38aebe [2021-02-18T08:16:08.771Z] ---> Running in 55217ce2bbb1 [2021-02-18T08:16:08.771Z] ---> Running in 7967a1083d97 [2021-02-18T08:16:09.084Z] ---> Running in 4f9baf6cf9e6 [2021-02-18T08:16:09.084Z] Removing intermediate container 6db4e22a7a70 [2021-02-18T08:16:09.084Z] ---> 952c0d54b91b [2021-02-18T08:16:09.084Z] Step 13/24 : WORKDIR / [2021-02-18T08:16:09.371Z] Removing intermediate container 55217ce2bbb1 [2021-02-18T08:16:09.371Z] ---> a397f4dcc177 [2021-02-18T08:16:09.371Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T08:16:09.371Z] ---> Running in f50929f9d507 [2021-02-18T08:16:09.674Z] Removing intermediate container 7303ff38aebe [2021-02-18T08:16:09.674Z] ---> 6619be7f8f9b [2021-02-18T08:16:09.674Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T08:16:10.284Z] Removing intermediate container 7967a1083d97 [2021-02-18T08:16:10.284Z] ---> d77ce0c6b732 [2021-02-18T08:16:10.284Z] Step 13/21 : WORKDIR /edgex [2021-02-18T08:16:10.284Z] ---> Running in ee6eb9284a54 [2021-02-18T08:16:10.284Z] Removing intermediate container 4f9baf6cf9e6 [2021-02-18T08:16:10.284Z] ---> 22c4ece0940e [2021-02-18T08:16:10.284Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T08:16:10.965Z] ---> Running in f271e65c2508 [2021-02-18T08:16:11.389Z] ---> Running in 6159681efd10 [2021-02-18T08:16:11.389Z] ---> Running in 4e6251c408a4 [2021-02-18T08:16:11.389Z] Removing intermediate container f50929f9d507 [2021-02-18T08:16:11.389Z] ---> 5165930fa402 [2021-02-18T08:16:11.389Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T08:16:11.702Z] Removing intermediate container ee6eb9284a54 [2021-02-18T08:16:11.702Z] ---> ba4de8b7fa2a [2021-02-18T08:16:11.702Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T08:16:12.726Z] ---> Running in 0c305e227b84 [2021-02-18T08:16:12.726Z] Removing intermediate container f271e65c2508 [2021-02-18T08:16:12.726Z] ---> befb9f13c36c [2021-02-18T08:16:12.726Z] Step 15/23 : WORKDIR / [2021-02-18T08:16:13.345Z] Removing intermediate container 4e6251c408a4 [2021-02-18T08:16:13.345Z] ---> ffbc247135dd [2021-02-18T08:16:13.345Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T08:16:13.345Z] Removing intermediate container 6159681efd10 [2021-02-18T08:16:13.345Z] ---> ad61289129f0 [2021-02-18T08:16:13.345Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T08:16:13.637Z] ---> 90278e8c1c7e [2021-02-18T08:16:13.637Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T08:16:13.909Z] ---> Running in 47c6cc9174e5 [2021-02-18T08:16:14.176Z] ---> Running in d8486ed4f695 [2021-02-18T08:16:14.176Z] Removing intermediate container 0c305e227b84 [2021-02-18T08:16:14.176Z] ---> 0923de9f1503 [2021-02-18T08:16:14.176Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:16:14.785Z] ---> 65f643734038 [2021-02-18T08:16:14.785Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T08:16:14.785Z] ---> 1ba12574015f [2021-02-18T08:16:14.785Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T08:16:15.071Z] Removing intermediate container d8486ed4f695 [2021-02-18T08:16:15.071Z] ---> 9da47bd52821 [2021-02-18T08:16:15.071Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:16:15.071Z] Removing intermediate container 47c6cc9174e5 [2021-02-18T08:16:15.071Z] ---> 19bf019bfa0a [2021-02-18T08:16:15.071Z] Step 15/23 : WORKDIR / [2021-02-18T08:16:15.071Z] ---> 7ed1e0afac74 [2021-02-18T08:16:15.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T08:16:15.357Z] ---> Running in 412586a47a8f [2021-02-18T08:16:15.640Z] ---> 927c89c5f150 [2021-02-18T08:16:15.640Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T08:16:16.393Z] Removing intermediate container 412586a47a8f [2021-02-18T08:16:16.393Z] ---> 862f891d0989 [2021-02-18T08:16:16.393Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:16:16.844Z] ---> 687015fb7d43 [2021-02-18T08:16:16.844Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T08:16:16.844Z] ---> 9584c1ed2a87 [2021-02-18T08:16:16.844Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T08:16:17.462Z] ---> 8725ca40d44c [2021-02-18T08:16:17.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T08:16:17.462Z] ---> e79330e58cf5 [2021-02-18T08:16:17.462Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T08:16:17.462Z] ---> ee143bb3085a [2021-02-18T08:16:17.462Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T08:16:18.021Z] ---> bf7c67176738 [2021-02-18T08:16:18.021Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T08:16:18.337Z] ---> 115a26519c53 [2021-02-18T08:16:18.337Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T08:16:18.923Z] ---> Running in 02c20994ec87 [2021-02-18T08:16:18.923Z] ---> 35f304f12ce2 [2021-02-18T08:16:18.923Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T08:16:18.923Z] ---> f2d8f41fa8ca [2021-02-18T08:16:18.923Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T08:16:19.623Z] ---> Running in 3df23ff9aee1 [2021-02-18T08:16:19.623Z] ---> 9556d6badb0f [2021-02-18T08:16:19.623Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T08:16:20.520Z] Removing intermediate container 02c20994ec87 [2021-02-18T08:16:20.520Z] ---> 3d213c59b1e4 [2021-02-18T08:16:20.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:16:20.520Z] ---> 7b10784c7338 [2021-02-18T08:16:20.520Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T08:16:20.520Z] Removing intermediate container 3df23ff9aee1 [2021-02-18T08:16:20.520Z] ---> ed4925093ece [2021-02-18T08:16:20.520Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T08:16:21.175Z] ---> 897b487b1e53 [2021-02-18T08:16:21.175Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T08:16:21.175Z] ---> bfff4f07f06b [2021-02-18T08:16:21.175Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T08:16:21.175Z] ---> Running in 4f58402e76fb [2021-02-18T08:16:21.175Z] ---> Running in 55f1c788bb75 [2021-02-18T08:16:21.175Z] ---> Running in 6f3bf1801842 [2021-02-18T08:16:21.502Z] ---> Running in b448e5f1b540 [2021-02-18T08:16:21.502Z] ---> Running in 5d696afd52e3 [2021-02-18T08:16:22.530Z] Removing intermediate container 6f3bf1801842 [2021-02-18T08:16:22.530Z] ---> cf23340fb65b [2021-02-18T08:16:22.530Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:16:22.823Z] Removing intermediate container 55f1c788bb75 [2021-02-18T08:16:22.823Z] ---> 1d00238d0114 [2021-02-18T08:16:22.823Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T08:16:22.823Z] Removing intermediate container 4f58402e76fb [2021-02-18T08:16:22.823Z] ---> a830e4cb7ec5 [2021-02-18T08:16:22.823Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T08:16:22.823Z] ---> Running in 6e138e36bdcc [2021-02-18T08:16:22.823Z] Removing intermediate container b448e5f1b540 [2021-02-18T08:16:22.823Z] ---> 9e7639732afc [2021-02-18T08:16:22.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:16:24.325Z] ---> Running in 5e7ec46ac857 [2021-02-18T08:16:24.325Z] ---> Running in 2d54c637fc80 [2021-02-18T08:16:24.325Z] ---> Running in 46a839ea8cf1 [2021-02-18T08:16:24.927Z] Removing intermediate container 6e138e36bdcc [2021-02-18T08:16:24.927Z] ---> 01d8c98b8735 [2021-02-18T08:16:24.927Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T08:16:25.533Z] Removing intermediate container 2d54c637fc80 [2021-02-18T08:16:25.533Z] ---> 512ec062a046 [2021-02-18T08:16:25.533Z] Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:16:25.810Z] ---> Running in fbac0e610420 [2021-02-18T08:16:26.531Z] Removing intermediate container 46a839ea8cf1 [2021-02-18T08:16:26.531Z] ---> 4f38849e5823 [2021-02-18T08:16:26.531Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T08:16:27.158Z] Removing intermediate container 5e7ec46ac857 [2021-02-18T08:16:27.158Z] ---> 25c7957a2a7d [2021-02-18T08:16:27.158Z] Step 20/21 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:16:27.466Z] ---> Running in e4651a932172 [2021-02-18T08:16:27.887Z] ---> Running in 7ec00de0ec11 [2021-02-18T08:16:27.887Z] ---> Running in 3ab9689873e4 [2021-02-18T08:16:28.157Z] Removing intermediate container fbac0e610420 [2021-02-18T08:16:28.157Z] ---> 842de0193dcc [2021-02-18T08:16:28.157Z] Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:16:28.157Z] Removing intermediate container 5d696afd52e3 [2021-02-18T08:16:28.157Z] ---> b762c8832614 [2021-02-18T08:16:28.157Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T08:16:28.765Z] ---> Running in 63c1bf7e26ff [2021-02-18T08:16:29.134Z] Removing intermediate container 7ec00de0ec11 [2021-02-18T08:16:29.134Z] ---> a70a0325b8f5 [2021-02-18T08:16:29.134Z] Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:16:29.134Z] ---> Running in 57004ee9c653 [2021-02-18T08:16:29.134Z] Removing intermediate container e4651a932172 [2021-02-18T08:16:29.134Z] ---> e22c0b3f6e52 [2021-02-18T08:16:29.135Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T08:16:29.777Z] Removing intermediate container 3ab9689873e4 [2021-02-18T08:16:29.778Z] ---> 5f30b7edc888 [2021-02-18T08:16:29.778Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T08:16:30.533Z] ---> Running in 5a0c15d03bdb [2021-02-18T08:16:30.533Z] ---> Running in 859f84441b15 [2021-02-18T08:16:30.533Z] ---> Running in cf2d2e7a6c59 [2021-02-18T08:16:30.838Z] Removing intermediate container 63c1bf7e26ff [2021-02-18T08:16:30.838Z] ---> 8fa4bf3822e8 [2021-02-18T08:16:30.838Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T08:16:30.838Z] Removing intermediate container 57004ee9c653 [2021-02-18T08:16:30.838Z] ---> 4a1e38feb8a0 [2021-02-18T08:16:30.838Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T08:16:31.135Z] ---> Running in d03c330c3783 [2021-02-18T08:16:31.530Z] ---> Running in a2a0d75d42a1 [2021-02-18T08:16:32.174Z] Removing intermediate container 5a0c15d03bdb [2021-02-18T08:16:32.174Z] ---> 14edf388ab64 [2021-02-18T08:16:32.174Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T08:16:32.174Z] Removing intermediate container 859f84441b15 [2021-02-18T08:16:32.174Z] ---> c26cd4026101 [2021-02-18T08:16:32.174Z] [2021-02-18T08:16:32.174Z] Removing intermediate container cf2d2e7a6c59 [2021-02-18T08:16:32.174Z] ---> 7a7dd717785f [2021-02-18T08:16:32.174Z] [2021-02-18T08:16:32.869Z] ---> Running in 93427e4ec5fe [2021-02-18T08:16:33.968Z] Successfully built c26cd4026101 [2021-02-18T08:16:33.968Z] Removing intermediate container a2a0d75d42a1 [2021-02-18T08:16:33.968Z] ---> 18ea74ecacf2 [2021-02-18T08:16:33.968Z] Step 23/24 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:16:33.968Z] Successfully built 7a7dd717785f [2021-02-18T08:16:33.968Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T08:16:33.968Z] Removing intermediate container d03c330c3783 [2021-02-18T08:16:33.968Z] ---> d6eff5dfbb7d [2021-02-18T08:16:33.968Z] [2021-02-18T08:16:33.968Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-18T08:16:33.968Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T08:16:33.968Z] Building docker-sys-mgmt-agent-go [2021-02-18T08:16:35.094Z]  Building docker-security-proxy-setup-go ... done Successfully built d6eff5dfbb7d [2021-02-18T08:16:35.094Z] ---> Running in 8df8ab798025 [2021-02-18T08:16:35.094Z] Successfully tagged docker-core-command-go:latest [2021-02-18T08:16:35.094Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-18T08:16:35.094Z] Removing intermediate container 93427e4ec5fe [2021-02-18T08:16:35.094Z] ---> 33b852029cf9 [2021-02-18T08:16:35.094Z] [2021-02-18T08:16:35.810Z] Successfully built 33b852029cf9 [2021-02-18T08:16:36.532Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T08:16:36.532Z] Building docker-core-data-go [2021-02-18T08:16:36.532Z]  Building docker-core-metadata-go ... done Removing intermediate container 8df8ab798025 [2021-02-18T08:16:36.532Z] ---> a5881a86019b [2021-02-18T08:16:36.532Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T08:16:36.878Z] ---> Running in ca638112cbfa [2021-02-18T08:16:38.024Z] Removing intermediate container ca638112cbfa [2021-02-18T08:16:38.024Z] ---> a0ecc50ba46d [2021-02-18T08:16:38.024Z] [2021-02-18T08:16:40.057Z] Successfully built a0ecc50ba46d [2021-02-18T08:16:40.057Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T08:16:51.159Z] Removing intermediate container 879c7eafa3e5 [2021-02-18T08:16:51.159Z] ---> 39c1486c4234 [2021-02-18T08:16:51.159Z] [2021-02-18T08:16:51.159Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T08:16:51.159Z] 3.12: Pulling from library/alpine [2021-02-18T08:16:51.159Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T08:16:51.159Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T08:16:51.159Z] ---> afeebe901d6b [2021-02-18T08:16:51.159Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T08:16:51.159Z] ---> Running in 42aa43464e36 [2021-02-18T08:16:51.159Z] Removing intermediate container fa528af2f4f0 [2021-02-18T08:16:51.159Z] ---> 23b3d6f3ecc2 [2021-02-18T08:16:51.159Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T08:16:51.159Z] ---> Running in b9aa4b82ddd7 [2021-02-18T08:16:51.159Z] Removing intermediate container 42aa43464e36 [2021-02-18T08:16:51.159Z] ---> 53972e6a7212 [2021-02-18T08:16:51.159Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T08:16:51.159Z] ---> Running in e03aadc1ecd3 [2021-02-18T08:16:52.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T08:16:52.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:16:52.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:16:53.316Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T08:16:53.316Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T08:16:53.316Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:16:53.594Z] OK: 5 MiB in 16 packages [2021-02-18T08:16:55.590Z] Removing intermediate container e03aadc1ecd3 [2021-02-18T08:16:55.590Z] ---> 3d7c4618eadd [2021-02-18T08:16:55.590Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T08:16:55.590Z] ---> Running in 18cdf00b08e0 [2021-02-18T08:16:56.611Z] Removing intermediate container 18cdf00b08e0 [2021-02-18T08:16:56.611Z] ---> b22af3da537e [2021-02-18T08:16:56.611Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T08:16:57.217Z] ---> Running in 379edc017b2f [2021-02-18T08:16:58.221Z] Removing intermediate container 379edc017b2f [2021-02-18T08:16:58.221Z] ---> 8a7a68e6bdde [2021-02-18T08:16:58.221Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T08:16:58.501Z] Removing intermediate container b9aa4b82ddd7 [2021-02-18T08:16:58.501Z] ---> a2de3174f6be [2021-02-18T08:16:58.501Z] [2021-02-18T08:16:58.501Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T08:16:58.501Z] ---> Running in 96919dc1d089 [2021-02-18T08:16:58.501Z] 20.10.0: Pulling from library/docker [2021-02-18T08:17:05.260Z] Removing intermediate container 96919dc1d089 [2021-02-18T08:17:05.260Z] ---> c57030905282 [2021-02-18T08:17:05.260Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T08:17:05.260Z] ---> Running in eaa9a40b4722 [2021-02-18T08:17:05.260Z] Removing intermediate container 5b7d4f6f6d33 [2021-02-18T08:17:05.260Z] ---> eca616826a3f [2021-02-18T08:17:05.260Z] [2021-02-18T08:17:05.260Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T08:17:05.260Z] ---> afeebe901d6b [2021-02-18T08:17:05.260Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T08:17:05.260Z] Removing intermediate container 5254db0e795d [2021-02-18T08:17:05.260Z] ---> 5df743b5ce75 [2021-02-18T08:17:05.260Z] [2021-02-18T08:17:05.260Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T08:17:05.260Z] ---> afeebe901d6b [2021-02-18T08:17:05.260Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T08:17:05.863Z] ---> Running in 0596d6791d2a [2021-02-18T08:17:05.863Z] ---> Running in 7922d70483c6 [2021-02-18T08:17:05.863Z] Removing intermediate container eaa9a40b4722 [2021-02-18T08:17:05.863Z] ---> 6490eb643700 [2021-02-18T08:17:05.863Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T08:17:07.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:07.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:07.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:07.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:08.454Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T08:17:08.454Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:17:08.454Z] OK: 5 MiB in 15 packages [2021-02-18T08:17:08.734Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T08:17:08.734Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T08:17:08.734Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:17:08.734Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T08:17:09.007Z] ---> 9e1fab72c1d4 [2021-02-18T08:17:09.007Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T08:17:09.007Z] OK: 6 MiB in 16 packages [2021-02-18T08:17:09.293Z] ---> Running in 88f0c0d028f7 [2021-02-18T08:17:11.331Z] Removing intermediate container 7922d70483c6 [2021-02-18T08:17:11.331Z] ---> e5b62c143ea2 [2021-02-18T08:17:11.331Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:17:11.629Z] ---> Running in b23d178ee08e [2021-02-18T08:17:12.360Z] Removing intermediate container 0596d6791d2a [2021-02-18T08:17:12.360Z] ---> b39ad6f542be [2021-02-18T08:17:12.360Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:17:12.677Z] ---> Running in 35fd9e805035 [2021-02-18T08:17:12.961Z] Removing intermediate container b23d178ee08e [2021-02-18T08:17:12.962Z] ---> 690ca3497a13 [2021-02-18T08:17:12.962Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T08:17:13.238Z] ---> Running in 0141a8996178 [2021-02-18T08:17:13.517Z] Removing intermediate container 35fd9e805035 [2021-02-18T08:17:13.517Z] ---> 41b7280b6452 [2021-02-18T08:17:13.517Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T08:17:13.790Z] Removing intermediate container 88f0c0d028f7 [2021-02-18T08:17:13.790Z] ---> 004fb355ba95 [2021-02-18T08:17:13.790Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:17:14.062Z] ---> Running in e181b2cad7cc [2021-02-18T08:17:14.340Z] Removing intermediate container 0141a8996178 [2021-02-18T08:17:14.340Z] ---> 961ffac6d083 [2021-02-18T08:17:14.340Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T08:17:14.936Z] ---> Running in c379b81c79e8 [2021-02-18T08:17:14.936Z] Removing intermediate container e181b2cad7cc [2021-02-18T08:17:14.936Z] ---> 1b1d10a11e22 [2021-02-18T08:17:14.936Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T08:17:15.915Z] ---> 70593cb9952b [2021-02-18T08:17:15.915Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T08:17:15.915Z] ---> Running in eed4a1b8123a [2021-02-18T08:17:16.189Z] Removing intermediate container c379b81c79e8 [2021-02-18T08:17:16.189Z] ---> 179cc632bb0a [2021-02-18T08:17:16.189Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:17:17.179Z] Removing intermediate container eed4a1b8123a [2021-02-18T08:17:17.179Z] ---> 38dae933f0b9 [2021-02-18T08:17:17.179Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:17:17.787Z] ---> 56a46c09e36e [2021-02-18T08:17:17.787Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T08:17:17.787Z] ---> cb3072ffc289 [2021-02-18T08:17:17.787Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T08:17:18.386Z] Removing intermediate container 219ea93b6b4c [2021-02-18T08:17:18.386Z] ---> d556e87c4f77 [2021-02-18T08:17:18.386Z] [2021-02-18T08:17:18.386Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T08:17:18.386Z] ---> afeebe901d6b [2021-02-18T08:17:18.386Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T08:17:18.386Z] ---> d0d2c51cdea2 [2021-02-18T08:17:18.386Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T08:17:18.663Z] ---> Running in 2d002c2194fe [2021-02-18T08:17:18.944Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T08:17:18.945Z] ---> 582283c4661b [2021-02-18T08:17:18.945Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T08:17:19.219Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T08:17:19.219Z] ---> eeaf43b92773 [2021-02-18T08:17:19.219Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T08:17:19.816Z] ---> Running in 4eee02efe0a0 [2021-02-18T08:17:19.816Z] Removing intermediate container 2d002c2194fe [2021-02-18T08:17:19.816Z] ---> ae9b6f1840e6 [2021-02-18T08:17:19.816Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T08:17:20.097Z] ---> c7209997b9ff [2021-02-18T08:17:20.097Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T08:17:20.097Z] ---> fc4eff44422e [2021-02-18T08:17:20.097Z] ---> 9dd3dec2a705 [2021-02-18T08:17:20.097Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T08:17:20.097Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T08:17:20.097Z] ---> Running in a5b70175edf7 [2021-02-18T08:17:20.698Z] ---> Running in 6ce48bdec7c7 [2021-02-18T08:17:20.974Z] Removing intermediate container a5b70175edf7 [2021-02-18T08:17:20.974Z] ---> 32fb66dba1a9 [2021-02-18T08:17:20.974Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T08:17:20.974Z] ---> Running in 56edebcb56b0 [2021-02-18T08:17:21.252Z] ---> bcee0d732fd0 [2021-02-18T08:17:21.252Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T08:17:21.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:21.252Z] ---> 9366d743f26e [2021-02-18T08:17:21.252Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T08:17:21.533Z] Removing intermediate container 6ce48bdec7c7 [2021-02-18T08:17:21.533Z] ---> a4442de29a37 [2021-02-18T08:17:21.533Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T08:17:21.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:21.533Z] ---> Running in 6d25201e35ab [2021-02-18T08:17:21.533Z] ---> Running in bd8eb05ee248 [2021-02-18T08:17:21.533Z] Removing intermediate container 56edebcb56b0 [2021-02-18T08:17:21.533Z] ---> beadd482f979 [2021-02-18T08:17:21.815Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:17:21.815Z] ---> Running in b0f400b3f071 [2021-02-18T08:17:22.437Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T08:17:22.437Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T08:17:22.437Z] Executing bash-5.0.17-r0.post-install [2021-02-18T08:17:22.437Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:17:22.437Z] OK: 12 MiB in 22 packages [2021-02-18T08:17:22.437Z] Removing intermediate container bd8eb05ee248 [2021-02-18T08:17:22.437Z] ---> 40c739217563 [2021-02-18T08:17:22.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:17:22.437Z] Removing intermediate container 6d25201e35ab [2021-02-18T08:17:22.437Z] ---> 8da5a9ab8f44 [2021-02-18T08:17:22.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:17:22.728Z] ---> bb44853947e5 [2021-02-18T08:17:22.728Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T08:17:22.728Z] ---> Running in 5cdf63b724aa [2021-02-18T08:17:22.728Z] ---> Running in 7c3cf630ef89 [2021-02-18T08:17:23.015Z] ---> Running in 4b7cf07e81ff [2021-02-18T08:17:23.619Z] Removing intermediate container 7c3cf630ef89 [2021-02-18T08:17:23.619Z] ---> 491a355b8497 [2021-02-18T08:17:23.619Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T08:17:23.619Z] Removing intermediate container 5cdf63b724aa [2021-02-18T08:17:23.619Z] ---> 02b703341fa7 [2021-02-18T08:17:23.619Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T08:17:23.892Z] ---> Running in 5a7659ee2c13 [2021-02-18T08:17:23.892Z] ---> Running in ffaf4f60891a [2021-02-18T08:17:24.164Z] Removing intermediate container 4eee02efe0a0 [2021-02-18T08:17:24.164Z] ---> e949a98e2ef8 [2021-02-18T08:17:24.164Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T08:17:24.440Z] ---> Running in e0ccb6a5e56c [2021-02-18T08:17:24.440Z] Removing intermediate container ffaf4f60891a [2021-02-18T08:17:24.440Z] ---> a0ae0a452218 [2021-02-18T08:17:24.440Z] Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:17:24.720Z] Removing intermediate container 5a7659ee2c13 [2021-02-18T08:17:24.720Z] ---> 642e328bf6ee [2021-02-18T08:17:24.720Z] Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:17:24.720Z] ---> Running in 28c60c436f4a [2021-02-18T08:17:24.720Z] ---> Running in 7c1a8210411a [2021-02-18T08:17:24.994Z] Removing intermediate container b0f400b3f071 [2021-02-18T08:17:24.994Z] ---> 51e29e2c1ccb [2021-02-18T08:17:24.994Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T08:17:25.267Z] Removing intermediate container e0ccb6a5e56c [2021-02-18T08:17:25.267Z] ---> 8cdb0d8f50ec [2021-02-18T08:17:25.267Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T08:17:25.543Z] ---> Running in 758d0cf631af [2021-02-18T08:17:25.543Z] ---> Running in 724b91fea6b4 [2021-02-18T08:17:25.543Z] Removing intermediate container 7c1a8210411a [2021-02-18T08:17:25.543Z] ---> 3c5d346fdeed [2021-02-18T08:17:25.543Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T08:17:25.543Z] Removing intermediate container 28c60c436f4a [2021-02-18T08:17:25.543Z] ---> 708f992b0337 [2021-02-18T08:17:25.543Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T08:17:25.827Z] ---> Running in 9a5b684b83c7 [2021-02-18T08:17:25.827Z] ---> Running in 8a6350fffdaf [2021-02-18T08:17:26.102Z] Removing intermediate container 758d0cf631af [2021-02-18T08:17:26.102Z] ---> ac67cfea117b [2021-02-18T08:17:26.102Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T08:17:26.376Z] ---> Running in 81302dd8b7f9 [2021-02-18T08:17:26.376Z] Removing intermediate container 4b7cf07e81ff [2021-02-18T08:17:26.376Z] ---> 47aef55109e4 [2021-02-18T08:17:26.376Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T08:17:26.649Z] Removing intermediate container 9a5b684b83c7 [2021-02-18T08:17:26.649Z] ---> 29d1d8253de8 [2021-02-18T08:17:26.649Z] Removing intermediate container 8a6350fffdaf [2021-02-18T08:17:26.649Z] ---> 241139295c9c [2021-02-18T08:17:26.649Z] [2021-02-18T08:17:26.649Z] [2021-02-18T08:17:26.923Z] ---> Running in 24bbd6eb6f58 [2021-02-18T08:17:26.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:27.206Z] Successfully built 29d1d8253de8 [2021-02-18T08:17:27.206Z] Successfully built 241139295c9c [2021-02-18T08:17:27.206Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T08:17:27.206Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-18T08:17:27.206Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T08:17:27.206Z] Building docker-security-secretstore-setup-go [2021-02-18T08:17:27.206Z]  Building docker-support-notifications-go ... done Removing intermediate container 81302dd8b7f9 [2021-02-18T08:17:27.206Z] ---> 71da99857a37 [2021-02-18T08:17:27.206Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T08:17:27.487Z] Removing intermediate container 24bbd6eb6f58 [2021-02-18T08:17:27.487Z] ---> 629bdcf24313 [2021-02-18T08:17:27.487Z] Step 27/30 : CMD ["gate"] [2021-02-18T08:17:27.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:28.040Z] ---> Running in 5ed42f799703 [2021-02-18T08:17:28.640Z] ---> 767dbcf3226f [2021-02-18T08:17:28.640Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T08:17:28.640Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T08:17:28.917Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T08:17:28.917Z] Removing intermediate container 5ed42f799703 [2021-02-18T08:17:28.917Z] ---> ef1e183ea941 [2021-02-18T08:17:28.917Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T08:17:28.917Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T08:17:28.917Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T08:17:29.192Z] ---> Running in d9809305ad64 [2021-02-18T08:17:29.467Z] ---> 00eb5fbbbf5d [2021-02-18T08:17:29.467Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T08:17:29.467Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T08:17:29.467Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T08:17:29.740Z] Removing intermediate container d9809305ad64 [2021-02-18T08:17:29.740Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:17:29.740Z] OK: 8 MiB in 20 packages [2021-02-18T08:17:29.740Z] ---> 5dae3bcd023f [2021-02-18T08:17:29.740Z] Step 29/30 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:17:31.745Z] ---> Running in 1f7d6dbbfd43 [2021-02-18T08:17:32.337Z] ---> 45e83ffa4e00 [2021-02-18T08:17:32.337Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T08:17:32.940Z] ---> Running in 60719b93996d [2021-02-18T08:17:32.940Z] Removing intermediate container 1f7d6dbbfd43 [2021-02-18T08:17:32.940Z] ---> ce4dc2c0cdf3 [2021-02-18T08:17:32.940Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T08:17:33.920Z] ---> Running in df0241b83779 [2021-02-18T08:17:33.920Z] Removing intermediate container 724b91fea6b4 [2021-02-18T08:17:33.920Z] ---> 944591d673e7 [2021-02-18T08:17:33.920Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:17:35.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:35.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:17:35.621Z] Removing intermediate container df0241b83779 [2021-02-18T08:17:35.621Z] ---> 79e41f698a08 [2021-02-18T08:17:35.621Z] [2021-02-18T08:17:36.233Z] Successfully built 79e41f698a08 [2021-02-18T08:17:36.233Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T08:17:36.233Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T08:17:36.233Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T08:17:36.233Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T08:17:36.233Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T08:17:36.233Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T08:17:36.233Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T08:17:36.233Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T08:17:36.233Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-18T08:17:36.233Z] ---> 60257370fce9 [2021-02-18T08:17:36.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T08:17:38.213Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T08:17:38.213Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T08:17:38.213Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T08:17:38.213Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T08:17:38.213Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T08:17:38.213Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T08:17:38.213Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T08:17:38.213Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T08:17:38.213Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T08:17:38.213Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T08:17:38.486Z] ---> 916a72210f82 [2021-02-18T08:17:38.486Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T08:17:38.486Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T08:17:38.486Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T08:17:38.486Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T08:17:38.486Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T08:17:38.760Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T08:17:38.760Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T08:17:38.760Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T08:17:38.760Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T08:17:38.760Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T08:17:38.760Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T08:17:38.760Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T08:17:38.760Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T08:17:38.760Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T08:17:38.760Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T08:17:38.760Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T08:17:38.760Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T08:17:39.032Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:17:39.032Z] OK: 71 MiB in 55 packages [2021-02-18T08:17:39.304Z] ---> ba2911261ba5 [2021-02-18T08:17:39.304Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T08:17:39.576Z] ---> Running in 36d877f0c4b5 [2021-02-18T08:17:40.172Z] Removing intermediate container 36d877f0c4b5 [2021-02-18T08:17:40.172Z] ---> 2743911ab695 [2021-02-18T08:17:40.172Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:17:40.448Z] ---> Running in c4d6944ae2bc [2021-02-18T08:17:41.050Z] Removing intermediate container c4d6944ae2bc [2021-02-18T08:17:41.050Z] ---> 64407ca26acb [2021-02-18T08:17:41.050Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T08:17:41.649Z] ---> Running in 76527f2121aa [2021-02-18T08:17:43.102Z] Removing intermediate container 76527f2121aa [2021-02-18T08:17:43.102Z] ---> 1daacf4cd9d7 [2021-02-18T08:17:43.102Z] Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:17:43.701Z] ---> Running in c8f79b5b1681 [2021-02-18T08:17:44.702Z] Removing intermediate container c8f79b5b1681 [2021-02-18T08:17:44.702Z] ---> 55cf0ff34f7a [2021-02-18T08:17:44.702Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T08:17:45.680Z] ---> Running in 299f01de3c4c [2021-02-18T08:17:46.674Z] Removing intermediate container 299f01de3c4c [2021-02-18T08:17:46.674Z] ---> ba46a8098ce1 [2021-02-18T08:17:46.674Z] [2021-02-18T08:17:46.674Z] Removing intermediate container 60719b93996d [2021-02-18T08:17:46.674Z] ---> 145e71f87c31 [2021-02-18T08:17:46.674Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T08:17:47.268Z] Successfully built ba46a8098ce1 [2021-02-18T08:17:47.268Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T08:17:47.268Z] Building docker-core-metadata-go [2021-02-18T08:17:47.268Z] ---> Running in 130fb962c8e1 [2021-02-18T08:17:51.341Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:17:51.341Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:17:51.341Z] ---> 21175fdbbabb [2021-02-18T08:17:51.341Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 365e0d6ef525 [2021-02-18T08:17:51.341Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> e2ddde1fa6e0 [2021-02-18T08:17:51.341Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T08:17:51.341Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:17:51.341Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:17:51.341Z] ---> 21175fdbbabb [2021-02-18T08:17:51.341Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 365e0d6ef525 [2021-02-18T08:17:51.341Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> e2ddde1fa6e0 [2021-02-18T08:17:51.341Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T08:17:51.341Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:17:51.341Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:17:51.341Z] ---> 21175fdbbabb [2021-02-18T08:17:51.341Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 365e0d6ef525 [2021-02-18T08:17:51.341Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> e2ddde1fa6e0 [2021-02-18T08:17:51.341Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T08:17:51.341Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:17:51.341Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:17:51.341Z] ---> 21175fdbbabb [2021-02-18T08:17:51.341Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 365e0d6ef525 [2021-02-18T08:17:51.341Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> e2ddde1fa6e0 [2021-02-18T08:17:51.341Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 44d951fd825a [2021-02-18T08:17:51.341Z] Step 6/30 : COPY go.mod . [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 128705862b2f [2021-02-18T08:17:51.341Z] Step 7/30 : RUN go mod download [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 1b29c55e75eb [2021-02-18T08:17:51.341Z] Step 8/30 : COPY . . [2021-02-18T08:17:51.341Z] ---> Using cache [2021-02-18T08:17:51.341Z] ---> 7a39581c72af [2021-02-18T08:17:51.341Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T08:17:51.341Z] ---> Running in 7efaefe5bfe9 [2021-02-18T08:17:51.341Z] ---> Running in f61762da4ffe [2021-02-18T08:17:51.341Z] ---> Running in 7652eafee0a6 [2021-02-18T08:17:51.341Z] ---> Running in 71ade4f37790 [2021-02-18T08:17:52.669Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-18T08:17:52.669Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T08:17:53.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T08:17:53.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:17:53.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:17:53.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:17:54.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T08:17:54.646Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T08:17:55.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:17:55.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:17:55.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:17:55.241Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T08:17:55.241Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T08:17:55.514Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T08:17:55.514Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T08:17:55.846Z] OK: 233 MiB in 51 packages [2021-02-18T08:17:56.494Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T08:17:56.494Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T08:17:56.552Z] OK: 233 MiB in 51 packages [2021-02-18T08:17:57.470Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T08:17:57.470Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T08:17:57.654Z] OK: 233 MiB in 51 packages [2021-02-18T08:17:57.743Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T08:17:57.743Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T08:18:00.480Z] Removing intermediate container f61762da4ffe [2021-02-18T08:18:00.480Z] ---> 7d913dd2c399 [2021-02-18T08:18:00.480Z] Step 6/23 : COPY go.mod . [2021-02-18T08:18:00.480Z] Removing intermediate container 71ade4f37790 [2021-02-18T08:18:00.480Z] ---> 4ca18a9ee042 [2021-02-18T08:18:00.480Z] Step 6/26 : COPY go.mod . [2021-02-18T08:18:00.480Z] Removing intermediate container 7652eafee0a6 [2021-02-18T08:18:00.480Z] ---> 75914f607f8c [2021-02-18T08:18:00.480Z] Step 6/22 : COPY go.mod . [2021-02-18T08:18:00.971Z] ---> db4e21c91123 [2021-02-18T08:18:00.971Z] Step 7/23 : RUN go mod download [2021-02-18T08:18:01.136Z] Collecting PyYAML<4,>=3.10 [2021-02-18T08:18:01.136Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T08:18:02.220Z] ---> Running in 74e4cd91d09d [2021-02-18T08:18:02.220Z] ---> fe30e9222cfe [2021-02-18T08:18:02.220Z] Step 7/26 : RUN go mod download [2021-02-18T08:18:02.522Z] ---> a6c6bd775c1e [2021-02-18T08:18:02.522Z] Step 7/22 : RUN go mod download [2021-02-18T08:18:02.854Z] ---> Running in 91c3c013b1ef [2021-02-18T08:18:02.854Z] ---> Running in 342d5d28ae57 [2021-02-18T08:18:04.519Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T08:18:04.520Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T08:18:05.963Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T08:18:06.237Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T08:18:06.237Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T08:18:08.220Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:18:08.220Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:18:08.220Z] ---> 2b3b206aed2f [2021-02-18T08:18:08.220Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T08:18:08.220Z] ---> Using cache [2021-02-18T08:18:08.220Z] ---> 66fc539c1655 [2021-02-18T08:18:08.220Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:18:08.220Z] ---> Using cache [2021-02-18T08:18:08.220Z] ---> 9b9b5da66b8a [2021-02-18T08:18:08.220Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T08:18:08.220Z] ---> Using cache [2021-02-18T08:18:08.220Z] ---> 61068deabc16 [2021-02-18T08:18:08.220Z] Step 6/24 : COPY go.mod . [2021-02-18T08:18:08.220Z] ---> Using cache [2021-02-18T08:18:08.220Z] ---> 1884eaf6c7a0 [2021-02-18T08:18:08.220Z] Step 7/24 : RUN go mod download [2021-02-18T08:18:08.220Z] ---> Using cache [2021-02-18T08:18:08.220Z] ---> 86c7b5046c19 [2021-02-18T08:18:08.220Z] Step 8/24 : COPY . . [2021-02-18T08:18:08.220Z] ---> Using cache [2021-02-18T08:18:08.220Z] ---> b57f7da25d1d [2021-02-18T08:18:08.220Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T08:18:08.220Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T08:18:08.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:18:08.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:18:08.221Z] ---> 2b3b206aed2f [2021-02-18T08:18:08.221Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T08:18:08.221Z] ---> Using cache [2021-02-18T08:18:08.221Z] ---> 66fc539c1655 [2021-02-18T08:18:08.221Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:18:08.221Z] ---> Using cache [2021-02-18T08:18:08.221Z] ---> 9b9b5da66b8a [2021-02-18T08:18:08.221Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T08:18:08.221Z] ---> Using cache [2021-02-18T08:18:08.221Z] ---> 61068deabc16 [2021-02-18T08:18:08.221Z] Step 6/23 : COPY go.mod . [2021-02-18T08:18:08.221Z] ---> Using cache [2021-02-18T08:18:08.221Z] ---> 1884eaf6c7a0 [2021-02-18T08:18:08.221Z] Step 7/23 : RUN go mod download [2021-02-18T08:18:08.221Z] ---> Using cache [2021-02-18T08:18:08.221Z] ---> 86c7b5046c19 [2021-02-18T08:18:08.221Z] Step 8/23 : COPY . . [2021-02-18T08:18:08.507Z] ---> Using cache [2021-02-18T08:18:08.507Z] ---> b57f7da25d1d [2021-02-18T08:18:08.507Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T08:18:09.486Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T08:18:09.486Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T08:18:10.155Z] Removing intermediate container 91c3c013b1ef [2021-02-18T08:18:10.155Z] ---> e0bdcaf5fd3c [2021-02-18T08:18:10.155Z] Step 8/26 : COPY . . [2021-02-18T08:18:10.155Z] Removing intermediate container 74e4cd91d09d [2021-02-18T08:18:10.155Z] ---> 64d2ac3a0274 [2021-02-18T08:18:10.155Z] Step 8/23 : COPY . . [2021-02-18T08:18:10.470Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T08:18:10.568Z] Removing intermediate container 342d5d28ae57 [2021-02-18T08:18:10.568Z] ---> 51811745d291 [2021-02-18T08:18:10.568Z] Step 8/22 : COPY . . [2021-02-18T08:18:10.752Z] Collecting idna<2.8,>=2.5 [2021-02-18T08:18:11.036Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T08:18:12.026Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T08:18:12.026Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T08:18:12.310Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T08:18:12.310Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T08:18:12.310Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T08:18:12.310Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T08:18:12.912Z] ---> Running in c69f3e55eb87 [2021-02-18T08:18:12.912Z] ---> Running in 0565f48d8cb0 [2021-02-18T08:18:13.946Z] Installing collected packages: urllib3, idna, requests, jsonschema, cached-property, docker-pycreds, websocket-client, docker, docopt, PyYAML, dockerpty, texttable, docker-compose [2021-02-18T08:18:13.947Z] Attempting uninstall: urllib3 [2021-02-18T08:18:13.947Z] Found existing installation: urllib3 1.25.9 [2021-02-18T08:18:13.947Z] Uninstalling urllib3-1.25.9: [2021-02-18T08:18:13.947Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T08:18:14.645Z] Attempting uninstall: idna [2021-02-18T08:18:14.645Z] Found existing installation: idna 2.9 [2021-02-18T08:18:14.645Z] Uninstalling idna-2.9: [2021-02-18T08:18:14.963Z] Successfully uninstalled idna-2.9 [2021-02-18T08:18:14.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T08:18:15.579Z] Attempting uninstall: requests [2021-02-18T08:18:15.579Z] Found existing installation: requests 2.23.0 [2021-02-18T08:18:15.579Z] Uninstalling requests-2.23.0: [2021-02-18T08:18:15.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T08:18:15.872Z] Successfully uninstalled requests-2.23.0 [2021-02-18T08:18:18.536Z] Running setup.py install for docopt: started [2021-02-18T08:18:19.979Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:18:19.979Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:18:19.979Z] ---> 2b3b206aed2f [2021-02-18T08:18:19.979Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T08:18:19.979Z] ---> Using cache [2021-02-18T08:18:19.979Z] ---> 66fc539c1655 [2021-02-18T08:18:19.979Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:18:19.979Z] ---> Using cache [2021-02-18T08:18:19.979Z] ---> 9b9b5da66b8a [2021-02-18T08:18:19.979Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T08:18:19.979Z] ---> Using cache [2021-02-18T08:18:19.979Z] ---> 61068deabc16 [2021-02-18T08:18:19.979Z] Step 6/21 : COPY go.mod . [2021-02-18T08:18:19.979Z] ---> Using cache [2021-02-18T08:18:19.979Z] ---> 1884eaf6c7a0 [2021-02-18T08:18:19.979Z] Step 7/21 : RUN go mod download [2021-02-18T08:18:19.979Z] ---> Using cache [2021-02-18T08:18:19.979Z] ---> 86c7b5046c19 [2021-02-18T08:18:19.979Z] Step 8/21 : COPY . . [2021-02-18T08:18:19.979Z] ---> Using cache [2021-02-18T08:18:19.979Z] ---> b57f7da25d1d [2021-02-18T08:18:19.979Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T08:18:20.996Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T08:18:20.996Z] Running setup.py install for PyYAML: started [2021-02-18T08:18:20.996Z] ---> Running in c837a9f2c5f5 [2021-02-18T08:18:23.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T08:18:24.255Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T08:18:24.255Z] Running setup.py install for dockerpty: started [2021-02-18T08:18:28.582Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T08:18:28.582Z] Running setup.py install for texttable: started [2021-02-18T08:18:28.582Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T08:18:28.582Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T08:18:28.582Z] ---> 2b3b206aed2f [2021-02-18T08:18:28.582Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T08:18:28.582Z] ---> Using cache [2021-02-18T08:18:28.582Z] ---> 66fc539c1655 [2021-02-18T08:18:28.582Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:18:28.582Z] ---> Using cache [2021-02-18T08:18:28.582Z] ---> 9b9b5da66b8a [2021-02-18T08:18:28.582Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T08:18:28.582Z] ---> Using cache [2021-02-18T08:18:28.582Z] ---> 61068deabc16 [2021-02-18T08:18:28.582Z] Step 6/23 : COPY go.mod . [2021-02-18T08:18:28.582Z] ---> Using cache [2021-02-18T08:18:28.582Z] ---> 1884eaf6c7a0 [2021-02-18T08:18:28.582Z] Step 7/23 : RUN go mod download [2021-02-18T08:18:28.582Z] ---> Using cache [2021-02-18T08:18:28.582Z] ---> 86c7b5046c19 [2021-02-18T08:18:28.582Z] Step 8/23 : COPY . . [2021-02-18T08:18:28.582Z] ---> Using cache [2021-02-18T08:18:28.582Z] ---> b57f7da25d1d [2021-02-18T08:18:28.582Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T08:18:29.594Z] ---> Running in 9c9cf2e489b7 [2021-02-18T08:18:31.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T08:18:31.585Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T08:18:33.034Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T08:18:38.460Z] Removing intermediate container 130fb962c8e1 [2021-02-18T08:18:38.460Z] ---> 545f34848747 [2021-02-18T08:18:38.460Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T08:18:38.460Z] ---> Running in b3ccd31a9bfb [2021-02-18T08:18:39.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:18:39.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:18:40.506Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T08:18:40.506Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T08:18:40.506Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T08:18:40.783Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:18:40.783Z] OK: 71 MiB in 58 packages [2021-02-18T08:18:42.796Z] Removing intermediate container b3ccd31a9bfb [2021-02-18T08:18:42.796Z] ---> 27b560ad7a1d [2021-02-18T08:18:42.796Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T08:18:42.797Z] ---> Running in 470288b8e676 [2021-02-18T08:18:43.405Z] Removing intermediate container 470288b8e676 [2021-02-18T08:18:43.405Z] ---> d9d359a11c91 [2021-02-18T08:18:43.405Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:18:43.684Z] ---> Running in 6da4199378da [2021-02-18T08:18:44.288Z] Removing intermediate container 6da4199378da [2021-02-18T08:18:44.288Z] ---> dd88415df012 [2021-02-18T08:18:44.288Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T08:18:44.288Z] ---> Running in d090033fa6f9 [2021-02-18T08:18:44.893Z] Removing intermediate container d090033fa6f9 [2021-02-18T08:18:44.893Z] ---> 982e0663621f [2021-02-18T08:18:44.893Z] Step 25/26 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:18:45.171Z] ---> Running in 105feb44b230 [2021-02-18T08:18:45.780Z] Removing intermediate container 105feb44b230 [2021-02-18T08:18:45.780Z] ---> 4966399a0b8f [2021-02-18T08:18:45.780Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T08:18:46.059Z] ---> Running in ce05d8b4a4ab [2021-02-18T08:18:46.663Z] Removing intermediate container ce05d8b4a4ab [2021-02-18T08:18:46.663Z] ---> 3009cac67349 [2021-02-18T08:18:46.663Z] [2021-02-18T08:18:46.943Z] Successfully built 3009cac67349 [2021-02-18T08:18:46.943Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T08:18:58.619Z] Removing intermediate container 7efaefe5bfe9 [2021-02-18T08:18:58.619Z] ---> 75170897b9ff [2021-02-18T08:18:58.619Z] [2021-02-18T08:18:58.619Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T08:18:58.619Z] ---> 389fef711851 [2021-02-18T08:18:58.619Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T08:19:01.929Z] ---> Running in 9235f0071c5d [2021-02-18T08:19:05.936Z] Removing intermediate container 9235f0071c5d [2021-02-18T08:19:05.936Z] ---> c0b73cfb991d [2021-02-18T08:19:05.936Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T08:19:07.476Z] ---> Running in 20489c5fa5a5 [2021-02-18T08:19:16.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:19:16.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:19:16.554Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T08:19:16.554Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T08:19:16.554Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:19:16.844Z] OK: 6 MiB in 16 packages [2021-02-18T08:19:21.203Z] Removing intermediate container 20489c5fa5a5 [2021-02-18T08:19:21.203Z] ---> 02d09c4ae5a9 [2021-02-18T08:19:21.203Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T08:19:22.541Z] ---> Running in e759a17255e6 [2021-02-18T08:19:23.255Z] ---> ad34a81e8c16 [2021-02-18T08:19:23.255Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T08:19:23.547Z] ---> 982a54831024 [2021-02-18T08:19:23.547Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T08:19:23.850Z] ---> 86e791f45133 [2021-02-18T08:19:23.850Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T08:19:23.850Z] Removing intermediate container e759a17255e6 [2021-02-18T08:19:23.850Z] ---> 36ca4669b8a2 [2021-02-18T08:19:23.850Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T08:19:24.250Z] ---> Running in 391454d3019c [2021-02-18T08:19:24.250Z] ---> Running in e9c783cc0795 [2021-02-18T08:19:24.250Z] ---> Running in 3e0cd632b793 [2021-02-18T08:19:24.250Z] ---> Running in ef97631276b0 [2021-02-18T08:19:24.973Z] Removing intermediate container ef97631276b0 [2021-02-18T08:19:24.973Z] ---> 3305f89480e2 [2021-02-18T08:19:24.973Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T08:19:25.635Z] ---> Running in 767d482e523f [2021-02-18T08:19:25.995Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T08:19:28.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T08:19:28.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T08:19:28.072Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T08:19:31.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T08:19:32.091Z] Removing intermediate container 767d482e523f [2021-02-18T08:19:32.091Z] ---> 64a62dbb133e [2021-02-18T08:19:32.091Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T08:19:32.847Z] ---> Running in d878bb195e4a [2021-02-18T08:19:37.088Z] Removing intermediate container d878bb195e4a [2021-02-18T08:19:37.088Z] ---> feabd374ce7c [2021-02-18T08:19:37.088Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T08:19:37.400Z] ---> 9e85533a09c6 [2021-02-18T08:19:37.400Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T08:19:38.090Z] ---> Running in 80088dfe6939 [2021-02-18T08:19:38.205Z] Removing intermediate container c69f3e55eb87 [2021-02-18T08:19:38.205Z] ---> dec04d9412f5 [2021-02-18T08:19:38.205Z] [2021-02-18T08:19:38.205Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T08:19:38.205Z] ---> afeebe901d6b [2021-02-18T08:19:38.205Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T08:19:38.205Z] ---> Running in c887f9b9983b [2021-02-18T08:19:40.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:19:40.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:19:40.491Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T08:19:40.491Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T08:19:40.491Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T08:19:40.769Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T08:19:40.769Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T08:19:40.769Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:19:40.769Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T08:19:41.048Z] OK: 7 MiB in 19 packages [2021-02-18T08:19:43.716Z] Removing intermediate container c887f9b9983b [2021-02-18T08:19:43.716Z] ---> f474fd224766 [2021-02-18T08:19:43.716Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T08:19:43.716Z] ---> Running in 963921467ab5 [2021-02-18T08:19:44.717Z] Removing intermediate container 963921467ab5 [2021-02-18T08:19:44.718Z] ---> 2be5f9671057 [2021-02-18T08:19:44.718Z] Step 13/24 : WORKDIR / [2021-02-18T08:19:45.330Z] ---> Running in 7eda374cc2cb [2021-02-18T08:19:45.736Z] Removing intermediate container 80088dfe6939 [2021-02-18T08:19:45.736Z] ---> 338d45930be4 [2021-02-18T08:19:45.736Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:19:46.015Z] ---> 7fba6c1808f8 [2021-02-18T08:19:46.015Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T08:19:46.782Z] Removing intermediate container 7eda374cc2cb [2021-02-18T08:19:46.782Z] ---> c35a012fd2c5 [2021-02-18T08:19:46.782Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-18T08:19:47.387Z] Removing intermediate container c837a9f2c5f5 [2021-02-18T08:19:47.387Z] ---> 5401d8f50050 [2021-02-18T08:19:47.387Z] [2021-02-18T08:19:47.387Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T08:19:47.387Z] ---> afeebe901d6b [2021-02-18T08:19:47.387Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T08:19:48.012Z] ---> Running in b4d56d3988c2 [2021-02-18T08:19:48.291Z] ---> faf2d88430a9 [2021-02-18T08:19:48.291Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-18T08:19:49.761Z] ---> 33526707acbc [2021-02-18T08:19:49.761Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T08:19:50.198Z] ---> 9434771d608f [2021-02-18T08:19:50.198Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T08:19:50.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T08:19:50.361Z] Removing intermediate container 0565f48d8cb0 [2021-02-18T08:19:50.361Z] ---> 69897e51b0d9 [2021-02-18T08:19:50.361Z] [2021-02-18T08:19:50.361Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T08:19:50.361Z] ---> afeebe901d6b [2021-02-18T08:19:50.361Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T08:19:50.361Z] ---> Using cache [2021-02-18T08:19:50.361Z] ---> e5b62c143ea2 [2021-02-18T08:19:50.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:19:50.361Z] ---> Using cache [2021-02-18T08:19:50.361Z] ---> 690ca3497a13 [2021-02-18T08:19:50.361Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T08:19:50.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T08:19:50.644Z] ---> Running in 835d5be95135 [2021-02-18T08:19:50.924Z] ---> 6914923815de [2021-02-18T08:19:50.924Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T08:19:50.958Z] ---> bcc90ed8cf36 [2021-02-18T08:19:50.958Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T08:19:51.204Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T08:19:51.204Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T08:19:51.204Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T08:19:51.204Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T08:19:51.204Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:19:51.204Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T08:19:51.478Z] Removing intermediate container 835d5be95135 [2021-02-18T08:19:51.478Z] ---> 48274812c460 [2021-02-18T08:19:51.478Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T08:19:51.478Z] OK: 7 MiB in 18 packages [2021-02-18T08:19:51.750Z] ---> Running in d31620ebb2d5 [2021-02-18T08:19:52.629Z] ---> 9db63c637066 [2021-02-18T08:19:52.629Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T08:19:52.731Z] ---> 9059cc648d08 [2021-02-18T08:19:52.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T08:19:52.731Z] Removing intermediate container d31620ebb2d5 [2021-02-18T08:19:52.731Z] ---> 092a93fb09d1 [2021-02-18T08:19:52.731Z] Step 15/23 : WORKDIR / [2021-02-18T08:19:53.009Z] ---> Running in f2903790983d [2021-02-18T08:19:53.615Z] Removing intermediate container f2903790983d [2021-02-18T08:19:53.615Z] ---> 312a6684600a [2021-02-18T08:19:53.615Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:19:53.819Z] ---> Running in 6ac230351bcc [2021-02-18T08:19:53.892Z] Removing intermediate container b4d56d3988c2 [2021-02-18T08:19:53.892Z] ---> a3b79856ddb1 [2021-02-18T08:19:53.892Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T08:19:54.170Z] ---> Running in a2e869ebd8e0 [2021-02-18T08:19:54.170Z] ---> 4c9322a46050 [2021-02-18T08:19:54.170Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T08:19:54.780Z] ---> ed9915b628f1 [2021-02-18T08:19:54.780Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T08:19:54.780Z] Removing intermediate container a2e869ebd8e0 [2021-02-18T08:19:54.780Z] ---> af94371c9f89 [2021-02-18T08:19:54.780Z] Step 13/21 : WORKDIR /edgex [2021-02-18T08:19:54.780Z] ---> Running in ee74916842d7 [2021-02-18T08:19:54.986Z] Removing intermediate container 6ac230351bcc [2021-02-18T08:19:54.986Z] ---> a75ec41e5053 [2021-02-18T08:19:54.986Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T08:19:55.427Z] ---> 216bbedd08e0 [2021-02-18T08:19:55.427Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-18T08:19:55.744Z] ---> Running in 5d4f8e4d7d52 [2021-02-18T08:19:55.744Z] Removing intermediate container ee74916842d7 [2021-02-18T08:19:55.744Z] ---> dabca3fdd387 [2021-02-18T08:19:55.744Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T08:19:56.890Z] ---> afc1e858c136 [2021-02-18T08:19:56.890Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T08:19:57.521Z] ---> 978521d6130e [2021-02-18T08:19:57.521Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T08:19:58.315Z] ---> 2998edb95a77 [2021-02-18T08:19:58.315Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T08:19:58.503Z] ---> 41032ca79ca9 [2021-02-18T08:19:58.503Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T08:19:58.620Z] ---> Running in 15e8d97ddb61 [2021-02-18T08:19:58.775Z] ---> Running in 31b5c79e6b2c [2021-02-18T08:19:59.050Z] ---> 2d9a5a549608 [2021-02-18T08:19:59.050Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T08:19:59.659Z] Removing intermediate container 5d4f8e4d7d52 [2021-02-18T08:19:59.659Z] ---> 1cacbce6268b [2021-02-18T08:19:59.659Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T08:19:59.659Z] Removing intermediate container 31b5c79e6b2c [2021-02-18T08:19:59.659Z] ---> cecc548a6b75 [2021-02-18T08:19:59.659Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:19:59.941Z] ---> Running in 576e05fc710c [2021-02-18T08:19:59.941Z] ---> Running in f35dbdfda325 [2021-02-18T08:20:00.914Z] ---> 0391366cf609 [2021-02-18T08:20:00.914Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T08:20:00.914Z] Removing intermediate container 576e05fc710c [2021-02-18T08:20:00.914Z] ---> 3f4c925f619e [2021-02-18T08:20:00.914Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T08:20:00.914Z] Removing intermediate container f35dbdfda325 [2021-02-18T08:20:00.914Z] ---> bde615f57929 [2021-02-18T08:20:00.914Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T08:20:00.914Z] ---> Running in 613a0293fb01 [2021-02-18T08:20:01.190Z] ---> Running in 80e890a46547 [2021-02-18T08:20:01.190Z] ---> Running in 2ae234617a3b [2021-02-18T08:20:01.465Z] Removing intermediate container 9c9cf2e489b7 [2021-02-18T08:20:01.465Z] ---> 71a041f4ad06 [2021-02-18T08:20:01.465Z] [2021-02-18T08:20:01.465Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T08:20:01.465Z] ---> afeebe901d6b [2021-02-18T08:20:01.465Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T08:20:01.465Z] ---> Using cache [2021-02-18T08:20:01.465Z] ---> e5b62c143ea2 [2021-02-18T08:20:01.465Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:20:01.465Z] ---> Using cache [2021-02-18T08:20:01.465Z] ---> 690ca3497a13 [2021-02-18T08:20:01.465Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T08:20:01.740Z] ---> Running in e74aeb04beec [2021-02-18T08:20:01.740Z] Removing intermediate container 613a0293fb01 [2021-02-18T08:20:01.740Z] ---> 3430d1d255f7 [2021-02-18T08:20:01.740Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T08:20:01.740Z] Removing intermediate container 80e890a46547 [2021-02-18T08:20:01.740Z] ---> ea3e05848b69 [2021-02-18T08:20:01.740Z] Step 23/24 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:02.018Z] Removing intermediate container 2ae234617a3b [2021-02-18T08:20:02.018Z] ---> c8268e8773b8 [2021-02-18T08:20:02.018Z] Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:02.018Z] ---> Running in 26c8716ec3dc [2021-02-18T08:20:02.018Z] ---> Running in 3792e9734a33 [2021-02-18T08:20:02.018Z] ---> Running in d3d2bd617470 [2021-02-18T08:20:02.287Z] Removing intermediate container e74aeb04beec [2021-02-18T08:20:02.287Z] ---> c1be8047ac2a [2021-02-18T08:20:02.287Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T08:20:02.287Z] ---> Running in 8f9f06b61808 [2021-02-18T08:20:02.561Z] Removing intermediate container 3792e9734a33 [2021-02-18T08:20:02.561Z] ---> 484767529b9c [2021-02-18T08:20:02.561Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T08:20:02.561Z] Removing intermediate container 26c8716ec3dc [2021-02-18T08:20:02.561Z] ---> 5e12dc138a70 [2021-02-18T08:20:02.561Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T08:20:02.561Z] Removing intermediate container d3d2bd617470 [2021-02-18T08:20:02.561Z] ---> ee08aa570b9e [2021-02-18T08:20:02.561Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T08:20:02.832Z] ---> Running in f518eab4666a [2021-02-18T08:20:02.832Z] ---> Running in 8bb31ea5aa6e [2021-02-18T08:20:02.832Z] ---> Running in 2b6f9d1ae050 [2021-02-18T08:20:02.832Z] Removing intermediate container 8f9f06b61808 [2021-02-18T08:20:02.832Z] ---> fdb551cff401 [2021-02-18T08:20:02.832Z] Step 15/23 : WORKDIR / [2021-02-18T08:20:03.105Z] ---> Running in 0c8680c00614 [2021-02-18T08:20:03.382Z] Removing intermediate container f518eab4666a [2021-02-18T08:20:03.382Z] ---> e8dd1809c59c [2021-02-18T08:20:03.382Z] [2021-02-18T08:20:03.382Z] Removing intermediate container 2b6f9d1ae050 [2021-02-18T08:20:03.382Z] ---> bbd38e0e8928 [2021-02-18T08:20:03.382Z] Step 20/21 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:03.654Z] Removing intermediate container 8bb31ea5aa6e [2021-02-18T08:20:03.654Z] ---> 6d1e443f2766 [2021-02-18T08:20:03.654Z] [2021-02-18T08:20:03.654Z] ---> Running in a09cf6bf679e [2021-02-18T08:20:03.654Z] Removing intermediate container 0c8680c00614 [2021-02-18T08:20:03.654Z] ---> 56f28447cf61 [2021-02-18T08:20:03.654Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:20:03.939Z] Successfully built e8dd1809c59c [2021-02-18T08:20:03.939Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T08:20:03.939Z]  Building docker-core-command-go ... done Successfully built 6d1e443f2766 [2021-02-18T08:20:04.209Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T08:20:04.209Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a09cf6bf679e [2021-02-18T08:20:04.209Z] ---> 03370ce1438e [2021-02-18T08:20:04.209Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T08:20:04.481Z] ---> Running in 1c3e9f3bc14f [2021-02-18T08:20:04.754Z] ---> 3bf95bbee28f [2021-02-18T08:20:04.754Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T08:20:05.029Z] Removing intermediate container 1c3e9f3bc14f [2021-02-18T08:20:05.029Z] ---> 962bad78180a [2021-02-18T08:20:05.029Z] [2021-02-18T08:20:05.301Z] Successfully built 962bad78180a [2021-02-18T08:20:05.336Z] Removing intermediate container 15e8d97ddb61 [2021-02-18T08:20:05.336Z] ---> 3a4b1d1be98b [2021-02-18T08:20:05.336Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T08:20:05.593Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T08:20:05.740Z] ---> Running in 53027410cd46 [2021-02-18T08:20:05.864Z]  Building docker-security-proxy-setup-go ... done  ---> d172130cd25d [2021-02-18T08:20:05.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T08:20:06.837Z] ---> f262e1ede2e9 [2021-02-18T08:20:06.837Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T08:20:06.837Z] ---> Running in 639d3c770493 [2021-02-18T08:20:07.431Z] Removing intermediate container 639d3c770493 [2021-02-18T08:20:07.431Z] ---> 5e0dcbaefd42 [2021-02-18T08:20:07.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:20:07.431Z] ---> Running in 1e7f62a78e35 [2021-02-18T08:20:07.703Z] Removing intermediate container 1e7f62a78e35 [2021-02-18T08:20:07.703Z] ---> 1779fe819d84 [2021-02-18T08:20:07.703Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T08:20:07.976Z] ---> Running in d9d7e6d9beb6 [2021-02-18T08:20:08.566Z] Removing intermediate container d9d7e6d9beb6 [2021-02-18T08:20:08.566Z] ---> 4b9f50e42d2c [2021-02-18T08:20:08.566Z] Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:08.566Z] ---> Running in 8526a444691f [2021-02-18T08:20:08.638Z] Removing intermediate container 53027410cd46 [2021-02-18T08:20:08.638Z] ---> a46614b3cda5 [2021-02-18T08:20:08.638Z] Step 27/30 : CMD ["gate"] [2021-02-18T08:20:09.168Z] Removing intermediate container 8526a444691f [2021-02-18T08:20:09.168Z] ---> e6ebdeb7fb7f [2021-02-18T08:20:09.168Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T08:20:09.168Z] ---> Running in 79313d3a52ce [2021-02-18T08:20:09.441Z] Removing intermediate container 79313d3a52ce [2021-02-18T08:20:09.441Z] ---> b5e4ebc3bff9 [2021-02-18T08:20:09.441Z] [2021-02-18T08:20:09.732Z] ---> Running in 9b42a4031e47 [2021-02-18T08:20:10.035Z] Successfully built b5e4ebc3bff9 [2021-02-18T08:20:10.035Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T08:20:10.322Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-18T08:20:10.316Z] $ docker stop --time=1 020e6423ae00849a6b73d03e4e5006ea29010d4a5a8194b8d805a3a1c8bec256 [2021-02-18T08:20:11.332Z] Removing intermediate container 9b42a4031e47 [2021-02-18T08:20:11.333Z] ---> 0b21bb46c6ef [2021-02-18T08:20:11.333Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T08:20:12.261Z] $ docker rm -f 020e6423ae00849a6b73d03e4e5006ea29010d4a5a8194b8d805a3a1c8bec256 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T08:20:12.975Z] + + docker imagesgrep [2021-02-18T08:20:12.975Z] docker [2021-02-18T08:20:13.252Z] docker-core-metadata-go-arm64 latest b5e4ebc3bff9 4 seconds ago 17.8MB [2021-02-18T08:20:13.252Z] docker-security-proxy-setup-go-arm64 latest 962bad78180a 9 seconds ago 23.2MB [2021-02-18T08:20:13.252Z] docker-security-secretstore-setup-go-arm64 latest 6d1e443f2766 10 seconds ago 23.4MB [2021-02-18T08:20:13.252Z] docker-core-command-go-arm64 latest e8dd1809c59c 10 seconds ago 16MB [2021-02-18T08:20:13.252Z] docker-sys-mgmt-agent-go-arm64 latest 3009cac67349 About a minute ago 300MB [2021-02-18T08:20:13.252Z] docker-core-data-go-arm64 latest ba46a8098ce1 2 minutes ago 21MB [2021-02-18T08:20:13.252Z] docker-security-bootstrapper-go-arm64 latest 79e41f698a08 2 minutes ago 17MB [2021-02-18T08:20:13.252Z] docker-support-notifications-go-arm64 latest 241139295c9c 2 minutes ago 16.7MB [2021-02-18T08:20:13.252Z] docker-support-scheduler-go-arm64 latest 29d1d8253de8 2 minutes ago 16.1MB [2021-02-18T08:20:13.252Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-18T08:20:14.335Z] ---> Running in 3daa04a7ee90 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T08:20:16.021Z] Removing intermediate container 3daa04a7ee90 [2021-02-18T08:20:16.021Z] ---> 2a42c54af794 [2021-02-18T08:20:16.021Z] Step 29/30 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:16.311Z] ---> Running in 2ae5723d46d1 [2021-02-18T08:20:17.953Z] Removing intermediate container 2ae5723d46d1 [2021-02-18T08:20:17.953Z] ---> 8f86313226f4 [2021-02-18T08:20:17.953Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T08:20:18.592Z] ---> Running in 4bd5b7f6ca82 [2021-02-18T08:20:20.698Z] Removing intermediate container 4bd5b7f6ca82 [2021-02-18T08:20:20.698Z] ---> 0d34661b1b60 [2021-02-18T08:20:20.698Z] [2021-02-18T08:20:22.865Z] Removing intermediate container 391454d3019c [2021-02-18T08:20:22.865Z] ---> dd46c093d232 [2021-02-18T08:20:22.865Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T08:20:23.185Z] Successfully built 0d34661b1b60 [2021-02-18T08:20:23.801Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T08:20:24.463Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 621d6b47f38c [2021-02-18T08:20:24.463Z] Removing intermediate container e9c783cc0795 [2021-02-18T08:20:24.463Z] ---> de7b94e3c6ee [2021-02-18T08:20:24.463Z] [2021-02-18T08:20:24.463Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T08:20:24.463Z] ---> 389fef711851 [2021-02-18T08:20:24.463Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T08:20:25.089Z] ---> Running in 0a2cf52a4aa5 [2021-02-18T08:20:25.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T08:20:26.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:26.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:26.749Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T08:20:26.749Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T08:20:26.749Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:20:26.749Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T08:20:27.022Z] OK: 6 MiB in 16 packages [2021-02-18T08:20:29.627Z] Removing intermediate container 3e0cd632b793 [2021-02-18T08:20:29.627Z] ---> 712f4598d078 [2021-02-18T08:20:29.627Z] [2021-02-18T08:20:29.627Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T08:20:29.627Z] ---> 389fef711851 [2021-02-18T08:20:29.627Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T08:20:29.627Z] ---> Running in da77bdae0ced [2021-02-18T08:20:30.214Z] Removing intermediate container da77bdae0ced [2021-02-18T08:20:30.215Z] ---> 55d6dbe810b5 [2021-02-18T08:20:30.215Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T08:20:30.215Z] Removing intermediate container 0a2cf52a4aa5 [2021-02-18T08:20:30.215Z] ---> 4ffbe20208d6 [2021-02-18T08:20:30.215Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T08:20:30.480Z] ---> Running in 1d1395f40177 [2021-02-18T08:20:30.480Z] ---> Running in 70ab729c4884 [2021-02-18T08:20:30.480Z] Removing intermediate container 621d6b47f38c [2021-02-18T08:20:30.480Z] ---> c0b0995b54f4 [2021-02-18T08:20:30.480Z] [2021-02-18T08:20:30.480Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T08:20:30.755Z] 20.10.0: Pulling from library/docker [2021-02-18T08:20:30.755Z] Removing intermediate container 1d1395f40177 [2021-02-18T08:20:30.755Z] ---> 1e7a07f3412a [2021-02-18T08:20:30.755Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T08:20:30.755Z] Removing intermediate container 70ab729c4884 [2021-02-18T08:20:30.755Z] ---> 167a402a7c94 [2021-02-18T08:20:30.755Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T08:20:30.755Z] ---> Running in 70e70ed65290 [2021-02-18T08:20:31.032Z] ---> Running in e2c4a1f481f2 [2021-02-18T08:20:31.339Z] Removing intermediate container 70e70ed65290 [2021-02-18T08:20:31.339Z] ---> 2b72c9e4db24 [2021-02-18T08:20:31.339Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T08:20:31.339Z] Removing intermediate container e2c4a1f481f2 [2021-02-18T08:20:31.339Z] ---> e00d05462ec0 [2021-02-18T08:20:31.339Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T08:20:31.339Z] ---> Running in 4c3dbec14453 [2021-02-18T08:20:31.640Z] ---> Running in aae36f2991df [2021-02-18T08:20:32.246Z] Removing intermediate container 4c3dbec14453 [2021-02-18T08:20:32.246Z] ---> 9a2479843444 [2021-02-18T08:20:32.246Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:20:32.862Z] ---> 1bac00263045 [2021-02-18T08:20:32.862Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T08:20:34.397Z] ---> cd12ca6a40ef [2021-02-18T08:20:34.397Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T08:20:34.397Z] Removing intermediate container aae36f2991df [2021-02-18T08:20:34.397Z] ---> 4e429c789c71 [2021-02-18T08:20:34.397Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T08:20:34.397Z] ---> Running in dcdc500dae78 [2021-02-18T08:20:35.200Z] ---> 50566eda561d [2021-02-18T08:20:35.200Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T08:20:35.200Z] ---> Running in 41b0a8880d1f [2021-02-18T08:20:35.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:35.931Z] Removing intermediate container 41b0a8880d1f [2021-02-18T08:20:35.931Z] ---> 20d649cd2342 [2021-02-18T08:20:35.931Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:20:36.259Z] ---> Running in f1951d82b7e7 [2021-02-18T08:20:36.863Z] Removing intermediate container f1951d82b7e7 [2021-02-18T08:20:36.863Z] ---> 41ced3722e91 [2021-02-18T08:20:36.863Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T08:20:37.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:37.451Z] ---> Running in 11a702c5d065 [2021-02-18T08:20:38.127Z] Removing intermediate container 11a702c5d065 [2021-02-18T08:20:38.127Z] ---> ce4e7ae84f2a [2021-02-18T08:20:38.127Z] Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:38.485Z] ---> Running in 153126ab3a67 [2021-02-18T08:20:39.125Z] Removing intermediate container 153126ab3a67 [2021-02-18T08:20:39.125Z] ---> 7bc0b9fbdd50 [2021-02-18T08:20:39.125Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T08:20:40.136Z] ---> Running in 6ca0e2b71c72 [2021-02-18T08:20:40.136Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T08:20:40.136Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T08:20:40.431Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T08:20:40.713Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T08:20:40.994Z] Removing intermediate container 6ca0e2b71c72 [2021-02-18T08:20:40.994Z] ---> 398eb96d8bd9 [2021-02-18T08:20:40.994Z] [2021-02-18T08:20:41.721Z] Successfully built 398eb96d8bd9 [2021-02-18T08:20:41.721Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T08:20:42.734Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T08:20:42.734Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T08:20:42.734Z]  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger [2021-02-18T08:20:43.040Z] OK: 8 MiB in 20 packages [2021-02-18T08:20:45.210Z] Removing intermediate container dcdc500dae78 [2021-02-18T08:20:45.210Z] ---> 876e09e1068e [2021-02-18T08:20:45.210Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T08:20:45.836Z] ---> fcec6f159d16 [2021-02-18T08:20:45.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T08:20:46.103Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T08:20:46.103Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T08:20:46.103Z] ---> aefe523efa57 [2021-02-18T08:20:46.103Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T08:20:46.725Z] ---> Running in 9c728f15829b [2021-02-18T08:20:47.006Z] ---> d972b9470303 [2021-02-18T08:20:47.006Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T08:20:47.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:48.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:48.027Z] ---> 13b7a0888dd9 [2021-02-18T08:20:48.027Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T08:20:48.027Z] ---> Running in c5b88d1f08d2 [2021-02-18T08:20:48.027Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T08:20:48.027Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T08:20:48.304Z] Executing bash-5.0.17-r0.post-install [2021-02-18T08:20:48.304Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:20:48.304Z] OK: 12 MiB in 22 packages [2021-02-18T08:20:48.606Z] Removing intermediate container c5b88d1f08d2 [2021-02-18T08:20:48.606Z] ---> 007d3f1b1205 [2021-02-18T08:20:48.606Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:20:48.940Z] ---> Running in 42b1c9057b42 [2021-02-18T08:20:49.227Z] Removing intermediate container 42b1c9057b42 [2021-02-18T08:20:49.227Z] ---> a637eaacaa91 [2021-02-18T08:20:49.227Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T08:20:49.227Z] Removing intermediate container 9c728f15829b [2021-02-18T08:20:49.227Z] ---> a25d0245c91b [2021-02-18T08:20:49.227Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T08:20:49.227Z] ---> Running in 784e1c690eec [2021-02-18T08:20:49.515Z] ---> Running in 6f5694101be7 [2021-02-18T08:20:50.118Z] Removing intermediate container 784e1c690eec [2021-02-18T08:20:50.118Z] ---> d441ce7c150e [2021-02-18T08:20:50.118Z] Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:20:50.118Z] ---> Running in b8bc0e28bb99 [2021-02-18T08:20:50.118Z] Removing intermediate container 6f5694101be7 [2021-02-18T08:20:50.118Z] ---> 94e96208293c [2021-02-18T08:20:50.118Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T08:20:50.404Z] ---> Running in fcccc66392e6 [2021-02-18T08:20:50.679Z] Removing intermediate container b8bc0e28bb99 [2021-02-18T08:20:50.679Z] ---> dc17a17ca904 [2021-02-18T08:20:50.679Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T08:20:50.953Z] ---> Running in 5d884a22af86 [2021-02-18T08:20:50.953Z] Removing intermediate container fcccc66392e6 [2021-02-18T08:20:50.953Z] ---> 45a781af9aa1 [2021-02-18T08:20:50.953Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T08:20:50.953Z] ---> Running in 962495dcacb4 [2021-02-18T08:20:51.244Z] Removing intermediate container 5d884a22af86 [2021-02-18T08:20:51.244Z] ---> 8bb741810f0f [2021-02-18T08:20:51.244Z] [2021-02-18T08:20:51.542Z] Successfully built 8bb741810f0f [2021-02-18T08:20:51.542Z] Removing intermediate container 962495dcacb4 [2021-02-18T08:20:51.542Z] ---> 636ed51a2c1f [2021-02-18T08:20:51.542Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T08:20:51.542Z] Successfully tagged docker-core-data-go:latest [2021-02-18T08:20:53.053Z]  Building docker-core-data-go ... done  ---> f54a264ed240 [2021-02-18T08:20:53.053Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T08:20:53.661Z] ---> 3d78b38e4c60 [2021-02-18T08:20:53.661Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T08:20:54.755Z] ---> c8ba74179d79 [2021-02-18T08:20:54.755Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T08:20:54.755Z] ---> Running in bfca15bb33ea [2021-02-18T08:20:56.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:56.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:20:56.206Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T08:20:56.480Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T08:20:56.480Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T08:20:56.480Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T08:20:56.480Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T08:20:56.480Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T08:20:56.480Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T08:20:57.726Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T08:20:57.726Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T08:20:57.726Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T08:20:57.726Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T08:20:57.726Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T08:20:57.726Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T08:20:57.726Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T08:20:57.726Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T08:20:58.003Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T08:20:58.003Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T08:20:58.003Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T08:20:58.003Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T08:20:58.003Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T08:20:58.003Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T08:20:58.003Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T08:20:58.003Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T08:20:58.003Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T08:20:58.003Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T08:20:58.003Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T08:20:58.289Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T08:20:58.289Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T08:20:58.289Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T08:20:58.289Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T08:20:58.289Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T08:20:58.289Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T08:20:58.289Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T08:20:59.293Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:20:59.293Z] OK: 71 MiB in 55 packages [2021-02-18T08:21:11.907Z] Removing intermediate container bfca15bb33ea [2021-02-18T08:21:11.907Z] ---> 70e8f661e352 [2021-02-18T08:21:11.907Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T08:21:11.907Z] ---> Running in eedcccf4cded [2021-02-18T08:21:16.478Z] Collecting docker-compose==1.23.2 [2021-02-18T08:21:16.478Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T08:21:16.478Z] Collecting PyYAML<4,>=3.10 [2021-02-18T08:21:16.478Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T08:21:18.028Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T08:21:18.028Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T08:21:18.340Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T08:21:18.340Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T08:21:18.611Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T08:21:18.611Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T08:21:19.597Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T08:21:19.597Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T08:21:19.866Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T08:21:19.866Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T08:21:20.921Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-18T08:21:20.921Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T08:21:20.921Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T08:21:21.564Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T08:21:21.564Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T08:21:21.844Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T08:21:21.844Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T08:21:21.844Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T08:21:21.844Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T08:21:22.117Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T08:21:22.117Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T08:21:22.117Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-18T08:21:22.117Z] Collecting idna<2.8,>=2.5 [2021-02-18T08:21:22.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T08:21:22.383Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-18T08:21:22.383Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T08:21:22.383Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T08:21:22.383Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T08:21:22.383Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T08:21:22.383Z] Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, jsonschema, cached-property, docker-compose [2021-02-18T08:21:22.383Z] Running setup.py install for PyYAML: started [2021-02-18T08:21:23.355Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T08:21:23.638Z] Attempting uninstall: urllib3 [2021-02-18T08:21:23.638Z] Found existing installation: urllib3 1.25.9 [2021-02-18T08:21:23.638Z] Uninstalling urllib3-1.25.9: [2021-02-18T08:21:23.914Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T08:21:24.192Z] Attempting uninstall: idna [2021-02-18T08:21:24.192Z] Found existing installation: idna 2.9 [2021-02-18T08:21:24.192Z] Uninstalling idna-2.9: [2021-02-18T08:21:24.192Z] Successfully uninstalled idna-2.9 [2021-02-18T08:21:24.502Z] Attempting uninstall: requests [2021-02-18T08:21:24.502Z] Found existing installation: requests 2.23.0 [2021-02-18T08:21:24.502Z] Uninstalling requests-2.23.0: [2021-02-18T08:21:24.502Z] Successfully uninstalled requests-2.23.0 [2021-02-18T08:21:25.281Z] Running setup.py install for texttable: started [2021-02-18T08:21:25.907Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T08:21:25.907Z] Running setup.py install for dockerpty: started [2021-02-18T08:21:26.507Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T08:21:26.507Z] Running setup.py install for docopt: started [2021-02-18T08:21:26.803Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T08:21:27.798Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-18T08:21:31.277Z] Removing intermediate container eedcccf4cded [2021-02-18T08:21:31.277Z] ---> 16fb83e2fb6e [2021-02-18T08:21:31.277Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T08:21:32.020Z] ---> Running in 0fee5bd417e1 [2021-02-18T08:21:32.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T08:21:32.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T08:21:32.954Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T08:21:32.954Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T08:21:32.954Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T08:21:32.954Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T08:21:32.954Z] OK: 72 MiB in 58 packages [2021-02-18T08:21:34.001Z] Removing intermediate container 0fee5bd417e1 [2021-02-18T08:21:34.001Z] ---> 18606a380547 [2021-02-18T08:21:34.001Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T08:21:34.001Z] ---> Running in cb31753b48f4 [2021-02-18T08:21:34.275Z] Removing intermediate container cb31753b48f4 [2021-02-18T08:21:34.275Z] ---> f358d7cce5a2 [2021-02-18T08:21:34.275Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T08:21:34.554Z] ---> Running in 7b994ad66a98 [2021-02-18T08:21:34.866Z] Removing intermediate container 7b994ad66a98 [2021-02-18T08:21:34.866Z] ---> 87806a8146be [2021-02-18T08:21:34.866Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T08:21:34.866Z] ---> Running in 982f704c06ed [2021-02-18T08:21:35.526Z] Removing intermediate container 982f704c06ed [2021-02-18T08:21:35.526Z] ---> e622c8b148e0 [2021-02-18T08:21:35.526Z] Step 25/26 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:21:35.818Z] ---> Running in b0dae48edfe8 [2021-02-18T08:21:36.123Z] Removing intermediate container b0dae48edfe8 [2021-02-18T08:21:36.123Z] ---> 528ab8d5af96 [2021-02-18T08:21:36.123Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T08:21:36.123Z] ---> Running in b84344ae9e1c [2021-02-18T08:21:36.481Z] Removing intermediate container b84344ae9e1c [2021-02-18T08:21:36.481Z] ---> 9290341e6b56 [2021-02-18T08:21:36.481Z] [2021-02-18T08:21:36.784Z] Successfully built 9290341e6b56 [2021-02-18T08:21:36.784Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T08:21:37.459Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T08:21:37.565Z] $ docker stop --time=1 6a4f5278bd69686efbe22e233ef5af8054f1a26fdc0542744a6d9a796cbf7ca5 [2021-02-18T08:21:40.213Z] $ docker rm -f 6a4f5278bd69686efbe22e233ef5af8054f1a26fdc0542744a6d9a796cbf7ca5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T08:21:40.963Z] + docker images [2021-02-18T08:21:40.963Z] + grep docker [2021-02-18T08:21:43.008Z] docker-sys-mgmt-agent-go latest 9290341e6b56 6 seconds ago 313MB [2021-02-18T08:21:43.008Z] docker-core-data-go latest 8bb741810f0f 52 seconds ago 22.3MB [2021-02-18T08:21:43.008Z] docker-support-notifications-go latest 398eb96d8bd9 About a minute ago 17.6MB [2021-02-18T08:21:43.008Z] docker-security-bootstrapper-go latest 0d34661b1b60 About a minute ago 18MB [2021-02-18T08:21:43.008Z] docker-security-secretstore-setup-go latest a0ecc50ba46d 5 minutes ago 24.6MB [2021-02-18T08:21:43.008Z] docker-core-metadata-go latest 33b852029cf9 5 minutes ago 18.8MB [2021-02-18T08:21:43.008Z] docker-core-command-go latest d6eff5dfbb7d 5 minutes ago 16.9MB [2021-02-18T08:21:43.008Z] docker-security-proxy-setup-go latest 7a7dd717785f 5 minutes ago 24.4MB [2021-02-18T08:21:43.008Z] docker-support-scheduler-go latest c26cd4026101 5 minutes ago 17MB [2021-02-18T08:21:43.008Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-18T08:21:58.921Z] Still waiting to schedule task [2021-02-18T08:21:58.922Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T08:22:48.408Z] Running on prd-ubuntu18.04-docker-8c-8g-26784 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws [2021-02-18T08:22:48.476Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-18T08:22:50.718Z] using credential edgex-jenkins-ssh [2021-02-18T08:22:50.784Z] Cloning the remote Git repository [2021-02-18T08:22:50.827Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T08:22:50.907Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-18T08:22:50.942Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T08:22:50.942Z] > git --version # timeout=10 [2021-02-18T08:22:50.950Z] > git --version # 'git version 2.17.1' [2021-02-18T08:22:50.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T08:22:50.978Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T08:23:00.728Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T08:23:00.742Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T08:23:00.755Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T08:23:00.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T08:23:00.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T08:23:00.773Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T08:23:01.503Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:23:01.617Z] Merge succeeded, producing 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [2021-02-18T08:23:01.617Z] Checking out Revision 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f (PR-3178) [2021-02-18T08:23:01.514Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:23:01.520Z] > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 [2021-02-18T08:23:01.591Z] > git remote # timeout=10 [2021-02-18T08:23:01.599Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T08:23:01.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T08:23:01.607Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T08:23:01.614Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T08:23:01.621Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T08:23:01.626Z] > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 [2021-02-18T08:23:05.333Z] Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:23:06.712Z] + echo snap-build.sh [2021-02-18T08:23:06.712Z] snap-build.sh [2021-02-18T08:23:06.712Z] + SNAP_BASE_DIR=. [2021-02-18T08:23:06.712Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-18T08:23:06.713Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-18T08:23:06.713Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-18T08:23:06.713Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-18T08:23:06.713Z] + cd /w/workspace/edgex-go/4 [2021-02-18T08:23:06.713Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T08:23:06.713Z] Reading package lists... [2021-02-18T08:23:06.713Z] Building dependency tree... [2021-02-18T08:23:06.713Z] Reading state information... [2021-02-18T08:23:06.975Z] The following packages were automatically installed and are no longer required: [2021-02-18T08:23:06.975Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T08:23:06.975Z] uidmap xdelta3 [2021-02-18T08:23:06.975Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T08:23:06.975Z] The following packages will be REMOVED: [2021-02-18T08:23:06.975Z] lxd* lxd-client* [2021-02-18T08:23:07.548Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T08:23:07.548Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T08:23:08.593Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-18T08:23:08.593Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T08:23:09.550Z] Removing lxd dnsmasq configuration [2021-02-18T08:23:09.550Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T08:23:09.817Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T08:23:10.769Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T08:23:11.034Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-18T08:23:11.034Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T08:23:12.419Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T08:23:12.419Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T08:23:13.810Z] + sudo snap remove --purge lxd [2021-02-18T08:23:14.073Z] snap "lxd" is not installed [2021-02-18T08:23:14.073Z] + sudo groupadd --force --system lxd [2021-02-18T08:23:14.073Z] ++ whoami [2021-02-18T08:23:14.073Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T08:23:14.073Z] + newgrp - lxd [2021-02-18T08:23:14.073Z] + sudo snap install lxd [2021-02-18T08:23:24.091Z] 2021-02-18T08:23:21Z INFO Waiting for automatic snapd restart... [2021-02-18T08:23:39.017Z] lxd 4.11 from Canonical* installed [2021-02-18T08:23:39.017Z] + sudo lxd init --auto [2021-02-18T08:23:47.252Z] + sudo snap install --classic snapcraft [2021-02-18T08:23:53.867Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T08:23:53.867Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T08:23:53.867Z] + patch --verbose -p1 [2021-02-18T08:23:53.867Z] Hmm... Looks like a unified diff to me... [2021-02-18T08:23:53.867Z] The text leading up to this was: [2021-02-18T08:23:53.867Z] -------------------------- [2021-02-18T08:23:53.867Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T08:23:53.867Z] |From: Tony Espy [2021-02-18T08:23:53.867Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T08:23:53.867Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T08:23:53.867Z] | [2021-02-18T08:23:53.867Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T08:23:53.867Z] |optimize the snap CI check run for pull requests. When [2021-02-18T08:23:53.867Z] |applied, it essentially strips out everything (apps and [2021-02-18T08:23:53.867Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T08:23:53.867Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T08:23:53.867Z] |catch changes to edgex-go that break the snap build. [2021-02-18T08:23:53.867Z] | [2021-02-18T08:23:53.867Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T08:23:53.867Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T08:23:53.867Z] |resulting in a failed snap build CI check in the associated [2021-02-18T08:23:53.867Z] |pull request. [2021-02-18T08:23:53.867Z] | [2021-02-18T08:23:53.867Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T08:23:53.867Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T08:23:53.867Z] |need to build the finally binary .snap file (and it won't [2021-02-18T08:23:53.867Z] |work with the patch applied). This further reduces the build [2021-02-18T08:23:53.867Z] |time. [2021-02-18T08:23:53.867Z] |--- [2021-02-18T08:23:53.867Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T08:23:53.867Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T08:23:53.867Z] | [2021-02-18T08:23:53.867Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T08:23:53.867Z] |index 1e537489..faf42425 100644 [2021-02-18T08:23:53.867Z] |--- a/snap/snapcraft.yaml [2021-02-18T08:23:53.867Z] |+++ b/snap/snapcraft.yaml [2021-02-18T08:23:53.867Z] -------------------------- [2021-02-18T08:23:53.867Z] patching file snap/snapcraft.yaml [2021-02-18T08:23:53.867Z] Using Plan A... [2021-02-18T08:23:53.867Z] Hunk #1 succeeded at 73. [2021-02-18T08:23:53.867Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T08:23:53.867Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T08:23:53.867Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T08:23:53.867Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T08:23:53.867Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T08:23:53.867Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T08:23:53.867Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T08:23:53.867Z] Hmm... Ignoring the trailing garbage. [2021-02-18T08:23:53.867Z] done [2021-02-18T08:23:53.867Z] + sudo snapcraft prime --use-lxd [2021-02-18T08:23:54.811Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T08:23:54.811Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-18T08:23:54.811Z] - README.md [2021-02-18T08:23:54.811Z] - snapcraft.yaml.orig [2021-02-18T08:23:54.811Z] [2021-02-18T08:23:54.811Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T08:23:55.381Z] Launching a container. [2021-02-18T08:24:07.630Z] Waiting for container to be ready [2021-02-18T08:24:07.630Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T08:24:07.630Z] [2021-02-18T08:24:10.941Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T08:24:10.941Z] Waiting for network to be ready... [2021-02-18T08:24:11.513Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T08:24:11.513Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T08:24:12.084Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T08:24:12.084Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T08:24:12.084Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T08:24:12.655Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T08:24:12.656Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T08:24:12.656Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T08:24:12.656Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T08:24:12.656Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T08:24:12.656Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T08:24:12.656Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T08:24:12.656Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T08:24:12.656Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T08:24:12.656Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T08:24:12.656Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T08:24:12.656Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T08:24:12.656Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T08:24:12.923Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T08:24:13.199Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T08:24:13.199Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T08:24:13.199Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T08:24:13.199Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T08:24:13.199Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T08:24:13.199Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T08:24:13.199Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T08:24:13.199Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T08:24:15.756Z] Fetched 23.9 MB in 4s (5389 kB/s) [2021-02-18T08:24:16.698Z] Reading package lists... [2021-02-18T08:24:16.698Z] Reading package lists... [2021-02-18T08:24:16.960Z] Building dependency tree... [2021-02-18T08:24:16.960Z] Reading state information... [2021-02-18T08:24:16.960Z] The following additional packages will be installed: [2021-02-18T08:24:16.960Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T08:24:16.960Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T08:24:16.960Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T08:24:16.960Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T08:24:16.960Z] Suggested packages: [2021-02-18T08:24:16.960Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T08:24:16.960Z] Recommended packages: [2021-02-18T08:24:16.960Z] gnupg libsasl2-modules [2021-02-18T08:24:17.223Z] The following NEW packages will be installed: [2021-02-18T08:24:17.223Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T08:24:17.223Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T08:24:17.223Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T08:24:17.223Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T08:24:17.223Z] The following packages will be upgraded: [2021-02-18T08:24:17.223Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T08:24:17.223Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T08:24:17.223Z] Need to get 3532 kB of archives. [2021-02-18T08:24:17.223Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T08:24:17.223Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T08:24:17.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T08:24:17.223Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T08:24:17.223Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-18T08:24:17.223Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-18T08:24:17.223Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T08:24:17.223Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T08:24:17.223Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T08:24:17.490Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T08:24:17.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T08:24:18.014Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T08:24:18.014Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T08:24:18.014Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T08:24:18.014Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T08:24:18.014Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T08:24:18.014Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T08:24:18.014Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T08:24:18.014Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T08:24:18.014Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T08:24:18.276Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T08:24:18.277Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T08:24:18.277Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T08:24:18.277Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:24:18.277Z] Fetched 3532 kB in 1s (3191 kB/s) [2021-02-18T08:24:18.540Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T08:24:18.540Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T08:24:18.540Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T08:24:18.540Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T08:24:18.540Z] Selecting previously unselected package udev. [2021-02-18T08:24:18.540Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T08:24:18.540Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T08:24:18.802Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T08:24:19.062Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T08:24:19.062Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T08:24:19.062Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T08:24:19.062Z] Selecting previously unselected package fuse. [2021-02-18T08:24:19.062Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T08:24:19.062Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T08:24:19.062Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T08:24:19.323Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T08:24:19.323Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T08:24:19.323Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T08:24:19.585Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T08:24:19.585Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T08:24:19.585Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T08:24:19.585Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T08:24:19.585Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-18T08:24:19.848Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T08:24:19.848Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:19.848Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:19.848Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T08:24:19.848Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:19.848Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.109Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T08:24:20.109Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.109Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.109Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T08:24:20.109Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.109Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.371Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T08:24:20.371Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.371Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.371Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T08:24:20.371Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.371Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.632Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T08:24:20.632Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.632Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.632Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T08:24:20.632Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.632Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.632Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T08:24:20.632Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T08:24:20.632Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:20.894Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T08:24:20.894Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T08:24:20.894Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T08:24:20.894Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T08:24:20.894Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T08:24:20.894Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T08:24:20.894Z] Selecting previously unselected package libldap-common. [2021-02-18T08:24:20.894Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T08:24:20.894Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T08:24:21.153Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T08:24:21.153Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T08:24:21.153Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T08:24:21.153Z] Selecting previously unselected package dirmngr. [2021-02-18T08:24:21.153Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T08:24:21.153Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T08:24:21.414Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T08:24:21.414Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T08:24:21.414Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T08:24:21.414Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T08:24:21.414Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T08:24:21.414Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T08:24:21.414Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:21.414Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T08:24:21.414Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T08:24:21.414Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T08:24:21.987Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T08:24:21.987Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:21.987Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T08:24:21.987Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T08:24:22.248Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T08:24:22.248Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T08:24:22.248Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T08:24:22.509Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T08:24:22.509Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T08:24:22.770Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T08:24:22.770Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T08:24:22.770Z] This means they are not meant to be enabled using systemctl. [2021-02-18T08:24:22.770Z] Possible reasons for having this kind of units are: [2021-02-18T08:24:22.770Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T08:24:22.770Z] .wants/ or .requires/ directory. [2021-02-18T08:24:22.770Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T08:24:22.770Z] a requirement dependency on it. [2021-02-18T08:24:22.770Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T08:24:22.770Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T08:24:22.770Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T08:24:22.770Z] instance name specified. [2021-02-18T08:24:23.343Z] Reading package lists... [2021-02-18T08:24:23.343Z] Building dependency tree... [2021-02-18T08:24:23.343Z] Reading state information... [2021-02-18T08:24:23.343Z] The following additional packages will be installed: [2021-02-18T08:24:23.343Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T08:24:23.343Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T08:24:23.343Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T08:24:23.343Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T08:24:23.343Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T08:24:23.343Z] Suggested packages: [2021-02-18T08:24:23.343Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T08:24:23.343Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T08:24:23.343Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T08:24:23.343Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T08:24:23.343Z] systemd-container policykit-1 [2021-02-18T08:24:23.343Z] Recommended packages: [2021-02-18T08:24:23.343Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T08:24:23.605Z] The following NEW packages will be installed: [2021-02-18T08:24:23.605Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T08:24:23.605Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T08:24:23.605Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T08:24:23.605Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T08:24:23.605Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T08:24:23.605Z] The following packages will be upgraded: [2021-02-18T08:24:23.605Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T08:24:23.605Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T08:24:23.605Z] Need to get 35.2 MB of archives. [2021-02-18T08:24:23.605Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T08:24:23.605Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T08:24:23.605Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T08:24:24.176Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T08:24:24.437Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-18T08:24:24.437Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T08:24:24.437Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-18T08:24:24.437Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T08:24:24.437Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T08:24:24.437Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T08:24:24.437Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T08:24:24.437Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T08:24:24.437Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T08:24:24.437Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T08:24:24.437Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-18T08:24:24.437Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T08:24:24.437Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-18T08:24:24.437Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T08:24:24.698Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-18T08:24:24.698Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-18T08:24:24.698Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T08:24:24.698Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T08:24:24.698Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-18T08:24:24.698Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T08:24:24.698Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T08:24:24.698Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T08:24:24.698Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T08:24:24.698Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T08:24:24.698Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-18T08:24:24.698Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T08:24:24.698Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T08:24:26.101Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:24:26.101Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-02-18T08:24:26.101Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T08:24:26.101Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T08:24:26.101Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T08:24:26.680Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T08:24:26.680Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T08:24:26.943Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T08:24:26.943Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T08:24:26.943Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T08:24:26.943Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T08:24:27.203Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T08:24:27.203Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T08:24:27.203Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T08:24:27.465Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T08:24:27.726Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T08:24:27.726Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T08:24:28.001Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T08:24:28.263Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T08:24:28.523Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T08:24:28.523Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T08:24:28.523Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T08:24:28.523Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T08:24:28.523Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:28.784Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T08:24:28.784Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T08:24:28.784Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T08:24:29.047Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T08:24:29.047Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T08:24:29.047Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:29.307Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T08:24:29.307Z] Checking for services that may need to be restarted...done. [2021-02-18T08:24:29.307Z] Checking for services that may need to be restarted...done. [2021-02-18T08:24:29.307Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:29.307Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T08:24:29.307Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:29.879Z] Selecting previously unselected package python3-minimal. [2021-02-18T08:24:29.879Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T08:24:29.880Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T08:24:29.880Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T08:24:29.880Z] Selecting previously unselected package mime-support. [2021-02-18T08:24:29.880Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T08:24:29.880Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T08:24:30.140Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T08:24:30.140Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T08:24:30.140Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T08:24:30.140Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T08:24:30.140Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T08:24:30.140Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:30.402Z] Selecting previously unselected package python3.6. [2021-02-18T08:24:30.402Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T08:24:30.402Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:30.663Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T08:24:30.663Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T08:24:30.663Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T08:24:30.663Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T08:24:30.927Z] Selecting previously unselected package python3. [2021-02-18T08:24:30.927Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T08:24:30.927Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T08:24:30.927Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T08:24:30.927Z] Selecting previously unselected package multiarch-support. [2021-02-18T08:24:30.927Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T08:24:30.927Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T08:24:31.189Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T08:24:31.189Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T08:24:31.189Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T08:24:31.189Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T08:24:31.189Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T08:24:31.189Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T08:24:31.189Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T08:24:31.450Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T08:24:31.450Z] Selecting previously unselected package sudo. [2021-02-18T08:24:31.450Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T08:24:31.450Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T08:24:31.712Z] Selecting previously unselected package apparmor. [2021-02-18T08:24:31.712Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T08:24:31.712Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T08:24:31.712Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T08:24:31.712Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T08:24:31.712Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T08:24:31.975Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T08:24:31.975Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T08:24:31.975Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:31.975Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T08:24:31.975Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T08:24:31.975Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:31.975Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T08:24:31.975Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T08:24:32.237Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T08:24:32.237Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T08:24:32.237Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T08:24:32.237Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:32.237Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T08:24:32.237Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T08:24:32.237Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:32.500Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T08:24:32.500Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-18T08:24:32.500Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T08:24:32.763Z] Selecting previously unselected package openssh-client. [2021-02-18T08:24:32.763Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T08:24:32.763Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T08:24:32.763Z] Selecting previously unselected package squashfs-tools. [2021-02-18T08:24:32.763Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T08:24:32.763Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T08:24:33.025Z] Selecting previously unselected package snapd. [2021-02-18T08:24:33.025Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T08:24:33.025Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-18T08:24:34.954Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T08:24:34.954Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T08:24:34.954Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T08:24:35.215Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T08:24:35.215Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T08:24:35.215Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:35.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T08:24:35.215Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T08:24:35.215Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T08:24:36.164Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T08:24:36.164Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T08:24:36.164Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T08:24:36.164Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:36.164Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:36.164Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T08:24:36.735Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T08:24:36.996Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:36.996Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T08:24:36.996Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T08:24:36.996Z] running python rtupdate hooks for python3.6... [2021-02-18T08:24:36.996Z] running python post-rtupdate hooks for python3.6... [2021-02-18T08:24:36.996Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-18T08:24:38.382Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T08:24:38.644Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T08:24:38.644Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T08:24:38.906Z] Setting up snapd (2.48.3+18.04) ... [2021-02-18T08:24:39.167Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T08:24:39.426Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T08:24:39.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T08:24:39.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T08:24:39.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T08:24:39.949Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T08:24:40.209Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T08:24:40.469Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T08:24:40.469Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T08:24:40.729Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T08:24:40.990Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-18T08:24:40.990Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T08:24:40.990Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T08:24:41.938Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T08:24:41.938Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T08:24:41.938Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T08:24:43.141Z] Reading package lists... [2021-02-18T08:24:43.402Z] Reading package lists... [2021-02-18T08:24:43.663Z] Building dependency tree... [2021-02-18T08:24:43.663Z] Reading state information... [2021-02-18T08:24:43.663Z] Calculating upgrade... [2021-02-18T08:24:43.923Z] The following packages will be upgraded: [2021-02-18T08:24:43.923Z] advancecomp base-files bash binutils binutils-common [2021-02-18T08:24:43.924Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T08:24:43.924Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T08:24:43.924Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T08:24:43.924Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T08:24:43.924Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T08:24:43.924Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T08:24:43.924Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T08:24:43.924Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T08:24:43.924Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T08:24:43.924Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T08:24:43.924Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T08:24:43.924Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T08:24:43.924Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T08:24:43.924Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T08:24:44.185Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T08:24:44.185Z] Need to get 63.8 MB of archives. [2021-02-18T08:24:44.185Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-18T08:24:44.185Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T08:24:44.185Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T08:24:44.760Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T08:24:44.760Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T08:24:44.760Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T08:24:44.760Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T08:24:44.760Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T08:24:44.760Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T08:24:44.760Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-18T08:24:44.760Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-18T08:24:44.760Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-18T08:24:44.760Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T08:24:44.760Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T08:24:44.760Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T08:24:44.760Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T08:24:45.020Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-18T08:24:45.020Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T08:24:45.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T08:24:45.020Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T08:24:45.020Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T08:24:45.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T08:24:45.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T08:24:45.020Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T08:24:45.020Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T08:24:45.020Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T08:24:45.020Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T08:24:45.020Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T08:24:45.020Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T08:24:45.020Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T08:24:45.020Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T08:24:45.020Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T08:24:45.020Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T08:24:45.020Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T08:24:45.021Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T08:24:45.021Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T08:24:45.021Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T08:24:45.021Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T08:24:45.021Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T08:24:45.021Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-18T08:24:45.021Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T08:24:45.021Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T08:24:45.282Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T08:24:45.282Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T08:24:45.282Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T08:24:45.282Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-18T08:24:45.282Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T08:24:45.282Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T08:24:45.282Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-18T08:24:45.282Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T08:24:45.282Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T08:24:45.282Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T08:24:45.282Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T08:24:45.282Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T08:24:45.282Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T08:24:45.282Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T08:24:45.282Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T08:24:45.282Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-18T08:24:45.282Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T08:24:45.282Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T08:24:45.282Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T08:24:45.282Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T08:24:45.282Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T08:24:45.282Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T08:24:45.545Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T08:24:45.545Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T08:24:45.545Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T08:24:45.545Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T08:24:45.545Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T08:24:45.545Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T08:24:45.545Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T08:24:45.545Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T08:24:45.545Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T08:24:45.545Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T08:24:45.545Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-18T08:24:45.545Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-18T08:24:45.545Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T08:24:45.545Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T08:24:45.545Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T08:24:45.545Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T08:24:45.545Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T08:24:45.545Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T08:24:45.545Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T08:24:45.545Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-18T08:24:45.805Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T08:24:45.806Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T08:24:45.806Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T08:24:45.806Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T08:24:45.806Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T08:24:45.806Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T08:24:45.806Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T08:24:46.377Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T08:24:46.637Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T08:24:46.637Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T08:24:46.899Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T08:24:47.160Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-18T08:24:47.160Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T08:24:47.160Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T08:24:47.160Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T08:24:47.160Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T08:24:47.160Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:24:47.420Z] Fetched 63.8 MB in 3s (19.8 MB/s) [2021-02-18T08:24:47.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:47.420Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T08:24:47.420Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T08:24:47.993Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T08:24:47.993Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T08:24:48.254Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T08:24:48.254Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T08:24:48.827Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.088Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:49.088Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.088Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:49.350Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.350Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:49.350Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.624Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:49.624Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.624Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:49.886Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.886Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:49.886Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:49.886Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:50.147Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:24:50.147Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T08:24:50.147Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:50.147Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T08:24:50.147Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:24:50.407Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T08:24:50.407Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:50.407Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:50.407Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:50.407Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:50.670Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T08:24:50.670Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T08:24:50.670Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:24:50.931Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T08:24:50.931Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T08:24:50.931Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T08:24:51.504Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T08:24:51.765Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T08:24:51.765Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T08:24:51.765Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T08:24:51.765Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T08:24:51.765Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T08:24:52.026Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T08:24:52.026Z] Installing new version of config file /etc/issue ... [2021-02-18T08:24:52.026Z] Installing new version of config file /etc/issue.net ... [2021-02-18T08:24:52.026Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T08:24:52.026Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T08:24:52.287Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T08:24:52.549Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T08:24:52.549Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T08:24:52.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:52.549Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T08:24:52.549Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T08:24:52.810Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T08:24:52.810Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-18T08:24:52.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:52.810Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:52.810Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:53.071Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:24:53.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:53.071Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T08:24:53.071Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T08:24:53.331Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T08:24:53.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:53.331Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T08:24:53.331Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T08:24:53.591Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T08:24:53.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:53.591Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T08:24:53.851Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T08:24:53.851Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T08:24:53.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:53.851Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T08:24:53.851Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T08:24:54.112Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T08:24:54.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:54.112Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T08:24:54.112Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T08:24:54.373Z] Setting up grep (3.1-2build1) ... [2021-02-18T08:24:54.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:54.373Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T08:24:54.373Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T08:24:54.633Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T08:24:54.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:54.633Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T08:24:54.633Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T08:24:54.893Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-18T08:24:54.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:54.893Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T08:24:54.893Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T08:24:55.465Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T08:24:55.465Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T08:24:55.725Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T08:24:55.725Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T08:24:56.296Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T08:24:56.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:56.296Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T08:24:56.296Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T08:24:57.237Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T08:24:57.237Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T08:24:57.498Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T08:24:57.498Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T08:24:57.498Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T08:24:57.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:57.498Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T08:24:57.758Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T08:24:57.758Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T08:24:58.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:58.018Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:58.018Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:58.018Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:24:58.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:58.018Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:58.018Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:58.279Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:24:58.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:58.279Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:58.279Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:58.539Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:24:58.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:58.540Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:58.540Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:58.800Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:24:58.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:58.800Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T08:24:58.800Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T08:24:59.060Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T08:24:59.060Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T08:24:59.060Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T08:24:59.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:59.060Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T08:24:59.320Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T08:24:59.320Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T08:24:59.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:59.321Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:59.321Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:59.580Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:24:59.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:24:59.580Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:24:59.580Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:24:59.841Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:25:00.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:25:00.104Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:25:00.104Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:25:00.675Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:25:00.935Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T08:25:01.194Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T08:25:01.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:25:01.194Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T08:25:01.194Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T08:25:01.456Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T08:25:01.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T08:25:01.721Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T08:25:01.721Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T08:25:01.983Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T08:25:01.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:01.983Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-18T08:25:01.983Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T08:25:02.243Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T08:25:02.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:02.504Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T08:25:02.504Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T08:25:02.504Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T08:25:02.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:02.764Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T08:25:03.024Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T08:25:03.285Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T08:25:03.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:03.285Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T08:25:03.552Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T08:25:03.552Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T08:25:03.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:03.816Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T08:25:03.816Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T08:25:04.118Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T08:25:04.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:04.119Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T08:25:04.119Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T08:25:04.380Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T08:25:04.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:04.641Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T08:25:04.641Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T08:25:04.902Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T08:25:04.902Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T08:25:04.902Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T08:25:04.902Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T08:25:04.902Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T08:25:05.163Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:05.163Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T08:25:05.163Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T08:25:05.163Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-18T08:25:05.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:05.423Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T08:25:05.423Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T08:25:05.423Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T08:25:05.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:05.684Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T08:25:05.944Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T08:25:05.944Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T08:25:05.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:05.944Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T08:25:06.205Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T08:25:06.205Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T08:25:06.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:06.466Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T08:25:06.466Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T08:25:06.727Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T08:25:06.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:06.989Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T08:25:06.989Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T08:25:06.989Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T08:25:07.252Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:07.252Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T08:25:07.252Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T08:25:07.252Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T08:25:07.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:07.512Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T08:25:07.512Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T08:25:07.512Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T08:25:07.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:07.773Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T08:25:07.773Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T08:25:08.034Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T08:25:08.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:08.034Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T08:25:08.034Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T08:25:08.295Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T08:25:08.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:08.295Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T08:25:08.295Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T08:25:08.295Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T08:25:08.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T08:25:08.556Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T08:25:08.556Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T08:25:08.556Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T08:25:08.816Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T08:25:08.816Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T08:25:08.816Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T08:25:08.816Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T08:25:08.816Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T08:25:09.077Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T08:25:09.077Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T08:25:09.338Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T08:25:09.338Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T08:25:09.599Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T08:25:09.599Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T08:25:09.599Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T08:25:09.599Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T08:25:09.872Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T08:25:09.873Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T08:25:09.873Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T08:25:09.873Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T08:25:10.444Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T08:25:10.444Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T08:25:10.444Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T08:25:10.706Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T08:25:10.706Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T08:25:10.706Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T08:25:10.968Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T08:25:10.968Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T08:25:11.907Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T08:25:11.907Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T08:25:11.907Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T08:25:11.907Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T08:25:11.907Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T08:25:12.170Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T08:25:12.430Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T08:25:12.430Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T08:25:12.430Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T08:25:12.690Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T08:25:12.690Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T08:25:12.690Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T08:25:12.951Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:12.951Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:12.951Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:12.951Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:13.211Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:13.211Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:13.211Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:13.211Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:14.154Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:14.154Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:15.097Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:15.097Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:16.040Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:16.040Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:16.300Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:16.300Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:17.240Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T08:25:17.240Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T08:25:17.240Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T08:25:17.240Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T08:25:17.240Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T08:25:17.240Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T08:25:17.501Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T08:25:17.501Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T08:25:17.761Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T08:25:17.761Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T08:25:17.761Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T08:25:17.761Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T08:25:18.021Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T08:25:18.021Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T08:25:18.021Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T08:25:18.021Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T08:25:18.282Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:18.282Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T08:25:18.282Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:18.282Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:18.282Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:18.282Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T08:25:18.543Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T08:25:18.543Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T08:25:18.543Z] [2021-02-18T08:25:18.543Z] Current default time zone: 'Etc/UTC' [2021-02-18T08:25:18.543Z] Local time is now: Thu Feb 18 08:25:18 UTC 2021. [2021-02-18T08:25:18.543Z] Universal Time is now: Thu Feb 18 08:25:18 UTC 2021. [2021-02-18T08:25:18.543Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T08:25:18.543Z] [2021-02-18T08:25:18.543Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T08:25:18.543Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:18.807Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T08:25:18.807Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T08:25:18.807Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T08:25:18.807Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T08:25:18.807Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T08:25:18.807Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T08:25:18.807Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T08:25:18.807Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T08:25:19.068Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:19.068Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T08:25:19.329Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:19.329Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T08:25:19.329Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:19.329Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T08:25:19.329Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T08:25:19.590Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T08:25:19.590Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T08:25:19.590Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T08:25:19.590Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T08:25:19.590Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T08:25:19.590Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T08:25:21.505Z] Updating certificates in /etc/ssl/certs... [2021-02-18T08:25:22.448Z] 23 added, 27 removed; done. [2021-02-18T08:25:22.448Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T08:25:22.448Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T08:25:22.448Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T08:25:22.448Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T08:25:22.710Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T08:25:22.710Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.710Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T08:25:22.710Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.710Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.710Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.710Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.710Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.710Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T08:25:22.971Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T08:25:22.971Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T08:25:22.971Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T08:25:22.971Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T08:25:22.971Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.971Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T08:25:22.971Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T08:25:22.971Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T08:25:22.971Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T08:25:23.232Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T08:25:23.232Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T08:25:23.232Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T08:25:23.232Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T08:25:23.232Z] Updating certificates in /etc/ssl/certs... [2021-02-18T08:25:24.177Z] 0 added, 0 removed; done. [2021-02-18T08:25:24.177Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T08:25:24.177Z] done. [2021-02-18T08:25:24.440Z] Reading package lists... [2021-02-18T08:25:24.703Z] Building dependency tree... [2021-02-18T08:25:24.703Z] Reading state information... [2021-02-18T08:25:24.703Z] The following NEW packages will be installed: [2021-02-18T08:25:24.703Z] apt-transport-https [2021-02-18T08:25:24.964Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T08:25:24.964Z] Need to get 1696 B of archives. [2021-02-18T08:25:24.964Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T08:25:24.964Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T08:25:25.225Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:25:25.225Z] Fetched 1696 B in 0s (8363 B/s) [2021-02-18T08:25:25.225Z] Selecting previously unselected package apt-transport-https. [2021-02-18T08:25:25.225Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T08:25:25.225Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T08:25:25.225Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T08:25:25.225Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T08:25:25.487Z] Waiting for network to be ready... [2021-02-18T08:25:30.794Z] 2021-02-18T08:25:28Z INFO Waiting for automatic snapd restart... [2021-02-18T08:25:30.794Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T08:25:30.794Z] "snapd" switched to the "latest/stable" channel [2021-02-18T08:25:30.794Z] [2021-02-18T08:25:34.098Z] core18 20210128 from Canonical* installed [2021-02-18T08:25:34.098Z] "core18" switched to the "latest/stable" channel [2021-02-18T08:25:34.098Z] [2021-02-18T08:25:37.402Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T08:25:37.402Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T08:25:37.402Z] [2021-02-18T08:25:40.701Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-18T08:25:40.701Z] - README.md [2021-02-18T08:25:40.701Z] - snapcraft.yaml.orig [2021-02-18T08:25:40.701Z] [2021-02-18T08:25:40.701Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T08:25:47.289Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T08:25:47.289Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T08:25:47.289Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T08:25:47.289Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T08:25:48.489Z] Reading package lists... [2021-02-18T08:25:49.059Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-18T08:25:55.648Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T08:25:55.648Z] Reading package lists... [2021-02-18T08:25:55.648Z] Building dependency tree... [2021-02-18T08:25:55.648Z] Reading state information... [2021-02-18T08:25:55.648Z] Suggested packages: [2021-02-18T08:25:55.648Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T08:25:55.648Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T08:25:55.648Z] Recommended packages: [2021-02-18T08:25:55.648Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T08:25:55.648Z] The following NEW packages will be installed: [2021-02-18T08:25:55.648Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T08:25:55.648Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T08:25:55.648Z] pkg-config zip [2021-02-18T08:25:55.648Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T08:25:55.648Z] Need to get 7655 kB of archives. [2021-02-18T08:25:55.648Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T08:25:55.648Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-18T08:25:55.648Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T08:25:55.909Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T08:25:55.909Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T08:25:55.909Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T08:25:55.909Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T08:25:56.170Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T08:25:56.170Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-18T08:25:56.170Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T08:25:56.170Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T08:25:56.170Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T08:25:56.170Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T08:25:56.430Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T08:25:56.430Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T08:25:56.430Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T08:25:56.690Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T08:25:56.690Z] Fetched 7655 kB in 1s (6990 kB/s) [2021-02-18T08:25:56.690Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T08:25:56.690Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T08:25:56.690Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T08:25:56.690Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T08:25:56.951Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T08:25:56.951Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T08:25:56.951Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T08:25:57.213Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T08:25:57.213Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T08:25:57.213Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T08:25:57.213Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T08:25:57.213Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T08:25:57.213Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T08:25:57.213Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T08:25:57.213Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T08:25:57.213Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T08:25:57.474Z] Selecting previously unselected package liberror-perl. [2021-02-18T08:25:57.474Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T08:25:57.474Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T08:25:57.474Z] Selecting previously unselected package git-man. [2021-02-18T08:25:57.474Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T08:25:57.474Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T08:25:57.734Z] Selecting previously unselected package git. [2021-02-18T08:25:57.734Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T08:25:57.734Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T08:25:58.678Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T08:25:58.678Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T08:25:58.678Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T08:25:58.678Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T08:25:58.678Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T08:25:58.678Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T08:25:58.678Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T08:25:58.678Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T08:25:58.678Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T08:25:58.940Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T08:25:58.940Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T08:25:58.940Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T08:25:58.940Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T08:25:58.940Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T08:25:58.940Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T08:25:59.203Z] Selecting previously unselected package pkg-config. [2021-02-18T08:25:59.203Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T08:25:59.203Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T08:25:59.203Z] Selecting previously unselected package zip. [2021-02-18T08:25:59.203Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T08:25:59.203Z] Unpacking zip (3.0-11build1) ... [2021-02-18T08:25:59.203Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T08:25:59.465Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T08:25:59.465Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T08:25:59.465Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T08:25:59.465Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T08:25:59.465Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T08:25:59.465Z] No schema files found: doing nothing. [2021-02-18T08:25:59.465Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T08:25:59.465Z] Setting up zip (3.0-11build1) ... [2021-02-18T08:25:59.465Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T08:25:59.465Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T08:25:59.725Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T08:25:59.725Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T08:25:59.725Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T08:25:59.725Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T08:25:59.725Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T08:25:59.725Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T08:26:06.372Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T08:26:06.373Z] git set to automatically installed. [2021-02-18T08:26:06.373Z] git-man set to automatically installed. [2021-02-18T08:26:06.373Z] libcurl3-gnutls set to automatically installed. [2021-02-18T08:26:06.373Z] liberror-perl set to automatically installed. [2021-02-18T08:26:06.373Z] libglib2.0-0 set to automatically installed. [2021-02-18T08:26:06.373Z] libnghttp2-14 set to automatically installed. [2021-02-18T08:26:06.373Z] libnorm1 set to automatically installed. [2021-02-18T08:26:06.373Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T08:26:06.373Z] libpsl5 set to automatically installed. [2021-02-18T08:26:06.373Z] librtmp1 set to automatically installed. [2021-02-18T08:26:06.373Z] libsodium23 set to automatically installed. [2021-02-18T08:26:06.373Z] libzmq3-dev set to automatically installed. [2021-02-18T08:26:06.373Z] libzmq5 set to automatically installed. [2021-02-18T08:26:06.373Z] pkg-config set to automatically installed. [2021-02-18T08:26:06.373Z] zip set to automatically installed. [2021-02-18T08:26:08.918Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T08:26:15.505Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T08:26:16.076Z] snap "core18" has no updates available [2021-02-18T08:26:17.990Z] Pulling config-common [2021-02-18T08:26:17.990Z] + snapcraftctl pull [2021-02-18T08:26:18.564Z] Pulling go-build-helper [2021-02-18T08:26:18.564Z] + snapcraftctl pull [2021-02-18T08:26:40.538Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T08:26:40.538Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T08:26:40.538Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T08:26:40.538Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T08:26:40.538Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T08:26:40.538Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T08:26:40.538Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T08:26:40.538Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T08:26:40.538Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T08:26:40.538Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T08:26:40.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T08:26:40.539Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T08:26:40.539Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T08:26:40.539Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T08:26:40.539Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T08:26:40.539Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T08:26:40.539Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T08:26:40.539Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T08:26:40.539Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T08:26:40.539Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T08:26:40.539Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T08:26:40.539Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T08:26:40.539Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T08:26:40.539Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T08:26:40.539Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T08:26:40.539Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T08:26:40.539Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T08:26:40.539Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T08:26:40.539Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T08:26:40.539Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T08:26:40.539Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T08:26:40.539Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T08:26:40.539Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T08:26:40.539Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T08:26:40.539Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T08:26:40.539Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T08:26:40.539Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T08:26:40.539Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T08:26:40.539Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T08:26:40.539Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T08:26:40.539Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T08:26:40.539Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T08:26:40.539Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T08:26:40.539Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T08:26:40.539Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T08:26:40.539Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T08:26:40.539Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T08:26:40.539Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T08:26:40.539Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T08:26:40.539Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T08:26:40.539Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T08:26:40.539Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T08:26:40.539Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T08:26:40.539Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T08:26:40.539Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T08:26:40.539Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T08:26:40.539Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T08:26:40.539Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T08:26:40.539Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T08:26:40.539Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T08:26:40.539Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T08:26:40.539Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T08:26:40.539Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T08:26:40.539Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T08:26:43.087Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T08:26:43.087Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-18T08:26:43.087Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T08:26:43.087Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T08:26:43.087Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T08:26:43.087Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T08:26:43.087Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T08:26:43.087Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T08:26:43.087Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T08:26:43.087Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T08:26:43.087Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T08:26:43.087Z] Pulling static-packages [2021-02-18T08:26:43.087Z] + snapcraftctl pull [2021-02-18T08:26:44.028Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-18T08:26:44.028Z] Skipping pull go-build-helper (already ran) [2021-02-18T08:26:44.028Z] Skipping pull static-packages (already ran) [2021-02-18T08:26:44.028Z] Building go-build-helper [2021-02-18T08:26:44.028Z] + snapcraftctl build [2021-02-18T08:26:48.240Z] Building static-packages [2021-02-18T08:26:48.240Z] + snapcraftctl build [2021-02-18T08:26:49.625Z] Staging go-build-helper [2021-02-18T08:26:49.625Z] + snapcraftctl stage [2021-02-18T08:26:50.567Z] Staging static-packages [2021-02-18T08:26:50.567Z] + snapcraftctl stage [2021-02-18T08:26:51.507Z] Pulling go115 [2021-02-18T08:26:51.507Z] + snapcraftctl pull [2021-02-18T08:26:52.451Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T08:26:52.713Z] Skipping pull go115 (already ran) [2021-02-18T08:26:52.713Z] Building go115 [2021-02-18T08:26:52.713Z] + dpkg --print-architecture [2021-02-18T08:26:52.713Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T08:26:52.713Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T08:26:52.713Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T08:26:52.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T08:26:52.713Z] Dload Upload Total Spent Left Speed [2021-02-18T08:26:55.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2895k 0 0 8721k 0 0:00:13 --:--:-- 0:00:13 8695k 44 115M 44 51.8M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.1M 76 115M 76 88.8M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.9M 100 115M 100 115M 0 0 37.9M 0 0:00:03 0:00:03 --:--:-- 37.9M [2021-02-18T08:26:55.861Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T08:26:55.861Z] + sha256sum -c sha256 [2021-02-18T08:26:55.861Z] + grep OK [2021-02-18T08:26:56.121Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T08:26:56.121Z] + mkdir -p /root/stage/go1.15 [2021-02-18T08:26:56.121Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T08:27:00.322Z] Staging go115 [2021-02-18T08:27:00.322Z] + snapcraftctl stage [2021-02-18T08:27:05.629Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T08:27:05.629Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T08:27:05.629Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T08:27:05.629Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T08:27:05.629Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T08:27:05.629Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T08:27:05.629Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T08:27:05.629Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T08:27:05.629Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T08:27:05.629Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T08:27:05.629Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T08:27:05.629Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T08:27:05.629Z] Pulling edgex-go [2021-02-18T08:27:05.629Z] + snapcraftctl pull [2021-02-18T08:27:06.571Z] Pulling version [2021-02-18T08:27:06.571Z] + cd /root/project [2021-02-18T08:27:06.571Z] + [ -f VERSION ] [2021-02-18T08:27:06.571Z] + PROJECT_VERSION=local-dev [2021-02-18T08:27:06.571Z] + git rev-parse --short HEAD [2021-02-18T08:27:06.571Z] + GIT_REVISION=3f88a6f4 [2021-02-18T08:27:06.571Z] + snapcraftctl set-version local-dev [2021-02-18T08:27:07.518Z] Building config-common [2021-02-18T08:27:07.518Z] + snapcraftctl build [2021-02-18T08:27:09.434Z] Skipping build go-build-helper (already ran) [2021-02-18T08:27:09.434Z] Skipping build static-packages (already ran) [2021-02-18T08:27:09.434Z] Skipping build go115 (already ran) [2021-02-18T08:27:09.434Z] Building edgex-go [2021-02-18T08:27:09.694Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-18T08:27:09.694Z] + cd /root/parts/edgex-go/src [2021-02-18T08:27:09.694Z] + make build [2021-02-18T08:27:09.694Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-18T08:27:11.084Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T08:27:11.084Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T08:27:11.084Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T08:27:11.084Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-18T08:27:11.084Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T08:27:11.084Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 [2021-02-18T08:27:11.084Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T08:27:11.343Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-18T08:27:11.343Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T08:27:11.343Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-18T08:27:11.343Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T08:27:11.343Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T08:27:11.343Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T08:27:11.343Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T08:27:11.343Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T08:27:11.343Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T08:27:11.343Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T08:27:11.343Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T08:27:11.343Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T08:27:11.604Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T08:27:11.604Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T08:27:11.604Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T08:27:11.604Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T08:27:11.604Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T08:27:11.604Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T08:27:11.604Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-18T08:27:11.604Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T08:27:11.604Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-18T08:27:11.604Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T08:27:11.866Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T08:27:11.866Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T08:27:11.866Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T08:27:18.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T08:27:18.451Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T08:27:23.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-18T08:27:24.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-18T08:27:25.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T08:27:25.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-18T08:27:26.008Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T08:27:26.008Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T08:27:26.008Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T08:27:26.008Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T08:27:27.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-18T08:27:27.920Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T08:27:27.920Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T08:27:28.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-18T08:27:29.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T08:27:29.805Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T08:27:31.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-18T08:27:31.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-18T08:27:31.760Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T08:27:33.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T08:27:33.147Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T08:27:34.533Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T08:27:34.533Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T08:27:34.533Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T08:27:34.533Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T08:27:34.533Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T08:27:34.533Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T08:27:34.533Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T08:27:34.533Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T08:27:34.533Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T08:27:34.533Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T08:27:34.533Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-18T08:27:35.923Z] Building version [2021-02-18T08:27:35.923Z] + snapcraftctl build [2021-02-18T08:27:37.838Z] Staging config-common [2021-02-18T08:27:37.838Z] + snapcraftctl stage [2021-02-18T08:27:38.783Z] Skipping stage go-build-helper (already ran) [2021-02-18T08:27:38.783Z] Skipping stage static-packages (already ran) [2021-02-18T08:27:38.783Z] Skipping stage go115 (already ran) [2021-02-18T08:27:38.783Z] Staging edgex-go [2021-02-18T08:27:38.783Z] + snapcraftctl stage [2021-02-18T08:27:39.727Z] Staging version [2021-02-18T08:27:39.727Z] + snapcraftctl stage [2021-02-18T08:27:40.670Z] Priming config-common [2021-02-18T08:27:40.670Z] + snapcraftctl prime [2021-02-18T08:27:41.614Z] Priming go-build-helper [2021-02-18T08:27:41.614Z] + snapcraftctl prime [2021-02-18T08:27:43.002Z] Priming static-packages [2021-02-18T08:27:43.002Z] + snapcraftctl prime [2021-02-18T08:27:44.983Z] Priming go115 [2021-02-18T08:27:44.983Z] + snapcraftctl prime [2021-02-18T08:27:46.161Z] Priming edgex-go [2021-02-18T08:27:46.161Z] + snapcraftctl prime [2021-02-18T08:27:47.381Z] Priming version [2021-02-18T08:27:47.381Z] + snapcraftctl prime [2021-02-18T08:27:48.035Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-18T08:27:51.585Z] provisioning config files... [2021-02-18T08:27:51.600Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2957817700595688371tmp [Pipeline] { [Pipeline] sh [2021-02-18T08:27:52.011Z] + set +x [2021-02-18T08:27:52.012Z] + curl -s https://codecov.io/bash [2021-02-18T08:27:52.012Z] + bash -s -- [2021-02-18T08:27:52.609Z] [2021-02-18T08:27:52.609Z] _____ _ [2021-02-18T08:27:52.609Z] / ____| | | [2021-02-18T08:27:52.609Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T08:27:52.609Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T08:27:52.609Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T08:27:52.609Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T08:27:52.609Z] Bash-20210129-7c25fce [2021-02-18T08:27:52.609Z] [2021-02-18T08:27:52.609Z] [2021-02-18T08:27:52.609Z] ==> git version 2.24.3 found [2021-02-18T08:27:52.609Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-18T08:27:52.609Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T08:27:52.609Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T08:27:52.609Z] ==> Jenkins CI detected. [2021-02-18T08:27:52.609Z] project root: . [2021-02-18T08:27:52.609Z] --> token set from env [2021-02-18T08:27:52.609Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T08:27:52.609Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T08:27:52.609Z] ==> Python coveragepy not found [2021-02-18T08:27:52.609Z] ==> Searching for coverage reports in: [2021-02-18T08:27:52.609Z] + . [2021-02-18T08:27:52.886Z] -> Found 1 reports [2021-02-18T08:27:52.886Z] ==> Detecting git/mercurial file structure [2021-02-18T08:27:52.886Z] ==> Reading reports [2021-02-18T08:27:52.886Z] + ./coverage.out bytes=597520 [2021-02-18T08:27:52.886Z] ==> Appending adjustments [2021-02-18T08:27:52.886Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T08:27:59.618Z] + Found adjustments [2021-02-18T08:27:59.618Z] ==> Gzipping contents [2021-02-18T08:27:59.618Z] 88K /tmp/codecov.a8OIpo.gz [2021-02-18T08:27:59.618Z] ==> Uploading reports [2021-02-18T08:27:59.618Z] url: https://codecov.io [2021-02-18T08:27:59.618Z] query: branch=PR-3178&commit=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3178%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3178&job=&cmd_args= [2021-02-18T08:27:59.618Z] -> Pinging Codecov [2021-02-18T08:27:59.618Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3178&commit=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3178%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3178&job=&cmd_args= [2021-02-18T08:27:59.618Z] -> Uploading to [2021-02-18T08:27:59.618Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/3f88a6f4ca7d2a1e8d22d545773accf4e80c601f/1b1be148-ae1e-4509-8804-7f5b04287eec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T082759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66e1be1d1994280a957793c3c3131ef636912d56ff16ede3ef2c97620222cd73 [2021-02-18T08:27:59.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T08:27:59.618Z] Dload Upload Total Spent Left Speed [2021-02-18T08:28:00.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89748 0 0 100 89748 0 139k --:--:-- --:--:-- --:--:-- 139k [2021-02-18T08:28:00.153Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [Pipeline] } [2021-02-18T08:28:00.208Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:02.804Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:04.740Z] ---> package-listing.sh [2021-02-18T08:28:04.740Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T08:28:04.740Z] ++ facter osfamily [2021-02-18T08:28:05.011Z] + OS_FAMILY=redhat [2021-02-18T08:28:05.011Z] + workspace=/w/workspace/edgex-go/4 [2021-02-18T08:28:05.011Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T08:28:05.011Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T08:28:05.011Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T08:28:05.011Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T08:28:05.011Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-18T08:28:05.011Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T08:28:05.011Z] + case "${OS_FAMILY}" in [2021-02-18T08:28:05.011Z] + sort [2021-02-18T08:28:05.011Z] + rpm -qa [2021-02-18T08:28:13.274Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T08:28:13.274Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T08:28:13.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T08:28:13.274Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-18T08:28:13.274Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-18T08:28:13.274Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-18T08:28:13.291Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T08:28:13.614Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:28:14.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T08:28:14.904Z] [2021-02-18T08:28:14.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T08:28:15.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T08:28:15.947Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T08:28:15.947Z] df20fa9351a1: Pulling fs layer [2021-02-18T08:28:15.947Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T08:28:15.947Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T08:28:15.947Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T08:28:15.947Z] 93b61091891f: Pulling fs layer [2021-02-18T08:28:15.947Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T08:28:15.947Z] 5e14af77c1be: Pulling fs layer [2021-02-18T08:28:15.947Z] 01666e4c0597: Pulling fs layer [2021-02-18T08:28:15.947Z] aa168da1d23b: Pulling fs layer [2021-02-18T08:28:15.947Z] 46f8f816bc3b: Waiting [2021-02-18T08:28:15.947Z] 93b61091891f: Waiting [2021-02-18T08:28:15.947Z] 93b9cdb0e59b: Waiting [2021-02-18T08:28:15.947Z] 5e14af77c1be: Waiting [2021-02-18T08:28:15.947Z] 01666e4c0597: Waiting [2021-02-18T08:28:15.947Z] aa168da1d23b: Waiting [2021-02-18T08:28:15.947Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T08:28:15.947Z] 36b3adc4ff6f: Download complete [2021-02-18T08:28:15.947Z] 46f8f816bc3b: Download complete [2021-02-18T08:28:16.257Z] df20fa9351a1: Verifying Checksum [2021-02-18T08:28:16.257Z] df20fa9351a1: Download complete [2021-02-18T08:28:16.257Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T08:28:16.257Z] 93b9cdb0e59b: Download complete [2021-02-18T08:28:16.257Z] 5e14af77c1be: Verifying Checksum [2021-02-18T08:28:16.257Z] 5e14af77c1be: Download complete [2021-02-18T08:28:16.539Z] 93b61091891f: Verifying Checksum [2021-02-18T08:28:16.539Z] 93b61091891f: Download complete [2021-02-18T08:28:16.539Z] 01666e4c0597: Verifying Checksum [2021-02-18T08:28:16.539Z] 01666e4c0597: Download complete [2021-02-18T08:28:17.322Z] df20fa9351a1: Pull complete [2021-02-18T08:28:17.760Z] 36b3adc4ff6f: Pull complete [2021-02-18T08:28:18.671Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T08:28:18.671Z] 8ad3a11d3b57: Download complete [2021-02-18T08:28:21.621Z] 8ad3a11d3b57: Pull complete [2021-02-18T08:28:22.264Z] 46f8f816bc3b: Pull complete [2021-02-18T08:28:23.299Z] aa168da1d23b: Verifying Checksum [2021-02-18T08:28:23.299Z] aa168da1d23b: Download complete [2021-02-18T08:28:23.990Z] 93b61091891f: Pull complete [2021-02-18T08:28:24.301Z] 93b9cdb0e59b: Pull complete [2021-02-18T08:28:24.614Z] 5e14af77c1be: Pull complete [2021-02-18T08:28:25.241Z] 01666e4c0597: Pull complete [2021-02-18T08:28:40.638Z] aa168da1d23b: Pull complete [2021-02-18T08:28:40.638Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T08:28:40.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T08:28:40.638Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T08:28:41.158Z] prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container [2021-02-18T08:28:41.282Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T08:28:45.352Z] $ docker top e25b9447b6c6afea042b66156880f32ad53304790bdf2ae442c9a88d219ca2f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T08:28:46.423Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T08:28:46.830Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T08:28:47.697Z] + ls /var/log/sa-host [2021-02-18T08:28:47.697Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T08:28:47.697Z] file_magic: OK [2021-02-18T08:28:47.697Z] HZ: Using current value: 100 [2021-02-18T08:28:47.697Z] file_header: OK [2021-02-18T08:28:47.697Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T08:28:47.697Z] Statistics: [2021-02-18T08:28:47.697Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T08:28:47.697Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T08:28:47.697Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T08:28:47.697Z] file_magic: OK [2021-02-18T08:28:47.697Z] HZ: Using current value: 100 [2021-02-18T08:28:47.697Z] file_header: OK [2021-02-18T08:28:47.697Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T08:28:47.697Z] Statistics: [2021-02-18T08:28:47.697Z] Hnuu...uuuununununu... [2021-02-18T08:28:47.697Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T08:28:48.439Z] provisioning config files... [2021-02-18T08:28:48.489Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7332273225483125256tmp [Pipeline] { [Pipeline] echo [2021-02-18T08:28:48.684Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:50.443Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T08:28:50.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T08:28:50.572Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:51.698Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T08:28:51.722Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:52.142Z] ---> sudo-logs.sh [2021-02-18T08:28:52.142Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T08:28:52.211Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:52.867Z] ---> job-cost.sh [2021-02-18T08:28:52.867Z] lf-activate-venv: SKIPPING [2021-02-18T08:28:52.867Z] INFO: No Stack... [2021-02-18T08:28:54.331Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T08:28:54.977Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T08:28:55.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T08:28:55.677Z] ---> logs-deploy.sh [2021-02-18T08:28:55.677Z] lf-activate-venv: SKIPPING [2021-02-18T08:28:55.677Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3178/4 [2021-02-18T08:28:55.677Z] INFO: archiving workspace using pattern(s): [2021-02-18T08:28:59.356Z] Archives upload complete. [2021-02-18T08:28:59.356Z] INFO: archiving logs to Nexus