Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb2438e612dd75dd6fb6b11596e3f18ccd51213c+c419618f783e51adc3e0be9d68d8defacfb69d2d (4a3810ff0ecca159b7bd0a704f87db5933029e82) 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-177 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/70 [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/70 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit bb2438e612dd75dd6fb6b11596e3f18ccd51213c > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 Merge succeeded, producing bb2438e612dd75dd6fb6b11596e3f18ccd51213c Checking out Revision bb2438e612dd75dd6fb6b11596e3f18ccd51213c (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:30:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:30:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:30:22 ========================================================= 02:30:22 EdgeX Global Pipelines Version Info 02:30:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:30:26 ------------------- 02:30:26 stable info: 02:30:26 ------------------- 02:30:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:30:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:30:26 Message: update stable to v1.0.186 02:30:27 ------------------- 02:30:27 experimental info: 02:30:27 ------------------- 02:30:27 Commited By: **** collab-it+edgex@linuxfoundation.org 02:30:27 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:30:27 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb2438e612dd75dd6fb6b11596e3f18ccd51213c [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb2438e [Pipeline] echo 02:30:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:30:28 provisioning config files... 02:30:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/70@tmp/config8331675205732792141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:29 ---> docker-login.sh 02:30:29 nexus3.edgexfoundry.org:10001 02:30:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:30 Configure a credential helper to remove this warning. See 02:30:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:30 02:30:30 Login Succeeded 02:30:30 nexus3.edgexfoundry.org:10002 02:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:31 Configure a credential helper to remove this warning. See 02:30:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:31 02:30:31 Login Succeeded 02:30:31 nexus3.edgexfoundry.org:10003 02:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:32 Configure a credential helper to remove this warning. See 02:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:32 02:30:32 Login Succeeded 02:30:32 nexus3.edgexfoundry.org:10004 02:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:33 Configure a credential helper to remove this warning. See 02:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:33 02:30:33 Login Succeeded 02:30:33 docker.io 02:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:33 Configure a credential helper to remove this warning. See 02:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:33 02:30:33 Login Succeeded 02:30:34 ---> docker-login.sh ends [Pipeline] } 02:30:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:30:34 ++ 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 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ dirname cmd/core-command/Dockerfile 02:30:34 ++ cut -d/ -f2 02:30:34 + echo core-command,cmd/core-command/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ cut -d/ -f2 02:30:34 ++ dirname cmd/core-data/Dockerfile 02:30:34 + echo core-data,cmd/core-data/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ cut -d/ -f2 02:30:34 ++ dirname cmd/core-metadata/Dockerfile 02:30:34 + echo core-metadata,cmd/core-metadata/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ dirname cmd/security-bootstrapper/Dockerfile 02:30:34 ++ cut -d/ -f2 02:30:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ dirname cmd/security-proxy-setup/Dockerfile 02:30:34 ++ cut -d/ -f2 02:30:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:30:34 ++ cut -d/ -f2 02:30:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ dirname cmd/support-notifications/Dockerfile 02:30:34 ++ cut -d/ -f2 02:30:34 + echo support-notifications,cmd/support-notifications/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ dirname cmd/support-scheduler/Dockerfile 02:30:34 ++ cut -d/ -f2 02:30:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:30:34 + for file in '`ls cmd/**/Dockerfile`' 02:30:34 ++ cut -d/ -f2 02:30:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:30:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:30:34 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 02:30:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:35 02:30:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:30:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:36 latest: Pulling from edgex-devops/git-semver 02:30:36 31603596830f: Pulling fs layer 02:30:36 2a8b12db71e7: Pulling fs layer 02:30:36 6ca5941a6612: Pulling fs layer 02:30:36 ecc8261a40a4: Pulling fs layer 02:30:36 ecc8261a40a4: Waiting 02:30:36 2a8b12db71e7: Verifying Checksum 02:30:36 2a8b12db71e7: Download complete 02:30:36 31603596830f: Verifying Checksum 02:30:36 31603596830f: Download complete 02:30:38 ecc8261a40a4: Verifying Checksum 02:30:38 ecc8261a40a4: Download complete 02:30:38 6ca5941a6612: Verifying Checksum 02:30:38 6ca5941a6612: Download complete 02:30:38 31603596830f: Pull complete 02:30:38 2a8b12db71e7: Pull complete 02:30:41 6ca5941a6612: Pull complete 02:30:42 ecc8261a40a4: Pull complete 02:30:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:30:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:30:43 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 02:30:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:30:47 $ docker top 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:30:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:47 [ssh-agent] Looking for ssh-agent implementation... 02:30:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:48 $ docker exec 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent 02:30:48 SSH_AUTH_SOCK=/tmp/ssh-rY02GoyaPEUA/agent.11 02:30:48 SSH_AGENT_PID=16 02:30:48 Running ssh-add (command line suppressed) 02:30:49 Identity added: /w/workspace/edgex-go/70@tmp/private_key_6436906892353278239.key (/w/workspace/edgex-go/70@tmp/private_key_6436906892353278239.key) 02:30:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:50 + git tag --points-at HEAD [Pipeline] } 02:30:50 $ docker exec --env ******** --env ******** 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent -k 02:30:50 unset SSH_AUTH_SOCK; 02:30:50 unset SSH_AGENT_PID; 02:30:50 echo Agent pid 16 killed; 02:30:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:51 [ssh-agent] Looking for ssh-agent implementation... 02:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:51 $ docker exec 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent 02:30:52 SSH_AUTH_SOCK=/tmp/ssh-TLEWZGsZO4Ln/agent.44 02:30:52 SSH_AGENT_PID=49 02:30:52 Running ssh-add (command line suppressed) 02:30:52 Identity added: /w/workspace/edgex-go/70@tmp/private_key_119120485803022762.key (/w/workspace/edgex-go/70@tmp/private_key_119120485803022762.key) 02:30:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:53 + git semver init 02:30:53 # -> Open(): unable to determine branch for HEAD 02:30:53 # $GIT_DIR = /w/workspace/edgex-go/70/.git 02:30:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/70 02:30:53 # $SEMVER_REMOTE_NAME = origin 02:30:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:30:53 # $SEMVER_USER_NAME = edgex-jenkins 02:30:53 # $SEMVER_BRANCH = PR-3234 02:30:53 # $SEMVER_TEMP = /tmp/semver-193413877 02:30:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:31:35 # '/tmp/semver-193413877' -> '/w/workspace/edgex-go/70/.semver' 02:31:37 # -> Force: false 02:31:37 # $SEMVER_DIR = /w/workspace/edgex-go/70/.semver [Pipeline] } 02:31:37 $ docker exec --env ******** --env ******** 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent -k 02:31:38 unset SSH_AUTH_SOCK; 02:31:38 unset SSH_AGENT_PID; 02:31:38 echo Agent pid 49 killed; 02:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:31:39 + git semver [Pipeline] } 02:31:40 $ docker stop --time=1 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 02:31:42 $ docker rm -f 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 [Pipeline] // withDockerContainer [Pipeline] sh 02:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:31:45 Stashed 1 file(s) [Pipeline] echo 02:31:45 [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 02:31:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:31:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:31:47 + sudo service docker restart 02:31:47 + true 02:31:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:31:49 ========================================================= 02:31:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:31:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:31:49 + 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 . 02:32:00 Still waiting to schedule task 02:32:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:32:02 Sending build context to Docker daemon 329.3MB 02:32:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:32:02 Step 2/6 : FROM ${BASE} 02:32:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:32:02 188c0c94c7c5: Pulling fs layer 02:32:02 0ef7d3d256c8: Pulling fs layer 02:32:02 de9db76c5a1d: Pulling fs layer 02:32:02 bca2f99d35d6: Pulling fs layer 02:32:02 93359f2a8cfa: Pulling fs layer 02:32:02 7c6f9722023f: Pulling fs layer 02:32:02 a35cf1a2eb13: Pulling fs layer 02:32:02 bca2f99d35d6: Waiting 02:32:02 93359f2a8cfa: Waiting 02:32:02 7c6f9722023f: Waiting 02:32:02 a35cf1a2eb13: Waiting 02:32:02 de9db76c5a1d: Verifying Checksum 02:32:02 de9db76c5a1d: Download complete 02:32:02 0ef7d3d256c8: Verifying Checksum 02:32:02 0ef7d3d256c8: Download complete 02:32:02 93359f2a8cfa: Verifying Checksum 02:32:02 93359f2a8cfa: Download complete 02:32:02 7c6f9722023f: Verifying Checksum 02:32:02 7c6f9722023f: Download complete 02:32:02 188c0c94c7c5: Verifying Checksum 02:32:02 188c0c94c7c5: Download complete 02:32:03 188c0c94c7c5: Pull complete 02:32:03 0ef7d3d256c8: Pull complete 02:32:03 de9db76c5a1d: Pull complete 02:32:12 a35cf1a2eb13: Verifying Checksum 02:32:12 a35cf1a2eb13: Download complete 02:32:13 bca2f99d35d6: Verifying Checksum 02:32:13 bca2f99d35d6: Download complete 02:32:29 bca2f99d35d6: Pull complete 02:32:29 93359f2a8cfa: Pull complete 02:32:29 7c6f9722023f: Pull complete 02:32:37 a35cf1a2eb13: Pull complete 02:32:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:32:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:32:37 ---> a62c8e92a672 02:32:37 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 02:32:38 ---> Running in 07ffbc16ef39 02:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:32:43 (1/12) Installing libmagic (5.38-r0) 02:32:43 (2/12) Installing file (5.38-r0) 02:32:43 (3/12) Installing libc-dev (0.7.2-r3) 02:32:43 (4/12) Installing g++ (9.3.0-r2) 02:32:50 (5/12) Installing fortify-headers (1.1-r0) 02:32:50 (6/12) Installing patch (2.7.6-r6) 02:32:50 (7/12) Installing build-base (0.5-r2) 02:32:50 (8/12) Installing libsodium (1.0.18-r0) 02:32:50 (9/12) Installing pkgconf (1.7.2-r0) 02:32:50 (10/12) Installing libsodium-dev (1.0.18-r0) 02:32:50 (11/12) Installing libzmq (4.3.3-r0) 02:32:50 (12/12) Installing zeromq-dev (4.3.3-r0) 02:32:50 Executing busybox-1.31.1-r19.trigger 02:32:50 OK: 233 MiB in 51 packages 02:32:55 Removing intermediate container 07ffbc16ef39 02:32:55 ---> 85ad05f5e06c 02:32:55 Step 4/6 : WORKDIR /edgex-go 02:32:55 ---> Running in 542fa3b941b1 02:32:55 Removing intermediate container 542fa3b941b1 02:32:55 ---> 14e92ca7a1a8 02:32:55 Step 5/6 : COPY go.mod . 02:32:57 ---> 8964ad1afd53 02:32:57 Step 6/6 : RUN go mod download 02:32:57 ---> Running in ae083204fd7f 02:33:38 Removing intermediate container ae083204fd7f 02:33:38 ---> 233a7e9f9ebb 02:33:38 Successfully built 233a7e9f9ebb 02:33:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:33:38 + docker inspect -f . ci-base-image-x86_64 02:33:38 . [Pipeline] withDockerContainer 02:33:40 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 02:33:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:33:42 $ docker top 25cdddc025bf3f0a4febef5e476d7c8877014f7b3d4132cc234a1f011138054e -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:43 + go version 02:33:43 go version go1.15.5 linux/amd64 [Pipeline] } 02:33:43 $ docker stop --time=1 25cdddc025bf3f0a4febef5e476d7c8877014f7b3d4132cc234a1f011138054e 02:33:45 $ docker rm -f 25cdddc025bf3f0a4febef5e476d7c8877014f7b3d4132cc234a1f011138054e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:33:46 + docker inspect -f . ci-base-image-x86_64 02:33:47 . [Pipeline] withDockerContainer 02:33:47 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 02:33:47 $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:33:50 $ docker top e9536b89f8de5ea7b6aa482263423e80e66c787ba52a2cf9a7b141a2429287a1 -eo pid,comm [Pipeline] { [Pipeline] echo 02:33:51 ========================================================= 02:33:51 [edgeXBuildGoParallel] Running Tests and Build... 02:33:51 ========================================================= [Pipeline] sh 02:33:52 + make test 02:33:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:34:15 ? github.com/edgexfoundry/edgex-go [no test files] 02:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:35:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:35:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:35:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:35:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:35:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:35:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:35:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.439s coverage: 45.9% of statements 02:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 19.8% of statements 02:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements 02:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.152s coverage: 100.0% of statements 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.203s coverage: 71.3% of statements 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 82.9% of statements 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.250s coverage: 78.9% of statements 02:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.353s coverage: 28.6% of statements 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.174s coverage: 100.0% of statements 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.438s coverage: 86.7% of statements 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 1.093s coverage: 97.5% of statements 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.887s coverage: 92.8% of statements 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:36:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.288s coverage: 58.8% of statements 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:36:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.9% of statements 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.375s coverage: 47.1% of statements 02:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.195s coverage: 79.5% of statements 02:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.138s coverage: 94.1% of statements 02:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.154s coverage: 96.3% of statements 02:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements 02:36:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-180 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 02:36:12 Running in /w/workspace/edgex-go/70 [Pipeline] { [Pipeline] checkout 02:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.225s coverage: 94.4% of statements 02:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 02:36:17 using credential edgex-jenkins-ssh 02:36:17 Cloning the remote Git repository 02:36:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:36:18 > git init /w/workspace/edgex-go/70 # timeout=10 02:36:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:36:18 > git --version # timeout=10 02:36:18 > git --version # 'git version 2.17.1' 02:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.195s coverage: 81.9% of statements 02:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.239s coverage: 92.9% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.102s coverage: 77.8% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.217s coverage: 80.8% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.454s coverage: 87.2% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.409s coverage: 84.6% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.991s coverage: 64.4% of statements 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.215s coverage: 100.0% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.189s coverage: 91.3% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 02:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 02:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.157s coverage: 69.0% of statements 02:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.210s coverage: 38.4% of statements 02:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.350s coverage: 89.5% of statements 02:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 02:36:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:36:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:36:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:36:35 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.0% of statements 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.109s coverage: 10.5% of statements 02:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:36:35 Merge succeeded, producing bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:36:35 Checking out Revision bb2438e612dd75dd6fb6b11596e3f18ccd51213c (PR-3234) 02:36:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:36:34 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:36:35 > git config core.sparsecheckout # timeout=10 02:36:35 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 02:36:35 > git remote # timeout=10 02:36:35 > git config --get remote.origin.url # timeout=10 02:36:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:35 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 02:36:35 > git rev-parse HEAD^{commit} # timeout=10 02:36:35 > git config core.sparsecheckout # timeout=10 02:36:35 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 02:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.170s coverage: 87.7% of statements 02:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.340s coverage: 29.1% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:36:40 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 95.6% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:36:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:36:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:36:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.195s coverage: 100.0% of statements 02:36:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements 02:36:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:36:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:36:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 02:36:42 + true 02:36:42 + sudo service docker restart 02:36:42 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:36:44 provisioning config files... 02:36:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/70@tmp/config6221788869771937855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:36:45 ---> docker-login.sh 02:36:45 nexus3.edgexfoundry.org:10001 02:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:46 Configure a credential helper to remove this warning. See 02:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:46 02:36:46 Login Succeeded 02:36:46 nexus3.edgexfoundry.org:10002 02:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:47 Configure a credential helper to remove this warning. See 02:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:47 02:36:47 Login Succeeded 02:36:47 nexus3.edgexfoundry.org:10003 02:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:47 Configure a credential helper to remove this warning. See 02:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:47 02:36:47 Login Succeeded 02:36:47 nexus3.edgexfoundry.org:10004 02:36:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:48 Configure a credential helper to remove this warning. See 02:36:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:48 02:36:48 Login Succeeded 02:36:48 docker.io 02:36:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:49 Configure a credential helper to remove this warning. See 02:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:49 02:36:49 Login Succeeded 02:36:49 ---> docker-login.sh ends [Pipeline] } 02:36:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:36:49 ========================================================= 02:36:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:36:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:36:49 + 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 . 02:36:52 Sending build context to Docker daemon 167.2MB 02:36:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:36:52 Step 2/6 : FROM ${BASE} 02:36:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:36:52 5f621e34cdf4: Pulling fs layer 02:36:52 a4357932f1b6: Pulling fs layer 02:36:52 18c013af1878: Pulling fs layer 02:36:52 00ac8860ef70: Pulling fs layer 02:36:52 63d7cb157983: Pulling fs layer 02:36:52 00ac8860ef70: Waiting 02:36:52 b116817d02f9: Pulling fs layer 02:36:52 745a02a5169b: Pulling fs layer 02:36:52 63d7cb157983: Waiting 02:36:52 b116817d02f9: Waiting 02:36:52 18c013af1878: Verifying Checksum 02:36:52 18c013af1878: Download complete 02:36:52 a4357932f1b6: Verifying Checksum 02:36:52 a4357932f1b6: Download complete 02:36:52 63d7cb157983: Download complete 02:36:52 b116817d02f9: Verifying Checksum 02:36:52 b116817d02f9: Download complete 02:36:52 5f621e34cdf4: Verifying Checksum 02:36:52 5f621e34cdf4: Download complete 02:36:53 5f621e34cdf4: Pull complete 02:36:53 a4357932f1b6: Pull complete 02:36:54 18c013af1878: Pull complete 02:36:56 745a02a5169b: Verifying Checksum 02:36:56 745a02a5169b: Download complete 02:36:57 00ac8860ef70: Verifying Checksum 02:36:57 00ac8860ef70: Download complete 02:37:07 00ac8860ef70: Pull complete 02:37:07 63d7cb157983: Pull complete 02:37:07 b116817d02f9: Pull complete 02:37:11 745a02a5169b: Pull complete 02:37:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:37:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:37:11 ---> b7e6874047d6 02:37:11 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 02:37:15 ---> Running in 61373a983a9d 02:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:37:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:37:18 (1/12) Installing libmagic (5.38-r0) 02:37:18 (2/12) Installing file (5.38-r0) 02:37:18 (3/12) Installing libc-dev (0.7.2-r3) 02:37:18 (4/12) Installing g++ (9.3.0-r2) 02:37:21 (5/12) Installing fortify-headers (1.1-r0) 02:37:21 (6/12) Installing patch (2.7.6-r6) 02:37:21 (7/12) Installing build-base (0.5-r2) 02:37:21 (8/12) Installing libsodium (1.0.18-r0) 02:37:22 (9/12) Installing pkgconf (1.7.2-r0) 02:37:22 (10/12) Installing libsodium-dev (1.0.18-r0) 02:37:22 (11/12) Installing libzmq (4.3.3-r0) 02:37:22 (12/12) Installing zeromq-dev (4.3.3-r0) 02:37:22 Executing busybox-1.31.1-r19.trigger 02:37:22 OK: 217 MiB in 51 packages 02:37:27 Removing intermediate container 61373a983a9d 02:37:27 ---> 3ee0d365f5be 02:37:27 Step 4/6 : WORKDIR /edgex-go 02:37:27 ---> Running in d6650d9c6a52 02:37:27 Removing intermediate container d6650d9c6a52 02:37:27 ---> e197d058dc4b 02:37:27 Step 5/6 : COPY go.mod . 02:37:28 ---> 2787527890a3 02:37:28 Step 6/6 : RUN go mod download 02:37:28 ---> Running in ded6c6417ab7 02:38:00 Removing intermediate container ded6c6417ab7 02:38:00 ---> e53cb7717fe4 02:38:00 Successfully built e53cb7717fe4 02:38:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:38:01 + docker inspect -f . ci-base-image-arm64 02:38:01 . [Pipeline] withDockerContainer 02:38:01 prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container 02:38:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:38:03 $ docker top 4ce8bdd19f657d07e139ec8502198ccd14c50c855a2efe322d7d862e2ac02680 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:04 + go version 02:38:04 go version go1.15.5 linux/arm64 [Pipeline] } 02:38:04 $ docker stop --time=1 4ce8bdd19f657d07e139ec8502198ccd14c50c855a2efe322d7d862e2ac02680 02:38:06 $ docker rm -f 4ce8bdd19f657d07e139ec8502198ccd14c50c855a2efe322d7d862e2ac02680 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:38:06 gofmt -l . 02:38:06 [ "`gofmt -l .`" = "" ] 02:38:06 ./bin/test-go-mod-tidy.sh 02:38:06 + docker inspect -f . ci-base-image-arm64 02:38:06 . [Pipeline] withDockerContainer 02:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container 02:38:07 $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:38:08 ./bin/test-attribution-txt.sh 02:38:08 $ docker top f2fabcff78037397d6533962a3ac79be92a335cfe0aafb279dd4e1771d45bb42 -eo pid,comm [Pipeline] { [Pipeline] echo 02:38:08 ========================================================= 02:38:08 [edgeXBuildGoParallel] Running Tests and Build... 02:38:08 ========================================================= [Pipeline] sh 02:38:09 + make test 02:38:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] sh 02:38:12 + ls -al . 02:38:12 total 796 02:38:12 drwxrwxr-x 10 1001 1001 4096 Apr 15 02:38 . 02:38:12 drwxr-xr-x 4 root root 30 Apr 15 02:33 .. 02:38:12 -rw-rw-r-- 1 1001 1001 11 Apr 15 02:30 .dockerignore 02:38:12 drwxrwxr-x 8 1001 1001 179 Apr 15 02:30 .git 02:38:12 drwxrwxr-x 3 1001 1001 125 Apr 15 02:30 .github 02:38:12 -rw-rw-r-- 1 1001 1001 818 Apr 15 02:30 .gitignore 02:38:12 drwx------ 3 1001 1001 60 Apr 15 02:31 .semver 02:38:12 -rw-rw-r-- 1 1001 1001 166 Apr 15 02:30 .sonarcloud.properties 02:38:12 -rw-rw-r-- 1 1001 1001 8494 Apr 15 02:30 Attribution.txt 02:38:12 -rw-rw-r-- 1 1001 1001 3804 Apr 15 02:30 CONTRIBUTING.md 02:38:12 -rw-rw-r-- 1 1001 1001 931 Apr 15 02:30 Dockerfile.build 02:38:12 -rw-rw-r-- 1 1001 1001 863 Apr 15 02:30 Jenkinsfile 02:38:12 -rw-rw-r-- 1 1001 1001 10775 Apr 15 02:30 LICENSE 02:38:12 -rw-rw-r-- 1 1001 1001 5774 Apr 15 02:30 Makefile 02:38:12 -rw-rw-r-- 1 1001 1001 6548 Apr 15 02:30 README.md 02:38:12 -rw-rw-r-- 1 1001 1001 6755 Apr 15 02:30 SECURITY.md 02:38:12 -rw-rw-r-- 1 1001 1001 5 Apr 15 02:31 VERSION 02:38:12 -rw-rw-r-- 1 1001 1001 4131 Apr 15 02:30 ZMQWindows.md 02:38:12 drwxrwxr-x 2 1001 1001 117 Apr 15 02:30 bin 02:38:12 drwxrwxr-x 14 1001 1001 4096 Apr 15 02:30 cmd 02:38:12 -rw-r--r-- 1 root root 686607 Apr 15 02:36 coverage.out 02:38:12 -rw-r--r-- 1 root root 1059 Apr 15 02:38 go.mod 02:38:12 -rw-r--r-- 1 root root 22038 Apr 15 02:38 go.sum 02:38:12 drwxrwxr-x 8 1001 1001 127 Apr 15 02:30 internal 02:38:12 drwxrwxr-x 4 1001 1001 26 Apr 15 02:30 openapi 02:38:12 drwxrwxr-x 4 1001 1001 71 Apr 15 02:30 snap 02:38:12 -rw-rw-r-- 1 1001 1001 168 Apr 15 02:30 version.go [Pipeline] sh 02:38:13 + '[' -e coverage.out ] 02:38:13 + chown 1001:1001 coverage.out [Pipeline] stash 02:38:14 Stashed 1 file(s) [Pipeline] sh 02:38:14 + make build 02:38:14 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 02:38:23 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 02:38:31 ? github.com/edgexfoundry/edgex-go [no test files] 02:38:48 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 02:38:51 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 02:38:58 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 02:39:03 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 02:39:10 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 02:39:14 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 02:39:20 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 02:39:24 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 02:39:27 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 02:39:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:39:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:39:29 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 02:39:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:39:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:39:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:39:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:39:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:39:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:39:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } 02:39:40 $ docker stop --time=1 e9536b89f8de5ea7b6aa482263423e80e66c787ba52a2cf9a7b141a2429287a1 02:39:43 $ docker rm -f e9536b89f8de5ea7b6aa482263423e80e66c787ba52a2cf9a7b141a2429287a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:39:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:39:46 02:39:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:39:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:39:47 latest: Pulling from edgex-devops/edgex-compose 02:39:47 cbdbe7a5bc2a: Pulling fs layer 02:39:47 ca9280d653b3: Pulling fs layer 02:39:47 7e9c9ca2126c: Pulling fs layer 02:39:47 cbdbe7a5bc2a: Verifying Checksum 02:39:47 cbdbe7a5bc2a: Download complete 02:39:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:39:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:39:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:39:49 ca9280d653b3: Verifying Checksum 02:39:49 ca9280d653b3: Download complete 02:39:49 cbdbe7a5bc2a: Pull complete 02:39:54 ca9280d653b3: Pull complete 02:39:54 7e9c9ca2126c: Verifying Checksum 02:39:54 7e9c9ca2126c: Download complete 02:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.377s coverage: 45.9% of statements 02:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.175s coverage: 19.8% of statements 02:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.266s coverage: 100.0% of statements 02:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.659s coverage: 27.1% of statements 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.141s coverage: 100.0% of statements 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.268s coverage: 100.0% of statements 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.538s coverage: 82.9% of statements 02:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.152s coverage: 78.9% of statements 02:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:40:09 7e9c9ca2126c: Pull complete 02:40:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:40:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:40:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:40:10 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 02:40:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:40:13 $ docker top 1bffa20e75066ad5a2f7a5db94fcb652337c7164d67e8b75d688688bc785f2cc -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:15 + docker-compose build --help 02:40:15 + grep parallel 02:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.282s coverage: 28.6% of statements 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.231s coverage: 100.0% of statements 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.451s coverage: 97.5% of statements 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.242s coverage: 78.3% of statements 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:40:17 --parallel Build images in parallel. [Pipeline] } 02:40:17 $ docker stop --time=1 1bffa20e75066ad5a2f7a5db94fcb652337c7164d67e8b75d688688bc785f2cc 02:40:20 $ docker rm -f 1bffa20e75066ad5a2f7a5db94fcb652337c7164d67e8b75d688688bc785f2cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:40:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:40:21 . [Pipeline] withDockerContainer 02:40:21 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 02:40:22 $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:40:24 $ docker top 0e8087f51669e45a77c75d4a08508c13ec4a56633b72ac9bdf182c7befaebdf7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.285s coverage: 92.8% of statements 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.237s coverage: 0.9% of statements 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.171s coverage: 47.1% of statements 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.172s coverage: 79.5% of statements 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.126s coverage: 94.1% of statements 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.148s coverage: 96.3% of statements 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.195s coverage: 87.5% of statements 02:40:25 + docker-compose -f ./docker-compose-build.yml build --parallel 02:40:27 Building docker-core-command-go ... 02:40:27 Building docker-core-data-go ... 02:40:27 Building docker-core-metadata-go ... 02:40:27 Building docker-security-bootstrapper-go ... 02:40:27 Building docker-security-proxy-setup-go ... 02:40:27 Building docker-security-secretstore-setup-go ... 02:40:27 Building docker-support-notifications-go ... 02:40:27 Building docker-support-scheduler-go ... 02:40:27 Building docker-sys-mgmt-agent-go ... 02:40:27 Building docker-support-notifications-go 02:40:27 Building docker-core-metadata-go 02:40:27 Building docker-security-secretstore-setup-go 02:40:27 Building docker-security-bootstrapper-go 02:40:27 Building docker-core-command-go 02:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.131s coverage: 94.4% of statements 02:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.127s coverage: 44.8% of statements 02:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.494s coverage: 81.9% of statements 02:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.198s coverage: 92.9% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.148s coverage: 75.5% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.8% of statements 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.175s coverage: 87.2% of statements 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.6% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.654s coverage: 64.4% of statements 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.122s coverage: 100.0% of statements 02:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 02:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 02:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 02:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 02:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 69.0% of statements 02:40:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:40:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:40:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.497s coverage: 38.4% of statements 02:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.159s coverage: 89.5% of statements 02:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements 02:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.506s coverage: 47.0% of statements 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.206s coverage: 10.5% of statements 02:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.429s coverage: 87.7% of statements 02:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.113s coverage: 29.1% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.210s coverage: 100.0% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.366s coverage: 95.6% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:41:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 02:41:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements 02:41:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 02:41:15 GO111MODULE=on go vet ./... 02:42:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:42:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:42:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:42:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:42:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:42:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:42:21 ---> 233a7e9f9ebb 02:42:21 Step 3/23 : WORKDIR /edgex-go 02:42:21 ---> 233a7e9f9ebb 02:42:21 Step 3/24 : WORKDIR /edgex-go 02:42:21 ---> 233a7e9f9ebb 02:42:21 Step 3/31 : WORKDIR /edgex-go 02:42:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:42:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:42:21 ---> 233a7e9f9ebb 02:42:21 Step 3/22 : WORKDIR /edgex-go 02:42:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:42:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:42:21 ---> 233a7e9f9ebb 02:42:21 Step 3/23 : WORKDIR /edgex-go 02:42:21 ---> Running in b4bfba8747da 02:42:21 ---> Running in 75b696d8277f 02:42:21 ---> Running in 3128f85871c6 02:42:21 ---> Running in 197d80ae29b8 02:42:21 ---> Running in 93af877e5723 02:42:21 Removing intermediate container 93af877e5723 02:42:21 ---> 9ffd14da32de 02:42:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:42:21 Removing intermediate container 197d80ae29b8 02:42:21 ---> 000ad68418bb 02:42:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:42:21 Removing intermediate container b4bfba8747da 02:42:21 ---> 3b1f39ec6fc5 02:42:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:42:21 Removing intermediate container 3128f85871c6 02:42:21 ---> 21e50d661617 02:42:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:42:21 Removing intermediate container 75b696d8277f 02:42:21 ---> 4b0403dabb07 02:42:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:42:21 ---> Running in 914869ba8fed 02:42:21 ---> Running in a048a1b781a9 02:42:21 ---> Running in 293abde58bc2 02:42:21 ---> Running in 1b6742ab0570 02:42:21 ---> Running in e1b07747003c 02:42:21 Removing intermediate container 293abde58bc2 02:42:21 ---> 37d661f4eee9 02:42:21 Step 5/31 : RUN apk add --update --no-cache make git 02:42:21 Removing intermediate container a048a1b781a9 02:42:21 ---> 0065365ba804 02:42:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:42:21 ---> Running in 00c451a15e13 02:42:21 Removing intermediate container 914869ba8fed 02:42:21 ---> 9625813a80c2 02:42:21 Step 5/23 : RUN apk add --update --no-cache make git 02:42:21 ---> Running in 823855320ed6 02:42:21 Removing intermediate container e1b07747003c 02:42:21 ---> 5560444f920a 02:42:21 Step 5/24 : RUN apk add --update --no-cache make git 02:42:21 ---> Running in 9178a8de1d74 02:42:21 Removing intermediate container 1b6742ab0570 02:42:21 ---> 98d45de2e2de 02:42:21 Step 5/23 : RUN apk add --update --no-cache make git 02:42:21 ---> Running in 248606d33bda 02:42:21 ---> Running in 2e8184261238 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:42:21 OK: 233 MiB in 51 packages 02:42:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:42:21 OK: 233 MiB in 51 packages 02:42:22 OK: 233 MiB in 51 packages 02:42:22 OK: 233 MiB in 51 packages 02:42:22 OK: 233 MiB in 51 packages 02:42:23 Removing intermediate container 00c451a15e13 02:42:23 ---> 073b0dc392d7 02:42:23 Step 6/31 : COPY go.mod . 02:42:24 Removing intermediate container 248606d33bda 02:42:24 ---> fc9456e14399 02:42:24 Step 6/24 : COPY go.mod . 02:42:24 Removing intermediate container 9178a8de1d74 02:42:24 ---> d1b88439e876 02:42:24 Step 6/23 : COPY go.mod . 02:42:24 Removing intermediate container 823855320ed6 02:42:24 ---> b49d9297ddcc 02:42:24 Step 6/22 : COPY go.mod . 02:42:24 Removing intermediate container 2e8184261238 02:42:24 ---> f57df9c779c1 02:42:24 Step 6/23 : COPY go.mod . 02:42:25 ---> 2a27e9cf33cf 02:42:25 Step 7/31 : RUN go mod download 02:42:25 ---> Running in 6206e11e71b2 02:42:25 ---> 1d82f8ce2545 02:42:25 Step 7/24 : RUN go mod download 02:42:26 ---> b301049852a6 02:42:26 Step 7/23 : RUN go mod download 02:42:26 ---> 3d7ecebad5d8 02:42:26 Step 7/22 : RUN go mod download 02:42:26 ---> 8c78b28c557c 02:42:26 Step 7/23 : RUN go mod download 02:42:26 ---> Running in 77f21620c417 02:42:27 ---> Running in e6f0942d388b 02:42:27 ---> Running in 403305414bad 02:42:27 ---> Running in 355957bea767 02:42:33 Removing intermediate container 6206e11e71b2 02:42:33 ---> 9519f5da6473 02:42:33 Step 8/31 : COPY . . 02:42:33 Removing intermediate container e6f0942d388b 02:42:33 ---> 72c45499d0c4 02:42:33 Step 8/22 : COPY . . 02:42:33 Removing intermediate container 77f21620c417 02:42:33 ---> 40082d4ceea2 02:42:33 Step 8/24 : COPY . . 02:42:33 Removing intermediate container 355957bea767 02:42:33 ---> 34c1cca5bc03 02:42:33 Step 8/23 : COPY . . 02:42:34 Removing intermediate container 403305414bad 02:42:34 ---> 2f94615003f9 02:42:34 Step 8/23 : COPY . . 02:42:37 gofmt -l . 02:42:37 [ "`gofmt -l .`" = "" ] 02:42:37 ./bin/test-go-mod-tidy.sh 02:42:37 ./bin/test-attribution-txt.sh [Pipeline] sh 02:42:39 + ls -al . 02:42:39 total 824 02:42:39 drwxrwxr-x 9 1001 1001 4096 Apr 15 02:42 . 02:42:39 drwxr-xr-x 4 root root 4096 Apr 15 02:38 .. 02:42:39 -rw-rw-r-- 1 1001 1001 11 Apr 15 02:36 .dockerignore 02:42:39 drwxrwxr-x 8 1001 1001 4096 Apr 15 02:36 .git 02:42:39 drwxrwxr-x 3 1001 1001 4096 Apr 15 02:36 .github 02:42:39 -rw-rw-r-- 1 1001 1001 818 Apr 15 02:36 .gitignore 02:42:39 -rw-rw-r-- 1 1001 1001 166 Apr 15 02:36 .sonarcloud.properties 02:42:39 -rw-rw-r-- 1 1001 1001 8494 Apr 15 02:36 Attribution.txt 02:42:39 -rw-rw-r-- 1 1001 1001 3804 Apr 15 02:36 CONTRIBUTING.md 02:42:39 -rw-rw-r-- 1 1001 1001 931 Apr 15 02:36 Dockerfile.build 02:42:39 -rw-rw-r-- 1 1001 1001 863 Apr 15 02:36 Jenkinsfile 02:42:39 -rw-rw-r-- 1 1001 1001 10775 Apr 15 02:36 LICENSE 02:42:39 -rw-rw-r-- 1 1001 1001 5774 Apr 15 02:36 Makefile 02:42:39 -rw-rw-r-- 1 1001 1001 6548 Apr 15 02:36 README.md 02:42:39 -rw-rw-r-- 1 1001 1001 6755 Apr 15 02:36 SECURITY.md 02:42:39 -rw-rw-r-- 1 1001 1001 5 Apr 15 02:31 VERSION 02:42:39 -rw-rw-r-- 1 1001 1001 4131 Apr 15 02:36 ZMQWindows.md 02:42:39 drwxrwxr-x 2 1001 1001 4096 Apr 15 02:36 bin 02:42:39 drwxrwxr-x 14 1001 1001 4096 Apr 15 02:36 cmd 02:42:39 -rw-r--r-- 1 root root 686607 Apr 15 02:41 coverage.out 02:42:39 -rw-r--r-- 1 root root 1059 Apr 15 02:42 go.mod 02:42:39 -rw-r--r-- 1 root root 22038 Apr 15 02:42 go.sum 02:42:39 drwxrwxr-x 8 1001 1001 4096 Apr 15 02:36 internal 02:42:39 drwxrwxr-x 4 1001 1001 4096 Apr 15 02:36 openapi 02:42:39 drwxrwxr-x 4 1001 1001 4096 Apr 15 02:36 snap 02:42:39 -rw-rw-r-- 1 1001 1001 168 Apr 15 02:36 version.go [Pipeline] sh 02:42:39 + '[' -e coverage.out ] 02:42:39 + chown 1001:1001 coverage.out [Pipeline] stash 02:42:39 Warning: overwriting stash ‘coverage-report’ 02:42:41 Stashed 1 file(s) [Pipeline] sh 02:42:41 + make build 02:42:41 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 02:42:54 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 02:43:21 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 02:43: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 02:43:27 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 02:43:28 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 02:43:34 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 02:43:39 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 02:43:44 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 02:43:48 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 02:43:52 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 02:43:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 02:44:03 $ docker stop --time=1 f2fabcff78037397d6533962a3ac79be92a335cfe0aafb279dd4e1771d45bb42 02:44:06 $ docker rm -f f2fabcff78037397d6533962a3ac79be92a335cfe0aafb279dd4e1771d45bb42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:08 02:44:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:44:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:08 latest: Pulling from edgex-devops/edgex-compose-arm64 02:44:08 29e5d40040c1: Pulling fs layer 02:44:08 1ce36da41761: Pulling fs layer 02:44:08 25b303627fd3: Pulling fs layer 02:44:08 29e5d40040c1: Verifying Checksum 02:44:08 29e5d40040c1: Download complete 02:44:09 29e5d40040c1: Pull complete 02:44:10 1ce36da41761: Verifying Checksum 02:44:10 1ce36da41761: Download complete 02:44:11 1ce36da41761: Pull complete 02:44:11 25b303627fd3: Verifying Checksum 02:44:11 25b303627fd3: Download complete 02:44:21 25b303627fd3: Pull complete 02:44:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:44:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:44:21 prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container 02:44:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:44:24 $ docker top 6df2396331017e22b4a282f419455c82693321183fadaa142fdfcbfcf94e2be3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:25 + docker-compose build --help 02:44:25 + grep parallel 02:44:28 ---> 6a9ca5ab0c98 02:44:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:44:28 ---> 1462ef51498b 02:44:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:44:28 ---> ec12cb5bb2a8 02:44:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:44:28 ---> Running in beedbd78c781 02:44:28 ---> Running in 07e0ea125134 02:44:28 ---> Running in 0d1276ba1f26 02:44:28 ---> 0d332319aae9 02:44:28 Step 9/23 : RUN make cmd/core-command/core-command 02:44:28 ---> 6590ad198b93 02:44:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:44:28 ---> Running in cf918b97cc72 02:44:28 ---> Running in cd79d3913796 02:44:28 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 02:44:28 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 02:44:28 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 02:44:28 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 02:44:28 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 02:44:29 --parallel Build images in parallel. [Pipeline] } 02:44:29 $ docker stop --time=1 6df2396331017e22b4a282f419455c82693321183fadaa142fdfcbfcf94e2be3 02:44:31 $ docker rm -f 6df2396331017e22b4a282f419455c82693321183fadaa142fdfcbfcf94e2be3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:32 . [Pipeline] withDockerContainer 02:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container 02:44:32 $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:44:34 $ docker top 248045888d8a3ed5161d7515bc06aedd7baf83ada1e01742d035ee1c73d53695 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:35 + docker-compose -f ./docker-compose-build.yml build --parallel 02:44:39 Building docker-core-command-go ... 02:44:39 Building docker-core-data-go ... 02:44:39 Building docker-core-metadata-go ... 02:44:39 Building docker-security-bootstrapper-go ... 02:44:39 Building docker-security-proxy-setup-go ... 02:44:39 Building docker-security-secretstore-setup-go ... 02:44:39 Building docker-support-notifications-go ... 02:44:39 Building docker-support-scheduler-go ... 02:44:39 Building docker-sys-mgmt-agent-go ... 02:44:39 Building docker-security-bootstrapper-go 02:44:39 Building docker-core-metadata-go 02:44:39 Building docker-support-scheduler-go 02:44:39 Building docker-core-command-go 02:44:39 Building docker-support-notifications-go 02:45:37 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 02:45:52 Removing intermediate container 0d1276ba1f26 02:45:52 ---> 29560a636b16 02:45:52 02:45:52 Step 10/31 : FROM alpine:3.12 02:45:52 3.12: Pulling from library/alpine 02:45:59 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:45:59 Status: Downloaded newer image for alpine:3.12 02:45:59 ---> 7230e588e954 02:45:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:46:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:46:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:46:01 ---> e53cb7717fe4 02:46:01 Step 3/23 : WORKDIR /edgex-go 02:46:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:46:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:46:01 ---> e53cb7717fe4 02:46:01 Step 3/23 : WORKDIR /edgex-go 02:46:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:46:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:46:01 ---> e53cb7717fe4 02:46:01 Step 3/22 : WORKDIR /edgex-go 02:46:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:46:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:46:01 ---> e53cb7717fe4 02:46:01 Step 3/22 : WORKDIR /edgex-go 02:46:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:46:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:46:01 ---> e53cb7717fe4 02:46:01 Step 3/31 : WORKDIR /edgex-go 02:46:01 ---> Running in 4e3aa603382b 02:46:01 ---> Running in ce252c2abf68 02:46:01 ---> Running in 4af6a268c892 02:46:01 ---> Running in 3b90d506dc6a 02:46:01 ---> Running in 4d06c3940a7d 02:46:01 Removing intermediate container 4d06c3940a7d 02:46:01 ---> 521136419dfd 02:46:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:01 ---> Running in c7a6dcf39471 02:46:01 Removing intermediate container 4af6a268c892 02:46:01 ---> c9dd332cf6c3 02:46:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:01 Removing intermediate container 3b90d506dc6a 02:46:01 ---> 6bc82a759c76 02:46:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:01 Removing intermediate container ce252c2abf68 02:46:01 ---> f9650613df70 02:46:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 4e3aa603382b 02:46:01 02:46:01 ---> 90346b35a342 02:46:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:01 ---> Running in 7aab29a45572 02:46:01 ---> Running in 29873d9c64da 02:46:01 ---> Running in 6f993f6cd1f4 02:46:01 ---> Running in a1ef01c2c2e9 02:46:01 Removing intermediate container c7a6dcf39471 02:46:01 ---> 47c87178fb98 02:46:01 Step 5/31 : RUN apk add --update --no-cache make git 02:46:01 ---> Running in 7160e3884057 02:46:01 Removing intermediate container 29873d9c64da 02:46:01 ---> e71d38f1fce2 02:46:01 Step 5/23 : RUN apk add --update --no-cache make git 02:46:01 Removing intermediate container 7aab29a45572 02:46:01 ---> a0290a80d34a 02:46:01 Step 5/22 : RUN apk add --update --no-cache make git 02:46:01 ---> Running in bd79f87c7ba5 02:46:01 Removing intermediate container 6f993f6cd1f4 02:46:01 ---> aefe34b52a42 02:46:01 Step 5/23 : RUN apk add --update --no-cache make git 02:46:01 ---> Running in 29f21e06a938 02:46:01 ---> Running in 571cf186ccbc 02:46:01 Removing intermediate container a1ef01c2c2e9 02:46:01 ---> 49a5efdc4390 02:46:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:46:01 ---> Running in 7482042046e7 02:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:02 ---> Running in 8a426103c147 02:46:02 Removing intermediate container beedbd78c781 02:46:02 ---> 728a6818522e 02:46:02 02:46:02 Step 10/22 : FROM alpine:3.12 02:46:02 OK: 217 MiB in 51 packages 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:03 Removing intermediate container cf918b97cc72 02:46:03 ---> b28cc277e46a 02:46:03 02:46:03 Step 10/23 : FROM alpine:3.12 02:46:03 ---> 7230e588e954 02:46:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:46:03 ---> 7230e588e954 02:46:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:46:03 OK: 217 MiB in 51 packages 02:46:03 Removing intermediate container 8a426103c147 02:46:03 ---> 14fbc6f79ee3 02:46:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:46:03 Removing intermediate container cd79d3913796 02:46:03 ---> af51b84ac222 02:46:03 02:46:03 Step 10/24 : FROM alpine:3.12 02:46:03 ---> 7230e588e954 02:46:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:46:03 OK: 217 MiB in 51 packages 02:46:03 OK: 217 MiB in 51 packages 02:46:03 OK: 217 MiB in 51 packages 02:46:03 ---> Running in d430ab1b8ead 02:46:03 ---> Running in d580a5f896cf 02:46:04 ---> Running in 2aee5faedfdd 02:46:04 ---> Running in efb1eaedc8f8 02:46:04 Removing intermediate container 7160e3884057 02:46:04 ---> e97480176858 02:46:04 Step 6/31 : COPY go.mod . 02:46:05 Removing intermediate container bd79f87c7ba5 02:46:05 ---> fb0af2ff87de 02:46:05 Step 6/23 : COPY go.mod . 02:46:05 Removing intermediate container 7482042046e7 02:46:05 ---> a4e43ca8eb27 02:46:05 Step 6/22 : COPY go.mod . 02:46:05 ---> a4037f38d411 02:46:05 Step 7/31 : RUN go mod download 02:46:05 Removing intermediate container 29f21e06a938 02:46:05 ---> deeb202e2eb3 02:46:05 Step 6/22 : COPY go.mod . 02:46:05 ---> Running in 267995e74b00 02:46:05 Removing intermediate container 571cf186ccbc 02:46:05 ---> 26709cbeffc8 02:46:05 Step 6/23 : COPY go.mod . 02:46:05 Removing intermediate container 07e0ea125134 02:46:05 ---> ee8c7ad0c785 02:46:05 02:46:05 Step 10/23 : FROM alpine:3.12 02:46:05 ---> 7230e588e954 02:46:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:46:06 ---> 908f09ab3874 02:46:06 Step 7/23 : RUN go mod download 02:46:06 ---> Running in 948f55bb6fc7 02:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:06 ---> Running in 11f6e98e5265 02:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:06 ---> 66cb5b144fd2 02:46:06 Step 7/22 : RUN go mod download 02:46:06 ---> b1d28d62e1eb 02:46:06 Step 7/22 : RUN go mod download 02:46:07 ---> Running in 75151e404974 02:46:07 ---> Running in 5e83824f78b8 02:46:07 (1/2) Installing ca-certificates (20191127-r4) 02:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:07 (2/2) Installing dumb-init (1.2.2-r1) 02:46:07 (1/1) Installing dumb-init (1.2.2-r1) 02:46:07 Executing busybox-1.31.1-r20.trigger 02:46:07 Executing ca-certificates-20191127-r4.trigger 02:46:07 Executing busybox-1.31.1-r20.trigger 02:46:07 OK: 6 MiB in 15 packages 02:46:07 ---> 9b32282249ad 02:46:07 Step 7/23 : RUN go mod download 02:46:07 ---> Running in eb93a868421e 02:46:07 OK: 6 MiB in 16 packages 02:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:08 (1/6) Installing ca-certificates (20191127-r4) 02:46:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:46:08 (3/6) Installing libcurl (7.76.1-r0) 02:46:08 (4/6) Installing curl (7.76.1-r0) 02:46:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:08 (1/2) Installing dumb-init (1.2.2-r1) 02:46:08 (2/2) Installing su-exec (0.2-r1) 02:46:08 (5/6) Installing dumb-init (1.2.2-r1) 02:46:08 Executing busybox-1.31.1-r20.trigger 02:46:08 (6/6) Installing su-exec (0.2-r1) 02:46:08 Executing busybox-1.31.1-r20.trigger 02:46:08 Executing ca-certificates-20191127-r4.trigger 02:46:08 OK: 6 MiB in 16 packages 02:46:08 OK: 7 MiB in 20 packages 02:46:09 (1/1) Installing dumb-init (1.2.2-r1) 02:46:09 Executing busybox-1.31.1-r20.trigger 02:46:09 OK: 6 MiB in 15 packages 02:46:10 Removing intermediate container 267995e74b00 02:46:10 ---> 989699d8abbb 02:46:10 Step 8/31 : COPY . . 02:46:10 Removing intermediate container d430ab1b8ead 02:46:10 ---> d5085e56471e 02:46:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:46:10 Removing intermediate container d580a5f896cf 02:46:10 ---> 603fcf06cdc8 02:46:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:46:10 ---> Running in ab9930ad8a6e 02:46:10 Removing intermediate container 948f55bb6fc7 02:46:10 ---> 71e9df8d64a9 02:46:10 Step 8/23 : COPY . . 02:46:10 ---> Running in d5d86cd4f9cf 02:46:12 Removing intermediate container ab9930ad8a6e 02:46:12 ---> ca8a67390733 02:46:12 Step 13/22 : ENV APP_PORT=48060 02:46:12 Removing intermediate container efb1eaedc8f8 02:46:12 ---> a6be327f10f1 02:46:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:46:12 Removing intermediate container d5d86cd4f9cf 02:46:12 ---> c2335fddf13b 02:46:12 Step 13/23 : ENV APP_PORT=48082 02:46:12 Removing intermediate container 2aee5faedfdd 02:46:12 ---> edb0feab7b36 02:46:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:46:12 Removing intermediate container 11f6e98e5265 02:46:12 ---> f46759e1a423 02:46:12 Removing intermediate container 75151e404974 02:46:12 ---> dc068523bec4 02:46:12 Step 8/22 : COPY . . 02:46:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:46:13 ---> Running in 48f465e57f44 02:46:13 ---> Running in f0b73bd41fbf 02:46:13 ---> Running in 843a5aa8d1cb 02:46:13 ---> Running in 7b642004808a 02:46:13 ---> Running in 16953f7218fb 02:46:13 Removing intermediate container 5e83824f78b8 02:46:13 ---> 9fb8f55b1a6a 02:46:13 Step 8/22 : COPY . . 02:46:13 Removing intermediate container eb93a868421e 02:46:13 ---> 63202b5ecb61 02:46:13 Step 8/23 : COPY . . 02:46:14 Removing intermediate container 16953f7218fb 02:46:14 ---> bf47807b3d62 02:46:14 Step 13/24 : WORKDIR / 02:46:14 Removing intermediate container f0b73bd41fbf 02:46:14 ---> 55fa39ec6711 02:46:14 Step 14/23 : EXPOSE $APP_PORT 02:46:14 Removing intermediate container 7b642004808a 02:46:14 ---> 3df6a962c920 02:46:14 Step 13/23 : ENV APP_PORT=48081 02:46:14 Removing intermediate container 48f465e57f44 02:46:14 ---> eeaace0ae740 02:46:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:46:15 Removing intermediate container 843a5aa8d1cb 02:46:15 ---> 5a3e7b74985c 02:46:15 Step 14/22 : EXPOSE $APP_PORT 02:46:15 ---> Running in af6d268df8cd 02:46:15 ---> Running in 8ba1d4fa9d14 02:46:15 ---> Running in 892d32dee00a 02:46:15 ---> Running in 2d4252d50f4b 02:46:15 ---> Running in 0335377fa062 02:46:15 Removing intermediate container af6d268df8cd 02:46:15 ---> 7b203534a4ef 02:46:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:46:15 Removing intermediate container 892d32dee00a 02:46:15 ---> e795649002d8 02:46:15 Step 15/23 : WORKDIR / 02:46:15 Removing intermediate container 8ba1d4fa9d14 02:46:15 ---> 540f2b0c3b00 02:46:15 Step 14/23 : EXPOSE $APP_PORT 02:46:16 Removing intermediate container 0335377fa062 02:46:16 ---> 0b9830bf2e13 02:46:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:17 Removing intermediate container 2d4252d50f4b 02:46:17 ---> bd013bd58e62 02:46:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:46:17 ---> Running in bfa6194eacd2 02:46:17 ---> Running in bddb87651499 02:46:18 ---> Running in fcbc611a78d7 02:46:19 Removing intermediate container bfa6194eacd2 02:46:19 ---> 647b0e582c06 02:46:19 Step 15/23 : WORKDIR / 02:46:19 ---> a33d6b086133 02:46:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:46:19 ---> 108354adb566 02:46:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:46:19 Removing intermediate container bddb87651499 02:46:19 ---> 125d817472f0 02:46:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:19 ---> Running in ab658ad31438 02:46:21 ---> 2d85d9554d58 02:46:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:46:21 Removing intermediate container ab658ad31438 02:46:21 ---> 75f3d8a876e8 02:46:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:21 ---> 0568dcf70cf3 02:46:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:46:22 ---> ca9d522173a3 02:46:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:46:23 ---> a5b32bcd6cd1 02:46:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:46:23 ---> 8d78d3e4e61f 02:46:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:46:23 ---> 70540574cd70 02:46:23 Removing intermediate container fcbc611a78d7 02:46:23 ---> fcc127bbb937 02:46:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:46:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:46:23 ---> 49a848180c78 02:46:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:46:24 ---> Running in 186bc9df87c1 02:46:24 ---> Running in 245dac5b4851 02:46:24 ---> 18d89b2262c3 02:46:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:46:25 ---> d6dc7673ce1e 02:46:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:46:25 Removing intermediate container 186bc9df87c1 02:46:25 ---> 2027b9d22398 02:46:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:25 Removing intermediate container 245dac5b4851 02:46:25 ---> 44e835578d8b 02:46:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:46:26 ---> c7840cf52db4 02:46:26 Step 19/23 : ENTRYPOINT ["/core-command"] 02:46:26 ---> Running in 60e6aa12e1bf 02:46:27 ---> ccf684446a29 02:46:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:46:27 ---> Running in 8d7334d9cad2 02:46:27 ---> 33116d96dfdb 02:46:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:46:27 ---> 9a7d03d450ce 02:46:27 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:46:27 Removing intermediate container 8d7334d9cad2 02:46:27 ---> f2ca6ec13e3d 02:46:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:28 Removing intermediate container 60e6aa12e1bf 02:46:28 ---> 2c13f7892648 02:46:28 Step 20/22 : LABEL arch=x86_64 02:46:28 ---> 37d353d25a47 02:46:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:46:28 ---> Running in 62a109123dff 02:46:28 ---> Running in ba0a65b4b1f9 02:46:28 ---> Running in f545d67a47c6 02:46:29 ---> Running in 20e90cffab43 02:46:29 ---> Running in f1fc5c8cc4e6 02:46:30 Removing intermediate container ba0a65b4b1f9 02:46:30 ---> ebaf83f6b4c2 02:46:30 Step 21/23 : LABEL arch=x86_64 02:46:30 Removing intermediate container 62a109123dff 02:46:30 ---> 1797d84bb7ca 02:46:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:31 ---> Running in daf5cfce45d2 02:46:31 Removing intermediate container 20e90cffab43 02:46:31 ---> b91f6f78eafa 02:46:31 Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:46:31 ---> Running in de0d5c652fda 02:46:31 ---> Running in 256f56e2f7de 02:46:31 Removing intermediate container daf5cfce45d2 02:46:31 ---> 06ef38457299 02:46:31 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:46:31 Removing intermediate container de0d5c652fda 02:46:31 ---> 668a14ef30bf 02:46:31 Step 21/23 : LABEL arch=x86_64 02:46:31 ---> Running in 87c76d31e411 02:46:31 ---> Running in 0542bc3706af 02:46:31 Removing intermediate container 256f56e2f7de 02:46:31 ---> a5805e518c00 02:46:31 Step 22/22 : LABEL version=0.0.0 02:46:33 ---> Running in cf6339af108c 02:46:33 Removing intermediate container 87c76d31e411 02:46:33 ---> 5e9e7ae84dd7 02:46:33 Step 23/23 : LABEL version=0.0.0 02:46:33 Removing intermediate container 0542bc3706af 02:46:33 ---> 57e9f313fb43 02:46:33 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:46:33 ---> Running in 62087d14f3c7 02:46:33 Removing intermediate container f545d67a47c6 02:46:33 ---> 7c8503a9940e 02:46:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:33 ---> Running in b7448a2c4c2d 02:46:33 Removing intermediate container cf6339af108c 02:46:33 ---> 0d38c97ea944 02:46:33 02:46:34 Removing intermediate container 62087d14f3c7 02:46:34 ---> 57718e3f46c7 02:46:34 02:46:34 Removing intermediate container f1fc5c8cc4e6 02:46:34 ---> 0fccf6aa6631 02:46:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:46:34 ---> cc383bc630ce 02:46:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:46:34 Removing intermediate container b7448a2c4c2d 02:46:34 ---> 46273aae269b 02:46:34 Step 23/23 : LABEL version=0.0.0 02:46:35 ---> Running in a9f8be6e0a99 02:46:35 Successfully built 57718e3f46c7 02:46:35 ---> Running in d454c9969f07 02:46:35 Successfully built 0d38c97ea944 02:46:35 Successfully tagged docker-core-command-go:latest 02:46:35  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest 02:46:35  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 02:46:35 Building docker-security-proxy-setup-go 02:46:36 Removing intermediate container a9f8be6e0a99 02:46:36 ---> cea3cb1521ea 02:46:36 Step 22/24 : LABEL arch=x86_64 02:46:36 Removing intermediate container d454c9969f07 02:46:36 ---> 811a252699d4 02:46:36 02:46:36 ---> Running in 4d412c73287f 02:46:36 ---> 03a994223e8d 02:46:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:46:37 Successfully built 811a252699d4 02:46:37 Removing intermediate container 4d412c73287f 02:46:37 ---> 608d63148964 02:46:38 Step 23/24 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:46:38 Successfully tagged docker-core-metadata-go:latest 02:46:38  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 02:46:38 ---> Running in 727d24f1b96a 02:46:39 ---> 90e7bef1a547 02:46:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:46:39 Removing intermediate container 727d24f1b96a 02:46:39 ---> 2337660ced4f 02:46:39 Step 24/24 : LABEL version=0.0.0 02:46:40 ---> 86982a081d5d 02:46:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:46:40 ---> a6670a3bdac1 02:46:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:46:40 ---> Running in dfcf4a01bb17 02:46:40 ---> Running in 3ae1188b562e 02:46:40 ---> 5d04c869935d 02:46:40 Step 9/23 : RUN make cmd/core-command/core-command 02:46:40 ---> 7bf18e9d45ea 02:46:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:46:40 ---> 0144c64e7d59 02:46:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:46:40 ---> Running in cd46428b41e6 02:46:40 ---> Running in 2b2e5907d92e 02:46:40 ---> Running in 7237f67c452a 02:46:40 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 02:46:40 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 02:46:40 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 02:46:40 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 02:46:40 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 02:46:43 ---> Running in 0ee9736db538 02:46:43 ---> 7d10f8a6ee4b 02:46:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:46:44 Removing intermediate container 0ee9736db538 02:46:44 ---> 63f043fcfe61 02:46:44 02:46:44 ---> 7ea55fb2bdff 02:46:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:46:44 Successfully built 63f043fcfe61 02:46:44 Successfully tagged docker-security-secretstore-setup-go:latest 02:46:44  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 02:46:45 ---> Running in 634be9ddd842 02:46:50 Removing intermediate container 634be9ddd842 02:46:50 ---> 971356e3e5ac 02:46:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:46:54 ---> db5ca69c27c9 02:46:54 Step 26/31 : RUN chmod +x /entrypoint.sh 02:46:54 ---> Running in b031d494c3ca 02:47:03 Removing intermediate container b031d494c3ca 02:47:03 ---> 5fad00594802 02:47:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:47:03 ---> Running in 65909f8aa4a4 02:47:04 Removing intermediate container 65909f8aa4a4 02:47:04 ---> ddd207f45697 02:47:04 Step 28/31 : CMD ["gate"] 02:47:04 ---> Running in c8f1b15b2923 02:47:06 Removing intermediate container c8f1b15b2923 02:47:06 ---> 5b23ef2a6718 02:47:06 Step 29/31 : LABEL arch=x86_64 02:47:07 ---> Running in 6574e65862d6 02:47:08 Removing intermediate container 6574e65862d6 02:47:08 ---> b437b445ca1a 02:47:08 Step 30/31 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:47:08 ---> Running in ab53e6e5b1f9 02:47:09 Removing intermediate container ab53e6e5b1f9 02:47:09 ---> 20591f17d29a 02:47:09 Step 31/31 : LABEL version=0.0.0 02:47:09 ---> Running in 0349900c5a47 02:47:14 Removing intermediate container 0349900c5a47 02:47:14 ---> 85685ec1b6bd 02:47:14 02:47:15 Successfully built 85685ec1b6bd 02:47:16 Successfully tagged docker-security-bootstrapper-go:latest 02:48:14  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:48:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:48:14 ---> 233a7e9f9ebb 02:48:14 Step 3/22 : WORKDIR /edgex-go 02:48:14 ---> Using cache 02:48:14 ---> 4b0403dabb07 02:48:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:14 ---> Using cache 02:48:14 ---> 5560444f920a 02:48:14 Step 5/22 : RUN apk add --update --no-cache make git 02:48:14 ---> Using cache 02:48:14 ---> fc9456e14399 02:48:14 Step 6/22 : COPY go.mod . 02:48:14 ---> Using cache 02:48:14 ---> 1d82f8ce2545 02:48:14 Step 7/22 : RUN go mod download 02:48:14 ---> Using cache 02:48:14 ---> 40082d4ceea2 02:48:14 Step 8/22 : COPY . . 02:48:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:48:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:48:14 ---> 233a7e9f9ebb 02:48:14 Step 3/23 : WORKDIR /edgex-go 02:48:14 ---> Using cache 02:48:14 ---> 4b0403dabb07 02:48:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:14 ---> Using cache 02:48:14 ---> 5560444f920a 02:48:14 Step 5/23 : RUN apk add --update --no-cache make bash git 02:48:14 ---> Using cache 02:48:14 ---> 6590ad198b93 02:48:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:48:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:48:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:48:14 ---> 233a7e9f9ebb 02:48:14 Step 3/21 : WORKDIR /edgex-go 02:48:14 ---> Using cache 02:48:14 ---> 4b0403dabb07 02:48:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:14 ---> Using cache 02:48:14 ---> 5560444f920a 02:48:14 Step 5/21 : RUN apk add --update --no-cache make git 02:48:14 ---> Using cache 02:48:14 ---> fc9456e14399 02:48:14 Step 6/21 : COPY go.mod . 02:48:14 ---> Using cache 02:48:14 ---> 1d82f8ce2545 02:48:14 Step 7/21 : RUN go mod download 02:48:14 ---> Using cache 02:48:14 ---> 40082d4ceea2 02:48:14 Step 8/21 : COPY . . 02:48:14 ---> Using cache 02:48:14 ---> 6590ad198b93 02:48:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:48:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:48:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:48:14 ---> 233a7e9f9ebb 02:48:14 Step 3/23 : WORKDIR /edgex-go 02:48:14 ---> Using cache 02:48:14 ---> 4b0403dabb07 02:48:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:14 ---> Using cache 02:48:14 ---> 5560444f920a 02:48:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:48:14 ---> Running in 1bdd111d01f3 02:48:14 ---> Running in 5405dc8fa109 02:48:14 ---> Running in c48cf1ededd6 02:48:14 ---> Running in f83c4a69d581 02:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:14 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 02:48:14 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 02:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:15 OK: 233 MiB in 51 packages 02:48:15 OK: 233 MiB in 51 packages 02:48:17 Removing intermediate container 1bdd111d01f3 02:48:17 ---> fd6c1895a8ab 02:48:17 Step 6/23 : COPY go.mod . 02:48:18 Removing intermediate container c48cf1ededd6 02:48:18 ---> ddbe9bc476df 02:48:18 Step 6/23 : COPY go.mod . 02:48:19 ---> 92944556edda 02:48:19 Step 7/23 : RUN go mod download 02:48:19 ---> Running in fef65743e1ab 02:48:19 ---> 792fa86ee504 02:48:19 Step 7/23 : RUN go mod download 02:48:19 ---> Running in e683d4ade635 02:48:31 Removing intermediate container e683d4ade635 02:48:31 ---> 3950b0a8d791 02:48:31 Step 8/23 : COPY . . 02:48:31 Removing intermediate container fef65743e1ab 02:48:31 ---> e9db8f3faa48 02:48:31 Step 8/23 : COPY . . 02:48:32 Removing intermediate container 3ae1188b562e 02:48:32 ---> 797b4259cb31 02:48:32 02:48:32 Step 10/31 : FROM alpine:3.12 02:48:32 3.12: Pulling from library/alpine 02:48:32 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:48:32 Status: Downloaded newer image for alpine:3.12 02:48:32 ---> d75e27dfc0a0 02:48:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:48:32 ---> Running in bce8dce89247 02:48:32 Removing intermediate container bce8dce89247 02:48:32 ---> b1da512deca4 02:48:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:48:33 ---> Running in de25593ec322 02:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:36 (1/2) Installing dumb-init (1.2.2-r1) 02:48:36 (2/2) Installing su-exec (0.2-r1) 02:48:36 Executing busybox-1.31.1-r20.trigger 02:48:36 OK: 5 MiB in 16 packages 02:48:36 Removing intermediate container cd46428b41e6 02:48:36 ---> 45d3e1873814 02:48:36 02:48:36 Step 10/23 : FROM alpine:3.12 02:48:36 ---> d75e27dfc0a0 02:48:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:48:37 ---> Running in 7c94130b1ea7 02:48:39 Removing intermediate container de25593ec322 02:48:39 ---> bf1034420f00 02:48:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:40 ---> Running in 140202af696a 02:48:40 (1/1) Installing dumb-init (1.2.2-r1) 02:48:40 Executing busybox-1.31.1-r20.trigger 02:48:40 OK: 5 MiB in 15 packages 02:48:41 Removing intermediate container 2b2e5907d92e 02:48:41 ---> a7dd4275c206 02:48:41 02:48:41 Step 10/22 : FROM alpine:3.12 02:48:41 ---> d75e27dfc0a0 02:48:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:48:41 Removing intermediate container 140202af696a 02:48:41 ---> 971a1eebad02 02:48:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:48:41 ---> Running in eeab37e5c786 02:48:41 ---> Running in c4b7da77519e 02:48:42 Removing intermediate container 7237f67c452a 02:48:42 ---> 06b94d1e2a7a 02:48:42 02:48:42 Step 10/22 : FROM alpine:3.12 02:48:42 ---> d75e27dfc0a0 02:48:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:48:42 ---> Running in 2c26d1e86465 02:48:43 Removing intermediate container 7c94130b1ea7 02:48:43 ---> 9006f950681c 02:48:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:48:43 Removing intermediate container c4b7da77519e 02:48:43 ---> d5a4bba27eaa 02:48:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:43 ---> Running in 382af286f3ab 02:48:43 ---> Running in 5b348cd5f82d 02:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:43 (1/2) Installing ca-certificates (20191127-r4) 02:48:44 Removing intermediate container 382af286f3ab 02:48:44 ---> 962ec4d7ac5d 02:48:44 Step 13/23 : ENV APP_PORT=48082 02:48:44 (2/2) Installing dumb-init (1.2.2-r1) 02:48:44 Executing busybox-1.31.1-r20.trigger 02:48:44 Executing ca-certificates-20191127-r4.trigger 02:48:44 OK: 6 MiB in 16 packages 02:48:44 ---> Running in 6d75eefb5791 02:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:45 (1/1) Installing dumb-init (1.2.2-r1) 02:48:45 Executing busybox-1.31.1-r20.trigger 02:48:45 OK: 5 MiB in 15 packages 02:48:45 Removing intermediate container 6d75eefb5791 02:48:45 ---> 7143576aeb56 02:48:45 Step 14/23 : EXPOSE $APP_PORT 02:48:47 ---> Running in 6dd665afc0a4 02:48:48 Removing intermediate container eeab37e5c786 02:48:48 ---> b9ad46e36ba6 02:48:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:48:48 Removing intermediate container dfcf4a01bb17 02:48:48 ---> 5d2973f9a56e 02:48:48 02:48:48 Step 10/23 : FROM alpine:3.12 02:48:48 Removing intermediate container 6dd665afc0a4 02:48:48 ---> b23c06a2dffe 02:48:48 Step 15/23 : WORKDIR / 02:48:48 ---> d75e27dfc0a0 02:48:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:48:48 ---> Using cache 02:48:48 ---> 6be96b828cec 02:48:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:48:48 ---> Running in 3e9d9ea36c3f 02:48:49 Removing intermediate container 5b348cd5f82d 02:48:49 ---> 8bbe74d15a0a 02:48:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:48:49 Removing intermediate container 2c26d1e86465 02:48:49 ---> 6be96b828cec 02:48:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:48:49 ---> Running in adaa7116bb4d 02:48:49 ---> Running in 1e3ca6d22976 02:48:49 ---> Running in 58dd52ff15ca 02:48:49 ---> Running in 82e629207208 02:48:49 Removing intermediate container 3e9d9ea36c3f 02:48:49 ---> 4aba1b3d1bd2 02:48:49 Step 13/22 : ENV APP_PORT=48060 02:48:49 ---> Running in 1ab1890fa8b7 02:48:49 Removing intermediate container 58dd52ff15ca 02:48:49 ---> 48bce44b85f3 02:48:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:48:50 Removing intermediate container adaa7116bb4d 02:48:50 ---> 1689f23ccf07 02:48:50 Removing intermediate container 1e3ca6d22976 02:48:50 ---> 02de057a3f5e 02:48:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:48:50 Step 13/23 : ENV APP_PORT=48081 02:48:50 Removing intermediate container 82e629207208 02:48:50 ---> 6612feb90c91 02:48:50 Step 13/22 : ENV APP_PORT=48085 02:48:50 ---> Running in e8c07dae1f87 02:48:50 ---> Running in 3b109314047c 02:48:50 Removing intermediate container 1ab1890fa8b7 02:48:50 ---> 3fcb67e38d6f 02:48:50 Step 14/22 : EXPOSE $APP_PORT 02:48:50 ---> Running in 191382a554f6 02:48:51 Removing intermediate container e8c07dae1f87 02:48:51 ---> b00c0f1e234c 02:48:51 Step 14/23 : EXPOSE $APP_PORT 02:48:51 Removing intermediate container 3b109314047c 02:48:51 ---> 85ee64708a48 02:48:51 Step 14/22 : EXPOSE $APP_PORT 02:48:51 ---> Running in 6b0555c55338 02:48:51 ---> Running in e8c90da6b207 02:48:51 ---> 8d480152469f 02:48:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:48:51 ---> d80ea3229a77 02:48:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:48:51 Removing intermediate container 191382a554f6 02:48:51 ---> 6c6347e542c5 02:48:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:48:51 ---> Running in 1106991b550d 02:48:51 Removing intermediate container 6b0555c55338 02:48:51 ---> 7cfa4b14d16d 02:48:51 Step 15/23 : WORKDIR / 02:48:52 Removing intermediate container e8c90da6b207 02:48:52 ---> 859e112b1efc 02:48:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:48:52 ---> Running in 35c71f6fc72a 02:48:52 ---> 0c86737dcd82 02:48:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:48:53 Removing intermediate container 35c71f6fc72a 02:48:53 ---> 9ca9c0b49ae1 02:48:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:48:53 ---> 777714ac37af 02:48:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:48:53 ---> 57832e1af782 02:48:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:48:54 ---> 08d3e346a3bd 02:48:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:48:54 ---> 1507b7baedb7 02:48:54 Step 19/23 : ENTRYPOINT ["/core-command"] 02:48:54 ---> ee7c86b59a51 02:48:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:48:54 ---> Running in 9b47849be1f8 02:48:55 Removing intermediate container 1106991b550d 02:48:55 ---> 7d1bad2134f6 02:48:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:48:55 ---> a38935178f90 02:48:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:48:55 ---> c0365e9acbab 02:48:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:48:55 Removing intermediate container 9b47849be1f8 02:48:55 ---> 06ee09a5e307 02:48:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:55 ---> Running in 02c585d5c345 02:48:55 ---> Running in f581ffadf891 02:48:56 ---> 2c9c63261842 02:48:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:48:56 Removing intermediate container 02c585d5c345 02:48:56 ---> e1650245ae3e 02:48:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:56 Removing intermediate container f581ffadf891 02:48:56 ---> f7c9267707ec 02:48:56 Step 21/23 : LABEL arch=arm64 02:48:56 ---> 9723ba84b91f 02:48:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:48:56 ---> 25451be2d637 02:48:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:48:56 ---> Running in 877391f7d271 02:48:56 ---> Running in f811df845c78 02:48:56 ---> Running in 995dc33c743f 02:48:57 Removing intermediate container 877391f7d271 02:48:57 ---> 2dd82f8b0391 02:48:57 Step 20/22 : LABEL arch=arm64 02:48:57 Removing intermediate container 995dc33c743f 02:48:57 ---> d86f5cb19cf9 02:48:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:57 ---> Running in 726c074e0b97 02:48:57 ---> 168e57b032bf 02:48:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:48:57 Removing intermediate container f811df845c78 02:48:57 ---> 1a0e2b25f531 02:48:57 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:48:57 ---> Running in d3b141f9121d 02:48:57 ---> 889f5587a5cb 02:48:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:48:58 ---> Running in b0e6acc1274f 02:48:58 ---> Running in dc033e56e1ad 02:48:58 Removing intermediate container 726c074e0b97 02:48:58 ---> a7b265d111d7 02:48:58 Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:48:58 Removing intermediate container d3b141f9121d 02:48:58 ---> 4bdbf8c47c2f 02:48:58 Step 20/22 : LABEL arch=arm64 02:48:58 ---> Running in 6af2993f99c5 02:48:58 ---> Running in 7a69f6e42700 02:48:58 Removing intermediate container dc033e56e1ad 02:48:58 ---> b15b22939604 02:48:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:58 Removing intermediate container b0e6acc1274f 02:48:58 ---> 31c8c6ced149 02:48:58 Step 23/23 : LABEL version=0.0.0 02:48:58 ---> e6d34a1fd09e 02:48:58 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:48:59 ---> Running in 10b9e0c429ee 02:48:59 ---> Running in ca21cd396fb6 02:48:59 Removing intermediate container 6af2993f99c5 02:48:59 Removing intermediate container 7a69f6e42700 02:48:59 ---> 3bc9c7d4d164 02:48:59 Step 22/22 : LABEL version=0.0.0 02:48:59 ---> 748bb49b83ea 02:48:59 Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:48:59 ---> Running in cb2546f0534f 02:48:59 ---> Running in 89430407c5d8 02:48:59 Removing intermediate container ca21cd396fb6 02:48:59 ---> d2747dd8b62a 02:48:59 Step 21/23 : LABEL arch=arm64 02:48:59 Removing intermediate container 10b9e0c429ee 02:48:59 ---> 60d20afcb0d9 02:48:59 02:49:00 ---> Running in 77021ee52d72 02:49:00 ---> 41a769e01501 02:49:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:49:00 Removing intermediate container cb2546f0534f 02:49:00 ---> b8c6ea3b2cd6 02:49:00 02:49:00 Successfully built 60d20afcb0d9 02:49:00 Removing intermediate container 89430407c5d8 02:49:00 ---> 08954ab059b2 02:49:00 Step 22/22 : LABEL version=0.0.0 02:49:00 Successfully tagged docker-core-command-go-arm64:latest 02:49:00  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 02:49:00 Removing intermediate container 77021ee52d72 02:49:00 ---> 87bd8d272f7b 02:49:00 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:49:00 ---> Running in 595519165a60 02:49:00 ---> Running in 19f7ccba5cc7 02:49:01 Successfully built b8c6ea3b2cd6 02:49:01 Successfully tagged docker-support-notifications-go-arm64:latest 02:49:01  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 02:49:01 ---> de8a1675386b 02:49:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:49:01 Removing intermediate container 595519165a60 02:49:01 ---> 4a0cc95793fe 02:49:01 02:49:01 Successfully built 4a0cc95793fe 02:49:01 ---> Running in 010d5dffb7a1 02:49:02 Successfully tagged docker-support-scheduler-go-arm64:latest 02:49:02 Building docker-core-data-go 02:49:02  Building docker-support-scheduler-go ... done Removing intermediate container 19f7ccba5cc7 02:49:02 ---> 2500e3f1d0cd 02:49:02 Step 23/23 : LABEL version=0.0.0 02:49:03 ---> Running in 2752d7353053 02:49:03 Removing intermediate container 010d5dffb7a1 02:49:03 ---> a8a92e62741a 02:49:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:49:05 Removing intermediate container 2752d7353053 02:49:05 ---> f9865c9b54fd 02:49:05 02:49:05 Successfully built f9865c9b54fd 02:49:06 Successfully tagged docker-core-metadata-go-arm64:latest 02:49:06  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 02:49:07 ---> 2f9ee3559a50 02:49:07 Step 26/31 : RUN chmod +x /entrypoint.sh 02:49:08 ---> Running in dc2f5cf553f4 02:49:13 Removing intermediate container dc2f5cf553f4 02:49:13 ---> 87d51166b8f2 02:49:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:49:13 ---> Running in 5ec1327a1e53 02:49:13 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 02:49:14 Removing intermediate container 5ec1327a1e53 02:49:14 ---> 02f4e13bf939 02:49:14 Step 28/31 : CMD ["gate"] 02:49:15 ---> Running in aedd9b0b9d35 02:49:16 Removing intermediate container aedd9b0b9d35 02:49:16 ---> 5dd565154e91 02:49:16 Step 29/31 : LABEL arch=arm64 02:49:17 ---> Running in 1a241e90f7b6 02:49:18 Removing intermediate container 1a241e90f7b6 02:49:18 ---> cdb34a1a1524 02:49:18 Step 30/31 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:49:18 ---> Running in 6d64b84acfae 02:49:19 Removing intermediate container 6d64b84acfae 02:49:19 ---> 9eb12d66760d 02:49:19 Step 31/31 : LABEL version=0.0.0 02:49:19 ---> Running in c2a8acecfd87 02:49:20 Removing intermediate container c2a8acecfd87 02:49:20 ---> 0d0270ffcce4 02:49:20 02:49:21 Successfully built 0d0270ffcce4 02:49:21 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:49:42 Removing intermediate container f83c4a69d581 02:49:42 ---> f49ad77ed15a 02:49:42 02:49:42 Step 10/22 : FROM alpine:3.12 02:49:42 ---> 7230e588e954 02:49:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:49:42 ---> Using cache 02:49:42 ---> f46759e1a423 02:49:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:49:42 ---> Using cache 02:49:42 ---> 3df6a962c920 02:49:42 Step 13/22 : ENV APP_PORT=48085 02:49:42 ---> Running in fe269a9f67ec 02:49:44 Removing intermediate container fe269a9f67ec 02:49:44 ---> c7479b65ff05 02:49:44 Step 14/22 : EXPOSE $APP_PORT 02:49:47 ---> Running in 820f88dab993 02:49:51 Removing intermediate container 820f88dab993 02:49:51 ---> aae8379226f5 02:49:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:53 ---> 7a88de972743 02:49:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:49:55 Removing intermediate container 5405dc8fa109 02:49:55 ---> 40940ac26cda 02:49:55 02:49:55 Step 10/21 : FROM alpine:3.12 02:49:55 ---> 7230e588e954 02:49:55 Step 11/21 : RUN apk add --update --no-cache curl 02:49:57 ---> ea1e868fbe65 02:49:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:49:57 ---> Running in e98a041b1245 02:49:57 ---> 4775f3fdace5 02:49:57 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:49:57 ---> Running in febe5d9a735f 02:49:57 ---> b84febc26bac 02:49:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:49:58 ---> Running in 60d1f59e3891 02:49:58 ---> 50811612753d 02:49:58 Step 9/23 : RUN make cmd/core-data/core-data 02:49:58 ---> Running in 655d1fd2008d 02:49:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:58 Removing intermediate container 60d1f59e3891 02:49:58 ---> 258f79d19b15 02:49:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:58 ---> Running in 41dec01bbbbf 02:49:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:59 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 02:49:59 (1/4) Installing ca-certificates (20191127-r4) 02:49:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:49:59 (3/4) Installing libcurl (7.76.1-r0) 02:49:59 (4/4) Installing curl (7.76.1-r0) 02:49:59 Executing busybox-1.31.1-r20.trigger 02:49:59 Executing ca-certificates-20191127-r4.trigger 02:49:59 OK: 7 MiB in 18 packages 02:49:59 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 02:49:59 Removing intermediate container 41dec01bbbbf 02:49:59 ---> 98af71d6343b 02:49:59 Step 20/22 : LABEL arch=x86_64 02:50:00  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:50:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:50:00 ---> e53cb7717fe4 02:50:00 Step 3/24 : WORKDIR /edgex-go 02:50:00 ---> Using cache 02:50:00 ---> 90346b35a342 02:50:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:00 ---> Using cache 02:50:00 ---> a0290a80d34a 02:50:00 Step 5/24 : RUN apk add --update --no-cache make git 02:50:00 ---> Using cache 02:50:00 ---> deeb202e2eb3 02:50:00 Step 6/24 : COPY go.mod . 02:50:00 ---> Using cache 02:50:00 ---> b1d28d62e1eb 02:50:00 Step 7/24 : RUN go mod download 02:50:00 ---> Using cache 02:50:00 ---> 9fb8f55b1a6a 02:50:00 Step 8/24 : COPY . . 02:50:00 ---> Using cache 02:50:00 ---> 7bf18e9d45ea 02:50:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:50:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:50:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:50:00 ---> e53cb7717fe4 02:50:00 Step 3/21 : WORKDIR /edgex-go 02:50:00 ---> Using cache 02:50:00 ---> 90346b35a342 02:50:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:00 ---> Using cache 02:50:00 ---> a0290a80d34a 02:50:00 Step 5/21 : RUN apk add --update --no-cache make git 02:50:00 ---> Using cache 02:50:00 ---> deeb202e2eb3 02:50:00 Step 6/21 : COPY go.mod . 02:50:00 ---> Using cache 02:50:00 ---> b1d28d62e1eb 02:50:00 Step 7/21 : RUN go mod download 02:50:00 ---> Using cache 02:50:00 ---> 9fb8f55b1a6a 02:50:00 Step 8/21 : COPY . . 02:50:00 ---> Using cache 02:50:00 ---> 7bf18e9d45ea 02:50:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:50:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:50:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:50:00 ---> e53cb7717fe4 02:50:00 Step 3/23 : WORKDIR /edgex-go 02:50:00 ---> Using cache 02:50:00 ---> 90346b35a342 02:50:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:00 ---> Using cache 02:50:00 ---> a0290a80d34a 02:50:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:50:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:50:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:50:00 ---> e53cb7717fe4 02:50:00 Step 3/23 : WORKDIR /edgex-go 02:50:00 ---> Using cache 02:50:00 ---> 90346b35a342 02:50:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:00 ---> Using cache 02:50:00 ---> a0290a80d34a 02:50:00 Step 5/23 : RUN apk add --update --no-cache make bash git 02:50:00 ---> Running in 9f8824bef6ba 02:50:02 Removing intermediate container 9f8824bef6ba 02:50:02 ---> 0d392c5d1e76 02:50:02 Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:50:02 ---> Running in 5ba53227e330 02:50:02 ---> Running in 5a49c972b675 02:50:02 ---> Running in 5a45da1243d7 02:50:02 ---> Running in 2431a200c5d7 02:50:02 ---> Running in 915763a37869 02:50:02 Removing intermediate container e98a041b1245 02:50:02 ---> c793788f7c73 02:50:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:50:03 ---> Running in 451336943c23 02:50:03 Removing intermediate container 5ba53227e330 02:50:03 ---> c04f7f0b8614 02:50:03 Step 22/22 : LABEL version=0.0.0 02:50:03 ---> Running in dd83ac94ae13 02:50:04 Removing intermediate container 451336943c23 02:50:04 ---> 0795e9478948 02:50:04 Step 13/21 : WORKDIR /edgex 02:50:04 ---> Running in 7357ed98532c 02:50:04 Removing intermediate container dd83ac94ae13 02:50:04 ---> d177cf426a5e 02:50:04 02:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:50:04 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 02:50:04 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 02:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:50:05 Removing intermediate container 7357ed98532c 02:50:05 ---> c2639f235e38 02:50:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:50:06 Successfully built d177cf426a5e 02:50:06 Successfully tagged docker-support-scheduler-go:latest 02:50:06 OK: 217 MiB in 51 packages 02:50:07  Building docker-support-scheduler-go ... done  ---> adf925a41728 02:50:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:50:07 OK: 217 MiB in 51 packages 02:50:09 Removing intermediate container 2431a200c5d7 02:50:09 ---> 512dcf7fe82c 02:50:09 Step 6/23 : COPY go.mod . 02:50:09 Removing intermediate container 5a45da1243d7 02:50:09 ---> a9bc7d2863ef 02:50:09 Step 6/23 : COPY go.mod . 02:50:09 ---> 693fd24e7fb4 02:50:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:50:10 ---> 000fa35882ce 02:50:10 Step 7/23 : RUN go mod download 02:50:10 ---> 640c366b2890 02:50:10 Step 7/23 : RUN go mod download 02:50:10 ---> Running in f537036d41a8 02:50:10 ---> Running in f4b8d1a69a33 02:50:11 ---> 96a08f7d2f81 02:50:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:50:12 ---> Running in 79372c9456f4 02:50:13 Removing intermediate container 79372c9456f4 02:50:13 ---> 1c1b251e440b 02:50:13 Step 18/21 : CMD ["--init=true"] 02:50:13 ---> Running in ade3ae047460 02:50:14 Removing intermediate container ade3ae047460 02:50:14 ---> 17bfaaa24b61 02:50:14 Step 19/21 : LABEL arch=x86_64 02:50:15 ---> Running in ca3fd573a829 02:50:15 Removing intermediate container ca3fd573a829 02:50:15 ---> 3e0fb369bd47 02:50:15 Step 20/21 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:50:16 ---> Running in d352f100dd12 02:50:16 Removing intermediate container f537036d41a8 02:50:16 ---> 092b63e42b38 02:50:16 Step 8/23 : COPY . . 02:50:16 Removing intermediate container f4b8d1a69a33 02:50:16 ---> 88dadd1d58c6 02:50:16 Step 8/23 : COPY . . 02:50:17 Removing intermediate container d352f100dd12 02:50:17 ---> 362c42b2a9b0 02:50:17 Step 21/21 : LABEL version=0.0.0 02:50:17 ---> Running in e7bdc690d174 02:50:18 Removing intermediate container e7bdc690d174 02:50:18 ---> b02f5bb5bfcc 02:50:18 02:50:19 Successfully built b02f5bb5bfcc 02:50:19 Successfully tagged docker-security-proxy-setup-go:latest 02:50:38  Building docker-security-proxy-setup-go ... done Removing intermediate container febe5d9a735f 02:50:38 ---> a7bb8dd186fc 02:50:38 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:50:38 ---> Running in 36ce10625a19 02:50:39 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 02:50:43 Removing intermediate container 655d1fd2008d 02:50:43 ---> b35183ba13b7 02:50:43 02:50:43 Step 10/23 : FROM alpine:3.12 02:50:43 ---> 7230e588e954 02:50:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:50:43 ---> Running in a6b8789f48cf 02:50:43 Removing intermediate container a6b8789f48cf 02:50:43 ---> b8df0217abe2 02:50:43 Step 12/23 : ENV APP_PORT=48080 02:50:44 Removing intermediate container 36ce10625a19 02:50:44 ---> ae99b1aebba0 02:50:44 02:50:44 Step 11/23 : FROM docker:20.10.0 02:50:44 ---> Running in f94b21cf56c1 02:50:44 20.10.0: Pulling from library/docker 02:50:44 Removing intermediate container f94b21cf56c1 02:50:44 ---> 7e32fab6a9f6 02:50:44 Step 13/23 : EXPOSE $APP_PORT 02:50:44 ---> Running in 74b4db089de7 02:50:44 Removing intermediate container 74b4db089de7 02:50:44 ---> 8c5baba1d2da 02:50:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:45 ---> Running in 87c4d14ea2a4 02:50:48 ---> f2a4573feb09 02:50:48 Step 9/23 : RUN make cmd/core-data/core-data 02:50:48 ---> 6956d8208672 02:50:48 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:50:48 ---> Running in 204ed8b92969 02:50:48 ---> Running in 347aed960a9d 02:50:48 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 02:50:48 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 02:50:49 Removing intermediate container 87c4d14ea2a4 02:50:49 ---> 1de31e7f361d 02:50:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:50:49 ---> Running in 3617aa7a56e7 02:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:50:53 (1/6) Installing dumb-init (1.2.2-r1) 02:50:53 (2/6) Installing libgcc (9.3.0-r2) 02:50:53 (3/6) Installing libsodium (1.0.18-r0) 02:50:53 (4/6) Installing libstdc++ (9.3.0-r2) 02:50:54 (5/6) Installing libzmq (4.3.3-r0) 02:50:54 (6/6) Installing zeromq (4.3.3-r0) 02:50:54 Executing busybox-1.31.1-r20.trigger 02:50:54 OK: 8 MiB in 20 packages 02:50:56 Removing intermediate container 3617aa7a56e7 02:50:56 ---> 4a3d391ccc95 02:50:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:50:57 ---> 61fc996e25ac 02:50:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:50:58 ---> a701c8d29b1a 02:50:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:50:59 ---> f2b2b8a32000 02:50:59 Step 19/23 : ENTRYPOINT ["/core-data"] 02:51:00 ---> Running in 6ae652c709ef 02:51:00 Removing intermediate container 6ae652c709ef 02:51:00 ---> 740835b11b54 02:51:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:00 ---> Running in 480f888441a1 02:51:02 Removing intermediate container 480f888441a1 02:51:02 ---> 9cb603e4c33f 02:51:02 Step 21/23 : LABEL arch=x86_64 02:51:02 ---> Running in 9e9e27f9de9e 02:51:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:51:02 Status: Downloaded newer image for docker:20.10.0 02:51:02 ---> aefe523efa57 02:51:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:51:02 ---> Running in 50576cd27618 02:51:02 Removing intermediate container 9e9e27f9de9e 02:51:02 ---> 2b45168e2e2f 02:51:02 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:51:02 ---> Running in dc6be3209fa5 02:51:02 Removing intermediate container 50576cd27618 02:51:02 ---> 73c471081c31 02:51:02 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 02:51:03 ---> Running in 878e3638d99e 02:51:03 Removing intermediate container dc6be3209fa5 02:51:03 ---> 1eb354aaae83 02:51:03 Step 23/23 : LABEL version=0.0.0 02:51:03 ---> Running in b59406ce148f 02:51:04 Removing intermediate container b59406ce148f 02:51:04 ---> beb63d8b1d87 02:51:04 02:51:04 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 02:51:04 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 02:51:04 Successfully built beb63d8b1d87 02:51:04 Successfully tagged docker-core-data-go:latest 02:51:04  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:51:05 (1/39) Installing readline (8.0.4-r0) 02:51:06 (2/39) Installing bash (5.0.17-r0) 02:51:06 Executing bash-5.0.17-r0.post-install 02:51:06 (3/39) Installing nghttp2-libs (1.41.0-r0) 02:51:06 (4/39) Installing libcurl (7.76.1-r0) 02:51:06 (5/39) Installing curl (7.76.1-r0) 02:51:06 (6/39) Installing dumb-init (1.2.2-r1) 02:51:06 (7/39) Installing libbz2 (1.0.8-r1) 02:51:06 (8/39) Installing expat (2.2.9-r1) 02:51:06 (9/39) Installing libffi (3.3-r2) 02:51:06 (10/39) Installing gdbm (1.13-r1) 02:51:06 (11/39) Installing xz-libs (5.2.5-r0) 02:51:06 (12/39) Installing sqlite-libs (3.32.1-r0) 02:51:06 (13/39) Installing python3 (3.8.8-r0) 02:51:08 (14/39) Installing py3-appdirs (1.4.4-r1) 02:51:08 (15/39) Installing py3-ordered-set (4.0.1-r0) 02:51:08 (16/39) Installing py3-parsing (2.4.7-r0) 02:51:08 (17/39) Installing py3-six (1.15.0-r0) 02:51:08 (18/39) Installing py3-packaging (20.4-r0) 02:51:08 (19/39) Installing py3-setuptools (47.0.0-r0) 02:51:08 (20/39) Installing py3-chardet (3.0.4-r4) 02:51:08 (21/39) Installing py3-idna (2.9-r0) 02:51:08 (22/39) Installing py3-certifi (2020.4.5.1-r0) 02:51:08 (23/39) Installing py3-urllib3 (1.25.9-r0) 02:51:08 (24/39) Installing py3-requests (2.23.0-r0) 02:51:08 (25/39) Installing py3-msgpack (1.0.0-r0) 02:51:09 (26/39) Installing py3-lockfile (0.12.2-r3) 02:51:09 (27/39) Installing py3-cachecontrol (0.12.6-r0) 02:51:09 (28/39) Installing py3-colorama (0.4.3-r0) 02:51:09 (29/39) Installing py3-distlib (0.3.0-r0) 02:51:09 (30/39) Installing py3-distro (1.5.0-r1) 02:51:09 (31/39) Installing py3-webencodings (0.5.1-r3) 02:51:09 (32/39) Installing py3-html5lib (1.0.1-r4) 02:51:09 (33/39) Installing py3-pytoml (0.1.21-r0) 02:51:09 (34/39) Installing py3-pep517 (0.8.2-r0) 02:51:09 (35/39) Installing py3-progress (1.5-r0) 02:51:09 (36/39) Installing py3-toml (0.10.1-r0) 02:51:09 (37/39) Installing py3-retrying (1.3.3-r0) 02:51:09 (38/39) Installing py3-contextlib2 (0.6.0-r0) 02:51:09 (39/39) Installing py3-pip (20.1.1-r0) 02:51:09 Executing busybox-1.31.1-r19.trigger 02:51:09 OK: 72 MiB in 59 packages 02:51:12 Collecting docker-compose==1.23.2 02:51:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:51:12 Collecting PyYAML<4,>=3.10 02:51:12 Downloading PyYAML-3.13.tar.gz (270 kB) 02:51:14 Collecting cached-property<2,>=1.2.0 02:51:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:51:14 Collecting dockerpty<0.5,>=0.4.1 02:51:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:51:15 Collecting docopt<0.7,>=0.6.1 02:51:15 Downloading docopt-0.6.2.tar.gz (25 kB) 02:51:16 Collecting docker<4.0,>=3.6.0 02:51:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:51:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:51:16 Collecting websocket-client<1.0,>=0.32.0 02:51:16 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 02:51:16 Collecting texttable<0.10,>=0.9.0 02:51:16 Downloading texttable-0.9.1.tar.gz (11 kB) 02:51:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:51:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:51:18 Collecting jsonschema<3,>=2.5.1 02:51:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:51:18 Collecting docker-pycreds>=0.4.0 02:51:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:51:18 Collecting urllib3<1.25,>=1.21.1 02:51:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:51:18 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) 02:51:18 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) 02:51:19 Collecting idna<2.8,>=2.5 02:51:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:51:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:51:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:51:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:51:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:51:19 Installing collected packages: PyYAML, cached-property, dockerpty, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docker-compose 02:51:19 Running setup.py install for PyYAML: started 02:51:20 Running setup.py install for PyYAML: finished with status 'done' 02:51:20 Running setup.py install for dockerpty: started 02:51:21 Running setup.py install for dockerpty: finished with status 'done' 02:51:21 Running setup.py install for docopt: started 02:51:22 Removing intermediate container 5a49c972b675 02:51:22 ---> e4b92b4987be 02:51:22 02:51:22 Step 10/24 : FROM alpine:3.12 02:51:22 ---> d75e27dfc0a0 02:51:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:51:22 Removing intermediate container 915763a37869 02:51:22 ---> 066ce96c7bf5 02:51:22 02:51:22 Step 10/21 : FROM alpine:3.12 02:51:22 ---> d75e27dfc0a0 02:51:22 Step 11/21 : RUN apk add --update --no-cache curl 02:51:22 ---> Running in 6d075bd3d092 02:51:22 ---> Running in e5b3e213d923 02:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:22 (1/6) Installing ca-certificates (20191127-r4) 02:51:22 Running setup.py install for docopt: finished with status 'done' 02:51:22 Attempting uninstall: urllib3 02:51:22 Found existing installation: urllib3 1.25.9 02:51:22 Uninstalling urllib3-1.25.9: 02:51:22 Successfully uninstalled urllib3-1.25.9 02:51:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:51:22 (3/6) Installing libcurl (7.76.1-r0) 02:51:22 (4/6) Installing curl (7.76.1-r0) 02:51:22 (5/6) Installing dumb-init (1.2.2-r1) 02:51:22 (6/6) Installing su-exec (0.2-r1) 02:51:22 Executing busybox-1.31.1-r20.trigger 02:51:22 Executing ca-certificates-20191127-r4.trigger 02:51:23 Attempting uninstall: idna 02:51:23 Found existing installation: idna 2.9 02:51:23 Uninstalling idna-2.9: 02:51:23 Successfully uninstalled idna-2.9 02:51:23 OK: 7 MiB in 20 packages 02:51:23 (1/4) Installing ca-certificates (20191127-r4) 02:51:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:51:23 (3/4) Installing libcurl (7.76.1-r0) 02:51:23 (4/4) Installing curl (7.76.1-r0) 02:51:23 Executing busybox-1.31.1-r20.trigger 02:51:23 Executing ca-certificates-20191127-r4.trigger 02:51:23 Attempting uninstall: requests 02:51:23 Found existing installation: requests 2.23.0 02:51:23 Uninstalling requests-2.23.0: 02:51:23 Successfully uninstalled requests-2.23.0 02:51:23 OK: 7 MiB in 18 packages 02:51:24 Running setup.py install for texttable: started 02:51:25 Running setup.py install for texttable: finished with status 'done' 02:51:25 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 02:51:26 Removing intermediate container 6d075bd3d092 02:51:26 ---> 94089f1992c7 02:51:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:51:26 ---> Running in c046252188e8 02:51:26 Removing intermediate container e5b3e213d923 02:51:26 ---> bcca31e2fabf 02:51:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:51:27 ---> Running in 08401ca10971 02:51:27 Removing intermediate container c046252188e8 02:51:27 ---> 2e4b1d012e3d 02:51:27 Step 13/24 : WORKDIR / 02:51:27 ---> Running in 238371ba6112 02:51:28 Removing intermediate container 08401ca10971 02:51:28 ---> c01b259004dc 02:51:28 Step 13/21 : WORKDIR /edgex 02:51:28 ---> Running in 3b6db7d5903a 02:51:28 Removing intermediate container 238371ba6112 02:51:28 ---> c55b635e1dbf 02:51:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:51:29 Removing intermediate container 3b6db7d5903a 02:51:29 ---> e50c25eaee91 02:51:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:51:31 ---> 300cf48ef17d 02:51:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:51:31 ---> d648dbd1e3ad 02:51:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:51:31 ---> 4f7e570ae14e 02:51:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:51:32 ---> 767421b8fda0 02:51:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:51:32 ---> 56e43d27375e 02:51:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:51:34 ---> e79406be1052 02:51:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:51:35 ---> 8b5290b3a5d8 02:51:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:51:35 ---> Running in 09ed4a9aeb8e 02:51:36 Removing intermediate container 09ed4a9aeb8e 02:51:36 ---> bc67ca204401 02:51:36 Step 18/21 : CMD ["--init=true"] 02:51:36 ---> Running in 04db913df6fa 02:51:36 ---> 96b629e9d743 02:51:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:51:37 Removing intermediate container 04db913df6fa 02:51:37 ---> 70b5e5e841ec 02:51:37 Step 19/21 : LABEL arch=arm64 02:51:37 ---> Running in 23e14ba232f4 02:51:37 ---> 3a6d3784949f 02:51:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:51:38 ---> Running in 91623e5d2655 02:51:38 Removing intermediate container 23e14ba232f4 02:51:38 ---> 72d08a189c5b 02:51:38 Step 20/21 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:51:38 ---> Running in 56a700a9f457 02:51:39 Removing intermediate container 56a700a9f457 02:51:39 ---> 3dbd9276e49b 02:51:39 Step 21/21 : LABEL version=0.0.0 02:51:39 ---> Running in c1dca7234e82 02:51:40 Removing intermediate container c1dca7234e82 02:51:40 ---> 17843a92f192 02:51:40 02:51:41 Successfully built 17843a92f192 02:51:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:51:41 Removing intermediate container 878e3638d99e 02:51:41 ---> 242cae969108 02:51:41 Step 14/23 : ENV APP_PORT=48090 02:51:41 ---> Running in 38d033e12675 02:51:41 Removing intermediate container 38d033e12675 02:51:41 ---> 746dbff4a98d 02:51:41 Step 15/23 : EXPOSE $APP_PORT 02:51:41 ---> Running in 55f70dea0ddf 02:51:41 Removing intermediate container 55f70dea0ddf 02:51:41 ---> a2910d719cf9 02:51:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:51:42  Building docker-security-proxy-setup-go ... done Removing intermediate container 91623e5d2655 02:51:42 ---> 7e6b42379fb3 02:51:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:51:42 ---> Running in 5d30133d354f 02:51:43 Removing intermediate container 5d30133d354f 02:51:43 ---> 9dca50d3f0d4 02:51:43 Step 22/24 : LABEL arch=arm64 02:51:43 ---> cf39642cf8b3 02:51:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:51:43 ---> Running in 846868b420b4 02:51:43 ---> ce76980bace3 02:51:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:51:43 ---> 7f09dab40aba 02:51:43 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 02:51:43 ---> Running in 3d0d273f611e 02:51:43 Removing intermediate container 846868b420b4 02:51:43 ---> 91b400ed480d 02:51:43 Step 23/24 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:51:44 ---> Running in 147c1e99b368 02:51:44 Removing intermediate container 3d0d273f611e 02:51:44 ---> 2a51f51824e5 02:51:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:44 ---> Running in e589d933ccdf 02:51:44 Removing intermediate container 147c1e99b368 02:51:44 ---> a0cefbf6260a 02:51:44 Step 24/24 : LABEL version=0.0.0 02:51:44 Removing intermediate container e589d933ccdf 02:51:44 ---> a7fc02396e93 02:51:44 Step 21/23 : LABEL arch=x86_64 02:51:45 ---> Running in 2239570a1064 02:51:45 ---> Running in 629c0cada158 02:51:45 Removing intermediate container 2239570a1064 02:51:45 ---> be6060d65e68 02:51:45 02:51:45 Removing intermediate container 629c0cada158 02:51:45 ---> c5e468d2476c 02:51:45 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:51:45 ---> Running in 8a5fb15a65e5 02:51:46 Removing intermediate container 8a5fb15a65e5 02:51:46 ---> d7a73e473ac6 02:51:46 Step 23/23 : LABEL version=0.0.0 02:51:46 ---> Running in f162749a5426 02:51:46 Successfully built be6060d65e68 02:51:46 Removing intermediate container f162749a5426 02:51:46 ---> 27b3d38677e5 02:51:46 02:51:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:51:46 Successfully built 27b3d38677e5 02:51:46 Successfully tagged docker-sys-mgmt-agent-go:latest 02:51:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:51:47 $ docker stop --time=1 0e8087f51669e45a77c75d4a08508c13ec4a56633b72ac9bdf182c7befaebdf7 02:51:52 $ docker rm -f 0e8087f51669e45a77c75d4a08508c13ec4a56633b72ac9bdf182c7befaebdf7 [Pipeline] // withDockerContainer [Pipeline] sh 02:51:53 + docker images 02:51:53 + grep docker 02:51:54 docker-sys-mgmt-agent-go latest 27b3d38677e5 8 seconds ago 312MB 02:51:54 docker-core-data-go latest beb63d8b1d87 51 seconds ago 22.7MB 02:51:54 docker-security-proxy-setup-go latest b02f5bb5bfcc About a minute ago 25.6MB 02:51:54 docker-support-scheduler-go latest d177cf426a5e About a minute ago 17.4MB 02:51:54 docker-security-bootstrapper-go latest 85685ec1b6bd 4 minutes ago 19.1MB 02:51:54 docker-security-secretstore-setup-go latest 63f043fcfe61 5 minutes ago 25.9MB 02:51:54 docker-core-metadata-go latest 811a252699d4 5 minutes ago 19MB 02:51:54 docker-core-command-go latest 57718e3f46c7 5 minutes ago 17.3MB 02:51:54 docker-support-notifications-go latest 0d38c97ea944 5 minutes ago 18MB 02:51:54 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 02:52:01  Building docker-security-secretstore-setup-go ... done Removing intermediate container 347aed960a9d 02:52:01 ---> ca7d999ae800 02:52:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:52:01 ---> Running in e6ee28147a10 02:52: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 02:52:04 Removing intermediate container e6ee28147a10 02:52:04 ---> bdbd7859826e 02:52:04 02:52:04 Step 11/23 : FROM docker:20.10.0 02:52:04 20.10.0: Pulling from library/docker 02:52:10 Still waiting to schedule task 02:52:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:52:12 Removing intermediate container 204ed8b92969 02:52:12 ---> d5114cd2b157 02:52:12 02:52:12 Step 10/23 : FROM alpine:3.12 02:52:12 ---> d75e27dfc0a0 02:52:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:52:12 ---> Running in 239cc2907f58 02:52:12 Removing intermediate container 239cc2907f58 02:52:12 ---> 88fc3be9583e 02:52:12 Step 12/23 : ENV APP_PORT=48080 02:52:13 ---> Running in 0638352225ea 02:52:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:52:13 Status: Downloaded newer image for docker:20.10.0 02:52:13 ---> eeaf43b92773 02:52:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:52:13 ---> Running in 3f5badd9ae12 02:52:13 Removing intermediate container 0638352225ea 02:52:13 ---> 74f8b13f5ecf 02:52:13 Step 13/23 : EXPOSE $APP_PORT 02:52:13 ---> Running in 831ba8032154 02:52:13 Removing intermediate container 3f5badd9ae12 02:52:13 ---> a14d8bd95bf3 02:52:13 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 02:52:13 ---> Running in d0ed8631f8c6 02:52:14 Removing intermediate container 831ba8032154 02:52:14 ---> 9fccd74b2f16 02:52:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:52:14 ---> Running in f96d26c97162 02:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:52:16 (1/39) Installing readline (8.0.4-r0) 02:52:16 (2/39) Installing bash (5.0.17-r0) 02:52:16 Executing bash-5.0.17-r0.post-install 02:52:16 (3/39) Installing nghttp2-libs (1.41.0-r0) 02:52:16 (4/39) Installing libcurl (7.76.1-r0) 02:52:16 (5/39) Installing curl (7.76.1-r0) 02:52:16 (6/39) Installing dumb-init (1.2.2-r1) 02:52:16 (7/39) Installing libbz2 (1.0.8-r1) 02:52:16 (8/39) Installing expat (2.2.9-r1) 02:52:16 (9/39) Installing libffi (3.3-r2) 02:52:16 (10/39) Installing gdbm (1.13-r1) 02:52:16 (11/39) Installing xz-libs (5.2.5-r0) 02:52:16 (12/39) Installing sqlite-libs (3.32.1-r0) 02:52:16 (13/39) Installing python3 (3.8.8-r0) 02:52:16 Removing intermediate container f96d26c97162 02:52:16 ---> 69a62d727bb3 02:52:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:52:16 ---> Running in b3330c1e69df 02:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:52:18 (14/39) Installing py3-appdirs (1.4.4-r1) 02:52:18 (15/39) Installing py3-ordered-set (4.0.1-r0) 02:52:18 (16/39) Installing py3-parsing (2.4.7-r0) 02:52:18 (17/39) Installing py3-six (1.15.0-r0) 02:52:18 (18/39) Installing py3-packaging (20.4-r0) 02:52:18 (19/39) Installing py3-setuptools (47.0.0-r0) 02:52:18 (20/39) Installing py3-chardet (3.0.4-r4) 02:52:18 (21/39) Installing py3-idna (2.9-r0) 02:52:18 (22/39) Installing py3-certifi (2020.4.5.1-r0) 02:52:18 (23/39) Installing py3-urllib3 (1.25.9-r0) 02:52:18 (24/39) Installing py3-requests (2.23.0-r0) 02:52:18 (25/39) Installing py3-msgpack (1.0.0-r0) 02:52:18 (26/39) Installing py3-lockfile (0.12.2-r3) 02:52:18 (27/39) Installing py3-cachecontrol (0.12.6-r0) 02:52:18 (28/39) Installing py3-colorama (0.4.3-r0) 02:52:18 (29/39) Installing py3-distlib (0.3.0-r0) 02:52:18 (30/39) Installing py3-distro (1.5.0-r1) 02:52:18 (31/39) Installing py3-webencodings (0.5.1-r3) 02:52:18 (32/39) Installing py3-html5lib (1.0.1-r4) 02:52:18 (33/39) Installing py3-pytoml (0.1.21-r0) 02:52:18 (34/39) Installing py3-pep517 (0.8.2-r0) 02:52:18 (35/39) Installing py3-progress (1.5-r0) 02:52:18 (36/39) Installing py3-toml (0.10.1-r0) 02:52:18 (37/39) Installing py3-retrying (1.3.3-r0) 02:52:18 (38/39) Installing py3-contextlib2 (0.6.0-r0) 02:52:18 (39/39) Installing py3-pip (20.1.1-r0) 02:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:52:18 Executing busybox-1.31.1-r19.trigger 02:52:19 OK: 72 MiB in 59 packages 02:52:19 (1/6) Installing dumb-init (1.2.2-r1) 02:52:19 (2/6) Installing libgcc (9.3.0-r2) 02:52:19 (3/6) Installing libsodium (1.0.18-r0) 02:52:19 (4/6) Installing libstdc++ (9.3.0-r2) 02:52:19 (5/6) Installing libzmq (4.3.3-r0) 02:52:19 (6/6) Installing zeromq (4.3.3-r0) 02:52:20 Executing busybox-1.31.1-r20.trigger 02:52:20 OK: 8 MiB in 20 packages 02:52:22 Removing intermediate container b3330c1e69df 02:52:22 ---> 63a679a4ab2b 02:52:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:52:22 ---> 6fce45ff3222 02:52:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:52:23 Collecting docker-compose==1.23.2 02:52:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:52:23 ---> 0d91b4d64eaf 02:52:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:52:24 ---> e92ca3ec01b5 02:52:24 Step 19/23 : ENTRYPOINT ["/core-data"] 02:52:24 ---> Running in 8115792426f9 02:52:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:52:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:52:25 Removing intermediate container 8115792426f9 02:52:25 ---> 8338fa2dab36 02:52:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:25 ---> Running in a5fbe0ac149f 02:52:25 Removing intermediate container a5fbe0ac149f 02:52:25 ---> d15562e7a461 02:52:25 Step 21/23 : LABEL arch=arm64 02:52:25 ---> Running in c342f33994d8 02:52:26 Collecting PyYAML<4,>=3.10 02:52:26 Downloading PyYAML-3.13.tar.gz (270 kB) 02:52:26 Removing intermediate container c342f33994d8 02:52:26 ---> f2832c45e8dd 02:52:26 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:52:26 ---> Running in 5ebd8d8a0b2f 02:52:26 Removing intermediate container 5ebd8d8a0b2f 02:52:26 ---> a3a16b4a126f 02:52:26 Step 23/23 : LABEL version=0.0.0 02:52:27 ---> Running in ae59cf843337 02:52:27 Removing intermediate container ae59cf843337 02:52:27 ---> 974dc6bb6887 02:52:27 02:52:28 Successfully built 974dc6bb6887 02:52:28 Successfully tagged docker-core-data-go-arm64:latest 02:52:30  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 02:52:30 Downloading docopt-0.6.2.tar.gz (25 kB) 02:52:31 Collecting cached-property<2,>=1.2.0 02:52:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:52:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:52:32 Collecting websocket-client<1.0,>=0.32.0 02:52:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 02:52:33 Collecting docker<4.0,>=3.6.0 02:52:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:52:33 Collecting dockerpty<0.5,>=0.4.1 02:52:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:52:35 Collecting texttable<0.10,>=0.9.0 02:52:35 Downloading texttable-0.9.1.tar.gz (11 kB) 02:52:37 Collecting jsonschema<3,>=2.5.1 02:52:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:52:37 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) 02:52:37 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) 02:52:37 Collecting idna<2.8,>=2.5 02:52:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:52:38 Collecting urllib3<1.25,>=1.21.1 02:52:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:52:38 Collecting docker-pycreds>=0.4.0 02:52:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:52:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:52:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:52:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:52:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:52:39 Installing collected packages: idna, urllib3, requests, PyYAML, docopt, cached-property, websocket-client, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose 02:52:39 Attempting uninstall: idna 02:52:39 Found existing installation: idna 2.9 02:52:39 Uninstalling idna-2.9: 02:52:39 Successfully uninstalled idna-2.9 02:52:40 Attempting uninstall: urllib3 02:52:40 Found existing installation: urllib3 1.25.9 02:52:40 Uninstalling urllib3-1.25.9: 02:52:40 Successfully uninstalled urllib3-1.25.9 02:52:40 Attempting uninstall: requests 02:52:40 Found existing installation: requests 2.23.0 02:52:40 Uninstalling requests-2.23.0: 02:52:40 Successfully uninstalled requests-2.23.0 02:52:40 Running setup.py install for PyYAML: started 02:52:42 Running setup.py install for PyYAML: finished with status 'done' 02:52:42 Running setup.py install for docopt: started 02:52:44 Running setup.py install for docopt: finished with status 'done' 02:52:45 Running setup.py install for dockerpty: started 02:52:47 Running setup.py install for dockerpty: finished with status 'done' 02:52:47 Running setup.py install for texttable: started 02:52:49 Running setup.py install for texttable: finished with status 'done' 02:52: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 02:52:57 Running on prd-ubuntu18.04-docker-8c-8g-186 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 02:52:57 Running in /w/workspace/edgex-go/70 [Pipeline] { [Pipeline] checkout 02:52:59 Removing intermediate container d0ed8631f8c6 02:52:59 ---> 6d1c7b13e51c 02:52:59 Step 14/23 : ENV APP_PORT=48090 02:52:59 ---> Running in 0da8cb1956f7 02:52:59 Removing intermediate container 0da8cb1956f7 02:52:59 ---> c6c9213fdd3d 02:52:59 Step 15/23 : EXPOSE $APP_PORT 02:52:59 ---> Running in ac454fb94573 02:52:59 Removing intermediate container ac454fb94573 02:52:59 ---> 2db4fba017c1 02:52:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:52:59 using credential edgex-jenkins-ssh 02:52:59 Cloning the remote Git repository 02:53:01 ---> 5223a924c46d 02:53:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:52:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:53:00 > git init /w/workspace/edgex-go/70 # timeout=10 02:53:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:53:00 > git --version # timeout=10 02:53:00 > git --version # 'git version 2.17.1' 02:53:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:53:01 ---> 10d36d32dd11 02:53:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:53:02 ---> 6edb634eeeb9 02:53:02 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 02:53:02 ---> Running in 552375dfff78 02:53:03 Removing intermediate container 552375dfff78 02:53:03 ---> ebb8f6668900 02:53:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:53:03 ---> Running in f6780c8b5eb7 02:53:03 Removing intermediate container f6780c8b5eb7 02:53:03 ---> 893e6d686740 02:53:03 Step 21/23 : LABEL arch=arm64 02:53:03 ---> Running in 71a3ebc0f510 02:53:04 Removing intermediate container 71a3ebc0f510 02:53:04 ---> ac8a26aaf8a9 02:53:04 Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:53:04 ---> Running in 045535b57137 02:53:04 Removing intermediate container 045535b57137 02:53:04 ---> dc13d18052b7 02:53:04 Step 23/23 : LABEL version=0.0.0 02:53:04 ---> Running in 3b22b3fd263f 02:53:05 Removing intermediate container 3b22b3fd263f 02:53:05 ---> df78ba7227ea 02:53:05 02:53:05 Successfully built df78ba7227ea 02:53:05 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:53:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:53:06 $ docker stop --time=1 248045888d8a3ed5161d7515bc06aedd7baf83ada1e01742d035ee1c73d53695 02:53:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:53:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:53:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:53:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:53:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:53:07 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:53:07 Merge succeeded, producing bb2438e612dd75dd6fb6b11596e3f18ccd51213c 02:53:07 Checking out Revision bb2438e612dd75dd6fb6b11596e3f18ccd51213c (PR-3234) 02:53:08 $ docker rm -f 248045888d8a3ed5161d7515bc06aedd7baf83ada1e01742d035ee1c73d53695 [Pipeline] // withDockerContainer [Pipeline] sh 02:53:07 > git config core.sparsecheckout # timeout=10 02:53:07 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 02:53:07 > git remote # timeout=10 02:53:07 > git config --get remote.origin.url # timeout=10 02:53:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:07 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 02:53:07 > git rev-parse HEAD^{commit} # timeout=10 02:53:07 > git config core.sparsecheckout # timeout=10 02:53:07 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 02:53:09 + grep docker 02:53:09 + docker images 02:53:09 docker-sys-mgmt-agent-go-arm64 latest df78ba7227ea 4 seconds ago 299MB 02:53:09 docker-core-data-go-arm64 latest 974dc6bb6887 42 seconds ago 21.4MB 02:53:09 docker-security-secretstore-setup-go-arm64 latest be6060d65e68 About a minute ago 24.6MB 02:53:09 docker-security-proxy-setup-go-arm64 latest 17843a92f192 About a minute ago 24.3MB 02:53:09 docker-security-bootstrapper-go-arm64 latest 0d0270ffcce4 3 minutes ago 17.9MB 02:53:09 docker-core-metadata-go-arm64 latest f9865c9b54fd 4 minutes ago 17.9MB 02:53:09 docker-support-scheduler-go-arm64 latest 4a0cc95793fe 4 minutes ago 16.4MB 02:53:09 docker-support-notifications-go-arm64 latest b8c6ea3b2cd6 4 minutes ago 17MB 02:53:09 docker-core-command-go-arm64 latest 60d20afcb0d9 4 minutes ago 16.3MB 02:53:09 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 02:53:09 ---> job-cost.sh 02:53:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0s2L 02:53:11 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 02:53:11 02:53:11 GitHub has been notified of this commit’s build result 02:53:11 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:53:12 + echo snap-build.sh 02:53:12 snap-build.sh 02:53:12 + SNAP_BASE_DIR=. 02:53:12 + '[' '!' -z /w/workspace/edgex-go/70 ']' 02:53:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/70 02:53:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/70]' 02:53:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/70] 02:53:12 + cd /w/workspace/edgex-go/70 02:53:12 + sudo apt-get remove -qy --purge lxd lxd-client 02:53:12 Reading package lists... 02:53:12 Building dependency tree... 02:53:12 Reading state information... 02:53:12 The following packages were automatically installed and are no longer required: 02:53:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:53:12 uidmap xdelta3 02:53:12 Use 'sudo apt autoremove' to remove them. 02:53:12 The following packages will be REMOVED: 02:53:12 lxd* lxd-client* 02:53:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:53:13 After this operation, 31.7 MB disk space will be freed. 02:53:14 (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.) 02:53:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:53:15 Removing lxd dnsmasq configuration 02:53:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:53:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:53:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:53:16 (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.) 02:53:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:53:18 Processing triggers for systemd (237-3ubuntu10.42) ... 02:53:18 Processing triggers for ureadahead (0.100.0-21) ... 02:53:19 + sudo snap remove --purge lxd 02:53:20 snap "lxd" is not installed 02:53:20 + sudo groupadd --force --system lxd 02:53:20 ++ whoami 02:53:20 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:53:20 + newgrp - lxd 02:53:20 + sudo snap install lxd 02:53:28 2021-04-15T02:53:26Z INFO Waiting for automatic snapd restart... 02:53:43 lxd 4.13 from Canonical* installed 02:53:43 + sudo lxd init --auto 02:53:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:53:51 + sudo snap install --classic snapcraft 02:53:56 snapcraft 4.6.2 from Canonical* installed 02:53:56 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 02:53:56 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 02:53:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:53:56 Dload Upload Total Spent Left Speed 02:53:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4860 02:53:56 100 3325k 100 3325k 0 0 11.8M 0 --:--:-- --:--:-- --:--:-- 11.8M 02:53:56 ./yq_linux_amd64 02:53:56 + sudo snapcraft prime --use-lxd 02:53:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:53:58 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: 02:53:58 - README.md 02:53:58 02:53:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:53:59 Launching a container. 02:54:11 Waiting for container to be ready 02:54:11 To start your first instance, try: lxc launch ubuntu:18.04 02:54:11 02:54:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:54:15 Waiting for network to be ready... 02:54:15 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:54:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:54:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1665 kB] 02:54:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:54:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:54:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:54:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:54:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:54:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:54:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:54:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:54:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] 02:54:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 02:54:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:54:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [284 kB] 02:54:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] 02:54:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] 02:54:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] 02:54:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:54:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] 02:54:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] 02:54:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 02:54:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:54:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] 02:54:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] 02:54:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] 02:54:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 02:54:21 Fetched 24.3 MB in 6s (4208 kB/s) 02:54:22 Reading package lists... 02:54:22 Reading package lists... 02:54:22 Building dependency tree... 02:54:22 Reading state information... 02:54:22 The following additional packages will be installed: 02:54:22 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:54:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:54:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:54:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:54:22 Suggested packages: 02:54:22 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:54:22 Recommended packages: 02:54:22 gnupg libsasl2-modules 02:54:22 The following NEW packages will be installed: 02:54:22 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:54:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:54:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:54:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:54:22 The following packages will be upgraded: 02:54:22 gpg gpg-agent gpgconf libudev1 02:54:22 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 02:54:22 Need to get 3530 kB of archives. 02:54:22 After this operation, 13.3 MB of additional disk space will be used. 02:54:22 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] 02:54:22 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] 02:54:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 02:54:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 02:54:22 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 02:54:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 02:54:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:54:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:54:23 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 02:54:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 02:54:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 02:54:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:54:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:54:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:54:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:54:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:54:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:54:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:54:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:54:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:54:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:54:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 02:54:24 debconf: delaying package configuration, since apt-utils is not installed 02:54:24 Fetched 3530 kB in 1s (3401 kB/s) 02:54:24 (Reading database ... 12511 files and directories currently installed.) 02:54:24 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 02:54:24 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:54:24 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 02:54:24 Selecting previously unselected package udev. 02:54:24 (Reading database ... 12511 files and directories currently installed.) 02:54:24 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 02:54:24 Unpacking udev (237-3ubuntu10.45) ... 02:54:24 Selecting previously unselected package libfuse2:amd64. 02:54:24 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:54:24 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:54:24 Selecting previously unselected package fuse. 02:54:24 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:54:24 Unpacking fuse (2.9.7-1ubuntu1) ... 02:54:24 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 02:54:24 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:54:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 02:54:25 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:54:25 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 02:54:25 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:54:25 Selecting previously unselected package libksba8:amd64. 02:54:25 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:54:25 Unpacking libksba8:amd64 (1.3.5-2) ... 02:54:25 Selecting previously unselected package libroken18-heimdal:amd64. 02:54:25 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:25 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:25 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:54:25 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:25 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:54:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:25 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:54:25 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:25 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:25 Selecting previously unselected package libwind0-heimdal:amd64. 02:54:25 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:25 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:54:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:54:26 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:26 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:54:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:54:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:54:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:26 Selecting previously unselected package libsasl2-modules-db:amd64. 02:54:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:54:26 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:54:26 Selecting previously unselected package libsasl2-2:amd64. 02:54:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:54:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:54:26 Selecting previously unselected package libldap-common. 02:54:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 02:54:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:54:26 Selecting previously unselected package libldap-2.4-2:amd64. 02:54:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 02:54:26 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:54:26 Selecting previously unselected package dirmngr. 02:54:26 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 02:54:26 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 02:54:26 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:54:26 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 02:54:26 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:54:26 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:54:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:54:27 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 02:54:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:27 Setting up libksba8:amd64 (1.3.5-2) ... 02:54:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:54:27 Setting up udev (237-3ubuntu10.45) ... 02:54:27 invoke-rc.d: policy-rc.d denied execution of start. 02:54:27 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:27 Processing triggers for systemd (237-3ubuntu10) ... 02:54:27 Setting up fuse (2.9.7-1ubuntu1) ... 02:54:27 Setting up gpg (2.2.4-1ubuntu1.4) ... 02:54:27 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:54:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:54:28 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 02:54:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:54:28 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:54:28 settings in the [Install] section, and DefaultInstance for template units). 02:54:28 This means they are not meant to be enabled using systemctl. 02:54:28 Possible reasons for having this kind of units are: 02:54:28 1) A unit may be statically enabled by being symlinked from another unit's 02:54:28 .wants/ or .requires/ directory. 02:54:28 2) A unit's purpose may be to act as a helper for some other unit which has 02:54:28 a requirement dependency on it. 02:54:28 3) A unit may be started when needed via activation (socket, path, timer, 02:54:28 D-Bus, udev, scripted systemctl call, ...). 02:54:28 4) In case of template units, the unit is meant to be enabled with some 02:54:28 instance name specified. 02:54:28 Reading package lists... 02:54:29 Building dependency tree... 02:54:29 Reading state information... 02:54:29 The following additional packages will be installed: 02:54:29 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:54:29 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:54:29 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:54:29 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:54:29 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:54:29 Suggested packages: 02:54:29 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:54:29 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:54:29 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:54:29 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:54:29 systemd-container policykit-1 02:54:29 Recommended packages: 02:54:29 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:54:29 The following NEW packages will be installed: 02:54:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:54:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:54:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:54:29 multiarch-support openssh-client python3 python3-minimal python3.6 02:54:29 python3.6-minimal snapd squashfs-tools sudo 02:54:29 The following packages will be upgraded: 02:54:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:54:29 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 02:54:29 Need to get 35.2 MB of archives. 02:54:29 After this operation, 141 MB of additional disk space will be used. 02:54:29 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 02:54:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 02:54:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 02:54:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:54:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 02:54:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 02:54:30 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 02:54:30 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 02:54:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 02:54:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 02:54:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:54:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:54:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:54:30 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:54:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:54:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:54:30 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:54:30 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:54:30 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:54:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:54:30 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:54:30 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:54:30 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:54:30 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:54:30 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 02:54:30 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:54:30 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:54:30 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:54:30 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 02:54:30 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:54:31 debconf: delaying package configuration, since apt-utils is not installed 02:54:31 Fetched 35.2 MB in 2s (15.8 MB/s) 02:54:31 (Reading database ... 12757 files and directories currently installed.) 02:54:31 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 02:54:31 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:54:32 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 02:54:32 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:54:32 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 02:54:32 (Reading database ... 12757 files and directories currently installed.) 02:54:32 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 02:54:32 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 02:54:33 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 02:54:33 (Reading database ... 12757 files and directories currently installed.) 02:54:33 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 02:54:33 Unpacking apt (1.6.13) over (1.6.1) ... 02:54:33 Setting up apt (1.6.13) ... 02:54:33 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:54:34 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:54:34 (Reading database ... 12764 files and directories currently installed.) 02:54:34 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:54:34 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:54:34 Selecting previously unselected package libpython3.6-minimal:amd64. 02:54:34 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:54:34 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:54:34 Selecting previously unselected package libexpat1:amd64. 02:54:34 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:54:34 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:54:34 Selecting previously unselected package python3.6-minimal. 02:54:34 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:54:34 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:54:34 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 02:54:35 Checking for services that may need to be restarted...done. 02:54:35 Checking for services that may need to be restarted...done. 02:54:35 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:54:35 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:54:35 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:54:36 Selecting previously unselected package python3-minimal. 02:54:36 (Reading database ... 13012 files and directories currently installed.) 02:54:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:54:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:54:36 Selecting previously unselected package mime-support. 02:54:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:54:36 Unpacking mime-support (3.60ubuntu1) ... 02:54:36 Selecting previously unselected package libmpdec2:amd64. 02:54:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:54:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:54:36 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:54:36 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:54:36 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:54:36 Selecting previously unselected package python3.6. 02:54:36 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:54:36 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:54:36 Selecting previously unselected package libpython3-stdlib:amd64. 02:54:36 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:54:36 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:54:36 Setting up python3-minimal (3.6.7-1~18.04) ... 02:54:37 Selecting previously unselected package python3. 02:54:37 (Reading database ... 13442 files and directories currently installed.) 02:54:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:54:37 Unpacking python3 (3.6.7-1~18.04) ... 02:54:37 Selecting previously unselected package multiarch-support. 02:54:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:54:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:54:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:54:37 Selecting previously unselected package liblzo2-2:amd64. 02:54:37 (Reading database ... 13479 files and directories currently installed.) 02:54:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:54:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:54:37 Selecting previously unselected package libbsd0:amd64. 02:54:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:54:37 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:54:37 Selecting previously unselected package sudo. 02:54:37 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:54:37 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:54:37 Selecting previously unselected package apparmor. 02:54:37 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:54:37 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:54:37 Selecting previously unselected package libedit2:amd64. 02:54:37 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:54:37 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:54:37 Selecting previously unselected package libkrb5support0:amd64. 02:54:37 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:54:37 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:54:37 Selecting previously unselected package libk5crypto3:amd64. 02:54:37 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:54:37 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:54:38 Selecting previously unselected package libkeyutils1:amd64. 02:54:38 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:54:38 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:54:38 Selecting previously unselected package libkrb5-3:amd64. 02:54:38 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:54:38 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:54:38 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:54:38 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:54:38 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:54:38 Selecting previously unselected package libssl1.0.0:amd64. 02:54:38 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 02:54:38 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:54:38 Selecting previously unselected package openssh-client. 02:54:38 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:54:38 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:54:38 Selecting previously unselected package squashfs-tools. 02:54:38 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:54:38 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:54:39 Selecting previously unselected package snapd. 02:54:39 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 02:54:39 Unpacking snapd (2.48.3+18.04) ... 02:54:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:54:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:54:42 Setting up mime-support (3.60ubuntu1) ... 02:54:42 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:54:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:54:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:54:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:54:42 Setting up systemd (237-3ubuntu10.45) ... 02:54:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:54:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:54:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:54:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:54:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:54:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:54:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:54:44 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:54:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:54:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:54:44 Setting up python3 (3.6.7-1~18.04) ... 02:54:44 running python rtupdate hooks for python3.6... 02:54:44 running python post-rtupdate hooks for python3.6... 02:54:44 Setting up apparmor (2.12-4ubuntu5.1) ... 02:54:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:54:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:54:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:54:46 Setting up snapd (2.48.3+18.04) ... 02:54:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:54:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:54:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:54:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:54:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:54:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:54:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:54:47 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:54:47 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:54:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:54:48 /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' 02:54:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:54:48 Processing triggers for systemd (237-3ubuntu10.45) ... 02:54:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:54:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:54:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:54:51 Reading package lists... 02:54:51 Reading package lists... 02:54:51 Building dependency tree... 02:54:51 Reading state information... 02:54:51 Calculating upgrade... 02:54:51 The following packages will be upgraded: 02:54:51 advancecomp base-files bash binutils binutils-common 02:54:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:54:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:54:51 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:54:51 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:54:51 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:54:51 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:54:51 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 02:54:51 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 02:54:51 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 02:54:51 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 02:54:51 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 02:54:51 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 02:54:51 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 02:54:51 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:54:52 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:54:52 Need to get 64.0 MB of archives. 02:54:52 After this operation, 5033 kB of additional disk space will be used. 02:54:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] 02:54:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:54:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:54:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:54:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:54:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:54:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:54:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:54:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:54:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:54:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:54:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:54:52 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:54:52 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:54:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:54:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:54:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:54:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:54:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:54:52 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:54:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:54:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:54:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:54:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:54:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:54:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:54:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:54:53 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:54:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:54:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:54:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:54:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:54:53 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:54:53 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:54:53 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:54:53 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:54:53 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:54:53 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:54:53 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:54:53 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:54:53 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 02:54:53 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:54:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:54:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:54:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:54:53 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:54:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:54:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:54:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:54:53 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:54:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:54:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:54:53 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 02:54:53 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:54:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:54:53 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:54:53 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 02:54:53 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 02:54:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:54:53 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:54:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:54:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:54:53 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:54:53 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:54:53 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:54:53 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:54:53 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 02:54:53 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:54:53 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:54:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 02:54:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 02:54:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:54:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:54:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 02:54:53 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:54:53 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:54:53 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:54:53 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 02:54:53 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:54:53 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:54:53 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:54:53 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:54:53 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:54:53 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:54:53 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 02:54:53 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 02:54:53 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 02:54:53 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 02:54:53 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:54:53 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:54:53 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:54:53 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:54:54 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:54:54 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:54:54 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:54:54 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:54:55 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:54:55 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:54:55 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:54:55 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:54:55 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:54:55 debconf: delaying package configuration, since apt-utils is not installed 02:54:55 Fetched 64.0 MB in 3s (18.9 MB/s) 02:54:55 (Reading database ... 13912 files and directories currently installed.) 02:54:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:54:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:54:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:54:56 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:54:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... 02:54:56 Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... 02:54:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:54:58 (Reading database ... 13911 files and directories currently installed.) 02:54:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:54:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:54:58 (Reading database ... 13911 files and directories currently installed.) 02:54:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:54:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:54:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:54:59 (Reading database ... 13911 files and directories currently installed.) 02:54:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:54:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:55:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:55:00 (Reading database ... 13911 files and directories currently installed.) 02:55:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:55:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:55:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:55:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:55:00 Setting up base-files (10.1ubuntu2.10) ... 02:55:00 Installing new version of config file /etc/issue ... 02:55:00 Installing new version of config file /etc/issue.net ... 02:55:00 Installing new version of config file /etc/lsb-release ... 02:55:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:55:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:55:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:55:01 Removing obsolete conffile /etc/default/motd-news ... 02:55:01 (Reading database ... 13912 files and directories currently installed.) 02:55:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:55:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:55:01 Setting up bash (4.4.18-2ubuntu1.2) ... 02:55:01 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 02:55:01 (Reading database ... 13912 files and directories currently installed.) 02:55:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:55:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:55:01 (Reading database ... 13912 files and directories currently installed.) 02:55:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:55:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:55:01 Setting up tar (1.29b-2ubuntu0.2) ... 02:55:02 (Reading database ... 13912 files and directories currently installed.) 02:55:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:55:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:55:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:55:02 (Reading database ... 13912 files and directories currently installed.) 02:55:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:55:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:55:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:55:02 (Reading database ... 13912 files and directories currently installed.) 02:55:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:55:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:55:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:55:02 (Reading database ... 13912 files and directories currently installed.) 02:55:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:55:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:55:03 Setting up grep (3.1-2build1) ... 02:55:03 (Reading database ... 13912 files and directories currently installed.) 02:55:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:55:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:55:03 Setting up login (1:4.5-1ubuntu2) ... 02:55:03 (Reading database ... 13912 files and directories currently installed.) 02:55:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:55:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:55:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:55:03 (Reading database ... 13912 files and directories currently installed.) 02:55:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:55:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:55:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:55:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:55:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:55:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:55:05 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:55:05 (Reading database ... 13912 files and directories currently installed.) 02:55:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:55:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:55:05 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:55:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:55:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:55:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:55:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:55:06 (Reading database ... 13912 files and directories currently installed.) 02:55:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:55:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:55:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:55:06 (Reading database ... 13912 files and directories currently installed.) 02:55:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:55:07 (Reading database ... 13912 files and directories currently installed.) 02:55:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:55:07 (Reading database ... 13912 files and directories currently installed.) 02:55:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:55:07 (Reading database ... 13912 files and directories currently installed.) 02:55:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:55:07 (Reading database ... 13912 files and directories currently installed.) 02:55:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:55:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:55:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:55:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:55:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:55:08 (Reading database ... 13912 files and directories currently installed.) 02:55:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:55:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:55:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:55:08 (Reading database ... 13912 files and directories currently installed.) 02:55:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:55:08 (Reading database ... 13912 files and directories currently installed.) 02:55:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:55:08 (Reading database ... 13912 files and directories currently installed.) 02:55:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:55:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:55:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:55:10 (Reading database ... 13912 files and directories currently installed.) 02:55:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:55:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:55:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:55:10 (Reading database ... 13912 files and directories currently installed.) 02:55:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:55:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:55:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:55:10 (Reading database ... 13914 files and directories currently installed.) 02:55:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:55:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:55:11 Setting up debconf (1.5.66ubuntu1) ... 02:55:11 (Reading database ... 13914 files and directories currently installed.) 02:55:11 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:55:11 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:55:11 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:55:11 (Reading database ... 13914 files and directories currently installed.) 02:55:11 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:55:11 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:55:11 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:55:11 (Reading database ... 13914 files and directories currently installed.) 02:55:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:55:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:55:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:55:12 (Reading database ... 13914 files and directories currently installed.) 02:55:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:55:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:55:12 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:55:12 (Reading database ... 13914 files and directories currently installed.) 02:55:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:55:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:55:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:55:12 (Reading database ... 13914 files and directories currently installed.) 02:55:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:55:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:55:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 02:55:13 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:55:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:55:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:55:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:55:13 (Reading database ... 13914 files and directories currently installed.) 02:55:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:55:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:55:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:55:13 (Reading database ... 13914 files and directories currently installed.) 02:55:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:55:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:55:13 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:55:14 (Reading database ... 13914 files and directories currently installed.) 02:55:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:55:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:55:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:55:14 (Reading database ... 13914 files and directories currently installed.) 02:55:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 02:55:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 02:55:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 02:55:14 (Reading database ... 13914 files and directories currently installed.) 02:55:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:55:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:55:15 Setting up passwd (1:4.5-1ubuntu2) ... 02:55:15 (Reading database ... 13914 files and directories currently installed.) 02:55:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 02:55:15 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:55:15 Setting up gpgv (2.2.4-1ubuntu1.4) ... 02:55:15 (Reading database ... 13914 files and directories currently installed.) 02:55:15 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 02:55:15 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 02:55:15 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 02:55:15 (Reading database ... 13914 files and directories currently installed.) 02:55:15 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 02:55:15 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 02:55:15 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 02:55:16 (Reading database ... 13914 files and directories currently installed.) 02:55:16 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:55:16 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:55:16 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:55:16 (Reading database ... 13914 files and directories currently installed.) 02:55:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:55:16 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:55:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:55:16 (Reading database ... 13914 files and directories currently installed.) 02:55:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:55:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:55:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:55:17 (Reading database ... 13914 files and directories currently installed.) 02:55:17 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:55:17 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:55:17 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:55:17 (Reading database ... 13914 files and directories currently installed.) 02:55:17 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 02:55:17 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 02:55:17 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 02:55:17 (Reading database ... 13914 files and directories currently installed.) 02:55:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 02:55:17 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 02:55:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 02:55:17 (Reading database ... 13915 files and directories currently installed.) 02:55:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:55:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:55:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:55:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:55:18 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:55:18 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:55:18 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 02:55:18 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 02:55:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:55:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:55:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:55:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:55:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:55:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:55:19 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:55:19 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:55:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:55:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:55:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:55:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:55:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:55:19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:55:19 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:55:19 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:55:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:55:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:55:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:55:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:55:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:55:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:55:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:55:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:55:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:55:21 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:55:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:55:21 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:55:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:22 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:22 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:22 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:22 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:23 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:24 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:24 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:25 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:25 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:25 lf-activate-venv(): INFO: Adding /tmp/venv-0s2L/bin to PATH 02:55:25 INFO: No Stack... 02:55:25 INFO: Retrieving Pricing Info for: lf-standard-4 02:55:25 INFO: Archiving Costs [Pipeline] sh 02:55:25 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:25 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:25 + cut -d, -f6 02:55:25 + cat /w/workspace/edgex-go/70/archives/cost.csv [Pipeline] lock 02:55:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] 02:55:26 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] did not exist. Created. 02:55:26 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:55:26 + echo total: 0.20999999344348907 [Pipeline] stash 02:55:26 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:55:26 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:55:26 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:55:26 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:55:26 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:55:26 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:55:26 Stashed 1 file(s) [Pipeline] } 02:55:26 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:55:26 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:55:26 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:55:27 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:55:27 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:55:27 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:55:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:55:27 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:55:27 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:55:27 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:55:27 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:55:27 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:27 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:55:27 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:27 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:27 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:27 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:55:27 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:55:27 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:55:28 02:55:28 Current default time zone: 'Etc/UTC' 02:55:28 Local time is now: Thu Apr 15 02:55:27 UTC 2021. 02:55:28 Universal Time is now: Thu Apr 15 02:55:27 UTC 2021. 02:55:28 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:55:28 02:55:28 Setting up systemd-sysv (237-3ubuntu10.45) ... 02:55:28 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:28 Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... 02:55:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:55:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:55:28 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:55:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:55:28 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:55:28 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:55:28 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:55:28 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:28 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:55:28 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:55:28 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 02:55:29 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:29 Setting up patch (2.7.6-2ubuntu1.1) ... 02:55:29 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:55:29 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:55:29 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 02:55:29 Installing new version of config file /etc/ssl/openssl.cnf ... 02:55:29 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:55:29 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:55:29 Setting up ca-certificates (20210119~18.04.1) ... 02:55:30 Updating certificates in /etc/ssl/certs... 02:55:31 23 added, 27 removed; done. 02:55:31 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:55:31 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:55:31 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:55:31 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:55:31 Setting up pkgbinarymangler (138.18.04.1) ... 02:55:31 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:55:31 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 02:55:31 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:55:31 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:55:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:55:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:55:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:55:31 Setting up perl (5.26.1-6ubuntu0.5) ... 02:55:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 02:55:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:55:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:55:32 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 02:55:32 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:55:32 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:55:32 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:55:32 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:55:32 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:55:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:55:32 Processing triggers for systemd (237-3ubuntu10.45) ... 02:55:32 Processing triggers for mime-support (3.60ubuntu1) ... 02:55:32 Processing triggers for ca-certificates (20210119~18.04.1) ... 02:55:32 Updating certificates in /etc/ssl/certs... 02:55:32 0 added, 0 removed; done. 02:55:32 Running hooks in /etc/ca-certificates/update.d... 02:55:32 done. 02:55:33 Reading package lists... 02:55:33 Building dependency tree... 02:55:33 Reading state information... 02:55:33 The following NEW packages will be installed: 02:55:33 apt-transport-https 02:55:33 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:55:33 Need to get 1692 B of archives. 02:55:33 After this operation, 154 kB of additional disk space will be used. 02:55:33 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 02:55:34 debconf: delaying package configuration, since apt-utils is not installed 02:55:34 Fetched 1692 B in 0s (8648 B/s) 02:55:34 Selecting previously unselected package apt-transport-https. 02:55:34 (Reading database ... 13920 files and directories currently installed.) 02:55:34 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 02:55:34 Unpacking apt-transport-https (1.6.13) ... 02:55:34 Setting up apt-transport-https (1.6.13) ... 02:55:34 Waiting for network to be ready... 02:55:41 2021-04-15T02:55:38Z INFO Waiting for automatic snapd restart... 02:55:41 snapd 2.49.2 from Canonical* installed 02:55:41 "snapd" switched to the "latest/stable" channel 02:55:41 02:55:46 core18 20210309 from Canonical* installed 02:55:46 "core18" switched to the "latest/stable" channel 02:55:46 02:55:51 snapcraft 4.6.2 from Canonical* installed 02:55:51 "snapcraft" switched to the "latest/stable" channel 02:55:51 02:55:55 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: 02:55:55 - README.md 02:55:55 02:55:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:56:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:56:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:56:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:56:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:56:03 Reading package lists... 02:56:03 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 02:56:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:56:10 Reading package lists... 02:56:10 Building dependency tree... 02:56:10 Reading state information... 02:56:10 Suggested packages: 02:56:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:56:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:56:10 Recommended packages: 02:56:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:56:10 The following NEW packages will be installed: 02:56:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:56:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:56:10 pkg-config zip 02:56:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:56:10 Need to get 7663 kB of archives. 02:56:10 After this operation, 43.8 MB of additional disk space will be used. 02:56:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 02:56:10 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:56:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 02:56:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 02:56:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 02:56:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:56:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:56:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:56:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:56:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:56:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:56:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:56:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:56:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:56:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:56:11 debconf: delaying package configuration, since apt-utils is not installed 02:56:11 Fetched 7663 kB in 1s (10.4 MB/s) 02:56:11 Selecting previously unselected package libglib2.0-0:amd64. 02:56:11 (Reading database ... 13924 files and directories currently installed.) 02:56:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 02:56:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:56:11 Selecting previously unselected package libpsl5:amd64. 02:56:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:56:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:56:11 Selecting previously unselected package libnghttp2-14:amd64. 02:56:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:56:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:56:11 Selecting previously unselected package librtmp1:amd64. 02:56:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:56:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:56:11 Selecting previously unselected package libcurl3-gnutls:amd64. 02:56:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 02:56:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:56:11 Selecting previously unselected package liberror-perl. 02:56:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:56:11 Unpacking liberror-perl (0.17025-1) ... 02:56:12 Selecting previously unselected package git-man. 02:56:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 02:56:12 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 02:56:12 Selecting previously unselected package git. 02:56:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 02:56:12 Unpacking git (1:2.17.1-1ubuntu0.8) ... 02:56:13 Selecting previously unselected package libnorm1:amd64. 02:56:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:56:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:56:13 Selecting previously unselected package libpgm-5.2-0:amd64. 02:56:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:56:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:56:13 Selecting previously unselected package libsodium23:amd64. 02:56:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:56:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:56:13 Selecting previously unselected package libzmq5:amd64. 02:56:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:56:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:56:13 Selecting previously unselected package libzmq3-dev:amd64. 02:56:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:56:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:56:13 Selecting previously unselected package pkg-config. 02:56:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:56:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:56:13 Selecting previously unselected package zip. 02:56:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:56:13 Unpacking zip (3.0-11build1) ... 02:56:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:56:13 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 02:56:13 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:56:13 Setting up liberror-perl (0.17025-1) ... 02:56:13 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:56:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:56:14 No schema files found: doing nothing. 02:56:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:56:14 Setting up zip (3.0-11build1) ... 02:56:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:56:14 Setting up libsodium23:amd64 (1.0.16-2) ... 02:56:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:56:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:56:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:56:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:56:14 Setting up git (1:2.17.1-1ubuntu0.8) ... 02:56:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:56:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:56:21 git set to automatically installed. 02:56:21 git-man set to automatically installed. 02:56:21 libcurl3-gnutls set to automatically installed. 02:56:21 liberror-perl set to automatically installed. 02:56:21 libglib2.0-0 set to automatically installed. 02:56:21 libnghttp2-14 set to automatically installed. 02:56:21 libnorm1 set to automatically installed. 02:56:21 libpgm-5.2-0 set to automatically installed. 02:56:21 libpsl5 set to automatically installed. 02:56:21 librtmp1 set to automatically installed. 02:56:21 libsodium23 set to automatically installed. 02:56:21 libzmq3-dev set to automatically installed. 02:56:21 libzmq5 set to automatically installed. 02:56:21 pkg-config set to automatically installed. 02:56:21 zip set to automatically installed. 02:56:22 snapd is not logged in, snap install commands will use sudo 02:56:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:56:29 snap "core18" has no updates available 02:56:30 snapd is not logged in, snap install commands will use sudo 02:56:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:56:52 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 02:56:52 Pulling go-build-helper 02:56:52 + snapcraftctl pull 02:56:52 'app-service-config' has dependencies that need to be staged: go-build-helper 02:56:52 Skipping pull go-build-helper (already ran) 02:56:52 Building go-build-helper 02:56:52 + snapcraftctl build 02:56:55 Staging go-build-helper 02:56:55 + snapcraftctl stage 02:57:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:57:07 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:57:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1665 kB] 02:57:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] 02:57:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 02:57:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:57:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [284 kB] 02:57:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] 02:57:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] 02:57:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] 02:57:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:57:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:57:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:57:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:57:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:57:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:57:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:57:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:57:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:57:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] 02:57:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] 02:57:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 02:57:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:57:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] 02:57:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] 02:57:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] 02:57:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 02:57:07 Fetched 24.3 MB in 0s (0 B/s) 02:57:07 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:57:07 Fetched 224 kB in 0s (0 B/s) 02:57:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:57:07 Fetched 157 kB in 0s (0 B/s) 02:57:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:57:07 Fetched 221 kB in 0s (0 B/s) 02:57:07 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:57:07 Fetched 143 kB in 0s (0 B/s) 02:57:07 Pulling app-service-config 02:57:07 + snapcraftctl pull 02:57:07 Cloning into '/root/parts/app-service-config/src'... 02:57:08 Pulling config-common 02:57:08 + snapcraftctl pull 02:57:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:57:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:57:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:57:13 Fetched 0 B in 0s (0 B/s) 02:57:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:57:13 Fetched 0 B in 0s (0 B/s) 02:57:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:57:13 Fetched 0 B in 0s (0 B/s) 02:57:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:57:13 Fetched 0 B in 0s (0 B/s) 02:57:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:57:13 Fetched 0 B in 0s (0 B/s) 02:57:13 Pulling edgex-go 02:57:13 + snapcraftctl pull 02:57:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:57:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:57:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:57:35 Fetched 0 B in 0s (0 B/s) 02:57:35 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:57:35 Fetched 96.5 kB in 0s (0 B/s) 02:57:35 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:57:35 Fetched 279 kB in 0s (0 B/s) 02:57:35 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:57:35 Fetched 122 kB in 0s (0 B/s) 02:57:35 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:57:35 Fetched 77.8 kB in 0s (0 B/s) 02:57:35 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:57:35 Fetched 8848 B in 0s (0 B/s) 02:57:35 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:57:35 Fetched 47.8 kB in 0s (0 B/s) 02:57:35 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:57:35 Fetched 45.6 kB in 0s (0 B/s) 02:57:35 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:57:35 Fetched 15.0 kB in 0s (0 B/s) 02:57:35 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 02:57:35 Fetched 219 kB in 0s (0 B/s) 02:57:35 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 02:57:35 Fetched 154 kB in 0s (0 B/s) 02:57:35 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:57:35 Fetched 50.6 kB in 0s (0 B/s) 02:57:35 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:57:35 Fetched 14.8 kB in 0s (0 B/s) 02:57:35 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:57:35 Fetched 41.8 kB in 0s (0 B/s) 02:57:35 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:57:35 Fetched 499 kB in 0s (0 B/s) 02:57:35 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:57:35 Fetched 111 kB in 0s (0 B/s) 02:57:35 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:57:35 Fetched 240 kB in 0s (0 B/s) 02:57:35 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:57:35 Fetched 29.3 kB in 0s (0 B/s) 02:57:35 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:57:35 Fetched 85.5 kB in 0s (0 B/s) 02:57:35 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:57:35 Fetched 24.5 kB in 0s (0 B/s) 02:57:35 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:57:35 Fetched 49.2 kB in 0s (0 B/s) 02:57:35 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:57:35 Fetched 54.2 kB in 0s (0 B/s) 02:57:35 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:57:35 Fetched 30.8 kB in 0s (0 B/s) 02:57:35 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 02:57:35 Fetched 15.8 kB in 0s (0 B/s) 02:57:35 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:57:35 Fetched 85.9 kB in 0s (0 B/s) 02:57:35 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:57:35 Fetched 8720 B in 0s (0 B/s) 02:57:35 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 02:57:35 Fetched 137 kB in 0s (0 B/s) 02:57:35 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:57:35 Fetched 119 kB in 0s (0 B/s) 02:57:35 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 02:57:35 Fetched 110 kB in 0s (0 B/s) 02:57:35 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:57:35 Fetched 11.1 kB in 0s (0 B/s) 02:57:35 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:57:35 Fetched 645 kB in 0s (0 B/s) 02:57:35 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:57:35 Fetched 41.3 kB in 0s (0 B/s) 02:57:35 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:57:35 Fetched 17.9 kB in 0s (0 B/s) 02:57:35 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:57:35 Fetched 368 kB in 0s (0 B/s) 02:57:35 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:57:35 Fetched 187 kB in 0s (0 B/s) 02:57:35 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:57:35 Fetched 175 kB in 0s (0 B/s) 02:57:35 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:57:35 Fetched 206 kB in 0s (0 B/s) 02:57:35 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 02:57:35 Fetched 1301 kB in 0s (0 B/s) 02:57:35 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:57:35 Fetched 36.2 kB in 0s (0 B/s) 02:57:35 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 02:57:35 Fetched 159 kB in 0s (0 B/s) 02:57:35 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:57:35 Fetched 107 kB in 0s (0 B/s) 02:57:35 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:57:35 Fetched 48.7 kB in 0s (0 B/s) 02:57:35 Pulling static-packages 02:57:35 + snapcraftctl pull 02:57:35 Pulling version 02:57:35 + cd /root/project 02:57:35 + [ -f VERSION ] 02:57:35 + PROJECT_VERSION=local-dev 02:57:35 + git rev-parse --short HEAD 02:57:35 + GIT_REVISION=bb2438e6 02:57:35 + snapcraftctl set-version local-dev 02:57:37 Skipping build go-build-helper (already ran) 02:57:37 Building app-service-config 02:57:37 + make build 02:57:37 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 02:57:39 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 02:57:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 02:57:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 02:57:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 02:57:40 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 02:57:40 go: downloading github.com/gorilla/mux v1.8.0 02:57:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:57:40 go: downloading github.com/go-kit/kit v0.8.0 02:57:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 02:57:40 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 02:57:40 go: downloading github.com/x448/float16 v0.8.4 02:57:40 go: downloading github.com/go-playground/validator/v10 v10.4.1 02:57:40 go: downloading github.com/go-playground/universal-translator v0.17.0 02:57:40 go: downloading github.com/leodido/go-urn v1.2.0 02:57:40 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 02:57:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:57:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:57:40 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 02:57:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:57:40 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:57:40 go: downloading github.com/google/uuid v1.2.0 02:57:40 go: downloading github.com/pelletier/go-toml v1.2.0 02:57:40 go: downloading github.com/mitchellh/copystructure v1.0.0 02:57:40 go: downloading github.com/go-playground/locales v0.13.0 02:57:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 02:57:40 go: downloading github.com/pebbe/zmq4 v1.2.7 02:57:40 go: downloading github.com/BurntSushi/toml v0.3.1 02:57:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:57:41 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 02:57:41 go: downloading github.com/gorilla/websocket v1.4.2 02:57:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:57:41 go: downloading github.com/hashicorp/consul/api v1.8.1 02:57:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:57:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:57:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:57:41 go: downloading github.com/hashicorp/serf v0.9.5 02:57:41 go: downloading github.com/hashicorp/go-hclog v0.12.0 02:57:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:57:41 go: downloading github.com/mattn/go-isatty v0.0.12 02:57:41 go: downloading github.com/fatih/color v1.9.0 02:57:41 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 02:57:41 go: downloading github.com/mattn/go-colorable v0.1.6 02:57:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:57:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:57:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:57:53 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 02:57:53 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 02:57:53 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 02:57:53 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 02:57:53 Building config-common 02:57:53 + snapcraftctl build 02:57:56 Building edgex-go 02:57:57 + cd /root/parts/edgex-go/src 02:57:57 + make build 02:57:57 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 02:57:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:57:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 02:57:57 go: downloading github.com/imdario/mergo v0.3.12 02:57:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 02:57:57 go: downloading github.com/pelletier/go-toml v1.9.0 02:57:57 go: downloading github.com/pkg/errors v0.8.1 02:58:01 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 02:58:01 go: downloading gopkg.in/yaml.v2 v2.4.0 02:58:08 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 02:58:09 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 02:58:10 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 02:58: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 02:58:11 go: downloading github.com/stretchr/testify v1.7.0 02:58:11 go: downloading github.com/pmezard/go-difflib v1.0.0 02:58:11 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:58:11 go: downloading github.com/davecgh/go-spew v1.1.1 02:58:13 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 02:58:13 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:58:13 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:58:15 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 02:58:16 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 02:58:17 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 02:58:19 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 02:58:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:58:21 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 02:58:21 go: downloading github.com/lib/pq v1.10.0 02:58:23 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 02:58:23 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 02:58:23 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 02:58:23 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 02:58:23 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 02:58:23 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 02:58:23 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 02:58:23 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 02:58:23 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 02:58:23 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 02:58:23 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 02:58:23 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 02:58:23 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 02:58:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 02:58:23 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 02:58:23 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 02:58:23 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 02:58:23 + 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 02:58:23 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 02:58:23 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 02:58:23 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 02:58:23 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 02:58:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 02:58:23 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 02:58:23 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 02:58:23 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 02:58:26 Building static-packages 02:58:26 + snapcraftctl build 02:58:29 Building version 02:58:29 + snapcraftctl build 02:58:31 Skipping stage go-build-helper (already ran) 02:58:31 Staging app-service-config 02:58:31 + snapcraftctl stage 02:58:33 Staging config-common 02:58:33 + snapcraftctl stage 02:58:34 Staging edgex-go 02:58:34 + snapcraftctl stage 02:58:35 Staging static-packages 02:58:35 + snapcraftctl stage 02:58:36 Staging version 02:58:36 + snapcraftctl stage 02:58:38 Priming go-build-helper 02:58:38 + snapcraftctl prime 02:58:38 Priming app-service-config 02:58:38 + snapcraftctl prime 02:58:40 Priming config-common 02:58:40 + snapcraftctl prime 02:58:41 Priming edgex-go 02:58:41 + snapcraftctl prime 02:58:42 Priming static-packages 02:58:42 + snapcraftctl prime 02:58:45 Priming version 02:58:45 + snapcraftctl prime 02:58:46 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:58:48 provisioning config files... 02:58:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/70@tmp/config2247273793556967030tmp [Pipeline] { [Pipeline] sh 02:58:49 + set +x 02:58:49 + curl -s https://codecov.io/bash 02:58:49 + bash -s -- 02:58:50 02:58:50 _____ _ 02:58:50 / ____| | | 02:58:50 | | ___ __| | ___ ___ _____ __ 02:58:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:58:50 | |___| (_) | (_| | __/ (_| (_) \ V / 02:58:50 \_____\___/ \__,_|\___|\___\___/ \_/ 02:58:50 Bash-1.0.1 02:58:50 02:58:50 02:58:50 ==> git version 2.24.3 found 02:58:50 ==> 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 02:58:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:58:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:58:50 ==> Jenkins CI detected. 02:58:50 project root: . 02:58:50 --> token set from env 02:58:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:58:50 ==> Running gcov in . (disable via -X gcov) 02:58:50 ==> Python coveragepy not found 02:58:50 ==> Searching for coverage reports in: 02:58:50 + . 02:58:50 -> Found 1 reports 02:58:50 ==> Detecting git/mercurial file structure 02:58:50 ==> Reading reports 02:58:50 + ./coverage.out bytes=686607 02:58:50 ==> Appending adjustments 02:58:50 https://docs.codecov.io/docs/fixing-reports 02:58:59 + Found adjustments 02:58:59 ==> Gzipping contents 02:58:59 100K /tmp/codecov.FiYCto.gz 02:58:59 ==> Uploading reports 02:58:59 url: https://codecov.io 02:58:59 query: branch=PR-3234&commit=bb2438e612dd75dd6fb6b11596e3f18ccd51213c&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 02:58:59 -> Pinging Codecov 02:58:59 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=bb2438e612dd75dd6fb6b11596e3f18ccd51213c&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 02:58:59 -> Uploading to 02:58:59 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/00271124DB129430A58F1EEE437C3FCB/bb2438e612dd75dd6fb6b11596e3f18ccd51213c/0bdbe15c-3d21-4e96-8a12-7d219b49ae3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T025859Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cfe7e38c869febe3bc8075132738a3242d45ce78da03ef2c4be79a85944b005 02:58:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:58:59 Dload Upload Total Spent Left Speed 02:59:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98581 0 0 100 98581 0 143k --:--:-- --:--:-- --:--:-- 143k 100 98581 0 0 100 98581 0 143k --:--:-- --:--:-- --:--:-- 143k 02:59:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bb2438e612dd75dd6fb6b11596e3f18ccd51213c [Pipeline] } 02:59:00 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 02:59:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:59:03 ---> package-listing.sh 02:59:03 ++ facter osfamily 02:59:03 ++ tr '[:upper:]' '[:lower:]' 02:59:03 + OS_FAMILY=redhat 02:59:03 + workspace=/w/workspace/edgex-go/70 02:59:03 + START_PACKAGES=/tmp/packages_start.txt 02:59:03 + END_PACKAGES=/tmp/packages_end.txt 02:59:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:59:03 + PACKAGES=/tmp/packages_start.txt 02:59:03 + '[' /w/workspace/edgex-go/70 ']' 02:59:03 + PACKAGES=/tmp/packages_end.txt 02:59:03 + case "${OS_FAMILY}" in 02:59:03 + sort 02:59:03 + rpm -qa 02:59:10 + '[' -f /tmp/packages_start.txt ']' 02:59:10 + '[' -f /tmp/packages_end.txt ']' 02:59:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:59:10 + '[' /w/workspace/edgex-go/70 ']' 02:59:10 + mkdir -p /w/workspace/edgex-go/70/archives/ 02:59:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/70/archives/ [Pipeline] echo 02:59:10 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/70/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:59:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:59:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:59:11 02:59:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:59:13 alpine: Pulling from edgex-lftools-log-publisher 02:59:13 df20fa9351a1: Pulling fs layer 02:59:13 36b3adc4ff6f: Pulling fs layer 02:59:13 8ad3a11d3b57: Pulling fs layer 02:59:13 46f8f816bc3b: Pulling fs layer 02:59:13 93b61091891f: Pulling fs layer 02:59:13 93b9cdb0e59b: Pulling fs layer 02:59:13 5e14af77c1be: Pulling fs layer 02:59:13 01666e4c0597: Pulling fs layer 02:59:13 aa168da1d23b: Pulling fs layer 02:59:13 46f8f816bc3b: Waiting 02:59:13 93b61091891f: Waiting 02:59:13 93b9cdb0e59b: Waiting 02:59:13 5e14af77c1be: Waiting 02:59:13 01666e4c0597: Waiting 02:59:13 aa168da1d23b: Waiting 02:59:13 36b3adc4ff6f: Verifying Checksum 02:59:13 36b3adc4ff6f: Download complete 02:59:13 46f8f816bc3b: Verifying Checksum 02:59:13 46f8f816bc3b: Download complete 02:59:13 df20fa9351a1: Verifying Checksum 02:59:13 df20fa9351a1: Download complete 02:59:13 93b9cdb0e59b: Verifying Checksum 02:59:13 93b9cdb0e59b: Download complete 02:59:13 93b61091891f: Verifying Checksum 02:59:13 93b61091891f: Download complete 02:59:13 5e14af77c1be: Verifying Checksum 02:59:13 5e14af77c1be: Download complete 02:59:13 01666e4c0597: Verifying Checksum 02:59:13 01666e4c0597: Download complete 02:59:14 8ad3a11d3b57: Verifying Checksum 02:59:14 8ad3a11d3b57: Download complete 02:59:15 df20fa9351a1: Pull complete 02:59:15 36b3adc4ff6f: Pull complete 02:59:18 8ad3a11d3b57: Pull complete 02:59:19 46f8f816bc3b: Pull complete 02:59:20 93b61091891f: Pull complete 02:59:21 93b9cdb0e59b: Pull complete 02:59:21 5e14af77c1be: Pull complete 02:59:21 01666e4c0597: Pull complete 02:59:22 aa168da1d23b: Verifying Checksum 02:59:22 aa168da1d23b: Download complete 02:59:41 aa168da1d23b: Pull complete 02:59:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:59:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:59:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:59:41 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 02:59:42 $ 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/70/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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:59:47 $ docker top 6e30a697b0f253043cafaa4234a30db0a638fdbc03758bfce41ab6bcd664806f -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:49 + touch /tmp/pre-build-complete [Pipeline] sh 02:59:51 + mkdir -p /var/log/sa [Pipeline] sh 02:59:51 + ls /var/log/sa-host 02:59:51 + sadf -c /var/log/sa-host/sa15 02:59:51 file_magic: OK 02:59:51 HZ: Using current value: 100 02:59:51 file_header: OK 02:59:51 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 02:59:51 Statistics: 02:59:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:59:51 File successfully converted to sysstat format version 12.2.1 02:59:51 + sadf -c /var/log/sa-host/sa23 02:59:51 file_magic: OK 02:59:51 HZ: Using current value: 100 02:59:51 file_header: OK 02:59:51 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 02:59:51 Statistics: 02:59:51 Hnuu...uuuununununu... 02:59:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:59:52 provisioning config files... 02:59:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/70@tmp/config6991611892197230183tmp [Pipeline] { [Pipeline] echo 02:59:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:59:52 ---> create-netrc.sh [Pipeline] } 02:59:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:59:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:59:53 ---> python-tools-install.sh [Pipeline] echo 02:59:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:59:54 ---> sudo-logs.sh 02:59:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:59:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:59:55 ---> job-cost.sh 02:59:55 lf-activate-venv: SKIPPING 02:59:55 DEBUG: total: 0.20999999344348907 02:59:55 INFO: Retrieving Stack Cost... 02:59:56 INFO: Retrieving Pricing Info for: v1-standard-2 02:59:57 INFO: Archiving Costs [Pipeline] echo 02:59:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:59:58 ---> logs-deploy.sh 02:59:58 lf-activate-venv: SKIPPING 02:59:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/70 02:59:58 INFO: archiving workspace using pattern(s): 03:00:01 Archives upload complete. 03:00:01 INFO: archiving logs to Nexus 03:00:03 ---> uname -a: 03:00:03 Linux prd-centos7-docker-4c-2g-177.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:00:03 03:00:03 03:00:03 ---> lscpu: 03:00:03 Architecture: x86_64 03:00:03 CPU op-mode(s): 32-bit, 64-bit 03:00:03 Byte Order: Little Endian 03:00:03 Address sizes: 40 bits physical, 48 bits virtual 03:00:03 CPU(s): 4 03:00:03 On-line CPU(s) list: 0-3 03:00:03 Thread(s) per core: 1 03:00:03 Core(s) per socket: 1 03:00:03 Socket(s): 4 03:00:03 NUMA node(s): 1 03:00:03 Vendor ID: GenuineIntel 03:00:03 CPU family: 6 03:00:03 Model: 44 03:00:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:00:03 Stepping: 1 03:00:03 CPU MHz: 2933.438 03:00:03 BogoMIPS: 5866.87 03:00:03 Virtualization: VT-x 03:00:03 Hypervisor vendor: KVM 03:00:03 Virtualization type: full 03:00:03 L1d cache: 128 KiB 03:00:03 L1i cache: 128 KiB 03:00:03 L2 cache: 16 MiB 03:00:03 L3 cache: 64 MiB 03:00:03 NUMA node0 CPU(s): 0-3 03:00:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:00:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:00:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:00:03 Vulnerability Meltdown: Mitigation; PTI 03:00:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:00:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:00:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:00:03 Vulnerability Srbds: Not affected 03:00:03 Vulnerability Tsx async abort: Not affected 03:00:03 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 03:00:03 03:00:03 03:00:03 ---> nproc: 03:00:03 4 03:00:03 03:00:03 03:00:03 ---> df -h: 03:00:03 Filesystem Size Used Available Use% Mounted on 03:00:03 overlay 50.0G 11.8G 38.2G 24% / 03:00:03 tmpfs 64.0M 0 64.0M 0% /dev 03:00:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:00:03 shm 64.0M 0 64.0M 0% /dev/shm 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/70 03:00:03 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/70@tmp 03:00:03 03:00:03 03:00:03 ---> free -m: 03:00:03 total used free shared buff/cache available 03:00:03 Mem: 1837 708 209 0 918 1047 03:00:03 Swap: 1023 99 924 03:00:03 03:00:03 03:00:04 ---> ip addr: 03:00:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:00:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:00:04 inet 127.0.0.1/8 scope host lo 03:00:04 valid_lft forever preferred_lft forever 03:00:04 inet6 ::1/128 scope host 03:00:04 valid_lft forever preferred_lft forever 03:00:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:00:04 link/ether fa:16:3e:32:9b:1b brd ff:ff:ff:ff:ff:ff 03:00:04 inet 10.30.122.209/23 brd 10.30.123.255 scope global dynamic eth0 03:00:04 valid_lft 84517sec preferred_lft 84517sec 03:00:04 inet6 fe80::f816:3eff:fe32:9b1b/64 scope link 03:00:04 valid_lft forever preferred_lft forever 03:00:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:00:04 link/ether 02:42:70:fc:bc:26 brd ff:ff:ff:ff:ff:ff 03:00:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:00:04 valid_lft forever preferred_lft forever 03:00:04 inet6 fe80::42:70ff:fefc:bc26/64 scope link 03:00:04 valid_lft forever preferred_lft forever 03:00:04 03:00:04 03:00:04 ---> sar -b -r -n DEV: 03:00:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 03:00:04 03:00:04 02:28:24 LINUX RESTART (4 CPU) 03:00:04 03:00:04 02:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:00:04 02:30:01 126.85 74.92 51.93 0.00 4859.44 37943.38 0.00 03:00:04 02:31:01 55.59 13.37 42.22 0.00 4753.01 7096.77 0.00 03:00:04 02:32:02 93.21 53.78 39.42 0.00 4886.00 21303.36 0.00 03:00:04 02:33:01 175.46 67.17 108.29 0.00 2754.03 27981.65 0.00 03:00:04 02:34:01 165.95 65.47 100.48 0.00 2422.71 12813.96 0.00 03:00:04 02:35:02 73.84 25.54 48.30 0.00 1026.74 6306.75 0.00 03:00:04 02:36:01 51.06 14.38 36.68 0.00 596.55 3988.49 0.00 03:00:04 02:37:01 74.37 39.29 35.07 0.00 1273.32 2590.66 0.00 03:00:04 02:38:02 54.86 9.42 45.44 0.00 480.64 4628.10 0.00 03:00:04 02:39:01 44.57 24.38 20.20 0.00 1448.42 4027.01 0.00 03:00:04 02:40:01 35.11 6.71 28.40 0.00 284.96 9961.80 0.00 03:00:04 02:41:05 225.44 82.31 143.13 0.00 26657.79 84096.22 0.00 03:00:04 02:42:07 698.78 594.60 104.18 0.00 60392.31 66136.00 0.00 03:00:04 02:43:03 1138.70 999.86 138.84 0.00 55390.20 56908.58 0.00 03:00:04 02:44:13 1203.71 1077.79 125.93 0.00 73368.27 78856.15 0.00 03:00:04 02:45:02 385.15 304.61 80.54 0.00 15297.66 17434.39 0.00 03:00:04 02:46:01 164.19 74.19 90.00 0.00 6793.50 18650.15 0.00 03:00:04 02:47:02 261.34 70.36 190.99 0.00 18289.44 68058.26 0.00 03:00:04 02:48:08 762.51 663.24 99.27 0.00 51835.51 56396.92 0.00 03:00:04 02:49:04 741.46 629.47 111.99 0.00 35640.59 36562.61 0.00 03:00:04 02:50:02 879.27 722.40 156.87 0.00 42360.07 43536.68 0.00 03:00:04 02:51:01 146.70 30.90 115.80 0.00 4275.81 24633.75 0.00 03:00:04 02:52:01 91.57 22.12 69.45 0.00 3221.27 6744.52 0.00 03:00:04 02:53:01 5.59 0.28 5.31 0.00 3.46 222.92 0.00 03:00:04 02:54:01 0.38 0.08 0.30 0.00 1.86 3.49 0.00 03:00:04 02:55:01 0.23 0.02 0.22 0.00 0.13 2.41 0.00 03:00:04 02:56:01 0.20 0.07 0.13 0.00 0.53 1.80 0.00 03:00:04 02:57:01 0.50 0.17 0.33 0.00 30.23 4.66 0.00 03:00:04 02:58:01 0.67 0.42 0.25 0.00 6.13 4.16 0.00 03:00:04 02:59:02 18.84 18.34 0.50 0.00 1072.61 57.29 0.00 03:00:04 Average: 258.38 191.83 66.55 0.00 14321.57 23728.50 0.00 03:00:04 03:00:04 02:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:00:04 02:30:01 83648 0 556008 29.55 2620 1239268 1087236 37.11 432764 1168144 1356 03:00:04 02:31:01 68848 0 677064 35.98 2620 1133012 1330272 45.40 532948 1074212 50356 03:00:04 02:32:02 70700 0 701012 37.26 2596 1107236 1561028 53.28 741716 858836 16660 03:00:04 02:33:01 151636 0 723864 38.47 1744 1004300 1557284 53.15 570148 919884 40 03:00:04 02:34:01 167708 0 823864 43.79 1492 888480 1512388 51.62 605704 834996 3944 03:00:04 02:35:02 66128 0 954544 50.73 1356 859516 1831348 62.50 731216 805168 9580 03:00:04 02:36:01 191548 0 816248 43.38 576 873172 1722464 58.78 661864 744132 72528 03:00:04 02:37:01 280736 0 794056 42.20 576 806176 1748940 59.69 563756 749156 64804 03:00:04 02:38:02 345980 0 740132 39.34 488 794944 1322996 45.15 505236 739420 21372 03:00:04 02:39:01 217152 0 764764 40.65 472 899156 1503112 51.30 611180 761432 25464 03:00:04 02:40:01 88084 0 777140 41.30 472 1015848 1537844 52.48 623804 893912 87448 03:00:04 02:41:05 52600 0 852136 45.29 0 976808 2308156 78.77 737852 870016 76908 03:00:04 02:42:07 374248 0 709540 37.71 0 797756 1507456 51.45 571116 728484 43368 03:00:04 02:43:03 75272 0 856372 45.51 0 949900 2365208 80.72 751032 837868 89528 03:00:04 02:44:13 74552 0 865852 46.02 0 941140 2388500 81.52 755260 817140 88344 03:00:04 02:45:02 370816 0 1208316 64.22 0 302412 3348700 114.29 710260 528796 49728 03:00:04 02:46:01 395016 0 716680 38.09 0 769848 1381940 47.16 523184 714056 15324 03:00:04 02:47:02 105620 0 701660 37.29 0 1074264 1427348 48.71 719100 819200 0 03:00:04 02:48:08 236776 0 718292 38.18 0 926476 1792584 61.18 579816 854524 55828 03:00:04 02:49:04 75228 0 773572 41.11 0 1032744 2311676 78.89 656968 904812 96556 03:00:04 02:50:02 426864 0 735148 39.07 0 719532 2001888 68.32 536224 675604 60 03:00:04 02:51:01 190756 0 652760 34.69 0 1038028 1376268 46.97 567588 885120 24 03:00:04 02:52:01 146608 0 633116 33.65 0 1101820 1322012 45.12 514580 964884 20 03:00:04 02:53:01 157944 0 621816 33.05 0 1101784 1218780 41.59 511220 964056 12 03:00:04 02:54:01 160188 0 619524 32.93 0 1101832 1193056 40.72 509532 963988 8 03:00:04 02:55:01 160484 0 619216 32.91 0 1101844 1193128 40.72 509692 963792 16 03:00:04 02:56:01 160680 0 619012 32.90 0 1101852 1193056 40.72 509136 964272 8 03:00:04 02:57:01 160120 0 618664 32.88 0 1102760 1193056 40.72 509016 965176 8 03:00:04 02:58:01 159368 0 619424 32.92 0 1102752 1193056 40.72 509144 965364 8 03:00:04 02:59:02 117576 0 631224 33.55 0 1132744 1209180 41.27 523600 988904 128 03:00:04 Average: 177763 0 736701 39.15 500 966580 1621332 55.33 592822 864178 28981 03:00:04 03:00:04 02:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:00:04 02:30:01 eth0 261.74 198.84 1775.61 53.38 0.00 0.00 0.00 0.00 03:00:04 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:31:01 veth8586ab0 161.40 132.31 21.85 856.84 0.00 0.00 0.00 0.00 03:00:04 02:31:01 eth0 386.23 365.21 2796.44 57.56 0.00 0.00 0.00 0.00 03:00:04 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:31:01 docker0 161.40 132.18 19.64 856.83 0.00 0.00 0.00 0.00 03:00:04 02:32:02 eth0 297.81 286.55 1980.66 77.13 0.00 0.00 0.00 0.00 03:00:04 02:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:32:02 docker0 247.47 249.35 28.20 1785.84 0.00 0.00 0.00 0.00 03:00:04 02:33:01 eth0 417.51 302.29 3065.37 29.82 0.00 0.00 0.00 0.00 03:00:04 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:33:01 veth676b69d 0.81 0.74 0.10 1.28 0.00 0.00 0.00 0.00 03:00:04 02:33:01 docker0 67.51 126.53 3.73 370.15 0.00 0.00 0.00 0.00 03:00:04 02:34:01 veth114bde1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:34:01 eth0 107.95 55.21 485.64 12.84 0.00 0.00 0.00 0.00 03:00:04 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:34:01 docker0 37.42 86.63 3.43 463.74 0.00 0.00 0.00 0.00 03:00:04 02:35:02 veth114bde1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:35:02 eth0 10.50 8.12 9.62 4.23 0.00 0.00 0.00 0.00 03:00:04 02:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:36:01 veth114bde1 0.32 0.32 0.03 0.03 0.00 0.00 0.00 0.00 03:00:04 02:36:01 eth0 33.91 32.63 17.89 71.18 0.00 0.00 0.00 0.00 03:00:04 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:36:01 docker0 0.32 0.32 0.02 0.03 0.00 0.00 0.00 0.00 03:00:04 02:37:01 veth114bde1 1.80 1.80 0.14 0.14 0.00 0.00 0.00 0.00 03:00:04 02:37:01 eth0 24.59 19.66 18.36 10.33 0.00 0.00 0.00 0.00 03:00:04 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:37:01 docker0 1.80 1.80 0.12 0.14 0.00 0.00 0.00 0.00 03:00:04 02:38:02 veth114bde1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:38:02 eth0 2.50 1.96 1.84 1.00 0.00 0.00 0.00 0.00 03:00:04 02:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:39:01 veth114bde1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:39:01 eth0 32.42 27.16 20.12 69.43 0.00 0.00 0.00 0.00 03:00:04 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:40:01 eth0 172.45 139.07 1678.97 20.02 0.00 0.00 0.00 0.00 03:00:04 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:41:05 veth05abb5b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:41:05 eth0 29.19 24.77 23.00 54.07 0.00 0.00 0.00 0.00 03:00:04 02:41:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:41:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:42:07 veth05abb5b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:42:07 eth0 2.38 1.93 2.28 0.78 0.00 0.00 0.00 0.00 03:00:04 02:42:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:42:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:43:03 veth05abb5b 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:43:03 eth0 77.92 50.29 171.78 9.31 0.00 0.00 0.00 0.00 03:00:04 02:43:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:43:03 docker0 39.16 60.91 2.49 160.31 0.00 0.00 0.00 0.00 03:00:04 02:44:13 veth05abb5b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:44:13 eth0 2.30 1.60 1.47 0.83 0.00 0.00 0.00 0.00 03:00:04 02:44:13 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:44:13 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:45:02 veth05abb5b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:45:02 veth5b4608a 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:45:02 veth9134f99 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:45:02 veth79c7f48 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:46:01 veth05abb5b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:46:01 eth0 1918.00 1559.13 12312.83 488.02 0.00 0.00 0.00 0.00 03:00:04 02:46:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:00:04 02:46:01 docker0 562.96 665.02 58.63 3695.96 0.00 0.00 0.00 0.00 03:00:04 02:47:02 veth05abb5b 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:47:02 eth0 84.65 57.99 186.79 75.02 0.00 0.00 0.00 0.00 03:00:04 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:47:02 docker0 15.37 37.22 0.82 158.47 0.00 0.00 0.00 0.00 03:00:04 02:48:08 veth05abb5b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:48:08 eth0 14.18 10.46 10.58 5.84 0.00 0.00 0.00 0.00 03:00:04 02:48:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:48:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:49:04 veth05abb5b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:49:04 veth8f26e4a 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 03:00:04 02:49:04 vethb2bea3e 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 03:00:04 02:49:04 eth0 38.96 16.81 75.04 6.63 0.00 0.00 0.00 0.00 03:00:04 02:50:02 veth05abb5b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:50:02 veth1bd3e75 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:50:02 veth4164f96 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:00:04 02:50:02 eth0 33.02 27.29 54.84 64.46 0.00 0.00 0.00 0.00 03:00:04 02:51:01 veth05abb5b 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:51:01 eth0 159.48 126.14 1307.86 21.38 0.00 0.00 0.00 0.00 03:00:04 02:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:00:04 02:51:01 docker0 590.48 747.66 60.05 3999.10 0.00 0.00 0.00 0.00 03:00:04 02:52:01 eth0 103.24 59.41 371.23 69.54 0.00 0.00 0.00 0.00 03:00:04 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:52:01 docker0 23.50 60.21 1.59 344.44 0.00 0.00 0.00 0.00 03:00:04 02:53:01 eth0 1.13 0.67 0.69 0.23 0.00 0.00 0.00 0.00 03:00:04 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:54:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:00:04 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:55:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 03:00:04 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:56:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:57:01 eth0 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 03:00:04 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:58:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 03:00:04 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:59:02 eth0 11.16 8.95 10.44 5.56 0.00 0.00 0.00 0.00 03:00:04 02:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 02:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 Average: eth0 77.29 61.20 469.55 24.28 0.00 0.00 0.00 0.00 03:00:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:00:04 Average: docker0 20.21 26.61 2.03 143.10 0.00 0.00 0.00 0.00 03:00:04 03:00:04 03:00:04 ---> sar -P ALL: 03:00:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 03:00:04 03:00:04 02:28:24 LINUX RESTART (4 CPU) 03:00:04 03:00:04 02:29:02 CPU %user %nice %system %iowait %steal %idle 03:00:04 02:30:01 all 12.00 0.00 7.06 6.98 28.25 45.71 03:00:04 02:30:01 0 7.67 0.00 5.67 7.10 31.21 48.36 03:00:04 02:30:01 1 15.36 0.00 7.41 7.21 28.52 41.49 03:00:04 02:30:01 2 11.09 0.00 6.77 6.32 28.04 47.78 03:00:04 02:30:01 3 14.27 0.00 8.54 7.30 24.91 44.98 03:00:04 02:31:01 all 5.26 0.00 4.66 1.22 25.79 63.06 03:00:04 02:31:01 0 4.22 0.00 4.55 1.28 28.62 61.33 03:00:04 02:31:01 1 5.71 0.00 5.58 1.79 26.78 60.15 03:00:04 02:31:01 2 4.25 0.00 3.85 0.85 23.59 67.45 03:00:04 02:31:01 3 6.93 0.00 4.67 0.94 24.09 63.37 03:00:04 02:32:02 all 7.15 0.00 3.28 1.48 27.12 60.97 03:00:04 02:32:02 0 7.74 0.00 3.30 2.87 29.29 56.80 03:00:04 02:32:02 1 7.32 0.00 3.46 1.12 28.22 59.89 03:00:04 02:32:02 2 6.75 0.00 3.59 0.43 25.59 63.63 03:00:04 02:32:02 3 6.78 0.00 2.78 1.48 25.26 63.71 03:00:04 02:33:01 all 3.56 0.00 4.29 1.52 31.18 59.45 03:00:04 02:33:01 0 3.89 0.00 4.59 1.77 33.77 55.98 03:00:04 02:33:01 1 3.07 0.00 4.22 1.44 30.96 60.30 03:00:04 02:33:01 2 3.48 0.00 3.84 2.26 30.72 59.70 03:00:04 02:33:01 3 3.80 0.00 4.50 0.60 29.25 61.85 03:00:04 02:34:01 all 5.54 0.00 5.73 6.26 27.86 54.61 03:00:04 02:34:01 0 4.51 0.00 5.09 6.07 29.64 54.69 03:00:04 02:34:01 1 6.37 0.00 6.19 6.04 26.75 54.64 03:00:04 02:34:01 2 5.58 0.00 5.07 6.13 27.42 55.79 03:00:04 02:34:01 3 5.77 0.00 6.61 6.83 27.53 53.27 03:00:04 02:35:02 all 30.22 0.00 9.02 2.08 36.64 22.04 03:00:04 02:35:02 0 29.12 0.00 9.06 2.25 35.79 23.79 03:00:04 02:35:02 1 27.58 0.00 9.14 3.81 38.75 20.72 03:00:04 02:35:02 2 31.03 0.00 8.70 1.83 35.62 22.82 03:00:04 02:35:02 3 33.11 0.00 9.19 0.46 36.43 20.81 03:00:04 02:36:01 all 28.29 0.00 9.50 1.92 43.48 16.82 03:00:04 02:36:01 0 27.45 0.00 9.39 1.10 43.67 18.40 03:00:04 02:36:01 1 32.64 0.00 10.75 2.80 41.39 12.42 03:00:04 02:36:01 2 22.79 0.00 8.06 1.92 44.85 22.38 03:00:04 02:36:01 3 30.97 0.00 9.96 1.90 43.83 13.35 03:00:04 02:37:01 all 24.54 0.00 9.00 3.68 25.12 37.66 03:00:04 02:37:01 0 24.88 0.00 9.48 2.55 26.61 36.48 03:00:04 02:37:01 1 21.24 0.00 8.35 2.68 26.11 41.62 03:00:04 02:37:01 2 24.99 0.00 9.16 6.43 24.89 34.53 03:00:04 02:37:01 3 27.24 0.00 9.06 3.10 22.83 37.77 03:00:04 02:38:02 all 22.24 0.00 10.64 2.50 44.61 20.02 03:00:04 02:38:02 0 22.29 0.00 11.33 2.55 44.92 18.92 03:00:04 02:38:02 1 20.69 0.00 9.33 1.06 45.36 23.56 03:00:04 02:38:02 2 21.38 0.00 10.65 3.55 44.66 19.77 03:00:04 02:38:02 3 24.74 0.00 11.34 2.88 43.41 17.64 03:00:04 02:39:01 all 12.15 0.00 6.99 1.95 37.97 40.94 03:00:04 02:39:01 0 10.45 0.00 6.74 2.15 39.74 40.92 03:00:04 02:39:01 1 12.32 0.00 7.11 2.03 38.35 40.19 03:00:04 02:39:01 2 13.60 0.00 7.38 1.37 37.81 39.84 03:00:04 02:39:01 3 12.32 0.00 6.76 2.21 35.90 42.82 03:00:04 02:40:01 all 7.12 0.00 6.63 0.25 34.91 51.09 03:00:04 02:40:01 0 5.68 0.00 5.65 0.07 37.72 50.88 03:00:04 02:40:01 1 7.35 0.00 6.85 0.10 34.67 51.03 03:00:04 02:40:01 2 7.62 0.00 6.66 0.27 33.59 51.85 03:00:04 02:40:01 3 7.88 0.00 7.42 0.56 33.51 50.63 03:00:04 03:00:04 02:40:01 CPU %user %nice %system %iowait %steal %idle 03:00:04 02:41:05 all 5.56 0.00 7.55 9.53 36.11 41.25 03:00:04 02:41:05 0 4.61 0.00 6.99 8.85 37.29 42.25 03:00:04 02:41:05 1 4.82 0.00 7.35 9.20 35.79 42.84 03:00:04 02:41:05 2 6.36 0.00 8.13 10.25 36.01 39.25 03:00:04 02:41:05 3 6.50 0.00 7.72 9.86 35.34 40.59 03:00:04 02:42:07 all 7.82 0.00 6.32 9.25 51.70 24.90 03:00:04 02:42:07 0 7.72 0.00 6.57 9.00 52.37 24.34 03:00:04 02:42:07 1 7.75 0.00 5.92 9.10 51.27 25.97 03:00:04 02:42:07 2 7.84 0.00 6.42 8.82 52.10 24.82 03:00:04 02:42:07 3 7.99 0.00 6.39 10.09 51.05 24.48 03:00:04 02:43:03 all 4.32 0.00 8.73 29.57 33.44 23.94 03:00:04 02:43:03 0 4.62 0.00 8.58 28.40 33.12 25.29 03:00:04 02:43:03 1 4.43 0.00 8.72 31.75 32.93 22.17 03:00:04 02:43:03 2 3.96 0.00 8.72 30.05 33.35 23.92 03:00:04 02:43:03 3 4.27 0.00 8.91 28.12 34.35 24.34 03:00:04 02:44:13 all 6.44 0.00 5.32 32.52 37.73 17.99 03:00:04 02:44:13 0 6.23 0.00 5.76 34.01 38.04 15.96 03:00:04 02:44:13 1 5.97 0.00 4.97 30.45 37.42 21.18 03:00:04 02:44:13 2 6.59 0.00 5.16 33.05 36.96 18.25 03:00:04 02:44:13 3 7.00 0.00 5.41 32.58 38.48 16.53 03:00:04 02:45:02 all 39.48 0.00 11.27 12.43 27.94 8.87 03:00:04 02:45:02 0 38.78 0.00 10.37 11.80 30.48 8.57 03:00:04 02:45:02 1 39.66 0.00 10.03 11.94 27.97 10.40 03:00:04 02:45:02 2 38.66 0.00 12.62 12.43 26.57 9.72 03:00:04 02:45:02 3 40.78 0.00 12.10 13.55 26.76 6.82 03:00:04 02:46:01 all 35.46 0.00 9.61 5.34 42.99 6.61 03:00:04 02:46:01 0 39.06 0.00 9.88 7.31 40.91 2.83 03:00:04 02:46:01 1 31.77 0.00 9.46 2.54 45.11 11.12 03:00:04 02:46:01 2 35.97 0.00 8.57 4.85 41.90 8.71 03:00:04 02:46:01 3 35.21 0.00 10.50 6.76 43.91 3.62 03:00:04 02:47:02 all 5.59 0.00 8.38 13.11 44.09 28.83 03:00:04 02:47:02 0 4.94 0.00 7.86 12.45 45.86 28.89 03:00:04 02:47:02 1 5.44 0.00 7.80 14.73 44.05 27.98 03:00:04 02:47:02 2 5.74 0.00 8.00 13.44 43.79 29.03 03:00:04 02:47:02 3 6.28 0.00 9.91 11.76 42.60 29.45 03:00:04 02:48:08 all 6.65 0.00 5.38 16.87 45.39 25.71 03:00:04 02:48:08 0 6.53 0.00 4.90 15.96 46.20 26.41 03:00:04 02:48:08 1 6.24 0.00 5.04 18.39 44.67 25.67 03:00:04 02:48:08 2 7.22 0.00 5.70 15.42 46.33 25.32 03:00:04 02:48:08 3 6.61 0.00 5.91 17.67 44.38 25.43 03:00:04 02:49:04 all 23.92 0.00 11.60 11.28 43.43 9.77 03:00:04 02:49:04 0 26.56 0.00 12.80 11.22 41.04 8.39 03:00:04 02:49:04 1 24.56 0.00 9.79 10.61 44.27 10.78 03:00:04 02:49:04 2 22.83 0.00 11.96 12.39 42.63 10.18 03:00:04 02:49:04 3 21.83 0.00 11.84 10.89 45.74 9.71 03:00:04 02:50:02 all 8.19 0.00 6.41 29.05 36.48 19.88 03:00:04 02:50:02 0 7.48 0.00 6.34 26.15 37.81 22.21 03:00:04 02:50:02 1 7.43 0.00 6.19 31.21 36.03 19.15 03:00:04 02:50:02 2 8.53 0.00 6.57 30.51 35.35 19.05 03:00:04 02:50:02 3 9.32 0.00 6.56 28.25 36.75 19.12 03:00:04 02:51:01 all 26.72 0.00 9.51 4.05 29.60 30.12 03:00:04 02:51:01 0 26.84 0.00 9.76 3.82 31.07 28.50 03:00:04 02:51:01 1 27.55 0.00 9.00 5.28 29.06 29.10 03:00:04 02:51:01 2 25.26 0.00 9.11 2.22 30.84 32.58 03:00:04 02:51:01 3 27.20 0.00 10.17 4.86 27.37 30.40 03:00:04 03:00:04 02:51:01 CPU %user %nice %system %iowait %steal %idle 03:00:04 02:52:01 all 5.36 0.00 4.95 3.49 21.14 65.06 03:00:04 02:52:01 0 4.87 0.00 3.95 3.23 24.53 63.42 03:00:04 02:52:01 1 4.96 0.00 5.17 2.89 19.90 67.07 03:00:04 02:52:01 2 4.98 0.00 4.95 1.72 21.40 66.96 03:00:04 02:52:01 3 6.69 0.00 5.81 6.27 18.48 62.75 03:00:04 02:53:01 all 0.10 0.00 0.09 0.02 1.22 98.56 03:00:04 02:53:01 0 0.03 0.00 0.08 0.00 1.15 98.73 03:00:04 02:53:01 1 0.28 0.00 0.10 0.05 0.99 98.58 03:00:04 02:53:01 2 0.07 0.00 0.11 0.00 1.76 98.06 03:00:04 02:53:01 3 0.03 0.00 0.08 0.05 0.96 98.88 03:00:04 02:54:01 all 0.10 0.00 0.12 0.01 0.96 98.81 03:00:04 02:54:01 0 0.02 0.00 0.03 0.00 1.25 98.70 03:00:04 02:54:01 1 0.03 0.00 0.33 0.03 0.78 98.82 03:00:04 02:54:01 2 0.02 0.00 0.07 0.00 0.94 98.98 03:00:04 02:54:01 3 0.35 0.00 0.07 0.00 0.86 98.73 03:00:04 02:55:01 all 0.11 0.00 0.02 0.00 0.41 99.46 03:00:04 02:55:01 0 0.02 0.00 0.02 0.00 0.84 99.12 03:00:04 02:55:01 1 0.02 0.00 0.03 0.00 0.32 99.63 03:00:04 02:55:01 2 0.03 0.00 0.02 0.00 0.15 99.80 03:00:04 02:55:01 3 0.37 0.00 0.02 0.00 0.32 99.30 03:00:04 02:56:01 all 0.12 0.00 0.07 0.00 0.19 99.61 03:00:04 02:56:01 0 0.37 0.00 0.05 0.00 0.47 99.12 03:00:04 02:56:01 1 0.05 0.00 0.13 0.00 0.13 99.68 03:00:04 02:56:01 2 0.05 0.00 0.07 0.00 0.07 99.82 03:00:04 02:56:01 3 0.03 0.00 0.05 0.00 0.08 99.83 03:00:04 02:57:01 all 0.12 0.00 0.14 0.00 0.57 99.16 03:00:04 02:57:01 0 0.38 0.00 0.07 0.02 1.64 97.90 03:00:04 02:57:01 1 0.05 0.00 0.18 0.00 0.15 99.62 03:00:04 02:57:01 2 0.03 0.00 0.08 0.00 0.33 99.55 03:00:04 02:57:01 3 0.03 0.00 0.22 0.00 0.15 99.60 03:00:04 02:58:01 all 0.11 0.00 0.02 0.02 0.95 98.91 03:00:04 02:58:01 0 0.38 0.00 0.03 0.00 1.90 97.69 03:00:04 02:58:01 1 0.00 0.00 0.02 0.03 0.40 99.55 03:00:04 02:58:01 2 0.03 0.00 0.02 0.00 1.25 98.70 03:00:04 02:58:01 3 0.02 0.00 0.02 0.03 0.22 99.72 03:00:04 02:59:02 all 1.14 0.00 1.06 0.86 6.42 90.52 03:00:04 02:59:02 0 1.36 0.00 1.17 1.07 6.58 89.82 03:00:04 02:59:02 1 1.13 0.00 0.95 1.03 7.10 89.80 03:00:04 02:59:02 2 0.75 0.00 0.86 0.46 6.28 91.66 03:00:04 02:59:02 3 1.34 0.00 1.26 0.87 5.73 90.79 03:00:04 Average: all 10.35 0.00 5.66 7.14 27.77 49.08 03:00:04 Average: 0 10.04 0.00 5.54 6.98 28.87 48.58 03:00:04 Average: 1 10.26 0.00 5.56 7.23 27.79 49.16 03:00:04 Average: 2 10.11 0.00 5.57 7.12 27.48 49.72 03:00:04 Average: 3 11.01 0.00 5.99 7.24 26.92 48.84 03:00:04 03:00:04 03:00:04