Pull request #3391 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3daad41841a19eb22bce2f1fa509c016ebb6911a+7b8ff941781f40a52b080ca1fb051afd3c85c202 (1c155c802fd9c53795ba13a1b2a7a8343b5a4f34) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1296 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7b8ff941781f40a52b080ca1fb051afd3c85c202 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a Merge succeeded, producing 3daad41841a19eb22bce2f1fa509c016ebb6911a Checking out Revision 3daad41841a19eb22bce2f1fa509c016ebb6911a (PR-3391) > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # 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 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 Commit message: "feat(security): Add consul token header to Kong's service" First time build. Skipping changelog. > git rev-list --no-walk 26176fbba9a7a2701835b50ceb7535c1861fd28f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:11:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:11:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:11:53 ========================================================= 00:11:53 EdgeX Global Pipelines Version Info 00:11:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:11:55 ------------------- 00:11:55 stable info: 00:11:55 ------------------- 00:11:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:11:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:11:55 Message: update stable to v1.0.186 00:11:56 ------------------- 00:11:56 experimental info: 00:11:56 ------------------- 00:11:56 Commited By: **** collab-it+edgex@linuxfoundation.org 00:11:56 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 00:11:56 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3daad41841a19eb22bce2f1fa509c016ebb6911a [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3daad41 [Pipeline] echo 00:11:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:11:56 provisioning config files... 00:11:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8248854095216963340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:11:57 ---> docker-login.sh 00:11:57 nexus3.edgexfoundry.org:10001 00:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:57 Configure a credential helper to remove this warning. See 00:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:57 00:11:57 Login Succeeded 00:11:57 nexus3.edgexfoundry.org:10002 00:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:57 Configure a credential helper to remove this warning. See 00:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:57 00:11:57 Login Succeeded 00:11:57 nexus3.edgexfoundry.org:10003 00:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:58 Configure a credential helper to remove this warning. See 00:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:58 00:11:58 Login Succeeded 00:11:58 nexus3.edgexfoundry.org:10004 00:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:58 Configure a credential helper to remove this warning. See 00:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:58 00:11:58 Login Succeeded 00:11:58 docker.io 00:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:58 Configure a credential helper to remove this warning. See 00:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:58 00:11:58 Login Succeeded 00:11:58 ---> docker-login.sh ends [Pipeline] } 00:11:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:11:58 ++ 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 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/core-command/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo core-command,cmd/core-command/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/core-data/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo core-data,cmd/core-data/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/core-metadata/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo core-metadata,cmd/core-metadata/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/security-bootstrapper/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/security-proxy-setup/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/support-notifications/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo support-notifications,cmd/support-notifications/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/support-scheduler/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:11:58 + for file in '`ls cmd/**/Dockerfile`' 00:11:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:11:58 ++ cut -d/ -f2 00:11:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:11:59 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 00:12:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:12:00 00:12:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:12:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:12:00 latest: Pulling from edgex-devops/git-semver 00:12:00 31603596830f: Pulling fs layer 00:12:00 2a8b12db71e7: Pulling fs layer 00:12:00 6ca5941a6612: Pulling fs layer 00:12:00 ecc8261a40a4: Pulling fs layer 00:12:00 ecc8261a40a4: Waiting 00:12:00 2a8b12db71e7: Verifying Checksum 00:12:00 2a8b12db71e7: Download complete 00:12:00 31603596830f: Verifying Checksum 00:12:00 31603596830f: Download complete 00:12:00 ecc8261a40a4: Verifying Checksum 00:12:00 ecc8261a40a4: Download complete 00:12:00 6ca5941a6612: Verifying Checksum 00:12:00 6ca5941a6612: Download complete 00:12:01 31603596830f: Pull complete 00:12:01 2a8b12db71e7: Pull complete 00:12:02 6ca5941a6612: Pull complete 00:12:02 ecc8261a40a4: Pull complete 00:12:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:12:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:12:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:12:02 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 00:12:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat 00:12:05 $ docker top 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:12:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:12:05 [ssh-agent] Looking for ssh-agent implementation... 00:12:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:12:05 $ docker exec 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent 00:12:06 SSH_AUTH_SOCK=/tmp/ssh-gMcCf51J2Fq7/agent.12 00:12:06 SSH_AGENT_PID=17 00:12:06 Running ssh-add (command line suppressed) 00:12:06 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6762552408460356355.key (/w/workspace/edgex-go/2@tmp/private_key_6762552408460356355.key) 00:12:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:12:06 + git tag --points-at HEAD [Pipeline] } 00:12:06 $ docker exec --env ******** --env ******** 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent -k 00:12:06 unset SSH_AUTH_SOCK; 00:12:06 unset SSH_AGENT_PID; 00:12:06 echo Agent pid 17 killed; 00:12:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:12:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:12:06 [ssh-agent] Looking for ssh-agent implementation... 00:12:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:12:07 $ docker exec 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent 00:12:07 SSH_AUTH_SOCK=/tmp/ssh-0e6KkPlWFqtV/agent.45 00:12:07 SSH_AGENT_PID=51 00:12:07 Running ssh-add (command line suppressed) 00:12:07 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8832088729519665906.key (/w/workspace/edgex-go/2@tmp/private_key_8832088729519665906.key) 00:12:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:12:07 + git semver init 00:12:07 # -> Open(): unable to determine branch for HEAD 00:12:07 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:12:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:12:07 # $SEMVER_REMOTE_NAME = origin 00:12:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:12:07 # $SEMVER_USER_NAME = edgex-jenkins 00:12:07 # $SEMVER_BRANCH = PR-3391 00:12:07 # $SEMVER_TEMP = /tmp/semver-393795566 00:12:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:12:25 # '/tmp/semver-393795566' -> '/w/workspace/edgex-go/2/.semver' 00:12:25 # -> Force: false 00:12:25 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:12:25 $ docker exec --env ******** --env ******** 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e ssh-agent -k 00:12:26 unset SSH_AUTH_SOCK; 00:12:26 unset SSH_AGENT_PID; 00:12:26 echo Agent pid 51 killed; 00:12:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:12:26 + git semver [Pipeline] } 00:12:26 $ docker stop --time=1 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e 00:12:28 $ docker rm -f 36fdd4f8616fd2bf8dd7b0088d0e8e104068a1cef23198784a300678f18fb93e [Pipeline] // withDockerContainer [Pipeline] sh 00:12:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:12:29 Stashed 1 file(s) [Pipeline] echo 00:12:29 [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 00:12:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:12:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:12:30 + sudo service docker restart 00:12:30 + true 00:12:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:12:30 ========================================================= 00:12:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:12:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:12:31 + 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 . 00:12:35 Sending build context to Docker daemon 329.9MB 00:12:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:12:35 Step 2/6 : FROM ${BASE} 00:12:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:12:35 188c0c94c7c5: Pulling fs layer 00:12:35 0ef7d3d256c8: Pulling fs layer 00:12:35 de9db76c5a1d: Pulling fs layer 00:12:35 bca2f99d35d6: Pulling fs layer 00:12:35 93359f2a8cfa: Pulling fs layer 00:12:35 7c6f9722023f: Pulling fs layer 00:12:35 a35cf1a2eb13: Pulling fs layer 00:12:35 a35cf1a2eb13: Waiting 00:12:35 bca2f99d35d6: Waiting 00:12:35 7c6f9722023f: Waiting 00:12:35 93359f2a8cfa: Waiting 00:12:35 de9db76c5a1d: Verifying Checksum 00:12:35 de9db76c5a1d: Download complete 00:12:35 0ef7d3d256c8: Download complete 00:12:35 93359f2a8cfa: Download complete 00:12:35 188c0c94c7c5: Download complete 00:12:35 7c6f9722023f: Verifying Checksum 00:12:35 7c6f9722023f: Download complete 00:12:35 188c0c94c7c5: Pull complete 00:12:35 0ef7d3d256c8: Pull complete 00:12:35 de9db76c5a1d: Pull complete 00:12:37 a35cf1a2eb13: Verifying Checksum 00:12:37 a35cf1a2eb13: Download complete 00:12:37 bca2f99d35d6: Verifying Checksum 00:12:37 bca2f99d35d6: Download complete 00:12:44 Still waiting to schedule task 00:12:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:12:44 bca2f99d35d6: Pull complete 00:12:44 93359f2a8cfa: Pull complete 00:12:44 7c6f9722023f: Pull complete 00:12:49 a35cf1a2eb13: Pull complete 00:12:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:12:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:12:49 ---> a62c8e92a672 00:12:49 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 00:12:49 ---> Running in a8888c53da1f 00:12:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:12:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:12:51 (1/12) Installing libmagic (5.38-r0) 00:12:51 (2/12) Installing file (5.38-r0) 00:12:51 (3/12) Installing libc-dev (0.7.2-r3) 00:12:51 (4/12) Installing g++ (9.3.0-r2) 00:12:55 (5/12) Installing fortify-headers (1.1-r0) 00:12:55 (6/12) Installing patch (2.7.6-r6) 00:12:55 (7/12) Installing build-base (0.5-r2) 00:12:55 (8/12) Installing libsodium (1.0.18-r0) 00:12:55 (9/12) Installing pkgconf (1.7.2-r0) 00:12:56 (10/12) Installing libsodium-dev (1.0.18-r0) 00:12:56 (11/12) Installing libzmq (4.3.3-r0) 00:12:56 (12/12) Installing zeromq-dev (4.3.3-r0) 00:12:56 Executing busybox-1.31.1-r19.trigger 00:12:56 OK: 233 MiB in 51 packages 00:13:00 Removing intermediate container a8888c53da1f 00:13:00 ---> 78700491ee51 00:13:00 Step 4/6 : WORKDIR /edgex-go 00:13:00 ---> Running in 28f25b30f7f9 00:13:00 Removing intermediate container 28f25b30f7f9 00:13:00 ---> 04bc6fc8f201 00:13:00 Step 5/6 : COPY go.mod . 00:13:00 ---> ee5e0db9a16b 00:13:00 Step 6/6 : RUN go mod download 00:13:00 ---> Running in 5b972fcf2284 00:13:27 Removing intermediate container 5b972fcf2284 00:13:27 ---> d4265833ce15 00:13:27 Successfully built d4265833ce15 00:13:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:13:27 + docker inspect -f . ci-base-image-x86_64 00:13:27 . [Pipeline] withDockerContainer 00:13:27 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 00:13:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:13:28 $ docker top ace96b64786b03cf5f15f59412793f5c50053800c857feecfadfcbe6cbcd6abd -eo pid,comm [Pipeline] { [Pipeline] sh 00:13:29 + go version 00:13:29 go version go1.15.5 linux/amd64 [Pipeline] } 00:13:29 $ docker stop --time=1 ace96b64786b03cf5f15f59412793f5c50053800c857feecfadfcbe6cbcd6abd 00:13:30 $ docker rm -f ace96b64786b03cf5f15f59412793f5c50053800c857feecfadfcbe6cbcd6abd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:13:31 + docker inspect -f . ci-base-image-x86_64 00:13:31 . [Pipeline] withDockerContainer 00:13:31 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 00:13:31 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:13:32 $ docker top 2fe8bc884f912602060a17cee84e93975bc283eb53c87a83bd1ee590e4ead493 -eo pid,comm [Pipeline] { [Pipeline] echo 00:13:32 ========================================================= 00:13:32 [edgeXBuildGoParallel] Running Tests and Build... 00:13:32 ========================================================= [Pipeline] sh 00:13:32 + make test 00:13:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:13:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:14:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:14:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:14:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:14:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:14:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:14:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:14:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:14:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:14:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:14:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:14:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:14:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:14:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 45.9% of statements 00:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements 00:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements 00:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 71.3% of statements 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 82.9% of statements 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:14:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements 00:14:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.172s coverage: 86.7% of statements 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.448s coverage: 93.0% of statements 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.9% of statements 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:14:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 00:14:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1297 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 00:14:37 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:14:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 00:14:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 00:14:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.214s coverage: 81.9% of statements 00:14:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:14:42 using credential edgex-jenkins-ssh 00:14:42 Cloning the remote Git repository 00:14:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:14:42 > git init /w/workspace/edgex-go/2 # timeout=10 00:14:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:14:42 > git --version # timeout=10 00:14:42 > git --version # 'git version 2.17.1' 00:14:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:14:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.122s coverage: 92.9% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.2% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 66.9% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.132s coverage: 41.5% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.060s coverage: 9.6% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 88.6% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.920s coverage: 28.7% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.091s coverage: 64.6% of statements 00:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:14:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 95.6% of statements 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:14:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 00:14:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 00:14:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:14:52 GO111MODULE=on go vet ./... 00:14:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:14:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:14:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:14:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:14:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:14:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:14:58 Merging remotes/origin/master commit 7b8ff941781f40a52b080ca1fb051afd3c85c202 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a 00:14:58 Merge succeeded, producing 3daad41841a19eb22bce2f1fa509c016ebb6911a 00:14:58 Checking out Revision 3daad41841a19eb22bce2f1fa509c016ebb6911a (PR-3391) 00:14:58 > git config core.sparsecheckout # timeout=10 00:14:58 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 00:14:58 > git remote # timeout=10 00:14:58 > git config --get remote.origin.url # timeout=10 00:14:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:14:58 > git merge 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 00:14:58 > git rev-parse HEAD^{commit} # timeout=10 00:14:58 > git config core.sparsecheckout # timeout=10 00:14:58 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 00:15:03 Commit message: "feat(security): Add consul token header to Kong's service" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:15:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:15:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:15:05 + sudo service docker restart 00:15:05 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:15:08 provisioning config files... 00:15:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4348220073217567754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:15:08 ---> docker-login.sh 00:15:08 nexus3.edgexfoundry.org:10001 00:15:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:15:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:15:09 Configure a credential helper to remove this warning. See 00:15:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:15:09 00:15:09 Login Succeeded 00:15:09 nexus3.edgexfoundry.org:10002 00:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:15:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:15:10 Configure a credential helper to remove this warning. See 00:15:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:15:10 00:15:10 Login Succeeded 00:15:10 nexus3.edgexfoundry.org:10003 00:15:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:15:11 Configure a credential helper to remove this warning. See 00:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:15:11 00:15:11 Login Succeeded 00:15:11 nexus3.edgexfoundry.org:10004 00:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:15:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:15:11 Configure a credential helper to remove this warning. See 00:15:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:15:11 00:15:11 Login Succeeded 00:15:11 docker.io 00:15:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:15:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:15:12 Configure a credential helper to remove this warning. See 00:15:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:15:12 00:15:12 Login Succeeded 00:15:12 ---> docker-login.sh ends [Pipeline] } 00:15:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:15:12 ========================================================= 00:15:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:15:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:15:12 + 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 . 00:15:15 Sending build context to Docker daemon 167.6MB 00:15:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:15:15 Step 2/6 : FROM ${BASE} 00:15:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:15:15 5f621e34cdf4: Pulling fs layer 00:15:15 a4357932f1b6: Pulling fs layer 00:15:15 18c013af1878: Pulling fs layer 00:15:15 00ac8860ef70: Pulling fs layer 00:15:15 63d7cb157983: Pulling fs layer 00:15:15 b116817d02f9: Pulling fs layer 00:15:15 745a02a5169b: Pulling fs layer 00:15:15 63d7cb157983: Waiting 00:15:15 b116817d02f9: Waiting 00:15:15 745a02a5169b: Waiting 00:15:15 00ac8860ef70: Waiting 00:15:15 18c013af1878: Verifying Checksum 00:15:15 a4357932f1b6: Download complete 00:15:15 5f621e34cdf4: Verifying Checksum 00:15:15 5f621e34cdf4: Download complete 00:15:15 63d7cb157983: Verifying Checksum 00:15:15 63d7cb157983: Download complete 00:15:15 b116817d02f9: Verifying Checksum 00:15:15 b116817d02f9: Download complete 00:15:15 5f621e34cdf4: Pull complete 00:15:16 a4357932f1b6: Pull complete 00:15:16 18c013af1878: Pull complete 00:15:18 745a02a5169b: Verifying Checksum 00:15:18 745a02a5169b: Download complete 00:15:18 00ac8860ef70: Verifying Checksum 00:15:18 00ac8860ef70: Download complete 00:15:24 gofmt -l . 00:15:24 [ "`gofmt -l .`" = "" ] 00:15:24 ./bin/test-go-mod-tidy.sh 00:15:24 ./bin/test-attribution-txt.sh [Pipeline] sh 00:15:25 + ls -al . 00:15:25 total 820 00:15:25 drwxrwxr-x 10 1001 1001 4096 Apr 21 00:15 . 00:15:25 drwxr-xr-x 4 root root 28 Apr 21 00:13 .. 00:15:25 -rw-rw-r-- 1 1001 1001 11 Apr 21 00:11 .dockerignore 00:15:25 drwxrwxr-x 8 1001 1001 179 Apr 21 00:11 .git 00:15:25 drwxrwxr-x 3 1001 1001 125 Apr 21 00:11 .github 00:15:25 -rw-rw-r-- 1 1001 1001 818 Apr 21 00:11 .gitignore 00:15:25 drwx------ 3 1001 1001 60 Apr 21 00:12 .semver 00:15:25 -rw-rw-r-- 1 1001 1001 166 Apr 21 00:11 .sonarcloud.properties 00:15:25 -rw-rw-r-- 1 1001 1001 8609 Apr 21 00:11 Attribution.txt 00:15:25 -rw-rw-r-- 1 1001 1001 3804 Apr 21 00:11 CONTRIBUTING.md 00:15:25 -rw-rw-r-- 1 1001 1001 931 Apr 21 00:11 Dockerfile.build 00:15:25 -rw-rw-r-- 1 1001 1001 863 Apr 21 00:11 Jenkinsfile 00:15:25 -rw-rw-r-- 1 1001 1001 10775 Apr 21 00:11 LICENSE 00:15:25 -rw-rw-r-- 1 1001 1001 5774 Apr 21 00:11 Makefile 00:15:25 -rw-rw-r-- 1 1001 1001 7978 Apr 21 00:11 README.md 00:15:25 -rw-rw-r-- 1 1001 1001 6755 Apr 21 00:11 SECURITY.md 00:15:25 -rw-rw-r-- 1 1001 1001 5 Apr 21 00:12 VERSION 00:15:25 -rw-rw-r-- 1 1001 1001 4131 Apr 21 00:11 ZMQWindows.md 00:15:25 drwxrwxr-x 2 1001 1001 117 Apr 21 00:11 bin 00:15:25 drwxrwxr-x 14 1001 1001 4096 Apr 21 00:11 cmd 00:15:25 -rw-r--r-- 1 root root 711909 Apr 21 00:14 coverage.out 00:15:25 -rw-r--r-- 1 root root 1059 Apr 21 00:15 go.mod 00:15:25 -rw-r--r-- 1 root root 22300 Apr 21 00:15 go.sum 00:15:25 drwxrwxr-x 8 1001 1001 127 Apr 21 00:11 internal 00:15:26 drwxrwxr-x 4 1001 1001 26 Apr 21 00:11 openapi 00:15:26 drwxrwxr-x 4 1001 1001 71 Apr 21 00:11 snap 00:15:26 -rw-rw-r-- 1 1001 1001 168 Apr 21 00:11 version.go [Pipeline] sh 00:15:26 + '[' -e coverage.out ] 00:15:26 + chown 1001:1001 coverage.out [Pipeline] stash 00:15:26 Stashed 1 file(s) [Pipeline] sh 00:15:27 + make build 00:15:27 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 00:15:31 00ac8860ef70: Pull complete 00:15:31 63d7cb157983: Pull complete 00:15:31 b116817d02f9: Pull complete 00:15:31 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 00:15:32 745a02a5169b: Pull complete 00:15:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:15:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:15:33 ---> b7e6874047d6 00:15:33 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 00:15:36 ---> Running in 984fe2216c76 00:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:15:39 (1/12) Installing libmagic (5.38-r0) 00:15:39 (2/12) Installing file (5.38-r0) 00:15:39 (3/12) Installing libc-dev (0.7.2-r3) 00:15:39 (4/12) Installing g++ (9.3.0-r2) 00:15:39 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 00:15:41 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 00:15:43 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 00:15:43 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 00:15:45 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 00:15:46 (5/12) Installing fortify-headers (1.1-r0) 00:15:46 (6/12) Installing patch (2.7.6-r6) 00:15:46 (7/12) Installing build-base (0.5-r2) 00:15:46 (8/12) Installing libsodium (1.0.18-r0) 00:15:46 (9/12) Installing pkgconf (1.7.2-r0) 00:15:46 (10/12) Installing libsodium-dev (1.0.18-r0) 00:15:46 (11/12) Installing libzmq (4.3.3-r0) 00:15:46 (12/12) Installing zeromq-dev (4.3.3-r0) 00:15:46 Executing busybox-1.31.1-r19.trigger 00:15:46 OK: 217 MiB in 51 packages 00:15:46 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 00:15:48 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 00:15:49 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 00:15:50 Removing intermediate container 984fe2216c76 00:15:50 ---> 701659dd024e 00:15:50 Step 4/6 : WORKDIR /edgex-go 00:15:50 ---> Running in 1da84848fe0d 00:15:51 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 00:15:51 Removing intermediate container 1da84848fe0d 00:15:51 ---> 34b61dafc5a0 00:15:51 Step 5/6 : COPY go.mod . 00:15:52 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 00:15:52 ---> 338443bf61df 00:15:52 Step 6/6 : RUN go mod download 00:15:52 ---> Running in 021fa040a930 [Pipeline] } 00:15:54 $ docker stop --time=1 2fe8bc884f912602060a17cee84e93975bc283eb53c87a83bd1ee590e4ead493 00:15:56 $ docker rm -f 2fe8bc884f912602060a17cee84e93975bc283eb53c87a83bd1ee590e4ead493 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:15:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:15:59 00:15:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:16:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:16:00 latest: Pulling from edgex-devops/edgex-compose 00:16:00 cbdbe7a5bc2a: Pulling fs layer 00:16:00 ca9280d653b3: Pulling fs layer 00:16:00 7e9c9ca2126c: Pulling fs layer 00:16:00 cbdbe7a5bc2a: Verifying Checksum 00:16:00 cbdbe7a5bc2a: Download complete 00:16:00 ca9280d653b3: Verifying Checksum 00:16:00 ca9280d653b3: Download complete 00:16:00 cbdbe7a5bc2a: Pull complete 00:16:01 7e9c9ca2126c: Download complete 00:16:01 ca9280d653b3: Pull complete 00:16:08 7e9c9ca2126c: Pull complete 00:16:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:16:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:16:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:16:08 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 00:16:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:16:10 $ docker top af0395a9e441d7c1eaa7049ffa0273863882669f485d33749bb9739882157a12 -eo pid,comm [Pipeline] { [Pipeline] sh 00:16:11 + docker-compose build --help 00:16:11 + grep parallel 00:16:12 --parallel Build images in parallel. [Pipeline] } 00:16:12 $ docker stop --time=1 af0395a9e441d7c1eaa7049ffa0273863882669f485d33749bb9739882157a12 00:16:13 $ docker rm -f af0395a9e441d7c1eaa7049ffa0273863882669f485d33749bb9739882157a12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:16:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:16:14 . [Pipeline] withDockerContainer 00:16:14 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 00:16:14 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:16:15 $ docker top e5045d7598de5c80fcc5c61043cff6955f4a757788df2b8049846c2a98003eea -eo pid,comm [Pipeline] { [Pipeline] sh 00:16:15 + docker-compose -f ./docker-compose-build.yml build --parallel 00:16:16 Building docker-core-command-go ... 00:16:16 Building docker-core-data-go ... 00:16:16 Building docker-core-metadata-go ... 00:16:16 Building docker-security-bootstrapper-go ... 00:16:16 Building docker-security-proxy-setup-go ... 00:16:16 Building docker-security-secretstore-setup-go ... 00:16:16 Building docker-support-notifications-go ... 00:16:16 Building docker-support-scheduler-go ... 00:16:16 Building docker-sys-mgmt-agent-go ... 00:16:16 Building docker-security-bootstrapper-go 00:16:16 Building docker-core-command-go 00:16:16 Building docker-support-notifications-go 00:16:16 Building docker-support-scheduler-go 00:16:16 Building docker-core-metadata-go 00:16:19 Removing intermediate container 021fa040a930 00:16:19 ---> bc21c9f2f6ce 00:16:19 Successfully built bc21c9f2f6ce 00:16:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:16:19 + docker inspect -f . ci-base-image-arm64 00:16:19 . [Pipeline] withDockerContainer 00:16:19 prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container 00:16:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:16:21 $ docker top 035169bbf0526b13622d5c723dd4b2298c4bf21f946ab4ce74913ddcd356f711 -eo pid,comm [Pipeline] { [Pipeline] sh 00:16:22 + go version 00:16:22 go version go1.15.5 linux/arm64 [Pipeline] } 00:16:22 $ docker stop --time=1 035169bbf0526b13622d5c723dd4b2298c4bf21f946ab4ce74913ddcd356f711 00:16:24 $ docker rm -f 035169bbf0526b13622d5c723dd4b2298c4bf21f946ab4ce74913ddcd356f711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:16:24 + docker inspect -f . ci-base-image-arm64 00:16:24 . [Pipeline] withDockerContainer 00:16:25 prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container 00:16:25 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:16:26 $ docker top 1b14ade16fac806ff2f665d053389f48a43195f5b161475fc44842eff411f03a -eo pid,comm [Pipeline] { [Pipeline] echo 00:16:26 ========================================================= 00:16:26 [edgeXBuildGoParallel] Running Tests and Build... 00:16:26 ========================================================= [Pipeline] sh 00:16:27 + make test 00:16:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:16:49 ? github.com/edgexfoundry/edgex-go [no test files] 00:16:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:16:55 00:16:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:16:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:16:55 ---> d4265833ce15 00:16:55 Step 3/22 : WORKDIR /edgex-go 00:16:55 ---> d4265833ce15 00:16:55 Step 3/22 : WORKDIR /edgex-go 00:16:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:16:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:16:55 ---> d4265833ce15 00:16:55 Step 3/23 : WORKDIR /edgex-go 00:16:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:16:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:16:55 ---> d4265833ce15 00:16:55 Step 3/23 : WORKDIR /edgex-go 00:16:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:16:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:16:55 ---> d4265833ce15 00:16:55 Step 3/31 : WORKDIR /edgex-go 00:16:55 ---> Running in 80a00eb993b5 00:16:55 ---> Running in 73e29f5b348a 00:16:55 ---> Running in 8facceb581ee 00:16:55 ---> Running in 6842de8537fb 00:16:55 ---> Running in 0fbc052f53e5 00:16:55 Removing intermediate container 80a00eb993b5 00:16:55 ---> 78667faf63a5 00:16:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:55 Removing intermediate container 73e29f5b348a 00:16:55 ---> a7a16641c27b 00:16:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:55 Removing intermediate container 8facceb581ee 00:16:55 ---> 14522119fbfb 00:16:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:55 Removing intermediate container 6842de8537fb 00:16:55 ---> 5f566ccbbf09 00:16:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:55 Removing intermediate container 0fbc052f53e5 00:16:55 ---> 8d7815b132e4 00:16:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:55 ---> Running in bb837e234ac6 00:16:55 ---> Running in 4da4f6be0783 00:16:55 ---> Running in 274d7dfbe1b2 00:16:55 ---> Running in 2c0f8103909b 00:16:56 ---> Running in 5b90fd666313 00:16:58 Removing intermediate container bb837e234ac6 00:16:58 ---> 9e9d42c5e17a 00:16:58 Step 5/23 : RUN apk add --update --no-cache make git 00:16:58 Removing intermediate container 4da4f6be0783 00:16:58 ---> 63a0d5422e67 00:16:58 Step 5/22 : RUN apk add --update --no-cache make git 00:16:58 ---> Running in 3c2879271e1f 00:16:58 ---> Running in a9045b82aa42 00:16:58 Removing intermediate container 2c0f8103909b 00:16:58 ---> d79232390dbe 00:16:58 Step 5/31 : RUN apk add --update --no-cache make git 00:16:59 Removing intermediate container 274d7dfbe1b2 00:16:59 ---> 93577bb084ef 00:16:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:16:59 Removing intermediate container 5b90fd666313 00:16:59 ---> 05fe12c2781e 00:16:59 Step 5/23 : RUN apk add --update --no-cache make git 00:16:59 ---> Running in a7606d56d07f 00:16:59 ---> Running in 998bcb9da9cb 00:16:59 ---> Running in 2ea4660dc2f0 00:16:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:01 OK: 233 MiB in 51 packages 00:17:01 OK: 233 MiB in 51 packages 00:17:01 OK: 233 MiB in 51 packages 00:17:01 OK: 233 MiB in 51 packages 00:17:01 OK: 233 MiB in 51 packages 00:17:02 Removing intermediate container 3c2879271e1f 00:17:02 ---> 893efc0c3424 00:17:02 Step 6/23 : COPY go.mod . 00:17:02 Removing intermediate container a9045b82aa42 00:17:02 ---> eea007d26080 00:17:02 Step 6/22 : COPY go.mod . 00:17:02 ---> 5dbf3c7b59e1 00:17:02 Step 7/23 : RUN go mod download 00:17:02 ---> Running in 358483ae15aa 00:17:02 Removing intermediate container 998bcb9da9cb 00:17:02 ---> 3b1c520019c9 00:17:02 Step 6/22 : COPY go.mod . 00:17:02 ---> 87bc3a60fd79 00:17:02 Step 7/22 : RUN go mod download 00:17:02 ---> Running in 0ea6df03c423 00:17:03 Removing intermediate container a7606d56d07f 00:17:03 ---> 82d4aa148940 00:17:03 Step 6/31 : COPY go.mod . 00:17:03 Removing intermediate container 2ea4660dc2f0 00:17:03 ---> 2f893142494c 00:17:03 Step 6/23 : COPY go.mod . 00:17:03 ---> e31616ceeadf 00:17:03 Step 7/22 : RUN go mod download 00:17:03 ---> Running in 5c7b990b934f 00:17:03 ---> a779e4905664 00:17:03 Step 7/31 : RUN go mod download 00:17:03 ---> e2b5ce86e0ee 00:17:03 Step 7/23 : RUN go mod download 00:17:03 ---> Running in e697e930cdf0 00:17:03 ---> Running in e48b50cbdbea 00:17:05 Removing intermediate container 0ea6df03c423 00:17:05 ---> 3493a06e2a60 00:17:05 Step 8/22 : COPY . . 00:17:05 Removing intermediate container 358483ae15aa 00:17:05 ---> 4dda8c3e81be 00:17:05 Step 8/23 : COPY . . 00:17:05 Removing intermediate container 5c7b990b934f 00:17:05 ---> 7d22f12d0a33 00:17:05 Step 8/22 : COPY . . 00:17:06 Removing intermediate container e697e930cdf0 00:17:06 ---> 0f1a16cb0c62 00:17:06 Step 8/31 : COPY . . 00:17:09 Removing intermediate container e48b50cbdbea 00:17:09 ---> e2d6d45aae49 00:17:09 Step 8/23 : COPY . . 00:17:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:17:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:17:49 ---> 3ebc78756f48 00:17:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:17:49 ---> b87958cc5f1b 00:17:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:17:49 ---> c22eb0f788c4 00:17:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:17:49 ---> 411d35a5d0e6 00:17:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:17:49 ---> Running in 8308008c8648 00:17:49 ---> Running in babafefd1da9 00:17:49 ---> Running in a9c4c101014f 00:17:49 ---> Running in 0beb595247bb 00:17:50 ---> 000642c442c8 00:17:50 Step 9/23 : RUN make cmd/core-command/core-command 00:17:50 ---> Running in 8a5a4ae758ff 00:17:52 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 00:17:52 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 00:17:52 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 00:17:52 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 00:17:52 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 00:17:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:17:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:17:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:18:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:18:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:18:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:18:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:18:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.294s coverage: 45.9% of statements 00:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.112s coverage: 19.8% of statements 00:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.672s coverage: 27.1% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:18:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements 00:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:18:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.9% of statements 00:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:18:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 00:18:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.291s coverage: 28.6% of statements 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.241s coverage: 100.0% of statements 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.127s coverage: 100.0% of statements 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:18:39 Removing intermediate container 0beb595247bb 00:18:39 ---> 7d4111c42b65 00:18:39 00:18:39 Step 10/31 : FROM alpine:3.12 00:18:39 3.12: Pulling from library/alpine 00:18:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 00:18:39 Status: Downloaded newer image for alpine:3.12 00:18:39 ---> 13621d1b12d4 00:18:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:18:39 ---> Running in 982e17e9cd70 00:18:41 Removing intermediate container 982e17e9cd70 00:18:41 ---> 67fc92db8e26 00:18:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:18:41 Removing intermediate container a9c4c101014f 00:18:41 ---> da88ed816f10 00:18:41 00:18:41 Step 10/22 : FROM alpine:3.12 00:18:41 ---> 13621d1b12d4 00:18:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:18:41 Removing intermediate container 8308008c8648 00:18:41 ---> d6b43a2a5a9a 00:18:41 00:18:41 Step 10/22 : FROM alpine:3.12 00:18:41 ---> 13621d1b12d4 00:18:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:18:41 Removing intermediate container 8a5a4ae758ff 00:18:41 ---> 32aa44e9e4d2 00:18:41 00:18:41 Step 10/23 : FROM alpine:3.12 00:18:41 ---> 13621d1b12d4 00:18:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:18:42 ---> Running in ce464c18983c 00:18:42 ---> Running in fca0f7633b48 00:18:42 ---> Running in c5ce29d28b94 00:18:42 ---> Running in e2eff57132fe 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 93.0% of statements 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 0.9% of statements 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:18:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.152s coverage: 79.5% of statements 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.158s coverage: 94.1% of statements 00:18:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements 00:18:43 Removing intermediate container babafefd1da9 00:18:43 ---> 38c5b736d338 00:18:43 00:18:43 Step 10/23 : FROM alpine:3.12 00:18:43 ---> 13621d1b12d4 00:18:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:18:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:43 ---> Running in 30df9be10920 00:18:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:43 (1/2) Installing dumb-init (1.2.2-r1) 00:18:43 (2/2) Installing su-exec (0.2-r1) 00:18:43 Executing busybox-1.31.1-r20.trigger 00:18:43 OK: 6 MiB in 16 packages 00:18:44 (1/2) Installing ca-certificates (20191127-r4) 00:18:44 (1/1) Installing dumb-init (1.2.2-r1) 00:18:44 Executing busybox-1.31.1-r20.trigger 00:18:44 OK: 6 MiB in 15 packages 00:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:44 (2/2) Installing dumb-init (1.2.2-r1) 00:18:44 Executing busybox-1.31.1-r20.trigger 00:18:44 Executing ca-certificates-20191127-r4.trigger 00:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:44 OK: 6 MiB in 16 packages 00:18:44 (1/1) Installing dumb-init (1.2.2-r1) 00:18:44 Executing busybox-1.31.1-r20.trigger 00:18:44 OK: 6 MiB in 15 packages 00:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.184s coverage: 87.5% of statements 00:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:45 (1/1) Installing dumb-init (1.2.2-r1) 00:18:45 Executing busybox-1.31.1-r20.trigger 00:18:45 OK: 6 MiB in 15 packages 00:18:46 Removing intermediate container ce464c18983c 00:18:46 ---> 08e866c98009 00:18:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:18:46 Removing intermediate container c5ce29d28b94 00:18:46 ---> 965e950a802e 00:18:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:18:46 ---> Running in a677014d4d8f 00:18:46 ---> Running in 07e72f185687 00:18:46 Removing intermediate container fca0f7633b48 00:18:46 ---> 9df756fd378b 00:18:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:18:47 Removing intermediate container e2eff57132fe 00:18:47 ---> eba9bbee1845 00:18:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:18:47 ---> Running in 39fdce9e0660 00:18:47 ---> Running in 3979e0055e98 00:18:47 Removing intermediate container a677014d4d8f 00:18:47 ---> df52fab47743 00:18:47 Step 13/23 : ENV APP_PORT=48082 00:18:47 Removing intermediate container 07e72f185687 00:18:47 ---> 4428081acf7f 00:18:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:18:47 Removing intermediate container 30df9be10920 00:18:47 ---> 3ad55130396a 00:18:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:18:47 ---> Running in 9b042765ab75 00:18:48 ---> Running in 60ea8494f891 00:18:48 ---> Running in ec49e1eefd67 00:18:48 Removing intermediate container 39fdce9e0660 00:18:48 ---> 99c2826fd040 00:18:48 Step 13/22 : ENV APP_PORT=48060 00:18:48 Removing intermediate container 3979e0055e98 00:18:48 ---> eb05bb109d8c 00:18:48 Step 13/22 : ENV APP_PORT=48085 00:18:48 ---> Running in 0235739364be 00:18:48 Removing intermediate container 9b042765ab75 00:18:48 ---> f1626d2a87a8 00:18:48 Step 14/23 : EXPOSE $APP_PORT 00:18:48 ---> Running in 29cde15dadc9 00:18:48 Removing intermediate container 60ea8494f891 00:18:48 ---> c3f853077940 00:18:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:18:48 Removing intermediate container ec49e1eefd67 00:18:48 ---> 68add868d0c2 00:18:48 Step 13/23 : ENV APP_PORT=48081 00:18:48 ---> Running in 620488c172e8 00:18:48 ---> Running in 0028d6fa7f70 00:18:48 ---> Running in bcd17fdf118d 00:18:48 Removing intermediate container 29cde15dadc9 00:18:48 ---> 1adf8493294d 00:18:48 Step 14/22 : EXPOSE $APP_PORT 00:18:49 Removing intermediate container 0235739364be 00:18:49 ---> b3c8d3099654 00:18:49 Step 14/22 : EXPOSE $APP_PORT 00:18:49 ---> Running in 83d5b966a887 00:18:49 ---> Running in 3045eff1fb54 00:18:49 Removing intermediate container 620488c172e8 00:18:49 ---> a72f1ebc2706 00:18:49 Step 15/23 : WORKDIR / 00:18:49 Removing intermediate container bcd17fdf118d 00:18:49 ---> 50d02ec7d133 00:18:49 Step 14/23 : EXPOSE $APP_PORT 00:18:49 ---> Running in e6f1f47952b9 00:18:49 ---> Running in d15f813e455c 00:18:49 Removing intermediate container 3045eff1fb54 00:18:49 ---> a86328be3693 00:18:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:49 Removing intermediate container 83d5b966a887 00:18:49 ---> aece67cc72c3 00:18:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:49 Removing intermediate container e6f1f47952b9 00:18:49 ---> 1dd7999729a4 00:18:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:49 Removing intermediate container d15f813e455c 00:18:49 ---> 00e1f4f72779 00:18:49 Step 15/23 : WORKDIR / 00:18:50 ---> cdd0ec7da8f6 00:18:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:18:50 ---> Running in 6be5041f37b9 00:18:50 ---> 9059db605847 00:18:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:18:50 ---> 337b12f9cdd0 00:18:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:18:50 Removing intermediate container 0028d6fa7f70 00:18:50 ---> 961cfc6e6873 00:18:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:18:51 Removing intermediate container 6be5041f37b9 00:18:51 ---> 744129fb0bc9 00:18:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:51 ---> Running in d60bddda052b 00:18:51 ---> 95f3dd158988 00:18:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:18:51 ---> 768efb0fa40c 00:18:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:18:51 ---> 48abbb333f7f 00:18:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:18:51 ---> 9c08597fb4b1 00:18:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:18:51 Removing intermediate container d60bddda052b 00:18:51 ---> a8873068c161 00:18:51 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:18:52 ---> 9126b2c995a0 00:18:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:18:52 ---> c6bee605c14b 00:18:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:18:52 ---> 8f59fddb3e99 00:18:52 Step 19/23 : ENTRYPOINT ["/core-command"] 00:18:52 ---> Running in 00278f08a509 00:18:52 ---> Running in c3d81b84d902 00:18:52 ---> 293caac4de89 00:18:52 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:18:52 ---> Running in 3cd4b13f40a5 00:18:52 ---> f1964001acf2 00:18:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:18:52 ---> Running in 4b08e2dfec17 00:18:52 Removing intermediate container 00278f08a509 00:18:52 ---> 3ac64c5eec0f 00:18:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:52 Removing intermediate container c3d81b84d902 00:18:52 ---> f7a75007774e 00:18:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:52 Removing intermediate container 3cd4b13f40a5 00:18:52 ---> 6dbead569c89 00:18:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:52 ---> Running in 3c2105146ce9 00:18:52 ---> c61591647045 00:18:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:18:53 ---> Running in 4dcb1f1e18d8 00:18:53 ---> Running in 6f1dca4ccf72 00:18:53 ---> Running in 8cb226aa3fac 00:18:53 Removing intermediate container 3c2105146ce9 00:18:53 ---> 42064015edb0 00:18:53 Step 20/22 : LABEL arch=x86_64 00:18:53 Removing intermediate container 6f1dca4ccf72 00:18:53 ---> e702fa215cff 00:18:53 Step 21/23 : LABEL arch=x86_64 00:18:53 Removing intermediate container 4dcb1f1e18d8 00:18:53 ---> b34f6b06f939 00:18:53 Step 20/22 : LABEL arch=x86_64 00:18:53 Removing intermediate container 8cb226aa3fac 00:18:53 ---> 84f1f5cd3897 00:18:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:53 ---> Running in 9089231a6bcf 00:18:53 ---> Running in 9d74ef37aa19 00:18:53 ---> Running in e83ddd58c791 00:18:53 ---> Running in 5d7ac7973388 00:18:54 Removing intermediate container 9d74ef37aa19 00:18:54 ---> f194be51be99 00:18:54 Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:18:54 Removing intermediate container 9089231a6bcf 00:18:54 ---> bd3c246aff8b 00:18:54 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:18:54 Removing intermediate container e83ddd58c791 00:18:54 ---> 72c7e33085f6 00:18:54 Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:18:54 Removing intermediate container 5d7ac7973388 00:18:54 ---> ecd6d201acb2 00:18:54 Step 21/23 : LABEL arch=x86_64 00:18:54 ---> Running in 73c1048bf742 00:18:54 ---> Running in 9796c33fd22d 00:18:54 ---> Running in 1d731e7cfc08 00:18:54 Removing intermediate container 4b08e2dfec17 00:18:54 ---> 9feda64c6087 00:18:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:54 ---> Running in 21899f0e7ad7 00:18:54 Removing intermediate container 9796c33fd22d 00:18:54 ---> f9ee0cee7341 00:18:54 Step 23/23 : LABEL version=0.0.0 00:18:54 Removing intermediate container 73c1048bf742 00:18:54 ---> 955866e85ec8 00:18:54 Step 22/22 : LABEL version=0.0.0 00:18:54 Removing intermediate container 1d731e7cfc08 00:18:54 ---> 7178df9c6b87 00:18:54 Step 22/22 : LABEL version=0.0.0 00:18:55 ---> Running in 00f83f8f544d 00:18:55 Removing intermediate container 21899f0e7ad7 00:18:55 ---> 84c059d882ce 00:18:55 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:18:55 ---> db5c2dc681e0 00:18:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:18:55 ---> Running in 527b48c10be7 00:18:55 ---> Running in 6f816291f0f3 00:18:55 ---> Running in 245e14c05d31 00:18:55 Removing intermediate container 00f83f8f544d 00:18:55 ---> bc7206d6b4b3 00:18:55 00:18:55 Removing intermediate container 527b48c10be7 00:18:55 ---> 520dea352601 00:18:55 00:18:55 Removing intermediate container 6f816291f0f3 00:18:55 ---> 8217ceab9220 00:18:55 00:18:55 Successfully built bc7206d6b4b3 00:18:55 Removing intermediate container 245e14c05d31 00:18:55 ---> 40c13436aa54 00:18:55 Step 23/23 : LABEL version=0.0.0 00:18:55 Successfully tagged docker-core-command-go:latest 00:18:55 ---> 36fd3435d002 00:18:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:18:55  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:18:55 Successfully built 8217ceab9220 00:18:55 Successfully built 520dea352601 00:18:55 Successfully tagged docker-support-scheduler-go:latest 00:18:55  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:18:55 ---> Running in 85be747c6ec9 00:18:55 Successfully tagged docker-support-notifications-go:latest 00:18:55  Building docker-support-notifications-go ... done Building docker-core-data-go 00:18:56 Removing intermediate container 85be747c6ec9 00:18:56 ---> a097d402377c 00:18:56 00:18:56 ---> 746db48d4e8b 00:18:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:18:56 Successfully built a097d402377c 00:18:56 Successfully tagged docker-core-metadata-go:latest 00:18:56 Building docker-sys-mgmt-agent-go 00:18:56  Building docker-core-metadata-go ... done  ---> 82c9482d6f04 00:18:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:18:56 ---> 6d098ee92f0d 00:18:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:18:56 ---> Running in f0a2514e345c 00:18:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.134s coverage: 94.4% of statements 00:18:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 00:18:57 Removing intermediate container f0a2514e345c 00:18:57 ---> 328369b0274a 00:18:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:18:57 ---> f0dee12d3d6a 00:18:57 Step 26/31 : RUN chmod +x /entrypoint.sh 00:18:57 ---> Running in af5e08518166 00:19:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.486s coverage: 81.9% of statements 00:19:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:19:03 Removing intermediate container af5e08518166 00:19:03 ---> 9f93dbdb319d 00:19:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:19:05 ---> Running in 19d67f825d09 00:19:06 Removing intermediate container 19d67f825d09 00:19:06 ---> ffa2cf8fdbfd 00:19:06 Step 28/31 : CMD ["gate"] 00:19:08 ---> Running in 965497e3756e 00:19:10 Removing intermediate container 965497e3756e 00:19:10 ---> eb8192bd4741 00:19:10 Step 29/31 : LABEL arch=x86_64 00:19:10 ---> Running in 917b4bcdada7 00:19:10 Removing intermediate container 917b4bcdada7 00:19:10 ---> 0bc97bf0d6f8 00:19:10 Step 30/31 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:19:11 ---> Running in e5089869a246 00:19:11 Removing intermediate container e5089869a246 00:19:11 ---> 9a3ea7cbfc5b 00:19:11 Step 31/31 : LABEL version=0.0.0 00:19:11 ---> Running in 8b040c6a3471 00:19:11 Removing intermediate container 8b040c6a3471 00:19:11 ---> db5ea24553fe 00:19:11 00:19:12 Successfully built db5ea24553fe 00:19:12 Successfully tagged docker-security-bootstrapper-go:latest 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.209s coverage: 92.9% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.145s coverage: 79.1% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.150s coverage: 80.0% of statements 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.264s coverage: 85.4% of statements 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 64.4% of statements 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.125s coverage: 91.3% of statements 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 00:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 00:19:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 00:19:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.971s coverage: 66.9% of statements 00:19:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:19:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:19:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.512s coverage: 41.5% of statements 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements 00:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.138s coverage: 84.8% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:19:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.495s coverage: 88.6% of statements 00:19:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:19:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:19:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:19:27  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:19:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:19:27 ---> d4265833ce15 00:19:27 Step 3/23 : WORKDIR /edgex-go 00:19:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:19:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:19:27 ---> d4265833ce15 00:19:27 Step 3/21 : WORKDIR /edgex-go 00:19:27 ---> Using cache 00:19:27 ---> 8d7815b132e4 00:19:27 ---> Using cache 00:19:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8d7815b132e4 00:19:27 00:19:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:27 ---> Using cache 00:19:27 ---> 05fe12c2781e 00:19:27 Step 5/23 : RUN apk add --update --no-cache make bash git 00:19:27 ---> Using cache 00:19:27 ---> 05fe12c2781e 00:19:27 Step 5/21 : RUN apk add --update --no-cache make git 00:19:27 ---> Using cache 00:19:27 ---> 2f893142494c 00:19:27 Step 6/21 : COPY go.mod . 00:19:27 ---> Using cache 00:19:27 ---> e2b5ce86e0ee 00:19:27 Step 7/21 : RUN go mod download 00:19:27 ---> Using cache 00:19:27 ---> e2d6d45aae49 00:19:27 Step 8/21 : COPY . . 00:19:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:19:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:19:27 ---> d4265833ce15 00:19:27 Step 3/23 : WORKDIR /edgex-go 00:19:27 ---> Using cache 00:19:27 ---> 8d7815b132e4 00:19:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:27 ---> Using cache 00:19:27 ---> 05fe12c2781e 00:19:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:19:27 ---> Using cache 00:19:27 ---> 000642c442c8 00:19:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:19:27 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:19:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:19:27 ---> d4265833ce15 00:19:27 Step 3/25 : WORKDIR /edgex-go 00:19:27 ---> Using cache 00:19:27 ---> 8d7815b132e4 00:19:27 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:27 ---> Using cache 00:19:27 ---> 05fe12c2781e 00:19:27 Step 5/25 : RUN apk add --update --no-cache make git 00:19:27 ---> Using cache 00:19:27 ---> 2f893142494c 00:19:27 Step 6/25 : COPY go.mod . 00:19:27 ---> Using cache 00:19:27 ---> e2b5ce86e0ee 00:19:27 Step 7/25 : RUN go mod download 00:19:27 ---> Using cache 00:19:27 ---> e2d6d45aae49 00:19:27 Step 8/25 : COPY . . 00:19:27 ---> Using cache 00:19:27 ---> 000642c442c8 00:19:27 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:19:28 ---> Running in 549877eae80a 00:19:28 ---> Running in fbb69fdae9b7 00:19:28 ---> Running in 1e9b6d7941e4 00:19:28 ---> Running in 6375a54a47e4 00:19:29 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 00:19:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:30 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 00:19:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:31 OK: 233 MiB in 51 packages 00:19:31 OK: 233 MiB in 51 packages 00:19:33 Removing intermediate container fbb69fdae9b7 00:19:33 ---> cc0244e75c6a 00:19:33 Step 6/23 : COPY go.mod . 00:19:33 Removing intermediate container 549877eae80a 00:19:33 ---> 22e8770f3aa6 00:19:33 Step 6/23 : COPY go.mod . 00:19:33 ---> 227c6d434e20 00:19:33 Step 7/23 : RUN go mod download 00:19:33 ---> 9f5cf11de807 00:19:33 Step 7/23 : RUN go mod download 00:19:33 ---> Running in bf55e01d344d 00:19:34 ---> Running in b06e5f762946 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.123s coverage: 28.7% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.235s coverage: 100.0% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.236s coverage: 64.6% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.381s coverage: 95.6% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:19:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:19:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 00:19:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 28.1% of statements 00:19:37 Removing intermediate container bf55e01d344d 00:19:37 ---> 9ff47642b876 00:19:37 Step 8/23 : COPY . . 00:19:37 Removing intermediate container b06e5f762946 00:19:37 ---> 55e4ef025397 00:19:37 Step 8/23 : COPY . . 00:19:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:19:38 GO111MODULE=on go vet ./... 00:19:56 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 00:19:56 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 00:20:11 Removing intermediate container 1e9b6d7941e4 00:20:11 ---> f5477c7f553a 00:20:11 00:20:11 Step 10/25 : FROM alpine:3.12 00:20:11 Removing intermediate container 6375a54a47e4 00:20:11 ---> b0f7ec2e6166 00:20:11 00:20:11 Step 10/21 : FROM alpine:3.12 00:20:11 ---> 13621d1b12d4 00:20:11 Step 11/21 : RUN apk add --update --no-cache curl 00:20:11 ---> 13621d1b12d4 00:20:11 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:20:11 ---> 5b4a9b32b568 00:20:11 Step 9/23 : RUN make cmd/core-data/core-data 00:20:11 ---> 564ca059bab0 00:20:11 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:20:11 ---> Running in 3727f11bd08b 00:20:11 ---> Running in 9ba18510a958 00:20:11 ---> Running in 1faa7424f048 00:20:11 ---> Running in 844d54eed766 00:20:11 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 00:20:11 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 00:20:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:11 (1/4) Installing ca-certificates (20191127-r4) 00:20:11 (1/6) Installing ca-certificates (20191127-r4) 00:20:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:20:11 (3/4) Installing libcurl (7.76.1-r0) 00:20:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:20:11 (4/4) Installing curl (7.76.1-r0) 00:20:11 (3/6) Installing libcurl (7.76.1-r0) 00:20:11 Executing busybox-1.31.1-r20.trigger 00:20:11 (4/6) Installing curl (7.76.1-r0) 00:20:11 (5/6) Installing dumb-init (1.2.2-r1) 00:20:11 (6/6) Installing su-exec (0.2-r1) 00:20:11 Executing busybox-1.31.1-r20.trigger 00:20:11 Executing ca-certificates-20191127-r4.trigger 00:20:11 Executing ca-certificates-20191127-r4.trigger 00:20:11 OK: 7 MiB in 20 packages 00:20:11 OK: 7 MiB in 18 packages 00:20:15 Removing intermediate container 1faa7424f048 00:20:15 ---> 891a334b7e00 00:20:15 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:20:15 Removing intermediate container 844d54eed766 00:20:15 ---> 96ef438838f1 00:20:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:20:15 ---> Running in 8e382c0abb2b 00:20:15 ---> Running in cc83f2736faa 00:20:15 Removing intermediate container 8e382c0abb2b 00:20:15 ---> ba1ec559114a 00:20:15 Step 13/21 : WORKDIR /edgex 00:20:15 Removing intermediate container cc83f2736faa 00:20:15 ---> 75ecfba7c018 00:20:15 Step 13/25 : WORKDIR / 00:20:15 ---> Running in 5db39a7c09fd 00:20:15 ---> Running in 3b3752d3fc77 00:20:15 Removing intermediate container 3b3752d3fc77 00:20:15 ---> e5eed289060b 00:20:15 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:20:15 Removing intermediate container 5db39a7c09fd 00:20:15 ---> 2fc6cfeed7a4 00:20:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:20:16 ---> e2b24aa521f1 00:20:16 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:20:16 ---> 9968983b49d5 00:20:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:20:17 ---> db7975c45934 00:20:17 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:20:18 ---> e13bba7076dc 00:20:18 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:20:18 ---> 768ea1784d2f 00:20:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:20:19 ---> 88b758570602 00:20:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:20:19 ---> 243d84fb593b 00:20:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:20:19 ---> Running in 14543d13fef1 00:20:19 ---> d94919ca78d7 00:20:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:20:20 Removing intermediate container 14543d13fef1 00:20:20 ---> 9af56d460e55 00:20:20 Step 18/21 : CMD ["--init=true"] 00:20:20 ---> Running in 6387a35f040c 00:20:20 Removing intermediate container 6387a35f040c 00:20:20 ---> 74a9dc5798e4 00:20:20 Step 19/21 : LABEL arch=x86_64 00:20:20 ---> b25fcc7ea2ef 00:20:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:20:20 ---> Running in 10e1ca9c32c1 00:20:21 Removing intermediate container 10e1ca9c32c1 00:20:21 ---> 120e34820bf6 00:20:21 Step 20/21 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:20:21 ---> Running in 251609fe9d2b 00:20:21 ---> 2c16beb1fa8c 00:20:21 Step 21/25 : 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/ 00:20:22 ---> Running in 22f7d4efafc2 00:20:22 Removing intermediate container 251609fe9d2b 00:20:22 ---> 7e9fbcb5bf29 00:20:22 Step 21/21 : LABEL version=0.0.0 00:20:22 ---> Running in 609aa6a5c7ec 00:20:22 Removing intermediate container 609aa6a5c7ec 00:20:22 ---> f53e42c5c4e7 00:20:22 00:20:23 Successfully built f53e42c5c4e7 00:20:23 Successfully tagged docker-security-proxy-setup-go:latest 00:20:24  Building docker-security-proxy-setup-go ... done Removing intermediate container 22f7d4efafc2 00:20:24 ---> 5ba2e267c3f8 00:20:24 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 00:20:24 ---> Running in 29e68af4bd6a 00:20:24 Removing intermediate container 29e68af4bd6a 00:20:24 ---> 1be2c37c5219 00:20:24 Step 23/25 : LABEL arch=x86_64 00:20:25 ---> Running in a6ddaaf9c5cd 00:20:25 Removing intermediate container a6ddaaf9c5cd 00:20:25 ---> eadbe0cd4580 00:20:25 Step 24/25 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:20:25 ---> Running in cc6683283c30 00:20:25 Removing intermediate container cc6683283c30 00:20:25 ---> f1af07f23e0b 00:20:25 Step 25/25 : LABEL version=0.0.0 00:20:25 ---> Running in 10619d114d1b 00:20:27 Removing intermediate container 10619d114d1b 00:20:27 ---> d8819f6a6c75 00:20:27 00:20:27 Successfully built d8819f6a6c75 00:20:27 Successfully tagged docker-security-secretstore-setup-go:latest 00:20:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3727f11bd08b 00:20:40 ---> 26b8272322ce 00:20:40 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:20:40 ---> Running in e8659873b74f 00:20:40 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 00:20:41 Removing intermediate container 9ba18510a958 00:20:41 ---> 5da73a1f90be 00:20:41 00:20:41 Step 10/23 : FROM alpine:3.12 00:20:41 ---> 13621d1b12d4 00:20:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:20:41 ---> Running in fd744e43a12b 00:20:41 Removing intermediate container fd744e43a12b 00:20:41 ---> 566321efbb23 00:20:41 Step 12/23 : ENV APP_PORT=48080 00:20:41 Removing intermediate container e8659873b74f 00:20:41 ---> a73cbc3d200a 00:20:41 00:20:41 Step 11/23 : FROM docker:20.10.0 00:20:41 ---> Running in 303864ea0c13 00:20:41 20.10.0: Pulling from library/docker 00:20:42 Removing intermediate container 303864ea0c13 00:20:42 ---> face7b9d2b9d 00:20:42 Step 13/23 : EXPOSE $APP_PORT 00:20:42 ---> Running in e577a9e7a0b7 00:20:42 Removing intermediate container e577a9e7a0b7 00:20:42 ---> 44861d2cf910 00:20:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:42 ---> Running in e00c8ff0e40b 00:20:44 Removing intermediate container e00c8ff0e40b 00:20:44 ---> 28b594b3b332 00:20:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:20:44 ---> Running in 9d7638b23de5 00:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:20:47 Status: Downloaded newer image for docker:20.10.0 00:20:47 ---> aefe523efa57 00:20:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:20:47 ---> Running in d40215d1bbc4 00:20:47 Removing intermediate container d40215d1bbc4 00:20:47 ---> 06cd48e8a9d2 00:20:47 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 00:20:47 ---> Running in 99118d23b0fa 00:20:47 (1/6) Installing dumb-init (1.2.2-r1) 00:20:47 (2/6) Installing libgcc (9.3.0-r2) 00:20:47 (3/6) Installing libsodium (1.0.18-r0) 00:20:48 (4/6) Installing libstdc++ (9.3.0-r2) 00:20:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:48 (1/39) Installing readline (8.0.4-r0) 00:20:48 (2/39) Installing bash (5.0.17-r0) 00:20:48 Executing bash-5.0.17-r0.post-install 00:20:48 (3/39) Installing nghttp2-libs (1.41.0-r0) 00:20:48 (4/39) Installing libcurl (7.76.1-r0) 00:20:48 (5/39) Installing curl (7.76.1-r0) 00:20:48 (6/39) Installing dumb-init (1.2.2-r1) 00:20:48 (7/39) Installing libbz2 (1.0.8-r1) 00:20:48 (8/39) Installing expat (2.2.9-r1) 00:20:48 (9/39) Installing libffi (3.3-r2) 00:20:48 (10/39) Installing gdbm (1.13-r1) 00:20:48 (11/39) Installing xz-libs (5.2.5-r0) 00:20:48 (12/39) Installing sqlite-libs (3.32.1-r0) 00:20:48 (13/39) Installing python3 (3.8.8-r0) 00:20:49 (5/6) Installing libzmq (4.3.3-r0) 00:20:49 (6/6) Installing zeromq (4.3.3-r0) 00:20:49 Executing busybox-1.31.1-r20.trigger 00:20:49 OK: 8 MiB in 20 packages 00:20:50 (14/39) Installing py3-appdirs (1.4.4-r1) 00:20:50 (15/39) Installing py3-ordered-set (4.0.1-r0) 00:20:50 (16/39) Installing py3-parsing (2.4.7-r0) 00:20:50 (17/39) Installing py3-six (1.15.0-r0) 00:20:50 (18/39) Installing py3-packaging (20.4-r0) 00:20:50 (19/39) Installing py3-setuptools (47.0.0-r0) 00:20:50 (20/39) Installing py3-chardet (3.0.4-r4) 00:20:53 (21/39) Installing py3-idna (2.9-r0) 00:20:53 (22/39) Installing py3-certifi (2020.4.5.1-r0) 00:20:53 (23/39) Installing py3-urllib3 (1.25.9-r0) 00:20:53 (24/39) Installing py3-requests (2.23.0-r0) 00:20:53 (25/39) Installing py3-msgpack (1.0.0-r0) 00:20:53 (26/39) Installing py3-lockfile (0.12.2-r3) 00:20:53 (27/39) Installing py3-cachecontrol (0.12.6-r0) 00:20:53 (28/39) Installing py3-colorama (0.4.3-r0) 00:20:53 (29/39) Installing py3-distlib (0.3.0-r0) 00:20:53 (30/39) Installing py3-distro (1.5.0-r1) 00:20:53 (31/39) Installing py3-webencodings (0.5.1-r3) 00:20:53 (32/39) Installing py3-html5lib (1.0.1-r4) 00:20:54 (33/39) Installing py3-pytoml (0.1.21-r0) 00:20:54 (34/39) Installing py3-pep517 (0.8.2-r0) 00:20:54 Removing intermediate container 9d7638b23de5 00:20:54 ---> 12814d48a101 00:20:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:20:54 (35/39) Installing py3-progress (1.5-r0) 00:20:54 (36/39) Installing py3-toml (0.10.1-r0) 00:20:54 (37/39) Installing py3-retrying (1.3.3-r0) 00:20:54 (38/39) Installing py3-contextlib2 (0.6.0-r0) 00:20:54 (39/39) Installing py3-pip (20.1.1-r0) 00:20:54 Executing busybox-1.31.1-r19.trigger 00:20:54 OK: 72 MiB in 59 packages 00:20:55 ---> 2ea6efda19e2 00:20:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:20:55 Collecting docker-compose==1.23.2 00:20:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:20:55 Collecting docopt<0.7,>=0.6.1 00:20:55 Downloading docopt-0.6.2.tar.gz (25 kB) 00:20:56 ---> 824bc54ad30e 00:20:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:20:56 ---> 76ae8b4d806b 00:20:56 Step 19/23 : ENTRYPOINT ["/core-data"] 00:20:56 Collecting docker<4.0,>=3.6.0 00:20:56 ---> Running in 783b78f255bf 00:20:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:20:57 Removing intermediate container 783b78f255bf 00:20:57 ---> c3cd88a4bbfa 00:20:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:20:57 Collecting cached-property<2,>=1.2.0 00:20:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:20:57 ---> Running in 6b0cd896f15f 00:20:57 Collecting websocket-client<1.0,>=0.32.0 00:20:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:20:57 Removing intermediate container 6b0cd896f15f 00:20:57 ---> 0e0fc282a3f3 00:20:57 Step 21/23 : LABEL arch=x86_64 00:20:57 ---> Running in afbee2389464 00:20:57 Collecting PyYAML<4,>=3.10 00:20:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:20:57 Removing intermediate container afbee2389464 00:20:57 ---> 2e8298b9524c 00:20:57 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:20:57 ---> Running in a09a12c1a6d1 00:20:58 Removing intermediate container a09a12c1a6d1 00:20:58 ---> 88a0e9c36864 00:20:58 Step 23/23 : LABEL version=0.0.0 00:20:58 Collecting texttable<0.10,>=0.9.0 00:20:58 Downloading texttable-0.9.1.tar.gz (11 kB) 00:20:58 ---> Running in ec7cea5d979a 00:20:59 Removing intermediate container ec7cea5d979a 00:20:59 ---> 136567fa3b2a 00:20:59 00:20:59 Collecting dockerpty<0.5,>=0.4.1 00:20:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:20:59 Successfully built 136567fa3b2a 00:20:59 Successfully tagged docker-core-data-go:latest 00:20:59  Building docker-core-data-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:20:59 Collecting jsonschema<3,>=2.5.1 00:20:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:21:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:21:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:21:00 Collecting docker-pycreds>=0.4.0 00:21:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:21:00 gofmt -l . 00:21:00 [ "`gofmt -l .`" = "" ] 00:21:00 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) 00:21:00 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) 00:21:00 Collecting idna<2.8,>=2.5 00:21:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:21:00 Collecting urllib3<1.25,>=1.21.1 00:21:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:21:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:21:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:21:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:21:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:21:00 Installing collected packages: docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, texttable, dockerpty, jsonschema, docker-compose 00:21:00 Running setup.py install for docopt: started 00:21:01 Running setup.py install for docopt: finished with status 'done' 00:21:01 Attempting uninstall: idna 00:21:01 Found existing installation: idna 2.9 00:21:01 Uninstalling idna-2.9: 00:21:01 Successfully uninstalled idna-2.9 00:21:01 Attempting uninstall: urllib3 00:21:01 Found existing installation: urllib3 1.25.9 00:21:01 Uninstalling urllib3-1.25.9: 00:21:01 ./bin/test-go-mod-tidy.sh 00:21:01 Successfully uninstalled urllib3-1.25.9 00:21:01 Attempting uninstall: requests 00:21:01 Found existing installation: requests 2.23.0 00:21:01 Uninstalling requests-2.23.0: 00:21:01 Successfully uninstalled requests-2.23.0 00:21:02 ./bin/test-attribution-txt.sh 00:21:03 Running setup.py install for PyYAML: started [Pipeline] sh 00:21:04 Running setup.py install for PyYAML: finished with status 'done' 00:21:04 Running setup.py install for texttable: started 00:21:04 + ls -al . 00:21:04 total 848 00:21:04 drwxrwxr-x 9 1001 1001 4096 Apr 21 00:21 . 00:21:04 drwxr-xr-x 4 root root 4096 Apr 21 00:16 .. 00:21:04 -rw-rw-r-- 1 1001 1001 11 Apr 21 00:14 .dockerignore 00:21:04 drwxrwxr-x 8 1001 1001 4096 Apr 21 00:15 .git 00:21:04 drwxrwxr-x 3 1001 1001 4096 Apr 21 00:14 .github 00:21:04 -rw-rw-r-- 1 1001 1001 818 Apr 21 00:14 .gitignore 00:21:04 -rw-rw-r-- 1 1001 1001 166 Apr 21 00:14 .sonarcloud.properties 00:21:04 -rw-rw-r-- 1 1001 1001 8609 Apr 21 00:14 Attribution.txt 00:21:04 -rw-rw-r-- 1 1001 1001 3804 Apr 21 00:14 CONTRIBUTING.md 00:21:04 -rw-rw-r-- 1 1001 1001 931 Apr 21 00:14 Dockerfile.build 00:21:04 -rw-rw-r-- 1 1001 1001 863 Apr 21 00:14 Jenkinsfile 00:21:04 -rw-rw-r-- 1 1001 1001 10775 Apr 21 00:14 LICENSE 00:21:04 -rw-rw-r-- 1 1001 1001 5774 Apr 21 00:14 Makefile 00:21:04 -rw-rw-r-- 1 1001 1001 7978 Apr 21 00:14 README.md 00:21:04 -rw-rw-r-- 1 1001 1001 6755 Apr 21 00:14 SECURITY.md 00:21:04 -rw-rw-r-- 1 1001 1001 5 Apr 21 00:12 VERSION 00:21:04 -rw-rw-r-- 1 1001 1001 4131 Apr 21 00:14 ZMQWindows.md 00:21:04 drwxrwxr-x 2 1001 1001 4096 Apr 21 00:14 bin 00:21:04 drwxrwxr-x 14 1001 1001 4096 Apr 21 00:14 cmd 00:21:04 -rw-r--r-- 1 root root 711909 Apr 21 00:19 coverage.out 00:21:04 -rw-r--r-- 1 root root 1059 Apr 21 00:21 go.mod 00:21:04 -rw-r--r-- 1 root root 22300 Apr 21 00:21 go.sum 00:21:04 drwxrwxr-x 8 1001 1001 4096 Apr 21 00:14 internal 00:21:04 drwxrwxr-x 4 1001 1001 4096 Apr 21 00:14 openapi 00:21:04 drwxrwxr-x 4 1001 1001 4096 Apr 21 00:14 snap 00:21:04 -rw-rw-r-- 1 1001 1001 168 Apr 21 00:14 version.go [Pipeline] sh 00:21:04 Running setup.py install for texttable: finished with status 'done' 00:21:04 Running setup.py install for dockerpty: started 00:21:05 + '[' -e coverage.out ] 00:21:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:21:05 Warning: overwriting stash ‘coverage-report’ 00:21:05 Running setup.py install for dockerpty: finished with status 'done' 00:21:05 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 00:21:06 Stashed 1 file(s) [Pipeline] sh 00:21:06 + make build 00:21:06 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 00:21:13 Removing intermediate container 99118d23b0fa 00:21:13 ---> 1b2961fa77c1 00:21:13 Step 14/23 : ENV APP_PORT=48090 00:21:13 ---> Running in 6a99df741b46 00:21:13 Removing intermediate container 6a99df741b46 00:21:13 ---> 6fe52ba71174 00:21:13 Step 15/23 : EXPOSE $APP_PORT 00:21:13 ---> Running in eee749b9d7db 00:21:13 Removing intermediate container eee749b9d7db 00:21:13 ---> c77b606e9acd 00:21:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:21:14 ---> 0fd77d24664b 00:21:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:21:14 ---> e33cda5eb17a 00:21:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:21:15 ---> 0e0c816c7f4a 00:21:15 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:21:15 ---> Running in 0f923b4b16ce 00:21:15 Removing intermediate container 0f923b4b16ce 00:21:15 ---> b06c1077f8c1 00:21:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:21:15 ---> Running in b970488e555e 00:21:15 Removing intermediate container b970488e555e 00:21:15 ---> 5cea4b39b048 00:21:15 Step 21/23 : LABEL arch=x86_64 00:21:15 ---> Running in 250baf7b9931 00:21:16 Removing intermediate container 250baf7b9931 00:21:16 ---> 4557b4d02279 00:21:16 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:21:16 ---> Running in c30da1b1ef54 00:21:16 Removing intermediate container c30da1b1ef54 00:21:16 ---> e4eaa2ade7fd 00:21:16 Step 23/23 : LABEL version=0.0.0 00:21:16 ---> Running in 5429760e74d3 00:21:16 Removing intermediate container 5429760e74d3 00:21:16 ---> ae6e37079ddc 00:21:16 00:21:16 Successfully built ae6e37079ddc 00:21:16 Successfully tagged docker-sys-mgmt-agent-go:latest 00:21:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:21:17 $ docker stop --time=1 e5045d7598de5c80fcc5c61043cff6955f4a757788df2b8049846c2a98003eea 00:21:18 $ docker rm -f e5045d7598de5c80fcc5c61043cff6955f4a757788df2b8049846c2a98003eea [Pipeline] // withDockerContainer [Pipeline] sh 00:21:19 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 00:21:19 + docker images 00:21:19 + grep docker 00:21:19 docker-sys-mgmt-agent-go latest ae6e37079ddc 3 seconds ago 312MB 00:21:19 docker-core-data-go latest 136567fa3b2a 21 seconds ago 22.9MB 00:21:19 docker-security-secretstore-setup-go latest d8819f6a6c75 53 seconds ago 26.5MB 00:21:19 docker-security-proxy-setup-go latest f53e42c5c4e7 57 seconds ago 26.1MB 00:21:19 docker-security-bootstrapper-go latest db5ea24553fe 2 minutes ago 19.3MB 00:21:19 docker-core-metadata-go latest a097d402377c 2 minutes ago 19.2MB 00:21:19 docker-support-notifications-go latest 520dea352601 2 minutes ago 18.2MB 00:21:19 docker-core-command-go latest bc7206d6b4b3 2 minutes ago 17.5MB 00:21:19 docker-support-scheduler-go latest 8217ceab9220 2 minutes ago 17.7MB 00:21:19 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:21:34 Still waiting to schedule task 00:21:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:21:46 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 00:21:49 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 00:21:56 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 00:21:56 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 00:22:03 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 00:22:08 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 00:22:14 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 00:22:20 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 00:22:26 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 00:22:30 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 00:22:31 Running on prd-ubuntu18.04-docker-8c-8g-1304 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 00:22:31 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:22:33 using credential edgex-jenkins-ssh 00:22:33 Cloning the remote Git repository 00:22:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:22:33 > git init /w/workspace/edgex-go/2 # timeout=10 00:22:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:22:33 > git --version # timeout=10 00:22:33 > git --version # 'git version 2.17.1' 00:22:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:22:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:22:37 $ docker stop --time=1 1b14ade16fac806ff2f665d053389f48a43195f5b161475fc44842eff411f03a 00:22:39 Merging remotes/origin/master commit 7b8ff941781f40a52b080ca1fb051afd3c85c202 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a 00:22:39 Merge succeeded, producing 3daad41841a19eb22bce2f1fa509c016ebb6911a 00:22:39 Checking out Revision 3daad41841a19eb22bce2f1fa509c016ebb6911a (PR-3391) 00:22:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:22:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:22:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:22:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:22:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:22:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:22:39 > git config core.sparsecheckout # timeout=10 00:22:39 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 00:22:39 > git remote # timeout=10 00:22:39 > git config --get remote.origin.url # timeout=10 00:22:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:22:39 > git merge 7b8ff941781f40a52b080ca1fb051afd3c85c202 # timeout=10 00:22:39 > git rev-parse HEAD^{commit} # timeout=10 00:22:39 > git config core.sparsecheckout # timeout=10 00:22:39 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 00:22:39 $ docker rm -f 1b14ade16fac806ff2f665d053389f48a43195f5b161475fc44842eff411f03a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:22:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:22:42 00:22:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:22:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:22:42 latest: Pulling from edgex-devops/edgex-compose-arm64 00:22:42 29e5d40040c1: Pulling fs layer 00:22:42 1ce36da41761: Pulling fs layer 00:22:42 25b303627fd3: Pulling fs layer 00:22:42 29e5d40040c1: Verifying Checksum 00:22:42 29e5d40040c1: Download complete 00:22:43 Commit message: "feat(security): Add consul token header to Kong's service" 00:22:43 1ce36da41761: Verifying Checksum 00:22:43 1ce36da41761: Download complete 00:22:43 29e5d40040c1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:22:44 + echo snap-build.sh 00:22:44 snap-build.sh 00:22:44 + SNAP_BASE_DIR=. 00:22:44 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:22:44 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:22:44 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:22:44 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:22:44 + cd /w/workspace/edgex-go/2 00:22:44 + sudo apt-get remove -qy --purge lxd lxd-client 00:22:44 Reading package lists... 00:22:44 Building dependency tree... 00:22:44 Reading state information... 00:22:44 The following packages were automatically installed and are no longer required: 00:22:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:22:44 uidmap xdelta3 00:22:44 Use 'sudo apt autoremove' to remove them. 00:22:44 The following packages will be REMOVED: 00:22:44 lxd* lxd-client* 00:22:44 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:22:44 After this operation, 31.7 MB disk space will be freed. 00:22:44 1ce36da41761: Pull complete 00:22:45 25b303627fd3: Verifying Checksum 00:22:45 25b303627fd3: Download complete 00:22:45 (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.) 00:22:45 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:22:46 Removing lxd dnsmasq configuration 00:22:46 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:22:46 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:22:47 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:22:47 (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.) 00:22:47 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:22:49 Processing triggers for systemd (237-3ubuntu10.42) ... 00:22:49 Processing triggers for ureadahead (0.100.0-21) ... 00:22:50 + sudo snap remove --purge lxd 00:22:50 snap "lxd" is not installed 00:22:50 + sudo groupadd --force --system lxd 00:22:50 ++ whoami 00:22:50 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:22:50 + newgrp - lxd 00:22:50 + sudo snap install lxd 00:22:55 25b303627fd3: Pull complete 00:22:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:22:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:22:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:22:56 prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container 00:22:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:22:58 2021-04-21T00:22:55Z INFO Waiting for automatic snapd restart... 00:22:59 $ docker top cc11b0e9daf6239c5e07c7c59d4eb185e295a114ed21afaeec6a3a04f3df26d5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:00 + docker-compose build --help 00:23:00 + grep parallel 00:23:04 --parallel Build images in parallel. [Pipeline] } 00:23:04 $ docker stop --time=1 cc11b0e9daf6239c5e07c7c59d4eb185e295a114ed21afaeec6a3a04f3df26d5 00:23:07 $ docker rm -f cc11b0e9daf6239c5e07c7c59d4eb185e295a114ed21afaeec6a3a04f3df26d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:23:07 . [Pipeline] withDockerContainer 00:23:07 prd-ubuntu18.04-docker-arm64-4c-16g-1297 does not seem to be running inside a container 00:23:08 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:23:09 $ docker top 36aba50b35e0c4abc55c70e4d4a34c21b3066ce84316457f98409eeb878409ef -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:10 + docker-compose -f ./docker-compose-build.yml build --parallel 00:23:13 lxd 4.13 from Canonical* installed 00:23:13 + sudo lxd init --auto 00:23:15 Building docker-core-command-go ... 00:23:15 Building docker-core-data-go ... 00:23:15 Building docker-core-metadata-go ... 00:23:15 Building docker-security-bootstrapper-go ... 00:23:15 Building docker-security-proxy-setup-go ... 00:23:15 Building docker-security-secretstore-setup-go ... 00:23:15 Building docker-support-notifications-go ... 00:23:15 Building docker-support-scheduler-go ... 00:23:15 Building docker-sys-mgmt-agent-go ... 00:23:15 Building docker-security-secretstore-setup-go 00:23:15 Building docker-core-metadata-go 00:23:15 Building docker-core-command-go 00:23:15 Building docker-support-scheduler-go 00:23:15 Building docker-security-bootstrapper-go 00:23:21 + sudo snap install --classic snapcraft 00:23:26 snapcraft 4.6.2 from Canonical* installed 00:23:26 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:23:26 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:23:26 % Total % Received % Xferd Average Speed Time Time Time Current 00:23:26 Dload Upload Total Spent Left Speed 00:23:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4265 0 --:--:-- --:--:-- --:--:-- 4236 00:23:26 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 11.0M 00:23:26 ./yq_linux_amd64 00:23:26 + sudo snapcraft prime --use-lxd 00:23:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:23:28 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: 00:23:28 - README.md 00:23:28 00:23:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:23:28 Launching a container. 00:23:40 Waiting for container to be ready 00:23:40 To start your first instance, try: lxc launch ubuntu:18.04 00:23:40 00:23:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:23:43 Waiting for network to be ready... 00:23:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:23:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:23:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:23:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 00:23:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:23:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:23:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:23:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:23:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:23:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:23:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:23:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 00:23:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:23:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:23:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 00:23:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 00:23:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 00:23:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 00:23:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:23:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 00:23:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 00:23:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:23:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:23:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 00:23:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 00:23:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 00:23:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 00:23:48 Fetched 24.4 MB in 4s (5644 kB/s) 00:23:49 Reading package lists... 00:23:49 Reading package lists... 00:23:49 Building dependency tree... 00:23:49 Reading state information... 00:23:49 The following additional packages will be installed: 00:23:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:23:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:23:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:23:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:23:49 Suggested packages: 00:23:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:23:49 Recommended packages: 00:23:49 gnupg libsasl2-modules 00:23:49 The following NEW packages will be installed: 00:23:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:23:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:23:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:23:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:23:49 The following packages will be upgraded: 00:23:49 gpg gpg-agent gpgconf libudev1 00:23:49 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 00:23:49 Need to get 3529 kB of archives. 00:23:49 After this operation, 13.3 MB of additional disk space will be used. 00:23:49 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] 00:23:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:23:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:23:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:23:49 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 00:23:50 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 00:23:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:23:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:23:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:23:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:23:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:23:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:23:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:23:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:23:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:23:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:23:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:23:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:23:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:23:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:23:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:23:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:23:50 debconf: delaying package configuration, since apt-utils is not installed 00:23:50 Fetched 3529 kB in 1s (3129 kB/s) 00:23:50 (Reading database ... 12511 files and directories currently installed.) 00:23:50 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 00:23:50 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 00:23:50 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 00:23:50 Selecting previously unselected package udev. 00:23:50 (Reading database ... 12511 files and directories currently installed.) 00:23:50 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 00:23:51 Unpacking udev (237-3ubuntu10.46) ... 00:23:51 Selecting previously unselected package libfuse2:amd64. 00:23:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:23:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:23:51 Selecting previously unselected package fuse. 00:23:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:23:51 Unpacking fuse (2.9.7-1ubuntu1) ... 00:23:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:23:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:23:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:23:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:23:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:23:51 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:23:51 Selecting previously unselected package libksba8:amd64. 00:23:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:23:51 Unpacking libksba8:amd64 (1.3.5-2) ... 00:23:51 Selecting previously unselected package libroken18-heimdal:amd64. 00:23:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:23:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:23:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:23:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libwind0-heimdal:amd64. 00:23:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:23:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:23:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:23:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:23:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:23:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:52 Selecting previously unselected package libsasl2-modules-db:amd64. 00:23:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:23:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:23:52 Selecting previously unselected package libsasl2-2:amd64. 00:23:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:23:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:23:52 Selecting previously unselected package libldap-common. 00:23:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:23:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:23:52 Selecting previously unselected package libldap-2.4-2:amd64. 00:23:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:23:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:23:53 Selecting previously unselected package dirmngr. 00:23:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:23:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:23:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:23:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:23:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:23:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:23:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:23:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:23:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:53 Setting up libksba8:amd64 (1.3.5-2) ... 00:23:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:23:53 Setting up udev (237-3ubuntu10.46) ... 00:23:54 invoke-rc.d: policy-rc.d denied execution of start. 00:23:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Processing triggers for systemd (237-3ubuntu10) ... 00:23:54 Setting up fuse (2.9.7-1ubuntu1) ... 00:23:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:23:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:23:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:23:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:23:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:23:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:23:54 settings in the [Install] section, and DefaultInstance for template units). 00:23:54 This means they are not meant to be enabled using systemctl. 00:23:54 Possible reasons for having this kind of units are: 00:23:54 1) A unit may be statically enabled by being symlinked from another unit's 00:23:54 .wants/ or .requires/ directory. 00:23:54 2) A unit's purpose may be to act as a helper for some other unit which has 00:23:54 a requirement dependency on it. 00:23:54 3) A unit may be started when needed via activation (socket, path, timer, 00:23:54 D-Bus, udev, scripted systemctl call, ...). 00:23:54 4) In case of template units, the unit is meant to be enabled with some 00:23:54 instance name specified. 00:23:55 Reading package lists... 00:23:55 Building dependency tree... 00:23:55 Reading state information... 00:23:55 The following additional packages will be installed: 00:23:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:23:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:23:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:23:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:23:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:23:55 Suggested packages: 00:23:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:23:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:23:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:23:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:23:55 systemd-container policykit-1 00:23:55 Recommended packages: 00:23:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:23:55 The following NEW packages will be installed: 00:23:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:23:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:23:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:23:55 multiarch-support openssh-client python3 python3-minimal python3.6 00:23:55 python3.6-minimal snapd squashfs-tools sudo 00:23:55 The following packages will be upgraded: 00:23:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:23:55 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 00:23:55 Need to get 35.2 MB of archives. 00:23:55 After this operation, 141 MB of additional disk space will be used. 00:23:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 00:23:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:23:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:23:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:23:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:23:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 00:23:56 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 00:23:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:23:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 00:23:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:23:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:23:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:23:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:23:56 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:23:56 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:23:56 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:23:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:23:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:23:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:23:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:23:56 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:23:56 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:23:56 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:23:56 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:23:56 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:23:56 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:23:56 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:23:56 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:23:56 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:23:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:23:57 debconf: delaying package configuration, since apt-utils is not installed 00:23:57 Fetched 35.2 MB in 2s (17.7 MB/s) 00:23:57 (Reading database ... 12757 files and directories currently installed.) 00:23:57 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 00:23:57 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 00:23:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 00:23:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 00:23:58 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 00:23:58 (Reading database ... 12757 files and directories currently installed.) 00:23:58 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 00:23:58 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 00:23:58 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 00:23:58 (Reading database ... 12757 files and directories currently installed.) 00:23:58 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 00:23:58 Unpacking apt (1.6.13) over (1.6.1) ... 00:23:59 Setting up apt (1.6.13) ... 00:23:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:23:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:23:59 (Reading database ... 12764 files and directories currently installed.) 00:23:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:23:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:24:01 Selecting previously unselected package libpython3.6-minimal:amd64. 00:24:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:24:01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:24:01 Selecting previously unselected package libexpat1:amd64. 00:24:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:24:01 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:24:01 Selecting previously unselected package python3.6-minimal. 00:24:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:24:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:24:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:24:02 Checking for services that may need to be restarted...done. 00:24:02 Checking for services that may need to be restarted...done. 00:24:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:24:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:24:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:24:02 Selecting previously unselected package python3-minimal. 00:24:02 (Reading database ... 13012 files and directories currently installed.) 00:24:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:24:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:24:02 Selecting previously unselected package mime-support. 00:24:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:24:02 Unpacking mime-support (3.60ubuntu1) ... 00:24:02 Selecting previously unselected package libmpdec2:amd64. 00:24:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:24:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:24:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:24:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:24:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:24:03 Selecting previously unselected package python3.6. 00:24:03 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:24:03 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:24:03 Selecting previously unselected package libpython3-stdlib:amd64. 00:24:03 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:24:03 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:24:03 Setting up python3-minimal (3.6.7-1~18.04) ... 00:24:03 Selecting previously unselected package python3. 00:24:03 (Reading database ... 13442 files and directories currently installed.) 00:24:03 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:24:03 Unpacking python3 (3.6.7-1~18.04) ... 00:24:03 Selecting previously unselected package multiarch-support. 00:24:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:24:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:24:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:24:04 Selecting previously unselected package liblzo2-2:amd64. 00:24:04 (Reading database ... 13479 files and directories currently installed.) 00:24:04 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:24:04 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:24:04 Selecting previously unselected package libbsd0:amd64. 00:24:04 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:24:04 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:24:04 Selecting previously unselected package sudo. 00:24:04 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:24:04 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:24:04 Selecting previously unselected package apparmor. 00:24:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:24:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:24:04 Selecting previously unselected package libedit2:amd64. 00:24:04 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:24:04 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:24:04 Selecting previously unselected package libkrb5support0:amd64. 00:24:04 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:24:04 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:24:04 Selecting previously unselected package libk5crypto3:amd64. 00:24:04 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:24:04 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:24:04 Selecting previously unselected package libkeyutils1:amd64. 00:24:04 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:24:04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:24:04 Selecting previously unselected package libkrb5-3:amd64. 00:24:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:24:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:24:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:24:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:24:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:24:05 Selecting previously unselected package libssl1.0.0:amd64. 00:24:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:24:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:24:05 Selecting previously unselected package openssh-client. 00:24:05 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:24:05 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:24:05 Selecting previously unselected package squashfs-tools. 00:24:05 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:24:05 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:24:05 Selecting previously unselected package snapd. 00:24:05 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:24:05 Unpacking snapd (2.48.3+18.04) ... 00:24:07 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:24:07 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:24:07 Setting up mime-support (3.60ubuntu1) ... 00:24:07 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:24:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:24:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:24:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:24:08 Setting up systemd (237-3ubuntu10.46) ... 00:24:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:24:08 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:24:08 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:24:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:24:08 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:24:09 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:24:09 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:24:09 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:24:09 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:24:09 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:24:10 Setting up python3 (3.6.7-1~18.04) ... 00:24:10 running python rtupdate hooks for python3.6... 00:24:10 running python post-rtupdate hooks for python3.6... 00:24:10 Setting up apparmor (2.12-4ubuntu5.1) ... 00:24:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:24:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:24:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:24:12 Setting up snapd (2.48.3+18.04) ... 00:24:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:24:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:24:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:24:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:24:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:24:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:24:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:24:13 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:24:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:24:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:24:14 /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' 00:24:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:24:14 Processing triggers for systemd (237-3ubuntu10.46) ... 00:24:15 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:24:15 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:24:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:24:16 Reading package lists... 00:24:16 Reading package lists... 00:24:16 Building dependency tree... 00:24:16 Reading state information... 00:24:16 Calculating upgrade... 00:24:17 The following packages will be upgraded: 00:24:17 advancecomp base-files bash binutils binutils-common 00:24:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:24:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:24:17 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:24:17 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:24:17 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:24:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:24:17 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 00:24:17 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 00:24:17 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:24:17 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:24:17 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:24:17 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:24:17 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:24:17 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:24:17 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:24:17 Need to get 64.0 MB of archives. 00:24:17 After this operation, 5034 kB of additional disk space will be used. 00:24:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 00:24:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:24:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:24:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:24:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:24:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:24:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:24:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:24:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:24:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:24:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:24:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:24:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:24:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:24:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:24:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:24:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:24:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:24:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:24:17 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:24:17 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:24:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:24:17 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:24:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:24:17 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:24:17 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:24:17 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:24:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:24:17 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:24:17 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:24:17 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:24:17 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:24:17 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:24:17 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:24:17 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:24:17 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:24:17 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 00:24:17 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 00:24:17 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:24:17 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:24:17 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:24:17 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:24:17 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:24:17 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:24:17 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:24:17 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:24:17 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:24:17 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:24:17 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:24:17 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:24:17 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:24:17 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:24:17 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:24:17 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:24:17 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:24:17 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:24:18 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:24:18 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:24:18 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:24:18 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:24:18 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:24:18 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:24:18 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:24:18 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:24:18 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:24:18 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:24:18 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:24:18 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:24:18 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:24:18 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:24:18 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:24:18 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:24:18 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:24:18 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:24:18 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:24:18 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:24:18 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:24:18 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:24:18 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:24:18 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:24:18 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:24:18 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:24:18 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:24:18 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:24:18 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 00:24:18 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:24:18 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:24:18 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:24:18 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:24:18 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:24:18 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 00:24:18 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:24:18 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:24:18 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:24:18 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:24:18 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:24:19 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:24:19 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:24:19 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:24:19 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:24:19 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:24:19 debconf: delaying package configuration, since apt-utils is not installed 00:24:19 Fetched 64.0 MB in 2s (35.1 MB/s) 00:24:19 (Reading database ... 13912 files and directories currently installed.) 00:24:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:24:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:24:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:24:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:24:20 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 00:24:20 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 00:24:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:22 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:22 (Reading database ... 13911 files and directories currently installed.) 00:24:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:24:22 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:24:22 (Reading database ... 13911 files and directories currently installed.) 00:24:22 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:22 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:24:23 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:24:23 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:23 (Reading database ... 13911 files and directories currently installed.) 00:24:23 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:24:23 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:24:23 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:24:24 (Reading database ... 13911 files and directories currently installed.) 00:24:24 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:24:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:24:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:24:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:24:24 Setting up base-files (10.1ubuntu2.10) ... 00:24:24 Installing new version of config file /etc/issue ... 00:24:24 Installing new version of config file /etc/issue.net ... 00:24:24 Installing new version of config file /etc/lsb-release ... 00:24:24 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:24:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:24:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:24:24 Removing obsolete conffile /etc/default/motd-news ... 00:24:24 (Reading database ... 13912 files and directories currently installed.) 00:24:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:24:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:24:25 Setting up bash (4.4.18-2ubuntu1.2) ... 00:24:25 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 00:24:25 (Reading database ... 13912 files and directories currently installed.) 00:24:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:24:25 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:24:25 (Reading database ... 13912 files and directories currently installed.) 00:24:25 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:24:25 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:24:26 Setting up tar (1.29b-2ubuntu0.2) ... 00:24:26 (Reading database ... 13912 files and directories currently installed.) 00:24:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:24:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:24:26 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:24:26 (Reading database ... 13912 files and directories currently installed.) 00:24:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:24:26 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:24:26 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:24:26 (Reading database ... 13912 files and directories currently installed.) 00:24:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:24:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:24:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:24:27 (Reading database ... 13912 files and directories currently installed.) 00:24:27 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:24:27 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:24:27 Setting up grep (3.1-2build1) ... 00:24:27 (Reading database ... 13912 files and directories currently installed.) 00:24:27 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:24:27 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:24:27 Setting up login (1:4.5-1ubuntu2) ... 00:24:27 (Reading database ... 13912 files and directories currently installed.) 00:24:27 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:24:27 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:24:28 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:24:28 (Reading database ... 13912 files and directories currently installed.) 00:24:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:24:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:24:28 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:24:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:24:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:24:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:24:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:24:29 (Reading database ... 13912 files and directories currently installed.) 00:24:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:24:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:24:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:24:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:24:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:24:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:24:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:24:30 (Reading database ... 13912 files and directories currently installed.) 00:24:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:24:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:24:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:24:31 (Reading database ... 13912 files and directories currently installed.) 00:24:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:24:31 (Reading database ... 13912 files and directories currently installed.) 00:24:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:24:31 (Reading database ... 13912 files and directories currently installed.) 00:24:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:24:31 (Reading database ... 13912 files and directories currently installed.) 00:24:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:24:32 (Reading database ... 13912 files and directories currently installed.) 00:24:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:24:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:24:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:24:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:24:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:24:32 (Reading database ... 13912 files and directories currently installed.) 00:24:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:24:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:24:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:24:32 (Reading database ... 13912 files and directories currently installed.) 00:24:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:24:32 (Reading database ... 13912 files and directories currently installed.) 00:24:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:24:33 (Reading database ... 13912 files and directories currently installed.) 00:24:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:24:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:24:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:24:34 (Reading database ... 13912 files and directories currently installed.) 00:24:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:24:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:24:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:24:34 (Reading database ... 13912 files and directories currently installed.) 00:24:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:24:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:24:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:24:34 (Reading database ... 13914 files and directories currently installed.) 00:24:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:24:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:24:35 Setting up debconf (1.5.66ubuntu1) ... 00:24:35 (Reading database ... 13914 files and directories currently installed.) 00:24:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:24:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:24:35 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:24:35 (Reading database ... 13914 files and directories currently installed.) 00:24:35 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:24:35 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:24:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:24:35 (Reading database ... 13914 files and directories currently installed.) 00:24:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:24:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:24:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:24:35 (Reading database ... 13914 files and directories currently installed.) 00:24:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:24:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:24:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:24:36 (Reading database ... 13914 files and directories currently installed.) 00:24:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:24:36 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:24:36 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:24:36 (Reading database ... 13914 files and directories currently installed.) 00:24:36 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:24:36 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:24:36 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 00:24:36 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 00:24:36 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:24:36 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:24:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:24:37 (Reading database ... 13914 files and directories currently installed.) 00:24:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:24:37 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:24:37 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:24:37 (Reading database ... 13914 files and directories currently installed.) 00:24:37 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:24:37 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:24:37 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:24:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:24:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:24:37 ---> bc21c9f2f6ce 00:24:37 Step 3/23 : WORKDIR /edgex-go 00:24:37 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:24:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:24:37 ---> bc21c9f2f6ce 00:24:37 Step 3/31 : WORKDIR /edgex-go 00:24:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:24:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:24:37 ---> bc21c9f2f6ce 00:24:37 Step 3/22 : WORKDIR /edgex-go 00:24:37 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:24:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:24:37 ---> bc21c9f2f6ce 00:24:37 Step 3/25 : WORKDIR /edgex-go 00:24:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:24:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:24:37 ---> bc21c9f2f6ce 00:24:37 Step 3/23 : WORKDIR /edgex-go 00:24:37 ---> Running in e246dc95a190 00:24:37 ---> Running in 703b6ba2f0eb 00:24:37 ---> Running in 0debad4e9921 00:24:37 ---> Running in 9306efef860a 00:24:37 ---> Running in 71da2d2626a6 00:24:37 Removing intermediate container 0debad4e9921 00:24:37 ---> 0f2ce1c25e72 00:24:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:24:37 Removing intermediate container 703b6ba2f0eb 00:24:37 ---> 8e67ed5ac5fa 00:24:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 9306efef860a 00:24:37 ---> 0ea55670ec95 00:24:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:24:37 00:24:37 Removing intermediate container 71da2d2626a6 00:24:37 ---> bb6b85f4f291 00:24:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:24:37 Removing intermediate container e246dc95a190 00:24:37 ---> 8a5800cdc2cd 00:24:37 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:24:37 ---> Running in bf23eeaa9c22 00:24:37 ---> Running in 74b9d8a94ceb 00:24:37 ---> Running in f2396f66519e 00:24:37 ---> Running in 963a826066da 00:24:37 ---> Running in 640384eea4b4 00:24:37 Removing intermediate container f2396f66519e 00:24:37 ---> 64fc75ee0300 00:24:37 Step 5/31 : RUN apk add --update --no-cache make git 00:24:37 Removing intermediate container bf23eeaa9c22 00:24:37 ---> 262df52c31f0 00:24:37 Step 5/23 : RUN apk add --update --no-cache make git 00:24:37 ---> Running in 3f49006d5621 00:24:37 (Reading database ... 13914 files and directories currently installed.) 00:24:37 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:24:37 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:24:37 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:24:37 Removing intermediate container 963a826066da 00:24:37 ---> 8c0eaa93481a 00:24:37 Step 5/23 : RUN apk add --update --no-cache make git 00:24:37 ---> Running in b4b0c6e07812 00:24:37 Removing intermediate container 74b9d8a94ceb 00:24:37 ---> 4b8c52828cbc 00:24:37 Step 5/22 : RUN apk add --update --no-cache make git 00:24:38 (Reading database ... 13914 files and directories currently installed.) 00:24:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:24:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:24:38 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:24:38 ---> Running in bfafbdefb068 00:24:38 Removing intermediate container 640384eea4b4 00:24:38 ---> 8bba98b25c60 00:24:38 Step 5/25 : RUN apk add --update --no-cache make git 00:24:38 (Reading database ... 13914 files and directories currently installed.) 00:24:38 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:24:38 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:24:38 ---> Running in d7f659391fcc 00:24:38 ---> Running in aaf7f0158ecc 00:24:38 Setting up passwd (1:4.5-1ubuntu2) ... 00:24:38 (Reading database ... 13914 files and directories currently installed.) 00:24:38 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:24:38 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:24:38 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:24:39 (Reading database ... 13914 files and directories currently installed.) 00:24:39 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 00:24:39 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 00:24:39 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 00:24:39 (Reading database ... 13914 files and directories currently installed.) 00:24:39 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 00:24:39 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 00:24:39 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 00:24:39 (Reading database ... 13914 files and directories currently installed.) 00:24:39 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:24:39 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:24:39 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:24:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:24:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:24:39 (Reading database ... 13914 files and directories currently installed.) 00:24:39 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:24:39 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:24:39 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:24:40 (Reading database ... 13914 files and directories currently installed.) 00:24:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:24:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:24:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:24:40 (Reading database ... 13914 files and directories currently installed.) 00:24:40 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:24:40 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:24:40 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:24:40 (Reading database ... 13914 files and directories currently installed.) 00:24:40 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 00:24:40 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 00:24:41 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 00:24:41 (Reading database ... 13914 files and directories currently installed.) 00:24:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:24:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:24:41 OK: 217 MiB in 51 packages 00:24:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:24:41 (Reading database ... 13915 files and directories currently installed.) 00:24:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:24:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:24:41 OK: 217 MiB in 51 packages 00:24:41 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:24:41 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:24:41 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:24:41 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:24:41 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:24:41 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:24:41 OK: 217 MiB in 51 packages 00:24:41 OK: 217 MiB in 51 packages 00:24:41 OK: 217 MiB in 51 packages 00:24:42 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:24:42 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:24:42 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:24:42 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:24:42 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:24:42 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:24:42 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:24:42 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:24:42 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:24:42 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:24:42 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:24:42 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:24:42 Removing intermediate container 3f49006d5621 00:24:42 ---> 3f7984bb7481 00:24:42 Step 6/31 : COPY go.mod . 00:24:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:24:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:24:43 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:24:43 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:24:43 Removing intermediate container b4b0c6e07812 00:24:43 ---> 2acec1add947 00:24:43 Step 6/23 : COPY go.mod . 00:24:43 Removing intermediate container bfafbdefb068 00:24:43 ---> 8bbe1910eca9 00:24:43 Step 6/23 : COPY go.mod . 00:24:43 ---> be490e32fc9a 00:24:43 Step 7/31 : RUN go mod download 00:24:44 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:24:44 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:24:44 Removing intermediate container d7f659391fcc 00:24:44 ---> f953933bf969 00:24:44 Step 6/22 : COPY go.mod . 00:24:44 Removing intermediate container aaf7f0158ecc 00:24:44 ---> 7493460bbff2 00:24:44 Step 6/25 : COPY go.mod . 00:24:44 ---> e2a618227cea 00:24:44 Step 7/23 : RUN go mod download 00:24:44 ---> Running in 54882716a32d 00:24:44 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:24:44 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:24:44 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:24:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:24:44 ---> Running in 3ad00dd8c6b3 00:24:44 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:24:44 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:24:44 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:24:44 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:24:45 ---> 8cca2e1eb834 00:24:45 Step 7/23 : RUN go mod download 00:24:45 ---> 5b562cc495e1 00:24:45 Step 7/22 : RUN go mod download 00:24:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:24:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:24:45 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:45 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:45 ---> Running in 3f8c017d6ca8 00:24:45 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:45 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:45 ---> 1e63533f13c0 00:24:45 Step 7/25 : RUN go mod download 00:24:45 ---> Running in 4bc53dd6755a 00:24:45 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:45 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:45 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:45 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:45 ---> Running in 61a891945c1d 00:24:46 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:46 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:47 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:47 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:48 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:48 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:48 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:48 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:49 Removing intermediate container 54882716a32d 00:24:49 ---> 6e6134695bdc 00:24:49 Step 8/31 : COPY . . 00:24:49 Removing intermediate container 3ad00dd8c6b3 00:24:49 ---> e6db82cb390a 00:24:49 Step 8/23 : COPY . . 00:24:49 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:24:49 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:24:49 Removing intermediate container 3f8c017d6ca8 00:24:49 ---> e0e40876be32 00:24:49 Step 8/23 : COPY . . 00:24:49 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:24:49 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:24:49 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:24:49 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:24:49 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:24:49 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:24:49 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:24:50 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:24:50 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:24:50 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:24:50 Removing intermediate container 4bc53dd6755a 00:24:50 ---> 9d6fa921859d 00:24:50 Step 8/22 : COPY . . 00:24:50 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:24:50 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:24:50 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:24:50 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:24:50 Removing intermediate container 61a891945c1d 00:24:50 ---> e55fa62760ce 00:24:50 Step 8/25 : COPY . . 00:24:50 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:50 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:24:50 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:50 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:50 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:50 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:24:50 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:24:50 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:24:50 00:24:50 Current default time zone: 'Etc/UTC' 00:24:50 Local time is now: Wed Apr 21 00:24:50 UTC 2021. 00:24:50 Universal Time is now: Wed Apr 21 00:24:50 UTC 2021. 00:24:50 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:24:50 00:24:50 Setting up systemd-sysv (237-3ubuntu10.46) ... 00:24:50 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:50 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 00:24:50 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:24:50 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:24:51 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:24:51 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:24:51 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:24:51 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:24:51 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:24:51 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:51 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:24:51 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:24:51 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:24:51 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:51 Setting up patch (2.7.6-2ubuntu1.1) ... 00:24:51 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:24:51 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:24:51 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:24:51 Installing new version of config file /etc/ssl/openssl.cnf ... 00:24:51 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:24:51 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:24:51 Setting up ca-certificates (20210119~18.04.1) ... 00:24:53 Updating certificates in /etc/ssl/certs... 00:24:54 23 added, 27 removed; done. 00:24:54 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:24:54 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:24:54 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:24:54 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:24:54 Setting up pkgbinarymangler (138.18.04.1) ... 00:24:54 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:24:54 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:24:54 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:24:54 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:24:54 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:24:54 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:24:54 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:24:54 Setting up perl (5.26.1-6ubuntu0.5) ... 00:24:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:24:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:24:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:24:55 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:24:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:24:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:24:55 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:24:55 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:24:55 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:24:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:24:55 Processing triggers for systemd (237-3ubuntu10.46) ... 00:24:55 Processing triggers for mime-support (3.60ubuntu1) ... 00:24:55 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:24:55 Updating certificates in /etc/ssl/certs... 00:24:56 0 added, 0 removed; done. 00:24:56 Running hooks in /etc/ca-certificates/update.d... 00:24:56 done. 00:24:56 Reading package lists... 00:24:56 Building dependency tree... 00:24:56 Reading state information... 00:24:56 The following NEW packages will be installed: 00:24:56 apt-transport-https 00:24:56 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:24:56 Need to get 1692 B of archives. 00:24:56 After this operation, 154 kB of additional disk space will be used. 00:24:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 00:24:57 debconf: delaying package configuration, since apt-utils is not installed 00:24:57 Fetched 1692 B in 0s (8528 B/s) 00:24:57 Selecting previously unselected package apt-transport-https. 00:24:57 (Reading database ... 13920 files and directories currently installed.) 00:24:57 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 00:24:57 Unpacking apt-transport-https (1.6.13) ... 00:24:57 Setting up apt-transport-https (1.6.13) ... 00:24:57 Waiting for network to be ready... 00:25:04 2021-04-21T00:25:00Z INFO Waiting for automatic snapd restart... 00:25:04 snapd 2.49.2 from Canonical* installed 00:25:04 "snapd" switched to the "latest/stable" channel 00:25:04 00:25:07 core18 20210309 from Canonical* installed 00:25:07 "core18" switched to the "latest/stable" channel 00:25:07 00:25:11 snapcraft 4.6.2 from Canonical* installed 00:25:11 "snapcraft" switched to the "latest/stable" channel 00:25:11 00:25:15 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: 00:25:15 - README.md 00:25:15 00:25:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:25:17 ---> 037b9cf2b6d0 00:25:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:25:17 ---> e153dde7373b 00:25:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:25:17 ---> Running in 3d3be04629dc 00:25:17 ---> eb9739585696 00:25:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:25:17 ---> b8acfd6d2a80 00:25:17 Step 9/23 : RUN make cmd/core-command/core-command 00:25:17 ---> 27ef3f5f4689 00:25:17 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:25:17 ---> Running in 9ddc59a237f8 00:25:17 ---> Running in 98f016d5deb1 00:25:17 ---> Running in 893e6373e470 00:25:17 ---> Running in 0db4981d1173 00:25:17 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 00:25:17 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 00:25:17 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 00:25:18 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 00:25:18 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 00:25:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:25:22 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:25:22 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:25:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:25:22 Reading package lists... 00:25:23 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:25:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:25:29 Reading package lists... 00:25:29 Building dependency tree... 00:25:29 Reading state information... 00:25:29 Suggested packages: 00:25:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:25:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:25:29 Recommended packages: 00:25:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:25:29 The following NEW packages will be installed: 00:25:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:25:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:25:29 pkg-config zip 00:25:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:25:29 Need to get 7663 kB of archives. 00:25:29 After this operation, 43.8 MB of additional disk space will be used. 00:25:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:25:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:25:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:25:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:25:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:25:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:25:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:25:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:25:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:25:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:25:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:25:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:25:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:25:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:25:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:25:30 debconf: delaying package configuration, since apt-utils is not installed 00:25:30 Fetched 7663 kB in 1s (10.7 MB/s) 00:25:30 Selecting previously unselected package libglib2.0-0:amd64. 00:25:30 (Reading database ... 13924 files and directories currently installed.) 00:25:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:25:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:25:30 Selecting previously unselected package libpsl5:amd64. 00:25:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:25:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:25:30 Selecting previously unselected package libnghttp2-14:amd64. 00:25:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:25:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:25:30 Selecting previously unselected package librtmp1:amd64. 00:25:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:25:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:25:31 Selecting previously unselected package libcurl3-gnutls:amd64. 00:25:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:25:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:25:31 Selecting previously unselected package liberror-perl. 00:25:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:25:31 Unpacking liberror-perl (0.17025-1) ... 00:25:31 Selecting previously unselected package git-man. 00:25:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:25:31 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:25:31 Selecting previously unselected package git. 00:25:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:25:31 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:25:32 Selecting previously unselected package libnorm1:amd64. 00:25:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:25:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:25:32 Selecting previously unselected package libpgm-5.2-0:amd64. 00:25:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:25:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:25:32 Selecting previously unselected package libsodium23:amd64. 00:25:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:25:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:25:32 Selecting previously unselected package libzmq5:amd64. 00:25:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:25:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:25:32 Selecting previously unselected package libzmq3-dev:amd64. 00:25:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:25:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:25:32 Selecting previously unselected package pkg-config. 00:25:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:25:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:25:32 Selecting previously unselected package zip. 00:25:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:25:32 Unpacking zip (3.0-11build1) ... 00:25:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:25:33 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:25:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:25:33 Setting up liberror-perl (0.17025-1) ... 00:25:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:25:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:25:33 No schema files found: doing nothing. 00:25:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:25:33 Setting up zip (3.0-11build1) ... 00:25:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:25:33 Setting up libsodium23:amd64 (1.0.16-2) ... 00:25:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:25:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:25:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:25:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:25:33 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:25:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:25:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:25:39 git set to automatically installed. 00:25:39 git-man set to automatically installed. 00:25:39 libcurl3-gnutls set to automatically installed. 00:25:39 liberror-perl set to automatically installed. 00:25:39 libglib2.0-0 set to automatically installed. 00:25:39 libnghttp2-14 set to automatically installed. 00:25:39 libnorm1 set to automatically installed. 00:25:39 libpgm-5.2-0 set to automatically installed. 00:25:39 libpsl5 set to automatically installed. 00:25:39 librtmp1 set to automatically installed. 00:25:39 libsodium23 set to automatically installed. 00:25:39 libzmq3-dev set to automatically installed. 00:25:39 libzmq5 set to automatically installed. 00:25:39 pkg-config set to automatically installed. 00:25:39 zip set to automatically installed. 00:25:43 snapd is not logged in, snap install commands will use sudo 00:25:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:26:04 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:26:05 snapd is not logged in, snap install commands will use sudo 00:26:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:26:12 snap "core18" has no updates available 00:26:13 Pulling go-build-helper 00:26:13 + snapcraftctl pull 00:26:14 'app-service-config' has dependencies that need to be staged: go-build-helper 00:26:14 Skipping pull go-build-helper (already ran) 00:26:14 Building go-build-helper 00:26:14 + snapcraftctl build 00:26:16 Staging go-build-helper 00:26:16 + snapcraftctl stage 00:26:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:26:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:26:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:26:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 00:26:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:26:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:26:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 00:26:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:26:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:26:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:26:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 00:26:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:26:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 00:26:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 00:26:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:26:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:26:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:26:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 00:26:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:26:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 00:26:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 00:26:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:26:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:26:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 00:26:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 00:26:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 00:26:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 00:26:26 Fetched 24.4 MB in 0s (0 B/s) 00:26:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:26:26 Fetched 224 kB in 0s (0 B/s) 00:26:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:26:26 Fetched 157 kB in 0s (0 B/s) 00:26:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:26:26 Fetched 221 kB in 0s (0 B/s) 00:26:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:26:26 Fetched 143 kB in 0s (0 B/s) 00:26:26 Pulling app-service-config 00:26:26 + snapcraftctl pull 00:26:26 Cloning into '/root/parts/app-service-config/src'... 00:26:27 Pulling config-common 00:26:27 + snapcraftctl pull 00:26:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:26:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:26:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:26:31 Fetched 0 B in 0s (0 B/s) 00:26:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:26:31 Fetched 0 B in 0s (0 B/s) 00:26:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:26:31 Fetched 0 B in 0s (0 B/s) 00:26:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:26:31 Fetched 0 B in 0s (0 B/s) 00:26:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:26:31 Fetched 0 B in 0s (0 B/s) 00:26:31 Pulling edgex-go 00:26:31 + snapcraftctl pull 00:26:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:26:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:26:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:26:53 Fetched 0 B in 0s (0 B/s) 00:26:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:26:53 Fetched 96.5 kB in 0s (0 B/s) 00:26:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:26:53 Fetched 279 kB in 0s (0 B/s) 00:26:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:26:53 Fetched 122 kB in 0s (0 B/s) 00:26:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:26:53 Fetched 77.8 kB in 0s (0 B/s) 00:26:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:26:53 Fetched 8848 B in 0s (0 B/s) 00:26:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:26:53 Fetched 47.8 kB in 0s (0 B/s) 00:26:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:26:53 Fetched 45.6 kB in 0s (0 B/s) 00:26:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:26:53 Fetched 15.0 kB in 0s (0 B/s) 00:26:53 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:26:53 Fetched 219 kB in 0s (0 B/s) 00:26:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:26:53 Fetched 154 kB in 0s (0 B/s) 00:26:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:26:53 Fetched 50.6 kB in 0s (0 B/s) 00:26:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:26:53 Fetched 14.8 kB in 0s (0 B/s) 00:26:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:26:53 Fetched 41.8 kB in 0s (0 B/s) 00:26:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:26:53 Fetched 499 kB in 0s (0 B/s) 00:26:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:26:53 Fetched 111 kB in 0s (0 B/s) 00:26:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:26:53 Fetched 240 kB in 0s (0 B/s) 00:26:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:26:53 Fetched 29.3 kB in 0s (0 B/s) 00:26:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:26:53 Fetched 85.5 kB in 0s (0 B/s) 00:26:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:26:53 Fetched 24.5 kB in 0s (0 B/s) 00:26:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:26:53 Fetched 49.2 kB in 0s (0 B/s) 00:26:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:26:53 Fetched 54.2 kB in 0s (0 B/s) 00:26:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:26:53 Fetched 30.8 kB in 0s (0 B/s) 00:26:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:26:53 Fetched 15.8 kB in 0s (0 B/s) 00:26:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:26:53 Fetched 85.9 kB in 0s (0 B/s) 00:26:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:26:53 Fetched 8720 B in 0s (0 B/s) 00:26:53 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 00:26:53 Fetched 137 kB in 0s (0 B/s) 00:26:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:26:53 Fetched 119 kB in 0s (0 B/s) 00:26:53 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 00:26:53 Fetched 110 kB in 0s (0 B/s) 00:26:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:26:53 Fetched 11.1 kB in 0s (0 B/s) 00:26:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:26:53 Fetched 645 kB in 0s (0 B/s) 00:26:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:26:53 Fetched 41.3 kB in 0s (0 B/s) 00:26:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:26:53 Fetched 17.9 kB in 0s (0 B/s) 00:26:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:26:53 Fetched 368 kB in 0s (0 B/s) 00:26:53 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:26:53 Fetched 187 kB in 0s (0 B/s) 00:26:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:26:53 Fetched 175 kB in 0s (0 B/s) 00:26:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:26:53 Fetched 206 kB in 0s (0 B/s) 00:26:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:26:53 Fetched 1301 kB in 0s (0 B/s) 00:26:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:26:53 Fetched 36.2 kB in 0s (0 B/s) 00:26:53 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:26:53 Fetched 159 kB in 0s (0 B/s) 00:26:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:26:53 Fetched 107 kB in 0s (0 B/s) 00:26:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:26:53 Fetched 48.7 kB in 0s (0 B/s) 00:26:53 Pulling static-packages 00:26:53 + snapcraftctl pull 00:26:53 Pulling version 00:26:53 + cd /root/project 00:26:53 + [ -f VERSION ] 00:26:53 + PROJECT_VERSION=local-dev 00:26:53 + git rev-parse --short HEAD 00:26:53 + GIT_REVISION=3daad418 00:26:53 + snapcraftctl set-version local-dev 00:26:53 Skipping build go-build-helper (already ran) 00:26:53 Building app-service-config 00:26:53 + make build 00:26:53 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:26:56 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 00:26:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 00:26:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 00:26:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 00:26:56 go: downloading github.com/google/uuid v1.2.0 00:26:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:26:56 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:26:56 go: downloading github.com/x448/float16 v0.8.4 00:26:56 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:26:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:26:56 go: downloading github.com/pelletier/go-toml v1.2.0 00:26:56 go: downloading github.com/BurntSushi/toml v0.3.1 00:26:56 go: downloading github.com/gorilla/mux v1.8.0 00:26:56 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:26:56 go: downloading github.com/leodido/go-urn v1.2.0 00:26:56 go: downloading github.com/go-kit/kit v0.8.0 00:26:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:26:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:26:57 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:26:57 go: downloading github.com/go-playground/universal-translator v0.17.0 00:26:57 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:26:57 go: downloading github.com/go-playground/locales v0.13.0 00:26:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 00:26:57 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:26:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 00:26:57 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:26:57 go: downloading github.com/hashicorp/consul/api v1.8.1 00:26:57 go: downloading github.com/gorilla/websocket v1.4.2 00:26:57 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:26:57 go: downloading github.com/mitchellh/copystructure v1.0.0 00:26:57 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:26:57 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:26:57 go: downloading github.com/hashicorp/serf v0.9.5 00:26:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:26:57 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:26:57 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:26:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:26:57 go: downloading github.com/pebbe/zmq4 v1.2.7 00:26:57 go: downloading github.com/mattn/go-isatty v0.0.12 00:26:57 go: downloading github.com/fatih/color v1.9.0 00:26:57 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:26:57 go: downloading github.com/mattn/go-colorable v0.1.6 00:26:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:26:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:26:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:27:07 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:27:07 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:27:07 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:27:07 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:27:07 Building config-common 00:27:07 + snapcraftctl build 00:27:09 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 00:27:09 Removing intermediate container 3d3be04629dc 00:27:09 ---> c5e82b4fc3cf 00:27:09 00:27:09 Step 10/31 : FROM alpine:3.12 00:27:09 3.12: Pulling from library/alpine 00:27:10 Building edgex-go 00:27:10 + cd /root/parts/edgex-go/src 00:27:10 + make build 00:27:10 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 00:27:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 00:27:10 Status: Downloaded newer image for alpine:3.12 00:27:10 ---> 9852663dfa18 00:27:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:27:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 00:27:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 00:27:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 00:27:11 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 00:27:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 00:27:11 go: downloading github.com/go-playground/validator/v10 v10.5.0 00:27:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:27:11 go: downloading github.com/imdario/mergo v0.3.12 00:27:11 go: downloading github.com/pelletier/go-toml v1.9.0 00:27:11 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 00:27:11 go: downloading github.com/pkg/errors v0.8.1 00:27:11 ---> Running in eefc62040231 00:27:11 go: downloading golang.org/x/text v0.3.2 00:27:12 Removing intermediate container eefc62040231 00:27:12 ---> 122604de014b 00:27:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:27:12 ---> Running in bce44fa396c1 00:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:15 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 00:27:15 go: downloading gopkg.in/yaml.v2 v2.4.0 00:27:16 (1/2) Installing dumb-init (1.2.2-r1) 00:27:16 (2/2) Installing su-exec (0.2-r1) 00:27:16 Executing busybox-1.31.1-r20.trigger 00:27:16 OK: 5 MiB in 16 packages 00:27:16 Removing intermediate container 0db4981d1173 00:27:16 ---> 26c9f48589ad 00:27:16 00:27:16 Step 10/25 : FROM alpine:3.12 00:27:16 ---> 9852663dfa18 00:27:16 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:27:17 ---> Running in c55005af3e32 00:27:18 Removing intermediate container bce44fa396c1 00:27:18 ---> 7bbff1147891 00:27:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:27:19 ---> Running in 3fae4aed6faa 00:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:20 (1/6) Installing ca-certificates (20191127-r4) 00:27:20 Removing intermediate container 3fae4aed6faa 00:27:20 ---> 9e366e56b9be 00:27:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:27:20 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:27:20 (3/6) Installing libcurl (7.76.1-r0) 00:27:20 (4/6) Installing curl (7.76.1-r0) 00:27:20 (5/6) Installing dumb-init (1.2.2-r1) 00:27:20 (6/6) Installing su-exec (0.2-r1) 00:27:20 Executing busybox-1.31.1-r20.trigger 00:27:20 Executing ca-certificates-20191127-r4.trigger 00:27:22 OK: 7 MiB in 20 packages 00:27:22 ---> Running in 98230839f766 00:27:22 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 00:27:22 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 00:27:22 Removing intermediate container 98230839f766 00:27:22 ---> 0a7c0a551b79 00:27:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:27:23 Removing intermediate container 98f016d5deb1 00:27:23 ---> 6f7488df2e2a 00:27:23 00:27:23 Step 10/23 : FROM alpine:3.12 00:27:23 ---> 9852663dfa18 00:27:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:27:23 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 00:27:23 ---> Running in 29ed840f727d 00:27:23 ---> Running in 36315da737df 00:27:23 Removing intermediate container c55005af3e32 00:27:23 ---> 42c006dd0384 00:27:23 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:27:24 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 00:27:24 go: downloading github.com/stretchr/testify v1.7.0 00:27:24 go: downloading github.com/davecgh/go-spew v1.1.1 00:27:24 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:27:24 go: downloading github.com/pmezard/go-difflib v1.0.0 00:27:24 ---> Running in 39d1a3fd8c4d 00:27:24 Removing intermediate container 893e6373e470 00:27:24 ---> 9ad936e58ed6 00:27:24 00:27:24 Step 10/22 : FROM alpine:3.12 00:27:24 ---> 9852663dfa18 00:27:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:27:25 ---> Running in 3bc71c2b6fec 00:27:25 Removing intermediate container 39d1a3fd8c4d 00:27:25 ---> c0d8326b1748 00:27:25 Step 13/25 : WORKDIR / 00:27:25 ---> Running in 7d32d0745f05 00:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:26 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 00:27:26 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:27:26 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:26 Removing intermediate container 7d32d0745f05 00:27:26 ---> fd545f21c9c2 00:27:26 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:27 (1/1) Installing dumb-init (1.2.2-r1) 00:27:27 Executing busybox-1.31.1-r20.trigger 00:27:27 OK: 5 MiB in 15 packages 00:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:27 (1/1) Installing dumb-init (1.2.2-r1) 00:27:27 Executing busybox-1.31.1-r20.trigger 00:27:27 OK: 5 MiB in 15 packages 00:27:28 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 00:27:28 ---> c5092abbe93a 00:27:28 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:27:28 Removing intermediate container 29ed840f727d 00:27:28 ---> bfb5335a49b0 00:27:28 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:27:28 ---> Running in 0ede029a767b 00:27:29 Removing intermediate container 36315da737df 00:27:29 ---> e5996a12d980 00:27:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:27:29 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 00:27:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:27:29 ---> f2dfebb4d31e 00:27:29 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:27:29 Removing intermediate container 0ede029a767b 00:27:29 ---> 34792a4b987d 00:27:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:27:29 ---> Running in 91d03b8f06ec 00:27:30 Removing intermediate container 3bc71c2b6fec 00:27:30 ---> 95ce99a3514f 00:27:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:27:30 ---> Running in a4d1844ba96a 00:27:30 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 00:27:30 ---> 25f528b66c66 00:27:30 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:27:31 Removing intermediate container 91d03b8f06ec 00:27:31 ---> caaec478c83d 00:27:31 Step 13/23 : ENV APP_PORT=48082 00:27:31 ---> a9d029d14be5 00:27:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:27:31 ---> Running in 8d1c7aa8738f 00:27:31 ---> Running in 5838aea728d4 00:27:31 Removing intermediate container a4d1844ba96a 00:27:31 ---> da28a324348b 00:27:31 Step 13/22 : ENV APP_PORT=48085 00:27:31 ---> 37d1c88c8928 00:27:31 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:27:31 ---> Running in cdb20708c88e 00:27:32 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 00:27:32 Removing intermediate container 8d1c7aa8738f 00:27:32 ---> b95be20bf223 00:27:32 Step 14/23 : EXPOSE $APP_PORT 00:27:33 ---> Running in 20def4c2b482 00:27:33 Removing intermediate container cdb20708c88e 00:27:33 ---> c524f54da2a3 00:27:33 Step 14/22 : EXPOSE $APP_PORT 00:27:33 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 00:27:33 go: downloading github.com/lib/pq v1.9.0 00:27:33 Removing intermediate container 9ddc59a237f8 00:27:33 ---> cf3868a69243 00:27:33 00:27:33 Step 10/23 : FROM alpine:3.12 00:27:33 ---> 9852663dfa18 00:27:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:27:33 ---> Using cache 00:27:33 ---> 95ce99a3514f 00:27:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:27:33 ---> Using cache 00:27:33 ---> da28a324348b 00:27:33 Step 13/23 : ENV APP_PORT=48081 00:27:33 ---> Running in b9214a5181ef 00:27:33 ---> Running in 0dc4fe837525 00:27:33 Removing intermediate container 20def4c2b482 00:27:33 ---> 3549e6782f02 00:27:33 Step 15/23 : WORKDIR / 00:27:33 ---> acc7922d0c0e 00:27:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:27:33 ---> Running in d4c3e5477eae 00:27:34 Removing intermediate container b9214a5181ef 00:27:34 ---> b4cc59bd8c31 00:27:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:27:34 Removing intermediate container 0dc4fe837525 00:27:34 ---> ce0fe62d3815 00:27:34 Step 14/23 : EXPOSE $APP_PORT 00:27:34 ---> Running in da1ecf169d3c 00:27:35 Removing intermediate container d4c3e5477eae 00:27:35 ---> 50fedcaa9dbe 00:27:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:27:35 Removing intermediate container 5838aea728d4 00:27:35 ---> b1df882db164 00:27:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:27:35 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:27:35 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:27:35 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:27:35 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:27:35 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:27:35 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:27:35 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:27:35 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:27:35 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:27:35 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:27:35 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:27:35 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:27:35 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:27:35 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:27:35 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:27:35 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:27:35 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:27:35 + 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 00:27:35 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:27:35 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:27:35 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:27:35 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:27:35 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:27:35 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:27:35 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:27:35 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:27:35 ---> ebcb409ae403 00:27:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:27:35 Removing intermediate container da1ecf169d3c 00:27:35 ---> 20c7a5ff5b31 00:27:35 Step 15/23 : WORKDIR / 00:27:35 ---> 4a0eee52ad50 00:27:35 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:27:35 ---> Running in af6b590e56f7 00:27:36 ---> a87f7b64671b 00:27:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:27:36 ---> e52b5a8252a4 00:27:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:27:36 Removing intermediate container af6b590e56f7 00:27:36 ---> ba8c8e61b0de 00:27:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:27:37 ---> 6c0818808875 00:27:37 Step 21/25 : 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/ 00:27:37 ---> f297c97c12b1 00:27:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:27:37 ---> Running in aebe4c9901a9 00:27:38 ---> f9ffaa070ec3 00:27:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:27:38 ---> adb848829ed1 00:27:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:27:38 ---> c1deccad6e90 00:27:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:27:38 ---> 6c7a687c60fe 00:27:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:27:38 Building static-packages 00:27:38 + snapcraftctl build 00:27:38 ---> Running in b14ca9f6abc2 00:27:39 Removing intermediate container b14ca9f6abc2 00:27:39 ---> 04a1dad4ee23 00:27:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:27:39 ---> 1faa490222de 00:27:39 Step 19/23 : ENTRYPOINT ["/core-command"] 00:27:39 ---> 604e595867d7 00:27:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:27:39 ---> Running in e05bc310a2d6 00:27:39 ---> Running in df7eb2bb4ac9 00:27:39 ---> 8449f7eae10a 00:27:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:27:40 Building version 00:27:40 + snapcraftctl build 00:27:40 Removing intermediate container e05bc310a2d6 00:27:40 ---> 1cd3687c9e54 00:27:40 Step 20/22 : LABEL arch=arm64 00:27:40 Removing intermediate container df7eb2bb4ac9 00:27:40 ---> 05b606ee5d76 00:27:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:27:40 ---> Running in 96bf9f5a0990 00:27:41 ---> b05087286ac1 00:27:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:27:41 ---> Running in c9daceeda83c 00:27:41 Removing intermediate container aebe4c9901a9 00:27:41 ---> 604445f86154 00:27:41 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 00:27:41 ---> 2c8290f927ca 00:27:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:27:41 ---> Running in 24ab9c95c636 00:27:41 ---> Running in 890aaa04d012 00:27:41 Removing intermediate container 96bf9f5a0990 00:27:41 ---> 6f95686173e0 00:27:41 Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:27:41 Removing intermediate container c9daceeda83c 00:27:41 ---> a041eb3fe867 00:27:41 Step 21/23 : LABEL arch=arm64 00:27:41 ---> Running in 67eaa0974f44 00:27:41 ---> Running in 86d38437132d 00:27:41 ---> 0dca56cca8f6 00:27:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:27:42 Removing intermediate container 24ab9c95c636 00:27:42 ---> 4d38c7f60dfd 00:27:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:27:42 Removing intermediate container 890aaa04d012 00:27:42 ---> 9e5d7f7d831d 00:27:42 Step 23/25 : LABEL arch=arm64 00:27:42 ---> Running in 8a470ca7817b 00:27:42 ---> Running in 20fc0cf8d988 00:27:42 ---> Running in 359dc929de2c 00:27:42 Removing intermediate container 67eaa0974f44 00:27:42 ---> 5c74a978c119 00:27:42 Step 22/22 : LABEL version=0.0.0 00:27:42 Removing intermediate container 86d38437132d 00:27:42 ---> 3e6712072a66 00:27:42 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:27:42 Skipping stage go-build-helper (already ran) 00:27:42 Staging app-service-config 00:27:42 + snapcraftctl stage 00:27:42 ---> Running in 649805b0ad3b 00:27:42 ---> Running in 20461303c888 00:27:43 Removing intermediate container 359dc929de2c 00:27:43 ---> 7da8801c0b07 00:27:43 Step 21/23 : LABEL arch=arm64 00:27:43 Removing intermediate container 20fc0cf8d988 00:27:43 ---> 8950bcafc377 00:27:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:27:43 Removing intermediate container 8a470ca7817b 00:27:43 ---> 98ed52e3bd51 00:27:43 Step 24/25 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:27:43 Staging config-common 00:27:43 + snapcraftctl stage 00:27:43 ---> Running in f5d08ca99471 00:27:43 Removing intermediate container 649805b0ad3b 00:27:43 ---> 543024327f48 00:27:43 00:27:43 ---> Running in 5c24df773c22 00:27:43 Removing intermediate container 20461303c888 00:27:43 ---> c8995c122d51 00:27:43 Step 23/23 : LABEL version=0.0.0 00:27:43 ---> Running in 8205f107cd93 00:27:43 Successfully built 543024327f48 00:27:43 Successfully tagged docker-support-scheduler-go-arm64:latest 00:27:43 Removing intermediate container f5d08ca99471 00:27:43 ---> da66b381fd7c 00:27:43 Building docker-support-notifications-go 00:27:43 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a Building docker-support-scheduler-go ... done  00:27:44 ---> 502b1f365a36 00:27:44 Removing intermediate container 5c24df773c22 00:27:44 ---> f50381a6cc4a 00:27:44 Step 26/31 : RUN chmod +x /entrypoint.sh 00:27:44 Step 25/25 : LABEL version=0.0.0 00:27:44 ---> Running in 4112658df31c 00:27:44 ---> Running in c04ade879dd8 00:27:44 Staging edgex-go 00:27:44 + snapcraftctl stage 00:27:44 ---> Running in a057b0509f79 00:27:44 Removing intermediate container 8205f107cd93 00:27:44 ---> 34d78042348d 00:27:44 00:27:44 Removing intermediate container 4112658df31c 00:27:44 ---> 982da650e7e9 00:27:44 Step 23/23 : LABEL version=0.0.0 00:27:44 Removing intermediate container c04ade879dd8 00:27:44 ---> a70afea06477 00:27:44 00:27:45 Staging static-packages 00:27:45 + snapcraftctl stage 00:27:45 ---> Running in 6d5cf954fcb7 00:27:45 Successfully built 34d78042348d 00:27:45 Successfully tagged docker-core-command-go-arm64:latest 00:27:45 Building docker-security-proxy-setup-go 00:27:45  Building docker-core-command-go ... done Successfully built a70afea06477 00:27:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:27:45  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:27:45 Removing intermediate container 6d5cf954fcb7 00:27:45 ---> 7cfd40da6af2 00:27:45 00:27:45 Staging version 00:27:45 + snapcraftctl stage 00:27:46 Successfully built 7cfd40da6af2 00:27:46 Successfully tagged docker-core-metadata-go-arm64:latest 00:27:46  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:27:46 Priming go-build-helper 00:27:46 + snapcraftctl prime 00:27:46 Removing intermediate container a057b0509f79 00:27:46 ---> d590aff3e0f3 00:27:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:27:47 ---> Running in 04f283c48305 00:27:47 Removing intermediate container 04f283c48305 00:27:47 ---> 2de70a3ad419 00:27:47 Step 28/31 : CMD ["gate"] 00:27:48 ---> Running in 6c6db1b2ac69 00:27:48 Priming app-service-config 00:27:48 + snapcraftctl prime 00:27:48 Removing intermediate container 6c6db1b2ac69 00:27:48 ---> 58b0d615e714 00:27:48 Step 29/31 : LABEL arch=arm64 00:27:48 ---> Running in a6d563252973 00:27:49 Removing intermediate container a6d563252973 00:27:49 ---> e223c07f9f9e 00:27:49 Step 30/31 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:27:49 Priming config-common 00:27:49 + snapcraftctl prime 00:27:49 ---> Running in 31c6aad499b8 00:27:50 Removing intermediate container 31c6aad499b8 00:27:50 ---> 12bf29b36f3c 00:27:50 Step 31/31 : LABEL version=0.0.0 00:27:50 Priming edgex-go 00:27:50 + snapcraftctl prime 00:27:50 ---> Running in 0a25562689f5 00:27:50 Removing intermediate container 0a25562689f5 00:27:50 ---> 1723a975dfa0 00:27:50 00:27:51 Successfully built 1723a975dfa0 00:27:51 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:27:51 Priming static-packages 00:27:51 + snapcraftctl prime 00:27:53 Priming version 00:27:53 + snapcraftctl prime 00:27:54 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] } 00:28:48  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:48 ---> bc21c9f2f6ce 00:28:48 Step 3/22 : WORKDIR /edgex-go 00:28:48 ---> Using cache 00:28:48 ---> 8a5800cdc2cd 00:28:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:48 ---> Using cache 00:28:48 ---> 8bba98b25c60 00:28:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:28:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:28:48 ---> bc21c9f2f6ce 00:28:48 Step 3/21 : WORKDIR /edgex-go 00:28:48 ---> Using cache 00:28:48 ---> 8a5800cdc2cd 00:28:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:48 ---> Using cache 00:28:48 ---> 8bba98b25c60 00:28:48 Step 5/21 : RUN apk add --update --no-cache make git 00:28:48 ---> Using cache 00:28:48 ---> 7493460bbff2 00:28:48 Step 6/21 : COPY go.mod . 00:28:48 ---> Using cache 00:28:48 ---> 1e63533f13c0 00:28:48 Step 7/21 : RUN go mod download 00:28:48 ---> Using cache 00:28:48 ---> e55fa62760ce 00:28:48 Step 8/21 : COPY . . 00:28:48 ---> Using cache 00:28:48 ---> 27ef3f5f4689 00:28:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:28:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:28:48 ---> bc21c9f2f6ce 00:28:48 Step 3/23 : WORKDIR /edgex-go 00:28:48 ---> Using cache 00:28:48 ---> 8a5800cdc2cd 00:28:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:48 ---> Using cache 00:28:48 ---> 8bba98b25c60 00:28:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:28:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:28:48 ---> bc21c9f2f6ce 00:28:48 Step 3/23 : WORKDIR /edgex-go 00:28:48 ---> Using cache 00:28:48 ---> 8a5800cdc2cd 00:28:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:48 ---> Using cache 00:28:48 ---> 8bba98b25c60 00:28:48 Step 5/23 : RUN apk add --update --no-cache make bash git 00:28:48 ---> Running in 7a764306797b 00:28:48 ---> Running in 6c5129ab2f88 00:28:48 ---> Running in 0bd424b62188 00:28:48 ---> Running in 7d9a96c7f407 00:28:48 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 00:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:49 OK: 217 MiB in 51 packages 00:28:49 OK: 217 MiB in 51 packages 00:28:49 OK: 217 MiB in 51 packages 00:28:51 Removing intermediate container 7a764306797b 00:28:51 ---> 031ac4059929 00:28:51 Step 6/22 : COPY go.mod . 00:28:52 Removing intermediate container 7d9a96c7f407 00:28:52 ---> 04a820cb5d4d 00:28:52 Step 6/23 : COPY go.mod . 00:28:52 Removing intermediate container 6c5129ab2f88 00:28:52 ---> 69ce5c7e17eb 00:28:52 Step 6/23 : COPY go.mod . 00:28:53 ---> 693764a9ed64 00:28:53 Step 7/22 : RUN go mod download 00:28:53 ---> Running in 413b181a5bbb 00:28:53 ---> 5de3ae6b91dd 00:28:53 Step 7/23 : RUN go mod download 00:28:54 ---> 309388d72460 00:28:54 Step 7/23 : RUN go mod download 00:28:54 ---> Running in 4ba5acfac4a7 00:28:54 ---> Running in 38262efcd780 00:28:58 Removing intermediate container 413b181a5bbb 00:28:58 ---> 1ab17aa79bea 00:28:58 Step 8/22 : COPY . . 00:28:59 Removing intermediate container 4ba5acfac4a7 00:28:59 ---> 1fb80ba42e4b 00:28:59 Step 8/23 : COPY . . 00:28:59 Removing intermediate container 38262efcd780 00:28:59 ---> d8956fc54b99 00:28:59 Step 8/23 : COPY . . 00:29:26 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 00:29:33 ---> 054a35e587bb 00:29:33 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:29:33 ---> 8aa3305e2af8 00:29:33 Step 9/23 : RUN make cmd/core-data/core-data 00:29:33 ---> 1605638b2f59 00:29:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:29:33 ---> Running in 30846a77039d 00:29:33 ---> Running in 579e2c612a57 00:29:34 ---> Running in 7c6267bf5921 00:29:36 Removing intermediate container 0bd424b62188 00:29:36 ---> c8b950e2ee46 00:29:36 00:29:36 Step 10/21 : FROM alpine:3.12 00:29:36 ---> 9852663dfa18 00:29:36 Step 11/21 : RUN apk add --update --no-cache curl 00:29:36 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 00:29:36 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 00:29:36 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 00:29:36 ---> Running in 1953787692a5 00:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:29:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:29:38 (1/4) Installing ca-certificates (20191127-r4) 00:29:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:29:39 (3/4) Installing libcurl (7.76.1-r0) 00:29:39 (4/4) Installing curl (7.76.1-r0) 00:29:39 Executing busybox-1.31.1-r20.trigger 00:29:39 Executing ca-certificates-20191127-r4.trigger 00:29:39 OK: 7 MiB in 18 packages 00:29:42 Removing intermediate container 1953787692a5 00:29:42 ---> 457f627f37e0 00:29:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:29:42 ---> Running in c58e594ccb7b 00:29:42 Removing intermediate container c58e594ccb7b 00:29:42 ---> 5acb6c1ef347 00:29:42 Step 13/21 : WORKDIR /edgex 00:29:43 ---> Running in 8417e1bd3dfe 00:29:43 Removing intermediate container 8417e1bd3dfe 00:29:43 ---> 192932dd365b 00:29:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:29:45 ---> 03f9b1de9752 00:29:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:29:47 ---> 68e7d69a0969 00:29:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:29:48 ---> 94c2c8e89ed2 00:29:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:29:48 ---> Running in 5737a1952428 00:29:49 Removing intermediate container 5737a1952428 00:29:49 ---> 543e9714f9c7 00:29:49 Step 18/21 : CMD ["--init=true"] 00:29:49 ---> Running in 78d4c7eb5325 00:29:50 Removing intermediate container 78d4c7eb5325 00:29:50 ---> c8412c87d9a9 00:29:50 Step 19/21 : LABEL arch=arm64 00:29:50 ---> Running in 2cae6adc27fb 00:29:51 Removing intermediate container 2cae6adc27fb 00:29:51 ---> 31b34a520b41 00:29:51 Step 20/21 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:29:51 ---> Running in b14649558435 00:29:52 Removing intermediate container b14649558435 00:29:52 ---> 7f9beb5e707f 00:29:52 Step 21/21 : LABEL version=0.0.0 00:29:52 ---> Running in 10745c42ffe5 00:29:53 Removing intermediate container 10745c42ffe5 00:29:53 ---> 1c7906a2e4dd 00:29:53 00:29:53 Successfully built 1c7906a2e4dd 00:29:53 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:31:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 579e2c612a57 00:31:01 ---> 6b73b262bdeb 00:31:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:31:01 ---> Running in 7df3113dd023 00:31:01 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 00:31:01 Removing intermediate container 7c6267bf5921 00:31:01 ---> 29471307aa84 00:31:01 00:31:01 Step 10/22 : FROM alpine:3.12 00:31:01 ---> 9852663dfa18 00:31:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:31:01 ---> Running in c94e60823298 00:31:01 Removing intermediate container 7df3113dd023 00:31:01 ---> 0f29f7f78504 00:31:01 00:31:01 Step 11/23 : FROM docker:20.10.0 00:31:01 20.10.0: Pulling from library/docker 00:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:31:01 (1/2) Installing ca-certificates (20191127-r4) 00:31:01 (2/2) Installing dumb-init (1.2.2-r1) 00:31:01 Executing busybox-1.31.1-r20.trigger 00:31:01 Executing ca-certificates-20191127-r4.trigger 00:31:01 OK: 6 MiB in 16 packages 00:31:05 Removing intermediate container c94e60823298 00:31:05 ---> 941fe5d5d632 00:31:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:31:05 ---> Running in 31ded9838217 00:31:06 Removing intermediate container 31ded9838217 00:31:06 ---> 0b871575f7c8 00:31:06 Step 13/22 : ENV APP_PORT=48060 00:31:07 ---> Running in 79fb6344c2e3 00:31:08 Removing intermediate container 79fb6344c2e3 00:31:08 ---> 45f227a5ccc6 00:31:08 Step 14/22 : EXPOSE $APP_PORT 00:31:08 Removing intermediate container 30846a77039d 00:31:08 ---> 3c19fcfa7904 00:31:08 00:31:08 Step 10/23 : FROM alpine:3.12 00:31:08 ---> 9852663dfa18 00:31:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:31:09 ---> Running in eb6fb4972167 00:31:09 ---> Running in 7be60d74c86b 00:31:10 Removing intermediate container eb6fb4972167 00:31:10 ---> 5fc07a093141 00:31:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:10 Removing intermediate container 7be60d74c86b 00:31:10 ---> 0eea90f22764 00:31:10 Step 12/23 : ENV APP_PORT=48080 00:31:10 ---> Running in 92c79d383f8a 00:31:10 ---> 15cf3f0ee49d 00:31:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:31:10 Removing intermediate container 92c79d383f8a 00:31:10 ---> 359ff4b61e2a 00:31:10 Step 13/23 : EXPOSE $APP_PORT 00:31:11 ---> Running in e9b906b3dd5c 00:31:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:31:11 Status: Downloaded newer image for docker:20.10.0 00:31:11 ---> eeaf43b92773 00:31:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:31:11 ---> Running in c8228eb8638c 00:31:11 Removing intermediate container e9b906b3dd5c 00:31:11 ---> 21a7e5c80d2c 00:31:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:12 ---> Running in 64f21cca7639 00:31:12 Removing intermediate container c8228eb8638c 00:31:12 ---> c612001a6bcd 00:31:12 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 00:31:12 ---> 3c425ca54b14 00:31:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:31:12 ---> Running in c1b7b00e3ba3 00:31:13 ---> 71716828f505 00:31:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:31:13 ---> Running in 2de293e24c60 00:31:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:31:13 Removing intermediate container 2de293e24c60 00:31:13 ---> d7285a7654df 00:31:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:31:13 ---> Running in 17d3829ab877 00:31:14 (1/39) Installing readline (8.0.4-r0) 00:31:14 (2/39) Installing bash (5.0.17-r0) 00:31:14 Executing bash-5.0.17-r0.post-install 00:31:14 Removing intermediate container 17d3829ab877 00:31:14 (3/39) Installing nghttp2-libs (1.41.0-r0) 00:31:14 ---> 4906c9bddd52 00:31:14 Step 20/22 : LABEL arch=arm64 00:31:14 Removing intermediate container 64f21cca7639 00:31:14 ---> b34bc18b16d7 00:31:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:31:14 (4/39) Installing libcurl (7.76.1-r0) 00:31:14 (5/39) Installing curl (7.76.1-r0) 00:31:14 (6/39) Installing dumb-init (1.2.2-r1) 00:31:14 (7/39) Installing libbz2 (1.0.8-r1) 00:31:14 (8/39) Installing expat (2.2.9-r1) 00:31:14 (9/39) Installing libffi (3.3-r2) 00:31:14 (10/39) Installing gdbm (1.13-r1) 00:31:14 (11/39) Installing xz-libs (5.2.5-r0) 00:31:14 (12/39) Installing sqlite-libs (3.32.1-r0) 00:31:14 (13/39) Installing python3 (3.8.8-r0) 00:31:14 ---> Running in c2fdfde48bf6 00:31:14 ---> Running in 2fc17009d7a2 00:31:15 Removing intermediate container c2fdfde48bf6 00:31:15 ---> f911f0c9a648 00:31:15 Step 21/22 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:31:16 ---> Running in 129fb1cad25b 00:31:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:31:16 (14/39) Installing py3-appdirs (1.4.4-r1) 00:31:16 (15/39) Installing py3-ordered-set (4.0.1-r0) 00:31:16 (16/39) Installing py3-parsing (2.4.7-r0) 00:31:16 (17/39) Installing py3-six (1.15.0-r0) 00:31:16 (18/39) Installing py3-packaging (20.4-r0) 00:31:16 (19/39) Installing py3-setuptools (47.0.0-r0) 00:31:16 Removing intermediate container 129fb1cad25b 00:31:16 ---> f5304bd30072 00:31:16 Step 22/22 : LABEL version=0.0.0 00:31:16 (20/39) Installing py3-chardet (3.0.4-r4) 00:31:16 (21/39) Installing py3-idna (2.9-r0) 00:31:16 (22/39) Installing py3-certifi (2020.4.5.1-r0) 00:31:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:31:16 (23/39) Installing py3-urllib3 (1.25.9-r0) 00:31:17 (24/39) Installing py3-requests (2.23.0-r0) 00:31:17 ---> Running in 3fdb20a23ed9 00:31:17 (25/39) Installing py3-msgpack (1.0.0-r0) 00:31:17 (26/39) Installing py3-lockfile (0.12.2-r3) 00:31:17 (27/39) Installing py3-cachecontrol (0.12.6-r0) 00:31:17 (28/39) Installing py3-colorama (0.4.3-r0) 00:31:17 (29/39) Installing py3-distlib (0.3.0-r0) 00:31:17 (30/39) Installing py3-distro (1.5.0-r1) 00:31:17 (31/39) Installing py3-webencodings (0.5.1-r3) 00:31:17 (32/39) Installing py3-html5lib (1.0.1-r4) 00:31:17 (33/39) Installing py3-pytoml (0.1.21-r0) 00:31:17 (34/39) Installing py3-pep517 (0.8.2-r0) 00:31:17 (35/39) Installing py3-progress (1.5-r0) 00:31:17 (36/39) Installing py3-toml (0.10.1-r0) 00:31:17 (37/39) Installing py3-retrying (1.3.3-r0) 00:31:17 (38/39) Installing py3-contextlib2 (0.6.0-r0) 00:31:17 (39/39) Installing py3-pip (20.1.1-r0) 00:31:17 Executing busybox-1.31.1-r19.trigger 00:31:17 Removing intermediate container 3fdb20a23ed9 00:31:17 ---> 24b9b24bc269 00:31:17 00:31:17 OK: 72 MiB in 59 packages 00:31:17 (1/6) Installing dumb-init (1.2.2-r1) 00:31:17 (2/6) Installing libgcc (9.3.0-r2) 00:31:17 Successfully built 24b9b24bc269 00:31:18 Successfully tagged docker-support-notifications-go-arm64:latest 00:31:18  Building docker-support-notifications-go ... done (3/6) Installing libsodium (1.0.18-r0) 00:31:18 (4/6) Installing libstdc++ (9.3.0-r2) 00:31:18 (5/6) Installing libzmq (4.3.3-r0) 00:31:19 (6/6) Installing zeromq (4.3.3-r0) 00:31:19 Executing busybox-1.31.1-r20.trigger 00:31:19 OK: 8 MiB in 20 packages 00:31:20 Removing intermediate container 2fc17009d7a2 00:31:20 ---> 9b73ddd6fb45 00:31:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:21 ---> d07d68a74650 00:31:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:31:21 Collecting docker-compose==1.23.2 00:31:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:31:22 ---> a27fff9a80cf 00:31:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:31:22 Collecting jsonschema<3,>=2.5.1 00:31:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:31:23 ---> b3e7e34c9a72 00:31:23 Step 19/23 : ENTRYPOINT ["/core-data"] 00:31:23 ---> Running in 1ad1916a2b8b 00:31:23 Collecting websocket-client<1.0,>=0.32.0 00:31:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:31:23 Removing intermediate container 1ad1916a2b8b 00:31:23 ---> 113bc2164181 00:31:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:23 ---> Running in 6ac22affa2da 00:31:24 Removing intermediate container 6ac22affa2da 00:31:24 ---> ad76b2b2462e 00:31:24 Step 21/23 : LABEL arch=arm64 00:31:24 ---> Running in 5ece23966ace 00:31:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:31:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:31:25 Removing intermediate container 5ece23966ace 00:31:25 ---> 6fddd90ba435 00:31:25 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:31:25 ---> Running in b41fdfa9cef4 00:31:25 Removing intermediate container b41fdfa9cef4 00:31:25 ---> 959ada9581ac 00:31:25 Step 23/23 : LABEL version=0.0.0 00:31:25 ---> Running in 9e1873957c68 00:31:26 Collecting PyYAML<4,>=3.10 00:31:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:31:26 Removing intermediate container 9e1873957c68 00:31:26 ---> d116d14264bf 00:31:26 00:31:26 Successfully built d116d14264bf 00:31:26 Successfully tagged docker-core-data-go-arm64:latest 00:31:29  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 00:31:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:31:31 Collecting texttable<0.10,>=0.9.0 00:31:31 Downloading texttable-0.9.1.tar.gz (11 kB) 00:31:33 Collecting docopt<0.7,>=0.6.1 00:31:33 Downloading docopt-0.6.2.tar.gz (25 kB) 00:31:35 Collecting docker<4.0,>=3.6.0 00:31:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:31:35 Collecting cached-property<2,>=1.2.0 00:31:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:31:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:31:36 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) 00:31:36 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) 00:31:36 Collecting urllib3<1.25,>=1.21.1 00:31:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:31:36 Collecting idna<2.8,>=2.5 00:31:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:31:37 Collecting docker-pycreds>=0.4.0 00:31:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:31:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:31:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:31:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:31:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:31:38 Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, PyYAML, dockerpty, texttable, docopt, docker-pycreds, docker, cached-property, docker-compose 00:31:38 Attempting uninstall: urllib3 00:31:39 Found existing installation: urllib3 1.25.9 00:31:39 Uninstalling urllib3-1.25.9: 00:31:39 Successfully uninstalled urllib3-1.25.9 00:31:39 Attempting uninstall: idna 00:31:39 Found existing installation: idna 2.9 00:31:39 Uninstalling idna-2.9: 00:31:39 Successfully uninstalled idna-2.9 00:31:40 Attempting uninstall: requests 00:31:40 Found existing installation: requests 2.23.0 00:31:40 Uninstalling requests-2.23.0: 00:31:40 Successfully uninstalled requests-2.23.0 00:31:40 Running setup.py install for PyYAML: started 00:31:43 Running setup.py install for PyYAML: finished with status 'done' 00:31:43 Running setup.py install for dockerpty: started 00:31:44 Running setup.py install for dockerpty: finished with status 'done' 00:31:44 Running setup.py install for texttable: started 00:31:46 Running setup.py install for texttable: finished with status 'done' 00:31:46 Running setup.py install for docopt: started 00:31:48 Running setup.py install for docopt: finished with status 'done' 00:31:50 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 00:31:58 Removing intermediate container c1b7b00e3ba3 00:31:58 ---> 4865561d7fad 00:31:58 Step 14/23 : ENV APP_PORT=48090 00:31:58 ---> Running in 2400ee1774e0 00:31:58 Removing intermediate container 2400ee1774e0 00:31:58 ---> 23b0b6f9dee8 00:31:58 Step 15/23 : EXPOSE $APP_PORT 00:31:58 ---> Running in 766f455ce1c9 00:31:59 Removing intermediate container 766f455ce1c9 00:31:59 ---> 01907c174aca 00:31:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:32:00 ---> 1c7ec0f026d7 00:32:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:32:01 ---> cfa21db49c70 00:32:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:32:02 ---> 7c88f509ea1e 00:32:02 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:32:02 ---> Running in 62d84d297ae3 00:32:02 Removing intermediate container 62d84d297ae3 00:32:02 ---> 8d675f80712f 00:32:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:02 ---> Running in 4798bb4763fb 00:32:03 Removing intermediate container 4798bb4763fb 00:32:03 ---> fffea7373db9 00:32:03 Step 21/23 : LABEL arch=arm64 00:32:03 ---> Running in 5cc9c409b305 00:32:03 Removing intermediate container 5cc9c409b305 00:32:03 ---> 141f7ebf5001 00:32:03 Step 22/23 : LABEL git_sha=3daad41841a19eb22bce2f1fa509c016ebb6911a 00:32:03 ---> Running in 171aae34ed1d 00:32:04 Removing intermediate container 171aae34ed1d 00:32:04 ---> e29f17a8afcc 00:32:04 Step 23/23 : LABEL version=0.0.0 00:32:04 ---> Running in d2095ab18832 00:32:05 Removing intermediate container d2095ab18832 00:32:05 ---> af8a8eac3b62 00:32:05 00:32:05 Successfully built af8a8eac3b62 00:32:05 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:32:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:32:06 $ docker stop --time=1 36aba50b35e0c4abc55c70e4d4a34c21b3066ce84316457f98409eeb878409ef 00:32:07 $ docker rm -f 36aba50b35e0c4abc55c70e4d4a34c21b3066ce84316457f98409eeb878409ef [Pipeline] // withDockerContainer [Pipeline] sh 00:32:08 + grep docker 00:32:08 + docker images 00:32:08 docker-sys-mgmt-agent-go-arm64 latest af8a8eac3b62 4 seconds ago 299MB 00:32:08 docker-core-data-go-arm64 latest d116d14264bf 43 seconds ago 21.6MB 00:32:08 docker-support-notifications-go-arm64 latest 24b9b24bc269 51 seconds ago 17.2MB 00:32:08 docker-security-proxy-setup-go-arm64 latest 1c7906a2e4dd 2 minutes ago 24.7MB 00:32:08 docker-security-bootstrapper-go-arm64 latest 1723a975dfa0 4 minutes ago 18.2MB 00:32:08 docker-core-metadata-go-arm64 latest 7cfd40da6af2 4 minutes ago 18.1MB 00:32:08 docker-security-secretstore-setup-go-arm64 latest a70afea06477 4 minutes ago 25MB 00:32:08 docker-core-command-go-arm64 latest 34d78042348d 4 minutes ago 16.5MB 00:32:08 docker-support-scheduler-go-arm64 latest 543024327f48 4 minutes ago 16.6MB 00:32:08 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:32:09 ---> job-cost.sh 00:32:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5LNO 00:32:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:34:25 lf-activate-venv(): INFO: Adding /tmp/venv-5LNO/bin to PATH 00:34:25 INFO: No Stack... 00:34:25 INFO: Retrieving Pricing Info for: lf-standard-4 00:34:25 INFO: Archiving Costs [Pipeline] sh 00:34:25 + cat /w/workspace/edgex-go/2/archives/cost.csv 00:34:25 + cut -d, -f6 [Pipeline] lock 00:34:25 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] 00:34:25 Resource [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] did not exist. Created. 00:34:25 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:34:25 + echo total: 0.20999999344348907 [Pipeline] stash 00:34:26 Stashed 1 file(s) [Pipeline] } 00:34:26 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:34:27 provisioning config files... 00:34:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7393702321145233059tmp [Pipeline] { [Pipeline] sh 00:34:27 + set +x 00:34:27 + curl -s https://codecov.io/bash 00:34:27 + bash -s -- 00:34:28 00:34:28 _____ _ 00:34:28 / ____| | | 00:34:28 | | ___ __| | ___ ___ _____ __ 00:34:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:34:28 | |___| (_) | (_| | __/ (_| (_) \ V / 00:34:28 \_____\___/ \__,_|\___|\___\___/ \_/ 00:34:28 Bash-1.0.2 00:34:28 00:34:28 00:34:28 ==> git version 2.24.3 found 00:34:28 ==> 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 00:34:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:34:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:34:28 ==> Jenkins CI detected. 00:34:28 project root: . 00:34:28 --> token set from env 00:34:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:34:28 ==> Running gcov in . (disable via -X gcov) 00:34:28 ==> Python coveragepy not found 00:34:28 ==> Searching for coverage reports in: 00:34:28 + . 00:34:28 -> Found 1 reports 00:34:28 ==> Detecting git/mercurial file structure 00:34:28 ==> Reading reports 00:34:28 + ./coverage.out bytes=711909 00:34:28 ==> Appending adjustments 00:34:28 https://docs.codecov.io/docs/fixing-reports 00:34:32 + Found adjustments 00:34:32 ==> Gzipping contents 00:34:32 100K /tmp/codecov.frZcTP.gz 00:34:32 ==> Uploading reports 00:34:32 url: https://codecov.io 00:34:32 query: branch=PR-3391&commit=3daad41841a19eb22bce2f1fa509c016ebb6911a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 00:34:32 -> Pinging Codecov 00:34:32 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=3daad41841a19eb22bce2f1fa509c016ebb6911a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 00:34:32 -> Uploading to 00:34:32 https://storage.googleapis.com/codecov/v4/raw/2021-04-21/00271124DB129430A58F1EEE437C3FCB/3daad41841a19eb22bce2f1fa509c016ebb6911a/2b9cd835-7133-4cfb-9ff5-cc2dba2fab1d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210421%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210421T003432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c787030da9343130bba2f71b04a744b00192653def1e6249a0947cecfb139055 00:34:32 % Total % Received % Xferd Average Speed Time Time Time Current 00:34:32 Dload Upload Total Spent Left Speed 00:34:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 211k --:--:-- --:--:-- --:--:-- 212k 00:34:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3daad41841a19eb22bce2f1fa509c016ebb6911a [Pipeline] } 00:34:33 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 00:34:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:34:35 ---> package-listing.sh 00:34:35 ++ facter osfamily 00:34:35 ++ tr '[:upper:]' '[:lower:]' 00:34:35 + OS_FAMILY=redhat 00:34:35 + workspace=/w/workspace/edgex-go/2 00:34:35 + START_PACKAGES=/tmp/packages_start.txt 00:34:35 + END_PACKAGES=/tmp/packages_end.txt 00:34:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:34:35 + PACKAGES=/tmp/packages_start.txt 00:34:35 + '[' /w/workspace/edgex-go/2 ']' 00:34:35 + PACKAGES=/tmp/packages_end.txt 00:34:35 + case "${OS_FAMILY}" in 00:34:35 + rpm -qa 00:34:35 + sort 00:34:40 + '[' -f /tmp/packages_start.txt ']' 00:34:40 + '[' -f /tmp/packages_end.txt ']' 00:34:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:34:40 + '[' /w/workspace/edgex-go/2 ']' 00:34:40 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:34:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:34:40 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:34:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:34:41 00:34:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:34:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:34:41 alpine: Pulling from edgex-lftools-log-publisher 00:34:41 df20fa9351a1: Pulling fs layer 00:34:41 36b3adc4ff6f: Pulling fs layer 00:34:41 8ad3a11d3b57: Pulling fs layer 00:34:41 46f8f816bc3b: Pulling fs layer 00:34:41 93b61091891f: Pulling fs layer 00:34:41 93b9cdb0e59b: Pulling fs layer 00:34:41 5e14af77c1be: Pulling fs layer 00:34:41 01666e4c0597: Pulling fs layer 00:34:41 aa168da1d23b: Pulling fs layer 00:34:41 01666e4c0597: Waiting 00:34:41 5e14af77c1be: Waiting 00:34:41 aa168da1d23b: Waiting 00:34:41 46f8f816bc3b: Waiting 00:34:41 36b3adc4ff6f: Download complete 00:34:42 46f8f816bc3b: Verifying Checksum 00:34:42 46f8f816bc3b: Download complete 00:34:42 df20fa9351a1: Verifying Checksum 00:34:42 93b9cdb0e59b: Verifying Checksum 00:34:42 93b9cdb0e59b: Download complete 00:34:42 5e14af77c1be: Verifying Checksum 00:34:42 5e14af77c1be: Download complete 00:34:42 93b61091891f: Verifying Checksum 00:34:42 93b61091891f: Download complete 00:34:42 01666e4c0597: Verifying Checksum 00:34:42 01666e4c0597: Download complete 00:34:42 8ad3a11d3b57: Verifying Checksum 00:34:42 8ad3a11d3b57: Download complete 00:34:42 df20fa9351a1: Pull complete 00:34:42 36b3adc4ff6f: Pull complete 00:34:43 8ad3a11d3b57: Pull complete 00:34:43 46f8f816bc3b: Pull complete 00:34:44 aa168da1d23b: Verifying Checksum 00:34:44 aa168da1d23b: Download complete 00:34:45 93b61091891f: Pull complete 00:34:45 93b9cdb0e59b: Pull complete 00:34:45 5e14af77c1be: Pull complete 00:34:46 01666e4c0597: Pull complete 00:34:56 aa168da1d23b: Pull complete 00:34:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:34:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:34:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:34:56 prd-centos7-docker-4c-2g-1296 does not seem to be running inside a container 00:34:56 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat 00:35:06 $ docker top 932eecfac32f394c60869943f4365274ef62cd8578b6f91ec51fb6d9c4f03c58 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:07 + touch /tmp/pre-build-complete [Pipeline] sh 00:35:07 + mkdir -p /var/log/sa [Pipeline] sh 00:35:07 + ls /var/log/sa-host 00:35:07 + sadf -c /var/log/sa-host/sa21 00:35:07 file_magic: OK 00:35:07 HZ: Using current value: 100 00:35:07 file_header: OK 00:35:07 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 00:35:07 Statistics: 00:35:07 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... 00:35:07 File successfully converted to sysstat format version 12.2.1 00:35:07 + sadf -c /var/log/sa-host/sa23 00:35:07 file_magic: OK 00:35:07 HZ: Using current value: 100 00:35:07 file_header: OK 00:35:07 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 00:35:07 Statistics: 00:35:07 Hnuu...uuuununununu... 00:35:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:35:08 provisioning config files... 00:35:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3322072393086700208tmp [Pipeline] { [Pipeline] echo 00:35:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:35:08 ---> create-netrc.sh [Pipeline] } 00:35:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:35:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:35:08 ---> python-tools-install.sh [Pipeline] echo 00:35:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:35:09 ---> sudo-logs.sh 00:35:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:35:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:35:09 ---> job-cost.sh 00:35:09 lf-activate-venv: SKIPPING 00:35:09 DEBUG: total: 0.20999999344348907 00:35:09 INFO: Retrieving Stack Cost... 00:35:10 INFO: Retrieving Pricing Info for: v1-standard-2 00:35:11 INFO: Archiving Costs [Pipeline] echo 00:35:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:35:11 ---> logs-deploy.sh 00:35:11 lf-activate-venv: SKIPPING 00:35:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/2 00:35:11 INFO: archiving workspace using pattern(s): 00:35:12 Archives upload complete. 00:35:13 INFO: archiving logs to Nexus 00:35:14 ---> uname -a: 00:35:14 Linux prd-centos7-docker-4c-2g-1296.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:35:14 00:35:14 00:35:14 ---> lscpu: 00:35:14 Architecture: x86_64 00:35:14 CPU op-mode(s): 32-bit, 64-bit 00:35:14 Byte Order: Little Endian 00:35:14 Address sizes: 40 bits physical, 48 bits virtual 00:35:14 CPU(s): 4 00:35:14 On-line CPU(s) list: 0-3 00:35:14 Thread(s) per core: 1 00:35:14 Core(s) per socket: 1 00:35:14 Socket(s): 4 00:35:14 NUMA node(s): 1 00:35:14 Vendor ID: GenuineIntel 00:35:14 CPU family: 6 00:35:14 Model: 44 00:35:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:35:14 Stepping: 1 00:35:14 CPU MHz: 2933.438 00:35:14 BogoMIPS: 5866.87 00:35:14 Virtualization: VT-x 00:35:14 Hypervisor vendor: KVM 00:35:14 Virtualization type: full 00:35:14 L1d cache: 128 KiB 00:35:14 L1i cache: 128 KiB 00:35:14 L2 cache: 16 MiB 00:35:14 L3 cache: 64 MiB 00:35:14 NUMA node0 CPU(s): 0-3 00:35:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:35:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:35:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:35:14 Vulnerability Meltdown: Mitigation; PTI 00:35:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:35:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:35:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:35:14 Vulnerability Srbds: Not affected 00:35:14 Vulnerability Tsx async abort: Not affected 00:35:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:35:14 00:35:14 00:35:14 ---> nproc: 00:35:14 4 00:35:14 00:35:14 00:35:14 ---> df -h: 00:35:14 Filesystem Size Used Available Use% Mounted on 00:35:14 overlay 50.0G 11.4G 38.6G 23% / 00:35:14 tmpfs 64.0M 0 64.0M 0% /dev 00:35:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:35:14 shm 64.0M 0 64.0M 0% /dev/shm 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2 00:35:14 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2@tmp 00:35:14 00:35:14 00:35:14 ---> free -m: 00:35:14 total used free shared buff/cache available 00:35:14 Mem: 1837 747 128 0 962 1008 00:35:14 Swap: 1023 64 959 00:35:14 00:35:14 00:35:14 ---> ip addr: 00:35:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:35:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:35:14 inet 127.0.0.1/8 scope host lo 00:35:14 valid_lft forever preferred_lft forever 00:35:14 inet6 ::1/128 scope host 00:35:14 valid_lft forever preferred_lft forever 00:35:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:35:14 link/ether fa:16:3e:bf:6f:9e brd ff:ff:ff:ff:ff:ff 00:35:14 inet 10.30.122.184/23 brd 10.30.123.255 scope global dynamic eth0 00:35:14 valid_lft 84958sec preferred_lft 84958sec 00:35:14 inet6 fe80::f816:3eff:febf:6f9e/64 scope link 00:35:14 valid_lft forever preferred_lft forever 00:35:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:35:14 link/ether 02:42:7f:21:c6:84 brd ff:ff:ff:ff:ff:ff 00:35:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:35:14 valid_lft forever preferred_lft forever 00:35:14 inet6 fe80::42:7fff:fe21:c684/64 scope link 00:35:14 valid_lft forever preferred_lft forever 00:35:14 00:35:14 00:35:14 ---> sar -b -r -n DEV: 00:35:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/21/21 _x86_64_ (4 CPU) 00:35:14 00:35:14 00:11:00 LINUX RESTART (4 CPU) 00:35:14 00:35:14 00:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:35:14 00:13:01 238.32 97.85 140.47 0.00 7980.83 51582.33 0.00 00:35:14 00:14:01 262.42 92.32 170.10 0.00 3196.67 18882.66 0.00 00:35:14 00:15:01 127.00 56.62 70.38 0.00 1975.48 7184.67 0.00 00:35:14 00:16:01 119.63 45.71 73.93 0.00 3180.97 15533.54 0.00 00:35:14 00:17:02 1039.75 756.42 283.33 0.00 96181.17 164452.27 0.00 00:35:14 00:18:01 2372.26 2058.96 313.30 0.00 150898.86 157573.64 0.00 00:35:14 00:19:01 320.78 93.27 227.51 0.00 14987.87 52057.97 0.00 00:35:14 00:20:02 1988.68 1677.71 310.97 0.00 135425.65 160696.01 0.00 00:35:14 00:21:01 474.75 247.31 227.44 0.00 15015.76 43476.95 0.00 00:35:14 00:22:01 65.05 12.68 52.36 0.00 3369.77 4560.14 0.00 00:35:14 00:23:01 1.30 0.03 1.27 0.00 1.07 17.59 0.00 00:35:14 00:24:01 0.33 0.00 0.33 0.00 0.00 4.73 0.00 00:35:14 00:25:01 0.37 0.00 0.37 0.00 0.00 5.86 0.00 00:35:14 00:26:01 0.60 0.35 0.25 0.00 11.45 3.23 0.00 00:35:14 00:27:01 2.18 1.32 0.87 0.00 46.35 16.95 0.00 00:35:14 00:28:01 0.32 0.00 0.32 0.00 0.00 4.25 0.00 00:35:14 00:29:01 0.35 0.02 0.33 0.00 0.27 5.33 0.00 00:35:14 00:30:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 00:35:14 00:31:01 0.37 0.00 0.37 0.00 0.00 5.78 0.00 00:35:14 00:32:01 0.58 0.27 0.32 0.00 138.82 4.80 0.00 00:35:14 00:33:01 0.22 0.00 0.22 0.00 0.00 3.16 0.00 00:35:14 00:34:01 0.35 0.00 0.35 0.00 0.00 5.21 0.00 00:35:14 00:35:02 170.83 82.61 88.22 0.00 7087.79 17307.20 0.00 00:35:14 Average: 311.79 226.54 85.25 0.00 19078.27 30120.97 0.00 00:35:14 00:35:14 00:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:35:14 00:13:01 146844 0 741632 39.42 1636 991432 1549656 52.89 559412 935412 32 00:35:14 00:14:01 100388 0 885852 47.08 960 894344 1719684 58.69 693804 809148 8516 00:35:14 00:15:01 230200 0 864040 45.92 604 786700 1763500 60.19 624432 739656 84024 00:35:14 00:16:01 202640 0 790500 42.01 456 887948 1555976 53.10 595804 807168 90256 00:35:14 00:17:02 358168 0 742024 39.44 0 781352 1584508 54.08 559024 749792 0 00:35:14 00:18:01 92164 0 1462572 77.73 0 326808 4163248 142.08 833992 676864 9748 00:35:14 00:19:01 70248 0 748868 39.80 0 1062428 1368104 46.69 712192 838876 208 00:35:14 00:20:02 85216 0 767752 40.80 0 1028576 1753040 59.83 682388 874104 62796 00:35:14 00:21:01 110128 0 770412 40.95 0 1001004 1570616 53.60 598784 921692 1684 00:35:14 00:22:01 168960 0 661472 35.16 0 1051112 1199272 40.93 518540 946480 28 00:35:14 00:23:01 170692 0 659808 35.07 0 1051044 1184928 40.44 517632 946044 8 00:35:14 00:24:01 170908 0 659568 35.05 0 1051068 1184952 40.44 517708 946060 16 00:35:14 00:25:01 170872 0 659592 35.06 0 1051080 1184916 40.44 517820 946060 8 00:35:14 00:26:01 170344 0 659764 35.07 0 1051436 1185388 40.46 518332 946184 8 00:35:14 00:27:01 170020 0 659424 35.05 0 1052100 1178772 40.23 517352 946860 8 00:35:14 00:28:01 169848 0 659580 35.06 0 1052116 1178796 40.23 517648 946868 8 00:35:14 00:29:01 170208 0 659220 35.04 0 1052116 1178700 40.23 517292 946872 8 00:35:14 00:30:01 170056 0 659356 35.04 0 1052132 1178832 40.23 517808 946876 16 00:35:14 00:31:01 170264 0 659144 35.03 0 1052136 1178700 40.23 517180 946876 12 00:35:14 00:32:01 163392 0 661872 35.18 0 1056280 1178772 40.23 522964 948196 8 00:35:14 00:33:01 163456 0 661784 35.17 0 1056304 1178700 40.23 522764 948212 8 00:35:14 00:34:01 163488 0 661740 35.17 0 1056316 1178700 40.23 522896 948212 8 00:35:14 00:35:02 186224 0 736200 39.13 0 959120 1373048 46.86 541096 861932 25096 00:35:14 Average: 164119 0 743138 39.50 159 974128 1468296 50.11 571603 892367 12283 00:35:14 00:35:14 00:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:35:14 00:13:01 veth8c59cb0 2.81 1.95 0.29 2.07 0.00 0.00 0.00 0.00 00:35:14 00:13:01 eth0 1143.48 1185.89 5911.74 154.10 0.00 0.00 0.00 0.00 00:35:14 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:13:01 docker0 912.36 813.63 74.59 3051.88 0.00 0.00 0.00 0.00 00:35:14 00:14:01 veth4af413b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:14:01 eth0 160.97 130.58 493.60 20.76 0.00 0.00 0.00 0.00 00:35:14 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:14:01 docker0 113.98 131.54 8.96 466.23 0.00 0.00 0.00 0.00 00:35:14 00:15:01 veth4af413b 2.33 2.33 0.19 0.20 0.00 0.00 0.00 0.00 00:35:14 00:15:01 eth0 29.44 16.17 22.75 12.31 0.00 0.00 0.00 0.00 00:35:14 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:15:01 docker0 2.33 2.33 0.16 0.20 0.00 0.00 0.00 0.00 00:35:14 00:16:01 eth0 204.06 167.55 1690.50 94.82 0.00 0.00 0.00 0.00 00:35:14 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:17:02 veth6c6f60b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:17:02 eth0 88.08 68.80 177.62 15.91 0.00 0.00 0.00 0.00 00:35:14 00:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:17:02 docker0 51.29 58.26 3.48 148.39 0.00 0.00 0.00 0.00 00:35:14 00:18:01 veth93b2c9e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:18:01 veth6c6f60b 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:18:01 eth0 28.52 21.48 14.92 58.32 0.00 0.00 0.00 0.00 00:35:14 00:18:01 vethce5dffd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:19:01 veth6c6f60b 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:19:01 eth0 49.08 27.11 215.49 10.97 0.00 0.00 0.00 0.00 00:35:14 00:19:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:35:14 00:19:01 docker0 1089.85 1025.97 87.67 3812.79 0.00 0.00 0.00 0.00 00:35:14 00:20:02 veth09cedc5 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:20:02 veth6c6f60b 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:20:02 vethf6e70a8 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:20:02 eth0 49.20 32.43 80.50 12.77 0.00 0.00 0.00 0.00 00:35:14 00:21:01 veth6c6f60b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:35:14 00:21:01 eth0 242.00 165.57 1744.58 100.52 0.00 0.00 0.00 0.00 00:35:14 00:21:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:35:14 00:21:01 veth05430a5 22.74 50.74 1.83 349.61 0.00 0.00 0.00 0.00 00:35:14 00:22:01 eth0 15.46 8.75 13.19 6.23 0.00 0.00 0.00 0.00 00:35:14 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:22:01 docker0 1152.98 1128.31 91.73 4347.33 0.00 0.00 0.00 0.00 00:35:14 00:23:01 eth0 1.33 0.33 0.36 0.20 0.00 0.00 0.00 0.00 00:35:14 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:24:01 eth0 1.07 0.28 0.33 0.20 0.00 0.00 0.00 0.00 00:35:14 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:25:01 eth0 1.03 0.37 0.34 0.20 0.00 0.00 0.00 0.00 00:35:14 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:26:01 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 0.00 00:35:14 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:27:01 eth0 1.12 0.28 0.23 0.08 0.00 0.00 0.00 0.00 00:35:14 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:28:01 eth0 0.52 0.35 0.27 0.20 0.00 0.00 0.00 0.00 00:35:14 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:29:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:35:14 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:30:01 eth0 1.02 0.37 0.32 0.20 0.00 0.00 0.00 0.00 00:35:14 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:31:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:35:14 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:32:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 00:35:14 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:33:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:35:14 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:34:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:35:14 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:35:02 eth0 217.85 175.76 2178.48 73.83 0.00 0.00 0.00 0.00 00:35:14 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 Average: eth0 97.15 87.08 544.96 24.37 0.00 0.00 0.00 0.00 00:35:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:35:14 Average: docker0 50.17 49.10 3.99 189.18 0.00 0.00 0.00 0.00 00:35:14 00:35:14 00:35:14 ---> sar -P ALL: 00:35:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/21/21 _x86_64_ (4 CPU) 00:35:14 00:35:14 00:11:00 LINUX RESTART (4 CPU) 00:35:14 00:35:14 00:12:01 CPU %user %nice %system %iowait %steal %idle 00:35:14 00:13:01 all 17.16 0.00 10.05 2.50 0.24 70.05 00:35:14 00:13:01 0 11.85 0.00 11.47 1.90 0.22 74.55 00:35:14 00:13:01 1 21.21 0.00 9.43 3.26 0.21 65.90 00:35:14 00:13:01 2 17.89 0.00 9.69 3.55 0.27 68.59 00:35:14 00:13:01 3 17.63 0.00 9.64 1.29 0.26 71.18 00:35:14 00:14:01 all 32.34 0.00 10.67 5.81 0.41 50.76 00:35:14 00:14:01 0 33.76 0.00 10.56 4.20 0.38 51.09 00:35:14 00:14:01 1 31.79 0.00 10.50 4.97 0.50 52.24 00:35:14 00:14:01 2 31.50 0.00 9.58 4.61 0.40 53.92 00:35:14 00:14:01 3 32.32 0.00 12.05 9.49 0.36 45.78 00:35:14 00:15:01 all 52.03 0.00 12.66 3.68 0.27 31.36 00:35:14 00:15:01 0 52.89 0.00 11.98 2.06 0.28 32.80 00:35:14 00:15:01 1 50.75 0.00 13.26 3.88 0.40 31.72 00:35:14 00:15:01 2 52.44 0.00 13.02 4.28 0.21 30.05 00:35:14 00:15:01 3 52.04 0.00 12.38 4.52 0.19 30.87 00:35:14 00:16:01 all 43.18 0.00 13.82 2.37 0.33 40.30 00:35:14 00:16:01 0 44.74 0.00 14.05 2.43 0.29 38.49 00:35:14 00:16:01 1 43.56 0.00 14.08 2.80 0.35 39.21 00:35:14 00:16:01 2 42.26 0.00 13.65 1.73 0.36 42.00 00:35:14 00:16:01 3 42.18 0.00 13.50 2.53 0.30 41.50 00:35:14 00:17:02 all 23.14 0.00 23.81 11.53 1.34 40.18 00:35:14 00:17:02 0 23.53 0.00 23.28 11.94 1.28 39.97 00:35:14 00:17:02 1 23.48 0.00 23.93 11.97 1.41 39.22 00:35:14 00:17:02 2 22.51 0.00 24.23 10.20 1.34 41.72 00:35:14 00:17:02 3 23.05 0.00 23.81 12.02 1.33 39.79 00:35:14 00:18:01 all 27.71 0.00 25.94 26.64 0.67 19.04 00:35:14 00:18:01 0 26.18 0.00 23.78 24.55 0.81 24.69 00:35:14 00:18:01 1 28.44 0.00 26.50 30.33 0.67 14.05 00:35:14 00:18:01 2 27.95 0.00 26.96 26.45 0.59 18.04 00:35:14 00:18:01 3 28.29 0.00 26.54 25.25 0.60 19.32 00:35:14 00:19:01 all 52.02 0.00 15.34 13.77 0.18 18.68 00:35:14 00:19:01 0 52.18 0.00 15.20 12.21 0.23 20.19 00:35:14 00:19:01 1 52.14 0.00 15.96 13.74 0.18 17.98 00:35:14 00:19:01 2 51.68 0.00 14.69 14.39 0.19 19.04 00:35:14 00:19:01 3 52.08 0.00 15.52 14.77 0.14 17.48 00:35:14 00:20:02 all 38.51 0.00 26.95 17.24 0.70 16.61 00:35:14 00:20:02 0 38.19 0.00 26.58 15.83 0.69 18.71 00:35:14 00:20:02 1 38.91 0.00 26.82 18.40 0.64 15.24 00:35:14 00:20:02 2 37.87 0.00 27.38 19.14 0.75 14.87 00:35:14 00:20:02 3 39.06 0.00 27.01 15.60 0.71 17.61 00:35:14 00:21:01 all 38.45 0.00 15.55 10.90 0.73 34.36 00:35:14 00:21:01 0 38.99 0.00 16.69 11.07 0.80 32.45 00:35:14 00:21:01 1 38.08 0.00 15.14 9.69 0.61 36.49 00:35:14 00:21:01 2 38.61 0.00 15.04 13.49 0.69 32.16 00:35:14 00:21:01 3 38.14 0.00 15.34 9.34 0.83 36.35 00:35:14 00:22:01 all 2.78 0.00 2.29 3.13 0.27 91.52 00:35:14 00:22:01 0 1.89 0.00 1.83 1.19 0.23 94.86 00:35:14 00:22:01 1 3.59 0.00 2.39 2.81 0.30 90.91 00:35:14 00:22:01 2 2.11 0.00 2.21 5.97 0.23 89.48 00:35:14 00:22:01 3 3.53 0.00 2.75 2.58 0.30 90.84 00:35:14 00:23:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:35:14 00:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:35:14 00:23:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:35:14 00:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:35:14 00:23:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:35:14 00:35:14 00:23:01 CPU %user %nice %system %iowait %steal %idle 00:35:14 00:24:01 all 0.17 0.00 0.06 0.00 0.01 99.76 00:35:14 00:24:01 0 0.03 0.00 0.07 0.00 0.02 99.88 00:35:14 00:24:01 1 0.08 0.00 0.08 0.00 0.02 99.82 00:35:14 00:24:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:35:14 00:24:01 3 0.50 0.00 0.05 0.00 0.00 99.45 00:35:14 00:25:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:35:14 00:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:35:14 00:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:35:14 00:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:35:14 00:25:01 3 0.43 0.00 0.05 0.00 0.02 99.50 00:35:14 00:26:01 all 0.17 0.00 0.07 0.00 0.03 99.73 00:35:14 00:26:01 0 0.07 0.00 0.07 0.00 0.02 99.85 00:35:14 00:26:01 1 0.05 0.00 0.07 0.00 0.03 99.85 00:35:14 00:26:01 2 0.05 0.00 0.10 0.00 0.05 99.80 00:35:14 00:26:01 3 0.50 0.00 0.05 0.00 0.02 99.43 00:35:14 00:27:01 all 0.16 0.00 0.05 0.02 0.00 99.77 00:35:14 00:27:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:35:14 00:27:01 1 0.05 0.00 0.12 0.05 0.00 99.78 00:35:14 00:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:35:14 00:27:01 3 0.53 0.00 0.03 0.02 0.00 99.42 00:35:14 00:28:01 all 0.12 0.00 0.03 0.00 0.01 99.84 00:35:14 00:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:35:14 00:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 00:35:14 00:28:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:35:14 00:28:01 3 0.37 0.00 0.07 0.00 0.00 99.57 00:35:14 00:29:01 all 0.13 0.00 0.04 0.00 0.00 99.83 00:35:14 00:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:35:14 00:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:35:14 00:29:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:35:14 00:29:01 3 0.42 0.00 0.07 0.00 0.00 99.52 00:35:14 00:30:01 all 0.15 0.00 0.03 0.00 0.02 99.80 00:35:14 00:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:35:14 00:30:01 1 0.03 0.00 0.07 0.00 0.02 99.88 00:35:14 00:30:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:35:14 00:30:01 3 0.50 0.00 0.00 0.00 0.03 99.47 00:35:14 00:31:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:35:14 00:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:35:14 00:31:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:35:14 00:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:35:14 00:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:35:14 00:32:01 all 0.09 0.00 0.04 0.01 0.02 99.85 00:35:14 00:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:35:14 00:32:01 1 0.05 0.00 0.07 0.03 0.03 99.82 00:35:14 00:32:01 2 0.05 0.00 0.00 0.00 0.02 99.93 00:35:14 00:32:01 3 0.22 0.00 0.07 0.00 0.02 99.70 00:35:14 00:33:01 all 0.11 0.00 0.05 0.00 0.00 99.84 00:35:14 00:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:35:14 00:33:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:35:14 00:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:35:14 00:33:01 3 0.38 0.00 0.08 0.00 0.02 99.52 00:35:14 00:34:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:35:14 00:34:01 0 0.05 0.00 0.08 0.00 0.00 99.87 00:35:14 00:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:35:14 00:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:35:14 00:34:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:35:14 00:35:14 00:34:01 CPU %user %nice %system %iowait %steal %idle 00:35:14 00:35:02 all 7.20 0.00 4.99 3.04 0.18 84.59 00:35:14 00:35:02 0 7.77 0.00 5.77 4.85 0.17 81.44 00:35:14 00:35:02 1 6.67 0.00 5.21 1.66 0.15 86.31 00:35:14 00:35:02 2 8.02 0.00 4.30 3.54 0.25 83.90 00:35:14 00:35:02 3 6.33 0.00 4.69 2.13 0.15 86.69 00:35:14 Average: all 14.21 0.00 6.84 4.22 0.23 74.50 00:35:14 Average: 0 14.07 0.00 6.82 3.88 0.23 75.00 00:35:14 Average: 1 14.35 0.00 6.90 4.33 0.23 74.19 00:35:14 Average: 2 14.07 0.00 6.78 4.50 0.23 74.42 00:35:14 Average: 3 14.37 0.00 6.88 4.16 0.22 74.37 00:35:14 00:35:14 00:35:14