Pull request #3086 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d03d4e902f8b5c61b289df1410a8b58561ac4a79+4a83cd830d92d64e3c8662a0b68849c078e73697 (5d88dd7646148f562ca11ada5665eb24fef2f398) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23558 in /w/workspace/edgexfoundry_edgex-go_PR-3086 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit d03d4e902f8b5c61b289df1410a8b58561ac4a79 Merge succeeded, producing 7ffe36162c77ade755d02e4d76d5fcb76927ebbf Checking out Revision 7ffe36162c77ade755d02e4d76d5fcb76927ebbf (PR-3086) > 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/3086/head:refs/remotes/origin/PR-3086 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ffe36162c77ade755d02e4d76d5fcb76927ebbf # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" > git rev-list --no-walk d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:24:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:24:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:24:27 ========================================================= 00:24:27 EdgeX Global Pipelines Version Info 00:24:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:24:29 ------------------- 00:24:29 stable info: 00:24:29 ------------------- 00:24:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:24:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:24:29 Message: update stable to v1.0.179 00:24:30 ------------------- 00:24:30 experimental info: 00:24:30 ------------------- 00:24:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:24:30 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:24:30 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:24:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:24:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3086 [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3086 [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3086 [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ffe36162c77ade755d02e4d76d5fcb76927ebbf [Pipeline] echo 00:24:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ffe361 [Pipeline] echo 00:24:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:24:33 provisioning config files... 00:24:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config758007194410077062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:24:33 ---> docker-login.sh 00:24:33 nexus3.edgexfoundry.org:10001 00:24:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:33 Configure a credential helper to remove this warning. See 00:24:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:33 00:24:33 Login Succeeded 00:24:33 nexus3.edgexfoundry.org:10002 00:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:34 Configure a credential helper to remove this warning. See 00:24:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:34 00:24:34 Login Succeeded 00:24:34 nexus3.edgexfoundry.org:10003 00:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:34 Configure a credential helper to remove this warning. See 00:24:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:34 00:24:34 Login Succeeded 00:24:34 nexus3.edgexfoundry.org:10004 00:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:34 Configure a credential helper to remove this warning. See 00:24:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:34 00:24:34 Login Succeeded 00:24:34 docker.io 00:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:34 Configure a credential helper to remove this warning. See 00:24:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:34 00:24:34 Login Succeeded 00:24:34 ---> docker-login.sh ends [Pipeline] } 00:24:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:24:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/core-command/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo core-command,cmd/core-command/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/core-data/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo core-data,cmd/core-data/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/core-metadata/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo core-metadata,cmd/core-metadata/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/security-bootstrapper/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ cut -d/ -f2 00:24:35 ++ dirname cmd/security-proxy-setup/Dockerfile 00:24:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/support-notifications/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo support-notifications,cmd/support-notifications/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ dirname cmd/support-scheduler/Dockerfile 00:24:35 ++ cut -d/ -f2 00:24:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:24:35 + for file in '`ls cmd/**/Dockerfile`' 00:24:35 ++ cut -d/ -f2 00:24:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:24:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:24:35 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:36 00:24:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:24:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:36 latest: Pulling from edgex-devops/git-semver 00:24:36 31603596830f: Pulling fs layer 00:24:36 2a8b12db71e7: Pulling fs layer 00:24:36 6ca5941a6612: Pulling fs layer 00:24:36 ecc8261a40a4: Pulling fs layer 00:24:36 ecc8261a40a4: Waiting 00:24:36 2a8b12db71e7: Verifying Checksum 00:24:36 2a8b12db71e7: Download complete 00:24:36 31603596830f: Verifying Checksum 00:24:36 31603596830f: Download complete 00:24:37 ecc8261a40a4: Verifying Checksum 00:24:37 ecc8261a40a4: Download complete 00:24:37 6ca5941a6612: Verifying Checksum 00:24:37 6ca5941a6612: Download complete 00:24:37 31603596830f: Pull complete 00:24:37 2a8b12db71e7: Pull complete 00:24:38 6ca5941a6612: Pull complete 00:24:38 ecc8261a40a4: Pull complete 00:24:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:24:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:24:38 prd-centos7-docker-4c-2g-23558 does not seem to be running inside a container 00:24:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:24:41 $ docker top 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:24:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:24:42 [ssh-agent] Looking for ssh-agent implementation... 00:24:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:24:42 $ docker exec 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e ssh-agent 00:24:42 SSH_AUTH_SOCK=/tmp/ssh-aqWrwMfT7gc9/agent.11 00:24:42 SSH_AGENT_PID=16 00:24:42 Running ssh-add (command line suppressed) 00:24:42 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4916056798220583410.key (/w/workspace/edgex-go/2@tmp/private_key_4916056798220583410.key) 00:24:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:24:42 + git tag --points-at HEAD [Pipeline] } 00:24:42 $ docker exec --env ******** --env ******** 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e ssh-agent -k 00:24:43 unset SSH_AUTH_SOCK; 00:24:43 unset SSH_AGENT_PID; 00:24:43 echo Agent pid 16 killed; 00:24:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:24:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:24:43 [ssh-agent] Looking for ssh-agent implementation... 00:24:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:24:43 $ docker exec 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e ssh-agent 00:24:43 SSH_AUTH_SOCK=/tmp/ssh-yl9sgVkQPqrZ/agent.46 00:24:43 SSH_AGENT_PID=52 00:24:43 Running ssh-add (command line suppressed) 00:24:43 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6784412089666660799.key (/w/workspace/edgex-go/2@tmp/private_key_6784412089666660799.key) 00:24:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:24:44 + git semver init 00:24:44 # -> Open(): unable to determine branch for HEAD 00:24:44 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:24:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:24:44 # $SEMVER_REMOTE_NAME = origin 00:24:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:24:44 # $SEMVER_USER_NAME = edgex-jenkins 00:24:44 # $SEMVER_BRANCH = PR-3086 00:24:44 # $SEMVER_TEMP = /tmp/semver-773098000 00:24:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:25:06 # '/tmp/semver-773098000' -> '/w/workspace/edgex-go/2/.semver' 00:25:06 # -> Force: false 00:25:06 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:25:06 $ docker exec --env ******** --env ******** 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e ssh-agent -k 00:25:06 unset SSH_AUTH_SOCK; 00:25:06 unset SSH_AGENT_PID; 00:25:06 echo Agent pid 52 killed; 00:25:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:25:07 + git semver [Pipeline] } 00:25:07 $ docker stop --time=1 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e 00:25:08 $ docker rm -f 10cbdba828e21a227007ad65064c56be438777fd56d95f594b83a462995ec16e [Pipeline] // withDockerContainer [Pipeline] sh 00:25:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:25:09 Stashed 1 file(s) [Pipeline] echo 00:25:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:25:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:25:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:25:11 + sudo service docker restart 00:25:11 + true 00:25:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:25:12 ========================================================= 00:25:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:25:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:25:12 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:25:16 Sending build context to Docker daemon 327.2MB 00:25:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:25:16 Step 2/6 : FROM ${BASE} 00:25:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:25:16 188c0c94c7c5: Pulling fs layer 00:25:16 0ef7d3d256c8: Pulling fs layer 00:25:16 de9db76c5a1d: Pulling fs layer 00:25:16 bca2f99d35d6: Pulling fs layer 00:25:16 93359f2a8cfa: Pulling fs layer 00:25:16 7c6f9722023f: Pulling fs layer 00:25:16 a35cf1a2eb13: Pulling fs layer 00:25:16 93359f2a8cfa: Waiting 00:25:16 7c6f9722023f: Waiting 00:25:16 a35cf1a2eb13: Waiting 00:25:16 bca2f99d35d6: Waiting 00:25:16 de9db76c5a1d: Verifying Checksum 00:25:16 de9db76c5a1d: Download complete 00:25:16 0ef7d3d256c8: Download complete 00:25:16 93359f2a8cfa: Verifying Checksum 00:25:16 93359f2a8cfa: Download complete 00:25:16 7c6f9722023f: Verifying Checksum 00:25:16 7c6f9722023f: Download complete 00:25:16 188c0c94c7c5: Verifying Checksum 00:25:16 188c0c94c7c5: Download complete 00:25:16 188c0c94c7c5: Pull complete 00:25:17 0ef7d3d256c8: Pull complete 00:25:17 de9db76c5a1d: Pull complete 00:25:18 a35cf1a2eb13: Verifying Checksum 00:25:18 a35cf1a2eb13: Download complete 00:25:19 bca2f99d35d6: Verifying Checksum 00:25:19 bca2f99d35d6: Download complete 00:25:24 bca2f99d35d6: Pull complete 00:25:24 93359f2a8cfa: Pull complete 00:25:24 7c6f9722023f: Pull complete 00:25:25 Still waiting to schedule task 00:25:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:25:29 a35cf1a2eb13: Pull complete 00:25:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:25:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:25:29 ---> a62c8e92a672 00:25:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:25:29 ---> Running in 0b1a95edb567 00:25:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:25:31 (1/12) Installing libmagic (5.38-r0) 00:25:31 (2/12) Installing file (5.38-r0) 00:25:31 (3/12) Installing libc-dev (0.7.2-r3) 00:25:31 (4/12) Installing g++ (9.3.0-r2) 00:25:46 (5/12) Installing fortify-headers (1.1-r0) 00:25:46 (6/12) Installing patch (2.7.6-r6) 00:25:46 (7/12) Installing build-base (0.5-r2) 00:25:46 (8/12) Installing libsodium (1.0.18-r0) 00:25:47 (9/12) Installing pkgconf (1.7.2-r0) 00:25:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:25:47 (11/12) Installing libzmq (4.3.3-r0) 00:25:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:25:47 Executing busybox-1.31.1-r19.trigger 00:25:47 OK: 233 MiB in 51 packages 00:25:51 Removing intermediate container 0b1a95edb567 00:25:51 ---> 1db7d5490dc6 00:25:51 Step 4/6 : WORKDIR /edgex-go 00:25:51 ---> Running in 9d8a9d3f89cc 00:25:51 Removing intermediate container 9d8a9d3f89cc 00:25:51 ---> 35e684a6cd8b 00:25:51 Step 5/6 : COPY go.mod . 00:25:51 ---> 124488c194b7 00:25:51 Step 6/6 : RUN go mod download 00:25:51 ---> Running in c1cb19d317d8 00:26:13 Removing intermediate container c1cb19d317d8 00:26:13 ---> 530c03c95fb9 00:26:13 Successfully built 530c03c95fb9 00:26:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:26:13 + docker inspect -f . ci-base-image-x86_64 00:26:13 . [Pipeline] withDockerContainer 00:26:13 prd-centos7-docker-4c-2g-23558 does not seem to be running inside a container 00:26:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:26:14 $ docker top 0d9d9f2227b0e6d74b35b7a3323e211b9c7a377a466e0ef46a34c7b5b4162471 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:15 + go version 00:26:15 go version go1.15.5 linux/amd64 [Pipeline] } 00:26:15 $ docker stop --time=1 0d9d9f2227b0e6d74b35b7a3323e211b9c7a377a466e0ef46a34c7b5b4162471 00:26:16 $ docker rm -f 0d9d9f2227b0e6d74b35b7a3323e211b9c7a377a466e0ef46a34c7b5b4162471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:17 + docker inspect -f . ci-base-image-x86_64 00:26:17 . [Pipeline] withDockerContainer 00:26:17 prd-centos7-docker-4c-2g-23558 does not seem to be running inside a container 00:26:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:26:18 $ docker top dd8ee57fb9d316631e39b35c965bd6f10d99bcd7ed5db7e3ee06bac2a0a4ce0e -eo pid,comm [Pipeline] { [Pipeline] echo 00:26:18 ========================================================= 00:26:18 [edgeXBuildGoParallel] Running Tests and Build... 00:26:18 ========================================================= [Pipeline] sh 00:26:19 + make test 00:26:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:26:29 ? github.com/edgexfoundry/edgex-go [no test files] 00:26:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:26:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:26:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:26:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:26:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:26:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:26:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:26:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:26:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:26:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:27:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 00:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:27:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 65.8% of statements 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.146s coverage: 82.3% of statements 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:27:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.308s coverage: 28.6% of statements 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:27:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:27:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:27:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:27:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:27:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:27:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:27:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 43.8% of statements 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.042s coverage: 79.5% of statements 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 68.9% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 37.0% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.0% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:27:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 00:27:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.971s coverage: 29.1% of statements 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:27:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 00:27:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:27:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:27:25 GO111MODULE=on go vet ./... 00:27:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23569 in /w/workspace/edgexfoundry_edgex-go_PR-3086 [Pipeline] { [Pipeline] ws 00:27:37 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:27:44 using credential edgex-jenkins-ssh 00:27:44 Cloning the remote Git repository 00:27:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:27:44 > git init /w/workspace/edgex-go/2 # timeout=10 00:27:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:27:44 > git --version # timeout=10 00:27:44 > git --version # 'git version 2.17.1' 00:27:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:27:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:27:52 gofmt -l . 00:27:52 [ "`gofmt -l .`" = "" ] 00:27:53 ./bin/test-go-mod-tidy.sh 00:27:54 ./bin/test-attribution-txt.sh [Pipeline] sh 00:27:54 + ls -al . 00:27:54 total 668 00:27:54 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:27 . 00:27:54 drwxr-xr-x 4 root root 28 Jan 28 00:26 .. 00:27:54 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:24 .dockerignore 00:27:54 drwxrwxr-x 8 1001 1001 179 Jan 28 00:24 .git 00:27:54 drwxrwxr-x 3 1001 1001 125 Jan 28 00:24 .github 00:27:54 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:24 .gitignore 00:27:54 drwx------ 3 1001 1001 60 Jan 28 00:25 .semver 00:27:54 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:24 .sonarcloud.properties 00:27:54 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:24 Attribution.txt 00:27:54 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:24 CONTRIBUTING.md 00:27:54 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:24 Dockerfile.build 00:27:54 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:24 Jenkinsfile 00:27:54 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:24 LICENSE 00:27:54 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:24 Makefile 00:27:54 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:24 README.md 00:27:54 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:24 SECURITY.md 00:27:54 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:25 VERSION 00:27:54 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:24 ZMQWindows.md 00:27:54 drwxrwxr-x 2 1001 1001 117 Jan 28 00:24 bin 00:27:54 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:24 cmd 00:27:54 -rw-r--r-- 1 root root 564700 Jan 28 00:27 coverage.out 00:27:54 -rw-r--r-- 1 root root 1053 Jan 28 00:27 go.mod 00:27:54 -rw-r--r-- 1 root root 19170 Jan 28 00:27 go.sum 00:27:54 drwxrwxr-x 8 1001 1001 127 Jan 28 00:24 internal 00:27:54 drwxrwxr-x 4 1001 1001 26 Jan 28 00:24 openapi 00:27:54 drwxrwxr-x 4 1001 1001 71 Jan 28 00:24 snap 00:27:54 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:24 version.go [Pipeline] sh 00:27:55 + '[' -e coverage.out ] 00:27:55 + chown 1001:1001 coverage.out [Pipeline] stash 00:27:55 Stashed 1 file(s) [Pipeline] sh 00:27:55 + make build 00:27:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:27:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:27:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:27:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:27:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:27:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:27:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:27:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3086/head:refs/remotes/origin/PR-3086 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:28:00 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit d03d4e902f8b5c61b289df1410a8b58561ac4a79 00:28:00 Merge succeeded, producing a5363f4a6ae222aaa2024f6e48abb772aa092df3 00:28:00 Checking out Revision a5363f4a6ae222aaa2024f6e48abb772aa092df3 (PR-3086) 00:28:00 > git config core.sparsecheckout # timeout=10 00:28:00 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 00:28:00 > git remote # timeout=10 00:28:00 > git config --get remote.origin.url # timeout=10 00:28:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:28:00 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:28:00 > git rev-parse HEAD^{commit} # timeout=10 00:28:00 > git config core.sparsecheckout # timeout=10 00:28:00 > git checkout -f a5363f4a6ae222aaa2024f6e48abb772aa092df3 # timeout=10 00:28:05 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:28:05 > git rev-list --no-walk d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:28:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:28:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:28:07 + sudo service docker restart 00:28:07 + true 00:28:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:28: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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:28:09 provisioning config files... 00:28:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2577632477201477493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:28:10 ---> docker-login.sh 00:28:10 nexus3.edgexfoundry.org:10001 00:28: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 00:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:11 Configure a credential helper to remove this warning. See 00:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:11 00:28:11 Login Succeeded 00:28:11 nexus3.edgexfoundry.org:10002 00:28:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:11 Configure a credential helper to remove this warning. See 00:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:11 00:28:11 Login Succeeded 00:28:11 nexus3.edgexfoundry.org:10003 00:28:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:12 Configure a credential helper to remove this warning. See 00:28:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:12 00:28:12 Login Succeeded 00:28:12 nexus3.edgexfoundry.org:10004 00:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:28:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:12 Configure a credential helper to remove this warning. See 00:28:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:12 00:28:12 Login Succeeded 00:28:12 docker.io 00:28:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:13 Configure a credential helper to remove this warning. See 00:28:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:13 00:28:13 Login Succeeded 00:28:13 ---> docker-login.sh ends [Pipeline] } 00:28:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:28:13 ========================================================= 00:28:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:28:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:28:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:28: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 00:28:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:28:16 Sending build context to Docker daemon 165.9MB 00:28:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:28:16 Step 2/6 : FROM ${BASE} 00:28:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:28:16 5f621e34cdf4: Pulling fs layer 00:28:16 a4357932f1b6: Pulling fs layer 00:28:16 18c013af1878: Pulling fs layer 00:28:16 00ac8860ef70: Pulling fs layer 00:28:16 63d7cb157983: Pulling fs layer 00:28:16 b116817d02f9: Pulling fs layer 00:28:16 745a02a5169b: Pulling fs layer 00:28:16 00ac8860ef70: Waiting 00:28:16 63d7cb157983: Waiting 00:28:16 b116817d02f9: Waiting 00:28:16 745a02a5169b: Waiting 00:28:16 18c013af1878: Verifying Checksum 00:28:16 18c013af1878: Download complete 00:28:16 a4357932f1b6: Verifying Checksum 00:28:16 a4357932f1b6: Download complete 00:28:16 63d7cb157983: Verifying Checksum 00:28:16 63d7cb157983: Download complete 00:28:16 b116817d02f9: Download complete 00:28:16 5f621e34cdf4: Verifying Checksum 00:28:16 5f621e34cdf4: Download complete 00:28:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:28:16 5f621e34cdf4: Pull complete 00:28:17 a4357932f1b6: Pull complete 00:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:28:17 18c013af1878: Pull complete 00:28:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:28:18 745a02a5169b: Download complete 00:28:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:28:20 00ac8860ef70: Verifying Checksum 00:28:20 00ac8860ef70: Download complete [Pipeline] } 00:28:21 $ docker stop --time=1 dd8ee57fb9d316631e39b35c965bd6f10d99bcd7ed5db7e3ee06bac2a0a4ce0e 00:28:23 $ docker rm -f dd8ee57fb9d316631e39b35c965bd6f10d99bcd7ed5db7e3ee06bac2a0a4ce0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:25 00:28:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:28:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:25 latest: Pulling from edgex-devops/edgex-compose 00:28:25 cbdbe7a5bc2a: Pulling fs layer 00:28:25 ca9280d653b3: Pulling fs layer 00:28:25 7e9c9ca2126c: Pulling fs layer 00:28:26 cbdbe7a5bc2a: Verifying Checksum 00:28:26 cbdbe7a5bc2a: Download complete 00:28:26 cbdbe7a5bc2a: Pull complete 00:28:26 ca9280d653b3: Verifying Checksum 00:28:26 ca9280d653b3: Download complete 00:28:27 ca9280d653b3: Pull complete 00:28:27 7e9c9ca2126c: Download complete 00:28:30 00ac8860ef70: Pull complete 00:28:30 63d7cb157983: Pull complete 00:28:30 b116817d02f9: Pull complete 00:28:34 7e9c9ca2126c: Pull complete 00:28:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:28:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:28:34 prd-centos7-docker-4c-2g-23558 does not seem to be running inside a container 00:28:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:28:34 745a02a5169b: Pull complete 00:28:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:28:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:28:34 ---> b7e6874047d6 00:28:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:28:37 ---> Running in 285fbdad6a28 00:28:37 $ docker top aec2721a09e0d14345e0a317bb4f8cf083260ae44e09488ea3d2f5cbb3d61fa1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:38 + docker-compose build --help 00:28:38 + grep parallel 00:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:39 --parallel Build images in parallel. [Pipeline] } 00:28:39 $ docker stop --time=1 aec2721a09e0d14345e0a317bb4f8cf083260ae44e09488ea3d2f5cbb3d61fa1 00:28:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:41 $ docker rm -f aec2721a09e0d14345e0a317bb4f8cf083260ae44e09488ea3d2f5cbb3d61fa1 [Pipeline] // withDockerContainer 00:28:41 (1/12) Installing libmagic (5.38-r0) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:41 . [Pipeline] withDockerContainer 00:28:42 prd-centos7-docker-4c-2g-23558 does not seem to be running inside a container 00:28:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:28:42 (2/12) Installing file (5.38-r0) 00:28:42 (3/12) Installing libc-dev (0.7.2-r3) 00:28:42 (4/12) Installing g++ (9.3.0-r2) 00:28:42 $ docker top 5582a93c83df7ca74959c199ddd2d4e695b8b04cf6f13fbb77deab5144c7ac6c -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:43 + docker-compose -f ./docker-compose-build.yml build --parallel 00:28:44 Building docker-core-command-go ... 00:28:44 Building docker-core-data-go ... 00:28:44 Building docker-core-metadata-go ... 00:28:44 Building docker-security-bootstrapper-go ... 00:28:44 Building docker-security-proxy-setup-go ... 00:28:44 Building docker-security-secretstore-setup-go ... 00:28:44 Building docker-support-notifications-go ... 00:28:44 Building docker-support-scheduler-go ... 00:28:44 Building docker-sys-mgmt-agent-go ... 00:28:44 Building docker-security-proxy-setup-go 00:28:44 Building docker-security-secretstore-setup-go 00:28:44 Building docker-support-scheduler-go 00:28:44 Building docker-core-metadata-go 00:28:44 Building docker-core-command-go 00:28:48 (5/12) Installing fortify-headers (1.1-r0) 00:28:48 (6/12) Installing patch (2.7.6-r6) 00:28:49 (7/12) Installing build-base (0.5-r2) 00:28:49 (8/12) Installing libsodium (1.0.18-r0) 00:28:49 (9/12) Installing pkgconf (1.7.2-r0) 00:28:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:28:49 (11/12) Installing libzmq (4.3.3-r0) 00:28:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:28:49 Executing busybox-1.31.1-r19.trigger 00:28:49 OK: 217 MiB in 51 packages 00:28:53 Removing intermediate container 285fbdad6a28 00:28:53 ---> d1a19a3edd1e 00:28:53 Step 4/6 : WORKDIR /edgex-go 00:28:53 ---> Running in 48db7ba4b188 00:28:53 Removing intermediate container 48db7ba4b188 00:28:53 ---> ea4a725b534b 00:28:53 Step 5/6 : COPY go.mod . 00:28:54 ---> fc208ea1cc3b 00:28:54 Step 6/6 : RUN go mod download 00:28:54 ---> Running in 53b854fa1f79 00:29:21 Removing intermediate container 53b854fa1f79 00:29:21 ---> 346478914755 00:29:21 Successfully built 346478914755 00:29:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:29:21 + docker inspect -f . ci-base-image-arm64 00:29:21 . [Pipeline] withDockerContainer 00:29:22 prd-ubuntu18.04-docker-arm64-4c-16g-23569 does not seem to be running inside a container 00:29:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:29:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:29:23 ---> 530c03c95fb9 00:29:23 Step 3/22 : WORKDIR /edgex-go 00:29:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:29:23 ---> 530c03c95fb9 00:29:23 Step 3/23 : WORKDIR /edgex-go 00:29:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:29:23 ---> 530c03c95fb9 00:29:23 Step 3/21 : WORKDIR /edgex-go 00:29:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:29:23 ---> 530c03c95fb9 00:29:23 Step 3/23 : WORKDIR /edgex-go 00:29:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:29:23 ---> 530c03c95fb9 00:29:23 Step 3/24 : WORKDIR /edgex-go 00:29:23 ---> Running in 7fa182bc4d1a 00:29:23 ---> Running in 348144e0c40e 00:29:23 ---> Running in a4dabe96055c 00:29:23 ---> Running in 43c5f8319b44 00:29:23 ---> Running in 151f32f76a8d 00:29:23 Removing intermediate container a4dabe96055c 00:29:23 ---> f03ee4af9e38 00:29:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:23 Removing intermediate container 348144e0c40e 00:29:23 ---> 00da0659ce50 00:29:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:23 Removing intermediate container 151f32f76a8d 00:29:23 ---> bebe9fc237bd 00:29:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:23 Removing intermediate container 43c5f8319b44 00:29:23 ---> 2b0d1a88d608 00:29:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:23 Removing intermediate container 7fa182bc4d1a 00:29:23 ---> e6bc06f5cc6f 00:29:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:23 ---> Running in 488cccf96bc1 00:29:23 ---> Running in 5330da6a1d35 00:29:23 ---> Running in b3de3049ebcb 00:29:23 ---> Running in 07963f862a61 00:29:23 ---> Running in 6bddf091a5c1 00:29:23 Removing intermediate container 5330da6a1d35 00:29:23 ---> da7bfc107342 00:29:23 Step 5/21 : RUN apk add --update --no-cache make git 00:29:23 Removing intermediate container 488cccf96bc1 00:29:23 ---> 301504f81b78 00:29:23 Step 5/22 : RUN apk add --update --no-cache make git 00:29:23 ---> Running in ad896a1ec3f8 00:29:23 Removing intermediate container b3de3049ebcb 00:29:23 ---> f14bd6726f06 00:29:23 Step 5/23 : RUN apk add --update --no-cache make git 00:29:23 ---> Running in 8fc7c54782b3 00:29:23 ---> Running in 9d34a2026387 00:29:23 Removing intermediate container 6bddf091a5c1 00:29:23 ---> c195f681cd7c 00:29:23 Step 5/24 : RUN apk add --update --no-cache make git 00:29:23 Removing intermediate container 07963f862a61 00:29:23 ---> 42e0b3de67e3 00:29:23 Step 5/23 : RUN apk add --update --no-cache make git 00:29:23 $ docker top 4d6d736da498b45dec9d339295c111ee1e0b8eb2a1ae26e16021f88e2f7d843b -eo pid,comm 00:29:23 ---> Running in 538c351b9fc4 00:29:23 ---> Running in 3023289ca6ea [Pipeline] { [Pipeline] sh 00:29:24 + go version 00:29:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:29:24 $ docker stop --time=1 4d6d736da498b45dec9d339295c111ee1e0b8eb2a1ae26e16021f88e2f7d843b 00:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:26 $ docker rm -f 4d6d736da498b45dec9d339295c111ee1e0b8eb2a1ae26e16021f88e2f7d843b 00:29:26 OK: 233 MiB in 51 packages 00:29:26 OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer 00:29:26 OK: 233 MiB in 51 packages 00:29:26 OK: 233 MiB in 51 packages 00:29:26 OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:29:27 Removing intermediate container ad896a1ec3f8 00:29:27 ---> 8ef2165e6a68 00:29:27 Step 6/21 : COPY go.mod . 00:29:27 + docker inspect -f . ci-base-image-arm64 00:29:27 . [Pipeline] withDockerContainer 00:29:27 Removing intermediate container 8fc7c54782b3 00:29:27 ---> 776c50d4cd37 00:29:27 Step 6/22 : COPY go.mod . 00:29:27 Removing intermediate container 9d34a2026387 00:29:27 ---> f1cb156dd4e8 00:29:27 Step 6/23 : COPY go.mod . 00:29:27 prd-ubuntu18.04-docker-arm64-4c-16g-23569 does not seem to be running inside a container 00:29:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:29:27 ---> 21b763e84ffd 00:29:27 Step 7/21 : RUN go mod download 00:29:28 ---> Running in 3934a0c20124 00:29:28 Removing intermediate container 3023289ca6ea 00:29:28 ---> 5f59951a48fc 00:29:28 Step 6/23 : COPY go.mod . 00:29:28 Removing intermediate container 538c351b9fc4 00:29:28 ---> efe1d028bcb4 00:29:28 Step 6/24 : COPY go.mod . 00:29:28 ---> 5f0ccebf5ad7 00:29:28 Step 7/23 : RUN go mod download 00:29:28 ---> ac69e0704dd6 00:29:28 Step 7/22 : RUN go mod download 00:29:28 ---> Running in 720b72d4a43b 00:29:28 ---> Running in 0928377c694c 00:29:28 ---> e568bbd8ccb7 00:29:28 Step 7/23 : RUN go mod download 00:29:28 ---> Running in 4ce0fadfbec7 00:29:28 ---> c599c15aea71 00:29:28 Step 7/24 : RUN go mod download 00:29:28 ---> Running in 507b1af1b631 00:29:29 $ docker top 110a671dd64e910d315c176ccc9505a4532bb3daa336cb471acf2e7c96bbfcb2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:29:29 ========================================================= 00:29:29 [edgeXBuildGoParallel] Running Tests and Build... 00:29:29 ========================================================= [Pipeline] sh 00:29:30 + make test 00:29:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:29:30 Removing intermediate container 3934a0c20124 00:29:30 ---> 7e85fe89ad2e 00:29:30 Step 8/21 : COPY . . 00:29:31 Removing intermediate container 0928377c694c 00:29:31 ---> cac9a5dffc8e 00:29:31 Step 8/22 : COPY . . 00:29:32 Removing intermediate container 507b1af1b631 00:29:32 ---> e599dfd9c124 00:29:32 Step 8/24 : COPY . . 00:29:33 Removing intermediate container 720b72d4a43b 00:29:33 ---> 71fe820284c3 00:29:33 Step 8/23 : COPY . . 00:29:33 Removing intermediate container 4ce0fadfbec7 00:29:33 ---> 5d6532342b1c 00:29:33 Step 8/23 : COPY . . 00:29:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:30:12 ---> 603786972345 00:30:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:30:12 ---> Running in 550cc660fef9 00:30:12 ---> 10629d13a297 00:30:12 Step 9/23 : RUN make cmd/core-command/core-command 00:30:12 ---> 13d44fae5faf 00:30:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:30:12 ---> 063e34da7087 00:30:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:30:12 ---> f95a6ea33b9b 00:30:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:30:12 ---> Running in 7526e1f1cb99 00:30:12 ---> Running in 673bc8e179b2 00:30:12 ---> Running in 168cf3db9bcd 00:30:12 ---> Running in c1f831cdaa19 00:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:30:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:30:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:30:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:30:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:30:48 Removing intermediate container 7526e1f1cb99 00:30:48 ---> 4bae9c8e6215 00:30:48 00:30:48 Step 10/23 : FROM alpine:3.12 00:30:48 Removing intermediate container 673bc8e179b2 00:30:48 ---> 2e638fa3a759 00:30:48 00:30:48 Step 10/22 : FROM alpine:3.12 00:30:48 3.12: Pulling from library/alpine 00:30:48 3.12: Pulling from library/alpine 00:30:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:49 Status: Downloaded newer image for alpine:3.12 00:30:49 ---> 389fef711851 00:30:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:30:49 Status: Downloaded newer image for alpine:3.12 00:30:49 ---> 389fef711851 00:30:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:30:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:30:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:30:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:30:52 ---> Running in e5e48eee936a 00:30:52 ---> Running in 940b04781372 00:30:52 Removing intermediate container 168cf3db9bcd 00:30:52 ---> b5ccd54dd761 00:30:52 00:30:52 Step 10/24 : FROM alpine:3.12 00:30:52 ---> 389fef711851 00:30:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:30:52 Removing intermediate container 550cc660fef9 00:30:52 ---> b6461a86d3f1 00:30:52 00:30:52 Step 10/21 : FROM alpine:3.12 00:30:52 ---> 389fef711851 00:30:52 Step 11/21 : RUN apk add --update --no-cache curl 00:30:53 Removing intermediate container c1f831cdaa19 00:30:53 ---> abc27f895712 00:30:53 00:30:53 Step 10/23 : FROM alpine:3.12 00:30:53 ---> 389fef711851 00:30:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:30:53 ---> Running in d37c93bc6daa 00:30:53 ---> Running in 671ab0369725 00:30:53 ---> Running in e40083545cb5 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:54 (1/1) Installing dumb-init (1.2.2-r1) 00:30:54 Executing busybox-1.31.1-r19.trigger 00:30:54 OK: 6 MiB in 15 packages 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:54 (1/5) Installing ca-certificates (20191127-r4) 00:30:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:30:54 (1/1) Installing dumb-init (1.2.2-r1) 00:30:54 Executing busybox-1.31.1-r19.trigger 00:30:54 (3/5) Installing libcurl (7.69.1-r3) 00:30:54 OK: 6 MiB in 15 packages 00:30:54 (1/4) Installing ca-certificates (20191127-r4) 00:30:54 (4/5) Installing curl (7.69.1-r3) 00:30:54 (5/5) Installing dumb-init (1.2.2-r1) 00:30:54 Executing busybox-1.31.1-r19.trigger 00:30:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:30:54 Executing ca-certificates-20191127-r4.trigger 00:30:54 (3/4) Installing libcurl (7.69.1-r3) 00:30:54 (1/1) Installing dumb-init (1.2.2-r1) 00:30:54 (4/4) Installing curl (7.69.1-r3) 00:30:54 Executing busybox-1.31.1-r19.trigger 00:30:54 OK: 6 MiB in 15 packages 00:30:54 OK: 7 MiB in 19 packages 00:30:54 Executing busybox-1.31.1-r19.trigger 00:30:54 Executing ca-certificates-20191127-r4.trigger 00:30:54 OK: 7 MiB in 18 packages 00:30:56 Removing intermediate container 940b04781372 00:30:56 ---> dd33e80b40d6 00:30:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:56 Removing intermediate container e5e48eee936a 00:30:56 ---> e6ba90fc0d1e 00:30:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:56 ---> Running in a23424df36c2 00:30:56 ---> Running in e622ce2dc776 00:30:56 Removing intermediate container a23424df36c2 00:30:56 ---> 2b6feed0410b 00:30:56 Step 13/23 : ENV APP_PORT=48082 00:30:57 Removing intermediate container d37c93bc6daa 00:30:57 ---> 4e6a8220502d 00:30:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:30:58 ---> Running in 6f508675b0ab 00:30:58 Removing intermediate container e622ce2dc776 00:30:58 ---> 39eb45905027 00:30:58 Step 13/22 : ENV APP_PORT=48085 00:30:58 ---> Running in 4abc2f7faa0a 00:30:58 ---> Running in d272519b1486 00:30:58 Removing intermediate container e40083545cb5 00:30:58 ---> 1ddbd4009c42 00:30:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:58 Removing intermediate container 671ab0369725 00:30:58 ---> a758c688ad7e 00:30:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:30:58 Removing intermediate container 6f508675b0ab 00:30:58 ---> c5d7d67bcc63 00:30:58 Step 14/23 : EXPOSE $APP_PORT 00:30:58 ---> Running in a87a4adf25c1 00:30:58 Removing intermediate container 4abc2f7faa0a 00:30:58 ---> cf176bb53687 00:30:58 Step 13/24 : WORKDIR / 00:30:58 ---> Running in 7d9d7df4f33d 00:30:58 ---> Running in 6b58e8aa54ee 00:30:58 Removing intermediate container d272519b1486 00:30:58 ---> 84a27347636a 00:30:58 Step 14/22 : EXPOSE $APP_PORT 00:30:58 ---> Running in 01e3d4c6cdee 00:30:58 ---> Running in fa3f48696b2d 00:30:59 Removing intermediate container a87a4adf25c1 00:30:59 ---> dfa2d81d7dc1 00:30:59 Step 13/23 : ENV APP_PORT=48081 00:30:59 Removing intermediate container 7d9d7df4f33d 00:30:59 ---> 357969a8d908 00:30:59 Step 13/21 : WORKDIR /edgex 00:30:59 Removing intermediate container 6b58e8aa54ee 00:30:59 ---> 2a9984296772 00:30:59 Step 15/23 : WORKDIR / 00:30:59 Removing intermediate container 01e3d4c6cdee 00:30:59 ---> 0596cbf857d9 00:30:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:30:59 ---> Running in 5e8dfa718062 00:30:59 ---> Running in 9e0f1e25aabb 00:30:59 Removing intermediate container fa3f48696b2d 00:30:59 ---> d68e91902cf2 00:30:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:59 ---> Running in e67908c47d43 00:30:59 Removing intermediate container 5e8dfa718062 00:30:59 ---> cee829cdd84a 00:30:59 Step 14/23 : EXPOSE $APP_PORT 00:30:59 ---> 5f59af01d48a 00:30:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:30:59 ---> Running in 80bcd6f86fe6 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:30:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:31:00 Removing intermediate container 9e0f1e25aabb 00:31:00 ---> 55eb8e91e116 00:31:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:31:00 Removing intermediate container e67908c47d43 00:31:00 ---> 99adb37bdf60 00:31:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:00 ---> 87071c38c21a 00:31:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:31:00 Removing intermediate container 80bcd6f86fe6 00:31:00 ---> 83219df74804 00:31:00 Step 15/23 : WORKDIR / 00:31:00 ---> 2ce8a81cffaa 00:31:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:31:00 ---> Running in b392ba413e76 00:31:00 ---> dc0c49a05ce0 00:31:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:31:00 ---> 8c734274be68 00:31:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:31:00 ---> 5a59f5574a81 00:31:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:31:00 ---> 646c578deed3 00:31:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:31:00 Removing intermediate container b392ba413e76 00:31:00 ---> 57e433db0539 00:31:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:01 ---> bdc5f4beb921 00:31:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:31:01 ---> ed6d9b3f7ec1 00:31:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:31:01 ---> 9de20b712ca8 00:31:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:31:01 ---> 2b6e886a49e4 00:31:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:31:01 ---> Running in 65ba6f57167b 00:31:01 ---> 6a7ac0c0b733 00:31:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:31:02 Removing intermediate container 65ba6f57167b 00:31:02 ---> b69e9d8fd640 00:31:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:02 ---> Running in 3d8659bbf3d3 00:31:02 ---> bfa519cdd09d 00:31:02 Step 19/23 : ENTRYPOINT ["/core-command"] 00:31:02 ---> 671dc94a06b1 00:31:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:31:02 ---> Running in 29e534b1ec98 00:31:02 ---> c279248de2cc 00:31:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:31:02 ---> Running in 6d1a74ff8b0d 00:31:02 ---> f4eb63fe4a77 00:31:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:31:02 Removing intermediate container 3d8659bbf3d3 00:31:02 ---> 74ca15dd5ab8 00:31:02 Step 20/22 : LABEL arch=x86_64 00:31:02 Removing intermediate container 29e534b1ec98 00:31:02 ---> 960ea0d9880e 00:31:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:02 ---> Running in 60f112b26bb1 00:31:02 Removing intermediate container 6d1a74ff8b0d 00:31:02 ---> fe17ec75ef7c 00:31:02 Step 18/21 : CMD ["--init=true"] 00:31:02 ---> Running in 9fca781de350 00:31:03 ---> 3d00d5eb19da 00:31:03 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/ 00:31:03 ---> Running in 0876eafc6c25 00:31:03 ---> 82f1d9894876 00:31:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:31:03 ---> Running in 3dfef7874aef 00:31:03 Removing intermediate container 60f112b26bb1 00:31:03 ---> 409058f18ccd 00:31:03 Step 21/22 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:31:03 Removing intermediate container 9fca781de350 00:31:03 ---> 50679f665948 00:31:03 Step 21/23 : LABEL arch=x86_64 00:31:03 ---> Running in 301b8c2b8c88 00:31:03 ---> Running in 1222932e16be 00:31:03 ---> Running in 7ebad6fc49c7 00:31:03 Removing intermediate container 0876eafc6c25 00:31:03 ---> 6aac76e40330 00:31:03 Step 19/21 : LABEL arch=x86_64 00:31:04 Removing intermediate container 301b8c2b8c88 00:31:04 ---> c06a744111b8 00:31:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:04 Removing intermediate container 1222932e16be 00:31:04 ---> 946d70990554 00:31:04 Step 22/22 : LABEL version=0.0.0 00:31:04 ---> Running in 9f22d7283b06 00:31:04 ---> Running in 0a240dcc48ae 00:31:04 ---> Running in 821a71cd0cbe 00:31:04 Removing intermediate container 7ebad6fc49c7 00:31:04 ---> d6645d546572 00:31:04 Step 22/23 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:31:04 ---> Running in db14e7ff03c9 00:31:04 Removing intermediate container 9f22d7283b06 00:31:04 ---> 484e9916ac58 00:31:04 Step 20/21 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:31:04 Removing intermediate container 0a240dcc48ae 00:31:04 ---> f2b553ad1624 00:31:04 Step 21/23 : LABEL arch=x86_64 00:31:05 ---> Running in dbf57abc837e 00:31:05 ---> Running in c2f05a7426f0 00:31:05 Removing intermediate container 821a71cd0cbe 00:31:05 ---> 9b9dbafda4b2 00:31:05 00:31:05 Removing intermediate container db14e7ff03c9 00:31:05 ---> 172038674317 00:31:05 Step 23/23 : LABEL version=0.0.0 00:31:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:31:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:31:05 Removing intermediate container 3dfef7874aef 00:31:05 ---> 3eb2b203b2d1 00:31:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:31:05 Removing intermediate container dbf57abc837e 00:31:05 ---> 533b7917534e 00:31:05 Step 21/21 : LABEL version=0.0.0 00:31:05 Successfully built 9b9dbafda4b2 00:31:05 ---> Running in c0e752f20f2c 00:31:05 Successfully tagged docker-support-scheduler-go:latest 00:31:05 ---> Running in 5f09e925f579 00:31:05 Removing intermediate container c2f05a7426f0 00:31:05  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:31:05 ---> 240721d2770b 00:31:05 Step 22/23 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:31:05 ---> Running in 6c7e4f4f9a32 00:31:05 ---> Running in 94ddbacb782c 00:31:05 Removing intermediate container c0e752f20f2c 00:31:05 ---> d60993205d9d 00:31:05 00:31:05 Removing intermediate container 5f09e925f579 00:31:05 ---> 92ea0dcda43c 00:31:05 Step 22/24 : LABEL arch=x86_64 00:31:05 Removing intermediate container 6c7e4f4f9a32 00:31:05 ---> f29b845a164d 00:31:05 00:31:06 Removing intermediate container 94ddbacb782c 00:31:06 ---> 02552c348f9b 00:31:06 Step 23/23 : LABEL version=0.0.0 00:31:06 Successfully built d60993205d9d 00:31:06 ---> Running in 7b543b791dca 00:31:06 Successfully tagged docker-core-command-go:latest 00:31:06  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 00:31:06 Successfully built f29b845a164d 00:31:06 ---> Running in baadc7f0bfee 00:31:06 Successfully tagged docker-security-proxy-setup-go:latest 00:31:06 Building docker-support-notifications-go 00:31:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 7b543b791dca 00:31:06 ---> d6dc130426ea 00:31:06 Step 23/24 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:31:06 Removing intermediate container baadc7f0bfee 00:31:06 ---> a6c1972b6dac 00:31:06 00:31:06 ---> Running in f3cb92f22cc3 00:31:06 Successfully built a6c1972b6dac 00:31:06 Successfully tagged docker-core-metadata-go:latest 00:31:06  Building docker-core-metadata-go ... done Building docker-core-data-go 00:31:06 Removing intermediate container f3cb92f22cc3 00:31:06 ---> 563e0808d488 00:31:06 Step 24/24 : LABEL version=0.0.0 00:31:06 ---> Running in 8662afdcacf3 00:31:07 Removing intermediate container 8662afdcacf3 00:31:07 ---> 2af85325e51f 00:31:07 00:31:07 Successfully built 2af85325e51f 00:31:07 Successfully tagged docker-security-secretstore-setup-go:latest 00:31:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements 00:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:31:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.1% of statements 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.212s coverage: 65.8% of statements 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.090s coverage: 28.6% of statements 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements 00:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.334s coverage: 97.5% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:31:34  Building docker-security-secretstore-setup-go ... done Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:34 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:31:34 ---> 530c03c95fb9 00:31:34 Step 3/34 : WORKDIR /edgex-go 00:31:34 ---> Using cache 00:31:34 ---> e6bc06f5cc6f 00:31:34 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:34 ---> Using cache 00:31:34 ---> c195f681cd7c 00:31:34 Step 5/34 : RUN apk add --update --no-cache make git 00:31:34 ---> Using cache 00:31:34 ---> efe1d028bcb4 00:31:34 Step 6/34 : COPY go.mod . 00:31:34 ---> Using cache 00:31:34 ---> c599c15aea71 00:31:34 Step 7/34 : RUN go mod download 00:31:34 ---> Using cache 00:31:34 ---> e599dfd9c124 00:31:34 Step 8/34 : COPY . . 00:31:34 ---> Using cache 00:31:34 ---> 063e34da7087 00:31:34 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:31:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:31:34 ---> 530c03c95fb9 00:31:34 Step 3/26 : WORKDIR /edgex-go 00:31:34 ---> Using cache 00:31:34 ---> e6bc06f5cc6f 00:31:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:34 00:31:34 ---> Using cache 00:31:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> c195f681cd7c 00:31:34 00:31:34 Step 5/26 : RUN apk add --update --no-cache make bash git ---> 530c03c95fb9 00:31:34 00:31:34 Step 3/23 : WORKDIR /edgex-go 00:31:34 ---> Using cache 00:31:34 ---> e6bc06f5cc6f 00:31:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:34 ---> Using cache 00:31:34 ---> c195f681cd7c 00:31:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:31:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:31:34 ---> 530c03c95fb9 00:31:34 Step 3/22 : WORKDIR /edgex-go 00:31:34 ---> Using cache 00:31:34 ---> e6bc06f5cc6f 00:31:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:34 ---> Using cache 00:31:34 ---> c195f681cd7c 00:31:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:31:35 ---> Running in 99cc2ae6fe3c 00:31:35 ---> Running in ba1a4ad4f445 00:31:35 ---> Running in f9bf977cd31d 00:31:35 ---> Running in 96cc57041813 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.322s coverage: 92.8% of statements 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 43.8% of statements 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.127s coverage: 79.5% of statements 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 00:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 00:31:35 Removing intermediate container 99cc2ae6fe3c 00:31:35 ---> 5e7662020e38 00:31:35 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:31:36 ---> Running in 13c67debfd33 00:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:37 OK: 233 MiB in 51 packages 00:31:37 OK: 233 MiB in 51 packages 00:31:38 OK: 233 MiB in 51 packages 00:31:39 Removing intermediate container 96cc57041813 00:31:39 ---> efcb583e24e2 00:31:39 Step 6/23 : COPY go.mod . 00:31:39 Removing intermediate container f9bf977cd31d 00:31:39 ---> f71c86effd68 00:31:39 Step 6/22 : COPY go.mod . 00:31:39 Removing intermediate container ba1a4ad4f445 00:31:39 ---> 0058c348e754 00:31:39 Step 6/26 : COPY go.mod . 00:31:39 ---> c250f1636be6 00:31:39 Step 7/22 : RUN go mod download 00:31:39 ---> 9ed6e9512b8d 00:31:39 Step 7/26 : RUN go mod download 00:31:40 ---> Running in a76a6b5df0fe 00:31:40 ---> Running in 6059afc76e3f 00:31:40 ---> bf98707a817c 00:31:40 Step 7/23 : RUN go mod download 00:31:40 ---> Running in 9d8ccf09a02f 00:31:43 Removing intermediate container 6059afc76e3f 00:31:43 ---> 62942572826c 00:31:43 Step 8/26 : COPY . . 00:31:43 Removing intermediate container a76a6b5df0fe 00:31:43 ---> 3e1eceea8c2b 00:31:43 Step 8/22 : COPY . . 00:31:43 Removing intermediate container 9d8ccf09a02f 00:31:43 ---> 3d38c1aeab4c 00:31:43 Step 8/23 : COPY . . 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.101s coverage: 87.2% of statements 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.4% of statements 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.714s coverage: 63.5% of statements 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 00:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 00:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 00:31:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:31:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:31:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.908s coverage: 68.9% of statements 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:31:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:31:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:31:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.657s coverage: 84.0% of statements 00:31:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 00:32:05 + mkdir -p /tmp/build/dist/linux 00:32:05 + cd /tmp/build/dist/linux 00:32:05 + git clone https://github.com/jwilder/dockerize.git . 00:32:05 Cloning into '.'... 00:32:05 + go get github.com/robfig/glock 00:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.486s coverage: 47.1% of statements 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:32:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 00:32:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.992s coverage: 29.1% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:32:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:32:12 GO111MODULE=on go vet ./... 00:32:13  ---> baf6d01f2df2 00:32:13 Step 9/23 : RUN make cmd/core-data/core-data 00:32:13 ---> 002276d478e9 00:32:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:32:13 ---> f82b5f16a04e 00:32:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:32:13 ---> Running in e7aa75d6feab 00:32:13 ---> Running in d188ac3d921e 00:32:13 ---> Running in deecac4545d6 00:32:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:32:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:32: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 00:32:19 + glock sync -n 00:32:24 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:32:24 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:32:24 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:32:24 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:32:24 + git describe '--abbrev=0' --tags 00:32:24 + TAG=v0.6.1 00:32:24 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:32:24 + apk --print-arch 00:32:24 + arch=x86_64 00:32:24 + echo 'building [dockerize] for amd64 ... ' 00:32:24 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:32:24 building [dockerize] for amd64 ... 00:32:46 Removing intermediate container e7aa75d6feab 00:32:46 ---> 61d04d1a6539 00:32:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:32:46 Removing intermediate container deecac4545d6 00:32:46 ---> bc0a4193dc2c 00:32:46 00:32:46 Step 10/22 : FROM alpine:3.12 00:32:46 ---> 389fef711851 00:32:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:32:46 ---> Running in b69377a4ab9c 00:32:46 ---> Running in 628bb2e51b57 00:32:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:48 (1/2) Installing ca-certificates (20191127-r4) 00:32:48 (2/2) Installing dumb-init (1.2.2-r1) 00:32:48 Executing busybox-1.31.1-r19.trigger 00:32:48 Executing ca-certificates-20191127-r4.trigger 00:32:48 OK: 6 MiB in 16 packages 00:32:52 Removing intermediate container 628bb2e51b57 00:32:52 ---> c73caa3a6561 00:32:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:32:52 Removing intermediate container d188ac3d921e 00:32:52 ---> e24e26f9730a 00:32:52 00:32:52 Step 10/23 : FROM alpine:3.12 00:32:52 ---> 389fef711851 00:32:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:32:52 Removing intermediate container b69377a4ab9c 00:32:52 ---> 1f28a0663125 00:32:52 00:32:52 Step 11/26 : FROM docker:20.10.0 00:32:52 ---> Running in c8d634f4a996 00:32:52 ---> Running in ed30324708f4 00:32:52 20.10.0: Pulling from library/docker 00:32:53 Removing intermediate container c8d634f4a996 00:32:53 ---> f861282a42fe 00:32:53 Step 12/23 : ENV APP_PORT=48080 00:32:53 Removing intermediate container ed30324708f4 00:32:53 ---> 0de52ff839f6 00:32:53 Step 13/22 : ENV APP_PORT=48060 00:32:53 ---> Running in 3579edc93969 00:32:53 ---> Running in a59b82561f58 00:32:53 Removing intermediate container a59b82561f58 00:32:53 ---> 59a3c9dfad45 00:32:53 Step 14/22 : EXPOSE $APP_PORT 00:32:53 Removing intermediate container 3579edc93969 00:32:53 ---> 36b76b073d91 00:32:53 Step 13/23 : EXPOSE $APP_PORT 00:32:53 + date 00:32:53 Thu Jan 28 00:32:53 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:32:53 + echo 'Thu Jan 28 00:32:53 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:32:53  ---> Running in 316ba5b8550a 00:32:53 ---> Running in c9f15add4ab8 00:32:54 Removing intermediate container 316ba5b8550a 00:32:54 ---> b9a70429d898 00:32:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:32:55 Removing intermediate container c9f15add4ab8 00:32:55 ---> 547be6f3edf5 00:32:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:55 ---> Running in c0d117d8ab65 00:32:55 ---> 11d2becf81d0 00:32:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:32:57 ---> 74711910aa55 00:32:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:33:00 ---> f407fa3cbe7f 00:33:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:33:02 ---> Running in a700d0e9c7e2 00:33:02 Removing intermediate container c0d117d8ab65 00:33:02 ---> 4ced95a7e08d 00:33:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:33:03 ---> Running in f96ada4239de 00:33:03 Removing intermediate container a700d0e9c7e2 00:33:03 ---> 99dafab613ac 00:33:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:08 ---> Running in b6591acba9dc 00:33:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:33:08 Status: Downloaded newer image for docker:20.10.0 00:33:08 ---> aefe523efa57 00:33:08 Step 12/26 : RUN apk add --no-cache bash 00:33:09 Removing intermediate container 13c67debfd33 00:33:09 ---> 85c508bf85f0 00:33:09 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:33:09 Removing intermediate container b6591acba9dc 00:33:09 ---> 0c7dec629b48 00:33:09 Step 20/22 : LABEL arch=x86_64 00:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:09 ---> Running in 107124b6ff41 00:33:09 ---> Running in d9e2d7708844 00:33:09 ---> Running in 7f19cb71f9e6 00:33:09 Removing intermediate container 7f19cb71f9e6 00:33:09 ---> 3fac1a0727f7 00:33:09 Step 21/22 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:33:09 ---> Running in 3b50a846f3ea 00:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:09 Removing intermediate container 3b50a846f3ea 00:33:09 ---> 7dee3c437a84 00:33:09 Step 22/22 : LABEL version=0.0.0 00:33:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:09 ---> Running in d257a9c138f1 00:33:10 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:33:10 statically linked 00:33:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:10 (1/2) Installing readline (8.0.4-r0) 00:33:10 Removing intermediate container d257a9c138f1 00:33:10 ---> 99d964028812 00:33:10 00:33:10 (2/2) Installing bash (5.0.17-r0) 00:33:10 Executing bash-5.0.17-r0.post-install 00:33:10 Executing busybox-1.31.1-r19.trigger 00:33:10 OK: 12 MiB in 22 packages 00:33:10 (1/6) Installing dumb-init (1.2.2-r1) 00:33:10 (2/6) Installing libgcc (9.3.0-r2) 00:33:10 Successfully built 99d964028812 00:33:10 (3/6) Installing libsodium (1.0.18-r0) 00:33:10 Successfully tagged docker-support-notifications-go:latest 00:33:10  Building docker-support-notifications-go ... done (4/6) Installing libstdc++ (9.3.0-r2) 00:33:10 Removing intermediate container d9e2d7708844 00:33:10 ---> 54f5994ebf59 00:33:10 00:33:10 Step 12/34 : FROM alpine:3.12 00:33:10 ---> 389fef711851 00:33:10 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:33:10 ---> Running in d982b34961a4 00:33:10 (5/6) Installing libzmq (4.3.3-r0) 00:33:10 Removing intermediate container 107124b6ff41 00:33:10 ---> d7001c48cd69 00:33:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:33:10 (6/6) Installing zeromq (4.3.3-r0) 00:33:10 ---> Running in ed2233768ef9 00:33:11 Removing intermediate container d982b34961a4 00:33:11 ---> ee26e838463f 00:33:11 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:33:11 Executing busybox-1.31.1-r19.trigger 00:33:11 OK: 8 MiB in 20 packages 00:33:11 ---> Running in e42003d309fc 00:33:11 Removing intermediate container ed2233768ef9 00:33:11 ---> c70b342bee72 00:33:11 Step 14/26 : ENV APP_PORT=48090 00:33:11 ---> Running in d2f7b3e83579 00:33:11 Removing intermediate container d2f7b3e83579 00:33:11 ---> f356de3d1f91 00:33:11 Step 15/26 : EXPOSE $APP_PORT 00:33:11 ---> Running in 3f0fdfea57a5 00:33:12 Removing intermediate container f96ada4239de 00:33:12 ---> 9ca90ad4ce94 00:33:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:33:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:12 Removing intermediate container 3f0fdfea57a5 00:33:12 ---> 0592ae28e0b8 00:33:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:33:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:12 (1/3) Installing dumb-init (1.2.2-r1) 00:33:12 (2/3) Installing openssl (1.1.1i-r0) 00:33:12 (3/3) Installing su-exec (0.2-r1) 00:33:12 ---> d8585ade2eee 00:33:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:33:12 Executing busybox-1.31.1-r19.trigger 00:33:12 OK: 6 MiB in 17 packages 00:33:12 ---> e65e32c900c4 00:33:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:33:12 ---> 4360f001e4eb 00:33:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:33:13 ---> 2fedbab5509f 00:33:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:33:13 Removing intermediate container e42003d309fc 00:33:13 ---> c5457f101662 00:33:13 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:33:13 ---> Running in 38785e334978 00:33:13 ---> 0c83fccb016b 00:33:13 Step 19/23 : ENTRYPOINT ["/core-data"] 00:33:13 Removing intermediate container 38785e334978 00:33:13 ---> 6b2cf7fdd924 00:33:13 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:33:13 ---> Running in 38842af7f4cf 00:33:13 ---> da1cd845271f 00:33:13 Step 19/26 : RUN apk --no-cache add py3-pip 00:33:13 ---> Running in ec09e4ec3815 00:33:13 ---> Running in 15398df00022 00:33:13 Removing intermediate container ec09e4ec3815 00:33:13 ---> 648a063086bc 00:33:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:13 Removing intermediate container 38842af7f4cf 00:33:13 ---> 18136fa71fac 00:33:13 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:33:13 ---> Running in 16de2fa3948e 00:33:13 ---> Running in 4240b8200d78 00:33:14 Removing intermediate container 16de2fa3948e 00:33:14 ---> 57320edcbad4 00:33:14 Step 21/23 : LABEL arch=x86_64 00:33:14 ---> Running in e637a28cda5e 00:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:14 Removing intermediate container e637a28cda5e 00:33:14 ---> b22c11be156f 00:33:14 Step 22/23 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:33:14 (1/33) Installing libbz2 (1.0.8-r1) 00:33:14 (2/33) Installing expat (2.2.9-r1) 00:33:14 (3/33) Installing libffi (3.3-r2) 00:33:14 (4/33) Installing gdbm (1.13-r1) 00:33:14 (5/33) Installing xz-libs (5.2.5-r0) 00:33:14 (6/33) Installing sqlite-libs (3.32.1-r0) 00:33:14 (7/33) Installing python3 (3.8.5-r0) 00:33:15 ---> Running in ae007d0f37a2 00:33:19 (8/33) Installing py3-appdirs (1.4.4-r1) 00:33:19 Removing intermediate container ae007d0f37a2 00:33:19 ---> 8f6283e7a882 00:33:19 Step 23/23 : LABEL version=0.0.0 00:33:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:33:19 (10/33) Installing py3-parsing (2.4.7-r0) 00:33:19 Removing intermediate container 4240b8200d78 00:33:19 ---> 1ee37b793db3 00:33:19 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:33:19 (11/33) Installing py3-six (1.15.0-r0) 00:33:19 (12/33) Installing py3-packaging (20.4-r0) 00:33:19 (13/33) Installing py3-setuptools (47.0.0-r0) 00:33:19 (14/33) Installing py3-chardet (3.0.4-r4) 00:33:19 ---> Running in aa6f1bc2d11a 00:33:19 ---> Running in 4e443f4fda60 00:33:19 (15/33) Installing py3-idna (2.9-r0) 00:33:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:33:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:33:19 (18/33) Installing py3-requests (2.23.0-r0) 00:33:19 (19/33) Installing py3-msgpack (1.0.0-r0) 00:33:20 (20/33) Installing py3-lockfile (0.12.2-r3) 00:33:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:33:20 Removing intermediate container aa6f1bc2d11a 00:33:20 ---> 10b61467e1e1 00:33:20 00:33:20 (22/33) Installing py3-colorama (0.4.3-r0) 00:33:20 (23/33) Installing py3-distlib (0.3.0-r0) 00:33:20 (24/33) Installing py3-distro (1.5.0-r1) 00:33:20 Removing intermediate container 4e443f4fda60 00:33:20 ---> 3156218c7451 00:33:20 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:33:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:33:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:33:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:33:20 Successfully built 10b61467e1e1 00:33:20 (28/33) Installing py3-pep517 (0.8.2-r0) 00:33:20 Successfully tagged docker-core-data-go:latest 00:33:20  Building docker-core-data-go ... done (29/33) Installing py3-progress (1.5-r0) 00:33:20 (30/33) Installing py3-toml (0.10.1-r0) 00:33:20 (31/33) Installing py3-retrying (1.3.3-r0) 00:33:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:33:20 (33/33) Installing py3-pip (20.1.1-r0) 00:33:20 Executing busybox-1.31.1-r19.trigger 00:33:20 OK: 71 MiB in 55 packages 00:33:22 ---> 3b1560fed0dd 00:33:22 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:33:23 ---> 67734c2c120d 00:33:23 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:33:25 ---> Running in 086868ed3f57 00:33:28 Removing intermediate container 15398df00022 00:33:28 ---> 7a9bd1eaacf8 00:33:28 Step 20/26 : RUN pip install docker-compose==1.23.2 00:33:28 ---> Running in e8b631585425 00:33:28 Removing intermediate container 086868ed3f57 00:33:28 ---> fe8e65c90182 00:33:28 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:33:29 ---> d878f5390b7d 00:33:29 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:33:29 Collecting docker-compose==1.23.2 00:33:29 ---> dffc894b0306 00:33:29 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:33:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:33:29 Collecting dockerpty<0.5,>=0.4.1 00:33:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:33:29 ---> 066a740a1cd6 00:33:29 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:33:30 ---> 9d442a8ab11a 00:33:30 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:33:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:33:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:33:30 Collecting websocket-client<1.0,>=0.32.0 00:33:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:33:30 ---> e048c51dbbe4 00:33:30 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:33:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:33:31 Collecting jsonschema<3,>=2.5.1 00:33:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:33:31 ---> Running in 85d25a269f62 00:33:31 Collecting texttable<0.10,>=0.9.0 00:33:31 Downloading texttable-0.9.1.tar.gz (11 kB) 00:33:31 Removing intermediate container 85d25a269f62 00:33:31 ---> dfaa1ca91fa6 00:33:31 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:33:31 ---> c4ca0de15296 00:33:31 Step 29/34 : RUN chmod +x /entrypoint.sh 00:33:31 Collecting cached-property<2,>=1.2.0 00:33:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:33:31 ---> Running in 6e166d99fa9b 00:33:32 Collecting docker<4.0,>=3.6.0 00:33:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:33:32 Collecting docopt<0.7,>=0.6.1 00:33:32 Downloading docopt-0.6.2.tar.gz (25 kB) 00:33:33 Collecting PyYAML<4,>=3.10 00:33:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:33:34 gofmt -l . 00:33:34 [ "`gofmt -l .`" = "" ] 00:33:34 ./bin/test-go-mod-tidy.sh 00:33:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:34 + ls -al . 00:33:34 total 696 00:33:34 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:33 . 00:33:34 drwxr-xr-x 4 root root 4096 Jan 28 00:29 .. 00:33:34 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:28 .dockerignore 00:33:34 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:28 .git 00:33:34 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:28 .github 00:33:34 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:28 .gitignore 00:33:34 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:28 .sonarcloud.properties 00:33:34 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:28 Attribution.txt 00:33:34 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:28 CONTRIBUTING.md 00:33:34 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:28 Dockerfile.build 00:33:34 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:28 Jenkinsfile 00:33:34 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:28 LICENSE 00:33:34 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:28 Makefile 00:33:34 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:28 README.md 00:33:34 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:28 SECURITY.md 00:33:34 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:25 VERSION 00:33:34 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:28 ZMQWindows.md 00:33:34 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:28 bin 00:33:34 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:28 cmd 00:33:34 -rw-r--r-- 1 root root 564700 Jan 28 00:32 coverage.out 00:33:34 -rw-r--r-- 1 root root 1053 Jan 28 00:33 go.mod 00:33:34 -rw-r--r-- 1 root root 19170 Jan 28 00:33 go.sum 00:33:34 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:28 internal 00:33:34 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:28 openapi 00:33:34 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:28 snap 00:33:34 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:28 version.go [Pipeline] sh 00:33:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:33:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:33:34 Removing intermediate container 6e166d99fa9b 00:33:34 ---> 10bcb12c5716 00:33:34 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:33:34 Collecting idna<2.8,>=2.5 00:33:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:33:35 Collecting urllib3<1.25,>=1.21.1 00:33:35 ---> Running in b3d2c166f924 00:33:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:33:35 + '[' -e coverage.out ] 00:33:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:35 Warning: overwriting stash ‘coverage-report’ 00:33:35 Collecting docker-pycreds>=0.4.0 00:33:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:33:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:33:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:33:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:33:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:33:35 Removing intermediate container b3d2c166f924 00:33:35 ---> dedd31a1eade 00:33:35 Step 31/34 : CMD ["gate"] 00:33:35 Installing collected packages: dockerpty, idna, urllib3, requests, websocket-client, jsonschema, texttable, cached-property, docker-pycreds, docker, docopt, PyYAML, docker-compose 00:33:35 Running setup.py install for dockerpty: started 00:33:35 ---> Running in 98dd227b4cb5 00:33:36 Removing intermediate container 98dd227b4cb5 00:33:36 ---> 00449960c059 00:33:36 Step 32/34 : LABEL arch=x86_64 00:33:36 ---> Running in d69b112b055f 00:33:36 Running setup.py install for dockerpty: finished with status 'done' 00:33:36 Attempting uninstall: idna 00:33:36 Found existing installation: idna 2.9 00:33:36 Uninstalling idna-2.9: 00:33:36 Successfully uninstalled idna-2.9 00:33:36 Stashed 1 file(s) [Pipeline] sh 00:33:36 Removing intermediate container d69b112b055f 00:33:36 ---> e28f4c2dd191 00:33:36 Step 33/34 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:33:36 Attempting uninstall: urllib3 00:33:36 Found existing installation: urllib3 1.25.9 00:33:36 Uninstalling urllib3-1.25.9: 00:33:37 Successfully uninstalled urllib3-1.25.9 00:33:37 ---> Running in 1b5beddcb0c0 00:33:37 + make build 00:33:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:37 Attempting uninstall: requests 00:33:37 Found existing installation: requests 2.23.0 00:33:37 Uninstalling requests-2.23.0: 00:33:37 Successfully uninstalled requests-2.23.0 00:33:37 Removing intermediate container 1b5beddcb0c0 00:33:37 ---> 9893bf1920d1 00:33:37 Step 34/34 : LABEL version=0.0.0 00:33:38 ---> Running in a65557952b06 00:33:38 Running setup.py install for texttable: started 00:33:38 Removing intermediate container a65557952b06 00:33:38 ---> dc19cea09da6 00:33:38 00:33:38 Successfully built dc19cea09da6 00:33:38 Successfully tagged docker-security-bootstrapper-go:latest 00:33:38  Building docker-security-bootstrapper-go ... done  Running setup.py install for texttable: finished with status 'done' 00:33:38 Running setup.py install for docopt: started 00:33:40 Running setup.py install for docopt: finished with status 'done' 00:33:40 Running setup.py install for PyYAML: started 00:33:40 Running setup.py install for PyYAML: finished with status 'done' 00:33:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:33:43 Removing intermediate container e8b631585425 00:33:43 ---> ad10653254e4 00:33:43 Step 21/26 : RUN apk --no-cache add curl 00:33:43 ---> Running in da167b77e776 00:33:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:33:44 (2/3) Installing libcurl (7.69.1-r3) 00:33:44 (3/3) Installing curl (7.69.1-r3) 00:33:44 Executing busybox-1.31.1-r19.trigger 00:33:44 OK: 72 MiB in 58 packages 00:33:44 Removing intermediate container da167b77e776 00:33:44 ---> 6ba85afb9020 00:33:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:33:44 ---> Running in 5bda849cdcc0 00:33:44 Removing intermediate container 5bda849cdcc0 00:33:44 ---> 918cbc53292a 00:33:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:44 ---> Running in 29dec0b29c1d 00:33:44 Removing intermediate container 29dec0b29c1d 00:33:44 ---> e02f2fc7caa5 00:33:44 Step 24/26 : LABEL arch=x86_64 00:33:45 ---> Running in a39db8313dab 00:33:45 Removing intermediate container a39db8313dab 00:33:45 ---> c52cabd8bed0 00:33:45 Step 25/26 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:33:45 ---> Running in 8ce88f12c83a 00:33:45 Removing intermediate container 8ce88f12c83a 00:33:45 ---> 8ecf25a764d9 00:33:45 Step 26/26 : LABEL version=0.0.0 00:33:45 ---> Running in f5f37ad222ff 00:33:45 Removing intermediate container f5f37ad222ff 00:33:45 ---> 0bb44941c730 00:33:45 00:33:45 Successfully built 0bb44941c730 00:33:45 Successfully tagged docker-sys-mgmt-agent-go:latest 00:33:46  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:33:46 $ docker stop --time=1 5582a93c83df7ca74959c199ddd2d4e695b8b04cf6f13fbb77deab5144c7ac6c 00:33:48 $ docker rm -f 5582a93c83df7ca74959c199ddd2d4e695b8b04cf6f13fbb77deab5144c7ac6c [Pipeline] // withDockerContainer [Pipeline] sh 00:33:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:33:48 + docker images 00:33:48 + grep docker 00:33:48 docker-sys-mgmt-agent-go latest 0bb44941c730 3 seconds ago 313MB 00:33:48 docker-security-bootstrapper-go latest dc19cea09da6 10 seconds ago 33.5MB 00:33:48 docker-core-data-go latest 10b61467e1e1 29 seconds ago 22.3MB 00:33:48 docker-support-notifications-go latest 99d964028812 38 seconds ago 16.9MB 00:33:48 docker-security-secretstore-setup-go latest 2af85325e51f 2 minutes ago 24.6MB 00:33:48 docker-core-metadata-go latest a6c1972b6dac 2 minutes ago 18.8MB 00:33:48 docker-security-proxy-setup-go latest f29b845a164d 2 minutes ago 24.4MB 00:33:48 docker-core-command-go latest d60993205d9d 2 minutes ago 16.3MB 00:33:48 docker-support-scheduler-go latest 9b9dbafda4b2 2 minutes ago 16.4MB 00:33:48 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:34:04 Still waiting to schedule task 00:34:04 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-23571’ 00:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:50 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] } 00:34:56 $ docker stop --time=1 110a671dd64e910d315c176ccc9505a4532bb3daa336cb471acf2e7c96bbfcb2 00:34:58 $ docker rm -f 110a671dd64e910d315c176ccc9505a4532bb3daa336cb471acf2e7c96bbfcb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:00 00:35:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:01 latest: Pulling from edgex-devops/edgex-compose-arm64 00:35:01 29e5d40040c1: Pulling fs layer 00:35:01 1ce36da41761: Pulling fs layer 00:35:01 25b303627fd3: Pulling fs layer 00:35:01 29e5d40040c1: Verifying Checksum 00:35:01 29e5d40040c1: Download complete 00:35:02 29e5d40040c1: Pull complete 00:35:02 1ce36da41761: Verifying Checksum 00:35:02 1ce36da41761: Download complete 00:35:03 1ce36da41761: Pull complete 00:35:03 25b303627fd3: Verifying Checksum 00:35:03 25b303627fd3: Download complete 00:35:13 25b303627fd3: Pull complete 00:35:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:35:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:35:13 prd-ubuntu18.04-docker-arm64-4c-16g-23569 does not seem to be running inside a container 00:35:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:35:16 $ docker top aa71218aff6506b97c34eb3e3e983e4c3ba6e6ba350354c342d9945f6405d627 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:18 + docker-compose build --help 00:35:18 + grep parallel 00:35:22 --parallel Build images in parallel. [Pipeline] } 00:35:22 $ docker stop --time=1 aa71218aff6506b97c34eb3e3e983e4c3ba6e6ba350354c342d9945f6405d627 00:35:24 $ docker rm -f aa71218aff6506b97c34eb3e3e983e4c3ba6e6ba350354c342d9945f6405d627 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:25 . [Pipeline] withDockerContainer 00:35:25 prd-ubuntu18.04-docker-arm64-4c-16g-23569 does not seem to be running inside a container 00:35:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:35:27 $ docker top de57443a2c63a0bbfcdcc267f7b3221ac62af0a7160c6ba99e3f01eae8b13e7a -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:28 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:32 Building docker-core-command-go ... 00:35:32 Building docker-core-data-go ... 00:35:32 Building docker-core-metadata-go ... 00:35:32 Building docker-security-bootstrapper-go ... 00:35:32 Building docker-security-proxy-setup-go ... 00:35:32 Building docker-security-secretstore-setup-go ... 00:35:32 Building docker-support-notifications-go ... 00:35:32 Building docker-support-scheduler-go ... 00:35:32 Building docker-sys-mgmt-agent-go ... 00:35:32 Building docker-security-bootstrapper-go 00:35:32 Building docker-core-command-go 00:35:32 Building docker-support-notifications-go 00:35:32 Building docker-support-scheduler-go 00:35:32 Building docker-core-metadata-go 00:35:39 Running on prd-ubuntu18.04-docker-8c-8g-23580 in /w/workspace/edgexfoundry_edgex-go_PR-3086 [Pipeline] { [Pipeline] ws 00:35:39 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:35:41 using credential edgex-jenkins-ssh 00:35:41 Cloning the remote Git repository 00:35:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:41 > git init /w/workspace/edgex-go/2 # timeout=10 00:35:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:41 > git --version # timeout=10 00:35:41 > git --version # 'git version 2.17.1' 00:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:17 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit d03d4e902f8b5c61b289df1410a8b58561ac4a79 00:36:17 Merge succeeded, producing 0b8f9a617854757eb0b26e204cf2bcc7cba34854 00:36:17 Checking out Revision 0b8f9a617854757eb0b26e204cf2bcc7cba34854 (PR-3086) 00:36:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3086/head:refs/remotes/origin/PR-3086 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:17 > git config core.sparsecheckout # timeout=10 00:36:17 > git checkout -f d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 00:36:17 > git remote # timeout=10 00:36:17 > git config --get remote.origin.url # timeout=10 00:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:17 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:36:17 > git rev-parse HEAD^{commit} # timeout=10 00:36:17 > git config core.sparsecheckout # timeout=10 00:36:17 > git checkout -f 0b8f9a617854757eb0b26e204cf2bcc7cba34854 # timeout=10 00:36:21 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:36:21 > git rev-list --no-walk d03d4e902f8b5c61b289df1410a8b58561ac4a79 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:22 + echo snap-build.sh 00:36:22 snap-build.sh 00:36:22 + SNAP_BASE_DIR=. 00:36:22 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:36:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:36:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:36:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:36:22 + cd /w/workspace/edgex-go/2 00:36:22 + sudo apt-get remove -qy --purge lxd lxd-client 00:36:22 Reading package lists... 00:36:22 Building dependency tree... 00:36:22 Reading state information... 00:36:22 The following packages were automatically installed and are no longer required: 00:36:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:36:22 uidmap xdelta3 00:36:22 Use 'sudo apt autoremove' to remove them. 00:36:22 The following packages will be REMOVED: 00:36:22 lxd* lxd-client* 00:36:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:36:23 After this operation, 31.7 MB disk space will be freed. 00:36:24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:36:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:36:24 Removing lxd dnsmasq configuration 00:36:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:36:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:36:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:36:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:36:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:36:27 Processing triggers for systemd (237-3ubuntu10.42) ... 00:36:27 Processing triggers for ureadahead (0.100.0-21) ... 00:36:29 + sudo snap remove --purge lxd 00:36:29 snap "lxd" is not installed 00:36:29 + sudo groupadd --force --system lxd 00:36:29 ++ whoami 00:36:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:36:29 + newgrp - lxd 00:36:29 + sudo snap install lxd 00:36:37 2021-01-28T00:36:35Z INFO Waiting for automatic snapd restart... 00:36:40 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:40 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:36:40 ---> 346478914755 00:36:40 Step 3/34 : WORKDIR /edgex-go 00:36:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:40 ---> 346478914755 00:36:40 Step 3/22 : WORKDIR /edgex-go 00:36:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:40 ---> 346478914755 00:36:40 Step 3/22 : WORKDIR /edgex-go 00:36:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:40 ---> 346478914755 00:36:40 Step 3/23 : WORKDIR /edgex-go 00:36:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:40 ---> 346478914755 00:36:40 Step 3/23 : WORKDIR /edgex-go 00:36:42 ---> Running in 27090eb87045 00:36:42 ---> Running in c1301d1af43d 00:36:42 ---> Running in b7651e5e8d86 00:36:42 ---> Running in ebdc3d4d17e6 00:36:42 ---> Running in 14259544d8a5 00:36:43 Removing intermediate container 27090eb87045 00:36:43 ---> e06f1790b869 00:36:43 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container b7651e5e8d86 00:36:43 ---> e2b79907ab21 00:36:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container c1301d1af43d 00:36:43 ---> f19d6a6681cd 00:36:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container ebdc3d4d17e6 00:36:43 ---> 722f1358ac25 00:36:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 Removing intermediate container 14259544d8a5 00:36:43 ---> bf8d6c269dd6 00:36:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:43 ---> Running in 8184613501b3 00:36:43 ---> Running in cc8903336b74 00:36:43 ---> Running in d172550ac8ae 00:36:43 ---> Running in d70b3b1756be 00:36:43 ---> Running in 668b9ebca3ae 00:36:46 Removing intermediate container d70b3b1756be 00:36:46 ---> 9cfa87507aa8 00:36:46 Step 5/34 : RUN apk add --update --no-cache make git 00:36:47 ---> Running in d232eacf8c1a 00:36:47 Removing intermediate container 668b9ebca3ae 00:36:47 ---> eef570c53d7b 00:36:47 Step 5/23 : RUN apk add --update --no-cache make git 00:36:47 ---> Running in 84ae1be16b16 00:36:47 Removing intermediate container d172550ac8ae 00:36:47 ---> 65dccce83347 00:36:47 Step 5/23 : RUN apk add --update --no-cache make git 00:36:48 Removing intermediate container 8184613501b3 00:36:48 ---> cb1b53a2d040 00:36:48 Step 5/22 : RUN apk add --update --no-cache make git 00:36:48 ---> Running in 802c10a6b7fe 00:36:48 Removing intermediate container cc8903336b74 00:36:48 ---> 7177f5aa42f4 00:36:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:48 ---> Running in c08e434cd9dd 00:36:48 ---> Running in 64bfaabc2204 00:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:50 OK: 217 MiB in 51 packages 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:51 OK: 217 MiB in 51 packages 00:36:51 OK: 217 MiB in 51 packages 00:36:52 Removing intermediate container d232eacf8c1a 00:36:52 ---> f4c352b84760 00:36:52 Step 6/34 : COPY go.mod . 00:36:52 OK: 217 MiB in 51 packages 00:36:53 ---> f125a075fd2f 00:36:53 Step 7/34 : RUN go mod download 00:36:53 Removing intermediate container 802c10a6b7fe 00:36:53 ---> fa7a109f0d17 00:36:53 Step 6/23 : COPY go.mod . 00:36:53 ---> Running in 50df68b40fbf 00:36:53 Removing intermediate container 84ae1be16b16 00:36:53 ---> 025fb2ea92d6 00:36:53 Step 6/23 : COPY go.mod . 00:36:53 OK: 217 MiB in 51 packages 00:36:54 Removing intermediate container c08e434cd9dd 00:36:54 ---> 1e1f838c1135 00:36:54 Step 6/22 : COPY go.mod . 00:36:55 ---> b760b10b7601 00:36:55 Step 7/23 : RUN go mod download 00:36:55 ---> 714e5c855777 00:36:55 Step 7/23 : RUN go mod download 00:36:55 ---> Running in a3103165677f 00:36:55 ---> d794c857a217 00:36:55 Step 7/22 : RUN go mod download 00:36:55 ---> Running in 494afcdd3fc2 00:36:55 lxd 4.10 from Canonical* installed 00:36:55 + sudo lxd init --auto 00:36:55 ---> Running in cb1eed175c74 00:36:55 Removing intermediate container 64bfaabc2204 00:36:55 ---> d3245d4c1074 00:36:55 Step 6/22 : COPY go.mod . 00:36:57 ---> 3da7b849215e 00:36:57 Step 7/22 : RUN go mod download 00:36:57 ---> Running in 3227c20ee4f0 00:36:57 Removing intermediate container 50df68b40fbf 00:36:57 ---> 21e140464a2e 00:36:57 Step 8/34 : COPY . . 00:37:00 Removing intermediate container a3103165677f 00:37:00 ---> 9bcc2dcac80f 00:37:00 Step 8/23 : COPY . . 00:37:00 Removing intermediate container 494afcdd3fc2 00:37:00 ---> 1e2ed1034b50 00:37:00 Step 8/23 : COPY . . 00:37:00 Removing intermediate container cb1eed175c74 00:37:00 ---> d843a3e2a75c 00:37:00 Step 8/22 : COPY . . 00:37:02 Removing intermediate container 3227c20ee4f0 00:37:02 ---> 105d9e6c703c 00:37:02 Step 8/22 : COPY . . 00:37:03 + sudo snap install --classic snapcraft 00:37:13 snapcraft 4.4.4 from Canonical* installed 00:37:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:37:13 + patch --verbose -p1 00:37:13 Hmm... Looks like a unified diff to me... 00:37:13 The text leading up to this was: 00:37:13 -------------------------- 00:37:13 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:37:13 |From: Tony Espy 00:37:13 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:37:13 |Subject: [PATCH] optimize snap build for pipeline CI check 00:37:13 | 00:37:13 |This patch is used by the EdgeX CI pipeline builds to 00:37:13 |optimize the snap CI check run for pull requests. When 00:37:13 |applied, it essentially strips out everything (apps and 00:37:13 |parts) from the snapcraft.yaml file except those required 00:37:13 |to build edgex-go, as the whole idea of the CI check is to 00:37:13 |catch changes to edgex-go that break the snap build. 00:37:13 | 00:37:13 |In general, anyone updating snapcraft.yaml will also need 00:37:13 |to update this patch file, otherwise it may fail to apply, 00:37:13 |resulting in a failed snap build CI check in the associated 00:37:13 |pull request. 00:37:13 | 00:37:13 |Note - in addition to applying this patch, the pipeline also 00:37:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:37:13 |need to build the finally binary .snap file (and it won't 00:37:13 |work with the patch applied). This further reduces the build 00:37:13 |time. 00:37:13 |--- 00:37:13 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:37:13 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:37:13 | 00:37:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:37:13 |index 1e537489..faf42425 100644 00:37:13 |--- a/snap/snapcraft.yaml 00:37:13 |+++ b/snap/snapcraft.yaml 00:37:13 -------------------------- 00:37:13 patching file snap/snapcraft.yaml 00:37:13 Using Plan A... 00:37:13 Hunk #1 succeeded at 73. 00:37:13 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:37:13 Hunk #3 succeeded at 214 (offset -1 lines). 00:37:13 Hunk #4 succeeded at 222 (offset -1 lines). 00:37:13 Hunk #5 succeeded at 229 (offset -1 lines). 00:37:13 Hunk #6 succeeded at 256 (offset -1 lines). 00:37:13 Hunk #7 succeeded at 290 (offset -1 lines). 00:37:13 Hunk #8 succeeded at 342. 00:37:13 Hmm... Ignoring the trailing garbage. 00:37:13 done 00:37:13 + sudo snapcraft prime --use-lxd 00:37:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:37:14 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:37:14 - README.md 00:37:14 - snapcraft.yaml.orig 00:37:14 00:37:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:37:15 Launching a container. 00:37:25 ---> a83376c79e25 00:37:25 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:37:25 ---> 32db4e76e54b 00:37:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:25 ---> 3494be8a9f82 00:37:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:25 ---> Running in 992d68c5727e 00:37:25 ---> 3cab96729f2e 00:37:25 Step 9/23 : RUN make cmd/core-command/core-command 00:37:25 ---> Running in 9195c8fed149 00:37:25 ---> 3ac9dc3cf6fb 00:37:25 ---> Running in b3200272d716 00:37:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:25 ---> Running in 44690c84c3ad 00:37:25 ---> Running in 075c9bd68f3d 00:37:25 Removing intermediate container 992d68c5727e 00:37:25 ---> d2e9a00f2b87 00:37:25 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:37:25 ---> Running in 53440ec677ac 00:37:27 Waiting for container to be ready 00:37:27 To start your first instance, try: lxc launch ubuntu:18.04 00:37:27 00:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37: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 00:37: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 00:37:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:37:30 Waiting for network to be ready... 00:37:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:37:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:37:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:37:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:37:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:37:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:37:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:37:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:37:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:37:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:37:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:37:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:37:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:37:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:37:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:37:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:37:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:37:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:37:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:37:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:37:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:37:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:37:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:37:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:37:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:37:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:37:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:37:34 Fetched 23.8 MB in 4s (6015 kB/s) 00:37:35 Reading package lists... 00:37:35 Reading package lists... 00:37:35 Building dependency tree... 00:37:35 Reading state information... 00:37:36 The following additional packages will be installed: 00:37:36 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:37:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:37:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:37:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:37:36 Suggested packages: 00:37:36 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:37:36 Recommended packages: 00:37:36 gnupg libsasl2-modules 00:37:36 The following NEW packages will be installed: 00:37:36 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:37:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:37:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:37:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:37:36 The following packages will be upgraded: 00:37:36 gpg gpg-agent gpgconf libudev1 00:37:36 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:37:36 Need to get 3533 kB of archives. 00:37:36 After this operation, 13.3 MB of additional disk space will be used. 00:37:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:37:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:37:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:37:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:37:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:37:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:37:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:37:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:37:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:37:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:37:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:37:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:37:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:37:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:37:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:37:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:37:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:37:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:37:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:37:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:37:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:37:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:37:37 debconf: delaying package configuration, since apt-utils is not installed 00:37:37 Fetched 3533 kB in 1s (3066 kB/s) 00:37:37 (Reading database ... 12511 files and directories currently installed.) 00:37:37 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:37:37 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:37 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:37:37 Selecting previously unselected package udev. 00:37:37 (Reading database ... 12511 files and directories currently installed.) 00:37:37 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:37:37 Unpacking udev (237-3ubuntu10.44) ... 00:37:37 Selecting previously unselected package libfuse2:amd64. 00:37:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:37:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:37:37 Selecting previously unselected package fuse. 00:37:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:37:37 Unpacking fuse (2.9.7-1ubuntu1) ... 00:37:38 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:38 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:38 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:38 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:38 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:38 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:38 Selecting previously unselected package libksba8:amd64. 00:37:38 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:37:38 Unpacking libksba8:amd64 (1.3.5-2) ... 00:37:38 Selecting previously unselected package libroken18-heimdal:amd64. 00:37:38 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:38 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:38 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:37:38 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:38 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:38 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:37:38 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:38 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:37:39 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:39 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libwind0-heimdal:amd64. 00:37:39 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:39 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:37:39 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:39 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:37:39 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:39 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:37:39 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:39 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:37:39 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:39 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:39 Selecting previously unselected package libsasl2-modules-db:amd64. 00:37:39 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:37:39 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:39 Selecting previously unselected package libsasl2-2:amd64. 00:37:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:37:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:39 Selecting previously unselected package libldap-common. 00:37:39 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:37:39 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:37:39 Selecting previously unselected package libldap-2.4-2:amd64. 00:37:39 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:37:39 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:37:39 Selecting previously unselected package dirmngr. 00:37:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:40 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:37:40 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:37:40 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:37:40 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:37:40 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:40 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:40 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:37:40 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:40 Setting up libksba8:amd64 (1.3.5-2) ... 00:37:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:40 Setting up udev (237-3ubuntu10.44) ... 00:37:40 invoke-rc.d: policy-rc.d denied execution of start. 00:37:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:40 Processing triggers for systemd (237-3ubuntu10) ... 00:37:40 Setting up fuse (2.9.7-1ubuntu1) ... 00:37:40 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:37:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:41 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:41 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:41 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:41 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:37:41 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:37:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:41 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:37:41 settings in the [Install] section, and DefaultInstance for template units). 00:37:41 This means they are not meant to be enabled using systemctl. 00:37:41 Possible reasons for having this kind of units are: 00:37:41 1) A unit may be statically enabled by being symlinked from another unit's 00:37:41 .wants/ or .requires/ directory. 00:37:41 2) A unit's purpose may be to act as a helper for some other unit which has 00:37:41 a requirement dependency on it. 00:37:41 3) A unit may be started when needed via activation (socket, path, timer, 00:37:41 D-Bus, udev, scripted systemctl call, ...). 00:37:41 4) In case of template units, the unit is meant to be enabled with some 00:37:41 instance name specified. 00:37:41 Reading package lists... 00:37:42 Building dependency tree... 00:37:42 Reading state information... 00:37:42 The following additional packages will be installed: 00:37:42 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:37:42 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:37:42 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:37:42 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:37:42 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:37:42 Suggested packages: 00:37:42 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:37:42 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:37:42 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:37:42 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:37:42 systemd-container policykit-1 00:37:42 Recommended packages: 00:37:42 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:37:42 The following NEW packages will be installed: 00:37:42 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:37:42 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:37:42 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:37:42 multiarch-support openssh-client python3 python3-minimal python3.6 00:37:42 python3.6-minimal snapd squashfs-tools sudo 00:37:42 The following packages will be upgraded: 00:37:42 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:37:42 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:37:42 Need to get 35.2 MB of archives. 00:37:42 After this operation, 141 MB of additional disk space will be used. 00:37:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:37:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:37:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:37:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:37:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:37:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:37:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:37:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:37:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:37:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:37:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:37:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:37:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:37:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:37:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:37:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:37:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:37:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:37:43 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:37:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:37:43 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:37:43 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:37:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:37:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:37:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:37:43 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:37:43 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:37:43 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:37:43 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:37:43 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:37:44 debconf: delaying package configuration, since apt-utils is not installed 00:37:44 Fetched 35.2 MB in 2s (16.1 MB/s) 00:37:44 (Reading database ... 12757 files and directories currently installed.) 00:37:44 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:37:44 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:45 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:37:45 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:45 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:37:45 (Reading database ... 12757 files and directories currently installed.) 00:37:45 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:37:45 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:37:45 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:37:46 (Reading database ... 12757 files and directories currently installed.) 00:37:46 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:37:46 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:37:46 Setting up apt (1.6.12ubuntu0.2) ... 00:37:46 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:37:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:37:46 (Reading database ... 12764 files and directories currently installed.) 00:37:46 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:37:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:37:47 Selecting previously unselected package libpython3.6-minimal:amd64. 00:37:47 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:47 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:47 Selecting previously unselected package libexpat1:amd64. 00:37:47 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:37:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:37:47 Selecting previously unselected package python3.6-minimal. 00:37:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:37:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:37:47 Checking for services that may need to be restarted...done. 00:37:47 Checking for services that may need to be restarted...done. 00:37:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:37:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:37:48 Selecting previously unselected package python3-minimal. 00:37:48 (Reading database ... 13012 files and directories currently installed.) 00:37:48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:37:48 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:37:48 Selecting previously unselected package mime-support. 00:37:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:37:48 Unpacking mime-support (3.60ubuntu1) ... 00:37:48 Selecting previously unselected package libmpdec2:amd64. 00:37:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:37:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:37:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:37:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:48 Selecting previously unselected package python3.6. 00:37:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:37:48 Selecting previously unselected package libpython3-stdlib:amd64. 00:37:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:37:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:37:48 Setting up python3-minimal (3.6.7-1~18.04) ... 00:37:49 Selecting previously unselected package python3. 00:37:49 (Reading database ... 13442 files and directories currently installed.) 00:37:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:37:49 Unpacking python3 (3.6.7-1~18.04) ... 00:37:49 Selecting previously unselected package multiarch-support. 00:37:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:37:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:37:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:37:49 Selecting previously unselected package liblzo2-2:amd64. 00:37:49 (Reading database ... 13479 files and directories currently installed.) 00:37:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:37:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:37:49 Selecting previously unselected package libbsd0:amd64. 00:37:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:37:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:37:49 Selecting previously unselected package sudo. 00:37:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:37:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:37:49 Selecting previously unselected package apparmor. 00:37:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:37:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:37:50 Selecting previously unselected package libedit2:amd64. 00:37:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:37:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:37:50 Selecting previously unselected package libkrb5support0:amd64. 00:37:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:37:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:37:50 Selecting previously unselected package libk5crypto3:amd64. 00:37:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:37:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:37:50 Selecting previously unselected package libkeyutils1:amd64. 00:37:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:37:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:37:50 Selecting previously unselected package libkrb5-3:amd64. 00:37:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:37:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:37:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:37:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:37:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:37:50 Selecting previously unselected package libssl1.0.0:amd64. 00:37:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:37:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:37:50 Selecting previously unselected package openssh-client. 00:37:50 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:37:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:37:51 Selecting previously unselected package squashfs-tools. 00:37:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:37:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:37:51 Selecting previously unselected package snapd. 00:37:51 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:37:51 Unpacking snapd (2.48+18.04) ... 00:37:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:37:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:37:53 Setting up mime-support (3.60ubuntu1) ... 00:37:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:37:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:37:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:37:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:54 Setting up systemd (237-3ubuntu10.44) ... 00:37:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:37:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:37:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:37:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:37:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:37:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:37:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:37:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:37:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:37:56 Setting up python3 (3.6.7-1~18.04) ... 00:37:56 running python rtupdate hooks for python3.6... 00:37:56 running python post-rtupdate hooks for python3.6... 00:37:56 Setting up apparmor (2.12-4ubuntu5.1) ... 00:37:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:37:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:37:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:37:58 Setting up snapd (2.48+18.04) ... 00:37:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:37:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:37:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:37:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:37:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:37:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:37:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:37:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:38:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:38:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:38:00 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:38:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:38:00 Processing triggers for systemd (237-3ubuntu10.44) ... 00:38:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:38:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:38:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:38:01 Fetched 88.7 kB in 0s (180 kB/s) 00:38:02 Reading package lists... 00:38:02 Reading package lists... 00:38:02 Building dependency tree... 00:38:02 Reading state information... 00:38:02 Calculating upgrade... 00:38:03 The following packages will be upgraded: 00:38:03 advancecomp base-files bash binutils binutils-common 00:38:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:38:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:38:03 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:38:03 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:38:03 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:38:03 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:38:03 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:38:03 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:38:03 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:38:03 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:38:03 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:38:03 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:38:03 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:38:03 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:38:03 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:38:03 Need to get 63.8 MB of archives. 00:38:03 After this operation, 5205 kB of additional disk space will be used. 00:38:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:38:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:38:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:38:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:38:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:38:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:38:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:38:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:38:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:38:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:38:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:38:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:38:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:38:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:38:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:38:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:38:04 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:38:04 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:38:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:38:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:38:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:38:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:38:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:38:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:38:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:38:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:38:04 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:38:04 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:38:04 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:38:04 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:38:04 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:38:04 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:38:04 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:38:04 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:38:04 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:38:04 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:38:04 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:38:04 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:38:04 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:38:04 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:38:04 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:38:04 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] 00:38:04 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:38:04 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:38:04 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:38:04 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:38:04 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:38:04 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:38:04 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:38:04 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:38:04 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:38:04 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:38:04 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:38:04 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:38:04 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:38:04 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:38:04 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:38:04 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:38:04 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:38:04 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:38:04 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:38:04 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:38:04 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:38:04 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:38:04 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:38:04 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:38:04 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:38:04 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:38:04 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:38:04 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:38:04 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:38:04 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:38:04 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:38:04 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:38:04 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:38:04 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:38:04 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:38:04 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:38:04 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:38:04 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:38:04 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:38:05 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:38:05 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:38:05 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:38:05 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:38:05 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:38:05 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:38:05 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:38:05 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:38:05 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:38:05 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:38:06 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:38:06 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:38:06 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:38:06 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:38:06 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:38:06 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:38:06 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:38:06 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:38:06 debconf: delaying package configuration, since apt-utils is not installed 00:38:06 Fetched 63.8 MB in 4s (17.9 MB/s) 00:38:06 (Reading database ... 13912 files and directories currently installed.) 00:38:06 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:38:06 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:38:07 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:38:07 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:38:07 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:38:07 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:38:08 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:08 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:08 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:08 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:09 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:09 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:09 (Reading database ... 13911 files and directories currently installed.) 00:38:09 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:38:09 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:38:09 (Reading database ... 13911 files and directories currently installed.) 00:38:09 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:09 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:38:10 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:38:10 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:10 (Reading database ... 13911 files and directories currently installed.) 00:38:10 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:38:10 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:38:11 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:38:11 (Reading database ... 13911 files and directories currently installed.) 00:38:11 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:38:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:38:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:38:11 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:38:11 Setting up base-files (10.1ubuntu2.10) ... 00:38:11 Installing new version of config file /etc/issue ... 00:38:11 Installing new version of config file /etc/issue.net ... 00:38:11 Installing new version of config file /etc/lsb-release ... 00:38:11 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:38:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:38:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:38:12 Removing obsolete conffile /etc/default/motd-news ... 00:38:12 (Reading database ... 13912 files and directories currently installed.) 00:38:12 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:38:12 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:38:12 Setting up bash (4.4.18-2ubuntu1.2) ... 00:38:12 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:38:12 (Reading database ... 13912 files and directories currently installed.) 00:38:12 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:12 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:38:12 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:38:12 (Reading database ... 13912 files and directories currently installed.) 00:38:12 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:38:12 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:38:12 Setting up tar (1.29b-2ubuntu0.2) ... 00:38:13 (Reading database ... 13912 files and directories currently installed.) 00:38:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:38:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:13 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:38:13 (Reading database ... 13912 files and directories currently installed.) 00:38:13 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:13 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:13 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:13 (Reading database ... 13912 files and directories currently installed.) 00:38:13 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:13 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:38:14 (Reading database ... 13912 files and directories currently installed.) 00:38:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:38:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:38:14 Setting up grep (3.1-2build1) ... 00:38:14 (Reading database ... 13912 files and directories currently installed.) 00:38:14 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:38:14 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:38:14 Setting up login (1:4.5-1ubuntu2) ... 00:38:14 (Reading database ... 13912 files and directories currently installed.) 00:38:14 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:38:14 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:38:14 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:38:15 (Reading database ... 13912 files and directories currently installed.) 00:38:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:38:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:38:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:38:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:38:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:38:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:38:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:38:16 (Reading database ... 13912 files and directories currently installed.) 00:38:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:38:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:38:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:38:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:38:18 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:38:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:38:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:38:19 (Reading database ... 13912 files and directories currently installed.) 00:38:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:38:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:38:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:38:20 (Reading database ... 13912 files and directories currently installed.) 00:38:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:38:20 (Reading database ... 13912 files and directories currently installed.) 00:38:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:38:20 (Reading database ... 13912 files and directories currently installed.) 00:38:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:38:20 (Reading database ... 13912 files and directories currently installed.) 00:38:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:38:20 (Reading database ... 13912 files and directories currently installed.) 00:38:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:38:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:38:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:38:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:38:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:38:21 (Reading database ... 13912 files and directories currently installed.) 00:38:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:38:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:38:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:38:21 (Reading database ... 13912 files and directories currently installed.) 00:38:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:38:21 (Reading database ... 13912 files and directories currently installed.) 00:38:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:38:21 (Reading database ... 13912 files and directories currently installed.) 00:38:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:38:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:38:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:38:23 (Reading database ... 13912 files and directories currently installed.) 00:38:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:38:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:38:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:38:23 (Reading database ... 13912 files and directories currently installed.) 00:38:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:38:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:38:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:38:23 (Reading database ... 13914 files and directories currently installed.) 00:38:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:38:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:38:23 Setting up debconf (1.5.66ubuntu1) ... 00:38:24 (Reading database ... 13914 files and directories currently installed.) 00:38:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:38:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:38:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:38:24 (Reading database ... 13914 files and directories currently installed.) 00:38:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:38:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:38:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:38:24 (Reading database ... 13914 files and directories currently installed.) 00:38:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:38:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:25 (Reading database ... 13914 files and directories currently installed.) 00:38:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:38:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:25 (Reading database ... 13914 files and directories currently installed.) 00:38:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:38:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:25 (Reading database ... 13914 files and directories currently installed.) 00:38:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:38:25 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:38:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:25 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:26 (Reading database ... 13914 files and directories currently installed.) 00:38:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:38:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:38:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:38:26 (Reading database ... 13914 files and directories currently installed.) 00:38:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:38:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:26 (Reading database ... 13914 files and directories currently installed.) 00:38:26 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:26 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:26 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:26 (Reading database ... 13914 files and directories currently installed.) 00:38:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:38:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:38:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:38:27 (Reading database ... 13914 files and directories currently installed.) 00:38:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:38:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:38:27 Setting up passwd (1:4.5-1ubuntu2) ... 00:38:27 (Reading database ... 13914 files and directories currently installed.) 00:38:27 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:38:27 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:38:27 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:38:27 (Reading database ... 13914 files and directories currently installed.) 00:38:27 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:38:27 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:38:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:38:28 (Reading database ... 13914 files and directories currently installed.) 00:38:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:38:28 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:38:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:38:28 (Reading database ... 13914 files and directories currently installed.) 00:38:28 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:38:28 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:38:28 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:38:28 (Reading database ... 13914 files and directories currently installed.) 00:38:28 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:38:28 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:38:28 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:38:29 (Reading database ... 13914 files and directories currently installed.) 00:38:29 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:38:29 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:38:29 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:38:29 (Reading database ... 13914 files and directories currently installed.) 00:38:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:38:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:38:29 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:38:29 (Reading database ... 13915 files and directories currently installed.) 00:38:29 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:38:29 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:38:29 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:38:29 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:38:29 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:38:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:38:29 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:38:30 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:38:30 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:38:30 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:38:30 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:38:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:38:30 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:38:30 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:38:30 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:38:30 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:38:30 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:38:30 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:38:31 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:38:31 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:38:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:38:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:38:31 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:38:31 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:38:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:38:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:38:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:38:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:38:32 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:32 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:32 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:32 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:32 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:32 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:33 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:33 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:33 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:33 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:33 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:33 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:33 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:33 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:34 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:34 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:35 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:35 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:36 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:36 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:36 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:37 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:37 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:37 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:37 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:37 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:38:37 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:37 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:38:37 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:38 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:38:38 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:38:38 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:38 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:38 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:38 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:38 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:38:38 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:38:38 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:38 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:38:38 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:38 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:38 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:38 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:38:38 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:38:38 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:38:38 00:38:38 Current default time zone: 'Etc/UTC' 00:38:38 Local time is now: Thu Jan 28 00:38:38 UTC 2021. 00:38:38 Universal Time is now: Thu Jan 28 00:38:38 UTC 2021. 00:38:38 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:38:38 00:38:38 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:38:38 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:38 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:38:38 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:38:38 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:38:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:38:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:38:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:38:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:38:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:38:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:38:39 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:39 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:38:39 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:39 Setting up patch (2.7.6-2ubuntu1.1) ... 00:38:39 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:38:39 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:38:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:38:39 Installing new version of config file /etc/ssl/openssl.cnf ... 00:38:39 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:38:39 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:38:39 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:38:41 Updating certificates in /etc/ssl/certs... 00:38:42 22 added, 17 removed; done. 00:38:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:38:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:38:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:38:42 Setting up pkgbinarymangler (138.18.04.1) ... 00:38:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:38:43 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up perl (5.26.1-6ubuntu0.5) ... 00:38:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:38:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:38:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:38:43 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:38:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:38:43 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:38:43 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:38:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:38:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:38:43 Processing triggers for systemd (237-3ubuntu10.44) ... 00:38:43 Processing triggers for mime-support (3.60ubuntu1) ... 00:38:43 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:38:43 Updating certificates in /etc/ssl/certs... 00:38:44 0 added, 0 removed; done. 00:38:44 Running hooks in /etc/ca-certificates/update.d... 00:38:44 done. 00:38:44 Reading package lists... 00:38:45 Building dependency tree... 00:38:45 Reading state information... 00:38:45 The following NEW packages will be installed: 00:38:45 apt-transport-https 00:38:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:38:45 Need to get 1696 B of archives. 00:38:45 After this operation, 153 kB of additional disk space will be used. 00:38:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:38:45 debconf: delaying package configuration, since apt-utils is not installed 00:38:45 Fetched 1696 B in 0s (39.7 kB/s) 00:38:45 Selecting previously unselected package apt-transport-https. 00:38:45 (Reading database ... 13929 files and directories currently installed.) 00:38:45 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:38:45 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:38:45 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:38:45 Waiting for network to be ready... 00:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:38:50 2021-01-28T00:38:48Z INFO Waiting for automatic snapd restart... 00:38:51 snapd 2.48.2 from Canonical* installed 00:38:52 "snapd" switched to the "latest/stable" channel 00:38:52 00:38:54 core18 20201210 from Canonical* installed 00:38:54 "core18" switched to the "latest/stable" channel 00:38:54 00:38:58 snapcraft 4.4.4 from Canonical* installed 00:38:58 "snapcraft" switched to the "latest/stable" channel 00:38:58 00:39:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:39:02 - README.md 00:39:02 - snapcraft.yaml.orig 00:39:02 00:39:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:39:04 + mkdir -p /tmp/build/dist/linux 00:39:04 + cd /tmp/build/dist/linux 00:39:04 + git clone https://github.com/jwilder/dockerize.git . 00:39:04 Cloning into '.'... 00:39:04 Removing intermediate container 44690c84c3ad 00:39:04 ---> 65aa06fd7af4 00:39:04 00:39:04 Step 10/22 : FROM alpine:3.12 00:39:04 3.12: Pulling from library/alpine 00:39:05 Removing intermediate container 075c9bd68f3d 00:39:05 ---> f96d23e28b80 00:39:05 00:39:05 Removing intermediate container b3200272d716 00:39:05 Step 10/23 : FROM alpine:3.12 ---> a352864d54eb 00:39:05 00:39:05 00:39:05 Step 10/22 : FROM alpine:3.12 00:39:05 + go get github.com/robfig/glock 00:39:05 3.12: Pulling from library/alpine 00:39:05 3.12: Pulling from library/alpine 00:39:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:05 Status: Image is up to date for alpine:3.12 00:39:05 ---> afeebe901d6b 00:39:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:05 Status: Image is up to date for alpine:3.12 00:39:05 ---> afeebe901d6b 00:39:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:05 Status: Downloaded newer image for alpine:3.12 00:39:05 ---> afeebe901d6b 00:39:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:06 ---> Running in 5f956ca9adc5 00:39:06 ---> Running in 68310f846add 00:39:06 ---> Running in 685e46e80a2e 00:39:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:39:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:39:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:39:09 Fetched 88.7 kB in 0s (188 kB/s) 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:09 (1/1) Installing dumb-init (1.2.2-r1) 00:39:09 Executing busybox-1.31.1-r19.trigger 00:39:09 OK: 5 MiB in 15 packages 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:09 Reading package lists... 00:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:09 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:39:10 (1/2) Installing ca-certificates (20191127-r4) 00:39:10 (2/2) Installing dumb-init (1.2.2-r1) 00:39:10 Executing busybox-1.31.1-r19.trigger 00:39:10 Executing ca-certificates-20191127-r4.trigger 00:39:10 (1/1) Installing dumb-init (1.2.2-r1) 00:39:10 Executing busybox-1.31.1-r19.trigger 00:39:10 OK: 5 MiB in 15 packages 00:39:10 OK: 6 MiB in 16 packages 00:39:11 Removing intermediate container 5f956ca9adc5 00:39:11 ---> e66a3531b3dd 00:39:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:11 ---> Running in 498b288c4378 00:39:12 Removing intermediate container 68310f846add 00:39:12 ---> 63bb3f5a79ff 00:39:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:12 ---> Running in 30a66303f2e5 00:39:12 Removing intermediate container 498b288c4378 00:39:12 ---> 72e4b2cd6a86 00:39:12 Step 13/22 : ENV APP_PORT=48085 00:39:13 ---> Running in 869620a205bd 00:39:13 Removing intermediate container 30a66303f2e5 00:39:13 ---> 818a932e0411 00:39:13 Step 13/23 : ENV APP_PORT=48082 00:39:13 Removing intermediate container 685e46e80a2e 00:39:13 ---> 611753a57030 00:39:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:13 ---> Running in 8f026c8fa700 00:39:13 Removing intermediate container 869620a205bd 00:39:13 ---> ebd01844e2a3 00:39:13 Step 14/22 : EXPOSE $APP_PORT 00:39:13 ---> Running in 3a98e01d56a9 00:39:14 ---> Running in 974b3b29a754 00:39:14 Removing intermediate container 8f026c8fa700 00:39:14 ---> a259f82182c9 00:39:14 Step 14/23 : EXPOSE $APP_PORT 00:39:14 ---> Running in 7904a44c09ee 00:39:15 Removing intermediate container 974b3b29a754 00:39:15 ---> 017e55f5470c 00:39:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:15 Removing intermediate container 3a98e01d56a9 00:39:15 ---> 903d96b7879b 00:39:15 Step 13/22 : ENV APP_PORT=48060 00:39:15 ---> Running in 4e0b33fd8549 00:39:15 Removing intermediate container 7904a44c09ee 00:39:15 ---> 471be3afa52f 00:39:15 Step 15/23 : WORKDIR / 00:39:15 ---> Running in 24c5a14e6e1f 00:39:16 Removing intermediate container 4e0b33fd8549 00:39:16 ---> 08f039954655 00:39:16 Step 14/22 : EXPOSE $APP_PORT 00:39:16 ---> ec625ec58ceb 00:39:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:16 ---> Running in 7388f6f4e50d 00:39:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:16 Reading package lists... 00:39:16 Building dependency tree... 00:39:16 Reading state information... 00:39:16 Suggested packages: 00:39:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:39:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:39:16 Recommended packages: 00:39:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:39:16 The following NEW packages will be installed: 00:39:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:39:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:39:16 pkg-config zip 00:39:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:39:16 Need to get 7655 kB of archives. 00:39:16 After this operation, 43.7 MB of additional disk space will be used. 00:39:16 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:39:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:39:16 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:39:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:39:16 Removing intermediate container 24c5a14e6e1f 00:39:16 ---> d4cefc330465 00:39:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:39:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:39:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:39:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:39:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:39:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:39:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:39:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:39:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:39:17 Removing intermediate container 7388f6f4e50d 00:39:17 ---> 3f4192736e6e 00:39:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:39:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:39:17 debconf: delaying package configuration, since apt-utils is not installed 00:39:17 Fetched 7655 kB in 1s (6597 kB/s) 00:39:17 Selecting previously unselected package libglib2.0-0:amd64. 00:39:17 (Reading database ... 13933 files and directories currently installed.) 00:39:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:39:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:39:18 Selecting previously unselected package libpsl5:amd64. 00:39:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:39:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:39:18 Selecting previously unselected package libnghttp2-14:amd64. 00:39:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:39:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:39:18 Selecting previously unselected package librtmp1:amd64. 00:39:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:39:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:39:18 Selecting previously unselected package libcurl3-gnutls:amd64. 00:39:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:39:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:39:18 Selecting previously unselected package liberror-perl. 00:39:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:39:18 Unpacking liberror-perl (0.17025-1) ... 00:39:18 Selecting previously unselected package git-man. 00:39:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:39:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:39:18 Selecting previously unselected package git. 00:39:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:39:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:39:18 ---> d5a6d327cd55 00:39:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:19 ---> 83d40f83a753 00:39:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:19 ---> 7b13ef9ec428 00:39:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:19 Selecting previously unselected package libnorm1:amd64. 00:39:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:39:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:39:19 Selecting previously unselected package libpgm-5.2-0:amd64. 00:39:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:39:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:39:19 Selecting previously unselected package libsodium23:amd64. 00:39:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:39:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:39:19 Selecting previously unselected package libzmq5:amd64. 00:39:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:39:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:39:19 Selecting previously unselected package libzmq3-dev:amd64. 00:39:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:39:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:39:19 Selecting previously unselected package pkg-config. 00:39:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:39:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:39:20 Selecting previously unselected package zip. 00:39:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:39:20 Unpacking zip (3.0-11build1) ... 00:39:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:39:20 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:39:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:39:20 Setting up liberror-perl (0.17025-1) ... 00:39:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:39:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:39:20 No schema files found: doing nothing. 00:39:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:39:20 Setting up zip (3.0-11build1) ... 00:39:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:39:20 Setting up libsodium23:amd64 (1.0.16-2) ... 00:39:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:39:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:39:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:39:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:39:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:39:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:39:21 ---> a05ff1019914 00:39:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:21 ---> Running in 81263e275a42 00:39:21 ---> f8791dfccf71 00:39:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:21 ---> 26a1058fb8f4 00:39:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:21 Removing intermediate container 9195c8fed149 00:39:21 ---> 639c0937ee74 00:39:21 00:39:21 Step 10/23 : FROM alpine:3.12 00:39:21 ---> afeebe901d6b 00:39:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:21 ---> Using cache 00:39:21 ---> 63bb3f5a79ff 00:39:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:21 ---> Using cache 00:39:21 ---> 818a932e0411 00:39:21 Step 13/23 : ENV APP_PORT=48081 00:39:22 ---> Running in edacccce8533 00:39:22 Removing intermediate container 81263e275a42 00:39:22 ---> a163afbac5ad 00:39:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:22 ---> Running in 1a75ef18cd15 00:39:22 ---> d5e9400bb7dc 00:39:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:23 ---> 3c34973025dc 00:39:23 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:23 ---> Running in dc030242a60b 00:39:23 Removing intermediate container edacccce8533 00:39:23 ---> e503928d5c5c 00:39:23 Step 14/23 : EXPOSE $APP_PORT 00:39:23 ---> Running in 53e2715cb558 00:39:23 Removing intermediate container 1a75ef18cd15 00:39:23 ---> e8dc1d56c0b4 00:39:23 Step 20/22 : LABEL arch=arm64 00:39:23 ---> Running in 60d1bbec3b9f 00:39:23 ---> Running in 6d1da504618d 00:39:23 Removing intermediate container dc030242a60b 00:39:23 ---> bac8afe3ba45 00:39:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:23 ---> Running in 80bfb9a72099 00:39:24 Removing intermediate container 53e2715cb558 00:39:24 ---> 5b7e9f686f22 00:39:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:24 Removing intermediate container 60d1bbec3b9f 00:39:24 ---> 7623c2a394ed 00:39:24 Step 15/23 : WORKDIR / 00:39:24 Removing intermediate container 6d1da504618d 00:39:24 ---> 1241f66d7f2f 00:39:24 Step 21/22 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:39:24 ---> Running in 599cb1ffd763 00:39:24 ---> Running in 2a062bfe4a75 00:39:24 ---> Running in ac3662eb4d54 00:39:24 Removing intermediate container 80bfb9a72099 00:39:24 ---> 5776a7b3e619 00:39:24 Step 20/22 : LABEL arch=arm64 00:39:25 ---> Running in c85a1e6a86e3 00:39:25 Removing intermediate container 599cb1ffd763 00:39:25 ---> a539d2b66078 00:39:25 Step 21/23 : LABEL arch=arm64 00:39:25 Removing intermediate container 2a062bfe4a75 00:39:25 ---> 57fea5d2d03f 00:39:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:25 ---> Running in 0b7c22074f1a 00:39:25 Removing intermediate container ac3662eb4d54 00:39:25 ---> c4cad0d97d82 00:39:25 Step 22/22 : LABEL version=0.0.0 00:39:25 Removing intermediate container c85a1e6a86e3 00:39:25 ---> 4f0d8707a94d 00:39:25 Step 21/22 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:39:25 ---> Running in 5f4e8960cbb5 00:39:25 ---> Running in 93a4ae0e78cb 00:39:25 Removing intermediate container 0b7c22074f1a 00:39:25 ---> f956a4b93853 00:39:25 Step 22/23 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:39:26 ---> Running in b78d0b9e78a8 00:39:26 ---> 52c29186ee5d 00:39:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:26 Removing intermediate container 5f4e8960cbb5 00:39:26 ---> 6922d4816c26 00:39:26 00:39:26 Removing intermediate container 93a4ae0e78cb 00:39:26 ---> c99ba0bf85af 00:39:26 Step 22/22 : LABEL version=0.0.0 00:39:26 ---> Running in 950129c2162e 00:39:26 + glock sync -n 00:39:26 Removing intermediate container b78d0b9e78a8 00:39:26 ---> 995bd2f5b305 00:39:26 Step 23/23 : LABEL version=0.0.0 00:39:26 Successfully built 6922d4816c26 00:39:26 Successfully tagged docker-support-scheduler-go-arm64:latest 00:39:26  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:39:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:27 git set to automatically installed. 00:39:27 git-man set to automatically installed. 00:39:27 libcurl3-gnutls set to automatically installed. 00:39:27 liberror-perl set to automatically installed. 00:39:27 libglib2.0-0 set to automatically installed. 00:39:27 libnghttp2-14 set to automatically installed. 00:39:27 libnorm1 set to automatically installed. 00:39:27 libpgm-5.2-0 set to automatically installed. 00:39:27 libpsl5 set to automatically installed. 00:39:27 librtmp1 set to automatically installed. 00:39:27 libsodium23 set to automatically installed. 00:39:27 libzmq3-dev set to automatically installed. 00:39:27 libzmq5 set to automatically installed. 00:39:27 pkg-config set to automatically installed. 00:39:27 zip set to automatically installed. 00:39:27 ---> Running in 98de12a18fa2 00:39:27 Removing intermediate container 950129c2162e 00:39:27 ---> 2ba42319b441 00:39:27 00:39:27 Successfully built 2ba42319b441 00:39:27 ---> d36276adb79a 00:39:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:27 Removing intermediate container 98de12a18fa2 00:39:27 ---> e42db0c08833 00:39:27 00:39:27 Successfully tagged docker-support-notifications-go-arm64:latest 00:39:27  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:39:28 Successfully built e42db0c08833 00:39:28 Successfully tagged docker-core-command-go-arm64:latest 00:39:28 Building docker-core-data-go 00:39:29  Building docker-core-command-go ... done  ---> 34eb21b7deec 00:39:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:29 ---> Running in a561c3e48cbf 00:39:29 snapd is not logged in, snap install commands will use sudo 00:39:29 Removing intermediate container a561c3e48cbf 00:39:29 ---> 8d44bc263d11 00:39:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:29 ---> Running in b018ddb2f768 00:39:30 Removing intermediate container b018ddb2f768 00:39:30 ---> 7dd6b57988da 00:39:30 Step 21/23 : LABEL arch=arm64 00:39:30 ---> Running in 4e030defcf07 00:39:31 Removing intermediate container 4e030defcf07 00:39:31 ---> fcf682817cfe 00:39:31 Step 22/23 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:39:31 ---> Running in 7770071ec053 00:39:32 Removing intermediate container 7770071ec053 00:39:32 ---> a39abedfb641 00:39:32 Step 23/23 : LABEL version=0.0.0 00:39:32 ---> Running in a9fcac3ef987 00:39:33 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:39:33 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:39:33 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:39:33 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:39:33 + git describe '--abbrev=0' --tags 00:39:33 + TAG=v0.6.1 00:39:33 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:39:33 + apk --print-arch 00:39:33 + arch=aarch64building [dockerize] for arm64 ... 00:39:33  00:39:33 + echo 'building [dockerize] for arm64 ... ' 00:39:33 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:39:34 Removing intermediate container a9fcac3ef987 00:39:34 ---> bfedefc2e83e 00:39:34 00:39:34 Successfully built bfedefc2e83e 00:39:34 Successfully tagged docker-core-metadata-go-arm64:latest 00:39:34  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:39:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:35 snap "core18" has no updates available 00:39:36 Pulling config-common 00:39:37 Pulling go-build-helper 00:39:37 + date 00:39:37 + echo 'Thu Jan 28 00:39:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:39:37 Thu Jan 28 00:39:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:39:47 Removing intermediate container 53440ec677ac 00:39:47 ---> b89a00429701 00:39:47 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:39:47 ---> Running in 10edfbd1105a 00:39:49 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:39:49 statically linked 00:39:51 Removing intermediate container 10edfbd1105a 00:39:51 ---> b5e0e85c1d02 00:39:51 00:39:51 Step 12/34 : FROM alpine:3.12 00:39:51 ---> afeebe901d6b 00:39:51 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:51 ---> Running in cba23c394d16 00:39:52 Removing intermediate container cba23c394d16 00:39:52 ---> 0a0ab842dc48 00:39:52 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:39:52 ---> Running in 092fc22f8a7f 00:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:54 (1/3) Installing dumb-init (1.2.2-r1) 00:39:54 (2/3) Installing openssl (1.1.1i-r0) 00:39:54 (3/3) Installing su-exec (0.2-r1) 00:39:54 Executing busybox-1.31.1-r19.trigger 00:39:54 OK: 6 MiB in 17 packages 00:39:56 Removing intermediate container 092fc22f8a7f 00:39:56 ---> ccb94113a5bb 00:39:56 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:39:56 ---> Running in 39825f0f8b18 00:39:57 Removing intermediate container 39825f0f8b18 00:39:57 ---> a6929ba8f553 00:39:57 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:57 ---> Running in b43484de165d 00:39:58 Removing intermediate container b43484de165d 00:39:58 ---> 05ff57d90aae 00:39:58 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:58 ---> Running in 3bf8e121024c 00:39:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:39:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:39:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:39:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:39:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:39:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:39:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:39:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:39:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:39:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:39:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:39:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:39:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:39:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:39:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:39:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:39:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:39:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:39:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:39:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:39:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:39:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:39:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:39:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:39:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:39:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:39:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:39:59 Fetched 23.8 MB in 0s (0 B/s) 00:39:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:39:59 Fetched 96.5 kB in 0s (0 B/s) 00:39:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:39:59 Fetched 279 kB in 0s (0 B/s) 00:39:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:39:59 Fetched 122 kB in 0s (0 B/s) 00:39:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:39:59 Fetched 77.8 kB in 0s (0 B/s) 00:39:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:39:59 Fetched 8848 B in 0s (0 B/s) 00:39:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:39:59 Fetched 47.8 kB in 0s (0 B/s) 00:39:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:39:59 Fetched 45.6 kB in 0s (0 B/s) 00:39:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:39:59 Fetched 15.0 kB in 0s (0 B/s) 00:39:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:39:59 Fetched 214 kB in 0s (0 B/s) 00:39:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:39:59 Fetched 155 kB in 0s (0 B/s) 00:39:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:39:59 Fetched 50.6 kB in 0s (0 B/s) 00:39:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:39:59 Fetched 14.8 kB in 0s (0 B/s) 00:39:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:39:59 Fetched 41.8 kB in 0s (0 B/s) 00:39:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:39:59 Fetched 499 kB in 0s (0 B/s) 00:39:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:39:59 Fetched 111 kB in 0s (0 B/s) 00:39:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:39:59 Fetched 240 kB in 0s (0 B/s) 00:39:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:39:59 Fetched 29.3 kB in 0s (0 B/s) 00:39:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:39:59 Fetched 85.5 kB in 0s (0 B/s) 00:39:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:39:59 Fetched 24.5 kB in 0s (0 B/s) 00:39:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:39:59 Fetched 49.2 kB in 0s (0 B/s) 00:39:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:39:59 Fetched 54.2 kB in 0s (0 B/s) 00:39:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:39:59 Fetched 30.8 kB in 0s (0 B/s) 00:39:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:39:59 Fetched 17.0 kB in 0s (0 B/s) 00:39:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:39:59 Fetched 85.9 kB in 0s (0 B/s) 00:39:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:39:59 Fetched 8720 B in 0s (0 B/s) 00:39:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:39:59 Fetched 137 kB in 0s (0 B/s) 00:39:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:39:59 Fetched 119 kB in 0s (0 B/s) 00:39:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:39:59 Fetched 109 kB in 0s (0 B/s) 00:39:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:39:59 Fetched 11.1 kB in 0s (0 B/s) 00:39:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:39:59 Fetched 645 kB in 0s (0 B/s) 00:39:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:39:59 Fetched 41.3 kB in 0s (0 B/s) 00:39:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:39:59 Fetched 17.9 kB in 0s (0 B/s) 00:39:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:39:59 Fetched 368 kB in 0s (0 B/s) 00:39:59 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:39:59 Fetched 187 kB in 0s (0 B/s) 00:39:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:39:59 Fetched 175 kB in 0s (0 B/s) 00:39:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:40:01 Removing intermediate container 3bf8e121024c 00:40:01 ---> 3aad176c139c 00:40:01 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:40:01 ---> Running in 206b36665782 00:40:01 Removing intermediate container 206b36665782 00:40:01 ---> bd88322fe2ab 00:40:01 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:40:03 Fetched 206 kB in 0s (0 B/s) 00:40:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:40:03 Fetched 1301 kB in 0s (0 B/s) 00:40:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:40:03 Fetched 36.2 kB in 0s (0 B/s) 00:40:03 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:40:03 Fetched 159 kB in 0s (0 B/s) 00:40:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:40:03 Fetched 107 kB in 0s (0 B/s) 00:40:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:40:03 Fetched 48.7 kB in 0s (0 B/s) 00:40:03 Pulling static-packages 00:40:03 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:40:03 Skipping pull go-build-helper (already ran) 00:40:03 Skipping pull static-packages (already ran) 00:40:03 Building go-build-helper 00:40:04 ---> ed263d4fd452 00:40:04 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:05 ---> b56213993a25 00:40:05 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:05 ---> Running in 2d0352ba5f65 00:40:08 Building static-packages 00:40:09 Removing intermediate container 2d0352ba5f65 00:40:09 ---> 82242bf43a64 00:40:09 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:09 Staging go-build-helper 00:40:10 ---> fdfc272a77e4 00:40:10 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:10 Staging static-packages 00:40:11 Pulling go115 00:40:12 ---> 766c0264c365 00:40:12 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:12 'edgex-go' has dependencies that need to be staged: go115 00:40:12 Skipping pull go115 (already ran) 00:40:12 Building go115 00:40:12 % Total % Received % Xferd Average Speed Time Time Time Current 00:40:12 Dload Upload Total Spent Left Speed 00:40:13 ---> 29b2f9380fce 00:40:13 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4607k 0 0 16.0M 0 0:00:07 --:--:-- 0:00:07 16.0M 38 115M 38 44.9M 0 0 35.5M 0 0:00:03 0:00:01 0:00:02 35.4M 84 115M 84 98.0M 0 0 43.2M 0 0:00:02 0:00:02 --:--:-- 43.2M 100 115M 100 115M 0 0 43.7M 0 0:00:02 0:00:02 --:--:-- 43.7M 00:40:15 go1.15.2.linux-amd64.tar.gz: OK 00:40:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> 346478914755 00:40:16 Step 3/23 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> bf8d6c269dd6 00:40:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> eef570c53d7b 00:40:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> 346478914755 00:40:16 Step 3/21 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> bf8d6c269dd6 00:40:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> eef570c53d7b 00:40:16 Step 5/21 : RUN apk add --update --no-cache make git 00:40:16 ---> Using cache 00:40:16 ---> 025fb2ea92d6 00:40:16 Step 6/21 : COPY go.mod . 00:40:16 ---> Using cache 00:40:16 ---> 714e5c855777 00:40:16 Step 7/21 : RUN go mod download 00:40:16 ---> Using cache 00:40:16 ---> 1e2ed1034b50 00:40:16 Step 8/21 : COPY . . 00:40:16 ---> Using cache 00:40:16 ---> 3cab96729f2e 00:40:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> 346478914755 00:40:16 Step 3/24 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> bf8d6c269dd6 00:40:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> eef570c53d7b 00:40:16 Step 5/24 : RUN apk add --update --no-cache make git 00:40:16 ---> Using cache 00:40:16 ---> 025fb2ea92d6 00:40:16 Step 6/24 : COPY go.mod . 00:40:16 ---> Using cache 00:40:16 ---> 714e5c855777 00:40:16 Step 7/24 : RUN go mod download 00:40:16 ---> Using cache 00:40:17 ---> 1e2ed1034b50 00:40:17 Step 8/24 : COPY . . 00:40:17 ---> Using cache 00:40:17 ---> 3cab96729f2e 00:40:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:40:17 ---> c7e63ec8b053 00:40:17 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:17 ---> Running in 2df60040e8fc 00:40:17 ---> Running in 3ddbdb24d138 00:40:17 ---> Running in 12d31a0914da 00:40:19 ---> 069655d0d3a7 00:40:19 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:40:19 Staging go115 00:40:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:20 ---> Running in ebac8e26aba2 00:40:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:22 Removing intermediate container ebac8e26aba2 00:40:22 ---> 569c3b5feef8 00:40:22 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:22 ---> 346478914755 00:40:22 Step 3/26 : WORKDIR /edgex-go 00:40:22 ---> Using cache 00:40:22 ---> bf8d6c269dd6 00:40:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:22 ---> Using cache 00:40:22 ---> eef570c53d7b 00:40:22 Step 5/26 : RUN apk add --update --no-cache make bash git 00:40:22 ---> Running in b82326a602be 00:40:22 OK: 217 MiB in 51 packages 00:40:23 ---> e5d4edbab35f 00:40:23 Step 29/34 : RUN chmod +x /entrypoint.sh 00:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:24 ---> Running in e3e55f72f204 00:40:24 Removing intermediate container 3ddbdb24d138 00:40:24 ---> a5f4b016e966 00:40:24 Step 6/23 : COPY go.mod . 00:40:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:40:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:40:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:40:25 Fetched 0 B in 0s (0 B/s) 00:40:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:40:25 Fetched 224 kB in 0s (0 B/s) 00:40:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:40:25 Fetched 157 kB in 0s (0 B/s) 00:40:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:40:25 Fetched 221 kB in 0s (0 B/s) 00:40:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:40:25 Fetched 143 kB in 0s (0 B/s) 00:40:25 Pulling edgex-go 00:40:26 OK: 217 MiB in 51 packages 00:40:26 ---> e8fcfe26f15d 00:40:26 Step 7/23 : RUN go mod download 00:40:26 Pulling version 00:40:26 ---> Running in 91efa5d545f9 00:40:27 Building config-common 00:40:28 Removing intermediate container b82326a602be 00:40:28 ---> f403e4f5a94d 00:40:28 Step 6/26 : COPY go.mod . 00:40:28 Removing intermediate container e3e55f72f204 00:40:28 ---> 60bbbb1fd753 00:40:28 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:40:29 Skipping build go-build-helper (already ran) 00:40:29 Skipping build static-packages (already ran) 00:40:29 Skipping build go115 (already ran) 00:40:29 Building edgex-go 00:40:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:29 ---> Running in 0c50d8881f58 00:40:29 ---> c38c73f40d4c 00:40:29 Step 7/26 : RUN go mod download 00:40:30 ---> Running in c70e74107ac3 00:40:30 go: downloading github.com/gorilla/mux v1.8.0 00:40:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.9 00:40:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:40:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:40:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:40:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:40:30 go: downloading github.com/BurntSushi/toml v0.3.1 00:40:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:40:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:40:30 go: downloading github.com/google/uuid v1.2.0 00:40:30 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:40:30 go: downloading github.com/pebbe/zmq4 v1.2.2 00:40:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:40:30 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:40:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:40:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:40:30 go: downloading github.com/hashicorp/consul/api v1.1.0 00:40:30 go: downloading github.com/x448/float16 v0.8.4 00:40:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:40:30 go: downloading github.com/go-kit/kit v0.8.0 00:40:30 go: downloading gopkg.in/yaml.v2 v2.4.0 00:40:30 go: downloading github.com/imdario/mergo v0.3.11 00:40:30 go: downloading github.com/pkg/errors v0.8.1 00:40:30 go: downloading github.com/pelletier/go-toml v1.2.0 00:40:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:40:30 go: downloading github.com/go-playground/universal-translator v0.17.0 00:40:30 go: downloading github.com/leodido/go-urn v1.2.0 00:40:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:40:30 go: downloading github.com/hashicorp/serf v0.8.2 00:40:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:40:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:40:30 go: downloading github.com/mitchellh/copystructure v1.0.0 00:40:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:40:30 go: downloading github.com/go-playground/locales v0.13.0 00:40:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:40:30 Removing intermediate container 0c50d8881f58 00:40:30 ---> a58b09738ac5 00:40:30 Step 31/34 : CMD ["gate"] 00:40:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:40:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:40:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:40:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:40:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:40:31 ---> Running in 5f92420901a7 00:40:32 Removing intermediate container 91efa5d545f9 00:40:32 ---> 5fac1dbb7543 00:40:32 Step 8/23 : COPY . . 00:40:32 Removing intermediate container 5f92420901a7 00:40:32 ---> d3d73fcbceb0 00:40:32 Step 32/34 : LABEL arch=arm64 00:40:33 ---> Running in 7b0a7c6b056b 00:40:34 Removing intermediate container 7b0a7c6b056b 00:40:34 ---> d4364a436581 00:40:34 Step 33/34 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:40:35 ---> Running in fa4ab99bb4b4 00:40:37 Removing intermediate container c70e74107ac3 00:40:37 ---> b566e59df397 00:40:37 Step 8/26 : COPY . . 00:40:37 Removing intermediate container fa4ab99bb4b4 00:40:37 ---> 2d16c9582a8f 00:40:37 Step 34/34 : LABEL version=0.0.0 00:40:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:39 ---> Running in 57c92b9dc369 00:40:41 Removing intermediate container 57c92b9dc369 00:40:41 ---> fdbce6dfed8f 00:40:41 00:40:42 Successfully built fdbce6dfed8f 00:40:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:45 go: downloading github.com/stretchr/testify v1.7.0 00:40:45 go: downloading github.com/pmezard/go-difflib v1.0.0 00:40:45 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:40:45 go: downloading github.com/davecgh/go-spew v1.1.1 00:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:47 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:40:47 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:49 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:40:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:40:54 go: downloading github.com/lib/pq v1.9.0 00:40:57 Building version 00:40:59 Staging config-common 00:41:00 Skipping stage go-build-helper (already ran) 00:41:00 Skipping stage static-packages (already ran) 00:41:00 Skipping stage go115 (already ran) 00:41:00 Staging edgex-go 00:41:01 Staging version 00:41:01  Building docker-security-bootstrapper-go ... done  ---> a87d233fc3c6 00:41:01 Step 9/23 : RUN make cmd/core-data/core-data 00:41:01 ---> Running in 89410ea2cc5d 00:41:01 ---> 584fec591b15 00:41:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:01 ---> Running in f942234ff7e7 00:41:02 Priming config-common 00:41:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:03 Priming go-build-helper 00:41: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 00:41:03 Priming static-packages 00:41:07 Priming go115 00:41:07 Priming edgex-go 00:41:08 Priming version 00:41:09 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:41: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 00:41: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 00:41:31 Removing intermediate container 12d31a0914da 00:41:31 ---> f3ea07c4e991 00:41:31 00:41:31 Step 10/24 : FROM alpine:3.12 00:41:31 ---> afeebe901d6b 00:41:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:41:31 ---> Running in 03647e4bc0c8 00:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:34 (1/5) Installing ca-certificates (20191127-r4) 00:41:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:41:34 (3/5) Installing libcurl (7.69.1-r3) 00:41:35 (4/5) Installing curl (7.69.1-r3) 00:41:35 (5/5) Installing dumb-init (1.2.2-r1) 00:41:35 Executing busybox-1.31.1-r19.trigger 00:41:35 Executing ca-certificates-20191127-r4.trigger 00:41:35 OK: 7 MiB in 19 packages 00:41:38 Removing intermediate container 2df60040e8fc 00:41:38 ---> cdcdddc5967d 00:41:38 00:41:38 Step 10/21 : FROM alpine:3.12 00:41:38 ---> afeebe901d6b 00:41:38 Step 11/21 : RUN apk add --update --no-cache curl 00:41:38 ---> Running in c62a66acbd25 00:41:39 Removing intermediate container 03647e4bc0c8 00:41:39 ---> 78d9956b3812 00:41:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:39 ---> Running in 5ac7da686e78 00:41:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:40 Removing intermediate container 5ac7da686e78 00:41:40 ---> ae63fe8a553b 00:41:40 Step 13/24 : WORKDIR / 00:41:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:40 ---> Running in 9b565d8200ba 00:41:40 (1/4) Installing ca-certificates (20191127-r4) 00:41:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:40 (3/4) Installing libcurl (7.69.1-r3) 00:41:40 (4/4) Installing curl (7.69.1-r3) 00:41:41 Executing busybox-1.31.1-r19.trigger 00:41:41 Executing ca-certificates-20191127-r4.trigger 00:41:41 Removing intermediate container 9b565d8200ba 00:41:41 ---> 633fc53e7fd8 00:41:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:41:41 OK: 7 MiB in 18 packages 00:41:43 ---> e605effccf12 00:41:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:41:44 Removing intermediate container c62a66acbd25 00:41:44 ---> 128ee7d3f284 00:41:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:44 ---> eaa229622839 00:41:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:41:44 ---> Running in e21646d3624f 00:41:45 Removing intermediate container e21646d3624f 00:41:45 ---> e499b265f9c8 00:41:45 Step 13/21 : WORKDIR /edgex 00:41:45 ---> Running in 679d3fbcefb1 00:41:45 ---> 685c3eee803e 00:41:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:41:46 Removing intermediate container 679d3fbcefb1 00:41:46 ---> 32f6e8f758ea 00:41:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:48 ---> a08897d2eda2 00:41:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:41:48 ---> b757917114ad 00:41:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:51 ---> 7081e11e7a03 00:41:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ ---> ef80e2cc1eb6 00:41:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:51 00:41:52 ---> 730a55630600 00:41:52 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/ 00:41:52 ---> Running in 165fff8bf240 00:41:52 ---> e3a621551819 00:41:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:53 ---> Running in 1730d22abb38 00:41:54 Removing intermediate container 1730d22abb38 00:41:54 ---> 96a2e1bdd3ae 00:41:54 Step 18/21 : CMD ["--init=true"] 00:41:54 ---> Running in c0639ee32bc2 00:41:55 Removing intermediate container c0639ee32bc2 00:41:55 ---> 64b06911410a 00:41:55 Step 19/21 : LABEL arch=arm64 00:41:55 ---> Running in 41dda44b54f6 00:41:56 Removing intermediate container 165fff8bf240 00:41:56 ---> 61bf40536e40 00:41:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:41:56 Removing intermediate container 41dda44b54f6 00:41:56 ---> 855ac945c1f1 00:41:56 Step 20/21 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:41:56 ---> Running in 5e32ff31485c 00:41:56 ---> Running in 152da88e7c38 00:41:57 Removing intermediate container 5e32ff31485c 00:41:57 ---> 2f4cfb340dee 00:41:57 Step 22/24 : LABEL arch=arm64 00:41:57 Removing intermediate container 152da88e7c38 00:41:57 ---> acafa45c00a5 00:41:57 Step 21/21 : LABEL version=0.0.0 00:41:57 ---> Running in 64d5971004bd 00:41:57 ---> Running in 9ba96ad8520e 00:41:58 Removing intermediate container 9ba96ad8520e 00:41:58 ---> 8701815274e7 00:41:58 00:41:58 Removing intermediate container 64d5971004bd 00:41:58 ---> 189cb70ec7f1 00:41:58 Step 23/24 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:41:59 ---> Running in b57c85b6e5e8 00:41:59 Successfully built 8701815274e7 00:41:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:41:59  Building docker-security-proxy-setup-go ... done Removing intermediate container b57c85b6e5e8 00:41:59 ---> b6e5466ccbdc 00:41:59 Step 24/24 : LABEL version=0.0.0 00:41:59 ---> Running in ba261042762b 00:42:00 Removing intermediate container ba261042762b 00:42:00 ---> e98be177b893 00:42:00 00:42:01 Successfully built e98be177b893 00:42:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:42:16  Building docker-security-secretstore-setup-go ... done Removing intermediate container f942234ff7e7 00:42:16 ---> 6b621b58cfdb 00:42:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:42:16 ---> Running in df12d9b13172 00:42:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:20 Removing intermediate container df12d9b13172 00:42:20 ---> 1ace92568400 00:42:20 00:42:20 Step 11/26 : FROM docker:20.10.0 00:42:20 20.10.0: Pulling from library/docker 00:42:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:42:29 Status: Downloaded newer image for docker:20.10.0 00:42:29 ---> eeaf43b92773 00:42:29 Step 12/26 : RUN apk add --no-cache bash 00:42:29 ---> Running in af5ba835444c 00:42:30 Removing intermediate container 89410ea2cc5d 00:42:30 ---> 009999614955 00:42:30 00:42:30 Step 10/23 : FROM alpine:3.12 00:42:30 ---> afeebe901d6b 00:42:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:30 ---> Running in ff64ec4d52b2 00:42:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:31 Removing intermediate container ff64ec4d52b2 00:42:31 ---> 76c9c3aef3ec 00:42:31 Step 12/23 : ENV APP_PORT=48080 00:42:31 ---> Running in 61d127b7f8fa 00:42:32 (1/2) Installing readline (8.0.4-r0) 00:42:32 (2/2) Installing bash (5.0.17-r0) 00:42:32 Executing bash-5.0.17-r0.post-install 00:42:32 Executing busybox-1.31.1-r19.trigger 00:42:32 OK: 12 MiB in 22 packages 00:42:32 Removing intermediate container 61d127b7f8fa 00:42:32 ---> 45a29f17026a 00:42:32 Step 13/23 : EXPOSE $APP_PORT 00:42:32 ---> Running in 53bfeaf5ea2f 00:42:33 Removing intermediate container 53bfeaf5ea2f 00:42:33 ---> 61ba8fa95d67 00:42:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:33 ---> Running in 4ec1a3c0d213 00:42:33 Removing intermediate container af5ba835444c 00:42:33 ---> 6815c55fee0f 00:42:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:42:34 ---> Running in 52e1bf5a46a9 00:42:35 Removing intermediate container 52e1bf5a46a9 00:42:35 ---> af70300dcd0f 00:42:35 Step 14/26 : ENV APP_PORT=48090 00:42:35 ---> Running in d09d4544d0c0 00:42:36 Removing intermediate container d09d4544d0c0 00:42:36 ---> ec2777eba6f4 00:42:36 Step 15/26 : EXPOSE $APP_PORT 00:42:36 ---> Running in 760ded492a8f 00:42:37 Removing intermediate container 4ec1a3c0d213 00:42:37 ---> a7d7bb7fe473 00:42:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:42:37 Removing intermediate container 760ded492a8f 00:42:37 ---> a07a11b6dbaf 00:42:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:42:37 ---> Running in 6a5c27b38d46 00:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:39 ---> 521d1ba77d96 00:42:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:42:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:39 ---> c1b642f5b689 00:42:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:42:40 (1/6) Installing dumb-init (1.2.2-r1) 00:42:40 ---> 1412c0bdfe74 00:42:40 Step 19/26 : RUN apk --no-cache add py3-pip 00:42:40 (2/6) Installing libgcc (9.3.0-r2) 00:42:40 ---> Running in 3d94135491a7 00:42:40 (3/6) Installing libsodium (1.0.18-r0) 00:42:41 (4/6) Installing libstdc++ (9.3.0-r2) 00:42:41 (5/6) Installing libzmq (4.3.3-r0) 00:42:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:41 (6/6) Installing zeromq (4.3.3-r0) 00:42:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:41 Executing busybox-1.31.1-r19.trigger 00:42:41 OK: 8 MiB in 20 packages 00:42:42 (1/33) Installing libbz2 (1.0.8-r1) 00:42:42 (2/33) Installing expat (2.2.9-r1) 00:42:42 (3/33) Installing libffi (3.3-r2) 00:42:42 (4/33) Installing gdbm (1.13-r1) 00:42:42 (5/33) Installing xz-libs (5.2.5-r0) 00:42:42 (6/33) Installing sqlite-libs (3.32.1-r0) 00:42:42 (7/33) Installing python3 (3.8.5-r0) 00:42:44 Removing intermediate container 6a5c27b38d46 00:42:44 ---> 15ac13017956 00:42:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:44 (8/33) Installing py3-appdirs (1.4.4-r1) 00:42:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:42:44 (10/33) Installing py3-parsing (2.4.7-r0) 00:42:44 (11/33) Installing py3-six (1.15.0-r0) 00:42:44 (12/33) Installing py3-packaging (20.4-r0) 00:42:44 (13/33) Installing py3-setuptools (47.0.0-r0) 00:42:44 ---> d8eee05085fb 00:42:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:42:44 (14/33) Installing py3-chardet (3.0.4-r4) 00:42:44 (15/33) Installing py3-idna (2.9-r0) 00:42:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:42:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:42:45 (18/33) Installing py3-requests (2.23.0-r0) 00:42:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:42:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:42:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:42:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:42:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:42:45 (24/33) Installing py3-distro (1.5.0-r1) 00:42:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:42:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:42:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:42:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:42:45 (29/33) Installing py3-progress (1.5-r0) 00:42:45 (30/33) Installing py3-toml (0.10.1-r0) 00:42:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:42:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:42:45 (33/33) Installing py3-pip (20.1.1-r0) 00:42:45 Executing busybox-1.31.1-r19.trigger 00:42:45 OK: 71 MiB in 55 packages 00:42:46 ---> eec345d3e22d 00:42:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:42:47 ---> 3f9a9f4bfdb9 00:42:47 Step 19/23 : ENTRYPOINT ["/core-data"] 00:42:47 ---> Running in 5247efdd3595 00:42:48 Removing intermediate container 5247efdd3595 00:42:48 ---> 3f693366ba37 00:42:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:48 ---> Running in 0bcfafeca816 00:42:49 Removing intermediate container 0bcfafeca816 00:42:49 ---> d6bc441eeb96 00:42:49 Step 21/23 : LABEL arch=arm64 00:42:49 ---> Running in a88aaabb71c6 00:42:50 Removing intermediate container a88aaabb71c6 00:42:50 ---> c75ce44b9063 00:42:50 Step 22/23 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:42:50 ---> Running in ee56084c195b 00:42:51 Removing intermediate container ee56084c195b 00:42:51 ---> 21be1daab9c8 00:42:51 Step 23/23 : LABEL version=0.0.0 00:42:51 ---> Running in 07cb4fd29a3e 00:42:52 Removing intermediate container 07cb4fd29a3e 00:42:52 ---> dbdbc18f059e 00:42:52 00:42:52 Removing intermediate container 3d94135491a7 00:42:52 ---> e78da627c05b 00:42:52 Step 20/26 : RUN pip install docker-compose==1.23.2 00:42:52 ---> Running in e6e4a7b7d4dd 00:42:52 Successfully built dbdbc18f059e 00:42:52 Successfully tagged docker-core-data-go-arm64:latest 00:42:59  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:42:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:42:59 Collecting texttable<0.10,>=0.9.0 00:42:59 Downloading texttable-0.9.1.tar.gz (11 kB) 00:43:02 Collecting PyYAML<4,>=3.10 00:43:02 Downloading PyYAML-3.13.tar.gz (270 kB) 00:43:08 Collecting websocket-client<1.0,>=0.32.0 00:43:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:43:08 Collecting dockerpty<0.5,>=0.4.1 00:43:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:43:12 Collecting docker<4.0,>=3.6.0 00:43:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:43:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:43:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:43:14 Collecting jsonschema<3,>=2.5.1 00:43:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:43:15 Collecting docopt<0.7,>=0.6.1 00:43:15 Downloading docopt-0.6.2.tar.gz (25 kB) 00:43:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:43:18 Collecting cached-property<2,>=1.2.0 00:43:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:43:18 Collecting docker-pycreds>=0.4.0 00:43:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:43:19 Collecting urllib3<1.25,>=1.21.1 00:43:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:43:20 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:43:20 Collecting idna<2.8,>=2.5 00:43:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:43:20 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:43:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:43:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:43:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:43:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:43:21 Installing collected packages: texttable, PyYAML, websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, cached-property, docker-compose 00:43:21 Running setup.py install for texttable: started 00:43:24 Running setup.py install for texttable: finished with status 'done' 00:43:24 Running setup.py install for PyYAML: started 00:43:27 Running setup.py install for PyYAML: finished with status 'done' 00:43:27 Running setup.py install for dockerpty: started 00:43:31 Running setup.py install for dockerpty: finished with status 'done' 00:43:31 Attempting uninstall: urllib3 00:43:31 Found existing installation: urllib3 1.25.9 00:43:31 Uninstalling urllib3-1.25.9: 00:43:31 Successfully uninstalled urllib3-1.25.9 00:43:31 Attempting uninstall: idna 00:43:31 Found existing installation: idna 2.9 00:43:31 Uninstalling idna-2.9: 00:43:31 Successfully uninstalled idna-2.9 00:43:32 Attempting uninstall: requests 00:43:32 Found existing installation: requests 2.23.0 00:43:32 Uninstalling requests-2.23.0: 00:43:32 Successfully uninstalled requests-2.23.0 00:43:34 Running setup.py install for docopt: started 00:43:36 Running setup.py install for docopt: finished with status 'done' 00:43:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:43:42 Removing intermediate container e6e4a7b7d4dd 00:43:42 ---> 872de449176f 00:43:42 Step 21/26 : RUN apk --no-cache add curl 00:43:42 ---> Running in 2068bff0f848 00:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:43:43 (2/3) Installing libcurl (7.69.1-r3) 00:43:43 (3/3) Installing curl (7.69.1-r3) 00:43:43 Executing busybox-1.31.1-r19.trigger 00:43:43 OK: 71 MiB in 58 packages 00:43:45 Removing intermediate container 2068bff0f848 00:43:45 ---> 03eae91cc53d 00:43:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:43:45 ---> Running in 833f90a01315 00:43:45 Removing intermediate container 833f90a01315 00:43:45 ---> 3543aaa5bf4d 00:43:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:45 ---> Running in a13f68bf3b6f 00:43:46 Removing intermediate container a13f68bf3b6f 00:43:46 ---> 998535f92da7 00:43:46 Step 24/26 : LABEL arch=arm64 00:43:46 ---> Running in 8de33a8d6c05 00:43:46 Removing intermediate container 8de33a8d6c05 00:43:46 ---> 92a4e7c5a9d1 00:43:46 Step 25/26 : LABEL git_sha=7ffe36162c77ade755d02e4d76d5fcb76927ebbf 00:43:46 ---> Running in d4a8761c2f3d 00:43:47 Removing intermediate container d4a8761c2f3d 00:43:47 ---> cf8676473700 00:43:47 Step 26/26 : LABEL version=0.0.0 00:43:47 ---> Running in 705a490abadc 00:43:47 Removing intermediate container 705a490abadc 00:43:47 ---> c6430763ac6a 00:43:47 00:43:48 Successfully built c6430763ac6a 00:43:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:43:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:43:48 $ docker stop --time=1 de57443a2c63a0bbfcdcc267f7b3221ac62af0a7160c6ba99e3f01eae8b13e7a 00:43:50 $ docker rm -f de57443a2c63a0bbfcdcc267f7b3221ac62af0a7160c6ba99e3f01eae8b13e7a [Pipeline] // withDockerContainer [Pipeline] sh 00:43:51 + grep docker+ 00:43:51 docker images 00:43:51 docker-sys-mgmt-agent-go-arm64 latest c6430763ac6a 4 seconds ago 300MB 00:43:51 docker-core-data-go-arm64 latest dbdbc18f059e 59 seconds ago 21MB 00:43:51 docker-security-secretstore-setup-go-arm64 latest e98be177b893 About a minute ago 23.4MB 00:43:51 docker-security-proxy-setup-go-arm64 latest 8701815274e7 About a minute ago 23.2MB 00:43:51 docker-security-bootstrapper-go-arm64 latest fdbce6dfed8f 3 minutes ago 31.9MB 00:43:51 docker-core-metadata-go-arm64 latest bfedefc2e83e 4 minutes ago 17.7MB 00:43:51 docker-core-command-go-arm64 latest e42db0c08833 4 minutes ago 15.4MB 00:43:51 docker-support-notifications-go-arm64 latest 2ba42319b441 4 minutes ago 16MB 00:43:51 docker-support-scheduler-go-arm64 latest 6922d4816c26 4 minutes ago 15.5MB 00:43:51 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:43:53 provisioning config files... 00:43:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3390231337318970628tmp [Pipeline] { [Pipeline] sh 00:43:53 + set +x 00:43:53 + curl -s https://codecov.io/bash 00:43:53 + bash -s -- 00:43:54 00:43:54 _____ _ 00:43:54 / ____| | | 00:43:54 | | ___ __| | ___ ___ _____ __ 00:43:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:43:54 | |___| (_) | (_| | __/ (_| (_) \ V / 00:43:54 \_____\___/ \__,_|\___|\___\___/ \_/ 00:43:54 Bash-20210128-d4071a2 00:43:54 00:43:54 00:43:54 ==> git version 2.24.3 found 00:43:54 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:43:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:43:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:43:54 ==> Jenkins CI detected. 00:43:54 project root: . 00:43:54 --> token set from env 00:43:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:43:54 ==> Running gcov in . (disable via -X gcov) 00:43:54 ==> Python coveragepy not found 00:43:54 ==> Searching for coverage reports in: 00:43:54 + . 00:43:54 -> Found 1 reports 00:43:54 ==> Detecting git/mercurial file structure 00:43:54 ==> Reading reports 00:43:54 + ./coverage.out bytes=564700 00:43:54 ==> Appending adjustments 00:43:54 https://docs.codecov.io/docs/fixing-reports 00:43:57 + Found adjustments 00:43:57 ==> Gzipping contents 00:43:57 84K /tmp/codecov.s7ONuo.gz 00:43:57 ==> Uploading reports 00:43:57 url: https://codecov.io 00:43:57 query: branch=PR-3086&commit=7ffe36162c77ade755d02e4d76d5fcb76927ebbf&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3086%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3086&job=&cmd_args= 00:43:57 -> Pinging Codecov 00:43:57 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3086&commit=7ffe36162c77ade755d02e4d76d5fcb76927ebbf&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3086%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3086&job=&cmd_args= 00:43:58 -> Uploading to 00:43:58 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/7ffe36162c77ade755d02e4d76d5fcb76927ebbf/fc774e12-7ba3-4011-ac07-83b1cfac3b59.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T004357Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b96acfd9ce7a749ca40acfa22961117a702660c4dbe98f2bb852b5f8ea8272db 00:43:58 % Total % Received % Xferd Average Speed Time Time Time Current 00:43:58 Dload Upload Total Spent Left Speed 00:43:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85501 0 0 100 85501 0 153k --:--:-- --:--:-- --:--:-- 153k 00:43:58 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7ffe36162c77ade755d02e4d76d5fcb76927ebbf [Pipeline] } 00:43:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:44:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:44:01 ---> package-listing.sh 00:44:01 ++ facter osfamily 00:44:01 ++ tr '[:upper:]' '[:lower:]' 00:44:01 + OS_FAMILY=redhat 00:44:01 + workspace=/w/workspace/edgex-go/2 00:44:01 + START_PACKAGES=/tmp/packages_start.txt 00:44:01 + END_PACKAGES=/tmp/packages_end.txt 00:44:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:44:01 + PACKAGES=/tmp/packages_start.txt 00:44:01 + '[' /w/workspace/edgex-go/2 ']' 00:44:01 + PACKAGES=/tmp/packages_end.txt 00:44:01 + case "${OS_FAMILY}" in 00:44:01 + rpm -qa 00:44:01 + sort 00:44:07 + '[' -f /tmp/packages_start.txt ']' 00:44:07 + '[' -f /tmp/packages_end.txt ']' 00:44:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:44:07 + '[' /w/workspace/edgex-go/2 ']' 00:44:07 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:44:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:44:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:44:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:44:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:07 00:44:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:44:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:08 alpine: Pulling from edgex-lftools-log-publisher 00:44:08 df20fa9351a1: Pulling fs layer 00:44:08 36b3adc4ff6f: Pulling fs layer 00:44:08 8ad3a11d3b57: Pulling fs layer 00:44:08 46f8f816bc3b: Pulling fs layer 00:44:08 93b61091891f: Pulling fs layer 00:44:08 93b9cdb0e59b: Pulling fs layer 00:44:08 5e14af77c1be: Pulling fs layer 00:44:08 01666e4c0597: Pulling fs layer 00:44:08 aa168da1d23b: Pulling fs layer 00:44:08 93b61091891f: Waiting 00:44:08 93b9cdb0e59b: Waiting 00:44:08 5e14af77c1be: Waiting 00:44:08 01666e4c0597: Waiting 00:44:08 aa168da1d23b: Waiting 00:44:08 46f8f816bc3b: Waiting 00:44:08 36b3adc4ff6f: Verifying Checksum 00:44:08 36b3adc4ff6f: Download complete 00:44:08 46f8f816bc3b: Verifying Checksum 00:44:08 46f8f816bc3b: Download complete 00:44:08 df20fa9351a1: Verifying Checksum 00:44:08 df20fa9351a1: Download complete 00:44:08 93b9cdb0e59b: Verifying Checksum 00:44:08 93b9cdb0e59b: Download complete 00:44:08 5e14af77c1be: Download complete 00:44:08 93b61091891f: Verifying Checksum 00:44:08 93b61091891f: Download complete 00:44:08 01666e4c0597: Verifying Checksum 00:44:08 01666e4c0597: Download complete 00:44:08 df20fa9351a1: Pull complete 00:44:08 8ad3a11d3b57: Verifying Checksum 00:44:08 8ad3a11d3b57: Download complete 00:44:08 36b3adc4ff6f: Pull complete 00:44:10 8ad3a11d3b57: Pull complete 00:44:10 46f8f816bc3b: Pull complete 00:44:10 93b61091891f: Pull complete 00:44:11 93b9cdb0e59b: Pull complete 00:44:11 5e14af77c1be: Pull complete 00:44:11 01666e4c0597: Pull complete 00:44:11 aa168da1d23b: Verifying Checksum 00:44:11 aa168da1d23b: Download complete 00:44:20 aa168da1d23b: Pull complete 00:44:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:44:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:44:20 prd-centos7-docker-4c-2g-23558 does not seem to be running inside a container 00:44:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:44:25 $ docker top e3db58a88165fd46e209eb90acbd93913f6a5296b1d2b97122d3f0ab4606ebd9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:26 + touch /tmp/pre-build-complete [Pipeline] sh 00:44:26 + mkdir -p /var/log/sa [Pipeline] sh 00:44:27 + ls /var/log/sa-host 00:44:27 + sadf -c /var/log/sa-host/sa23 00:44:27 file_magic: OK 00:44:27 HZ: Using current value: 100 00:44:27 file_header: OK 00:44:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:44:27 Statistics: 00:44:27 Hnuu...uuuununununu... 00:44:27 File successfully converted to sysstat format version 12.2.1 00:44:27 + sadf -c /var/log/sa-host/sa28 00:44:27 file_magic: OK 00:44:27 HZ: Using current value: 100 00:44:27 file_header: OK 00:44:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:44:27 Statistics: 00:44:27 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... 00:44:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:27 provisioning config files... 00:44:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9014070770903810672tmp [Pipeline] { [Pipeline] echo 00:44:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:44:28 ---> create-netrc.sh [Pipeline] } 00:44:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:44:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:44:28 ---> python-tools-install.sh [Pipeline] echo 00:44:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:44:28 ---> sudo-logs.sh 00:44:28 Archiving 'sudo' log.. [Pipeline] echo 00:44:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:44:29 ---> job-cost.sh 00:44:29 lf-activate-venv: SKIPPING 00:44:29 INFO: No Stack... 00:44:30 INFO: Retrieving Pricing Info for: v1-standard-2 00:44:30 INFO: Archiving Costs [Pipeline] echo 00:44:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:44:31 ---> logs-deploy.sh 00:44:31 lf-activate-venv: SKIPPING 00:44:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3086/2 00:44:31 INFO: archiving workspace using pattern(s): 00:44:33 Archives upload complete. 00:44:33 INFO: archiving logs to Nexus 00:44:34 ---> uname -a: 00:44:34 Linux prd-centos7-docker-4c-2g-23558.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:44:34 00:44:34 00:44:34 ---> lscpu: 00:44:34 Architecture: x86_64 00:44:34 CPU op-mode(s): 32-bit, 64-bit 00:44:34 Byte Order: Little Endian 00:44:34 Address sizes: 40 bits physical, 48 bits virtual 00:44:34 CPU(s): 4 00:44:34 On-line CPU(s) list: 0-3 00:44:34 Thread(s) per core: 1 00:44:34 Core(s) per socket: 1 00:44:34 Socket(s): 4 00:44:34 NUMA node(s): 1 00:44:34 Vendor ID: GenuineIntel 00:44:34 CPU family: 6 00:44:34 Model: 44 00:44:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:44:34 Stepping: 1 00:44:34 CPU MHz: 2933.438 00:44:34 BogoMIPS: 5866.87 00:44:34 Virtualization: VT-x 00:44:34 Hypervisor vendor: KVM 00:44:34 Virtualization type: full 00:44:34 L1d cache: 128 KiB 00:44:34 L1i cache: 128 KiB 00:44:34 L2 cache: 16 MiB 00:44:34 L3 cache: 64 MiB 00:44:34 NUMA node0 CPU(s): 0-3 00:44:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:44:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:44:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:44:34 Vulnerability Meltdown: Mitigation; PTI 00:44:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:44:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:44:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:44:34 Vulnerability Srbds: Not affected 00:44:34 Vulnerability Tsx async abort: Not affected 00:44:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:44:34 00:44:34 00:44:34 ---> nproc: 00:44:34 4 00:44:34 00:44:34 00:44:34 ---> df -h: 00:44:34 Filesystem Size Used Available Use% Mounted on 00:44:34 overlay 50.0G 12.3G 37.7G 25% / 00:44:34 tmpfs 64.0M 0 64.0M 0% /dev 00:44:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:44:34 shm 64.0M 0 64.0M 0% /dev/shm 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2@tmp 00:44:34 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2 00:44:34 00:44:34 00:44:34 ---> free -m: 00:44:34 total used free shared buff/cache available 00:44:34 Mem: 1837 695 224 0 918 1060 00:44:34 Swap: 1023 56 967 00:44:34 00:44:34 00:44:34 ---> ip addr: 00:44:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:44:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:44:34 inet 127.0.0.1/8 scope host lo 00:44:34 valid_lft forever preferred_lft forever 00:44:34 inet6 ::1/128 scope host 00:44:34 valid_lft forever preferred_lft forever 00:44:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:44:34 link/ether fa:16:3e:2c:33:e1 brd ff:ff:ff:ff:ff:ff 00:44:34 inet 10.30.122.230/23 brd 10.30.123.255 scope global dynamic eth0 00:44:34 valid_lft 85146sec preferred_lft 85146sec 00:44:34 inet6 fe80::f816:3eff:fe2c:33e1/64 scope link 00:44:34 valid_lft forever preferred_lft forever 00:44:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:44:34 link/ether 02:42:d4:a8:61:94 brd ff:ff:ff:ff:ff:ff 00:44:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:44:34 valid_lft forever preferred_lft forever 00:44:34 inet6 fe80::42:d4ff:fea8:6194/64 scope link 00:44:34 valid_lft forever preferred_lft forever 00:44:34 00:44:34 00:44:34 ---> sar -b -r -n DEV: 00:44:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:44:34 00:44:34 00:23:28 LINUX RESTART (4 CPU) 00:44:34 00:44:34 00:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:44:34 00:25:01 80.74 28.30 52.45 0.00 6021.32 14148.43 0.00 00:44:34 00:26:01 264.51 106.39 158.13 0.00 7008.48 47981.19 0.00 00:44:34 00:27:02 212.98 95.61 117.37 0.00 3145.43 16116.26 0.00 00:44:34 00:28:01 156.18 82.88 73.30 0.00 3666.73 8269.10 0.00 00:44:34 00:29:01 229.24 72.00 157.24 0.00 18541.32 93682.57 0.00 00:44:34 00:30:02 3063.66 2718.04 345.62 0.00 188929.52 201343.68 0.00 00:44:34 00:31:01 687.26 476.14 211.12 0.00 31793.48 49539.70 0.00 00:44:34 00:32:01 2252.03 1938.98 313.05 0.00 137673.90 182040.35 0.00 00:44:34 00:33:02 870.06 636.08 233.97 0.00 41731.92 66019.18 0.00 00:44:34 00:34:01 255.59 46.06 209.53 0.00 4666.49 21473.85 0.00 00:44:34 00:35:01 6.18 0.03 6.14 0.00 0.67 219.07 0.00 00:44:34 00:36:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 00:44:34 00:37:01 0.23 0.02 0.22 0.00 0.27 1.82 0.00 00:44:34 00:38:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 00:44:34 00:39:01 1.91 1.70 0.22 0.00 53.68 2.75 0.00 00:44:34 00:40:01 0.88 0.05 0.83 0.00 0.80 15.37 0.00 00:44:34 00:41:01 0.28 0.03 0.25 0.00 0.27 3.25 0.00 00:44:34 00:42:01 0.28 0.02 0.27 0.00 0.13 3.11 0.00 00:44:34 00:43:01 0.25 0.00 0.25 0.00 0.00 3.30 0.00 00:44:34 00:44:01 18.18 17.97 0.22 0.00 1621.84 20.30 0.00 00:44:34 Average: 406.92 312.76 94.16 0.00 22366.79 35220.14 0.00 00:44:34 00:44:34 00:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:44:34 00:25:01 71112 0 769504 40.90 2620 1038308 1456168 49.70 643164 963844 20 00:44:34 00:26:01 104336 0 706216 37.53 1492 1069500 1308588 44.66 555336 938780 8 00:44:34 00:27:02 52780 0 931224 49.49 940 896600 1878052 64.09 717780 829288 82024 00:44:34 00:28:01 294768 0 712500 37.87 832 873444 1350856 46.10 566368 726608 23168 00:44:34 00:29:01 66864 0 812036 43.16 180 1002464 2257596 77.05 781484 798780 27196 00:44:34 00:30:02 66148 0 806168 42.85 4 1009224 2331684 79.58 768536 820556 65688 00:44:34 00:31:01 442620 0 650364 34.57 0 788560 1360900 46.45 485604 708076 0 00:44:34 00:32:01 80408 0 763116 40.56 0 1038020 2277156 77.72 742900 827000 45976 00:44:34 00:33:02 139596 0 688504 36.59 0 1053444 1559080 53.21 579336 911780 368 00:44:34 00:34:01 162776 0 622220 33.07 0 1096548 1217924 41.57 571352 885932 20 00:44:34 00:35:01 168928 0 616064 32.74 0 1096552 1189776 40.61 570512 883140 12 00:44:34 00:36:01 170044 0 614936 32.68 0 1096564 1182580 40.36 570012 883028 12 00:44:34 00:37:01 171484 0 613484 32.61 0 1096576 1173328 40.04 569080 882960 8 00:44:34 00:38:01 171360 0 613608 32.61 0 1096576 1173328 40.04 569328 882960 8 00:44:34 00:39:01 169228 0 614760 32.67 0 1097556 1173448 40.05 570080 883540 20 00:44:34 00:40:01 168860 0 615116 32.69 0 1097568 1173484 40.05 570416 883548 8 00:44:34 00:41:01 169320 0 614652 32.67 0 1097572 1173424 40.05 569832 883552 8 00:44:34 00:42:01 168868 0 615096 32.69 0 1097580 1173436 40.05 570204 883560 8 00:44:34 00:43:01 169244 0 614708 32.67 0 1097592 1173412 40.05 569996 883564 20 00:44:34 00:44:01 114996 0 621972 33.06 0 1144576 1190060 40.61 587976 916016 228 00:44:34 Average: 156187 0 680812 36.18 303 1044241 1438714 49.10 606465 863826 12240 00:44:34 00:44:34 00:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:44:34 00:25:01 veth3ae2e1a 873.40 813.71 83.11 2724.25 0.00 0.00 0.00 0.00 00:44:34 00:25:01 eth0 1835.37 1528.87 6452.71 200.70 0.00 0.00 0.00 0.00 00:44:34 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:25:01 docker0 873.40 813.57 71.17 2724.24 0.00 0.00 0.00 0.00 00:44:34 00:26:01 eth0 515.44 432.50 3647.83 81.08 0.00 0.00 0.00 0.00 00:44:34 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:26:01 docker0 170.76 201.20 11.84 824.56 0.00 0.00 0.00 0.00 00:44:34 00:27:02 eth0 36.29 20.28 32.34 13.24 0.00 0.00 0.00 0.00 00:44:34 00:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:27:02 vetha7cbb1f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:44:34 00:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:28:01 eth0 31.57 20.37 22.12 46.08 0.00 0.00 0.00 0.00 00:44:34 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:28:01 vetha7cbb1f 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 00:44:34 00:28:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 00:44:34 00:29:01 eth0 211.62 170.96 1695.54 64.26 0.00 0.00 0.00 0.00 00:44:34 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:29:01 veth0d61579 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:44:34 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:30:02 eth0 51.91 27.23 159.30 34.97 0.00 0.00 0.00 0.00 00:44:34 00:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:30:02 veth0d61579 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:44:34 00:30:02 docker0 10.32 29.42 0.54 146.09 0.00 0.00 0.00 0.00 00:44:34 00:31:01 eth0 59.17 41.26 232.44 10.56 0.00 0.00 0.00 0.00 00:44:34 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:31:01 veth0d61579 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:44:34 00:31:01 docker0 25.68 33.91 1.45 169.32 0.00 0.00 0.00 0.00 00:44:34 00:32:01 vethdf9b376 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:44:34 00:32:01 eth0 50.25 34.48 107.70 55.43 0.00 0.00 0.00 0.00 00:44:34 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:32:01 veth0d61579 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:44:34 00:33:02 eth0 296.20 156.59 2144.00 54.02 0.00 0.00 0.00 0.00 00:44:34 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:33:02 veth0d61579 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:33:02 docker0 1117.44 1222.76 86.74 4808.24 0.00 0.00 0.00 0.00 00:44:34 00:34:01 eth0 133.50 79.94 522.79 58.96 0.00 0.00 0.00 0.00 00:44:34 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:34:01 docker0 38.19 71.50 2.36 487.35 0.00 0.00 0.00 0.00 00:44:34 00:35:01 eth0 2.98 0.62 0.86 0.46 0.00 0.00 0.00 0.00 00:44:34 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:36:01 eth0 1.95 0.78 0.88 0.59 0.00 0.00 0.00 0.00 00:44:34 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:37:01 eth0 0.18 0.03 0.02 0.00 0.00 0.00 0.00 0.00 00:44:34 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:38:01 eth0 0.63 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:44:34 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:39:01 eth0 1.78 0.55 0.57 0.33 0.00 0.00 0.00 0.00 00:44:34 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:40:01 eth0 2.01 0.40 0.50 0.26 0.00 0.00 0.00 0.00 00:44:34 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:41:01 eth0 1.32 0.38 0.36 0.18 0.00 0.00 0.00 0.00 00:44:34 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:42:01 eth0 0.92 0.55 0.53 0.39 0.00 0.00 0.00 0.00 00:44:34 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:43:01 eth0 1.08 0.35 0.32 0.20 0.00 0.00 0.00 0.00 00:44:34 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:44:01 eth0 11.37 7.14 11.11 5.44 0.00 0.00 0.00 0.00 00:44:34 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 Average: eth0 161.22 125.29 749.38 31.25 0.00 0.00 0.00 0.00 00:44:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:34 Average: docker0 58.03 64.96 4.47 265.60 0.00 0.00 0.00 0.00 00:44:34 00:44:34 00:44:34 ---> sar -P ALL: 00:44:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:44:34 00:44:34 00:23:28 LINUX RESTART (4 CPU) 00:44:34 00:44:34 00:24:02 CPU %user %nice %system %iowait %steal %idle 00:44:34 00:25:01 all 18.17 0.00 6.06 1.64 0.11 74.03 00:44:34 00:25:01 0 22.56 0.00 8.28 0.79 0.09 68.27 00:44:34 00:25:01 1 18.50 0.00 5.13 3.57 0.09 72.71 00:44:34 00:25:01 2 17.46 0.00 5.98 1.91 0.10 74.55 00:44:34 00:25:01 3 14.22 0.00 4.88 0.28 0.16 80.47 00:44:34 00:26:01 all 11.59 0.00 7.93 5.19 0.13 75.16 00:44:34 00:26:01 0 10.69 0.00 7.43 3.01 0.12 78.75 00:44:34 00:26:01 1 10.59 0.00 7.67 5.96 0.14 75.64 00:44:34 00:26:01 2 11.15 0.00 7.89 4.61 0.12 76.23 00:44:34 00:26:01 3 13.93 0.00 8.72 7.16 0.15 70.03 00:44:34 00:27:02 all 44.89 0.00 12.29 6.91 0.32 35.58 00:44:34 00:27:02 0 45.76 0.00 12.58 7.20 0.33 34.13 00:44:34 00:27:02 1 45.71 0.00 11.29 8.25 0.29 34.46 00:44:34 00:27:02 2 44.16 0.00 12.81 5.13 0.24 37.66 00:44:34 00:27:02 3 43.94 0.00 12.50 7.07 0.42 36.08 00:44:34 00:28:01 all 54.16 0.00 15.14 3.66 0.43 26.61 00:44:34 00:28:01 0 52.75 0.00 15.17 1.41 0.46 30.20 00:44:34 00:28:01 1 54.87 0.00 14.82 5.07 0.46 24.78 00:44:34 00:28:01 2 54.96 0.00 15.32 5.37 0.41 23.94 00:44:34 00:28:01 3 54.07 0.00 15.25 2.78 0.39 27.51 00:44:34 00:29:01 all 22.73 0.00 14.18 7.07 1.46 54.55 00:44:34 00:29:01 0 20.98 0.00 14.32 6.63 1.56 56.52 00:44:34 00:29:01 1 22.49 0.00 14.06 7.30 1.51 54.64 00:44:34 00:29:01 2 23.63 0.00 14.21 7.77 1.44 52.95 00:44:34 00:29:01 3 23.84 0.00 14.12 6.61 1.34 54.09 00:44:34 00:30:02 all 24.90 0.00 31.78 19.68 1.25 22.39 00:44:34 00:30:02 0 25.65 0.00 31.32 20.60 1.25 21.18 00:44:34 00:30:02 1 24.55 0.00 31.64 19.75 1.43 22.64 00:44:34 00:30:02 2 25.47 0.00 31.05 18.29 1.38 23.82 00:44:34 00:30:02 3 23.93 0.00 33.13 20.07 0.94 21.92 00:44:34 00:31:01 all 55.07 0.00 17.60 11.83 0.58 14.91 00:44:34 00:31:01 0 55.90 0.00 17.35 11.49 0.57 14.70 00:44:34 00:31:01 1 55.37 0.00 17.79 13.85 0.59 12.41 00:44:34 00:31:01 2 55.76 0.00 17.17 12.33 0.57 14.17 00:44:34 00:31:01 3 53.26 0.00 18.09 9.67 0.59 18.39 00:44:34 00:32:01 all 29.75 0.00 28.96 15.83 1.24 24.21 00:44:34 00:32:01 0 29.43 0.00 29.76 14.35 1.30 25.16 00:44:34 00:32:01 1 30.39 0.00 29.77 16.52 1.13 22.18 00:44:34 00:32:01 2 29.00 0.00 30.19 15.21 1.26 24.35 00:44:34 00:32:01 3 30.18 0.00 26.11 17.27 1.28 25.16 00:44:34 00:33:02 all 58.75 0.00 19.06 10.59 0.41 11.20 00:44:34 00:33:02 0 57.50 0.00 20.74 11.23 0.37 10.16 00:44:34 00:33:02 1 58.69 0.00 19.79 11.56 0.41 9.57 00:44:34 00:33:02 2 60.93 0.00 17.87 10.20 0.37 10.64 00:44:34 00:33:02 3 57.86 0.00 17.85 9.36 0.48 14.46 00:44:34 00:34:01 all 9.24 0.00 8.03 14.45 0.22 68.06 00:44:34 00:34:01 0 9.89 0.00 8.85 12.65 0.17 68.45 00:44:34 00:34:01 1 9.16 0.00 7.86 16.75 0.24 66.00 00:44:34 00:34:01 2 7.03 0.00 7.91 11.26 0.26 73.54 00:44:34 00:34:01 3 10.89 0.00 7.52 17.16 0.21 64.22 00:44:34 00:35:01 all 0.16 0.00 0.07 0.00 0.02 99.75 00:44:34 00:35:01 0 0.08 0.00 0.05 0.00 0.02 99.85 00:44:34 00:35:01 1 0.17 0.00 0.03 0.00 0.00 99.80 00:44:34 00:35:01 2 0.33 0.00 0.05 0.00 0.02 99.60 00:44:34 00:35:01 3 0.05 0.00 0.15 0.00 0.03 99.77 00:44:34 00:44:34 00:35:01 CPU %user %nice %system %iowait %steal %idle 00:44:34 00:36:01 all 0.17 0.00 0.03 0.00 0.02 99.78 00:44:34 00:36:01 0 0.05 0.00 0.02 0.00 0.02 99.92 00:44:34 00:36:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:44:34 00:36:01 2 0.07 0.00 0.05 0.00 0.03 99.85 00:44:34 00:36:01 3 0.03 0.00 0.03 0.00 0.03 99.90 00:44:34 00:37:01 all 0.12 0.00 0.03 0.00 0.02 99.83 00:44:34 00:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:44:34 00:37:01 1 0.43 0.00 0.03 0.00 0.02 99.52 00:44:34 00:37:01 2 0.02 0.00 0.02 0.00 0.03 99.93 00:44:34 00:37:01 3 0.03 0.00 0.05 0.00 0.03 99.88 00:44:34 00:38:01 all 0.12 0.00 0.05 0.00 0.09 99.74 00:44:34 00:38:01 0 0.03 0.00 0.03 0.00 0.08 99.85 00:44:34 00:38:01 1 0.37 0.00 0.05 0.00 0.03 99.55 00:44:34 00:38:01 2 0.03 0.00 0.07 0.00 0.12 99.78 00:44:34 00:38:01 3 0.03 0.00 0.07 0.00 0.12 99.78 00:44:34 00:39:01 all 0.17 0.00 0.10 0.02 0.11 99.60 00:44:34 00:39:01 0 0.03 0.00 0.13 0.02 0.05 99.77 00:44:34 00:39:01 1 0.50 0.00 0.10 0.05 0.22 99.13 00:44:34 00:39:01 2 0.07 0.00 0.07 0.00 0.10 99.77 00:44:34 00:39:01 3 0.07 0.00 0.12 0.02 0.07 99.73 00:44:34 00:40:01 all 0.15 0.00 0.04 0.00 0.02 99.79 00:44:34 00:40:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:44:34 00:40:01 1 0.48 0.00 0.03 0.00 0.02 99.47 00:44:34 00:40:01 2 0.05 0.00 0.03 0.00 0.03 99.88 00:44:34 00:40:01 3 0.05 0.00 0.05 0.00 0.02 99.88 00:44:34 00:41:01 all 0.10 0.00 0.03 0.00 0.02 99.85 00:44:34 00:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 00:44:34 00:41:01 1 0.28 0.00 0.07 0.00 0.00 99.65 00:44:34 00:41:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:44:34 00:41:01 3 0.07 0.00 0.03 0.00 0.05 99.85 00:44:34 00:42:01 all 0.10 0.00 0.04 0.00 0.05 99.81 00:44:34 00:42:01 0 0.32 0.00 0.05 0.00 0.07 99.57 00:44:34 00:42:01 1 0.02 0.00 0.03 0.02 0.00 99.93 00:44:34 00:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:44:34 00:42:01 3 0.03 0.00 0.05 0.00 0.12 99.80 00:44:34 00:43:01 all 0.17 0.00 0.03 0.00 0.01 99.79 00:44:34 00:43:01 0 0.50 0.00 0.03 0.00 0.02 99.45 00:44:34 00:43:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:44:34 00:43:01 2 0.07 0.00 0.03 0.00 0.02 99.88 00:44:34 00:43:01 3 0.05 0.00 0.00 0.00 0.00 99.95 00:44:34 00:44:01 all 1.28 0.00 0.74 0.42 0.12 97.44 00:44:34 00:44:01 0 1.32 0.00 0.77 0.38 0.12 97.41 00:44:34 00:44:01 1 1.37 0.00 0.68 0.45 0.12 97.38 00:44:34 00:44:01 2 1.18 0.00 0.77 0.42 0.18 97.45 00:44:34 00:44:01 3 1.27 0.00 0.73 0.43 0.05 97.51 00:44:34 Average: all 16.10 0.00 7.86 4.72 0.32 70.99 00:44:34 Average: 0 16.17 0.00 8.10 4.36 0.32 71.04 00:44:34 Average: 1 16.24 0.00 7.81 5.30 0.33 70.32 00:44:34 Average: 2 16.07 0.00 7.83 4.49 0.33 71.28 00:44:34 Average: 3 15.89 0.00 7.71 4.74 0.32 71.34 00:44:34 00:44:34 00:44:34