Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6c748aec216548f858cb505ec0d103cc2be8aba4+dd3c5304426daa1a06e165d92e5378a7e6535b25 (93201fb58e6ba5b1dae5ccce272aff6af0a84aa3) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29145’ Running on prd-centos7-docker-4c-2g-29149 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 6c748aec216548f858cb505ec0d103cc2be8aba4 Merge succeeded, producing 6c748aec216548f858cb505ec0d103cc2be8aba4 Checking out Revision 6c748aec216548f858cb505ec0d103cc2be8aba4 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T16:40:42.013Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T16:40:42.251Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 2910c4d29e035dc913b14d61136a4db17f680a98 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T16:40:42.342Z] ========================================================= [2021-03-09T16:40:42.342Z] EdgeX Global Pipelines Version Info [2021-03-09T16:40:42.342Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:40:44.675Z] ------------------- [2021-03-09T16:40:44.675Z] stable info: [2021-03-09T16:40:44.675Z] ------------------- [2021-03-09T16:40:44.675Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T16:40:44.675Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:40:44.675Z] Message: update stable to v1.0.184 [2021-03-09T16:40:45.694Z] ------------------- [2021-03-09T16:40:45.694Z] experimental info: [2021-03-09T16:40:45.694Z] ------------------- [2021-03-09T16:40:45.694Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T16:40:45.694Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:40:45.694Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T16:40:46.002Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T16:40:46.106Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T16:40:46.186Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T16:40:46.271Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T16:40:46.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T16:40:46.472Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T16:40:46.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T16:40:46.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T16:40:46.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T16:40:46.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T16:40:46.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T16:40:47.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T16:40:47.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T16:40:47.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T16:40:47.286Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:40:47.367Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:40:47.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T16:40:47.570Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T16:40:47.662Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T16:40:47.753Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T16:40:47.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T16:40:47.929Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T16:40:48.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-09T16:40:48.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-09T16:40:48.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-09T16:40:48.284Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c748aec216548f858cb505ec0d103cc2be8aba4 [Pipeline] echo [2021-03-09T16:40:48.369Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c748ae [Pipeline] echo [2021-03-09T16:40:48.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:40:48.628Z] provisioning config files... [2021-03-09T16:40:48.663Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config651615343218015437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:40:49.092Z] ---> docker-login.sh [2021-03-09T16:40:49.092Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:40:50.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:40:50.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:40:50.623Z] Configure a credential helper to remove this warning. See [2021-03-09T16:40:50.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:40:50.623Z] [2021-03-09T16:40:50.623Z] Login Succeeded [2021-03-09T16:40:50.623Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:40:51.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:40:51.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:40:51.518Z] Configure a credential helper to remove this warning. See [2021-03-09T16:40:51.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:40:51.518Z] [2021-03-09T16:40:51.518Z] Login Succeeded [2021-03-09T16:40:51.518Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:40:51.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:40:51.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:40:51.799Z] Configure a credential helper to remove this warning. See [2021-03-09T16:40:51.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:40:51.799Z] [2021-03-09T16:40:51.799Z] Login Succeeded [2021-03-09T16:40:51.799Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:40:52.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:40:52.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:40:52.391Z] Configure a credential helper to remove this warning. See [2021-03-09T16:40:52.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:40:52.391Z] [2021-03-09T16:40:52.391Z] Login Succeeded [2021-03-09T16:40:52.391Z] docker.io [2021-03-09T16:40:52.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:40:52.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:40:52.659Z] Configure a credential helper to remove this warning. See [2021-03-09T16:40:52.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:40:52.659Z] [2021-03-09T16:40:52.659Z] Login Succeeded [2021-03-09T16:40:52.659Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:40:52.672Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:40:53.205Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T16:40:53.205Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T16:40:53.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:40:53.205Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:40:53.205Z] ++ cut -d/ -f2 [2021-03-09T16:40:53.205Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T16:40:53.405Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:40:54.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:40:54.628Z] [2021-03-09T16:40:54.628Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:40:55.021Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:40:55.021Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T16:40:55.021Z] 31603596830f: Pulling fs layer [2021-03-09T16:40:55.021Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T16:40:55.021Z] 6ca5941a6612: Pulling fs layer [2021-03-09T16:40:55.021Z] ecc8261a40a4: Pulling fs layer [2021-03-09T16:40:55.021Z] ecc8261a40a4: Waiting [2021-03-09T16:40:55.021Z] 2a8b12db71e7: Download complete [2021-03-09T16:40:55.309Z] 31603596830f: Download complete [2021-03-09T16:40:55.617Z] 6ca5941a6612: Verifying Checksum [2021-03-09T16:40:55.617Z] 6ca5941a6612: Download complete [2021-03-09T16:40:55.617Z] ecc8261a40a4: Verifying Checksum [2021-03-09T16:40:55.617Z] ecc8261a40a4: Download complete [2021-03-09T16:40:55.894Z] 31603596830f: Pull complete [2021-03-09T16:40:56.203Z] 2a8b12db71e7: Pull complete [2021-03-09T16:40:57.710Z] 6ca5941a6612: Pull complete [2021-03-09T16:40:58.697Z] ecc8261a40a4: Pull complete [2021-03-09T16:40:58.697Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T16:40:58.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:40:58.697Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T16:40:58.952Z] prd-centos7-docker-4c-2g-29149 does not seem to be running inside a container [2021-03-09T16:40:59.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T16:41:02.533Z] $ docker top cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T16:41:03.029Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:41:03.029Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:41:03.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:41:03.603Z] $ docker exec cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b ssh-agent [2021-03-09T16:41:03.888Z] SSH_AUTH_SOCK=/tmp/ssh-uEHaysoyQ5Oy/agent.12 [2021-03-09T16:41:03.888Z] SSH_AGENT_PID=17 [2021-03-09T16:41:03.928Z] Running ssh-add (command line suppressed) [2021-03-09T16:41:04.123Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_2322176800871621089.key (/w/workspace/edgex-go/11@tmp/private_key_2322176800871621089.key) [2021-03-09T16:41:04.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:41:04.778Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T16:41:04.816Z] $ docker exec --env ******** --env ******** cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b ssh-agent -k [2021-03-09T16:41:05.056Z] unset SSH_AUTH_SOCK; [2021-03-09T16:41:05.061Z] unset SSH_AGENT_PID; [2021-03-09T16:41:05.061Z] echo Agent pid 17 killed; [2021-03-09T16:41:05.158Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T16:41:05.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:41:05.286Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:41:05.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:41:05.622Z] $ docker exec cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b ssh-agent [2021-03-09T16:41:05.869Z] SSH_AUTH_SOCK=/tmp/ssh-hIv3vFzaQLSC/agent.46 [2021-03-09T16:41:05.869Z] SSH_AGENT_PID=51 [2021-03-09T16:41:05.878Z] Running ssh-add (command line suppressed) [2021-03-09T16:41:06.060Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_4036379977651426882.key (/w/workspace/edgex-go/11@tmp/private_key_4036379977651426882.key) [2021-03-09T16:41:06.150Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:41:06.856Z] + git semver init [2021-03-09T16:41:06.856Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T16:41:06.856Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-03-09T16:41:06.856Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-03-09T16:41:06.856Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T16:41:06.856Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T16:41:06.856Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T16:41:06.856Z] # $SEMVER_BRANCH = PR-3208 [2021-03-09T16:41:06.856Z] # $SEMVER_TEMP = /tmp/semver-116666567 [2021-03-09T16:41:06.856Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T16:41:46.503Z] # '/tmp/semver-116666567' -> '/w/workspace/edgex-go/11/.semver' [2021-03-09T16:41:47.093Z] # -> Force: false [2021-03-09T16:41:47.093Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-03-09T16:41:47.113Z] $ docker exec --env ******** --env ******** cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b ssh-agent -k [2021-03-09T16:41:47.627Z] unset SSH_AUTH_SOCK; [2021-03-09T16:41:47.627Z] unset SSH_AGENT_PID; [2021-03-09T16:41:47.627Z] echo Agent pid 51 killed; [2021-03-09T16:41:47.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:41:48.233Z] + git semver [Pipeline] } [2021-03-09T16:41:48.256Z] $ docker stop --time=1 cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b [2021-03-09T16:41:50.209Z] $ docker rm -f cca0d81eaccc40a7908f23c47f062739af770c504c56c9083814218e0d64f53b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:41:50.910Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T16:41:52.550Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T16:41:52.553Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T16:41:53.507Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:41:53.853Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:41:54.235Z] + sudo service docker restart [2021-03-09T16:41:54.235Z] + true [2021-03-09T16:41:54.235Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T16:41:55.695Z] ========================================================= [2021-03-09T16:41:55.695Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T16:41:55.695Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:41:56.090Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-09T16:42:06.638Z] Sending build context to Docker daemon 328.3MB [2021-03-09T16:42:06.638Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:42:06.638Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:42:06.638Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T16:42:06.638Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T16:42:06.638Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T16:42:06.638Z] de9db76c5a1d: Pulling fs layer [2021-03-09T16:42:06.638Z] bca2f99d35d6: Pulling fs layer [2021-03-09T16:42:06.638Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T16:42:06.638Z] 7c6f9722023f: Pulling fs layer [2021-03-09T16:42:06.638Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T16:42:06.638Z] bca2f99d35d6: Waiting [2021-03-09T16:42:06.638Z] 7c6f9722023f: Waiting [2021-03-09T16:42:06.638Z] a35cf1a2eb13: Waiting [2021-03-09T16:42:06.638Z] de9db76c5a1d: Verifying Checksum [2021-03-09T16:42:06.638Z] de9db76c5a1d: Download complete [2021-03-09T16:42:06.638Z] 0ef7d3d256c8: Download complete [2021-03-09T16:42:06.638Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T16:42:06.638Z] 93359f2a8cfa: Download complete [2021-03-09T16:42:06.638Z] 7c6f9722023f: Verifying Checksum [2021-03-09T16:42:06.638Z] 7c6f9722023f: Download complete [2021-03-09T16:42:06.638Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T16:42:06.638Z] 188c0c94c7c5: Download complete [2021-03-09T16:42:07.261Z] 188c0c94c7c5: Pull complete [2021-03-09T16:42:07.893Z] 0ef7d3d256c8: Pull complete [2021-03-09T16:42:07.955Z] Still waiting to schedule task [2021-03-09T16:42:07.955Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-09T16:42:08.505Z] de9db76c5a1d: Pull complete [2021-03-09T16:42:11.196Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T16:42:11.196Z] a35cf1a2eb13: Download complete [2021-03-09T16:42:11.487Z] bca2f99d35d6: Verifying Checksum [2021-03-09T16:42:11.487Z] bca2f99d35d6: Download complete [2021-03-09T16:42:24.083Z] bca2f99d35d6: Pull complete [2021-03-09T16:42:24.083Z] 93359f2a8cfa: Pull complete [2021-03-09T16:42:24.083Z] 7c6f9722023f: Pull complete [2021-03-09T16:42:29.571Z] a35cf1a2eb13: Pull complete [2021-03-09T16:42:29.571Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T16:42:29.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T16:42:29.571Z] ---> a62c8e92a672 [2021-03-09T16:42:29.571Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T16:42:30.211Z] ---> Running in 2f3ad4ed6410 [2021-03-09T16:42:31.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:42:32.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:42:33.102Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:42:33.371Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:42:33.637Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:42:33.637Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:42:43.709Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:42:43.709Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:42:43.710Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:42:43.976Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:42:43.976Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:42:43.976Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:42:44.241Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:42:44.241Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:42:44.241Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:42:44.512Z] OK: 233 MiB in 51 packages [2021-03-09T16:42:48.874Z] Removing intermediate container 2f3ad4ed6410 [2021-03-09T16:42:48.874Z] ---> 674bd5428ec3 [2021-03-09T16:42:48.874Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:42:48.874Z] ---> Running in 2baa6d6adb84 [2021-03-09T16:42:49.245Z] Removing intermediate container 2baa6d6adb84 [2021-03-09T16:42:49.245Z] ---> eb0e7a07ed25 [2021-03-09T16:42:49.245Z] Step 5/6 : COPY go.mod . [2021-03-09T16:42:50.679Z] ---> 07100b1c6b64 [2021-03-09T16:42:50.679Z] Step 6/6 : RUN go mod download [2021-03-09T16:42:50.958Z] ---> Running in 7075d14e88c5 [2021-03-09T16:43:23.989Z] Removing intermediate container 7075d14e88c5 [2021-03-09T16:43:23.989Z] ---> b99dfba5b31a [2021-03-09T16:43:23.989Z] Successfully built b99dfba5b31a [2021-03-09T16:43:23.989Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:43:24.454Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:43:24.758Z] . [Pipeline] withDockerContainer [2021-03-09T16:43:25.028Z] prd-centos7-docker-4c-2g-29149 does not seem to be running inside a container [2021-03-09T16:43:25.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T16:43:27.322Z] $ docker top 72a1e6a0be0d788a4d0458c8503f45a4d1e60d3ad23a6ef6f691cd9121c610e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:43:27.927Z] + go version [2021-03-09T16:43:27.927Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T16:43:28.028Z] $ docker stop --time=1 72a1e6a0be0d788a4d0458c8503f45a4d1e60d3ad23a6ef6f691cd9121c610e1 [2021-03-09T16:43:30.152Z] $ docker rm -f 72a1e6a0be0d788a4d0458c8503f45a4d1e60d3ad23a6ef6f691cd9121c610e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:43:31.114Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:43:31.114Z] . [Pipeline] withDockerContainer [2021-03-09T16:43:31.261Z] prd-centos7-docker-4c-2g-29149 does not seem to be running inside a container [2021-03-09T16:43:31.324Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T16:43:34.790Z] $ docker top 86f02b5f06e2b8b720a875e253733a47ade5bbe45a777548f51ab2cafb92d485 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:43:35.608Z] ========================================================= [2021-03-09T16:43:35.608Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:43:35.608Z] ========================================================= [Pipeline] sh [2021-03-09T16:43:37.212Z] + make test [2021-03-09T16:43:37.212Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:44:10.890Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:44:52.430Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:44:56.064Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29159 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-09T16:44:56.116Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-09T16:45:02.535Z] using credential edgex-jenkins-ssh [2021-03-09T16:45:02.598Z] Cloning the remote Git repository [2021-03-09T16:45:02.683Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:02.822Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-09T16:45:02.938Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:02.939Z] > git --version # timeout=10 [2021-03-09T16:45:02.958Z] > git --version # 'git version 2.17.1' [2021-03-09T16:45:02.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:45:03.067Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:45:11.746Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:45:11.746Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:45:11.747Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:45:19.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:45:19.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:45:19.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:45:19.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:45:21.341Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:45:23.856Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:45:26.633Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:45:26.653Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:45:26.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:45:26.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:45:26.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:45:26.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:45:27.427Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:45:27.995Z] Merge succeeded, producing 6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:45:27.996Z] Checking out Revision 6c748aec216548f858cb505ec0d103cc2be8aba4 (PR-3208) [2021-03-09T16:45:29.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:45:29.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:45:29.640Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:45:27.473Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:45:27.493Z] > git checkout -f 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 [2021-03-09T16:45:27.856Z] > git remote # timeout=10 [2021-03-09T16:45:27.880Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T16:45:27.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:45:27.918Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T16:45:27.981Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T16:45:28.010Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:45:28.034Z] > git checkout -f 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 [2021-03-09T16:45:33.001Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T16:45:34.482Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:45:34.916Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:45:35.305Z] + + sudo service docker restart [2021-03-09T16:45:35.305Z] true [2021-03-09T16:45:35.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.277s coverage: 45.9% of statements [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:45:35.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:45:35.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.556s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:45:38.069Z] provisioning config files... [2021-03-09T16:45:38.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config300791605872131699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:45:38.534Z] ---> docker-login.sh [2021-03-09T16:45:38.534Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:45:39.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:45:39.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:45:39.799Z] Configure a credential helper to remove this warning. See [2021-03-09T16:45:39.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:45:39.799Z] [2021-03-09T16:45:39.799Z] Login Succeeded [2021-03-09T16:45:39.799Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:45:40.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:45:40.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:45:40.407Z] Configure a credential helper to remove this warning. See [2021-03-09T16:45:40.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:45:40.407Z] [2021-03-09T16:45:40.407Z] Login Succeeded [2021-03-09T16:45:40.407Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:45:41.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:45:41.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:45:41.009Z] Configure a credential helper to remove this warning. See [2021-03-09T16:45:41.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:45:41.009Z] [2021-03-09T16:45:41.009Z] Login Succeeded [2021-03-09T16:45:41.009Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:45:41.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:45:41.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:45:41.617Z] Configure a credential helper to remove this warning. See [2021-03-09T16:45:41.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:45:41.617Z] [2021-03-09T16:45:41.617Z] Login Succeeded [2021-03-09T16:45:41.617Z] docker.io [2021-03-09T16:45:42.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:45:42.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:45:42.496Z] Configure a credential helper to remove this warning. See [2021-03-09T16:45:42.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:45:42.496Z] [2021-03-09T16:45:42.496Z] Login Succeeded [2021-03-09T16:45:42.496Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:45:42.515Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T16:45:43.033Z] ========================================================= [2021-03-09T16:45:43.033Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T16:45:43.033Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:45:43.422Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-09T16:45:43.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:45:43.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:45:43.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:45:43.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.302s coverage: 71.3% of statements [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:45:43.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:45:46.095Z] Sending build context to Docker daemon 166.6MB [2021-03-09T16:45:46.096Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:45:46.096Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:45:46.096Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T16:45:46.096Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T16:45:46.096Z] a4357932f1b6: Pulling fs layer [2021-03-09T16:45:46.096Z] 18c013af1878: Pulling fs layer [2021-03-09T16:45:46.096Z] 00ac8860ef70: Pulling fs layer [2021-03-09T16:45:46.096Z] 63d7cb157983: Pulling fs layer [2021-03-09T16:45:46.096Z] b116817d02f9: Pulling fs layer [2021-03-09T16:45:46.096Z] 745a02a5169b: Pulling fs layer [2021-03-09T16:45:46.096Z] 00ac8860ef70: Waiting [2021-03-09T16:45:46.096Z] 63d7cb157983: Waiting [2021-03-09T16:45:46.096Z] b116817d02f9: Waiting [2021-03-09T16:45:46.096Z] 745a02a5169b: Waiting [2021-03-09T16:45:46.096Z] 18c013af1878: Verifying Checksum [2021-03-09T16:45:46.096Z] 18c013af1878: Download complete [2021-03-09T16:45:46.096Z] a4357932f1b6: Verifying Checksum [2021-03-09T16:45:46.096Z] a4357932f1b6: Download complete [2021-03-09T16:45:46.096Z] 63d7cb157983: Verifying Checksum [2021-03-09T16:45:46.096Z] 63d7cb157983: Download complete [2021-03-09T16:45:46.096Z] b116817d02f9: Verifying Checksum [2021-03-09T16:45:46.096Z] b116817d02f9: Download complete [2021-03-09T16:45:46.096Z] 5f621e34cdf4: Verifying Checksum [2021-03-09T16:45:46.096Z] 5f621e34cdf4: Download complete [2021-03-09T16:45:46.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.349s coverage: 82.9% of statements [2021-03-09T16:45:46.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:45:46.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:45:46.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements [2021-03-09T16:45:46.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:45:47.098Z] 5f621e34cdf4: Pull complete [2021-03-09T16:45:47.374Z] a4357932f1b6: Pull complete [2021-03-09T16:45:47.979Z] 18c013af1878: Pull complete [2021-03-09T16:45:48.959Z] 745a02a5169b: Verifying Checksum [2021-03-09T16:45:48.959Z] 745a02a5169b: Download complete [2021-03-09T16:45:50.394Z] 00ac8860ef70: Verifying Checksum [2021-03-09T16:45:50.394Z] 00ac8860ef70: Download complete [2021-03-09T16:45:54.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.029s coverage: 28.6% of statements [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:45:54.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:45:54.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.154s coverage: 100.0% of statements [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:45:54.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:45:54.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.463s coverage: 97.5% of statements [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:45:54.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:45:54.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:46:00.602Z] 00ac8860ef70: Pull complete [2021-03-09T16:46:00.895Z] 63d7cb157983: Pull complete [2021-03-09T16:46:01.171Z] b116817d02f9: Pull complete [2021-03-09T16:46:03.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.638s coverage: 92.8% of statements [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:46:03.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.222s coverage: 58.8% of statements [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.155s coverage: 0.1% of statements [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:46:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.109s coverage: 47.1% of statements [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.163s coverage: 79.5% of statements [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements [2021-03-09T16:46:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-03-09T16:46:04.577Z] 745a02a5169b: Pull complete [2021-03-09T16:46:04.577Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T16:46:04.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T16:46:04.577Z] ---> b7e6874047d6 [2021-03-09T16:46:04.577Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T16:46:08.953Z] ---> Running in 1f679ce8d8e0 [2021-03-09T16:46:09.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:46:10.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:46:11.915Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:46:12.188Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:46:12.462Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:46:12.462Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:46:14.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.155s coverage: 94.4% of statements [2021-03-09T16:46:14.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-03-09T16:46:14.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.405s coverage: 81.4% of statements [2021-03-09T16:46:20.773Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:46:20.773Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:46:21.047Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:46:21.047Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:46:21.048Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:46:21.322Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:46:21.323Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:46:21.323Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:46:21.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:46:21.597Z] OK: 217 MiB in 51 packages [2021-03-09T16:46:25.958Z] Removing intermediate container 1f679ce8d8e0 [2021-03-09T16:46:25.958Z] ---> 098932363341 [2021-03-09T16:46:25.958Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:46:26.232Z] ---> Running in fcba0b376955 [2021-03-09T16:46:26.854Z] Removing intermediate container fcba0b376955 [2021-03-09T16:46:26.854Z] ---> 44f5db176029 [2021-03-09T16:46:26.854Z] Step 5/6 : COPY go.mod . [2021-03-09T16:46:27.463Z] ---> caed52498be7 [2021-03-09T16:46:27.463Z] Step 6/6 : RUN go mod download [2021-03-09T16:46:27.738Z] ---> Running in 9252431ab48f [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.465s coverage: 92.9% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.263s coverage: 77.8% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.258s coverage: 87.2% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.083s coverage: 100.0% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 75.5% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.6% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.447s coverage: 91.6% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.357s coverage: 62.4% of statements [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:46:30.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-03-09T16:46:30.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-03-09T16:46:33.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.174s coverage: 69.0% of statements [2021-03-09T16:46:33.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:46:33.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:46:33.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:46:35.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.219s coverage: 38.4% of statements [2021-03-09T16:46:35.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:46:35.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:46:35.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.420s coverage: 89.5% of statements [2021-03-09T16:46:35.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:46:36.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.192s coverage: 84.8% of statements [2021-03-09T16:46:41.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.329s coverage: 47.0% of statements [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:46:41.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.192s coverage: 100.0% of statements [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:46:41.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.205s coverage: 100.0% of statements [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:46:41.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:46:43.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.281s coverage: 87.8% of statements [2021-03-09T16:46:43.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:46:43.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:46:43.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.383s coverage: 29.1% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.320s coverage: 95.6% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.182s coverage: 0.0% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.180s coverage: 100.0% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:46:50.592Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:46:50.592Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:46:52.149Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.155s coverage: 100.0% of statements [2021-03-09T16:46:52.149Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.084s coverage: 32.1% of statements [2021-03-09T16:46:52.459Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.118s coverage: 100.0% of statements [2021-03-09T16:46:53.063Z] GO111MODULE=on go vet ./... [2021-03-09T16:47:00.145Z] Removing intermediate container 9252431ab48f [2021-03-09T16:47:00.145Z] ---> 73eca8ae722c [2021-03-09T16:47:00.145Z] Successfully built 73eca8ae722c [2021-03-09T16:47:00.145Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:00.497Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T16:47:00.497Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:00.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-29159 does not seem to be running inside a container [2021-03-09T16:47:00.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T16:47:02.568Z] $ docker top 2eb635d4786b617f9fbe607a87f02ea6f9b99bcdc079432182f869fc1df2fe4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:47:03.632Z] + go version [2021-03-09T16:47:03.632Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T16:47:03.665Z] $ docker stop --time=1 2eb635d4786b617f9fbe607a87f02ea6f9b99bcdc079432182f869fc1df2fe4c [2021-03-09T16:47:05.692Z] $ docker rm -f 2eb635d4786b617f9fbe607a87f02ea6f9b99bcdc079432182f869fc1df2fe4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:47:06.729Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T16:47:06.729Z] . [Pipeline] withDockerContainer [2021-03-09T16:47:07.022Z] prd-ubuntu18.04-docker-arm64-4c-16g-29159 does not seem to be running inside a container [2021-03-09T16:47:07.126Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T16:47:08.649Z] $ docker top 44e1afb9d4fed2ea41037c01f20eac8536b8d29a5597c338b52b76e57307f406 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:47:09.066Z] ========================================================= [2021-03-09T16:47:09.066Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:47:09.066Z] ========================================================= [Pipeline] sh [2021-03-09T16:47:09.727Z] + make test [2021-03-09T16:47:09.727Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:47:36.673Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:48:18.024Z] gofmt -l . [2021-03-09T16:48:18.024Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:48:18.024Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:48:18.024Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:48:19.336Z] + ls -al . [2021-03-09T16:48:19.336Z] total 736 [2021-03-09T16:48:19.336Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 16:48 . [2021-03-09T16:48:19.336Z] drwxr-xr-x 4 root root 30 Mar 9 16:43 .. [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:40 .dockerignore [2021-03-09T16:48:19.336Z] drwxrwxr-x 8 1001 1001 179 Mar 9 16:40 .git [2021-03-09T16:48:19.336Z] drwxrwxr-x 3 1001 1001 125 Mar 9 16:40 .github [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:40 .gitignore [2021-03-09T16:48:19.336Z] drwx------ 3 1001 1001 60 Mar 9 16:41 .semver [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:40 .sonarcloud.properties [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:40 Attribution.txt [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:40 CONTRIBUTING.md [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:40 Dockerfile.build [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:40 Jenkinsfile [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:40 LICENSE [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:40 Makefile [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:40 README.md [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:40 SECURITY.md [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:41 VERSION [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:40 ZMQWindows.md [2021-03-09T16:48:19.336Z] drwxrwxr-x 2 1001 1001 117 Mar 9 16:40 bin [2021-03-09T16:48:19.336Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:40 cmd [2021-03-09T16:48:19.336Z] -rw-r--r-- 1 root root 624012 Mar 9 16:46 coverage.out [2021-03-09T16:48:19.336Z] -rw-r--r-- 1 root root 1055 Mar 9 16:48 go.mod [2021-03-09T16:48:19.336Z] -rw-r--r-- 1 root root 22209 Mar 9 16:48 go.sum [2021-03-09T16:48:19.336Z] drwxrwxr-x 8 1001 1001 127 Mar 9 16:40 internal [2021-03-09T16:48:19.336Z] drwxrwxr-x 4 1001 1001 26 Mar 9 16:40 openapi [2021-03-09T16:48:19.336Z] drwxrwxr-x 4 1001 1001 71 Mar 9 16:40 snap [2021-03-09T16:48:19.336Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:40 version.go [Pipeline] sh [2021-03-09T16:48:20.147Z] + '[' -e coverage.out ] [2021-03-09T16:48:20.147Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:48:20.767Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:48:21.948Z] + make build [2021-03-09T16:48:21.948Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:48:30.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:48:33.289Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:48:38.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:48:45.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:48:45.528Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:48:49.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:48:49.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:48:49.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:48:49.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:48:51.837Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:48:53.281Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:48:53.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:48:57.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:49:01.590Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:49:01.590Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:49:01.590Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:49:03.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:49:06.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:49:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:49:08.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:49:08.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.277s coverage: 100.0% of statements [2021-03-09T16:49:09.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:49:16.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.533s coverage: 27.1% of statements [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:49:16.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:49:16.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:49:16.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.308s coverage: 71.3% of statements [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:49:16.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:49:18.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:49:19.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.540s coverage: 82.9% of statements [2021-03-09T16:49:19.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:49:19.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:49:19.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-09T16:49:19.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:49:24.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:49:30.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:49:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.496s coverage: 28.6% of statements [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:49:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:49:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:49:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:49:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.445s coverage: 97.5% of statements [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:49:31.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.190s coverage: 78.3% of statements [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:49:31.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:49:35.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:49:39.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.471s coverage: 92.8% of statements [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.341s coverage: 0.1% of statements [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:49:42.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.096s coverage: 47.1% of statements [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-09T16:49:42.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [Pipeline] } [2021-03-09T16:49:51.215Z] $ docker stop --time=1 86f02b5f06e2b8b720a875e253733a47ade5bbe45a777548f51ab2cafb92d485 [2021-03-09T16:49:53.317Z] $ docker rm -f 86f02b5f06e2b8b720a875e253733a47ade5bbe45a777548f51ab2cafb92d485 [2021-03-09T16:49:54.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-03-09T16:49:54.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-09T16:49:54.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.155s coverage: 81.4% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:49:56.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:49:56.726Z] [2021-03-09T16:49:56.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:49:57.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:49:57.242Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T16:49:57.242Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T16:49:57.242Z] ca9280d653b3: Pulling fs layer [2021-03-09T16:49:57.242Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T16:49:57.654Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-09T16:49:57.654Z] cbdbe7a5bc2a: Download complete [2021-03-09T16:49:58.374Z] ca9280d653b3: Verifying Checksum [2021-03-09T16:49:58.374Z] ca9280d653b3: Download complete [2021-03-09T16:49:58.663Z] cbdbe7a5bc2a: Pull complete [2021-03-09T16:50:00.118Z] 7e9c9ca2126c: Download complete [2021-03-09T16:50:00.387Z] ca9280d653b3: Pull complete [2021-03-09T16:50:12.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:50:12.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:50:12.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.6% of statements [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.625s coverage: 62.4% of statements [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:50:12.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.129s coverage: 73.7% of statements [2021-03-09T16:50:12.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-03-09T16:50:15.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.975s coverage: 69.0% of statements [2021-03-09T16:50:15.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:50:15.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:50:15.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:50:15.631Z] 7e9c9ca2126c: Pull complete [2021-03-09T16:50:15.631Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T16:50:15.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:50:15.631Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T16:50:15.808Z] prd-centos7-docker-4c-2g-29149 does not seem to be running inside a container [2021-03-09T16:50:15.874Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T16:50:18.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.438s coverage: 38.4% of statements [2021-03-09T16:50:18.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:50:18.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:50:18.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements [2021-03-09T16:50:18.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:50:18.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.161s coverage: 84.8% of statements [2021-03-09T16:50:19.793Z] $ docker top ec6cc2ccd8c1f408eb1bbe8f4a4143a24513479d457c7bf639996045285d85aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:50:22.544Z] + grep parallel [2021-03-09T16:50:22.544Z] + docker-compose build --help [2021-03-09T16:50:24.574Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:50:24.600Z] $ docker stop --time=1 ec6cc2ccd8c1f408eb1bbe8f4a4143a24513479d457c7bf639996045285d85aa [2021-03-09T16:50:26.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.505s coverage: 47.0% of statements [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:50:26.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:50:26.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:50:26.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.436s coverage: 87.8% of statements [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:26.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:50:27.357Z] $ docker rm -f ec6cc2ccd8c1f408eb1bbe8f4a4143a24513479d457c7bf639996045285d85aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:50:28.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:50:28.502Z] . [Pipeline] withDockerContainer [2021-03-09T16:50:28.696Z] prd-centos7-docker-4c-2g-29149 does not seem to be running inside a container [2021-03-09T16:50:28.763Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T16:50:29.970Z] $ docker top e5c4b6c56dda7a88a38e8c780f1a6d3c1b57df1664268ee16787c11c6281fe2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:50:31.365Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:50:32.917Z] Building docker-core-command-go ... [2021-03-09T16:50:32.917Z] Building docker-core-data-go ... [2021-03-09T16:50:32.917Z] Building docker-core-metadata-go ... [2021-03-09T16:50:32.917Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:50:32.917Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:50:32.917Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:50:32.917Z] Building docker-support-notifications-go ... [2021-03-09T16:50:32.917Z] Building docker-support-scheduler-go ... [2021-03-09T16:50:32.917Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:50:32.917Z] Building docker-security-proxy-setup-go [2021-03-09T16:50:32.917Z] Building docker-core-metadata-go [2021-03-09T16:50:32.917Z] Building docker-core-command-go [2021-03-09T16:50:32.917Z] Building docker-security-secretstore-setup-go [2021-03-09T16:50:32.917Z] Building docker-support-scheduler-go [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.127s coverage: 29.1% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.112s coverage: 100.0% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 95.6% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:50:34.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:50:34.879Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-09T16:50:34.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-03-09T16:50:36.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-09T16:50:37.294Z] GO111MODULE=on go vet ./... [2021-03-09T16:51:59.182Z] gofmt -l . [2021-03-09T16:52:02.579Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:52:05.977Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:52:06.573Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:52:08.710Z] + ls -al . [2021-03-09T16:52:08.710Z] total 764 [2021-03-09T16:52:08.710Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 16:52 . [2021-03-09T16:52:08.710Z] drwxr-xr-x 4 root root 4096 Mar 9 16:47 .. [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:45 .dockerignore [2021-03-09T16:52:08.710Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 16:45 .git [2021-03-09T16:52:08.710Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 16:45 .github [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:45 .gitignore [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:45 .sonarcloud.properties [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:45 Attribution.txt [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:45 CONTRIBUTING.md [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:45 Dockerfile.build [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:45 Jenkinsfile [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:45 LICENSE [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:45 Makefile [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:45 README.md [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:45 SECURITY.md [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:41 VERSION [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:45 ZMQWindows.md [2021-03-09T16:52:08.710Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 16:45 bin [2021-03-09T16:52:08.710Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:45 cmd [2021-03-09T16:52:08.710Z] -rw-r--r-- 1 root root 624012 Mar 9 16:50 coverage.out [2021-03-09T16:52:08.710Z] -rw-r--r-- 1 root root 1055 Mar 9 16:52 go.mod [2021-03-09T16:52:08.710Z] -rw-r--r-- 1 root root 22209 Mar 9 16:52 go.sum [2021-03-09T16:52:08.710Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 16:45 internal [2021-03-09T16:52:08.710Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 16:45 openapi [2021-03-09T16:52:08.710Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 16:45 snap [2021-03-09T16:52:08.710Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:45 version.go [Pipeline] sh [2021-03-09T16:52:09.380Z] + '[' -e coverage.out ] [2021-03-09T16:52:09.380Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:52:09.447Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T16:52:10.879Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:52:11.093Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:52:11.093Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:52:11.093Z] ---> b99dfba5b31a [2021-03-09T16:52:11.093Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:52:11.093Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:52:11.093Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:52:11.093Z] ---> b99dfba5b31a [2021-03-09T16:52:11.093Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:52:11.093Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:52:11.093Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:52:11.093Z] ---> b99dfba5b31a [2021-03-09T16:52:11.093Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:52:11.093Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:52:11.093Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:52:11.093Z] ---> b99dfba5b31a [2021-03-09T16:52:11.093Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:52:11.093Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:52:11.093Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:52:11.093Z] ---> b99dfba5b31a [2021-03-09T16:52:11.093Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:52:11.093Z] ---> Running in 3e75a19d038a [2021-03-09T16:52:11.093Z] ---> Running in 2b19698a991a [2021-03-09T16:52:11.093Z] ---> Running in e4a1cc52539d [2021-03-09T16:52:11.093Z] ---> Running in 0ce8d787573f [2021-03-09T16:52:11.093Z] ---> Running in 9143dfb56354 [2021-03-09T16:52:11.093Z] Removing intermediate container 2b19698a991a [2021-03-09T16:52:11.093Z] ---> b2b2bbfb48d0 [2021-03-09T16:52:11.093Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:52:11.093Z] Removing intermediate container 0ce8d787573f [2021-03-09T16:52:11.093Z] ---> b91f71085463 [2021-03-09T16:52:11.093Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:52:11.093Z] Removing intermediate container 9143dfb56354 [2021-03-09T16:52:11.093Z] ---> d06e1216969b [2021-03-09T16:52:11.093Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:52:11.093Z] Removing intermediate container e4a1cc52539d [2021-03-09T16:52:11.093Z] ---> d69ce3aa7b6b [2021-03-09T16:52:11.093Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:52:11.093Z] Removing intermediate container 3e75a19d038a [2021-03-09T16:52:11.093Z] ---> d7f33d340e05 [2021-03-09T16:52:11.093Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:52:11.093Z] ---> Running in 040354a55d10 [2021-03-09T16:52:11.093Z] ---> Running in 8ec3508baaf1 [2021-03-09T16:52:11.093Z] ---> Running in 7e7e6a25b799 [2021-03-09T16:52:11.093Z] ---> Running in 75fdb6ae1e03 [2021-03-09T16:52:11.093Z] ---> Running in e06b654270b6 [2021-03-09T16:52:11.368Z] Removing intermediate container 8ec3508baaf1 [2021-03-09T16:52:11.368Z] ---> 64d7f2ea4873 [2021-03-09T16:52:11.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:52:11.545Z] + make build [2021-03-09T16:52:11.545Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:52:11.671Z] Removing intermediate container e06b654270b6 [2021-03-09T16:52:11.671Z] ---> b46cb528bad4 [2021-03-09T16:52:11.671Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:52:11.671Z] ---> Running in 7f6caea9f870 [2021-03-09T16:52:11.671Z] Removing intermediate container 040354a55d10 [2021-03-09T16:52:11.671Z] ---> 0532fcaab83f [2021-03-09T16:52:11.671Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:52:11.950Z] Removing intermediate container 75fdb6ae1e03 [2021-03-09T16:52:11.950Z] ---> 446ae731d06b [2021-03-09T16:52:11.950Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:52:11.950Z] ---> Running in 25f797ac9678 [2021-03-09T16:52:11.950Z] ---> Running in 0a1dbf387f53 [2021-03-09T16:52:12.288Z] ---> Running in f564b3b7224f [2021-03-09T16:52:12.288Z] Removing intermediate container 7e7e6a25b799 [2021-03-09T16:52:12.288Z] ---> 198c89be92a4 [2021-03-09T16:52:12.288Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:52:12.698Z] ---> Running in 81aa1410686a [2021-03-09T16:52:14.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:14.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:14.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:14.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:14.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:14.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:15.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:15.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:15.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:15.744Z] OK: 233 MiB in 51 packages [2021-03-09T16:52:15.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:52:16.104Z] OK: 233 MiB in 51 packages [2021-03-09T16:52:16.104Z] OK: 233 MiB in 51 packages [2021-03-09T16:52:16.805Z] OK: 233 MiB in 51 packages [2021-03-09T16:52:16.805Z] OK: 233 MiB in 51 packages [2021-03-09T16:52:17.504Z] Removing intermediate container 7f6caea9f870 [2021-03-09T16:52:17.504Z] ---> 777448893aff [2021-03-09T16:52:17.504Z] Step 6/23 : COPY go.mod . [2021-03-09T16:52:19.367Z] ---> 8149f9e0fe81 [2021-03-09T16:52:19.367Z] Step 7/23 : RUN go mod download [2021-03-09T16:52:19.367Z] Removing intermediate container 25f797ac9678 [2021-03-09T16:52:19.367Z] ---> 78e837ba8e32 [2021-03-09T16:52:19.367Z] Step 6/23 : COPY go.mod . [2021-03-09T16:52:19.367Z] Removing intermediate container f564b3b7224f [2021-03-09T16:52:19.367Z] ---> 986a4df88e1c [2021-03-09T16:52:19.367Z] Step 6/22 : COPY go.mod . [2021-03-09T16:52:19.367Z] Removing intermediate container 0a1dbf387f53 [2021-03-09T16:52:19.367Z] ---> 92633ef1288d [2021-03-09T16:52:19.367Z] Step 6/21 : COPY go.mod . [2021-03-09T16:52:19.367Z] ---> Running in 637535a320a4 [2021-03-09T16:52:20.240Z] Removing intermediate container 81aa1410686a [2021-03-09T16:52:20.240Z] ---> 4729b21b45f1 [2021-03-09T16:52:20.240Z] Step 6/24 : COPY go.mod . [2021-03-09T16:52:21.490Z] ---> bb81c4f9b6f7 [2021-03-09T16:52:21.490Z] Step 7/23 : RUN go mod download [2021-03-09T16:52:21.490Z] ---> 44184f420ce8 [2021-03-09T16:52:21.490Z] Step 7/22 : RUN go mod download [2021-03-09T16:52:21.490Z] ---> b9c2e076c384 [2021-03-09T16:52:21.490Z] Step 7/21 : RUN go mod download [2021-03-09T16:52:21.778Z] ---> Running in 77e14982e427 [2021-03-09T16:52:21.778Z] ---> Running in e7d990930c08 [2021-03-09T16:52:21.778Z] ---> Running in 71a8cd220a68 [2021-03-09T16:52:22.051Z] ---> d5b73c4e9399 [2021-03-09T16:52:22.051Z] Step 7/24 : RUN go mod download [2021-03-09T16:52:22.359Z] ---> Running in 466e11be2493 [2021-03-09T16:52:23.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:52:29.349Z] Removing intermediate container 637535a320a4 [2021-03-09T16:52:29.350Z] ---> 4170bfb4dfb0 [2021-03-09T16:52:29.350Z] Step 8/23 : COPY . . [2021-03-09T16:52:29.350Z] Removing intermediate container 71a8cd220a68 [2021-03-09T16:52:29.350Z] ---> 3a87c5869658 [2021-03-09T16:52:29.350Z] Step 8/21 : COPY . . [2021-03-09T16:52:29.350Z] Removing intermediate container 77e14982e427 [2021-03-09T16:52:29.350Z] ---> c09ef556f7d8 [2021-03-09T16:52:29.350Z] Step 8/23 : COPY . . [2021-03-09T16:52:29.350Z] Removing intermediate container e7d990930c08 [2021-03-09T16:52:29.350Z] ---> 02ad7144e14d [2021-03-09T16:52:29.350Z] Step 8/22 : COPY . . [2021-03-09T16:52:29.350Z] Removing intermediate container 466e11be2493 [2021-03-09T16:52:29.350Z] ---> 5092222fb944 [2021-03-09T16:52:29.350Z] Step 8/24 : COPY . . [2021-03-09T16:52:50.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:52:56.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:53:02.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:53:03.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:53:10.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:53:20.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:53:25.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:53:30.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:53:33.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:53:40.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-09T16:53:49.085Z] $ docker stop --time=1 44e1afb9d4fed2ea41037c01f20eac8536b8d29a5597c338b52b76e57307f406 [2021-03-09T16:53:51.727Z] $ docker rm -f 44e1afb9d4fed2ea41037c01f20eac8536b8d29a5597c338b52b76e57307f406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:53:53.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:53:54.216Z] [2021-03-09T16:53:54.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:53:54.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:53:54.883Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T16:53:54.883Z] 29e5d40040c1: Pulling fs layer [2021-03-09T16:53:54.883Z] 1ce36da41761: Pulling fs layer [2021-03-09T16:53:54.883Z] 25b303627fd3: Pulling fs layer [2021-03-09T16:53:54.883Z] 29e5d40040c1: Verifying Checksum [2021-03-09T16:53:54.883Z] 29e5d40040c1: Download complete [2021-03-09T16:53:55.484Z] 1ce36da41761: Verifying Checksum [2021-03-09T16:53:55.484Z] 1ce36da41761: Download complete [2021-03-09T16:53:55.765Z] 29e5d40040c1: Pull complete [2021-03-09T16:53:57.200Z] 1ce36da41761: Pull complete [2021-03-09T16:53:57.200Z] 25b303627fd3: Download complete [2021-03-09T16:54:07.359Z] 25b303627fd3: Pull complete [2021-03-09T16:54:07.359Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T16:54:07.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:54:07.359Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T16:54:07.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-29159 does not seem to be running inside a container [2021-03-09T16:54:07.741Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T16:54:11.258Z] $ docker top fe58ea21f4aa9221dd93e6f9d12a5c23cc73c95c6512f7337515bb37f8757aff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:54:12.316Z] + docker-compose build --help [2021-03-09T16:54:12.316Z] + grep parallel [2021-03-09T16:54:17.709Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:54:17.746Z] $ docker stop --time=1 fe58ea21f4aa9221dd93e6f9d12a5c23cc73c95c6512f7337515bb37f8757aff [2021-03-09T16:54:19.742Z] $ docker rm -f fe58ea21f4aa9221dd93e6f9d12a5c23cc73c95c6512f7337515bb37f8757aff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:54:20.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T16:54:20.696Z] . [Pipeline] withDockerContainer [2021-03-09T16:54:20.971Z] prd-ubuntu18.04-docker-arm64-4c-16g-29159 does not seem to be running inside a container [2021-03-09T16:54:21.067Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T16:54:22.625Z] $ docker top ced60f393de5640327de1909473f2ffbb656c49509304e652be9450f32723c83 -eo pid,comm [2021-03-09T16:54:22.880Z] ---> a556e605b837 [2021-03-09T16:54:22.880Z] ---> afc9f4c04906 [2021-03-09T16:54:22.880Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T16:54:22.880Z] ---> e29ab9c96dd4 [2021-03-09T16:54:22.880Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:54:22.880Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:54:22.880Z] ---> c622a31b426e [2021-03-09T16:54:22.880Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:54:22.880Z] ---> d6ef553c6fdf [2021-03-09T16:54:22.880Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:54:22.880Z] ---> Running in 6b6f183b3d27 [2021-03-09T16:54:22.880Z] ---> Running in a00df844fa82 [2021-03-09T16:54:22.880Z] ---> Running in 5ee6cbdd0cef [2021-03-09T16:54:22.880Z] ---> Running in 09b6a5a8217a [2021-03-09T16:54:22.880Z] ---> Running in cd2764febe9f [Pipeline] { [Pipeline] sh [2021-03-09T16:54:23.683Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:54:26.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:54:26.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:54:26.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:54:26.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:54:26.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:54:30.395Z] Building docker-core-command-go ... [2021-03-09T16:54:30.395Z] Building docker-core-data-go ... [2021-03-09T16:54:30.395Z] Building docker-core-metadata-go ... [2021-03-09T16:54:30.395Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:54:30.395Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:54:30.395Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:54:30.395Z] Building docker-support-notifications-go ... [2021-03-09T16:54:30.395Z] Building docker-support-scheduler-go ... [2021-03-09T16:54:30.395Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:54:30.395Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:54:30.395Z] Building docker-core-command-go [2021-03-09T16:54:30.395Z] Building docker-core-data-go [2021-03-09T16:54:30.395Z] Building docker-security-secretstore-setup-go [2021-03-09T16:54:30.395Z] Building docker-security-proxy-setup-go [2021-03-09T16:55:36.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:55:36.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:55:42.526Z] Removing intermediate container 6b6f183b3d27 [2021-03-09T16:55:42.526Z] ---> 9139e36b65e2 [2021-03-09T16:55:42.526Z] [2021-03-09T16:55:42.526Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:55:42.810Z] Removing intermediate container a00df844fa82 [2021-03-09T16:55:42.810Z] ---> dc118bb3bd11 [2021-03-09T16:55:42.810Z] [2021-03-09T16:55:42.810Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:55:42.810Z] 3.12: Pulling from library/alpine [2021-03-09T16:55:42.810Z] 3.12: Pulling from library/alpine [2021-03-09T16:55:43.837Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:55:43.837Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:55:43.837Z] Status: Image is up to date for alpine:3.12 [2021-03-09T16:55:43.837Z] ---> 88dd2752d2ea [2021-03-09T16:55:43.837Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:55:43.837Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:55:43.837Z] ---> 88dd2752d2ea [2021-03-09T16:55:43.837Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:55:48.289Z] ---> Running in 7629b1c54551 [2021-03-09T16:55:48.289Z] ---> Running in e58724e17291 [2021-03-09T16:55:48.592Z] Removing intermediate container 09b6a5a8217a [2021-03-09T16:55:48.592Z] ---> fcf567137ff8 [2021-03-09T16:55:48.592Z] [2021-03-09T16:55:48.592Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:55:48.592Z] ---> 88dd2752d2ea [2021-03-09T16:55:48.592Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:55:48.592Z] Removing intermediate container cd2764febe9f [2021-03-09T16:55:48.592Z] ---> c6c73b7b2ce0 [2021-03-09T16:55:48.592Z] [2021-03-09T16:55:48.592Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:55:48.592Z] ---> 88dd2752d2ea [2021-03-09T16:55:48.592Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:55:48.939Z] ---> Running in 8fffc78b92d3 [2021-03-09T16:55:48.939Z] ---> Running in a48a803baf05 [2021-03-09T16:55:51.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:51.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.043Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:55:52.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:52.153Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:52.153Z] ---> 73eca8ae722c [2021-03-09T16:55:52.153Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:55:52.153Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:52.153Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:52.153Z] ---> 73eca8ae722c [2021-03-09T16:55:52.153Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:55:52.153Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:52.153Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:52.153Z] ---> 73eca8ae722c [2021-03-09T16:55:52.153Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:55:52.153Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:52.153Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:52.153Z] ---> 73eca8ae722c [2021-03-09T16:55:52.153Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:55:52.153Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:55:52.153Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:55:52.153Z] ---> 73eca8ae722c [2021-03-09T16:55:52.153Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:55:52.153Z] ---> Running in 6db8aadc60f7 [2021-03-09T16:55:52.153Z] ---> Running in 601352196c3b [2021-03-09T16:55:52.153Z] ---> Running in 9a906fd42310 [2021-03-09T16:55:52.153Z] ---> Running in 2736b8caf49a [2021-03-09T16:55:52.153Z] ---> Running in b02dd48d970a [2021-03-09T16:55:52.153Z] Removing intermediate container 6db8aadc60f7 [2021-03-09T16:55:52.153Z] ---> 86011148e357 [2021-03-09T16:55:52.153Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:52.153Z] Removing intermediate container 601352196c3b [2021-03-09T16:55:52.153Z] ---> c07a7946ff47 [2021-03-09T16:55:52.153Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:52.153Z] Removing intermediate container 9a906fd42310 [2021-03-09T16:55:52.153Z] ---> 4592522a36c3 [2021-03-09T16:55:52.153Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:52.153Z] Removing intermediate container 2736b8caf49a [2021-03-09T16:55:52.153Z] ---> eb61633bf6ba [2021-03-09T16:55:52.153Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:52.153Z] ---> Running in c2075165ab7f [2021-03-09T16:55:52.153Z] ---> Running in 1c2cbd897105 [2021-03-09T16:55:52.153Z] ---> Running in dc47d6f3d5a7 [2021-03-09T16:55:52.153Z] Removing intermediate container b02dd48d970a [2021-03-09T16:55:52.153Z] ---> 41c047612ca6 [2021-03-09T16:55:52.153Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:55:52.153Z] ---> Running in f40a07010848 [2021-03-09T16:55:52.153Z] ---> Running in f52c52507600 [2021-03-09T16:55:52.153Z] Removing intermediate container c2075165ab7f [2021-03-09T16:55:52.153Z] ---> 84f5efb2f762 [2021-03-09T16:55:52.153Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:55:52.153Z] ---> Running in d4e78b1218c7 [2021-03-09T16:55:52.153Z] Removing intermediate container 1c2cbd897105 [2021-03-09T16:55:52.153Z] ---> 07cfc8e51aed [2021-03-09T16:55:52.153Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:55:52.153Z] Removing intermediate container dc47d6f3d5a7 [2021-03-09T16:55:52.153Z] ---> a0ab46fca6ee [2021-03-09T16:55:52.153Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:55:52.153Z] ---> Running in eca4cdcdd633 [2021-03-09T16:55:52.153Z] Removing intermediate container f52c52507600 [2021-03-09T16:55:52.153Z] ---> 81425050705c [2021-03-09T16:55:52.153Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:55:52.153Z] Removing intermediate container f40a07010848 [2021-03-09T16:55:52.153Z] ---> 712d36f9fe5d [2021-03-09T16:55:52.153Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:55:52.153Z] ---> Running in cfb8246851a8 [2021-03-09T16:55:52.153Z] ---> Running in 14eced1562b1 [2021-03-09T16:55:52.153Z] ---> Running in e8635bf81a65 [2021-03-09T16:55:52.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.153Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:52.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.344Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:55:52.345Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:55:52.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.345Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:55:52.345Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:55:52.345Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:55:52.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.345Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:55:52.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:52.345Z] OK: 7 MiB in 19 packages [2021-03-09T16:55:52.652Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:55:52.652Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:55:52.652Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:55:52.652Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:55:52.652Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:55:52.652Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:55:52.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:55:52.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:55:52.652Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:55:52.652Z] OK: 6 MiB in 15 packages [2021-03-09T16:55:52.652Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:55:52.652Z] OK: 6 MiB in 15 packages [2021-03-09T16:55:52.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:52.934Z] OK: 7 MiB in 18 packages [2021-03-09T16:55:53.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:55:53.316Z] Removing intermediate container d4e78b1218c7 [2021-03-09T16:55:53.316Z] ---> e74cb3fd06e2 [2021-03-09T16:55:53.316Z] Step 6/23 : COPY go.mod . [2021-03-09T16:55:53.316Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:53.596Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:53.877Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:54.153Z] ---> c126145249a9 [2021-03-09T16:55:54.154Z] Step 7/23 : RUN go mod download [2021-03-09T16:55:54.154Z] OK: 217 MiB in 51 packages [2021-03-09T16:55:54.428Z] ---> Running in 43d4ea89bbc9 [2021-03-09T16:55:54.903Z] Removing intermediate container 5ee6cbdd0cef [2021-03-09T16:55:54.903Z] ---> 12822f147f36 [2021-03-09T16:55:54.903Z] [2021-03-09T16:55:54.903Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:55:54.903Z] ---> 88dd2752d2ea [2021-03-09T16:55:54.903Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:55:55.171Z] ---> Running in 1676d6f7b983 [2021-03-09T16:55:55.440Z] Removing intermediate container eca4cdcdd633 [2021-03-09T16:55:55.440Z] ---> 588dba50f3dd [2021-03-09T16:55:55.440Z] Step 6/23 : COPY go.mod . [2021-03-09T16:55:55.440Z] Removing intermediate container 14eced1562b1 [2021-03-09T16:55:55.440Z] ---> 99b8791a7ca7 [2021-03-09T16:55:55.440Z] Step 6/21 : COPY go.mod . [2021-03-09T16:55:55.803Z] Removing intermediate container 7629b1c54551 [2021-03-09T16:55:55.803Z] ---> 72f5a3b95325 [2021-03-09T16:55:55.803Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:55:55.803Z] ---> Running in 94d705cc47c4 [2021-03-09T16:55:56.084Z] Removing intermediate container 8fffc78b92d3 [2021-03-09T16:55:56.084Z] ---> 3ddbb24fb7bf [2021-03-09T16:55:56.084Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:55:56.084Z] Removing intermediate container a48a803baf05 [2021-03-09T16:55:56.084Z] ---> b08e3cc6fa42 [2021-03-09T16:55:56.084Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:55:56.117Z] Removing intermediate container e8635bf81a65 [2021-03-09T16:55:56.117Z] ---> cdf7db13ec11 [2021-03-09T16:55:56.117Z] Step 6/24 : COPY go.mod . [2021-03-09T16:55:56.376Z] ---> Running in 73ac354300bc [2021-03-09T16:55:56.397Z] Removing intermediate container cfb8246851a8 [2021-03-09T16:55:56.397Z] ---> 55741334d967 [2021-03-09T16:55:56.397Z] Step 6/26 : COPY go.mod . [2021-03-09T16:55:56.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:56.667Z] ---> Running in a691ba033dc8 [2021-03-09T16:55:56.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:55:56.667Z] Removing intermediate container e58724e17291 [2021-03-09T16:55:56.667Z] ---> 41f36f62b019 [2021-03-09T16:55:56.667Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:55:56.675Z] ---> f18fb3030288 [2021-03-09T16:55:56.675Z] Step 7/23 : RUN go mod download [2021-03-09T16:55:56.954Z] ---> Running in 8761c0c9b98d [2021-03-09T16:55:56.967Z] Removing intermediate container 94d705cc47c4 [2021-03-09T16:55:56.967Z] ---> 4a0efa13e1ec [2021-03-09T16:55:56.967Z] Step 13/24 : WORKDIR / [2021-03-09T16:55:56.967Z] ---> Running in fd234094ff54 [2021-03-09T16:55:56.967Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:55:56.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:55:56.967Z] OK: 6 MiB in 15 packages [2021-03-09T16:55:56.967Z] ---> Running in fdbfb1f15df7 [2021-03-09T16:55:57.242Z] ---> 257077f3eed6 [2021-03-09T16:55:57.242Z] Step 7/21 : RUN go mod download [2021-03-09T16:55:57.325Z] Removing intermediate container 73ac354300bc [2021-03-09T16:55:57.325Z] ---> 46cf539edf11 [2021-03-09T16:55:57.325Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:55:57.516Z] ---> Running in c099cf9cefe0 [2021-03-09T16:55:57.611Z] Removing intermediate container a691ba033dc8 [2021-03-09T16:55:57.611Z] ---> 0db521b3e712 [2021-03-09T16:55:57.611Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T16:55:57.792Z] ---> dd8af80e87f7 [2021-03-09T16:55:57.793Z] Step 7/26 : RUN go mod download [2021-03-09T16:55:57.793Z] ---> 8b3f373e6680 [2021-03-09T16:55:57.793Z] Step 7/24 : RUN go mod download [2021-03-09T16:55:57.886Z] ---> Running in f405b861f226 [2021-03-09T16:55:57.886Z] ---> Running in 6c23dacbb3cd [2021-03-09T16:55:57.886Z] Removing intermediate container fd234094ff54 [2021-03-09T16:55:57.886Z] ---> 1ca41c0cae21 [2021-03-09T16:55:57.886Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:55:58.075Z] ---> Running in 95a04491b47c [2021-03-09T16:55:58.075Z] ---> Running in 39aad82dc9ae [2021-03-09T16:55:58.156Z] Removing intermediate container fdbfb1f15df7 [2021-03-09T16:55:58.156Z] ---> 98094330db43 [2021-03-09T16:55:58.156Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T16:55:58.156Z] ---> Running in e7f57ad79cc8 [2021-03-09T16:55:58.156Z] Removing intermediate container f405b861f226 [2021-03-09T16:55:58.156Z] ---> bdefd9efd705 [2021-03-09T16:55:58.156Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:55:58.446Z] Removing intermediate container 6c23dacbb3cd [2021-03-09T16:55:58.446Z] ---> 8f1450f6fa3f [2021-03-09T16:55:58.446Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:55:58.446Z] ---> Running in c7cc9f2eb73e [2021-03-09T16:55:58.734Z] ---> Running in b1f0030e6705 [2021-03-09T16:55:58.734Z] Removing intermediate container 1676d6f7b983 [2021-03-09T16:55:58.734Z] ---> bca61ba08d07 [2021-03-09T16:55:58.734Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:55:58.734Z] Removing intermediate container e7f57ad79cc8 [2021-03-09T16:55:58.734Z] ---> 0770eb70d088 [2021-03-09T16:55:58.734Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:55:59.026Z] ---> Running in f9ad860937cb [2021-03-09T16:55:59.026Z] ---> 1f3841fc8298 [2021-03-09T16:55:59.026Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T16:55:59.026Z] Removing intermediate container c7cc9f2eb73e [2021-03-09T16:55:59.026Z] ---> e9a2d0fcff6a [2021-03-09T16:55:59.026Z] Step 15/23 : WORKDIR / [2021-03-09T16:55:59.065Z] Removing intermediate container 43d4ea89bbc9 [2021-03-09T16:55:59.066Z] ---> ab16003918dc [2021-03-09T16:55:59.066Z] Step 8/23 : COPY . . [2021-03-09T16:55:59.884Z] Removing intermediate container b1f0030e6705 [2021-03-09T16:55:59.884Z] ---> 917eada130a2 [2021-03-09T16:55:59.884Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:56:00.491Z] ---> Running in 502a72c11383 [2021-03-09T16:56:00.491Z] Removing intermediate container f9ad860937cb [2021-03-09T16:56:00.491Z] ---> 209896b94236 [2021-03-09T16:56:00.491Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T16:56:01.452Z] ---> Running in 6deffb8e8b1d [2021-03-09T16:56:01.452Z] ---> 1626fa84ab18 [2021-03-09T16:56:01.452Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:56:01.452Z] ---> adea475a374a [2021-03-09T16:56:01.452Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:56:01.720Z] Removing intermediate container 502a72c11383 [2021-03-09T16:56:01.720Z] ---> ea76ae4bee5c [2021-03-09T16:56:01.720Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:56:02.009Z] ---> 260f9e355b43 [2021-03-09T16:56:02.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T16:56:02.316Z] Removing intermediate container 6deffb8e8b1d [2021-03-09T16:56:02.316Z] ---> 36fa07d454e6 [2021-03-09T16:56:02.316Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:56:02.631Z] ---> Running in e13e5b7a371f [2021-03-09T16:56:03.431Z] Removing intermediate container 8761c0c9b98d [2021-03-09T16:56:03.431Z] ---> 80f63a4074f3 [2021-03-09T16:56:03.431Z] Step 8/23 : COPY . . [2021-03-09T16:56:03.431Z] Removing intermediate container c099cf9cefe0 [2021-03-09T16:56:03.431Z] ---> c1ca786fa14e [2021-03-09T16:56:03.431Z] Step 8/21 : COPY . . [2021-03-09T16:56:03.731Z] ---> d515865f93e6 [2021-03-09T16:56:03.732Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:56:03.732Z] ---> 7da4fe4f84a3 [2021-03-09T16:56:03.732Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:56:03.732Z] ---> e879b34b3d30 [2021-03-09T16:56:03.732Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:56:04.890Z] Removing intermediate container 95a04491b47c [2021-03-09T16:56:04.890Z] ---> aa5984ae2b1e [2021-03-09T16:56:04.890Z] Step 8/26 : COPY . . [2021-03-09T16:56:04.988Z] ---> 221834f66973 [2021-03-09T16:56:04.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T16:56:04.988Z] Removing intermediate container e13e5b7a371f [2021-03-09T16:56:04.988Z] ---> 1ffcec502985 [2021-03-09T16:56:04.988Z] Step 15/23 : WORKDIR / [2021-03-09T16:56:05.173Z] Removing intermediate container 39aad82dc9ae [2021-03-09T16:56:05.173Z] ---> e4445b9d01a6 [2021-03-09T16:56:05.173Z] Step 8/24 : COPY . . [2021-03-09T16:56:05.353Z] ---> Running in c12276bb4bcb [2021-03-09T16:56:05.353Z] ---> 6434eacddf4a [2021-03-09T16:56:05.353Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:56:05.677Z] ---> 1b3c1cc96941 [2021-03-09T16:56:05.677Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:56:05.677Z] ---> 840d9b7a02ac [2021-03-09T16:56:05.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:56:05.999Z] ---> Running in 9dcef4c1caae [2021-03-09T16:56:06.000Z] ---> 956e110d49ab [2021-03-09T16:56:06.000Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T16:56:06.306Z] Removing intermediate container c12276bb4bcb [2021-03-09T16:56:06.306Z] ---> e4ef7bb6447c [2021-03-09T16:56:06.306Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:56:06.649Z] ---> 84d4ce03127a [2021-03-09T16:56:06.649Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:56:06.649Z] ---> Running in 20de875269e3 [2021-03-09T16:56:06.649Z] Removing intermediate container 9dcef4c1caae [2021-03-09T16:56:06.650Z] ---> 82fc85d3b841 [2021-03-09T16:56:06.650Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:56:06.650Z] ---> Running in cef70668364c [2021-03-09T16:56:06.650Z] ---> d63c95bc3a4c [2021-03-09T16:56:06.650Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:56:06.978Z] ---> Running in 0ce08d7519c9 [2021-03-09T16:56:06.978Z] Removing intermediate container 20de875269e3 [2021-03-09T16:56:06.978Z] ---> 342e1451f966 [2021-03-09T16:56:06.978Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:56:07.267Z] Removing intermediate container cef70668364c [2021-03-09T16:56:07.267Z] ---> 3106668e10de [2021-03-09T16:56:07.267Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:56:07.267Z] ---> 9a5b7772489f [2021-03-09T16:56:07.267Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T16:56:07.267Z] Removing intermediate container 0ce08d7519c9 [2021-03-09T16:56:07.267Z] ---> 49fb29c66b9f [2021-03-09T16:56:07.267Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T16:56:07.267Z] ---> Running in fc97f3666fe5 [2021-03-09T16:56:07.267Z] ---> 43c5ccd51b0c [2021-03-09T16:56:07.267Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T16:56:07.267Z] ---> Running in cfcc84cc11f8 [2021-03-09T16:56:07.549Z] ---> Running in d3c93543d097 [2021-03-09T16:56:07.549Z] ---> Running in 0b25ef8ea4df [2021-03-09T16:56:07.833Z] Removing intermediate container fc97f3666fe5 [2021-03-09T16:56:07.833Z] ---> ff7d9c2c2600 [2021-03-09T16:56:07.833Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:56:08.128Z] Removing intermediate container cfcc84cc11f8 [2021-03-09T16:56:08.128Z] ---> 78b8af8baab7 [2021-03-09T16:56:08.128Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:56:08.419Z] ---> Running in 815e39792d97 [2021-03-09T16:56:08.419Z] Removing intermediate container d3c93543d097 [2021-03-09T16:56:08.419Z] ---> e203017d94d3 [2021-03-09T16:56:08.419Z] Step 20/21 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:56:08.419Z] ---> Running in bef56f33b197 [2021-03-09T16:56:08.691Z] ---> Running in 6d046621286b [2021-03-09T16:56:08.691Z] ---> 2ea0ebfce3de [2021-03-09T16:56:08.691Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T16:56:08.691Z] Removing intermediate container 815e39792d97 [2021-03-09T16:56:08.691Z] ---> 87af915dc837 [2021-03-09T16:56:08.691Z] Step 21/22 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:56:08.982Z] Removing intermediate container bef56f33b197 [2021-03-09T16:56:08.982Z] ---> 9d11458ca5f8 [2021-03-09T16:56:08.982Z] Step 22/23 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:56:08.982Z] ---> Running in 50f91d2a4cbc [2021-03-09T16:56:08.982Z] ---> Running in 3752124b2476 [2021-03-09T16:56:09.257Z] Removing intermediate container 6d046621286b [2021-03-09T16:56:09.257Z] ---> 1bf2be7a87d7 [2021-03-09T16:56:09.257Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:56:09.549Z] ---> Running in b1d928aec897 [2021-03-09T16:56:09.834Z] Removing intermediate container 50f91d2a4cbc [2021-03-09T16:56:09.834Z] ---> b084db134d48 [2021-03-09T16:56:09.834Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:56:09.834Z] ---> 1c6bc70feb22 [2021-03-09T16:56:09.834Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T16:56:09.834Z] Removing intermediate container 3752124b2476 [2021-03-09T16:56:09.834Z] ---> 1ac00a2672d7 [2021-03-09T16:56:09.834Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:56:10.113Z] ---> Running in e96e4cec8166 [2021-03-09T16:56:10.113Z] ---> Running in 9eba90b037d0 [2021-03-09T16:56:10.113Z] ---> Running in 4ca44147c150 [2021-03-09T16:56:10.113Z] Removing intermediate container b1d928aec897 [2021-03-09T16:56:10.113Z] ---> 43e30ad5f164 [2021-03-09T16:56:10.113Z] [2021-03-09T16:56:10.391Z] Removing intermediate container 0b25ef8ea4df [2021-03-09T16:56:10.391Z] ---> 8cc77c6a7acf [2021-03-09T16:56:10.391Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:56:10.391Z] Removing intermediate container 9eba90b037d0 [2021-03-09T16:56:10.391Z] ---> 5ebfedc1a638 [2021-03-09T16:56:10.391Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:56:10.391Z] ---> Running in a14d175efe8a [2021-03-09T16:56:10.662Z] Removing intermediate container e96e4cec8166 [2021-03-09T16:56:10.662Z] ---> 3daa67e31236 [2021-03-09T16:56:10.662Z] [2021-03-09T16:56:10.662Z] Removing intermediate container 4ca44147c150 [2021-03-09T16:56:10.662Z] ---> d103a56b689f [2021-03-09T16:56:10.662Z] [2021-03-09T16:56:10.935Z] ---> Running in 1d570f65da21 [2021-03-09T16:56:11.203Z] Removing intermediate container a14d175efe8a [2021-03-09T16:56:11.203Z] ---> 71ac8c9f9344 [2021-03-09T16:56:11.203Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T16:56:11.203Z] Successfully built 3daa67e31236 [2021-03-09T16:56:11.203Z] Successfully built 43e30ad5f164 [2021-03-09T16:56:11.203Z] Successfully built d103a56b689f [2021-03-09T16:56:11.203Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T16:56:11.203Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:56:11.475Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T16:56:11.475Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-09T16:56:11.475Z] ---> Running in e5ae0c36e5da [2021-03-09T16:56:11.475Z] Successfully tagged docker-core-command-go:latest [2021-03-09T16:56:11.475Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-09T16:56:11.475Z] Removing intermediate container 1d570f65da21 [2021-03-09T16:56:11.475Z] ---> b2f0a3f19622 [2021-03-09T16:56:11.475Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:56:11.752Z] ---> Running in 68a18340367e [2021-03-09T16:56:11.752Z] Removing intermediate container e5ae0c36e5da [2021-03-09T16:56:11.752Z] ---> cc1d0acd6cfd [2021-03-09T16:56:11.752Z] Step 23/24 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:56:12.035Z] ---> Running in 9d8653097e7c [2021-03-09T16:56:12.322Z] Removing intermediate container 68a18340367e [2021-03-09T16:56:12.322Z] ---> 698aac713328 [2021-03-09T16:56:12.322Z] Step 22/23 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:56:12.637Z] ---> Running in 178be90cb09d [2021-03-09T16:56:12.637Z] Removing intermediate container 9d8653097e7c [2021-03-09T16:56:12.637Z] ---> 0af5291ae168 [2021-03-09T16:56:12.637Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:56:13.014Z] ---> Running in af75e091fa9e [2021-03-09T16:56:13.342Z] Removing intermediate container 178be90cb09d [2021-03-09T16:56:13.342Z] ---> 766852e66a6b [2021-03-09T16:56:13.342Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:56:13.935Z] ---> Running in 22b7f4d350c2 [2021-03-09T16:56:14.245Z] Removing intermediate container af75e091fa9e [2021-03-09T16:56:14.245Z] ---> ea4caf41aa74 [2021-03-09T16:56:14.245Z] [2021-03-09T16:56:14.918Z] Removing intermediate container 22b7f4d350c2 [2021-03-09T16:56:14.918Z] ---> 7a239ff0ade2 [2021-03-09T16:56:14.918Z] [2021-03-09T16:56:14.918Z] Successfully built ea4caf41aa74 [2021-03-09T16:56:14.918Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T16:56:14.918Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-09T16:56:15.189Z] Successfully built 7a239ff0ade2 [2021-03-09T16:56:15.189Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T16:56:32.028Z] ---> 7e1d3db9f8c5 [2021-03-09T16:56:32.028Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:56:32.028Z] ---> Running in 9a25204cc0bd [2021-03-09T16:56:32.028Z] ---> 7e9aba3ed75e [2021-03-09T16:56:32.028Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:56:32.028Z] ---> 505a34efd3d6 [2021-03-09T16:56:32.028Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:56:32.028Z] ---> e6d14c2df97a [2021-03-09T16:56:32.028Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:56:32.028Z] ---> 0d7b10b1e50c [2021-03-09T16:56:32.028Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:56:32.028Z] ---> Running in 90f80489fecb [2021-03-09T16:56:32.028Z] ---> Running in f4813a3ae998 [2021-03-09T16:56:32.028Z] ---> Running in b6eb49ec888e [2021-03-09T16:56:32.028Z] ---> Running in e6e36d7fec56 [2021-03-09T16:56:32.028Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:56:32.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:56:32.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:56:32.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:56:32.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:57:23.975Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:57:23.975Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:57:23.975Z] ---> b99dfba5b31a [2021-03-09T16:57:23.975Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:57:23.975Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:57:23.975Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:57:23.975Z] ---> b99dfba5b31a [2021-03-09T16:57:23.975Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> d7f33d340e05 [2021-03-09T16:57:23.975Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> d7f33d340e05 [2021-03-09T16:57:23.975Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:57:23.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:57:23.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:57:23.975Z] ---> b99dfba5b31a [2021-03-09T16:57:23.975Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> d7f33d340e05 [2021-03-09T16:57:23.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> b46cb528bad4 [2021-03-09T16:57:23.975Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> b46cb528bad4 [2021-03-09T16:57:23.975Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> 78e837ba8e32 [2021-03-09T16:57:23.975Z] Step 6/31 : COPY go.mod . [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> b46cb528bad4 [2021-03-09T16:57:23.975Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> bb81c4f9b6f7 [2021-03-09T16:57:23.975Z] Step 7/31 : RUN go mod download [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> c09ef556f7d8 [2021-03-09T16:57:23.975Z] Step 8/31 : COPY . . [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> afc9f4c04906 [2021-03-09T16:57:23.975Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T16:57:23.975Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:57:23.975Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:57:23.975Z] ---> b99dfba5b31a [2021-03-09T16:57:23.975Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> d7f33d340e05 [2021-03-09T16:57:23.975Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:57:23.975Z] ---> Using cache [2021-03-09T16:57:23.975Z] ---> b46cb528bad4 [2021-03-09T16:57:23.975Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:57:23.975Z] ---> Running in fc7924e21e7e [2021-03-09T16:57:23.975Z] ---> Running in 5268f1d818f6 [2021-03-09T16:57:23.975Z] ---> Running in fa4c5cbeed1e [2021-03-09T16:57:23.975Z] ---> Running in aea9ff69598b [2021-03-09T16:57:23.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T16:57:23.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:57:23.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:57:23.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:57:23.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:57:23.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:57:23.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:57:23.975Z] OK: 233 MiB in 51 packages [2021-03-09T16:57:23.975Z] OK: 233 MiB in 51 packages [2021-03-09T16:57:23.975Z] OK: 233 MiB in 51 packages [2021-03-09T16:57:25.342Z] Removing intermediate container aea9ff69598b [2021-03-09T16:57:25.342Z] ---> 73813b49d62b [2021-03-09T16:57:25.342Z] Step 6/22 : COPY go.mod . [2021-03-09T16:57:25.342Z] Removing intermediate container fc7924e21e7e [2021-03-09T16:57:25.342Z] ---> 39e3b8e241c3 [2021-03-09T16:57:25.342Z] Step 6/23 : COPY go.mod . [2021-03-09T16:57:25.853Z] Removing intermediate container fa4c5cbeed1e [2021-03-09T16:57:25.853Z] ---> acefcc958339 [2021-03-09T16:57:25.853Z] Step 6/26 : COPY go.mod . [2021-03-09T16:57:26.777Z] ---> 8972ac32f5e4 [2021-03-09T16:57:26.777Z] Step 7/23 : RUN go mod download [2021-03-09T16:57:26.777Z] ---> 93f537ff980d [2021-03-09T16:57:26.777Z] Step 7/22 : RUN go mod download [2021-03-09T16:57:26.777Z] ---> c986fc6e6502 [2021-03-09T16:57:26.777Z] Step 7/26 : RUN go mod download [2021-03-09T16:57:27.931Z] ---> Running in 4dfa5f13d5db [2021-03-09T16:57:27.931Z] ---> Running in 22849bf47618 [2021-03-09T16:57:27.931Z] ---> Running in ba58c6eebd18 [2021-03-09T16:57:37.735Z] Removing intermediate container 22849bf47618 [2021-03-09T16:57:37.735Z] ---> 918dadf97bc9 [2021-03-09T16:57:37.735Z] Step 8/23 : COPY . . [2021-03-09T16:57:38.066Z] Removing intermediate container ba58c6eebd18 [2021-03-09T16:57:38.066Z] ---> 35ffe94c485e [2021-03-09T16:57:38.066Z] Step 8/22 : COPY . . [2021-03-09T16:57:38.066Z] Removing intermediate container 4dfa5f13d5db [2021-03-09T16:57:38.066Z] ---> fda1ae51a56a [2021-03-09T16:57:38.066Z] Step 8/26 : COPY . . [2021-03-09T16:58:24.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:58:24.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:58:37.620Z] Removing intermediate container 5268f1d818f6 [2021-03-09T16:58:37.620Z] ---> fb7d40bf3cd3 [2021-03-09T16:58:37.620Z] [2021-03-09T16:58:37.620Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T16:58:37.620Z] ---> 88dd2752d2ea [2021-03-09T16:58:37.620Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T16:58:38.415Z] ---> Running in 8961cd0dbd31 [2021-03-09T16:58:42.134Z] Removing intermediate container 8961cd0dbd31 [2021-03-09T16:58:42.134Z] ---> c226843575e8 [2021-03-09T16:58:42.134Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T16:58:42.932Z] Removing intermediate container b6eb49ec888e [2021-03-09T16:58:42.933Z] ---> f2e00c71cdd2 [2021-03-09T16:58:42.933Z] [2021-03-09T16:58:42.933Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:58:42.933Z] 3.12: Pulling from library/alpine [2021-03-09T16:58:42.933Z] Removing intermediate container f4813a3ae998 [2021-03-09T16:58:42.933Z] ---> b93898c745e7 [2021-03-09T16:58:42.933Z] [2021-03-09T16:58:42.933Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:58:42.933Z] 3.12: Pulling from library/alpine [2021-03-09T16:58:43.540Z] Removing intermediate container e6e36d7fec56 [2021-03-09T16:58:43.540Z] ---> 2a93f2b39cbd [2021-03-09T16:58:43.540Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:58:43.580Z] ---> Running in bd8420f80066 [2021-03-09T16:58:43.822Z] ---> Running in 7f68d22c529c [2021-03-09T16:58:44.830Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:58:44.830Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:58:44.830Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:58:44.830Z] ---> d10569e2745f [2021-03-09T16:58:44.830Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:58:44.830Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:58:44.830Z] ---> d10569e2745f [2021-03-09T16:58:44.830Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:58:45.436Z] ---> Running in 9ea02eeab06d [2021-03-09T16:58:45.436Z] ---> Running in ccc7b47493ae [2021-03-09T16:58:46.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:58:46.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:58:46.259Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:58:46.259Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T16:58:46.259Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:46.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:58:46.900Z] OK: 6 MiB in 16 packages [2021-03-09T16:58:48.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:48.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:48.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:48.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:58:49.519Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:58:49.519Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:58:49.519Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:58:49.519Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:58:49.519Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:58:49.519Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:49.519Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:58:49.519Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:58:49.519Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:58:49.519Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:58:49.519Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:58:49.519Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:58:49.793Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:58:50.068Z] OK: 7 MiB in 18 packages [2021-03-09T16:58:50.068Z] OK: 7 MiB in 19 packages [2021-03-09T16:58:51.467Z] Removing intermediate container bd8420f80066 [2021-03-09T16:58:51.467Z] ---> f4fb3f0bea84 [2021-03-09T16:58:51.467Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T16:58:52.153Z] ---> Running in b8804a22e1c8 [2021-03-09T16:58:54.118Z] Removing intermediate container b8804a22e1c8 [2021-03-09T16:58:54.118Z] ---> 765cf4d569e6 [2021-03-09T16:58:54.118Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T16:58:54.424Z] Removing intermediate container ccc7b47493ae [2021-03-09T16:58:54.424Z] ---> f6b64274dc47 [2021-03-09T16:58:54.424Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:58:54.424Z] Removing intermediate container 7f68d22c529c [2021-03-09T16:58:54.424Z] ---> 9b14ef07d555 [2021-03-09T16:58:54.424Z] [2021-03-09T16:58:54.424Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T16:58:54.424Z] 20.10.0: Pulling from library/docker [2021-03-09T16:58:54.424Z] ---> Running in 95a38344e1e9 [2021-03-09T16:58:54.703Z] Removing intermediate container 9ea02eeab06d [2021-03-09T16:58:54.703Z] ---> 4d4f196415a3 [2021-03-09T16:58:54.703Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:58:54.713Z] ---> Running in 9af455dffd87 [2021-03-09T16:58:55.352Z] ---> b4db855f384b [2021-03-09T16:58:55.352Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:58:55.352Z] ---> 9f7f602f6c01 [2021-03-09T16:58:55.352Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T16:58:55.352Z] ---> 946892321ddc [2021-03-09T16:58:55.352Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:58:55.352Z] ---> Running in c1388c569bdf [2021-03-09T16:58:55.352Z] ---> Running in 687b05159450 [2021-03-09T16:58:55.352Z] ---> Running in 8bc3a16e9954 [2021-03-09T16:58:55.625Z] Removing intermediate container 9af455dffd87 [2021-03-09T16:58:55.625Z] ---> ed02ab666adf [2021-03-09T16:58:55.625Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T16:58:55.625Z] ---> Running in 79d4107e222e [2021-03-09T16:58:55.694Z] ---> Running in a7d336bed06b [2021-03-09T16:58:55.970Z] Removing intermediate container 95a38344e1e9 [2021-03-09T16:58:55.970Z] ---> bb0c508037a8 [2021-03-09T16:58:55.970Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:58:56.968Z] ---> Running in ec9542d594cc [2021-03-09T16:58:57.247Z] Removing intermediate container a7d336bed06b [2021-03-09T16:58:57.247Z] ---> 5c0cff9ec7c6 [2021-03-09T16:58:57.247Z] Step 13/24 : WORKDIR / [2021-03-09T16:58:57.850Z] ---> Running in b4e40695e356 [2021-03-09T16:58:57.850Z] Removing intermediate container 90f80489fecb [2021-03-09T16:58:57.850Z] ---> cd5fd33f537c [2021-03-09T16:58:57.850Z] [2021-03-09T16:58:57.850Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:58:57.850Z] ---> d10569e2745f [2021-03-09T16:58:57.850Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:58:58.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:58:58.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:58:58.003Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:58:58.456Z] ---> Running in f99bbae387f5 [2021-03-09T16:58:58.456Z] Removing intermediate container ec9542d594cc [2021-03-09T16:58:58.456Z] ---> d49808d6a284 [2021-03-09T16:58:58.456Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:58:59.073Z] Removing intermediate container b4e40695e356 [2021-03-09T16:58:59.073Z] ---> 3897cfa15fa0 [2021-03-09T16:58:59.073Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T16:59:01.009Z] Removing intermediate container 79d4107e222e [2021-03-09T16:59:01.009Z] ---> 6d7251cc5f6b [2021-03-09T16:59:01.009Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T16:59:01.077Z] ---> d424ced80c2d [2021-03-09T16:59:01.077Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:59:01.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:01.077Z] ---> 226d928b274d [2021-03-09T16:59:01.077Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T16:59:01.288Z] ---> Running in 4694de9b2755 [2021-03-09T16:59:01.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:01.913Z] Removing intermediate container 4694de9b2755 [2021-03-09T16:59:01.913Z] ---> 87095904f7b7 [2021-03-09T16:59:01.913Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T16:59:01.985Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:59:01.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:01.985Z] OK: 5 MiB in 15 packages [2021-03-09T16:59:03.981Z] ---> 307bd70de6dc [2021-03-09T16:59:03.981Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:59:04.216Z] ---> ecf46a81f9e5 [2021-03-09T16:59:04.216Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T16:59:04.587Z] ---> 7d726cd6a11c [2021-03-09T16:59:04.587Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:59:04.866Z] ---> Running in 9ad02d0ccf28 [2021-03-09T16:59:05.186Z] Removing intermediate container f99bbae387f5 [2021-03-09T16:59:05.186Z] ---> 4dd87b72bb31 [2021-03-09T16:59:05.186Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:59:05.795Z] ---> cd762fa95574 [2021-03-09T16:59:05.795Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:59:05.795Z] ---> Running in ddf3f0c87bb7 [2021-03-09T16:59:07.791Z] ---> 36d967adf318 [2021-03-09T16:59:07.791Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:59:07.791Z] Removing intermediate container ddf3f0c87bb7 [2021-03-09T16:59:07.791Z] ---> 287b8cb957c5 [2021-03-09T16:59:07.791Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:59:08.067Z] ---> c787bb2fc737 [2021-03-09T16:59:08.067Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:59:08.067Z] ---> Running in 5628962943fb [2021-03-09T16:59:08.341Z] ---> Running in 5f9e9942d00c [2021-03-09T16:59:08.943Z] Removing intermediate container 5628962943fb [2021-03-09T16:59:08.943Z] ---> 6716e4c42aab [2021-03-09T16:59:08.943Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:59:09.239Z] Removing intermediate container 5f9e9942d00c [2021-03-09T16:59:09.239Z] ---> a805c1a11340 [2021-03-09T16:59:09.239Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:59:09.858Z] ---> Running in e5dc4b40d7ae [2021-03-09T16:59:10.135Z] ---> Running in 3c342857dfc8 [2021-03-09T16:59:10.135Z] ---> ad49132e6a24 [2021-03-09T16:59:10.135Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:59:10.414Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T16:59:10.689Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T16:59:10.689Z] ---> eeaf43b92773 [2021-03-09T16:59:10.689Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T16:59:10.689Z] Removing intermediate container e5dc4b40d7ae [2021-03-09T16:59:10.689Z] ---> 561bd762925d [2021-03-09T16:59:10.689Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T16:59:10.908Z] Removing intermediate container 9ad02d0ccf28 [2021-03-09T16:59:10.908Z] ---> 1d89c8f4b395 [2021-03-09T16:59:10.908Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:59:10.968Z] Removing intermediate container 3c342857dfc8 [2021-03-09T16:59:10.968Z] ---> 081e66fc6b01 [2021-03-09T16:59:10.968Z] Step 15/23 : WORKDIR / [2021-03-09T16:59:11.243Z] ---> Running in 86f16c72b8b2 [2021-03-09T16:59:11.243Z] ---> Running in f14f63baf404 [2021-03-09T16:59:11.521Z] ---> Running in 1e7c5d4f8023 [2021-03-09T16:59:11.521Z] ---> 2e7a7998c010 [2021-03-09T16:59:11.521Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T16:59:11.800Z] ---> Running in 98931f609c61 [2021-03-09T16:59:12.080Z] Removing intermediate container 9a25204cc0bd [2021-03-09T16:59:12.080Z] ---> 0c83cfa752de [2021-03-09T16:59:12.080Z] [2021-03-09T16:59:12.080Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:59:12.080Z] ---> d10569e2745f [2021-03-09T16:59:12.365Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T16:59:12.365Z] Removing intermediate container f14f63baf404 [2021-03-09T16:59:12.365Z] ---> 84be049cbf0c [2021-03-09T16:59:12.365Z] Step 20/21 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:59:12.365Z] Removing intermediate container 1e7c5d4f8023 [2021-03-09T16:59:12.365Z] ---> faf010e964a5 [2021-03-09T16:59:12.365Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:59:12.484Z] ---> 6f545b78c5a7 [2021-03-09T16:59:12.485Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T16:59:12.642Z] ---> Running in 467b2fca7acd [2021-03-09T16:59:12.642Z] ---> Running in a0c2196eff0b [2021-03-09T16:59:13.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:13.244Z] Removing intermediate container 467b2fca7acd [2021-03-09T16:59:13.244Z] ---> fafd28db0f80 [2021-03-09T16:59:13.244Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T16:59:13.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:13.516Z] Removing intermediate container a0c2196eff0b [2021-03-09T16:59:13.516Z] ---> 9e2f6f2ccd44 [2021-03-09T16:59:13.516Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:59:13.516Z] ---> Running in 784fe4fe1c17 [2021-03-09T16:59:13.794Z] ---> 86bd9e63e9ea [2021-03-09T16:59:13.794Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:59:13.794Z] ---> Running in e85ab37b1d24 [2021-03-09T16:59:14.076Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T16:59:14.076Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T16:59:14.076Z] Executing bash-5.0.17-r0.post-install [2021-03-09T16:59:14.076Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:14.076Z] OK: 12 MiB in 22 packages [2021-03-09T16:59:14.357Z] Removing intermediate container 784fe4fe1c17 [2021-03-09T16:59:14.357Z] ---> b18dc9ee99ce [2021-03-09T16:59:14.357Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T16:59:14.634Z] ---> Running in a31c3e2b22b8 [2021-03-09T16:59:14.913Z] Removing intermediate container e85ab37b1d24 [2021-03-09T16:59:14.913Z] ---> ac51b9568195 [2021-03-09T16:59:14.913Z] [2021-03-09T16:59:15.238Z] Removing intermediate container 98931f609c61 [2021-03-09T16:59:15.238Z] ---> 5249b3bf1871 [2021-03-09T16:59:15.238Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:59:15.290Z] ---> e211ac65d8dc [2021-03-09T16:59:15.290Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T16:59:15.527Z] ---> Running in 4cf29fff8071 [2021-03-09T16:59:15.809Z] Removing intermediate container a31c3e2b22b8 [2021-03-09T16:59:15.809Z] ---> 646616f385eb [2021-03-09T16:59:15.809Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:15.809Z] Successfully built ac51b9568195 [2021-03-09T16:59:16.129Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T16:59:16.129Z] ---> 59af0131e2a3 [2021-03-09T16:59:16.129Z] Building docker-support-scheduler-go [2021-03-09T16:59:16.129Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:59:16.129Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 208ff1a376cc [2021-03-09T16:59:16.403Z] Removing intermediate container 4cf29fff8071 [2021-03-09T16:59:16.403Z] ---> bb36be0e2db4 [2021-03-09T16:59:16.403Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T16:59:16.403Z] Removing intermediate container 86f16c72b8b2 [2021-03-09T16:59:16.403Z] ---> 5310171b492f [2021-03-09T16:59:16.403Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T16:59:16.682Z] ---> Running in ca7d201d7e7c [2021-03-09T16:59:16.682Z] ---> Running in 5f77f3a68784 [2021-03-09T16:59:17.286Z] ---> d1a321ffdff1 [2021-03-09T16:59:17.286Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:59:17.565Z] Removing intermediate container ca7d201d7e7c [2021-03-09T16:59:17.565Z] ---> 4ccdc1018f67 [2021-03-09T16:59:17.565Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T16:59:17.565Z] Removing intermediate container 5f77f3a68784 [2021-03-09T16:59:17.565Z] ---> 6b8cc2a4d67b [2021-03-09T16:59:17.565Z] Step 23/24 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:59:17.841Z] ---> Running in 823d8a1b3bb9 [2021-03-09T16:59:18.120Z] ---> Running in 1a1c2be4b368 [2021-03-09T16:59:18.120Z] ---> Running in ba2d558d4771 [2021-03-09T16:59:18.763Z] ---> b42ee3ecd6a0 [2021-03-09T16:59:18.763Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T16:59:19.114Z] Removing intermediate container 823d8a1b3bb9 [2021-03-09T16:59:19.114Z] ---> 4053e933c161 [2021-03-09T16:59:19.114Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:59:20.069Z] ---> 8df9d041ead4 [2021-03-09T16:59:20.069Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T16:59:20.102Z] ---> Running in 9e526de7e0c8 [2021-03-09T16:59:20.102Z] Removing intermediate container 1a1c2be4b368 [2021-03-09T16:59:20.102Z] ---> c082f3bb4535 [2021-03-09T16:59:20.102Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T16:59:20.102Z] Removing intermediate container ba2d558d4771 [2021-03-09T16:59:20.102Z] ---> e757578447c1 [2021-03-09T16:59:20.102Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:59:20.102Z] Removing intermediate container 208ff1a376cc [2021-03-09T16:59:20.102Z] ---> 7e68c2f1eb71 [2021-03-09T16:59:20.102Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T16:59:20.378Z] ---> Running in 32f0f4ab63d1 [2021-03-09T16:59:20.378Z] ---> Running in 067079739c60 [2021-03-09T16:59:20.653Z] ---> Running in 4936cb8ddd66 [2021-03-09T16:59:20.929Z] Removing intermediate container 9e526de7e0c8 [2021-03-09T16:59:20.929Z] ---> 8200bdc7b3cd [2021-03-09T16:59:20.929Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T16:59:21.545Z] Removing intermediate container 32f0f4ab63d1 [2021-03-09T16:59:21.545Z] ---> 7029a6f4bff5 [2021-03-09T16:59:21.545Z] [2021-03-09T16:59:21.545Z] ---> Running in c443befd731c [2021-03-09T16:59:21.822Z] Removing intermediate container 067079739c60 [2021-03-09T16:59:21.822Z] ---> 3fde48c9ae6f [2021-03-09T16:59:21.822Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T16:59:22.435Z] Successfully built 7029a6f4bff5 [2021-03-09T16:59:22.435Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T16:59:22.435Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-09T16:59:22.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:22.711Z] Removing intermediate container c443befd731c [2021-03-09T16:59:22.711Z] ---> cd8ee6d6f9ae [2021-03-09T16:59:22.711Z] Step 22/23 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:59:23.325Z] ---> Running in 7641c420ff2d [2021-03-09T16:59:23.325Z] ---> 8796ccab30ae [2021-03-09T16:59:23.325Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T16:59:23.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:23.463Z] ---> 336963fca558 [2021-03-09T16:59:23.463Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T16:59:23.819Z] ---> Running in cd83e316e6f8 [2021-03-09T16:59:23.951Z] Removing intermediate container 7641c420ff2d [2021-03-09T16:59:23.951Z] ---> cd88dff66b1f [2021-03-09T16:59:23.951Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:59:24.289Z] ---> Running in 0eab2622aa0c [2021-03-09T16:59:24.511Z] Removing intermediate container cd83e316e6f8 [2021-03-09T16:59:24.511Z] ---> f08be7a598be [2021-03-09T16:59:24.511Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T16:59:24.565Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T16:59:24.565Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T16:59:24.565Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T16:59:24.840Z] ---> 9da282b28782 [2021-03-09T16:59:24.840Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T16:59:24.840Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T16:59:24.840Z] Removing intermediate container 0eab2622aa0c [2021-03-09T16:59:24.840Z] ---> fa13a1e04385 [2021-03-09T16:59:24.840Z] [2021-03-09T16:59:25.115Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T16:59:25.226Z] ---> ee13e72fefb8 [2021-03-09T16:59:25.226Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T16:59:25.392Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T16:59:25.392Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:25.392Z] OK: 8 MiB in 20 packages [2021-03-09T16:59:25.392Z] Successfully built fa13a1e04385 [2021-03-09T16:59:25.392Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T16:59:25.392Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-09T16:59:25.569Z] ---> Running in 302cd82f3628 [2021-03-09T16:59:26.377Z] ---> eb6935ec4f67 [2021-03-09T16:59:26.377Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T16:59:26.377Z] ---> Running in 620c6c57710f [2021-03-09T16:59:27.375Z] Removing intermediate container 4936cb8ddd66 [2021-03-09T16:59:27.375Z] ---> 044810480831 [2021-03-09T16:59:27.375Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:59:27.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:28.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T16:59:28.545Z] ---> 5988944e17c4 [2021-03-09T16:59:28.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T16:59:28.822Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T16:59:28.822Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T16:59:29.097Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T16:59:29.097Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T16:59:29.097Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T16:59:29.097Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T16:59:29.097Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T16:59:30.173Z] Removing intermediate container 302cd82f3628 [2021-03-09T16:59:30.174Z] ---> 5489292c1f79 [2021-03-09T16:59:30.174Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T16:59:30.174Z] ---> Running in 562fd87d5fb8 [2021-03-09T16:59:30.485Z] Removing intermediate container 562fd87d5fb8 [2021-03-09T16:59:30.485Z] ---> 90191521e9cc [2021-03-09T16:59:30.485Z] Step 28/31 : CMD ["gate"] [2021-03-09T16:59:31.114Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T16:59:31.114Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T16:59:31.114Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T16:59:31.114Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T16:59:31.114Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T16:59:31.114Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T16:59:31.114Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T16:59:31.214Z] ---> Running in 89fa702674aa [2021-03-09T16:59:31.391Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T16:59:31.391Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T16:59:31.391Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T16:59:31.391Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T16:59:31.391Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T16:59:31.391Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T16:59:31.391Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T16:59:31.391Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T16:59:31.391Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T16:59:31.707Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T16:59:31.707Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T16:59:31.707Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T16:59:31.707Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T16:59:31.707Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T16:59:31.707Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T16:59:31.707Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T16:59:31.707Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T16:59:31.707Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T16:59:31.707Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T16:59:31.984Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:59:31.984Z] OK: 71 MiB in 55 packages [2021-03-09T16:59:32.396Z] Removing intermediate container 89fa702674aa [2021-03-09T16:59:32.396Z] ---> 740a4648e944 [2021-03-09T16:59:32.396Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T16:59:32.586Z] ---> 4f78090a2484 [2021-03-09T16:59:32.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T16:59:32.693Z] ---> Running in f500465df8fb [2021-03-09T16:59:35.390Z] ---> 7b878c7a0102 [2021-03-09T16:59:35.390Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T16:59:35.390Z] ---> Running in 843f8bd90e3c [2021-03-09T16:59:35.404Z] Removing intermediate container f500465df8fb [2021-03-09T16:59:35.404Z] ---> c80a3564cd76 [2021-03-09T16:59:35.404Z] Step 30/31 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:59:35.404Z] ---> Running in 20187b32d6bb [2021-03-09T16:59:35.404Z] Removing intermediate container 20187b32d6bb [2021-03-09T16:59:35.404Z] ---> 876e67e94792 [2021-03-09T16:59:35.404Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T16:59:36.089Z] ---> Running in b122ca2638bb [2021-03-09T16:59:36.854Z] Removing intermediate container 843f8bd90e3c [2021-03-09T16:59:36.854Z] ---> 3937986b87c3 [2021-03-09T16:59:36.854Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:59:37.405Z] Removing intermediate container b122ca2638bb [2021-03-09T16:59:37.405Z] ---> 38f0a2186697 [2021-03-09T16:59:37.405Z] [2021-03-09T16:59:37.470Z] ---> Running in 79542620b7b5 [2021-03-09T16:59:38.918Z] Removing intermediate container 79542620b7b5 [2021-03-09T16:59:38.918Z] ---> 392bacf29a07 [2021-03-09T16:59:38.918Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T16:59:38.918Z] ---> Running in 2e966224bc66 [2021-03-09T16:59:39.639Z] Successfully built 38f0a2186697 [2021-03-09T16:59:39.639Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T16:59:39.909Z] Removing intermediate container 620c6c57710f [2021-03-09T16:59:39.909Z] ---> f5647eb0c5a9 [2021-03-09T16:59:39.909Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T16:59:40.184Z] Removing intermediate container 2e966224bc66 [2021-03-09T16:59:40.184Z] ---> cc60d9307b70 [2021-03-09T16:59:40.184Z] Step 22/23 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T16:59:40.184Z] ---> Running in 9a9f6de6650b [2021-03-09T16:59:40.467Z] ---> Running in b1bcd4311f56 [2021-03-09T16:59:41.452Z] Removing intermediate container b1bcd4311f56 [2021-03-09T16:59:41.452Z] ---> d3c9357f4ea9 [2021-03-09T16:59:41.452Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:59:42.056Z] ---> Running in 4c1460bc43da [2021-03-09T16:59:43.051Z] Removing intermediate container 4c1460bc43da [2021-03-09T16:59:43.051Z] ---> abcaad4726f8 [2021-03-09T16:59:43.051Z] [2021-03-09T16:59:43.330Z] Successfully built abcaad4726f8 [2021-03-09T16:59:43.642Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T16:59:43.642Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-09T16:59:48.040Z] Collecting docker-compose==1.23.2 [2021-03-09T16:59:48.040Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T16:59:50.022Z] Collecting PyYAML<4,>=3.10 [2021-03-09T16:59:50.022Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T16:59:54.359Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T16:59:54.359Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T16:59:54.359Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T16:59:55.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:59:55.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:59:55.376Z] ---> 73eca8ae722c [2021-03-09T16:59:55.376Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:59:55.376Z] ---> Using cache [2021-03-09T16:59:55.376Z] ---> 41c047612ca6 [2021-03-09T16:59:55.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:59:55.376Z] ---> Using cache [2021-03-09T16:59:55.376Z] ---> 81425050705c [2021-03-09T16:59:55.376Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:59:55.376Z] ---> Using cache [2021-03-09T16:59:55.376Z] ---> 99b8791a7ca7 [2021-03-09T16:59:55.376Z] Step 6/22 : COPY go.mod . [2021-03-09T16:59:55.376Z] ---> Using cache [2021-03-09T16:59:55.376Z] ---> 257077f3eed6 [2021-03-09T16:59:55.376Z] Step 7/22 : RUN go mod download [2021-03-09T16:59:55.376Z] ---> Using cache [2021-03-09T16:59:55.376Z] ---> c1ca786fa14e [2021-03-09T16:59:55.376Z] Step 8/22 : COPY . . [2021-03-09T16:59:55.376Z] ---> Using cache [2021-03-09T16:59:55.376Z] ---> e6d14c2df97a [2021-03-09T16:59:55.376Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:59:56.501Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 687b05159450 [2021-03-09T16:59:56.502Z] ---> 17960b1d58bf [2021-03-09T16:59:56.502Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:59:56.502Z] ---> Running in 0cad601274b8 [2021-03-09T16:59:58.211Z] Removing intermediate container c1388c569bdf [2021-03-09T16:59:58.211Z] ---> 92a199f9ab90 [2021-03-09T16:59:58.211Z] [2021-03-09T16:59:58.211Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:59:58.211Z] ---> 88dd2752d2ea [2021-03-09T16:59:58.211Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T16:59:58.669Z] ---> Running in 5579498c9ce6 [2021-03-09T16:59:58.808Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T16:59:58.808Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T16:59:59.088Z] ---> Running in 80f9c5af7eee [2021-03-09T16:59:59.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:59:59.364Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T16:59:59.639Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T17:00:00.239Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T17:00:00.239Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T17:00:00.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:00.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:00.819Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T17:00:00.819Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T17:00:00.819Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:00.819Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:00:00.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T17:00:00.836Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T17:00:00.836Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T17:00:02.571Z] OK: 6 MiB in 16 packages [2021-03-09T17:00:06.291Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T17:00:06.291Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T17:00:06.321Z] Removing intermediate container 8bc3a16e9954 [2021-03-09T17:00:06.321Z] ---> 47d576655e7a [2021-03-09T17:00:06.321Z] [2021-03-09T17:00:06.321Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T17:00:06.321Z] ---> 88dd2752d2ea [2021-03-09T17:00:06.321Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T17:00:06.954Z] ---> Running in 9ef8e6b55eca [2021-03-09T17:00:06.954Z] Removing intermediate container 0cad601274b8 [2021-03-09T17:00:06.954Z] ---> 55f7f3f9d1da [2021-03-09T17:00:06.954Z] [2021-03-09T17:00:06.954Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T17:00:06.954Z] 20.10.0: Pulling from library/docker [2021-03-09T17:00:06.954Z] Removing intermediate container 5579498c9ce6 [2021-03-09T17:00:06.954Z] ---> 8dcb6a4b4265 [2021-03-09T17:00:06.954Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T17:00:07.271Z] ---> Running in ceab64a6c184 [2021-03-09T17:00:07.301Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T17:00:07.301Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T17:00:07.614Z] Removing intermediate container 9ef8e6b55eca [2021-03-09T17:00:07.614Z] ---> 18af9889a153 [2021-03-09T17:00:07.614Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T17:00:07.919Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T17:00:07.919Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T17:00:08.223Z] Removing intermediate container ceab64a6c184 [2021-03-09T17:00:08.223Z] ---> 84cb0ffef844 [2021-03-09T17:00:08.223Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T17:00:08.590Z] ---> Running in e4be2a5a2305 [2021-03-09T17:00:08.590Z] ---> Running in 85454ce0094f [2021-03-09T17:00:09.628Z] Removing intermediate container e4be2a5a2305 [2021-03-09T17:00:09.629Z] ---> eca10790d2d6 [2021-03-09T17:00:09.629Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T17:00:10.018Z] Removing intermediate container 85454ce0094f [2021-03-09T17:00:10.018Z] ---> 32eb15154e15 [2021-03-09T17:00:10.018Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T17:00:10.018Z] ---> Running in 293602f3ee9a [2021-03-09T17:00:10.394Z] ---> Running in c515d6cb5cbc [2021-03-09T17:00:10.573Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:10.573Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:10.573Z] ---> 73eca8ae722c [2021-03-09T17:00:10.573Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T17:00:10.573Z] ---> Using cache [2021-03-09T17:00:10.573Z] ---> 41c047612ca6 [2021-03-09T17:00:10.573Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:10.573Z] ---> Using cache [2021-03-09T17:00:10.573Z] ---> 81425050705c [2021-03-09T17:00:10.573Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T17:00:12.067Z] Removing intermediate container 293602f3ee9a [2021-03-09T17:00:12.067Z] ---> 495daedf4e35 [2021-03-09T17:00:12.067Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:12.085Z] Collecting idna<2.8,>=2.5 [2021-03-09T17:00:12.085Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T17:00:12.346Z] Removing intermediate container c515d6cb5cbc [2021-03-09T17:00:12.346Z] ---> f38f6633b8e9 [2021-03-09T17:00:12.346Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:00:12.671Z] ---> Running in 83e5e36da5ce [2021-03-09T17:00:12.737Z] ---> Running in e03285fbd1fa [2021-03-09T17:00:13.727Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T17:00:13.727Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T17:00:14.019Z] ---> 7d88d945a11d [2021-03-09T17:00:14.019Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T17:00:14.338Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T17:00:14.339Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T17:00:14.619Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T17:00:14.619Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T17:00:14.906Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:14.906Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:14.906Z] ---> 73eca8ae722c [2021-03-09T17:00:14.906Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T17:00:14.906Z] ---> Using cache [2021-03-09T17:00:14.906Z] ---> 41c047612ca6 [2021-03-09T17:00:14.906Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:14.906Z] ---> Using cache [2021-03-09T17:00:14.906Z] ---> 81425050705c [2021-03-09T17:00:14.906Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T17:00:14.906Z] ---> Using cache [2021-03-09T17:00:14.906Z] ---> 99b8791a7ca7 [2021-03-09T17:00:14.906Z] Step 6/31 : COPY go.mod . [2021-03-09T17:00:14.906Z] ---> Using cache [2021-03-09T17:00:14.906Z] ---> 257077f3eed6 [2021-03-09T17:00:14.906Z] Step 7/31 : RUN go mod download [2021-03-09T17:00:14.906Z] ---> Using cache [2021-03-09T17:00:14.906Z] ---> c1ca786fa14e [2021-03-09T17:00:14.906Z] Step 8/31 : COPY . . [2021-03-09T17:00:14.906Z] ---> Using cache [2021-03-09T17:00:14.906Z] ---> e6d14c2df97a [2021-03-09T17:00:14.906Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T17:00:14.906Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T17:00:14.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T17:00:14.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T17:00:14.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T17:00:15.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:15.476Z] ---> Running in 85f4b17caf70 [2021-03-09T17:00:16.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:16.364Z] ---> 768b678ee649 [2021-03-09T17:00:16.364Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T17:00:17.006Z] Removing intermediate container 83e5e36da5ce [2021-03-09T17:00:17.006Z] ---> d1d0df8ebc54 [2021-03-09T17:00:17.006Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T17:00:17.085Z] Installing collected packages: PyYAML, dockerpty, jsonschema, cached-property, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose [2021-03-09T17:00:17.085Z] Running setup.py install for PyYAML: started [2021-03-09T17:00:17.085Z] OK: 217 MiB in 51 packages [2021-03-09T17:00:17.487Z] ---> Running in 3eee2620c235 [2021-03-09T17:00:17.487Z] ---> afe238fd6eb1 [2021-03-09T17:00:17.487Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T17:00:17.776Z] ---> Running in 7f24420d1a57 [2021-03-09T17:00:17.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T17:00:18.550Z] Removing intermediate container 7f24420d1a57 [2021-03-09T17:00:18.550Z] ---> 84817148a54e [2021-03-09T17:00:18.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:00:18.550Z] ---> Running in 82f7a2145ae5 [2021-03-09T17:00:19.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:19.157Z] Removing intermediate container 82f7a2145ae5 [2021-03-09T17:00:19.157Z] ---> c81a3369168b [2021-03-09T17:00:19.157Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T17:00:19.157Z] ---> Running in 68c0ee3844e7 [2021-03-09T17:00:19.752Z] Removing intermediate container 68c0ee3844e7 [2021-03-09T17:00:19.752Z] ---> 8c9bd0ecf1ee [2021-03-09T17:00:19.752Z] Step 21/22 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:00:19.752Z] ---> Running in 52aa7f763a67 [2021-03-09T17:00:19.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:20.065Z] Removing intermediate container 52aa7f763a67 [2021-03-09T17:00:20.065Z] ---> e50aa1359c46 [2021-03-09T17:00:20.065Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T17:00:20.347Z] ---> Running in ae3f5e07fee9 [2021-03-09T17:00:20.347Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T17:00:20.545Z] Removing intermediate container e03285fbd1fa [2021-03-09T17:00:20.545Z] ---> dbca6fec7d3d [2021-03-09T17:00:20.545Z] Step 6/22 : COPY go.mod . [2021-03-09T17:00:20.625Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T17:00:20.625Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T17:00:20.625Z] Removing intermediate container ae3f5e07fee9 [2021-03-09T17:00:20.625Z] ---> 693df0442056 [2021-03-09T17:00:20.625Z] [2021-03-09T17:00:20.896Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T17:00:21.189Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T17:00:21.189Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T17:00:21.189Z] Successfully built 693df0442056 [2021-03-09T17:00:21.189Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:21.189Z] OK: 8 MiB in 20 packages [2021-03-09T17:00:21.189Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T17:00:21.543Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T17:00:21.543Z] Running setup.py install for dockerpty: started [2021-03-09T17:00:22.153Z] ---> a990f97ff842 [2021-03-09T17:00:22.153Z] Step 7/22 : RUN go mod download [2021-03-09T17:00:22.652Z]  Building docker-support-notifications-go ... done Removing intermediate container 3eee2620c235 [2021-03-09T17:00:22.652Z] ---> e8b7a80ca2f8 [2021-03-09T17:00:22.652Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:00:22.763Z] ---> Running in 3ac1c1a5cbb6 [2021-03-09T17:00:24.099Z] ---> 250142b75fc7 [2021-03-09T17:00:24.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T17:00:25.738Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T17:00:25.738Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T17:00:25.738Z] ---> aefe523efa57 [2021-03-09T17:00:25.738Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T17:00:25.738Z] ---> Running in 0fadf18a8736 [2021-03-09T17:00:26.022Z] ---> 749cc655536e [2021-03-09T17:00:26.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T17:00:26.168Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T17:00:26.771Z] Running setup.py install for docopt: started [2021-03-09T17:00:27.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:27.049Z] ---> 402b3c4158a6 [2021-03-09T17:00:27.050Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T17:00:27.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:27.050Z] ---> Running in 359058550d36 [2021-03-09T17:00:27.050Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T17:00:27.326Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T17:00:27.326Z] Executing bash-5.0.17-r0.post-install [2021-03-09T17:00:27.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:27.326Z] OK: 12 MiB in 22 packages [2021-03-09T17:00:27.620Z] Removing intermediate container 359058550d36 [2021-03-09T17:00:27.620Z] ---> 1d22e0d75045 [2021-03-09T17:00:27.620Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:00:27.620Z] ---> Running in 52b1e2790e81 [2021-03-09T17:00:28.222Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T17:00:28.222Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T17:00:28.222Z] ---> 73eca8ae722c [2021-03-09T17:00:28.222Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T17:00:28.222Z] ---> Using cache [2021-03-09T17:00:28.222Z] ---> 41c047612ca6 [2021-03-09T17:00:28.222Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T17:00:28.222Z] ---> Using cache [2021-03-09T17:00:28.222Z] ---> 81425050705c [2021-03-09T17:00:28.222Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T17:00:28.222Z] ---> Using cache [2021-03-09T17:00:28.222Z] ---> 99b8791a7ca7 [2021-03-09T17:00:28.222Z] Step 6/23 : COPY go.mod . [2021-03-09T17:00:28.222Z] ---> Using cache [2021-03-09T17:00:28.222Z] ---> 257077f3eed6 [2021-03-09T17:00:28.222Z] Step 7/23 : RUN go mod download [2021-03-09T17:00:28.222Z] ---> Using cache [2021-03-09T17:00:28.222Z] ---> c1ca786fa14e [2021-03-09T17:00:28.222Z] Step 8/23 : COPY . . [2021-03-09T17:00:28.222Z] ---> Using cache [2021-03-09T17:00:28.222Z] ---> e6d14c2df97a [2021-03-09T17:00:28.222Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T17:00:28.227Z] Removing intermediate container 52b1e2790e81 [2021-03-09T17:00:28.227Z] ---> 0201ca5a4af1 [2021-03-09T17:00:28.227Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T17:00:28.227Z] ---> Running in a107613048ad [2021-03-09T17:00:28.227Z] Removing intermediate container 0fadf18a8736 [2021-03-09T17:00:28.227Z] ---> ffcead83247f [2021-03-09T17:00:28.227Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T17:00:28.506Z] ---> Running in 651db4bebf5c [2021-03-09T17:00:28.576Z] ---> Running in 18af6a504464 [2021-03-09T17:00:28.844Z] Removing intermediate container 18af6a504464 [2021-03-09T17:00:28.844Z] ---> 3431eead2282 [2021-03-09T17:00:28.844Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T17:00:28.844Z] Removing intermediate container a107613048ad [2021-03-09T17:00:28.845Z] ---> 43fa75aa68c5 [2021-03-09T17:00:28.845Z] Step 22/23 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:00:29.113Z] ---> Running in 682c1554ead9 [2021-03-09T17:00:29.113Z] ---> Running in afb7c20b95e1 [2021-03-09T17:00:29.404Z] Removing intermediate container 682c1554ead9 [2021-03-09T17:00:29.404Z] ---> 6af98af761f6 [2021-03-09T17:00:29.404Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T17:00:29.404Z] Removing intermediate container afb7c20b95e1 [2021-03-09T17:00:29.404Z] ---> 496cbc88d6d6 [2021-03-09T17:00:29.404Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T17:00:29.404Z] ---> Running in 2ad0b492562d [2021-03-09T17:00:29.497Z] Removing intermediate container 3ac1c1a5cbb6 [2021-03-09T17:00:29.497Z] ---> ad73afd0f1a4 [2021-03-09T17:00:29.497Z] Step 8/22 : COPY . . [2021-03-09T17:00:29.678Z] ---> Running in 230b7a845544 [2021-03-09T17:00:29.984Z] Removing intermediate container 2ad0b492562d [2021-03-09T17:00:29.984Z] ---> fd66ab26fa7c [2021-03-09T17:00:29.984Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T17:00:29.984Z] Removing intermediate container 230b7a845544 [2021-03-09T17:00:29.984Z] ---> bdd17aa89ed7 [2021-03-09T17:00:29.984Z] [2021-03-09T17:00:30.944Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T17:00:30.944Z] Attempting uninstall: idna [2021-03-09T17:00:30.944Z] Found existing installation: idna 2.9 [2021-03-09T17:00:30.944Z] Uninstalling idna-2.9: [2021-03-09T17:00:30.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T17:00:30.944Z] Successfully uninstalled idna-2.9 [2021-03-09T17:00:30.984Z] Successfully built bdd17aa89ed7 [2021-03-09T17:00:30.984Z] Successfully tagged docker-core-data-go:latest [2021-03-09T17:00:30.984Z]  Building docker-core-data-go ... done  ---> f67cfba06bd2 [2021-03-09T17:00:30.984Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T17:00:31.587Z] ---> ba08e2f536fd [2021-03-09T17:00:31.587Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T17:00:32.177Z] ---> ac05752a4d51 [2021-03-09T17:00:32.177Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T17:00:32.397Z] Attempting uninstall: urllib3 [2021-03-09T17:00:32.447Z] ---> Running in 186ffb277ce7 [2021-03-09T17:00:32.675Z] Found existing installation: urllib3 1.25.9 [2021-03-09T17:00:32.675Z] Uninstalling urllib3-1.25.9: [2021-03-09T17:00:32.959Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T17:00:33.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:33.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:00:33.303Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T17:00:33.303Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T17:00:33.303Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T17:00:33.303Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T17:00:33.303Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T17:00:33.303Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T17:00:33.303Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T17:00:34.417Z] Attempting uninstall: requests [2021-03-09T17:00:34.417Z] Found existing installation: requests 2.23.0 [2021-03-09T17:00:34.417Z] Uninstalling requests-2.23.0: [2021-03-09T17:00:34.700Z] Successfully uninstalled requests-2.23.0 [2021-03-09T17:00:34.891Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T17:00:34.891Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T17:00:34.891Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T17:00:34.891Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T17:00:35.158Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T17:00:35.158Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T17:00:35.159Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T17:00:35.159Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T17:00:35.159Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T17:00:35.159Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T17:00:35.432Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T17:00:35.432Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T17:00:35.432Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T17:00:35.432Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T17:00:35.432Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T17:00:35.432Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T17:00:35.432Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T17:00:35.432Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T17:00:35.432Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T17:00:35.432Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T17:00:35.432Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T17:00:35.432Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T17:00:35.432Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T17:00:35.432Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T17:00:35.432Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T17:00:35.432Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T17:00:35.727Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:35.727Z] OK: 71 MiB in 55 packages [2021-03-09T17:00:37.343Z] Running setup.py install for texttable: started [2021-03-09T17:00:42.798Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T17:00:44.274Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T17:00:48.208Z] Removing intermediate container 186ffb277ce7 [2021-03-09T17:00:48.208Z] ---> fe85faeab9f0 [2021-03-09T17:00:48.208Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T17:00:48.208Z] ---> Running in 5ce577400391 [2021-03-09T17:00:49.704Z] ---> 729c97a3fc01 [2021-03-09T17:00:49.704Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T17:00:49.704Z] ---> Running in cda9adddb080 [2021-03-09T17:00:50.499Z] Collecting docker-compose==1.23.2 [2021-03-09T17:00:50.499Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T17:00:50.499Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T17:00:50.499Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T17:00:51.462Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T17:00:51.462Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T17:00:51.462Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T17:00:51.462Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T17:00:52.343Z] Removing intermediate container 9a9f6de6650b [2021-03-09T17:00:52.343Z] ---> c2275931a7da [2021-03-09T17:00:52.343Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T17:00:52.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T17:00:52.343Z] ---> Running in 03e23c2d7c50 [2021-03-09T17:00:52.980Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T17:00:52.980Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T17:00:54.464Z] Collecting PyYAML<4,>=3.10 [2021-03-09T17:00:54.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:54.732Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T17:00:54.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:00:55.355Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T17:00:55.355Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T17:00:55.355Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T17:00:55.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:00:55.355Z] OK: 71 MiB in 58 packages [2021-03-09T17:00:55.699Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T17:00:55.699Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T17:00:55.972Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T17:00:55.972Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T17:00:56.590Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T17:00:56.590Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T17:00:56.590Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T17:00:56.590Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T17:00:56.590Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T17:00:57.354Z] Removing intermediate container 03e23c2d7c50 [2021-03-09T17:00:57.354Z] ---> cc79eebbcf1c [2021-03-09T17:00:57.355Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T17:00:57.555Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T17:00:57.555Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T17:00:57.555Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T17:00:57.555Z] Collecting idna<2.8,>=2.5 [2021-03-09T17:00:57.555Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T17:00:57.630Z] ---> Running in 1b370048ef75 [2021-03-09T17:00:57.825Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T17:00:57.825Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T17:00:57.825Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T17:00:57.825Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T17:00:57.825Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T17:00:57.825Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T17:00:57.825Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T17:00:58.099Z] Installing collected packages: docopt, websocket-client, dockerpty, cached-property, PyYAML, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, docker-compose [2021-03-09T17:00:58.099Z] Running setup.py install for docopt: started [2021-03-09T17:00:58.239Z] Removing intermediate container 1b370048ef75 [2021-03-09T17:00:58.239Z] ---> b1524982c023 [2021-03-09T17:00:58.239Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:00:58.518Z] ---> Running in efd15a73125d [2021-03-09T17:00:59.107Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T17:00:59.107Z] Running setup.py install for dockerpty: started [2021-03-09T17:00:59.521Z] Removing intermediate container efd15a73125d [2021-03-09T17:00:59.521Z] ---> 62b620a91fd2 [2021-03-09T17:00:59.521Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T17:00:59.806Z] ---> Running in 04415ed92acf [2021-03-09T17:01:00.245Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T17:01:00.245Z] Running setup.py install for PyYAML: started [2021-03-09T17:01:00.403Z] Removing intermediate container 04415ed92acf [2021-03-09T17:01:00.403Z] ---> 87cd35c0a20c [2021-03-09T17:01:00.403Z] Step 25/26 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:01:00.676Z] ---> Running in b3be11413081 [2021-03-09T17:01:01.284Z] Removing intermediate container b3be11413081 [2021-03-09T17:01:01.284Z] ---> c207d2c96160 [2021-03-09T17:01:01.284Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T17:01:01.561Z] ---> Running in 843cdf35d682 [2021-03-09T17:01:01.967Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T17:01:01.968Z] Attempting uninstall: idna [2021-03-09T17:01:01.968Z] Found existing installation: idna 2.9 [2021-03-09T17:01:01.968Z] Uninstalling idna-2.9: [2021-03-09T17:01:01.968Z] Successfully uninstalled idna-2.9 [2021-03-09T17:01:02.168Z] Removing intermediate container 843cdf35d682 [2021-03-09T17:01:02.168Z] ---> f8d4419854a7 [2021-03-09T17:01:02.168Z] [2021-03-09T17:01:02.236Z] Attempting uninstall: urllib3 [2021-03-09T17:01:02.236Z] Found existing installation: urllib3 1.25.9 [2021-03-09T17:01:02.236Z] Uninstalling urllib3-1.25.9: [2021-03-09T17:01:02.508Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T17:01:02.775Z] Attempting uninstall: requests [2021-03-09T17:01:02.775Z] Found existing installation: requests 2.23.0 [2021-03-09T17:01:02.775Z] Uninstalling requests-2.23.0: [2021-03-09T17:01:02.775Z] Successfully uninstalled requests-2.23.0 [2021-03-09T17:01:02.785Z] Successfully built f8d4419854a7 [2021-03-09T17:01:03.061Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T17:01:03.841Z] Running setup.py install for texttable: started [2021-03-09T17:01:04.802Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T17:01:05.469Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T17:01:09.808Z] Removing intermediate container 5ce577400391 [2021-03-09T17:01:09.808Z] ---> 0e0c4e824bf7 [2021-03-09T17:01:09.808Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T17:01:09.808Z] ---> Running in 7ee804a070b6 [2021-03-09T17:01:10.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T17:01:10.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T17:01:11.316Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T17:01:11.316Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T17:01:11.316Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T17:01:11.316Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:01:11.316Z] OK: 72 MiB in 58 packages [2021-03-09T17:01:13.056Z] Removing intermediate container 7ee804a070b6 [2021-03-09T17:01:13.056Z] ---> 48c4e7070167 [2021-03-09T17:01:13.056Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T17:01:13.056Z] ---> Running in f286e9f341b8 [2021-03-09T17:01:13.691Z] Removing intermediate container f286e9f341b8 [2021-03-09T17:01:13.691Z] ---> 1b6046899f5a [2021-03-09T17:01:13.691Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:01:13.691Z] ---> Running in 88bdd920c1d6 [2021-03-09T17:01:14.019Z] Removing intermediate container 88bdd920c1d6 [2021-03-09T17:01:14.019Z] ---> 52ba0c1d1594 [2021-03-09T17:01:14.019Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T17:01:14.019Z] ---> Running in 38eb20cdac73 [2021-03-09T17:01:15.010Z] Removing intermediate container 38eb20cdac73 [2021-03-09T17:01:15.010Z] ---> 867d84ee3e5f [2021-03-09T17:01:15.010Z] Step 25/26 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:01:15.010Z] ---> Running in cff38bdff64d [2021-03-09T17:01:15.598Z] Removing intermediate container cff38bdff64d [2021-03-09T17:01:15.598Z] ---> a14d6818f618 [2021-03-09T17:01:15.598Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T17:01:15.598Z] ---> Running in 5d11507a9f66 [2021-03-09T17:01:15.885Z] Removing intermediate container 5d11507a9f66 [2021-03-09T17:01:15.885Z] ---> 1fa5a49833a4 [2021-03-09T17:01:15.885Z] [2021-03-09T17:01:16.504Z] Successfully built 1fa5a49833a4 [2021-03-09T17:01:16.504Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T17:01:17.099Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T17:01:17.156Z] $ docker stop --time=1 e5c4b6c56dda7a88a38e8c780f1a6d3c1b57df1664268ee16787c11c6281fe2f [2021-03-09T17:01:20.763Z] $ docker rm -f e5c4b6c56dda7a88a38e8c780f1a6d3c1b57df1664268ee16787c11c6281fe2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:01:21.396Z] + docker images [2021-03-09T17:01:21.396Z] + grep docker [2021-03-09T17:01:22.356Z] docker-sys-mgmt-agent-go latest 1fa5a49833a4 7 seconds ago 313MB [2021-03-09T17:01:22.356Z] docker-core-data-go latest bdd17aa89ed7 53 seconds ago 22.6MB [2021-03-09T17:01:22.356Z] docker-support-notifications-go latest 693df0442056 About a minute ago 17.8MB [2021-03-09T17:01:22.356Z] docker-security-bootstrapper-go latest 38f0a2186697 About a minute ago 18.7MB [2021-03-09T17:01:22.356Z] docker-core-metadata-go latest 7a239ff0ade2 5 minutes ago 19MB [2021-03-09T17:01:22.356Z] docker-security-secretstore-setup-go latest ea4caf41aa74 5 minutes ago 24.9MB [2021-03-09T17:01:22.356Z] docker-core-command-go latest d103a56b689f 5 minutes ago 17.2MB [2021-03-09T17:01:22.356Z] docker-support-scheduler-go latest 3daa67e31236 5 minutes ago 17.2MB [2021-03-09T17:01:22.356Z] docker-security-proxy-setup-go latest 43e30ad5f164 5 minutes ago 24.7MB [2021-03-09T17:01:22.356Z] 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-03-09T17:01:38.173Z] Still waiting to schedule task [2021-03-09T17:01:38.173Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-09T17:01:59.652Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 80f9c5af7eee [2021-03-09T17:01:59.652Z] ---> fdabe5ddaa43 [2021-03-09T17:01:59.652Z] [2021-03-09T17:01:59.652Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T17:01:59.652Z] ---> d10569e2745f [2021-03-09T17:01:59.652Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T17:01:59.652Z] ---> Using cache [2021-03-09T17:01:59.652Z] ---> 4dd87b72bb31 [2021-03-09T17:01:59.652Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T17:01:59.652Z] ---> Using cache [2021-03-09T17:01:59.652Z] ---> 287b8cb957c5 [2021-03-09T17:01:59.652Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T17:01:59.926Z] ---> Running in 959b4e5d06e1 [2021-03-09T17:02:00.530Z] Removing intermediate container 959b4e5d06e1 [2021-03-09T17:02:00.530Z] ---> dced7246cc16 [2021-03-09T17:02:00.530Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T17:02:01.129Z] ---> Running in 6dede1fb9229 [2021-03-09T17:02:01.729Z] Removing intermediate container 6dede1fb9229 [2021-03-09T17:02:01.729Z] ---> 98b58134877f [2021-03-09T17:02:01.729Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:02:03.194Z] ---> 7e3d1468b519 [2021-03-09T17:02:03.194Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T17:02:05.831Z] ---> d8c2cbe4f82e [2021-03-09T17:02:05.831Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T17:02:07.818Z] ---> 77662fcbb5ed [2021-03-09T17:02:07.818Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T17:02:07.818Z] ---> Running in 139ad294c4a1 [2021-03-09T17:02:08.095Z] Removing intermediate container 85f4b17caf70 [2021-03-09T17:02:08.095Z] ---> ee35dffb24cd [2021-03-09T17:02:08.095Z] [2021-03-09T17:02:08.095Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T17:02:08.371Z] ---> d10569e2745f [2021-03-09T17:02:08.371Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T17:02:08.649Z] ---> Running in 7c18bc51bb0a [2021-03-09T17:02:08.649Z] Removing intermediate container 139ad294c4a1 [2021-03-09T17:02:08.649Z] ---> 4a1396dfe54c [2021-03-09T17:02:08.649Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:02:08.946Z] ---> Running in 3d6daf2dc68c [2021-03-09T17:02:09.587Z] Removing intermediate container 7c18bc51bb0a [2021-03-09T17:02:09.587Z] ---> 74221ba41a66 [2021-03-09T17:02:09.587Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T17:02:09.587Z] ---> Running in 28290ef3c5c6 [2021-03-09T17:02:09.861Z] Removing intermediate container 3d6daf2dc68c [2021-03-09T17:02:09.861Z] ---> e498be42f6a4 [2021-03-09T17:02:09.861Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T17:02:10.139Z] ---> Running in c33e4d82c42d [2021-03-09T17:02:11.137Z] Removing intermediate container c33e4d82c42d [2021-03-09T17:02:11.138Z] ---> 77e8827a351e [2021-03-09T17:02:11.138Z] Step 21/22 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:02:11.420Z] ---> Running in d4a5ea890702 [2021-03-09T17:02:12.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:12.028Z] Removing intermediate container d4a5ea890702 [2021-03-09T17:02:12.028Z] ---> b8387f855053 [2021-03-09T17:02:12.028Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T17:02:12.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:12.316Z] ---> Running in ccc6ede6028e [2021-03-09T17:02:12.921Z] Removing intermediate container ccc6ede6028e [2021-03-09T17:02:12.921Z] ---> ad6aeab3bc2a [2021-03-09T17:02:12.921Z] [2021-03-09T17:02:13.201Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T17:02:13.201Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T17:02:13.201Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:02:13.201Z] OK: 5 MiB in 16 packages [2021-03-09T17:02:13.486Z] Successfully built ad6aeab3bc2a [2021-03-09T17:02:13.486Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T17:02:15.512Z]  Building docker-support-scheduler-go ... done Removing intermediate container 28290ef3c5c6 [2021-03-09T17:02:15.512Z] ---> f1a825bb66bb [2021-03-09T17:02:15.512Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T17:02:15.512Z] ---> Running in 9b3b79c1d67b [2021-03-09T17:02:16.146Z] Removing intermediate container 9b3b79c1d67b [2021-03-09T17:02:16.146Z] ---> b39628efa103 [2021-03-09T17:02:16.146Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T17:02:16.432Z] ---> Running in 05f5db5bf77b [2021-03-09T17:02:17.442Z] Removing intermediate container 05f5db5bf77b [2021-03-09T17:02:17.442Z] ---> 5344df809df8 [2021-03-09T17:02:17.442Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T17:02:17.442Z] ---> Running in 48c42e9ab146 [2021-03-09T17:02:20.878Z] Removing intermediate container 48c42e9ab146 [2021-03-09T17:02:20.878Z] ---> a3f3daec4dd4 [2021-03-09T17:02:20.878Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T17:02:21.161Z] ---> Running in ab79836f40c8 [2021-03-09T17:02:21.772Z] Removing intermediate container ab79836f40c8 [2021-03-09T17:02:21.773Z] ---> 23961453e508 [2021-03-09T17:02:21.773Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T17:02:22.769Z] ---> dca54f578c26 [2021-03-09T17:02:22.769Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T17:02:23.042Z] ---> Running in 296ffc60a4b6 [2021-03-09T17:02:26.449Z] Removing intermediate container 296ffc60a4b6 [2021-03-09T17:02:26.449Z] ---> c2e744adbb8b [2021-03-09T17:02:26.449Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:02:26.727Z] ---> 5226406c84b4 [2021-03-09T17:02:26.727Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T17:02:29.356Z] ---> f1887f45cce0 [2021-03-09T17:02:29.356Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T17:02:30.337Z] ---> 824cfe64c5d6 [2021-03-09T17:02:30.338Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T17:02:32.329Z] ---> df3fb0b59be1 [2021-03-09T17:02:32.329Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T17:02:32.928Z] Removing intermediate container 651db4bebf5c [2021-03-09T17:02:32.928Z] ---> c9e632a84f20 [2021-03-09T17:02:32.928Z] [2021-03-09T17:02:32.928Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T17:02:32.928Z] Removing intermediate container cda9adddb080 [2021-03-09T17:02:32.928Z] ---> d10569e2745f [2021-03-09T17:02:32.928Z] ---> dc20e6002f2d [2021-03-09T17:02:32.928Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T17:02:32.928Z] [2021-03-09T17:02:32.928Z] Step 10/22 : FROM alpine:3.12 ---> Using cache [2021-03-09T17:02:32.928Z] [2021-03-09T17:02:32.928Z] ---> 4dd87b72bb31 [2021-03-09T17:02:32.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> d10569e2745f [2021-03-09T17:02:32.928Z] [2021-03-09T17:02:32.928Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init ---> Using cache [2021-03-09T17:02:32.928Z] [2021-03-09T17:02:32.928Z] ---> 287b8cb957c5 [2021-03-09T17:02:32.928Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T17:02:33.211Z] ---> Running in 31ad933688bf [2021-03-09T17:02:33.211Z] ---> Running in 465ae69a6ad7 [2021-03-09T17:02:33.211Z] ---> 0489b7ce5d5e [2021-03-09T17:02:33.211Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T17:02:33.806Z] ---> Running in 3929a5147adb [2021-03-09T17:02:33.806Z] Removing intermediate container 465ae69a6ad7 [2021-03-09T17:02:33.806Z] ---> 493320543b96 [2021-03-09T17:02:33.806Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T17:02:34.079Z] ---> Running in f6e007d325b0 [2021-03-09T17:02:34.352Z] Removing intermediate container 3929a5147adb [2021-03-09T17:02:34.352Z] ---> 9bf974b3af4f [2021-03-09T17:02:34.352Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T17:02:34.352Z] Removing intermediate container f6e007d325b0 [2021-03-09T17:02:34.352Z] ---> cbfa1244c1f4 [2021-03-09T17:02:34.352Z] Step 15/23 : WORKDIR / [2021-03-09T17:02:34.627Z] ---> Running in afbf6f9ff916 [2021-03-09T17:02:34.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:34.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T17:02:35.172Z] ---> a48a0434bd56 [2021-03-09T17:02:35.172Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T17:02:35.442Z] ---> Running in bc69099b3c22 [2021-03-09T17:02:35.442Z] Removing intermediate container afbf6f9ff916 [2021-03-09T17:02:35.442Z] ---> 3264df9f39d8 [2021-03-09T17:02:35.442Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:02:35.442Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T17:02:35.442Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T17:02:35.442Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T17:02:35.442Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T17:02:35.714Z] OK: 6 MiB in 16 packages [2021-03-09T17:02:36.692Z] ---> 666ec4aaacff [2021-03-09T17:02:36.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T17:02:37.742Z] Removing intermediate container 31ad933688bf [2021-03-09T17:02:37.742Z] ---> 6b2aa3c039f0 [2021-03-09T17:02:37.742Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T17:02:38.350Z] ---> Running in 2d0c6cbc3156 [2021-03-09T17:02:38.350Z] ---> 7916e43bce72 [2021-03-09T17:02:38.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T17:02:38.350Z] Removing intermediate container bc69099b3c22 [2021-03-09T17:02:38.350Z] ---> 304d7e8f88a2 [2021-03-09T17:02:38.350Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T17:02:38.945Z] ---> Running in 8632aa2d3a89 [2021-03-09T17:02:38.945Z] Removing intermediate container 2d0c6cbc3156 [2021-03-09T17:02:38.945Z] ---> 2dbd52f04761 [2021-03-09T17:02:38.945Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T17:02:39.216Z] ---> Running in 47cdc711da57 [2021-03-09T17:02:39.216Z] ---> e153a2906e12 [2021-03-09T17:02:39.216Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T17:02:39.487Z] Removing intermediate container 8632aa2d3a89 [2021-03-09T17:02:39.487Z] ---> 8d712df02f6e [2021-03-09T17:02:39.487Z] Step 28/31 : CMD ["gate"] [2021-03-09T17:02:39.487Z] ---> Running in eb25cd559ada [2021-03-09T17:02:39.758Z] ---> Running in 37f540474ac9 [2021-03-09T17:02:39.758Z] Removing intermediate container 47cdc711da57 [2021-03-09T17:02:39.758Z] ---> 9db5b843cfc7 [2021-03-09T17:02:39.758Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T17:02:40.033Z] ---> Running in 7db838cb4b53 [2021-03-09T17:02:40.033Z] Removing intermediate container eb25cd559ada [2021-03-09T17:02:40.033Z] ---> b0ff3fc9a7ce [2021-03-09T17:02:40.033Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:02:40.344Z] ---> Running in e7f2b87fcfc8 [2021-03-09T17:02:40.344Z] Removing intermediate container 37f540474ac9 [2021-03-09T17:02:40.344Z] ---> be606d027ae8 [2021-03-09T17:02:40.344Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T17:02:40.648Z] Removing intermediate container 7db838cb4b53 [2021-03-09T17:02:40.648Z] ---> 0eec40d8ce9d [2021-03-09T17:02:40.648Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T17:02:40.924Z] ---> Running in 336bc8bb1c11 [2021-03-09T17:02:40.924Z] Removing intermediate container e7f2b87fcfc8 [2021-03-09T17:02:40.924Z] ---> 1382fcc77eaf [2021-03-09T17:02:40.924Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T17:02:41.198Z] ---> Running in 336566fc1dab [2021-03-09T17:02:41.470Z] ---> 674d09e84bfb [2021-03-09T17:02:41.470Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T17:02:41.470Z] Removing intermediate container 336bc8bb1c11 [2021-03-09T17:02:41.470Z] ---> 60b25a6c0da0 [2021-03-09T17:02:41.470Z] Step 30/31 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:02:41.743Z] Removing intermediate container 336566fc1dab [2021-03-09T17:02:41.743Z] ---> 11fe25b5685a [2021-03-09T17:02:41.743Z] Step 22/23 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:02:42.356Z] ---> Running in f8840eb180b2 [2021-03-09T17:02:42.356Z] ---> Running in ea2c6e906bee [2021-03-09T17:02:42.628Z] ---> 4aab5db7a228 [2021-03-09T17:02:42.628Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T17:02:42.908Z] Removing intermediate container f8840eb180b2 [2021-03-09T17:02:42.908Z] ---> 58b1edbd60cd [2021-03-09T17:02:42.908Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T17:02:42.908Z] Removing intermediate container ea2c6e906bee [2021-03-09T17:02:42.908Z] ---> 98a495c372bd [2021-03-09T17:02:42.908Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T17:02:43.183Z] ---> Running in d70840fc571f [2021-03-09T17:02:43.457Z] ---> Running in 2508f770bc57 [2021-03-09T17:02:43.457Z] ---> ec1d4a4194ad [2021-03-09T17:02:43.457Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T17:02:43.457Z] Removing intermediate container d70840fc571f [2021-03-09T17:02:43.457Z] ---> f47e542ac5f6 [2021-03-09T17:02:43.457Z] [2021-03-09T17:02:43.729Z] ---> Running in 4d9c83ed634e [2021-03-09T17:02:44.021Z] Removing intermediate container 2508f770bc57 [2021-03-09T17:02:44.021Z] ---> 9e2737fa713e [2021-03-09T17:02:44.021Z] [2021-03-09T17:02:44.021Z] Successfully built f47e542ac5f6 [2021-03-09T17:02:44.297Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T17:02:44.573Z]  Building docker-core-metadata-go ... done Removing intermediate container 4d9c83ed634e [2021-03-09T17:02:44.573Z] ---> 035645f88b16 [2021-03-09T17:02:44.573Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T17:02:44.573Z] Successfully built 9e2737fa713e [2021-03-09T17:02:44.573Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T17:02:44.573Z]  Building docker-security-bootstrapper-go ... done  ---> Running in b449c91e886d [2021-03-09T17:02:45.173Z] Removing intermediate container b449c91e886d [2021-03-09T17:02:45.173Z] ---> 6b764385f377 [2021-03-09T17:02:45.173Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T17:02:45.173Z] ---> Running in 13740ded1d26 [2021-03-09T17:02:45.770Z] Removing intermediate container 13740ded1d26 [2021-03-09T17:02:45.770Z] ---> 044d9bbeb218 [2021-03-09T17:02:45.770Z] Step 21/22 : LABEL git_sha=6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:02:45.770Z] ---> Running in 2c57364f4bba [2021-03-09T17:02:46.371Z] Removing intermediate container 2c57364f4bba [2021-03-09T17:02:46.371Z] ---> f279e2c92026 [2021-03-09T17:02:46.372Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T17:02:46.372Z] ---> Running in e354adac60a8 [2021-03-09T17:02:46.977Z] Removing intermediate container e354adac60a8 [2021-03-09T17:02:46.977Z] ---> 48c51062e762 [2021-03-09T17:02:46.977Z] [2021-03-09T17:02:47.262Z] Successfully built 48c51062e762 [2021-03-09T17:02:47.262Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T17:02:47.878Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-09T17:02:47.902Z] $ docker stop --time=1 ced60f393de5640327de1909473f2ffbb656c49509304e652be9450f32723c83 [2021-03-09T17:02:49.883Z] $ docker rm -f ced60f393de5640327de1909473f2ffbb656c49509304e652be9450f32723c83 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T17:02:50.614Z] + + docker images [2021-03-09T17:02:50.614Z] grep docker [2021-03-09T17:02:50.885Z] docker-support-notifications-go-arm64 latest 48c51062e762 4 seconds ago 16.9MB [2021-03-09T17:02:50.885Z] docker-core-metadata-go-arm64 latest f47e542ac5f6 7 seconds ago 17.9MB [2021-03-09T17:02:50.885Z] docker-security-bootstrapper-go-arm64 latest 9e2737fa713e 7 seconds ago 17.8MB [2021-03-09T17:02:50.885Z] docker-support-scheduler-go-arm64 latest ad6aeab3bc2a 38 seconds ago 16.3MB [2021-03-09T17:02:50.885Z] docker-sys-mgmt-agent-go-arm64 latest f8d4419854a7 About a minute ago 300MB [2021-03-09T17:02:50.885Z] docker-core-data-go-arm64 latest abcaad4726f8 3 minutes ago 21.3MB [2021-03-09T17:02:50.885Z] docker-core-command-go-arm64 latest fa13a1e04385 3 minutes ago 16.2MB [2021-03-09T17:02:50.885Z] docker-security-secretstore-setup-go-arm64 latest 7029a6f4bff5 3 minutes ago 23.7MB [2021-03-09T17:02:50.885Z] docker-security-proxy-setup-go-arm64 latest ac51b9568195 3 minutes ago 23.4MB [2021-03-09T17:02:50.885Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:02:51.895Z] ---> job-cost.sh [2021-03-09T17:02:51.896Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0Y4B [2021-03-09T17:03:13.285Z] Running on prd-ubuntu18.04-docker-8c-8g-29170 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-09T17:03:13.344Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-03-09T17:03:15.679Z] using credential edgex-jenkins-ssh [2021-03-09T17:03:15.753Z] Cloning the remote Git repository [2021-03-09T17:03:15.783Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T17:03:15.867Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-03-09T17:03:15.903Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T17:03:15.903Z] > git --version # timeout=10 [2021-03-09T17:03:15.912Z] > git --version # 'git version 2.17.1' [2021-03-09T17:03:15.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:03:15.948Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T17:03:23.070Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:03:23.266Z] Merge succeeded, producing 6c748aec216548f858cb505ec0d103cc2be8aba4 [2021-03-09T17:03:23.266Z] Checking out Revision 6c748aec216548f858cb505ec0d103cc2be8aba4 (PR-3208) [2021-03-09T17:03:22.518Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T17:03:22.530Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T17:03:22.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T17:03:22.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T17:03:22.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:03:22.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T17:03:23.085Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T17:03:23.091Z] > git checkout -f 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 [2021-03-09T17:03:23.238Z] > git remote # timeout=10 [2021-03-09T17:03:23.246Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T17:03:23.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T17:03:23.255Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T17:03:23.264Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T17:03:23.274Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T17:03:23.277Z] > git checkout -f 6c748aec216548f858cb505ec0d103cc2be8aba4 # timeout=10 [2021-03-09T17:03:27.091Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-03-09T17:03:27.395Z] [2021-03-09T17:03:27.395Z] GitHub has been notified of this commit’s build result [2021-03-09T17:03:27.395Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:03:28.135Z] + echo snap-build.sh [2021-03-09T17:03:28.135Z] snap-build.sh [2021-03-09T17:03:28.135Z] + SNAP_BASE_DIR=. [2021-03-09T17:03:28.135Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-03-09T17:03:28.135Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-03-09T17:03:28.135Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-03-09T17:03:28.135Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-03-09T17:03:28.135Z] + cd /w/workspace/edgex-go/11 [2021-03-09T17:03:28.135Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T17:03:28.135Z] Reading package lists... [2021-03-09T17:03:28.401Z] Building dependency tree... [2021-03-09T17:03:28.401Z] Reading state information... [2021-03-09T17:03:28.665Z] The following packages were automatically installed and are no longer required: [2021-03-09T17:03:28.665Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T17:03:28.665Z] uidmap xdelta3 [2021-03-09T17:03:28.665Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T17:03:28.927Z] The following packages will be REMOVED: [2021-03-09T17:03:28.927Z] lxd* lxd-client* [2021-03-09T17:03:29.505Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T17:03:29.505Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T17:03:30.827Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-09T17:03:30.827Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T17:03:31.841Z] Removing lxd dnsmasq configuration [2021-03-09T17:03:32.106Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T17:03:32.368Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T17:03:32.944Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T17:03:33.478Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-09T17:03:33.478Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T17:03:35.404Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T17:03:35.668Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T17:03:37.608Z] + sudo snap remove --purge lxd [2021-03-09T17:03:37.608Z] snap "lxd" is not installed [2021-03-09T17:03:37.608Z] + sudo groupadd --force --system lxd [2021-03-09T17:03:37.608Z] ++ whoami [2021-03-09T17:03:37.608Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T17:03:37.872Z] + newgrp - lxd [2021-03-09T17:03:37.872Z] + sudo snap install lxd [2021-03-09T17:03:48.439Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T17:03:50.185Z] 2021-03-09T17:03:46Z INFO Waiting for automatic snapd restart... [2021-03-09T17:04:02.500Z] lxd 4.11 from Canonical* installed [2021-03-09T17:04:02.500Z] + sudo lxd init --auto [2021-03-09T17:04:12.547Z] + sudo snap install --classic snapcraft [2021-03-09T17:04:16.794Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T17:04:16.794Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T17:04:16.794Z] + patch --verbose -p1 [2021-03-09T17:04:16.794Z] Hmm... Looks like a unified diff to me... [2021-03-09T17:04:16.794Z] The text leading up to this was: [2021-03-09T17:04:16.794Z] -------------------------- [2021-03-09T17:04:16.794Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T17:04:16.794Z] |From: Tony Espy [2021-03-09T17:04:16.794Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T17:04:16.794Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T17:04:16.794Z] | [2021-03-09T17:04:16.794Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T17:04:16.794Z] |optimize the snap CI check run for pull requests. When [2021-03-09T17:04:16.794Z] |applied, it essentially strips out everything (apps and [2021-03-09T17:04:16.794Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T17:04:16.794Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T17:04:16.794Z] |catch changes to edgex-go that break the snap build. [2021-03-09T17:04:16.794Z] | [2021-03-09T17:04:16.794Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T17:04:16.794Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T17:04:16.794Z] |resulting in a failed snap build CI check in the associated [2021-03-09T17:04:16.794Z] |pull request. [2021-03-09T17:04:16.794Z] | [2021-03-09T17:04:16.794Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T17:04:16.794Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T17:04:16.794Z] |need to build the finally binary .snap file (and it won't [2021-03-09T17:04:16.794Z] |work with the patch applied). This further reduces the build [2021-03-09T17:04:16.794Z] |time. [2021-03-09T17:04:16.794Z] |--- [2021-03-09T17:04:16.794Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T17:04:16.794Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T17:04:16.794Z] | [2021-03-09T17:04:16.794Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T17:04:16.794Z] |index 1e537489..faf42425 100644 [2021-03-09T17:04:16.794Z] |--- a/snap/snapcraft.yaml [2021-03-09T17:04:16.794Z] |+++ b/snap/snapcraft.yaml [2021-03-09T17:04:16.794Z] -------------------------- [2021-03-09T17:04:16.794Z] patching file snap/snapcraft.yaml [2021-03-09T17:04:16.794Z] Using Plan A... [2021-03-09T17:04:16.794Z] Hunk #1 succeeded at 73. [2021-03-09T17:04:16.794Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T17:04:16.794Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T17:04:16.794Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T17:04:16.794Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T17:04:16.794Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T17:04:16.794Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T17:04:16.794Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T17:04:16.794Z] Hmm... Ignoring the trailing garbage. [2021-03-09T17:04:16.794Z] done [2021-03-09T17:04:16.794Z] + sudo snapcraft prime --use-lxd [2021-03-09T17:04:19.369Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T17:04:19.369Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-09T17:04:19.369Z] - README.md [2021-03-09T17:04:19.369Z] - snapcraft.yaml.orig [2021-03-09T17:04:19.369Z] [2021-03-09T17:04:19.369Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T17:04:19.957Z] Launching a container. [2021-03-09T17:04:34.933Z] Waiting for container to be ready [2021-03-09T17:04:34.933Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T17:04:34.933Z] [2021-03-09T17:04:37.492Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T17:04:38.068Z] Waiting for network to be ready... [2021-03-09T17:04:38.331Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T17:04:38.331Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T17:04:38.594Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T17:04:38.594Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T17:04:38.594Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T17:04:38.594Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T17:04:38.594Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T17:04:38.594Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T17:04:38.594Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T17:04:38.594Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T17:04:38.857Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T17:04:39.119Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T17:04:39.383Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T17:04:39.383Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T17:04:39.383Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T17:04:39.383Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T17:04:39.383Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T17:04:39.383Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T17:04:39.646Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T17:04:39.908Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T17:04:39.908Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T17:04:39.908Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T17:04:39.909Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T17:04:39.909Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T17:04:39.909Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T17:04:39.909Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T17:04:40.175Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T17:04:44.430Z] Fetched 24.0 MB in 6s (4215 kB/s) [2021-03-09T17:04:45.830Z] Reading package lists... [2021-03-09T17:04:46.094Z] Reading package lists... [2021-03-09T17:04:46.358Z] Building dependency tree... [2021-03-09T17:04:46.358Z] Reading state information... [2021-03-09T17:04:46.621Z] The following additional packages will be installed: [2021-03-09T17:04:46.621Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T17:04:46.621Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T17:04:46.621Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T17:04:46.621Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T17:04:46.621Z] Suggested packages: [2021-03-09T17:04:46.621Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T17:04:46.621Z] Recommended packages: [2021-03-09T17:04:46.621Z] gnupg libsasl2-modules [2021-03-09T17:04:46.621Z] The following NEW packages will be installed: [2021-03-09T17:04:46.621Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T17:04:46.621Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T17:04:46.621Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T17:04:46.621Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T17:04:46.621Z] The following packages will be upgraded: [2021-03-09T17:04:46.621Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T17:04:46.885Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T17:04:46.885Z] Need to get 3530 kB of archives. [2021-03-09T17:04:46.885Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T17:04:46.885Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-09T17:04:46.885Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T17:04:47.148Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-09T17:04:47.148Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T17:04:47.148Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-09T17:04:47.148Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T17:04:47.731Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T17:04:47.731Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T17:04:47.731Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T17:04:47.731Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T17:04:47.731Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T17:04:47.731Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T17:04:47.731Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T17:04:47.731Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T17:04:47.731Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T17:04:47.731Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T17:04:47.995Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T17:04:47.995Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T17:04:47.995Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T17:04:47.995Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T17:04:47.995Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T17:04:47.995Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T17:04:48.259Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T17:04:48.259Z] Fetched 3530 kB in 1s (2865 kB/s) [2021-03-09T17:04:48.259Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T17:04:48.259Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T17:04:48.259Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T17:04:48.522Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T17:04:48.522Z] Selecting previously unselected package udev. [2021-03-09T17:04:48.522Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T17:04:48.522Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T17:04:48.522Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T17:04:48.785Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T17:04:48.786Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T17:04:48.786Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T17:04:49.049Z] Selecting previously unselected package fuse. [2021-03-09T17:04:49.049Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T17:04:49.049Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T17:04:49.049Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T17:04:49.049Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T17:04:49.312Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T17:04:49.312Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T17:04:49.312Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T17:04:49.575Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T17:04:49.575Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T17:04:49.575Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T17:04:49.575Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T17:04:49.575Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T17:04:49.575Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:49.837Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:49.837Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T17:04:49.837Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:49.837Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:49.837Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T17:04:49.837Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:49.837Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.101Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T17:04:50.101Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:50.101Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.101Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T17:04:50.101Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:50.101Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.101Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T17:04:50.101Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:50.101Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.363Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T17:04:50.363Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:50.363Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.363Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T17:04:50.363Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:50.363Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.626Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T17:04:50.626Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T17:04:50.626Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:50.626Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T17:04:50.626Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T17:04:50.626Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T17:04:50.626Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T17:04:50.889Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T17:04:50.889Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T17:04:50.889Z] Selecting previously unselected package libldap-common. [2021-03-09T17:04:50.889Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T17:04:50.889Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T17:04:50.889Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T17:04:50.889Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T17:04:50.889Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T17:04:51.151Z] Selecting previously unselected package dirmngr. [2021-03-09T17:04:51.151Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T17:04:51.151Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T17:04:51.151Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T17:04:51.151Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T17:04:51.415Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T17:04:51.415Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T17:04:51.415Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T17:04:51.415Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T17:04:51.415Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:51.415Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T17:04:51.415Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T17:04:51.415Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T17:04:51.990Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T17:04:52.252Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.252Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T17:04:52.252Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T17:04:52.252Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T17:04:52.515Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.515Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.516Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.516Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.516Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.516Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.516Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T17:04:52.516Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T17:04:52.778Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T17:04:52.778Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T17:04:53.355Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T17:04:53.355Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T17:04:53.355Z] This means they are not meant to be enabled using systemctl. [2021-03-09T17:04:53.355Z] Possible reasons for having this kind of units are: [2021-03-09T17:04:53.355Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T17:04:53.355Z] .wants/ or .requires/ directory. [2021-03-09T17:04:53.355Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T17:04:53.355Z] a requirement dependency on it. [2021-03-09T17:04:53.355Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T17:04:53.355Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T17:04:53.355Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T17:04:53.355Z] instance name specified. [2021-03-09T17:04:53.935Z] Reading package lists... [2021-03-09T17:04:54.201Z] Building dependency tree... [2021-03-09T17:04:54.201Z] Reading state information... [2021-03-09T17:04:54.201Z] The following additional packages will be installed: [2021-03-09T17:04:54.201Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T17:04:54.201Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T17:04:54.201Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T17:04:54.201Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T17:04:54.201Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T17:04:54.201Z] Suggested packages: [2021-03-09T17:04:54.201Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T17:04:54.201Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T17:04:54.201Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T17:04:54.201Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T17:04:54.201Z] systemd-container policykit-1 [2021-03-09T17:04:54.201Z] Recommended packages: [2021-03-09T17:04:54.201Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T17:04:54.201Z] The following NEW packages will be installed: [2021-03-09T17:04:54.201Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T17:04:54.201Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T17:04:54.201Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T17:04:54.201Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T17:04:54.201Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T17:04:54.201Z] The following packages will be upgraded: [2021-03-09T17:04:54.201Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T17:04:54.467Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T17:04:54.467Z] Need to get 35.2 MB of archives. [2021-03-09T17:04:54.467Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T17:04:54.468Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T17:04:54.468Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T17:04:54.468Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T17:04:54.468Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-09T17:04:54.468Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-09T17:04:54.468Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T17:04:54.468Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-09T17:04:54.732Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-09T17:04:54.732Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-09T17:04:54.732Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T17:04:54.732Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T17:04:54.732Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T17:04:54.732Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T17:04:54.732Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T17:04:54.732Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T17:04:54.732Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T17:04:54.732Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T17:04:54.732Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T17:04:54.732Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-09T17:04:55.316Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T17:04:55.316Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-09T17:04:55.316Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T17:04:55.316Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T17:04:55.316Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T17:04:55.316Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T17:04:55.316Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T17:04:55.316Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T17:04:55.316Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T17:04:55.582Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T17:04:55.582Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-09T17:04:55.851Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T17:04:55.851Z] Fetched 35.2 MB in 1s (28.6 MB/s) [2021-03-09T17:04:55.851Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T17:04:55.851Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-09T17:04:56.114Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T17:04:57.081Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T17:04:57.081Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T17:04:57.081Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T17:04:57.081Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T17:04:57.081Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T17:04:57.081Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T17:04:57.345Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T17:04:57.609Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T17:04:57.609Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T17:04:57.609Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T17:04:57.872Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T17:04:57.872Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T17:04:58.447Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T17:04:58.712Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T17:04:58.712Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T17:04:58.712Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T17:04:58.975Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T17:04:58.975Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T17:04:58.975Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:04:59.238Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T17:04:59.238Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T17:04:59.238Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T17:04:59.238Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T17:04:59.238Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T17:04:59.238Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:04:59.820Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T17:04:59.820Z] Checking for services that may need to be restarted...done. [2021-03-09T17:04:59.820Z] Checking for services that may need to be restarted...done. [2021-03-09T17:04:59.820Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:04:59.820Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T17:05:00.082Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:05:00.658Z] Selecting previously unselected package python3-minimal. [2021-03-09T17:05:00.659Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T17:05:00.659Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T17:05:00.659Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T17:05:00.659Z] Selecting previously unselected package mime-support. [2021-03-09T17:05:00.659Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T17:05:00.659Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T17:05:00.924Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T17:05:00.924Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T17:05:00.924Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T17:05:00.924Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T17:05:00.924Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T17:05:00.924Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:05:02.374Z] Selecting previously unselected package python3.6. [2021-03-09T17:05:02.374Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T17:05:02.374Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:05:02.374Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T17:05:02.374Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T17:05:02.374Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T17:05:02.374Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T17:05:02.636Z] Selecting previously unselected package python3. [2021-03-09T17:05:02.899Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T17:05:02.899Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T17:05:02.899Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T17:05:02.899Z] Selecting previously unselected package multiarch-support. [2021-03-09T17:05:02.899Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T17:05:02.899Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T17:05:02.899Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T17:05:03.164Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T17:05:03.164Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T17:05:03.164Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T17:05:03.164Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T17:05:03.164Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T17:05:03.164Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T17:05:03.164Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T17:05:03.164Z] Selecting previously unselected package sudo. [2021-03-09T17:05:03.164Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T17:05:03.428Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T17:05:03.428Z] Selecting previously unselected package apparmor. [2021-03-09T17:05:03.428Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T17:05:03.428Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T17:05:03.690Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T17:05:03.690Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T17:05:03.690Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T17:05:03.690Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T17:05:03.690Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T17:05:03.953Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:03.953Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T17:05:03.953Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T17:05:03.953Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:03.953Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T17:05:03.953Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T17:05:03.953Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T17:05:04.216Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T17:05:04.216Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T17:05:04.216Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:04.216Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T17:05:04.216Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T17:05:04.216Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:04.479Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T17:05:04.479Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T17:05:04.479Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T17:05:04.742Z] Selecting previously unselected package openssh-client. [2021-03-09T17:05:04.742Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T17:05:04.742Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T17:05:05.009Z] Selecting previously unselected package squashfs-tools. [2021-03-09T17:05:05.009Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T17:05:05.009Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T17:05:05.009Z] Selecting previously unselected package snapd. [2021-03-09T17:05:05.009Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T17:05:05.009Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T17:05:08.325Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T17:05:08.325Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T17:05:08.325Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T17:05:08.325Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T17:05:08.325Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T17:05:08.325Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:08.325Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T17:05:08.325Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T17:05:08.325Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T17:05:09.282Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T17:05:09.282Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T17:05:09.282Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T17:05:09.282Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:05:09.282Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:09.282Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T17:05:10.230Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T17:05:10.231Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:10.231Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T17:05:10.231Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T17:05:10.500Z] running python rtupdate hooks for python3.6... [2021-03-09T17:05:10.500Z] running python post-rtupdate hooks for python3.6... [2021-03-09T17:05:10.500Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T17:05:12.423Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T17:05:12.685Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T17:05:12.685Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T17:05:12.948Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T17:05:13.524Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T17:05:13.787Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T17:05:14.050Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T17:05:14.314Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T17:05:14.578Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T17:05:14.578Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T17:05:14.844Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T17:05:15.106Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T17:05:15.371Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T17:05:15.635Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T17:05:15.635Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-09T17:05:15.635Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T17:05:15.897Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T17:05:17.296Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T17:05:17.296Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T17:05:17.296Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T17:05:19.488Z] Reading package lists... [2021-03-09T17:05:19.751Z] Reading package lists... [2021-03-09T17:05:20.014Z] Building dependency tree... [2021-03-09T17:05:20.014Z] Reading state information... [2021-03-09T17:05:20.276Z] Calculating upgrade... [2021-03-09T17:05:20.276Z] The following packages will be upgraded: [2021-03-09T17:05:20.276Z] advancecomp base-files bash binutils binutils-common [2021-03-09T17:05:20.276Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T17:05:20.276Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T17:05:20.276Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T17:05:20.276Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T17:05:20.276Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T17:05:20.276Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T17:05:20.276Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T17:05:20.276Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T17:05:20.276Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T17:05:20.276Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T17:05:20.276Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T17:05:20.276Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T17:05:20.276Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T17:05:20.276Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T17:05:20.540Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T17:05:20.540Z] Need to get 63.8 MB of archives. [2021-03-09T17:05:20.540Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T17:05:20.540Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T17:05:20.540Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T17:05:20.540Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T17:05:20.540Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T17:05:20.540Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T17:05:20.540Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T17:05:20.540Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T17:05:20.540Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T17:05:20.540Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-09T17:05:20.540Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-09T17:05:20.540Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-09T17:05:20.540Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T17:05:20.540Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T17:05:20.540Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-09T17:05:20.540Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T17:05:20.540Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T17:05:20.540Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T17:05:20.540Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T17:05:20.809Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T17:05:20.809Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T17:05:20.809Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-09T17:05:20.809Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T17:05:20.809Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-09T17:05:20.809Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T17:05:20.809Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T17:05:20.809Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T17:05:20.809Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T17:05:20.809Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T17:05:20.809Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T17:05:20.809Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T17:05:20.809Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T17:05:20.809Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T17:05:20.810Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T17:05:20.810Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T17:05:20.810Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T17:05:20.810Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T17:05:20.810Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-09T17:05:20.810Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T17:05:20.810Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-09T17:05:20.810Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-09T17:05:20.810Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T17:05:20.810Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T17:05:20.810Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-09T17:05:20.810Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T17:05:20.810Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T17:05:20.810Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-09T17:05:20.810Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T17:05:20.810Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-09T17:05:20.810Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T17:05:21.075Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T17:05:21.075Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T17:05:21.075Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T17:05:21.075Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T17:05:21.075Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T17:05:21.075Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T17:05:21.075Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T17:05:21.341Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-09T17:05:21.341Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-09T17:05:21.341Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T17:05:21.605Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-09T17:05:21.605Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T17:05:21.605Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T17:05:21.605Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T17:05:21.605Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T17:05:21.605Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T17:05:21.605Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T17:05:21.605Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T17:05:21.605Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T17:05:21.605Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T17:05:21.867Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T17:05:21.867Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T17:05:21.867Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T17:05:21.867Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T17:05:21.867Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T17:05:21.867Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T17:05:21.867Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T17:05:21.867Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T17:05:21.867Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T17:05:21.867Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T17:05:21.867Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T17:05:21.867Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-09T17:05:21.867Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-09T17:05:21.867Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-09T17:05:21.867Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T17:05:21.867Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-09T17:05:22.130Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T17:05:22.131Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T17:05:22.131Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T17:05:22.131Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T17:05:22.131Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-09T17:05:22.131Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T17:05:22.131Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T17:05:22.131Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-09T17:05:22.393Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T17:05:22.393Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T17:05:22.393Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T17:05:22.393Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T17:05:22.393Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T17:05:22.393Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T17:05:22.393Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T17:05:22.656Z] Fetched 63.8 MB in 2s (33.9 MB/s) [2021-03-09T17:05:22.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:22.656Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T17:05:22.656Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T17:05:23.607Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T17:05:23.607Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T17:05:23.607Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T17:05:23.607Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T17:05:24.557Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:24.557Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:24.557Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:24.557Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:24.819Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:24.819Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:24.819Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:24.819Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:25.082Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:25.082Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:25.082Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:25.082Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:25.344Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:25.344Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:25.344Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:25.607Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T17:05:25.607Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:25.607Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T17:05:25.607Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:25.870Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T17:05:25.870Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:25.870Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:25.870Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:25.870Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:26.133Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:26.133Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T17:05:26.397Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:26.397Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T17:05:26.397Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T17:05:26.659Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T17:05:27.236Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T17:05:27.499Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T17:05:27.499Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T17:05:27.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T17:05:27.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T17:05:27.763Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T17:05:28.025Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T17:05:28.025Z] Installing new version of config file /etc/issue ... [2021-03-09T17:05:28.025Z] Installing new version of config file /etc/issue.net ... [2021-03-09T17:05:28.025Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T17:05:28.025Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T17:05:28.287Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T17:05:28.287Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T17:05:28.550Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T17:05:28.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:28.550Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T17:05:28.550Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T17:05:28.813Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T17:05:28.813Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-09T17:05:29.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:29.075Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:29.075Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:29.075Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:29.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:29.075Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T17:05:29.338Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T17:05:29.338Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-09T17:05:29.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:29.600Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T17:05:29.600Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T17:05:29.863Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T17:05:30.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:30.125Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T17:05:30.125Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T17:05:30.125Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T17:05:30.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:30.387Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T17:05:30.387Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T17:05:30.387Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T17:05:30.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:30.652Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T17:05:30.652Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T17:05:30.652Z] Setting up grep (3.1-2build1) ... [2021-03-09T17:05:30.915Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:30.915Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T17:05:30.915Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T17:05:30.915Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T17:05:31.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:31.178Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T17:05:31.178Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T17:05:31.178Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T17:05:31.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:31.441Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T17:05:31.441Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T17:05:32.389Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T17:05:32.389Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T17:05:32.389Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T17:05:32.389Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T17:05:33.338Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T17:05:33.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:33.338Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T17:05:33.338Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T17:05:34.288Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T17:05:34.288Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T17:05:34.557Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T17:05:34.557Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T17:05:34.557Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T17:05:34.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:34.819Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T17:05:34.819Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T17:05:35.083Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T17:05:35.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:35.347Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:35.347Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:35.347Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:35.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:35.609Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:35.609Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:35.609Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:35.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:35.874Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:35.874Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:36.139Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:36.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:36.140Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:36.140Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:36.401Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:36.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:36.401Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T17:05:36.402Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T17:05:36.663Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T17:05:36.663Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T17:05:36.663Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T17:05:36.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:36.926Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T17:05:36.926Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T17:05:36.926Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T17:05:37.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:37.189Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:37.189Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:37.189Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:37.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:37.452Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:37.452Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:37.452Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:37.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:37.715Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:37.715Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:38.289Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:38.553Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T17:05:39.129Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T17:05:39.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:39.129Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T17:05:39.129Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T17:05:39.392Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T17:05:39.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T17:05:39.656Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T17:05:39.656Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T17:05:39.918Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T17:05:39.918Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:39.918Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T17:05:40.181Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T17:05:40.181Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T17:05:40.236Z] lf-activate-venv(): INFO: Adding /tmp/venv-0Y4B/bin to PATH [2021-03-09T17:05:40.236Z] INFO: No Stack... [2021-03-09T17:05:40.236Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T17:05:40.236Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T17:05:40.576Z] + + catcut /w/workspace/edgex-go/11/archives/cost.csv -d, [2021-03-09T17:05:40.576Z] -f6 [Pipeline] lock [2021-03-09T17:05:40.689Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-11-stack-cost] [2021-03-09T17:05:40.701Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-11-stack-cost] did not exist. Created. [2021-03-09T17:05:40.701Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-11-stack-cost] [Pipeline] { [Pipeline] unstash [2021-03-09T17:05:40.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:40.755Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T17:05:40.755Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T17:05:40.755Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T17:05:40.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:40.755Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [Pipeline] sh [2021-03-09T17:05:41.018Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T17:05:41.018Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T17:05:41.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:41.018Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T17:05:41.130Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T17:05:41.280Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T17:05:41.280Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T17:05:41.463Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T17:05:41.477Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-11-stack-cost] [2021-03-09T17:05:41.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:41.543Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T17:05:41.543Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T17:05:41.543Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-09T17:05:41.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:41.806Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-03-09T17:05:42.079Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T17:05:42.079Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] } [2021-03-09T17:05:42.343Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:42.343Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T17:05:42.343Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T17:05:42.606Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T17:05:42.606Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T17:05:42.867Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T17:05:42.867Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T17:05:42.867Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T17:05:42.867Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:42.867Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-09T17:05:43.129Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T17:05:43.392Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T17:05:43.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:43.967Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T17:05:43.967Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T17:05:43.967Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T17:05:44.544Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:44.544Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T17:05:44.544Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T17:05:44.544Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T17:05:44.544Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:44.544Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T17:05:44.544Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T17:05:44.806Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T17:05:44.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:44.806Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T17:05:44.806Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T17:05:45.380Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T17:05:45.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:45.380Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T17:05:45.380Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T17:05:45.646Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T17:05:45.646Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:45.646Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T17:05:45.646Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T17:05:45.915Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T17:05:45.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:45.915Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T17:05:45.915Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T17:05:46.177Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T17:05:46.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:46.177Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T17:05:46.177Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T17:05:46.439Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T17:05:46.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:46.440Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T17:05:46.440Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T17:05:46.702Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T17:05:46.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:46.702Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T17:05:46.963Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T17:05:46.963Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T17:05:46.963Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T17:05:46.963Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T17:05:46.963Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T17:05:47.225Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T17:05:47.225Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T17:05:47.225Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T17:05:47.225Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T17:05:47.488Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T17:05:47.488Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T17:05:47.756Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T17:05:47.756Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T17:05:48.018Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T17:05:48.018Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T17:05:48.282Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T17:05:48.282Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T17:05:48.282Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T17:05:48.282Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T17:05:48.545Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T17:05:48.545Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T17:05:48.545Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T17:05:48.807Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T17:05:48.807Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T17:05:48.807Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T17:05:48.807Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T17:05:49.070Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T17:05:49.070Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T17:05:49.070Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T17:05:49.332Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T17:05:49.332Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T17:05:50.278Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T17:05:50.278Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T17:05:50.278Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T17:05:50.278Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T17:05:50.540Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T17:05:50.540Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T17:05:51.114Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T17:05:51.114Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T17:05:51.114Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T17:05:51.114Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T17:05:51.375Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T17:05:51.375Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T17:05:51.375Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:51.375Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:51.637Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:51.637Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:51.899Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:51.899Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:51.899Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:51.899Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:53.291Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:53.291Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:54.240Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:54.240Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:55.188Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:55.188Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:55.451Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:55.451Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:56.842Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T17:05:56.842Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T17:05:56.842Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T17:05:56.842Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T17:05:56.842Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T17:05:56.842Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T17:05:57.104Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T17:05:57.104Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T17:05:57.366Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T17:05:57.366Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T17:05:57.366Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T17:05:57.366Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T17:05:57.628Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T17:05:57.628Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T17:05:57.628Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T17:05:57.628Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T17:05:57.891Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:57.891Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T17:05:57.891Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:57.891Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:57.891Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:58.153Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T17:05:58.153Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T17:05:58.153Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T17:05:58.153Z] [2021-03-09T17:05:58.153Z] Current default time zone: 'Etc/UTC' [2021-03-09T17:05:58.153Z] Local time is now: Tue Mar 9 17:05:58 UTC 2021. [2021-03-09T17:05:58.153Z] Universal Time is now: Tue Mar 9 17:05:58 UTC 2021. [2021-03-09T17:05:58.153Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T17:05:58.153Z] [2021-03-09T17:05:58.416Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T17:05:58.416Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:58.416Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T17:05:58.416Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T17:05:58.416Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T17:05:58.416Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T17:05:58.416Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T17:05:58.692Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T17:05:58.692Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T17:05:58.692Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T17:05:58.692Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:58.692Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T17:05:58.963Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:05:58.963Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T17:05:58.963Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:05:58.963Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T17:05:59.227Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T17:05:59.227Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T17:05:59.227Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T17:05:59.227Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T17:05:59.227Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T17:05:59.227Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T17:05:59.227Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T17:06:01.160Z] Updating certificates in /etc/ssl/certs... [2021-03-09T17:06:02.107Z] 23 added, 27 removed; done. [2021-03-09T17:06:02.107Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T17:06:02.107Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T17:06:02.107Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T17:06:02.107Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T17:06:02.107Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T17:06:02.368Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.368Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T17:06:02.368Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.368Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.368Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.630Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.630Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.630Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T17:06:02.630Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T17:06:02.630Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T17:06:02.892Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T17:06:02.892Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T17:06:02.892Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.892Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T17:06:02.892Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T17:06:02.892Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T17:06:03.154Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T17:06:03.154Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T17:06:03.154Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T17:06:03.416Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T17:06:03.416Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T17:06:03.416Z] Updating certificates in /etc/ssl/certs... [2021-03-09T17:06:03.991Z] 0 added, 0 removed; done. [2021-03-09T17:06:03.992Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T17:06:03.992Z] done. [2021-03-09T17:06:04.938Z] Reading package lists... [2021-03-09T17:06:05.201Z] Building dependency tree... [2021-03-09T17:06:05.201Z] Reading state information... [2021-03-09T17:06:05.464Z] The following NEW packages will be installed: [2021-03-09T17:06:05.464Z] apt-transport-https [2021-03-09T17:06:05.727Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T17:06:05.727Z] Need to get 1696 B of archives. [2021-03-09T17:06:05.727Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T17:06:05.727Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T17:06:05.727Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T17:06:05.988Z] Fetched 1696 B in 0s (9346 B/s) [2021-03-09T17:06:05.989Z] Selecting previously unselected package apt-transport-https. [2021-03-09T17:06:05.989Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T17:06:05.989Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T17:06:05.989Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T17:06:05.989Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T17:06:06.564Z] Waiting for network to be ready... [2021-03-09T17:06:14.730Z] 2021-03-09T17:06:11Z INFO Waiting for automatic snapd restart... [2021-03-09T17:06:16.143Z] snapd 2.49 from Canonical* installed [2021-03-09T17:06:17.111Z] "snapd" switched to the "latest/stable" channel [2021-03-09T17:06:17.111Z] [2021-03-09T17:06:22.418Z] core18 20210128 from Canonical* installed [2021-03-09T17:06:22.418Z] "core18" switched to the "latest/stable" channel [2021-03-09T17:06:22.418Z] [2021-03-09T17:06:29.022Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T17:06:29.022Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T17:06:29.022Z] [2021-03-09T17:06:33.239Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-09T17:06:33.239Z] - README.md [2021-03-09T17:06:33.239Z] - snapcraft.yaml.orig [2021-03-09T17:06:33.239Z] [2021-03-09T17:06:33.239Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T17:06:39.833Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T17:06:39.833Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T17:06:39.833Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T17:06:39.833Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T17:06:41.751Z] Reading package lists... [2021-03-09T17:06:42.325Z] 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.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-09T17:06:48.929Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T17:06:48.929Z] Reading package lists... [2021-03-09T17:06:48.929Z] Building dependency tree... [2021-03-09T17:06:48.929Z] Reading state information... [2021-03-09T17:06:48.929Z] Suggested packages: [2021-03-09T17:06:48.929Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T17:06:48.929Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T17:06:48.929Z] Recommended packages: [2021-03-09T17:06:48.929Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T17:06:48.929Z] The following NEW packages will be installed: [2021-03-09T17:06:48.929Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T17:06:48.929Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T17:06:48.929Z] pkg-config zip [2021-03-09T17:06:48.929Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T17:06:48.929Z] Need to get 7656 kB of archives. [2021-03-09T17:06:48.929Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T17:06:48.929Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T17:06:48.929Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T17:06:48.929Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T17:06:48.929Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T17:06:48.929Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T17:06:48.929Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T17:06:48.929Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T17:06:49.193Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T17:06:49.193Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T17:06:49.458Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T17:06:49.458Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T17:06:49.458Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T17:06:49.458Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T17:06:49.720Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T17:06:49.720Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T17:06:49.720Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T17:06:49.983Z] Fetched 7656 kB in 1s (8849 kB/s) [2021-03-09T17:06:49.983Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T17:06:49.983Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T17:06:49.983Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T17:06:49.983Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T17:06:50.248Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T17:06:50.248Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T17:06:50.248Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T17:06:50.248Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T17:06:50.248Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T17:06:50.248Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T17:06:50.510Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T17:06:50.510Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T17:06:50.510Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T17:06:50.510Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T17:06:50.510Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T17:06:50.510Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T17:06:50.771Z] Selecting previously unselected package liberror-perl. [2021-03-09T17:06:50.772Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T17:06:50.772Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T17:06:50.772Z] Selecting previously unselected package git-man. [2021-03-09T17:06:50.772Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T17:06:50.772Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T17:06:51.033Z] Selecting previously unselected package git. [2021-03-09T17:06:51.033Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T17:06:51.033Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T17:06:51.986Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T17:06:51.986Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T17:06:51.986Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T17:06:51.986Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T17:06:51.986Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T17:06:52.248Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T17:06:52.248Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T17:06:52.248Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T17:06:52.248Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T17:06:52.248Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T17:06:52.248Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T17:06:52.248Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T17:06:52.510Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T17:06:52.510Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T17:06:52.510Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T17:06:52.510Z] Selecting previously unselected package pkg-config. [2021-03-09T17:06:52.772Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T17:06:52.772Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T17:06:52.772Z] Selecting previously unselected package zip. [2021-03-09T17:06:52.772Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T17:06:52.772Z] Unpacking zip (3.0-11build1) ... [2021-03-09T17:06:52.772Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T17:06:52.772Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T17:06:52.772Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T17:06:53.033Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T17:06:53.033Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T17:06:53.033Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T17:06:53.033Z] No schema files found: doing nothing. [2021-03-09T17:06:53.033Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T17:06:53.033Z] Setting up zip (3.0-11build1) ... [2021-03-09T17:06:53.033Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T17:06:53.033Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T17:06:53.033Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T17:06:53.295Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T17:06:53.295Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T17:06:53.295Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T17:06:53.295Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T17:06:53.295Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T17:06:59.923Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T17:07:00.497Z] git set to automatically installed. [2021-03-09T17:07:00.497Z] git-man set to automatically installed. [2021-03-09T17:07:00.497Z] libcurl3-gnutls set to automatically installed. [2021-03-09T17:07:00.497Z] liberror-perl set to automatically installed. [2021-03-09T17:07:00.497Z] libglib2.0-0 set to automatically installed. [2021-03-09T17:07:00.497Z] libnghttp2-14 set to automatically installed. [2021-03-09T17:07:00.497Z] libnorm1 set to automatically installed. [2021-03-09T17:07:00.497Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T17:07:00.497Z] libpsl5 set to automatically installed. [2021-03-09T17:07:00.497Z] librtmp1 set to automatically installed. [2021-03-09T17:07:00.497Z] libsodium23 set to automatically installed. [2021-03-09T17:07:00.497Z] libzmq3-dev set to automatically installed. [2021-03-09T17:07:00.497Z] libzmq5 set to automatically installed. [2021-03-09T17:07:00.497Z] pkg-config set to automatically installed. [2021-03-09T17:07:00.497Z] zip set to automatically installed. [2021-03-09T17:07:03.056Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T17:07:09.672Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T17:07:09.939Z] snap "core18" has no updates available [2021-03-09T17:07:10.887Z] Pulling config-common [2021-03-09T17:07:10.887Z] + snapcraftctl pull [2021-03-09T17:07:12.285Z] Pulling go-build-helper [2021-03-09T17:07:12.285Z] + snapcraftctl pull [2021-03-09T17:07:38.919Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T17:07:38.919Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T17:07:38.919Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T17:07:38.919Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T17:07:38.919Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T17:07:38.919Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T17:07:38.919Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T17:07:38.919Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T17:07:38.919Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T17:07:38.919Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T17:07:38.919Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T17:07:38.919Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T17:07:38.919Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T17:07:38.919Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T17:07:38.919Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T17:07:38.919Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T17:07:38.919Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T17:07:38.919Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T17:07:38.919Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T17:07:38.919Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T17:07:38.919Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T17:07:38.919Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T17:07:38.919Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T17:07:38.919Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T17:07:38.919Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T17:07:38.919Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T17:07:38.919Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T17:07:38.919Z] Fetched 24.0 MB in 6s (3970 kB/s) [2021-03-09T17:07:38.919Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T17:07:38.919Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T17:07:38.919Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T17:07:38.919Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T17:07:38.919Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T17:07:38.919Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T17:07:38.919Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T17:07:38.919Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T17:07:38.919Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T17:07:38.919Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T17:07:38.919Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T17:07:38.919Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T17:07:38.919Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T17:07:38.919Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T17:07:38.919Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T17:07:38.919Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T17:07:38.919Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T17:07:38.919Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T17:07:38.919Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T17:07:38.919Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T17:07:38.919Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T17:07:38.919Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T17:07:38.919Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T17:07:38.919Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T17:07:38.919Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T17:07:38.919Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T17:07:38.920Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T17:07:38.920Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T17:07:38.920Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T17:07:38.920Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T17:07:38.920Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T17:07:38.920Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T17:07:38.920Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T17:07:38.920Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T17:07:38.920Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T17:07:38.920Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T17:07:38.920Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T17:07:38.920Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T17:07:41.504Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T17:07:41.504Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T17:07:41.504Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T17:07:41.504Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T17:07:41.504Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T17:07:41.504Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T17:07:41.504Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T17:07:41.504Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T17:07:41.505Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T17:07:41.505Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T17:07:41.505Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T17:07:41.505Z] Pulling static-packages [2021-03-09T17:07:41.505Z] + snapcraftctl pull [2021-03-09T17:07:42.466Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-09T17:07:42.466Z] Skipping pull go-build-helper (already ran) [2021-03-09T17:07:42.466Z] Skipping pull static-packages (already ran) [2021-03-09T17:07:42.466Z] Building go-build-helper [2021-03-09T17:07:42.466Z] + snapcraftctl build [2021-03-09T17:07:47.775Z] Building static-packages [2021-03-09T17:07:47.775Z] + snapcraftctl build [2021-03-09T17:07:50.337Z] Staging go-build-helper [2021-03-09T17:07:50.337Z] + snapcraftctl stage [2021-03-09T17:07:51.727Z] Staging static-packages [2021-03-09T17:07:51.727Z] + snapcraftctl stage [2021-03-09T17:07:53.118Z] Pulling go115 [2021-03-09T17:07:53.118Z] + snapcraftctl pull [2021-03-09T17:07:54.511Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T17:07:54.511Z] Skipping pull go115 (already ran) [2021-03-09T17:07:54.511Z] Building go115 [2021-03-09T17:07:54.511Z] + dpkg --print-architecture [2021-03-09T17:07:54.511Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T17:07:54.511Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T17:07:54.511Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T17:07:54.511Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T17:07:54.511Z] Dload Upload Total Spent Left Speed [2021-03-09T17:07:58.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 11.8M 0 0 18.1M 0 0:00:06 --:--:-- 0:00:06 18.1M 34 115M 34 40.3M 0 0 24.6M 0 0:00:04 0:00:01 0:00:03 24.6M 60 115M 60 70.0M 0 0 26.2M 0 0:00:04 0:00:02 0:00:02 26.2M 97 115M 97 113M 0 0 31.1M 0 0:00:03 0:00:03 --:--:-- 31.1M 100 115M 100 115M 0 0 31.3M 0 0:00:03 0:00:03 --:--:-- 31.3M [2021-03-09T17:07:58.153Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-09T17:07:58.153Z] + sha256sum -c sha256 [2021-03-09T17:07:58.153Z] + grep OK [2021-03-09T17:07:58.729Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-09T17:07:58.729Z] + mkdir -p /root/stage/go1.15 [2021-03-09T17:07:58.729Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-09T17:08:05.344Z] Staging go115 [2021-03-09T17:08:05.344Z] + snapcraftctl stage [2021-03-09T17:08:11.944Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T17:08:11.944Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T17:08:11.944Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T17:08:11.944Z] Fetched 0 B in 0s (0 B/s) [2021-03-09T17:08:11.944Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-09T17:08:11.944Z] Fetched 224 kB in 0s (0 B/s) [2021-03-09T17:08:11.944Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-09T17:08:11.944Z] Fetched 157 kB in 0s (0 B/s) [2021-03-09T17:08:11.944Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-09T17:08:11.944Z] Fetched 221 kB in 0s (0 B/s) [2021-03-09T17:08:11.944Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-09T17:08:11.944Z] Fetched 143 kB in 0s (0 B/s) [2021-03-09T17:08:11.944Z] Pulling edgex-go [2021-03-09T17:08:11.944Z] + snapcraftctl pull [2021-03-09T17:08:13.878Z] Pulling version [2021-03-09T17:08:13.878Z] + cd /root/project [2021-03-09T17:08:13.878Z] + [ -f VERSION ] [2021-03-09T17:08:13.878Z] + PROJECT_VERSION=local-dev [2021-03-09T17:08:13.878Z] + git rev-parse --short HEAD [2021-03-09T17:08:13.878Z] + GIT_REVISION=6c748aec [2021-03-09T17:08:13.878Z] + snapcraftctl set-version local-dev [2021-03-09T17:08:15.271Z] Building config-common [2021-03-09T17:08:15.271Z] + snapcraftctl build [2021-03-09T17:08:18.606Z] Skipping build go-build-helper (already ran) [2021-03-09T17:08:18.606Z] Skipping build static-packages (already ran) [2021-03-09T17:08:18.606Z] Skipping build go115 (already ran) [2021-03-09T17:08:18.606Z] Building edgex-go [2021-03-09T17:08:19.188Z] + 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/6120/bin/scriptlet-bin [2021-03-09T17:08:19.188Z] + cd /root/parts/edgex-go/src [2021-03-09T17:08:19.188Z] + make build [2021-03-09T17:08:19.188Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T17:08:21.888Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-09T17:08:21.888Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-09T17:08:21.888Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-09T17:08:21.888Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-09T17:08:21.888Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-09T17:08:21.888Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-09T17:08:21.888Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T17:08:21.888Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-09T17:08:21.888Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-09T17:08:21.888Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-09T17:08:21.888Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-09T17:08:21.888Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-09T17:08:21.888Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T17:08:21.888Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-09T17:08:21.888Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-09T17:08:21.888Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-09T17:08:21.888Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-09T17:08:21.888Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-09T17:08:21.888Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-09T17:08:21.888Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T17:08:21.888Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-09T17:08:21.888Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-09T17:08:21.888Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-09T17:08:22.190Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-09T17:08:22.190Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-09T17:08:22.190Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-09T17:08:22.190Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T17:08:22.190Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-09T17:08:22.190Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-09T17:08:22.190Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-09T17:08:22.190Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T17:08:22.469Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-09T17:08:22.469Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-09T17:08:32.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T17:08:32.618Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-09T17:08:37.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T17:08:39.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T17:08:41.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T17:08:41.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T17:08:41.544Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-09T17:08:41.806Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-09T17:08:41.806Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T17:08:41.806Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T17:08:43.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T17:08:43.729Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-09T17:08:43.729Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-09T17:08:45.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T17:08:46.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T17:08:46.605Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-09T17:08:48.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T17:08:49.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T17:08:49.405Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-09T17:08:50.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T17:08:50.798Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-09T17:08:53.358Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-09T17:08:53.358Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-09T17:08:53.359Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-09T17:08:53.359Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-09T17:08:53.359Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-09T17:08:53.359Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-09T17:08:53.359Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-09T17:08:53.359Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-09T17:08:53.359Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-09T17:08:53.359Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-09T17:08:53.359Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-09T17:08:55.917Z] Building version [2021-03-09T17:08:55.917Z] + snapcraftctl build [2021-03-09T17:08:59.236Z] Staging config-common [2021-03-09T17:08:59.236Z] + snapcraftctl stage [2021-03-09T17:09:00.184Z] Skipping stage go-build-helper (already ran) [2021-03-09T17:09:00.184Z] Skipping stage static-packages (already ran) [2021-03-09T17:09:00.184Z] Skipping stage go115 (already ran) [2021-03-09T17:09:00.184Z] Staging edgex-go [2021-03-09T17:09:00.184Z] + snapcraftctl stage [2021-03-09T17:09:01.578Z] Staging version [2021-03-09T17:09:01.578Z] + snapcraftctl stage [2021-03-09T17:09:02.526Z] Priming config-common [2021-03-09T17:09:02.526Z] + snapcraftctl prime [2021-03-09T17:09:03.922Z] Priming go-build-helper [2021-03-09T17:09:03.922Z] + snapcraftctl prime [2021-03-09T17:09:05.317Z] Priming static-packages [2021-03-09T17:09:05.317Z] + snapcraftctl prime [2021-03-09T17:09:08.635Z] Priming go115 [2021-03-09T17:09:08.636Z] + snapcraftctl prime [2021-03-09T17:09:09.211Z] Priming edgex-go [2021-03-09T17:09:09.211Z] + snapcraftctl prime [2021-03-09T17:09:11.139Z] Priming version [2021-03-09T17:09:11.139Z] + snapcraftctl prime [2021-03-09T17:09:12.546Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-09T17:09:15.834Z] provisioning config files... [2021-03-09T17:09:15.853Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config7928099194132993468tmp [Pipeline] { [Pipeline] sh [2021-03-09T17:09:16.444Z] + set +x [2021-03-09T17:09:16.444Z] + curl -s https://codecov.io/bash [2021-03-09T17:09:16.444Z] + bash -s -- [2021-03-09T17:09:17.064Z] [2021-03-09T17:09:17.064Z] _____ _ [2021-03-09T17:09:17.064Z] / ____| | | [2021-03-09T17:09:17.064Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T17:09:17.064Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T17:09:17.064Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T17:09:17.064Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T17:09:17.064Z] Bash-20210309-2b87ace [2021-03-09T17:09:17.064Z] [2021-03-09T17:09:17.064Z] [2021-03-09T17:09:17.064Z] ==> git version 2.24.3 found [2021-03-09T17:09:17.064Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-09T17:09:17.064Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T17:09:17.064Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T17:09:17.064Z] ==> Jenkins CI detected. [2021-03-09T17:09:17.064Z] project root: . [2021-03-09T17:09:17.064Z] --> token set from env [2021-03-09T17:09:17.432Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T17:09:17.719Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T17:09:17.719Z] ==> Python coveragepy not found [2021-03-09T17:09:17.719Z] ==> Searching for coverage reports in: [2021-03-09T17:09:17.719Z] + . [2021-03-09T17:09:17.986Z] -> Found 1 reports [2021-03-09T17:09:17.986Z] ==> Detecting git/mercurial file structure [2021-03-09T17:09:17.986Z] ==> Reading reports [2021-03-09T17:09:17.986Z] + ./coverage.out bytes=624012 [2021-03-09T17:09:17.986Z] ==> Appending adjustments [2021-03-09T17:09:17.986Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T17:09:25.019Z] + Found adjustments [2021-03-09T17:09:25.282Z] ==> Gzipping contents [2021-03-09T17:09:25.282Z] 92K /tmp/codecov.eVP00E.gz [2021-03-09T17:09:25.282Z] ==> Uploading reports [2021-03-09T17:09:25.282Z] url: https://codecov.io [2021-03-09T17:09:25.283Z] query: branch=PR-3208&commit=6c748aec216548f858cb505ec0d103cc2be8aba4&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-09T17:09:25.283Z] -> Pinging Codecov [2021-03-09T17:09:25.283Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=6c748aec216548f858cb505ec0d103cc2be8aba4&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-09T17:09:25.879Z] -> Uploading to [2021-03-09T17:09:25.879Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/6c748aec216548f858cb505ec0d103cc2be8aba4/b309195c-e3ad-4161-a011-93eff31153ce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T170925Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a789746e9df9b9df36545e05b4f172a96e6b60ec2f3fea9bd08858c788e1259 [2021-03-09T17:09:25.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T17:09:25.879Z] Dload Upload Total Spent Left Speed [2021-03-09T17:09:26.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92257 0 0 100 92257 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-03-09T17:09:26.466Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6c748aec216548f858cb505ec0d103cc2be8aba4 [Pipeline] } [2021-03-09T17:09:26.519Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:09:28.090Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:09:30.470Z] ---> package-listing.sh [2021-03-09T17:09:30.471Z] ++ facter osfamily [2021-03-09T17:09:30.471Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T17:09:30.735Z] + OS_FAMILY=redhat [2021-03-09T17:09:30.735Z] + workspace=/w/workspace/edgex-go/11 [2021-03-09T17:09:30.735Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T17:09:30.735Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T17:09:30.735Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T17:09:30.735Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T17:09:30.735Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-09T17:09:30.735Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T17:09:30.735Z] + case "${OS_FAMILY}" in [2021-03-09T17:09:30.735Z] + rpm -qa [2021-03-09T17:09:30.735Z] + sort [2021-03-09T17:09:40.822Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T17:09:40.822Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T17:09:40.822Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T17:09:40.822Z] + '[' /w/workspace/edgex-go/11 ']' [2021-03-09T17:09:40.822Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-03-09T17:09:40.822Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-03-09T17:09:40.837Z] 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T17:09:41.146Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:09:41.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:09:43.321Z] [2021-03-09T17:09:43.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T17:09:43.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:09:43.840Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T17:09:43.840Z] df20fa9351a1: Pulling fs layer [2021-03-09T17:09:43.840Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T17:09:43.840Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T17:09:43.840Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T17:09:43.840Z] 93b61091891f: Pulling fs layer [2021-03-09T17:09:43.840Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T17:09:43.840Z] 5e14af77c1be: Pulling fs layer [2021-03-09T17:09:43.840Z] 01666e4c0597: Pulling fs layer [2021-03-09T17:09:43.840Z] aa168da1d23b: Pulling fs layer [2021-03-09T17:09:43.840Z] 46f8f816bc3b: Waiting [2021-03-09T17:09:43.840Z] 93b61091891f: Waiting [2021-03-09T17:09:43.840Z] 93b9cdb0e59b: Waiting [2021-03-09T17:09:43.840Z] 5e14af77c1be: Waiting [2021-03-09T17:09:43.840Z] 01666e4c0597: Waiting [2021-03-09T17:09:43.840Z] aa168da1d23b: Waiting [2021-03-09T17:09:43.840Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T17:09:43.840Z] 36b3adc4ff6f: Download complete [2021-03-09T17:09:43.840Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T17:09:43.840Z] 46f8f816bc3b: Download complete [2021-03-09T17:09:44.105Z] 93b61091891f: Verifying Checksum [2021-03-09T17:09:44.105Z] 93b61091891f: Download complete [2021-03-09T17:09:44.105Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T17:09:44.105Z] 93b9cdb0e59b: Download complete [2021-03-09T17:09:44.105Z] 5e14af77c1be: Verifying Checksum [2021-03-09T17:09:44.105Z] 5e14af77c1be: Download complete [2021-03-09T17:09:44.105Z] 01666e4c0597: Verifying Checksum [2021-03-09T17:09:44.105Z] 01666e4c0597: Download complete [2021-03-09T17:09:44.105Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T17:09:44.105Z] 8ad3a11d3b57: Download complete [2021-03-09T17:09:44.686Z] df20fa9351a1: Verifying Checksum [2021-03-09T17:09:44.686Z] df20fa9351a1: Download complete [2021-03-09T17:09:45.281Z] df20fa9351a1: Pull complete [2021-03-09T17:09:45.870Z] 36b3adc4ff6f: Pull complete [2021-03-09T17:09:47.908Z] 8ad3a11d3b57: Pull complete [2021-03-09T17:09:48.188Z] aa168da1d23b: Verifying Checksum [2021-03-09T17:09:48.188Z] aa168da1d23b: Download complete [2021-03-09T17:09:48.188Z] 46f8f816bc3b: Pull complete [2021-03-09T17:09:48.798Z] 93b61091891f: Pull complete [2021-03-09T17:09:48.798Z] 93b9cdb0e59b: Pull complete [2021-03-09T17:09:49.070Z] 5e14af77c1be: Pull complete [2021-03-09T17:09:49.338Z] 01666e4c0597: Pull complete [2021-03-09T17:10:09.326Z] aa168da1d23b: Pull complete [2021-03-09T17:10:09.326Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T17:10:09.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T17:10:09.326Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T17:10:09.628Z] prd-centos7-docker-4c-2g-29149 does not seem to be running inside a container [2021-03-09T17:10:09.758Z] $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-09T17:10:14.858Z] $ docker top c78df649d6b77dcbd7a0eef0a61899ad98ec8f543915a5e4801a65337a218559 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T17:10:15.522Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T17:10:15.906Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T17:10:16.229Z] + ls /var/log/sa-host [2021-03-09T17:10:16.229Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T17:10:16.229Z] file_magic: OK [2021-03-09T17:10:16.229Z] HZ: Using current value: 100 [2021-03-09T17:10:16.229Z] file_header: OK [2021-03-09T17:10:16.229Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T17:10:16.229Z] Statistics: [2021-03-09T17:10:16.229Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-09T17:10:16.229Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T17:10:16.229Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T17:10:16.229Z] file_magic: OK [2021-03-09T17:10:16.229Z] HZ: Using current value: 100 [2021-03-09T17:10:16.229Z] file_header: OK [2021-03-09T17:10:16.229Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T17:10:16.229Z] Statistics: [2021-03-09T17:10:16.229Z] Hnuu...uuuununununu... [2021-03-09T17:10:16.229Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T17:10:16.442Z] provisioning config files... [2021-03-09T17:10:16.461Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config6395355835965849204tmp [Pipeline] { [Pipeline] echo [2021-03-09T17:10:16.540Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:10:16.904Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T17:10:17.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T17:10:17.281Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:10:17.649Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T17:10:17.664Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:10:17.999Z] ---> sudo-logs.sh [2021-03-09T17:10:17.999Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T17:10:18.082Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:10:18.740Z] ---> job-cost.sh [2021-03-09T17:10:18.740Z] lf-activate-venv: SKIPPING [2021-03-09T17:10:18.740Z] DEBUG: total: 0.20999999344348907 [2021-03-09T17:10:18.740Z] INFO: Retrieving Stack Cost... [2021-03-09T17:10:19.732Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T17:10:20.330Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T17:10:20.349Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T17:10:20.662Z] ---> logs-deploy.sh [2021-03-09T17:10:20.662Z] lf-activate-venv: SKIPPING [2021-03-09T17:10:20.662Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/11 [2021-03-09T17:10:20.662Z] INFO: archiving workspace using pattern(s): [2021-03-09T17:10:23.272Z] Archives upload complete. [2021-03-09T17:10:23.272Z] INFO: archiving logs to Nexus