Pull request #3082 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 66c9aa2ac95de01abeae7891b788798fc34a200e+eb962563c78e340597fe6b0a01e022bbdd66f5a5 (048765d4668c265375b1bbfaa36dba202e31eb2f) 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-22872 in /w/workspace/edgexfoundry_edgex-go_PR-3082 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 66c9aa2ac95de01abeae7891b788798fc34a200e Merge succeeded, producing 66c9aa2ac95de01abeae7891b788798fc34a200e Checking out Revision 66c9aa2ac95de01abeae7891b788798fc34a200e (PR-3082) > 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/3082/head:refs/remotes/origin/PR-3082 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66c9aa2ac95de01abeae7891b788798fc34a200e # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66c9aa2ac95de01abeae7891b788798fc34a200e # timeout=10 Commit message: "feat(security): add build code in Dockerfile for both AMD64 and ARM64 of dockerize binary" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk d499691acfdef934535286051ddf4bbf47673d1b # timeout=10 [Pipeline] timeout 22:15:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:15:38 ========================================================= 22:15:38 EdgeX Global Pipelines Version Info 22:15:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:15:39 ------------------- 22:15:39 stable info: 22:15:39 ------------------- 22:15:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:15:39 Message: update stable to v1.0.179 22:15:40 ------------------- 22:15:40 experimental info: 22:15:40 ------------------- 22:15:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:15:40 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:15:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:15:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:15:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3082 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3082 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3082 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 66c9aa2ac95de01abeae7891b788798fc34a200e [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 66c9aa2 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:15:44 provisioning config files... 22:15:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3067470322736711280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:44 ---> docker-login.sh 22:15:44 nexus3.edgexfoundry.org:10001 22:15:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:45 Configure a credential helper to remove this warning. See 22:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:45 22:15:45 Login Succeeded 22:15:45 nexus3.edgexfoundry.org:10002 22:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:45 Configure a credential helper to remove this warning. See 22:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:45 22:15:45 Login Succeeded 22:15:45 nexus3.edgexfoundry.org:10003 22:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:45 Configure a credential helper to remove this warning. See 22:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:45 22:15:45 Login Succeeded 22:15:45 nexus3.edgexfoundry.org:10004 22:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:45 Configure a credential helper to remove this warning. See 22:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:45 22:15:45 Login Succeeded 22:15:45 docker.io 22:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:45 Configure a credential helper to remove this warning. See 22:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:45 22:15:45 Login Succeeded 22:15:45 ---> docker-login.sh ends [Pipeline] } 22:15:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:15:46 ++ 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 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/core-command/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo core-command,cmd/core-command/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/core-data/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo core-data,cmd/core-data/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/core-metadata/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo core-metadata,cmd/core-metadata/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/security-bootstrapper/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/security-proxy-setup/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/support-notifications/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo support-notifications,cmd/support-notifications/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/support-scheduler/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:15:46 + for file in '`ls cmd/**/Dockerfile`' 22:15:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:15:46 ++ cut -d/ -f2 22:15:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:15:46 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 22:15:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:47 22:15:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:15:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:47 latest: Pulling from edgex-devops/git-semver 22:15:47 31603596830f: Pulling fs layer 22:15:47 2a8b12db71e7: Pulling fs layer 22:15:47 6ca5941a6612: Pulling fs layer 22:15:47 ecc8261a40a4: Pulling fs layer 22:15:47 ecc8261a40a4: Waiting 22:15:47 2a8b12db71e7: Download complete 22:15:47 31603596830f: Verifying Checksum 22:15:47 31603596830f: Download complete 22:15:47 ecc8261a40a4: Verifying Checksum 22:15:47 ecc8261a40a4: Download complete 22:15:47 6ca5941a6612: Verifying Checksum 22:15:47 6ca5941a6612: Download complete 22:15:48 31603596830f: Pull complete 22:15:48 2a8b12db71e7: Pull complete 22:15:49 6ca5941a6612: Pull complete 22:15:49 ecc8261a40a4: Pull complete 22:15:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:15:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:15:49 prd-centos7-docker-4c-2g-22872 does not seem to be running inside a container 22:15:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:15:52 $ docker top 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:15:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:52 [ssh-agent] Looking for ssh-agent implementation... 22:15:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:52 $ docker exec 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 ssh-agent 22:15:53 SSH_AUTH_SOCK=/tmp/ssh-MtCjghBC1vj1/agent.11 22:15:53 SSH_AGENT_PID=17 22:15:53 Running ssh-add (command line suppressed) 22:15:53 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8482466304136800641.key (/w/workspace/edgex-go/3@tmp/private_key_8482466304136800641.key) 22:15:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:53 + git tag --points-at HEAD [Pipeline] } 22:15:53 $ docker exec --env ******** --env ******** 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 ssh-agent -k 22:15:53 unset SSH_AUTH_SOCK; 22:15:53 unset SSH_AGENT_PID; 22:15:53 echo Agent pid 17 killed; 22:15:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:15:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:53 [ssh-agent] Looking for ssh-agent implementation... 22:15:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:54 $ docker exec 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 ssh-agent 22:15:54 SSH_AUTH_SOCK=/tmp/ssh-GYoMk4wVXONa/agent.45 22:15:54 SSH_AGENT_PID=50 22:15:54 Running ssh-add (command line suppressed) 22:15:54 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8881582843629972715.key (/w/workspace/edgex-go/3@tmp/private_key_8881582843629972715.key) 22:15:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:54 + git semver init 22:15:54 # -> Open(): unable to determine branch for HEAD 22:15:54 # $GIT_DIR = /w/workspace/edgex-go/3/.git 22:15:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 22:15:54 # $SEMVER_REMOTE_NAME = origin 22:15:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:15:54 # $SEMVER_USER_NAME = edgex-jenkins 22:15:54 # $SEMVER_BRANCH = PR-3082 22:15:54 # $SEMVER_TEMP = /tmp/semver-728749482 22:15:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:16:16 # '/tmp/semver-728749482' -> '/w/workspace/edgex-go/3/.semver' 22:16:16 # -> Force: false 22:16:16 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 22:16:16 $ docker exec --env ******** --env ******** 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 ssh-agent -k 22:16:17 unset SSH_AUTH_SOCK; 22:16:17 unset SSH_AGENT_PID; 22:16:17 echo Agent pid 50 killed; 22:16:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:17 + git semver [Pipeline] } 22:16:17 $ docker stop --time=1 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 22:16:19 $ docker rm -f 2b5965c61c03e318dec97084ce7f30713ab04b0303faa01cf4990bbfa8077d45 [Pipeline] // withDockerContainer [Pipeline] sh 22:16:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:16:20 Stashed 1 file(s) [Pipeline] echo 22:16:20 [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 22:16:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:16:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:16:22 + sudo service docker restart 22:16:22 + true 22:16:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:16:23 ========================================================= 22:16:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:16:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:16:23 + 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 . 22:16:27 Sending build context to Docker daemon 327.1MB 22:16:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:16:27 Step 2/6 : FROM ${BASE} 22:16:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:16:27 188c0c94c7c5: Pulling fs layer 22:16:27 0ef7d3d256c8: Pulling fs layer 22:16:27 de9db76c5a1d: Pulling fs layer 22:16:27 bca2f99d35d6: Pulling fs layer 22:16:27 93359f2a8cfa: Pulling fs layer 22:16:27 7c6f9722023f: Pulling fs layer 22:16:27 a35cf1a2eb13: Pulling fs layer 22:16:27 93359f2a8cfa: Waiting 22:16:27 bca2f99d35d6: Waiting 22:16:27 7c6f9722023f: Waiting 22:16:27 a35cf1a2eb13: Waiting 22:16:27 de9db76c5a1d: Verifying Checksum 22:16:27 de9db76c5a1d: Download complete 22:16:27 0ef7d3d256c8: Verifying Checksum 22:16:27 0ef7d3d256c8: Download complete 22:16:27 93359f2a8cfa: Verifying Checksum 22:16:27 93359f2a8cfa: Download complete 22:16:27 188c0c94c7c5: Verifying Checksum 22:16:27 188c0c94c7c5: Download complete 22:16:27 7c6f9722023f: Verifying Checksum 22:16:27 7c6f9722023f: Download complete 22:16:27 188c0c94c7c5: Pull complete 22:16:28 0ef7d3d256c8: Pull complete 22:16:28 de9db76c5a1d: Pull complete 22:16:29 a35cf1a2eb13: Verifying Checksum 22:16:29 a35cf1a2eb13: Download complete 22:16:30 bca2f99d35d6: Verifying Checksum 22:16:30 bca2f99d35d6: Download complete 22:16:35 bca2f99d35d6: Pull complete 22:16:35 93359f2a8cfa: Pull complete 22:16:35 7c6f9722023f: Pull complete 22:16:36 Still waiting to schedule task 22:16:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 22:16:41 a35cf1a2eb13: Pull complete 22:16:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:16:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:16:41 ---> a62c8e92a672 22:16:41 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 22:16:41 ---> Running in c1f3f351c02c 22:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:43 (1/12) Installing libmagic (5.38-r0) 22:16:43 (2/12) Installing file (5.38-r0) 22:16:43 (3/12) Installing libc-dev (0.7.2-r3) 22:16:43 (4/12) Installing g++ (9.3.0-r2) 22:16:49 (5/12) Installing fortify-headers (1.1-r0) 22:16:49 (6/12) Installing patch (2.7.6-r6) 22:16:49 (7/12) Installing build-base (0.5-r2) 22:16:49 (8/12) Installing libsodium (1.0.18-r0) 22:16:49 (9/12) Installing pkgconf (1.7.2-r0) 22:16:49 (10/12) Installing libsodium-dev (1.0.18-r0) 22:16:49 (11/12) Installing libzmq (4.3.3-r0) 22:16:49 (12/12) Installing zeromq-dev (4.3.3-r0) 22:16:49 Executing busybox-1.31.1-r19.trigger 22:16:49 OK: 233 MiB in 51 packages 22:16:53 Removing intermediate container c1f3f351c02c 22:16:53 ---> a0163111cf65 22:16:53 Step 4/6 : WORKDIR /edgex-go 22:16:53 ---> Running in ad584024eecf 22:16:53 Removing intermediate container ad584024eecf 22:16:53 ---> 621f42a342c7 22:16:53 Step 5/6 : COPY go.mod . 22:16:53 ---> e3bb98aa3500 22:16:53 Step 6/6 : RUN go mod download 22:16:53 ---> Running in 19d4cbde8cc4 22:17:15 Removing intermediate container 19d4cbde8cc4 22:17:15 ---> faa9ccbef111 22:17:15 Successfully built faa9ccbef111 22:17:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:17:16 + docker inspect -f . ci-base-image-x86_64 22:17:16 . [Pipeline] withDockerContainer 22:17:16 prd-centos7-docker-4c-2g-22872 does not seem to be running inside a container 22:17:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:17:17 $ docker top fe89b0e5d62923905e901693866c9485254dac6026cc7afd8eb45e91d0e55e25 -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:17 + go version 22:17:17 go version go1.15.5 linux/amd64 [Pipeline] } 22:17:17 $ docker stop --time=1 fe89b0e5d62923905e901693866c9485254dac6026cc7afd8eb45e91d0e55e25 22:17:19 $ docker rm -f fe89b0e5d62923905e901693866c9485254dac6026cc7afd8eb45e91d0e55e25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:20 + docker inspect -f . ci-base-image-x86_64 22:17:20 . [Pipeline] withDockerContainer 22:17:20 prd-centos7-docker-4c-2g-22872 does not seem to be running inside a container 22:17:20 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:17:20 $ docker top 899b4565fa9805f1e5183a52c6736f40ebdf21f26ecb84da0fa9544fba43244a -eo pid,comm [Pipeline] { [Pipeline] echo 22:17:21 ========================================================= 22:17:21 [edgeXBuildGoParallel] Running Tests and Build... 22:17:21 ========================================================= [Pipeline] sh 22:17:21 + make test 22:17:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:17:31 ? github.com/edgexfoundry/edgex-go [no test files] 22:17:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:17:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:17:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:17:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:17:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:17:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:17:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:17:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:17:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:17:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.078s coverage: 46.6% of statements 22:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 65.8% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.436s coverage: 82.3% of statements 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:18:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:18:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:18:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.364s coverage: 92.8% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 43.8% of statements 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.027s coverage: 100.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 68.9% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.256s coverage: 84.0% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:18:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 22:18:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:18:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 22:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 22:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 22:18:21 GO111MODULE=on go vet ./... 22:18:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22873 in /w/workspace/edgexfoundry_edgex-go_PR-3082 [Pipeline] { [Pipeline] ws 22:18:25 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:18:30 using credential edgex-jenkins-ssh 22:18:30 Cloning the remote Git repository 22:18:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:18:30 > git init /w/workspace/edgex-go/3 # timeout=10 22:18:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:18:30 > git --version # timeout=10 22:18:30 > git --version # 'git version 2.17.1' 22:18:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:18:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:18:46 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 66c9aa2ac95de01abeae7891b788798fc34a200e 22:18:47 Merge succeeded, producing 66c9aa2ac95de01abeae7891b788798fc34a200e 22:18:47 Checking out Revision 66c9aa2ac95de01abeae7891b788798fc34a200e (PR-3082) 22:18:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:18:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:18:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:18:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:18:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:18:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3082/head:refs/remotes/origin/PR-3082 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:18:46 > git config core.sparsecheckout # timeout=10 22:18:46 > git checkout -f 66c9aa2ac95de01abeae7891b788798fc34a200e # timeout=10 22:18:47 > git remote # timeout=10 22:18:47 > git config --get remote.origin.url # timeout=10 22:18:47 using GIT_SSH to set credentials SSH Credentials for GitHub 22:18:47 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 22:18:47 > git rev-parse HEAD^{commit} # timeout=10 22:18:47 > git config core.sparsecheckout # timeout=10 22:18:47 > git checkout -f 66c9aa2ac95de01abeae7891b788798fc34a200e # timeout=10 22:18:47 gofmt -l . 22:18:47 [ "`gofmt -l .`" = "" ] 22:18:47 ./bin/test-go-mod-tidy.sh 22:18:47 ./bin/test-attribution-txt.sh [Pipeline] sh 22:18:48 + ls -al . 22:18:48 total 668 22:18:48 drwxrwxr-x 10 1001 1001 4096 Jan 26 22:18 . 22:18:48 drwxr-xr-x 4 root root 28 Jan 26 22:17 .. 22:18:48 -rw-rw-r-- 1 1001 1001 11 Jan 26 22:15 .dockerignore 22:18:48 drwxrwxr-x 8 1001 1001 179 Jan 26 22:15 .git 22:18:48 drwxrwxr-x 3 1001 1001 125 Jan 26 22:15 .github 22:18:48 -rw-rw-r-- 1 1001 1001 872 Jan 26 22:15 .gitignore 22:18:48 drwx------ 3 1001 1001 47 Jan 26 22:16 .semver 22:18:48 -rw-rw-r-- 1 1001 1001 166 Jan 26 22:15 .sonarcloud.properties 22:18:48 -rw-rw-r-- 1 1001 1001 7859 Jan 26 22:15 Attribution.txt 22:18:48 -rw-rw-r-- 1 1001 1001 3804 Jan 26 22:15 CONTRIBUTING.md 22:18:48 -rw-rw-r-- 1 1001 1001 931 Jan 26 22:15 Dockerfile.build 22:18:48 -rw-rw-r-- 1 1001 1001 863 Jan 26 22:15 Jenkinsfile 22:18:48 -rw-rw-r-- 1 1001 1001 10775 Jan 26 22:15 LICENSE 22:18:48 -rw-rw-r-- 1 1001 1001 6001 Jan 26 22:15 Makefile 22:18:48 -rw-rw-r-- 1 1001 1001 6524 Jan 26 22:15 README.md 22:18:48 -rw-rw-r-- 1 1001 1001 6755 Jan 26 22:15 SECURITY.md 22:18:48 -rw-rw-r-- 1 1001 1001 5 Jan 26 22:16 VERSION 22:18:48 -rw-rw-r-- 1 1001 1001 4131 Jan 26 22:15 ZMQWindows.md 22:18:48 drwxrwxr-x 2 1001 1001 117 Jan 26 22:15 bin 22:18:48 drwxrwxr-x 15 1001 1001 4096 Jan 26 22:15 cmd 22:18:48 -rw-r--r-- 1 root root 564700 Jan 26 22:18 coverage.out 22:18:48 -rw-r--r-- 1 root root 1053 Jan 26 22:18 go.mod 22:18:48 -rw-r--r-- 1 root root 18995 Jan 26 22:18 go.sum 22:18:48 drwxrwxr-x 8 1001 1001 127 Jan 26 22:15 internal 22:18:48 drwxrwxr-x 4 1001 1001 26 Jan 26 22:15 openapi 22:18:48 drwxrwxr-x 4 1001 1001 71 Jan 26 22:15 snap 22:18:48 -rw-rw-r-- 1 1001 1001 168 Jan 26 22:15 version.go [Pipeline] sh 22:18:48 + '[' -e coverage.out ] 22:18:48 + chown 1001:1001 coverage.out [Pipeline] stash 22:18:48 Stashed 1 file(s) [Pipeline] sh 22:18:48 + make build 22:18:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:18:51 Commit message: "feat(security): add build code in Dockerfile for both AMD64 and ARM64 of dockerize binary" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:18:53 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 22:18:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:18:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:18:53 + sudo service docker restart 22:18:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:18:56 provisioning config files... 22:18:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8511390014741473382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:18:57 ---> docker-login.sh 22:18:57 nexus3.edgexfoundry.org:10001 22:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:58 Configure a credential helper to remove this warning. See 22:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:58 22:18:58 Login Succeeded 22:18:58 nexus3.edgexfoundry.org:10002 22:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:58 Configure a credential helper to remove this warning. See 22:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:58 22:18:58 Login Succeeded 22:18:58 nexus3.edgexfoundry.org:10003 22:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:59 Configure a credential helper to remove this warning. See 22:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:59 22:18:59 Login Succeeded 22:18:59 nexus3.edgexfoundry.org:10004 22:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:59 Configure a credential helper to remove this warning. See 22:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:59 22:18:59 Login Succeeded 22:18:59 docker.io 22:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:00 Configure a credential helper to remove this warning. See 22:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:00 22:19:00 Login Succeeded 22:19:00 ---> docker-login.sh ends [Pipeline] } 22:19:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:19:01 ========================================================= 22:19:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:19:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:19:01 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 22:19:01 + 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 . 22:19:01 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 22:19:02 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 22:19: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 22:19:04 Sending build context to Docker daemon 165.9MB 22:19:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:19:04 Step 2/6 : FROM ${BASE} 22:19:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:19:04 5f621e34cdf4: Pulling fs layer 22:19:04 a4357932f1b6: Pulling fs layer 22:19:04 18c013af1878: Pulling fs layer 22:19:04 00ac8860ef70: Pulling fs layer 22:19:04 63d7cb157983: Pulling fs layer 22:19:04 b116817d02f9: Pulling fs layer 22:19:04 745a02a5169b: Pulling fs layer 22:19:04 00ac8860ef70: Waiting 22:19:04 63d7cb157983: Waiting 22:19:04 b116817d02f9: Waiting 22:19:04 745a02a5169b: Waiting 22:19:04 18c013af1878: Verifying Checksum 22:19:04 18c013af1878: Download complete 22:19:04 a4357932f1b6: Verifying Checksum 22:19:04 a4357932f1b6: Download complete 22:19:04 63d7cb157983: Download complete 22:19:04 b116817d02f9: Download complete 22:19:04 5f621e34cdf4: Verifying Checksum 22:19:04 5f621e34cdf4: Download complete 22:19:05 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 22:19:05 5f621e34cdf4: Pull complete 22:19:05 a4357932f1b6: Pull complete 22:19:06 18c013af1878: Pull complete 22:19:06 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 22:19:06 745a02a5169b: Verifying Checksum 22:19:07 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 22:19:07 00ac8860ef70: Verifying Checksum 22:19:07 00ac8860ef70: Download complete 22:19:08 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 22:19:09 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 22:19:10 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 22:19:12 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] } 22:19:13 $ docker stop --time=1 899b4565fa9805f1e5183a52c6736f40ebdf21f26ecb84da0fa9544fba43244a 22:19:15 $ docker rm -f 899b4565fa9805f1e5183a52c6736f40ebdf21f26ecb84da0fa9544fba43244a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 22:19:17 00ac8860ef70: Pull complete 22:19:17 63d7cb157983: Pull complete 22:19:18 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 22:19:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:19 22:19:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:19:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:19 latest: Pulling from edgex-devops/edgex-compose 22:19:19 cbdbe7a5bc2a: Pulling fs layer 22:19:19 ca9280d653b3: Pulling fs layer 22:19:19 7e9c9ca2126c: Pulling fs layer 22:19:19 cbdbe7a5bc2a: Verifying Checksum 22:19:19 cbdbe7a5bc2a: Download complete 22:19:20 cbdbe7a5bc2a: Pull complete 22:19:20 ca9280d653b3: Verifying Checksum 22:19:20 ca9280d653b3: Download complete 22:19:21 7e9c9ca2126c: Download complete 22:19:21 ca9280d653b3: Pull complete 22:19:22 745a02a5169b: Pull complete 22:19:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:19:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:19:22 ---> b7e6874047d6 22:19:22 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 22:19:26 ---> Running in 868fc79664a3 22:19:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:19:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:19:28 7e9c9ca2126c: Pull complete 22:19:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:19:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:28 (1/12) Installing libmagic (5.38-r0) [Pipeline] withDockerContainer 22:19:28 prd-centos7-docker-4c-2g-22872 does not seem to be running inside a container 22:19:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 22:19:28 (2/12) Installing file (5.38-r0) 22:19:28 (3/12) Installing libc-dev (0.7.2-r3) 22:19:28 (4/12) Installing g++ (9.3.0-r2) 22:19:31 $ docker top 1b2e5d8bb781378999d8064bbf41377a288aa9d01abd715a631050d7d235b571 -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:32 + docker-compose build --help 22:19:32 + grep parallel 22:19:33 --parallel Build images in parallel. [Pipeline] } 22:19:33 $ docker stop --time=1 1b2e5d8bb781378999d8064bbf41377a288aa9d01abd715a631050d7d235b571 22:19:34 (5/12) Installing fortify-headers (1.1-r0) 22:19:34 (6/12) Installing patch (2.7.6-r6) 22:19:34 (7/12) Installing build-base (0.5-r2) 22:19:34 (8/12) Installing libsodium (1.0.18-r0) 22:19:34 $ docker rm -f 1b2e5d8bb781378999d8064bbf41377a288aa9d01abd715a631050d7d235b571 [Pipeline] // withDockerContainer 22:19:34 (9/12) Installing pkgconf (1.7.2-r0) 22:19:34 (10/12) Installing libsodium-dev (1.0.18-r0) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:19:34 (11/12) Installing libzmq (4.3.3-r0) 22:19:34 (12/12) Installing zeromq-dev (4.3.3-r0) 22:19:34 Executing busybox-1.31.1-r19.trigger 22:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:35 . [Pipeline] withDockerContainer 22:19:35 OK: 217 MiB in 51 packages 22:19:35 prd-centos7-docker-4c-2g-22872 does not seem to be running inside a container 22:19:35 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:19:35 $ docker top 22f2bda0be2ef912c82d4b073a10557f4a78bfcc393176dcad12585d0cc6a9eb -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:36 + docker-compose -f ./docker-compose-build.yml build --parallel 22:19:37 Building docker-core-command-go ... 22:19:37 Building docker-core-data-go ... 22:19:37 Building docker-core-metadata-go ... 22:19:37 Building docker-security-bootstrapper-go ... 22:19:37 Building docker-security-proxy-setup-go ... 22:19:37 Building docker-security-secretstore-setup-go ... 22:19:37 Building docker-support-notifications-go ... 22:19:37 Building docker-support-scheduler-go ... 22:19:37 Building docker-sys-mgmt-agent-go ... 22:19:37 Building docker-support-scheduler-go 22:19:37 Building docker-core-command-go 22:19:37 Building docker-security-proxy-setup-go 22:19:37 Building docker-support-notifications-go 22:19:37 Building docker-sys-mgmt-agent-go 22:19:39 Removing intermediate container 868fc79664a3 22:19:39 ---> b519dfc6cb18 22:19:39 Step 4/6 : WORKDIR /edgex-go 22:19:39 ---> Running in 0ea75d9d6ec6 22:19:39 Removing intermediate container 0ea75d9d6ec6 22:19:39 ---> ffc21ba8b649 22:19:39 Step 5/6 : COPY go.mod . 22:19:40 ---> c44af2d9c17c 22:19:40 Step 6/6 : RUN go mod download 22:19:40 ---> Running in 1b68b9a57210 22:20:07 Removing intermediate container 1b68b9a57210 22:20:07 ---> e7d17b83937a 22:20:07 Successfully built e7d17b83937a 22:20:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:20:07 + docker inspect -f . ci-base-image-arm64 22:20:07 . [Pipeline] withDockerContainer 22:20:07 prd-ubuntu18.04-docker-arm64-4c-16g-22873 does not seem to be running inside a container 22:20:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:20:09 $ docker top c711ee61646cf1dd3c9f0917fbeaeb59820b78189ae58f04f32fa0835a1b2690 -eo pid,comm 22:20:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> faa9ccbef111 22:20:09 Step 3/23 : WORKDIR /edgex-go 22:20:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> faa9ccbef111 22:20:09 Step 3/22 : WORKDIR /edgex-go 22:20:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> faa9ccbef111 22:20:09 Step 3/26 : WORKDIR /edgex-go 22:20:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> faa9ccbef111 22:20:09 Step 3/22 : WORKDIR /edgex-go 22:20:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:20:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:20:09 ---> faa9ccbef111 22:20:09 Step 3/21 : WORKDIR /edgex-go [Pipeline] { 22:20:09 ---> Running in 12a3be3193ed 22:20:09 ---> Running in 0f9768fec0f3 22:20:09 ---> Running in 205fb378b51d 22:20:09 ---> Running in 88325408148b 22:20:09 ---> Running in a43b311cb9f9 [Pipeline] sh 22:20:10 Removing intermediate container 88325408148b 22:20:10 ---> e8dfbd4b68c0 22:20:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:10 Removing intermediate container 0f9768fec0f3 22:20:10 ---> e3236f88c204 22:20:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:10 Removing intermediate container 12a3be3193ed 22:20:10 ---> d6fc28810ba7 22:20:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:10 Removing intermediate container 205fb378b51d 22:20:10 ---> 4d6f6d53dcd7 22:20:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:10 Removing intermediate container a43b311cb9f9 22:20:10 ---> a865fc10ef16 22:20:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:20:10 ---> Running in af41b0e52f2c 22:20:10 ---> Running in 934b6ba04752 22:20:10 ---> Running in 5e971b0ec5a3 22:20:10 + go version 22:20:10 go version go1.15.5 linux/arm64 [Pipeline] } 22:20:10 $ docker stop --time=1 c711ee61646cf1dd3c9f0917fbeaeb59820b78189ae58f04f32fa0835a1b2690 22:20:10 ---> Running in f80f2ab1008c 22:20:10 ---> Running in 256d32ffbcd7 22:20:12 $ docker rm -f c711ee61646cf1dd3c9f0917fbeaeb59820b78189ae58f04f32fa0835a1b2690 22:20:12 Removing intermediate container 5e971b0ec5a3 22:20:12 ---> 5ffede443990 22:20:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:20:12 Removing intermediate container 934b6ba04752 22:20:12 ---> c0bb6c54d2fc 22:20:12 Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 22:20:13 ---> Running in 2e4b7c8832ba 22:20:13 ---> Running in b1240edc6f50 22:20:13 Removing intermediate container af41b0e52f2c 22:20:13 ---> c75a67aa0b5e 22:20:13 Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 22:20:13 Removing intermediate container 256d32ffbcd7 [2021-01-26T22:20:13.312Z] ---> 46a03925f71b 22:20:13 Step 5/26 : RUN apk add --update --no-cache make bash git [Pipeline] isUnix 22:20:13 ---> Running in 872a7cc7ba57 [Pipeline] sh 22:20:13 ---> Running in 9b8b14ce6072 22:20:13 Removing intermediate container f80f2ab1008c 22:20:13 ---> f1e429b0a9c5 22:20:13 Step 5/21 : RUN apk add --update --no-cache make git 22:20:13 ---> Running in 40941f4cdf26 22:20:13 + docker inspect -f . ci-base-image-arm64 22:20:13 . [Pipeline] withDockerContainer 22:20:13 prd-ubuntu18.04-docker-arm64-4c-16g-22873 does not seem to be running inside a container 22:20:14 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:20:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:20:15 $ docker top 1a33627e3d1172e433d5f70c956e64a657177576e3bc02fa9308e9d61a4a6497 -eo pid,comm 22:20:15 OK: 233 MiB in 51 packages 22:20:15 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo 22:20:15 ========================================================= 22:20:15 [edgeXBuildGoParallel] Running Tests and Build... 22:20:15 ========================================================= [Pipeline] sh 22:20:15 OK: 233 MiB in 51 packages 22:20:15 OK: 233 MiB in 51 packages 22:20:16 OK: 233 MiB in 51 packages 22:20:16 Removing intermediate container 2e4b7c8832ba 22:20:16 ---> e31595194e12 22:20:16 Step 6/22 : COPY go.mod . 22:20:16 + make test 22:20:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:20:16 Removing intermediate container 872a7cc7ba57 22:20:16 ---> 60877e71dc9e 22:20:16 Step 6/22 : COPY go.mod . 22:20:16 Removing intermediate container 40941f4cdf26 22:20:16 ---> ee908d0ef729 22:20:16 Step 6/21 : COPY go.mod . 22:20:16 ---> d13a2060892b 22:20:16 Step 7/22 : RUN go mod download 22:20:16 Removing intermediate container b1240edc6f50 22:20:16 ---> b11ae3f3f115 22:20:16 Step 6/23 : COPY go.mod . 22:20:17 ---> 322c132d1256 22:20:17 Step 7/22 : RUN go mod download 22:20:17 ---> Running in bd0e8568952b 22:20:17 Removing intermediate container 9b8b14ce6072 22:20:17 ---> 6df7dd72c6f0 22:20:17 Step 6/26 : COPY go.mod . 22:20:17 ---> Running in 60a4bba35378 22:20:17 ---> a2cddfd7df3d 22:20:17 Step 7/21 : RUN go mod download 22:20:17 ---> ee29d705dc66 22:20:17 Step 7/23 : RUN go mod download 22:20:17 ---> Running in df3c8de849d6 22:20:17 ---> Running in 2db02f3a1ef4 22:20:18 ---> 7fc854a517eb 22:20:18 Step 7/26 : RUN go mod download 22:20:18 ---> Running in 2c0c92c42b60 22:20:20 Removing intermediate container 60a4bba35378 22:20:20 ---> 8e8c80c86b23 22:20:20 Step 8/22 : COPY . . 22:20:22 Removing intermediate container bd0e8568952b 22:20:22 ---> 12bff0f1f286 22:20:22 Step 8/22 : COPY . . 22:20:23 Removing intermediate container df3c8de849d6 22:20:23 ---> 1ce22d1f8e6a 22:20:23 Step 8/21 : COPY . . 22:20:24 Removing intermediate container 2c0c92c42b60 22:20:24 ---> 202053ee80fa 22:20:24 Step 8/26 : COPY . . 22:20:26 Removing intermediate container 2db02f3a1ef4 22:20:26 ---> ab1f4446e3b4 22:20:26 Step 8/23 : COPY . . 22:20:38 ? github.com/edgexfoundry/edgex-go [no test files] 22:21:05 ---> 268ea6cce808 22:21:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:21:05 ---> Running in e310657e96db 22:21:05 ---> 20f00c1ef971 22:21:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:21:05 ---> e73bb9145fce 22:21:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:21:05 ---> 294111114242 22:21:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:21:05 ---> Running in 48f03ab9ea6f 22:21:05 ---> bf653d08124b 22:21:05 Step 9/23 : RUN make cmd/core-command/core-command 22:21:05 ---> Running in 0d2289332843 22:21:05 ---> Running in 6ac9ac8cd7ac 22:21:05 ---> Running in a1f0c5ad6244 22:21:05 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 22:21:05 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 22:21:05 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 22:21:05 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 22:21:05 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 22:21:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:21:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:21:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:21:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:21:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:21:40 Removing intermediate container 6ac9ac8cd7ac 22:21:40 ---> 7671507d2a4e 22:21:40 22:21:40 Step 10/23 : FROM alpine:3.12 22:21:40 Removing intermediate container e310657e96db 22:21:40 ---> 8d1af1a2df03 22:21:40 22:21:40 Step 10/22 : FROM alpine:3.12 22:21:40 Removing intermediate container a1f0c5ad6244 22:21:40 ---> e5aa9d670e84 22:21:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:21:40 Removing intermediate container 48f03ab9ea6f 22:21:40 ---> 92f71587e4e8 22:21:40 22:21:40 Step 10/22 : FROM alpine:3.12 22:21:40 3.12: Pulling from library/alpine 22:21:40 3.12: Pulling from library/alpine 22:21:40 3.12: Pulling from library/alpine 22:21:40 ---> Running in d04adf2fa29b 22:21:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:21:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:21:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:21:40 Status: Downloaded newer image for alpine:3.12 22:21:40 ---> 389fef711851 22:21:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:21:40 Status: Image is up to date for alpine:3.12 22:21:40 ---> 389fef711851 22:21:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:21:40 Status: Image is up to date for alpine:3.12 22:21:40 ---> 389fef711851 22:21:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:21:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:21:41 ---> Running in cade843ec17a 22:21:41 ---> Running in 6dd459aa883f 22:21:41 ---> Running in 4930e3beab11 22:21:41 Removing intermediate container 0d2289332843 22:21:41 ---> ffaa96e8e057 22:21:41 22:21:41 Step 10/21 : FROM alpine:3.12 22:21:41 ---> 389fef711851 22:21:41 Step 11/21 : RUN apk add --update --no-cache curl 22:21:41 ---> Running in 832e147ed890 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:42 Removing intermediate container d04adf2fa29b 22:21:42 ---> 9931d31c22d1 22:21:42 22:21:42 Step 11/26 : FROM docker:20.10.0 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:42 (1/2) Installing ca-certificates (20191127-r4) 22:21:42 20.10.0: Pulling from library/docker 22:21:42 (2/2) Installing dumb-init (1.2.2-r1) 22:21:42 Executing busybox-1.31.1-r19.trigger 22:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:42 Executing ca-certificates-20191127-r4.trigger 22:21:42 (1/1) Installing dumb-init (1.2.2-r1) 22:21:42 Executing busybox-1.31.1-r19.trigger 22:21:42 OK: 6 MiB in 15 packages 22:21:42 (1/1) Installing dumb-init (1.2.2-r1) 22:21:42 Executing busybox-1.31.1-r19.trigger 22:21:42 OK: 6 MiB in 16 packages 22:21:42 OK: 6 MiB in 15 packages 22:21:42 (1/4) Installing ca-certificates (20191127-r4) 22:21:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:21:42 (3/4) Installing libcurl (7.69.1-r3) 22:21:42 (4/4) Installing curl (7.69.1-r3) 22:21:42 Executing busybox-1.31.1-r19.trigger 22:21:42 Executing ca-certificates-20191127-r4.trigger 22:21:43 OK: 7 MiB in 18 packages 22:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:21:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:21:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:21:46 Removing intermediate container cade843ec17a 22:21:46 ---> 36a83ac656f0 22:21:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:21:46 Removing intermediate container 6dd459aa883f 22:21:46 ---> 848d66c22c72 22:21:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:21:46 Removing intermediate container 4930e3beab11 22:21:46 ---> a7b901d13aae 22:21:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:21:46 Removing intermediate container 832e147ed890 22:21:46 ---> d5fb764e6fc3 22:21:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:21:46 ---> Running in f43bf0fc5896 22:21:46 ---> Running in db4137eab861 22:21:46 ---> Running in f4d625e80f7b 22:21:47 ---> Running in 77ef40bf7b3f 22:21:47 Removing intermediate container f43bf0fc5896 22:21:47 ---> 72bbe69edc84 22:21:47 Step 13/22 : ENV APP_PORT=48085 22:21:47 ---> Running in 4686b77e4d26 22:21:47 Removing intermediate container db4137eab861 22:21:47 ---> f22384851409 22:21:47 Step 13/23 : ENV APP_PORT=48082 22:21:47 Removing intermediate container 77ef40bf7b3f 22:21:47 ---> 788447294c09 22:21:47 Step 13/21 : WORKDIR /edgex 22:21:47 Removing intermediate container f4d625e80f7b 22:21:47 ---> 9a546f34a772 22:21:47 Step 13/22 : ENV APP_PORT=48060 22:21:47 ---> Running in c507f62be150 22:21:47 ---> Running in 08abe5702b4e 22:21:47 ---> Running in bed8f1965520 22:21:47 Removing intermediate container 4686b77e4d26 22:21:47 ---> 0eac8c334710 22:21:47 Step 14/22 : EXPOSE $APP_PORT 22:21:47 Removing intermediate container c507f62be150 22:21:47 ---> 261d639a1073 22:21:47 Step 14/23 : EXPOSE $APP_PORT 22:21:47 ---> Running in 9247558e1dff 22:21:48 Removing intermediate container 08abe5702b4e 22:21:48 ---> aa5209db0f38 22:21:48 Step 14/22 : EXPOSE $APP_PORT 22:21:48 ---> Running in e6e89db961df 22:21:48 Removing intermediate container bed8f1965520 22:21:48 ---> 49edb530f38d 22:21:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:21:48 ---> Running in 4ec915f9d407 22:21:48 Removing intermediate container 9247558e1dff 22:21:48 ---> 1bdcae0b197f 22:21:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:48 Removing intermediate container e6e89db961df 22:21:48 ---> c80b60c741da 22:21:48 Step 15/23 : WORKDIR / 22:21:48 ---> Running in db6e093ddb96 22:21:48 ---> decd1ddf1489 22:21:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:21:48 Removing intermediate container 4ec915f9d407 22:21:48 ---> 6393d88f7548 22:21:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:48 ---> d70daab53174 22:21:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:21:49 Removing intermediate container db6e093ddb96 22:21:49 ---> eba569f3149a 22:21:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:21:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:21:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:21:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:21:49 Status: Downloaded newer image for docker:20.10.0 22:21:49 ---> aefe523efa57 22:21:49 Step 12/26 : RUN apk add --no-cache bash 22:21:49 ---> 8b3dd5323f48 22:21:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:21:49 ---> 5da86c83fe92 22:21:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:21:49 ---> 67a5cc08aff8 22:21:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:21:49 ---> 222b9a3a01fa 22:21:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:21:49 ---> Running in 5231a039274b 22:21:50 ---> a4b77b4c03ad 22:21:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:21:50 ---> Running in b304c30d7e6a 22:21:50 ---> 91a85c05e624 22:21:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:21:50 ---> c705f03894a5 22:21:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:21:50 ---> Running in 6f15476bcf33 22:21:50 ---> bf724bbf8b5b 22:21:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:50 Removing intermediate container b304c30d7e6a 22:21:50 ---> b5b2bfb16aeb 22:21:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:50 (1/2) Installing readline (8.0.4-r0) 22:21:50 (2/2) Installing bash (5.0.17-r0) 22:21:50 ---> Running in 3cb9220d1c0b 22:21:50 Executing bash-5.0.17-r0.post-install 22:21:50 Executing busybox-1.31.1-r19.trigger 22:21:50 Removing intermediate container 6f15476bcf33 22:21:50 ---> ff5af3e9eb82 22:21:50 Step 18/21 : CMD ["--init=true"] 22:21:50 OK: 12 MiB in 22 packages 22:21:50 ---> e0ff589e8da1 22:21:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:21:50 ---> a9ce69b43b4a 22:21:50 Step 19/23 : ENTRYPOINT ["/core-command"] 22:21:50 ---> Running in 9cb5a64737eb 22:21:51 ---> Running in 5095eda1deed 22:21:51 ---> Running in c192ac59c462 22:21:51 Removing intermediate container 3cb9220d1c0b 22:21:51 ---> 65a144d90618 22:21:51 Step 20/22 : LABEL arch=x86_64 22:21:51 Removing intermediate container 9cb5a64737eb 22:21:51 ---> 066716ec8019 22:21:51 Step 19/21 : LABEL arch=x86_64 22:21:51 ---> Running in 683e6a8fd961 22:21:51 ---> Running in 0c263518610c 22:21:52 Removing intermediate container 5095eda1deed 22:21:52 ---> 6a08063d0545 22:21:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:52 Removing intermediate container c192ac59c462 22:21:52 ---> 1a22fc1a3752 22:21:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:21:52 Removing intermediate container 5231a039274b 22:21:52 ---> bbb2c3823637 22:21:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:21:52 ---> Running in 208e1b8315b8 22:21:52 ---> Running in 5efeee7c81a1 22:21:52 Removing intermediate container 683e6a8fd961 22:21:52 ---> 3385b0fc268d 22:21:52 Step 21/22 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:21:52 ---> Running in aa1582912fea 22:21:52 Removing intermediate container 0c263518610c 22:21:52 ---> ea040a5be856 22:21:52 Step 20/21 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:21:52 ---> Running in a49166790408 22:21:52 ---> Running in 4b530c3b0e75 22:21:52 Removing intermediate container 208e1b8315b8 22:21:52 ---> 444f30156359 22:21:52 Step 20/22 : LABEL arch=x86_64 22:21:53 Removing intermediate container 5efeee7c81a1 22:21:53 ---> 20ecf8e59918 22:21:53 Step 21/23 : LABEL arch=x86_64 22:21:53 Removing intermediate container aa1582912fea 22:21:53 ---> 6a91a9af7969 22:21:53 Step 14/26 : ENV APP_PORT=48090 22:21:53 ---> Running in 424a7566e4cb 22:21:53 ---> Running in 9d50e0b13290 22:21:53 Removing intermediate container a49166790408 22:21:53 ---> 7661342629d3 22:21:53 Step 22/22 : LABEL version=0.0.0 22:21:53 ---> Running in 831dc6261727 22:21:53 Removing intermediate container 4b530c3b0e75 22:21:53 ---> d43f82ffd369 22:21:53 Step 21/21 : LABEL version=0.0.0 22:21:53 ---> Running in 66af3fdab103 22:21:53 ---> Running in b002bcd28e2a 22:21:53 Removing intermediate container 424a7566e4cb 22:21:53 ---> 49e13883aceb 22:21:53 Step 21/22 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:21:53 Removing intermediate container 9d50e0b13290 22:21:53 ---> 4ad658c46912 22:21:53 Step 22/23 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:21:53 Removing intermediate container 831dc6261727 22:21:53 ---> b3ceffe464ad 22:21:53 Step 15/26 : EXPOSE $APP_PORT 22:21:53 ---> Running in f926ef353e7f 22:21:53 ---> Running in 62c1aadede61 22:21:53 ---> Running in 83df073b1d7b 22:21:53 Removing intermediate container 66af3fdab103 22:21:53 ---> 7441ca4ffcc7 22:21:53 22:21:53 Removing intermediate container b002bcd28e2a 22:21:53 ---> aba4feac4fc1 22:21:53 22:21:54 Removing intermediate container f926ef353e7f 22:21:54 ---> ae469282927f 22:21:54 Step 22/22 : LABEL version=0.0.0 22:21:54 Successfully built aba4feac4fc1 22:21:54 Successfully built 7441ca4ffcc7 22:21:54 Removing intermediate container 62c1aadede61 22:21:54 ---> 8dc2392b572b 22:21:54 Step 23/23 : LABEL version=0.0.0 22:21:54 Successfully tagged docker-security-proxy-setup-go:latest 22:21:54 Successfully tagged docker-support-scheduler-go:latest 22:21:54  Building docker-security-proxy-setup-go ... done  Building docker-support-scheduler-go ... done Building docker-core-data-go 22:21:54 Building docker-security-bootstrapper-go 22:21:54 Removing intermediate container 83df073b1d7b 22:21:54 ---> 6d2fe0b2a9c3 22:21:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:21:54 ---> Running in 1b1a13512286 22:21:54 ---> Running in 1523cfd37c49 22:21:54 Removing intermediate container 1b1a13512286 22:21:54 ---> b8e2a761767a 22:21:54 22:21:54 Removing intermediate container 1523cfd37c49 22:21:54 ---> 5ac335982aba 22:21:54 22:21:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.220s coverage: 46.6% of statements 22:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:21:55 Successfully built b8e2a761767a 22:21:55 Successfully built 5ac335982aba 22:21:55 Successfully tagged docker-core-command-go:latest 22:21:55 Successfully tagged docker-support-notifications-go:latest 22:21:55  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 22:21:55 Building docker-core-metadata-go 22:21:55  Building docker-support-notifications-go ... done  ---> ed0f98374963 22:21:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:21:55 ---> 1b5db3beb905 22:21:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:21:55 ---> 53d24783f5e9 22:21:55 Step 19/26 : RUN apk --no-cache add py3-pip 22:22:00 ---> Running in 30367a7dc1ea 22:22:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:01 (1/33) Installing libbz2 (1.0.8-r1) 22:22:01 (2/33) Installing expat (2.2.9-r1) 22:22:01 (3/33) Installing libffi (3.3-r2) 22:22:01 (4/33) Installing gdbm (1.13-r1) 22:22:01 (5/33) Installing xz-libs (5.2.5-r0) 22:22:01 (6/33) Installing sqlite-libs (3.32.1-r0) 22:22:01 (7/33) Installing python3 (3.8.5-r0) 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.1% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 65.8% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:22:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.330s coverage: 82.3% of statements 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:22:06 (8/33) Installing py3-appdirs (1.4.4-r1) 22:22:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:22:06 (10/33) Installing py3-parsing (2.4.7-r0) 22:22:06 (11/33) Installing py3-six (1.15.0-r0) 22:22:06 (12/33) Installing py3-packaging (20.4-r0) 22:22:07 (13/33) Installing py3-setuptools (47.0.0-r0) 22:22:08 (14/33) Installing py3-chardet (3.0.4-r4) 22:22:08 (15/33) Installing py3-idna (2.9-r0) 22:22:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:22:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:22:08 (18/33) Installing py3-requests (2.23.0-r0) 22:22:08 (19/33) Installing py3-msgpack (1.0.0-r0) 22:22:08 (20/33) Installing py3-lockfile (0.12.2-r3) 22:22:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:22:08 (22/33) Installing py3-colorama (0.4.3-r0) 22:22:08 (23/33) Installing py3-distlib (0.3.0-r0) 22:22:09 (24/33) Installing py3-distro (1.5.0-r1) 22:22:09 (25/33) Installing py3-webencodings (0.5.1-r3) 22:22:09 (26/33) Installing py3-html5lib (1.0.1-r4) 22:22:09 (27/33) Installing py3-pytoml (0.1.21-r0) 22:22:09 (28/33) Installing py3-pep517 (0.8.2-r0) 22:22:09 (29/33) Installing py3-progress (1.5-r0) 22:22:09 (30/33) Installing py3-toml (0.10.1-r0) 22:22:09 (31/33) Installing py3-retrying (1.3.3-r0) 22:22:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:22:09 (33/33) Installing py3-pip (20.1.1-r0) 22:22:09 Executing busybox-1.31.1-r19.trigger 22:22:09 OK: 71 MiB in 55 packages 22:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.105s coverage: 28.6% of statements 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.385s coverage: 86.7% of statements 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.345s coverage: 97.5% of statements 22:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:22:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.273s coverage: 92.8% of statements 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:22:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.118s coverage: 43.8% of statements 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 22:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 22:22:24 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:22:24 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:22:24 ---> faa9ccbef111 22:22:24 Step 3/33 : WORKDIR /edgex-go 22:22:24 ---> Using cache 22:22:24 ---> a865fc10ef16 22:22:24 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:24 ---> Using cache 22:22:24 ---> 46a03925f71b 22:22:24 Step 5/33 : RUN apk add --update --no-cache make git 22:22:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:22:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:22:24 ---> faa9ccbef111 22:22:24 Step 3/24 : WORKDIR /edgex-go 22:22:24 ---> Using cache 22:22:24 ---> a865fc10ef16 22:22:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:24 ---> Using cache 22:22:24 ---> 46a03925f71b 22:22:24 Step 5/24 : RUN apk add --update --no-cache make git 22:22:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:22:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:22:25 ---> faa9ccbef111 22:22:25 Step 3/23 : WORKDIR /edgex-go 22:22:25 ---> Using cache 22:22:25 ---> a865fc10ef16 22:22:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:25 ---> Using cache 22:22:25 ---> 46a03925f71b 22:22:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:22:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:22:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:22:25 ---> faa9ccbef111 22:22:25 Step 3/23 : WORKDIR /edgex-go 22:22:25 ---> Using cache 22:22:25 ---> a865fc10ef16 22:22:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:22:25 ---> Using cache 22:22:25 ---> 46a03925f71b 22:22:25 Step 5/23 : RUN apk add --update --no-cache make git 22:22:27 ---> Running in 08243604c800 22:22:27 ---> Running in 444f8467807e 22:22:27 ---> Running in 2e55f30afa2e 22:22:27 ---> Running in 818d11aac57c 22:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:29 OK: 233 MiB in 51 packages 22:22:29 OK: 233 MiB in 51 packages 22:22:29 OK: 233 MiB in 51 packages 22:22:29 OK: 233 MiB in 51 packages 22:22:31 Removing intermediate container 30367a7dc1ea 22:22:31 ---> 2568f6313f90 22:22:31 Step 20/26 : RUN pip install docker-compose==1.23.2 22:22:31 ---> Running in 3d3280360a69 22:22:32 Removing intermediate container 818d11aac57c 22:22:32 ---> 78a0d04f1565 22:22:32 Step 6/33 : COPY go.mod . 22:22:32 Removing intermediate container 08243604c800 22:22:32 ---> 403e83f2729f 22:22:32 Step 6/23 : COPY go.mod . 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:22:32 Removing intermediate container 2e55f30afa2e 22:22:32 ---> 37aae417aa36 22:22:32 Step 6/24 : COPY go.mod . 22:22:32 Removing intermediate container 444f8467807e 22:22:32 ---> e8a16c8f1539 22:22:32 Step 6/23 : COPY go.mod . 22:22:32 ---> 5537f233040b 22:22:32 Step 7/33 : RUN go mod download 22:22:32 ---> 7ca30dfa4be9 22:22:32 Step 7/23 : RUN go mod download 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.124s coverage: 84.2% of statements 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:22:32 ---> Running in 860a0e539807 22:22:32 ---> Running in 79947cf91d91 22:22:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.611s coverage: 63.5% of statements 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:22:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:22:32 ---> 0015ddb43ae3 22:22:32 Step 7/24 : RUN go mod download 22:22:32 ---> 5778e7f0ac3b 22:22:32 Step 7/23 : RUN go mod download 22:22:33 ---> Running in 7731a76ee30a 22:22:33 ---> Running in 8e3ef1d59339 22:22:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 22:22:34 Collecting docker-compose==1.23.2 22:22:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:22:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 22:22:34 Collecting cached-property<2,>=1.2.0 22:22:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:22:35 Collecting PyYAML<4,>=3.10 22:22:35 Downloading PyYAML-3.13.tar.gz (270 kB) 22:22:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 22:22:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 22:22:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 22:22:37 Collecting dockerpty<0.5,>=0.4.1 22:22:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:22:37 Removing intermediate container 79947cf91d91 22:22:37 ---> 0b09e5727375 22:22:37 Step 8/23 : COPY . . 22:22:37 Removing intermediate container 860a0e539807 22:22:37 ---> c01f60d70e15 22:22:37 Step 8/33 : COPY . . 22:22:37 Removing intermediate container 8e3ef1d59339 22:22:37 ---> 01bc7b3ae237 22:22:37 Step 8/23 : COPY . . 22:22:37 Removing intermediate container 7731a76ee30a 22:22:37 ---> c2f507c5b390 22:22:37 Step 8/24 : COPY . . 22:22:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:22:37 Collecting websocket-client<1.0,>=0.32.0 22:22:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:22:39 Collecting docker<4.0,>=3.6.0 22:22:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:22:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.792s coverage: 68.9% of statements 22:22:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:22:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:22:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:22:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:22:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:22:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.359s coverage: 37.0% of statements 22:22:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:22:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:22:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.557s coverage: 84.0% of statements 22:22:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements 22:22:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:22:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:22:43 Collecting texttable<0.10,>=0.9.0 22:22:43 Downloading texttable-0.9.1.tar.gz (11 kB) 22:22:44 Collecting jsonschema<3,>=2.5.1 22:22:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:22:46 Collecting docopt<0.7,>=0.6.1 22:22:46 Downloading docopt-0.6.2.tar.gz (25 kB) 22:22:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:22:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:22:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:22:50 Collecting docker-pycreds>=0.4.0 22:22:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:22:50 Collecting urllib3<1.25,>=1.21.1 22:22:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:22:51 Collecting idna<2.8,>=2.5 22:22:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:22:51 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) 22:22:51 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) 22:22:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:22:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:22:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:22:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:22:51 Installing collected packages: cached-property, PyYAML, dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, docopt, docker-compose 22:22:51 Running setup.py install for PyYAML: started 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.992s coverage: 29.1% of statements 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:22:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 22:22:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 22:22:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 22:22:55 GO111MODULE=on go vet ./... 22:22:56 Running setup.py install for PyYAML: finished with status 'done' 22:22:56 Running setup.py install for dockerpty: started 22:22:59 Running setup.py install for dockerpty: finished with status 'done' 22:23:01 Attempting uninstall: urllib3 22:23:01 Found existing installation: urllib3 1.25.9 22:23:01 Uninstalling urllib3-1.25.9: 22:23:04 Successfully uninstalled urllib3-1.25.9 22:23:06 Attempting uninstall: idna 22:23:06 Found existing installation: idna 2.9 22:23:06 Uninstalling idna-2.9: 22:23:06 Successfully uninstalled idna-2.9 22:23:07 Attempting uninstall: requests 22:23:07 Found existing installation: requests 2.23.0 22:23:07 Uninstalling requests-2.23.0: 22:23:07 Successfully uninstalled requests-2.23.0 22:23:11 Running setup.py install for texttable: started 22:23:12 Running setup.py install for texttable: finished with status 'done' 22:23:12 Running setup.py install for docopt: started 22:23:13 Running setup.py install for docopt: finished with status 'done' 22:23:14 ---> 9bd2c518947a 22:23:14 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 22:23:14 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 22:23:14 ---> 1dfba58490d3 22:23:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata ---> f1e5ea56fb59 22:23:14 22:23:14 Step 9/23 : RUN make cmd/core-data/core-data 22:23:15 ---> 88381caddfd1 22:23:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:23:15 ---> Running in 67c929944881 22:23:15 ---> Running in 997bfd116363 22:23:15 ---> Running in d2162f2780ff 22:23:15 ---> Running in f40f8e07a1be 22:23:15 Removing intermediate container 997bfd116363 22:23:15 ---> 92adabb35b69 22:23:15 Step 10/33 : 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 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; 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" 22:23:16 ---> Running in 34edb1c93e77 22:23:17 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 22:23:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:23:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:23:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:23:19 Removing intermediate container 3d3280360a69 22:23:19 ---> 56fd834dd594 22:23:19 Step 21/26 : RUN apk --no-cache add curl 22:23:19 ---> Running in 981ac97ff8e0 22:23:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:23:21 (2/3) Installing libcurl (7.69.1-r3) 22:23:21 (3/3) Installing curl (7.69.1-r3) 22:23:21 Executing busybox-1.31.1-r19.trigger 22:23:21 OK: 72 MiB in 58 packages 22:23:24 Removing intermediate container 981ac97ff8e0 22:23:24 ---> 530ee3744c10 22:23:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:23:24 ---> Running in ccdb16210922 22:23:25 Removing intermediate container ccdb16210922 22:23:25 ---> 5fd78e648fdc 22:23:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:23:26 ---> Running in 8bd2e2e20e27 22:23:26 Removing intermediate container 8bd2e2e20e27 22:23:26 ---> f350c451bef3 22:23:26 Step 24/26 : LABEL arch=x86_64 22:23:26 ---> Running in ea70e0c6fb47 22:23:27 Removing intermediate container ea70e0c6fb47 22:23:27 ---> 1a0ca08b385e 22:23:27 Step 25/26 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:23:27 ---> Running in c01ddca1af2e 22:23:27 Removing intermediate container c01ddca1af2e 22:23:27 ---> 644431691930 22:23:27 Step 26/26 : LABEL version=0.0.0 22:23:27 ---> Running in 846263d44cf7 22:23:28 Removing intermediate container 846263d44cf7 22:23:28 ---> eced5f6de8c4 22:23:28 22:23:28 Successfully built eced5f6de8c4 22:23:28 Successfully tagged docker-sys-mgmt-agent-go:latest 22:23:41  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:23:41 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 22:23:46 + mkdir -p /tmp/build/dist/linux 22:23:46 + cd /tmp/build/dist/linux 22:23:46 + git clone https://github.com/jwilder/dockerize.git . 22:23:46 Cloning into '.'... 22:23:46 + go get github.com/robfig/glock 22:23:50 Removing intermediate container f40f8e07a1be 22:23:50 ---> de67001d55f7 22:23:50 22:23:50 Step 10/24 : FROM alpine:3.12 22:23:50 ---> 389fef711851 22:23:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:23:50 ---> Running in a3d7a807215c 22:23:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:52 (1/5) Installing ca-certificates (20191127-r4) 22:23:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:23:52 (3/5) Installing libcurl (7.69.1-r3) 22:23:52 (4/5) Installing curl (7.69.1-r3) 22:23:52 (5/5) Installing dumb-init (1.2.2-r1) 22:23:52 Executing busybox-1.31.1-r19.trigger 22:23:52 Executing ca-certificates-20191127-r4.trigger 22:23:52 OK: 7 MiB in 19 packages 22:23:56 Removing intermediate container d2162f2780ff 22:23:56 ---> 9b5263af0a94 22:23:56 22:23:56 Step 10/23 : FROM alpine:3.12 22:23:56 ---> 389fef711851 22:23:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:23:58 Removing intermediate container 67c929944881 22:23:58 ---> f097272284d7 22:23:58 22:23:58 Step 10/23 : FROM alpine:3.12 22:23:58 ---> 389fef711851 22:23:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:23:58 ---> Using cache 22:23:58 ---> 848d66c22c72 22:23:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:23:58 ---> Using cache 22:23:58 ---> f22384851409 22:23:58 Step 13/23 : ENV APP_PORT=48081 22:23:58 ---> Running in e21eaf526e22 22:23:58 Removing intermediate container a3d7a807215c 22:23:58 ---> fe970152bc2e 22:23:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:23:58 ---> Running in 1f2c2e47e47c 22:23:58 ---> Running in 9a855b36f646 22:23:58 Removing intermediate container e21eaf526e22 22:23:58 ---> 4dea27997372 22:23:58 Step 12/23 : ENV APP_PORT=48080 22:23:58 Removing intermediate container 1f2c2e47e47c 22:23:58 ---> 3d6c787e8b20 22:23:58 Step 14/23 : EXPOSE $APP_PORT 22:23:58 ---> Running in 5fd3b69d5756 22:23:58 Removing intermediate container 9a855b36f646 22:23:58 ---> 94e761ebfd30 22:23:58 Step 13/24 : WORKDIR / 22:23:58 ---> Running in f6093709a69d 22:23:58 ---> Running in e3eec84ecd7b 22:23:58 Removing intermediate container 5fd3b69d5756 22:23:58 ---> b19e691cc70e 22:23:58 Step 13/23 : EXPOSE $APP_PORT 22:23:58 ---> Running in 63ec795aabb9 22:23:59 Removing intermediate container f6093709a69d 22:23:59 ---> 66b333e68d5a 22:23:59 Step 15/23 : WORKDIR / 22:23:59 + glock sync -n 22:23:59 Removing intermediate container e3eec84ecd7b 22:23:59 ---> 081028fbdfca 22:23: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 22:23:59 ---> Running in bd71d7df95bd 22:23:59 Removing intermediate container 63ec795aabb9 22:23:59 ---> 18b2121dbd74 22:23:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:59 ---> Running in a614b09ba23b 22:23:59 Removing intermediate container bd71d7df95bd 22:23:59 ---> aa992fb40e54 22:23:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:59 ---> 3eda0302aac3 22:23: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 22:24:00 ---> a8cbd8b754f7 22:24:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:24:00 ---> e2cb6a51ad18 22:24:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:24:00 ---> 1af6536cbad8 22:24:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:24:01 ---> 3610c884135c 22:24:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:24:01 Removing intermediate container a614b09ba23b 22:24:01 ---> b80be448d330 22:24:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:24:02 ---> 3e31ad208846 22:24:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:24:02 ---> Running in 2918e923aaf0 22:24:02 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 22:24:02 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 22:24:02 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 22:24:03 ---> bdd3ce232a45 22:24:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:24:03 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 22:24:03 + git describe '--abbrev=0' --tags 22:24:03 + TAG=v0.6.1 22:24:03 + LDFLAGS='-X main.buildVersion=v0.6.1' 22:24:03 + apk --print-arch 22:24:03 building [dockerize] for amd64 ... 22:24:03 + arch=x86_64 22:24:03 + echo 'building [dockerize] for amd64 ... ' 22:24:03 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 22:24:03 gofmt -l . 22:24:04  ---> Running in 51763a5407cd 22:24:04 ---> 4949f1fb960e 22:24:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:04 Removing intermediate container 51763a5407cd 22:24:04 ---> 59881f69980e 22:24:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:24:04 ---> Running in 1bc7ffbcd3bb 22:24:04 ---> 363c84ce77d2 22:24:04 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/ 22:24:04 ---> Running in fb53ad6931af 22:24:05 Removing intermediate container 1bc7ffbcd3bb 22:24:05 ---> 39a571801d89 22:24:05 Step 21/23 : LABEL arch=x86_64 22:24:05 ---> Running in 53e4c8939204 22:24:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:05 Removing intermediate container 53e4c8939204 22:24:05 ---> 54ff3723afe5 22:24:05 Step 22/23 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:24:05 ---> Running in 46d98b49325f 22:24:05 [ "`gofmt -l .`" = "" ] 22:24:05 Removing intermediate container 46d98b49325f 22:24:05 ---> 66aaee24a3ce 22:24:05 Step 23/23 : LABEL version=0.0.0 22:24:06 (1/6) Installing dumb-init (1.2.2-r1) 22:24:06 ---> Running in 01b59f8ce0b1 22:24:06 (2/6) Installing libgcc (9.3.0-r2) 22:24:06 (3/6) Installing libsodium (1.0.18-r0) 22:24:06 (4/6) Installing libstdc++ (9.3.0-r2) 22:24:06 Removing intermediate container 01b59f8ce0b1 22:24:06 ---> 64eebfd4eeb9 22:24:06 22:24:06 Removing intermediate container fb53ad6931af 22:24:06 ---> 25e7f33c9315 22:24:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:24:06 Successfully built 64eebfd4eeb9 22:24:06 (5/6) Installing libzmq (4.3.3-r0) 22:24:06 Successfully tagged docker-core-metadata-go:latest 22:24:06  Building docker-core-metadata-go ... done  ---> Running in c73f2b837f75 22:24:06 (6/6) Installing zeromq (4.3.3-r0) 22:24:07 Executing busybox-1.31.1-r19.trigger 22:24:07 OK: 8 MiB in 20 packages 22:24:07 Removing intermediate container c73f2b837f75 22:24:07 ---> 1140a239bcce 22:24:07 Step 22/24 : LABEL arch=x86_64 22:24:07 ---> Running in a9f7a464c083 22:24:07 Removing intermediate container a9f7a464c083 22:24:07 ---> 2b957f5d629a 22:24:07 Step 23/24 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:24:07 ---> Running in 2a7036f8927e 22:24:07 Removing intermediate container 2918e923aaf0 22:24:07 ---> b010b268a4b9 22:24:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:08 Removing intermediate container 2a7036f8927e 22:24:08 ---> 2264783eb25f 22:24:08 Step 24/24 : LABEL version=0.0.0 22:24:08 ---> Running in ea19c4e42940 22:24:08 ./bin/test-go-mod-tidy.sh 22:24:08 ---> e5526816c7c6 22:24:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:24:08 Removing intermediate container ea19c4e42940 22:24:08 ---> 588bd74c354f 22:24:08 22:24:08 Successfully built 588bd74c354f 22:24:08 Successfully tagged docker-security-secretstore-setup-go:latest 22:24:08 ./bin/test-attribution-txt.sh 22:24:09  Building docker-security-secretstore-setup-go ... done  ---> f1775aa9d8bd 22:24:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:24:09 ---> 1beda63b4e23 22:24:09 Step 19/23 : ENTRYPOINT ["/core-data"] 22:24:10 ---> Running in ce0c318e0d9a [Pipeline] sh 22:24:10 Removing intermediate container ce0c318e0d9a 22:24:10 ---> 1be4513a0d5b 22:24:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:24:10 ---> Running in 0ac514168dfe 22:24:10 Removing intermediate container 0ac514168dfe 22:24:10 ---> 08cb0cec8f87 22:24:10 Step 21/23 : LABEL arch=x86_64 22:24:11 ---> Running in 1043777bab0d 22:24:11 + ls -al . 22:24:11 total 696 22:24:11 drwxrwxr-x 9 1001 1001 4096 Jan 26 22:24 . 22:24:11 drwxr-xr-x 4 root root 4096 Jan 26 22:20 .. 22:24:11 -rw-rw-r-- 1 1001 1001 11 Jan 26 22:18 .dockerignore 22:24:11 drwxrwxr-x 8 1001 1001 4096 Jan 26 22:18 .git 22:24:11 drwxrwxr-x 3 1001 1001 4096 Jan 26 22:18 .github 22:24:11 -rw-rw-r-- 1 1001 1001 872 Jan 26 22:18 .gitignore 22:24:11 -rw-rw-r-- 1 1001 1001 166 Jan 26 22:18 .sonarcloud.properties 22:24:11 -rw-rw-r-- 1 1001 1001 7859 Jan 26 22:18 Attribution.txt 22:24:11 -rw-rw-r-- 1 1001 1001 3804 Jan 26 22:18 CONTRIBUTING.md 22:24:11 -rw-rw-r-- 1 1001 1001 931 Jan 26 22:18 Dockerfile.build 22:24:11 -rw-rw-r-- 1 1001 1001 863 Jan 26 22:18 Jenkinsfile 22:24:11 -rw-rw-r-- 1 1001 1001 10775 Jan 26 22:18 LICENSE 22:24:11 -rw-rw-r-- 1 1001 1001 6001 Jan 26 22:18 Makefile 22:24:11 -rw-rw-r-- 1 1001 1001 6524 Jan 26 22:18 README.md 22:24:11 -rw-rw-r-- 1 1001 1001 6755 Jan 26 22:18 SECURITY.md 22:24:11 -rw-rw-r-- 1 1001 1001 5 Jan 26 22:16 VERSION 22:24:11 -rw-rw-r-- 1 1001 1001 4131 Jan 26 22:18 ZMQWindows.md 22:24:11 drwxrwxr-x 2 1001 1001 4096 Jan 26 22:18 bin 22:24:11 drwxrwxr-x 15 1001 1001 4096 Jan 26 22:18 cmd 22:24:11 -rw-r--r-- 1 root root 564700 Jan 26 22:22 coverage.out 22:24:11 -rw-r--r-- 1 root root 1053 Jan 26 22:24 go.mod 22:24:11 -rw-r--r-- 1 root root 18995 Jan 26 22:24 go.sum 22:24:11 drwxrwxr-x 8 1001 1001 4096 Jan 26 22:18 internal 22:24:11 drwxrwxr-x 4 1001 1001 4096 Jan 26 22:18 openapi 22:24:11 drwxrwxr-x 4 1001 1001 4096 Jan 26 22:18 snap 22:24:11 -rw-rw-r-- 1 1001 1001 168 Jan 26 22:18 version.go [Pipeline] sh 22:24:11 Removing intermediate container 1043777bab0d 22:24:11 ---> 4484914beb85 22:24:11 Step 22/23 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:24:11 ---> Running in 65752769be5c 22:24:11 + '[' -e coverage.out ] 22:24:11 + chown 1001:1001 coverage.out [Pipeline] stash 22:24:11 Warning: overwriting stash ‘coverage-report’ 22:24:11 Removing intermediate container 65752769be5c 22:24:11 ---> 64c67c588da0 22:24:11 Step 23/23 : LABEL version=0.0.0 22:24:11 ---> Running in b99d88012fa7 22:24:12 Removing intermediate container b99d88012fa7 22:24:12 ---> 00c273e56d3a 22:24:12 22:24:12 Successfully built 00c273e56d3a 22:24:12 Successfully tagged docker-core-data-go:latest 22:24:13 Stashed 1 file(s) [Pipeline] sh 22:24:13 + make build 22:24:13 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 22:24:16  Building docker-core-data-go ... done + date 22:24:16 + echo 'Tue Jan 26 22:24:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 22:24:16 Tue Jan 26 22:24:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 22:24:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:24:24 Removing intermediate container 34edb1c93e77 22:24:24 ---> 94df999055e3 22:24:24 22:24:24 Step 11/33 : FROM alpine:3.12 22:24:24 ---> 389fef711851 22:24:24 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:24:24 ---> Running in 2aed8bb58079 22:24:25 Removing intermediate container 2aed8bb58079 22:24:25 ---> 197987ba799d 22:24:25 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 22:24:25 ---> Running in d7ba01d2c914 22:24:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:27 (1/3) Installing dumb-init (1.2.2-r1) 22:24:27 (2/3) Installing openssl (1.1.1i-r0) 22:24:27 (3/3) Installing su-exec (0.2-r1) 22:24:27 Executing busybox-1.31.1-r19.trigger 22:24:27 OK: 6 MiB in 17 packages 22:24:28 Removing intermediate container d7ba01d2c914 22:24:28 ---> 8b45afb19177 22:24:28 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 22:24:28 ---> Running in ab058164b14c 22:24:28 Removing intermediate container ab058164b14c 22:24:28 ---> a4a051fdc0cb 22:24:28 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:24:28 ---> Running in b8bc26a7470f 22:24:28 Removing intermediate container b8bc26a7470f 22:24:28 ---> 621bdf7f650e 22:24:28 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:24:28 ---> Running in 761ec1a5a27e 22:24:29 Removing intermediate container 761ec1a5a27e 22:24:29 ---> 4a17648a305f 22:24:29 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 22:24:29 ---> Running in 21e5c46fd455 22:24:29 Removing intermediate container 21e5c46fd455 22:24:29 ---> 8be9c3c91d9d 22:24:29 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 22:24:30 ---> 861db5055e2f 22:24:30 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:24:30 ---> 5ac21cd260fe 22:24:30 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:24:30 ---> Running in 92e2dc17c26d 22:24:32 Removing intermediate container 92e2dc17c26d 22:24:32 ---> 0aa7375a12aa 22:24:32 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:32 ---> eee0237a2d18 22:24:32 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:24:32 ---> 34d1cf4ca6ef 22:24:32 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:24:33 ---> 04e66dd09337 22:24:33 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:24:33 ---> 3921a89e5dd1 22:24:33 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:24:33 ---> f984c5ac94ec 22:24:33 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 22:24:33 ---> Running in 11a0d5f9b0c5 22:24:34 Removing intermediate container 11a0d5f9b0c5 22:24:34 ---> a061a60a768f 22:24:34 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:24:34 ---> 4f413431b3a8 22:24:34 Step 28/33 : RUN chmod +x /entrypoint.sh 22:24:34 ---> Running in cf0451dc942c 22:24:35 Removing intermediate container cf0451dc942c 22:24:35 ---> 6efd45fe5a4e 22:24:35 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:24:35 ---> Running in 1ee3f06836ab 22:24:35 Removing intermediate container 1ee3f06836ab 22:24:35 ---> d95d3e4654e9 22:24:35 Step 30/33 : CMD ["gate"] 22:24:36 ---> Running in 8443b3f0ca51 22:24:36 Removing intermediate container 8443b3f0ca51 22:24:36 ---> e7b489ac83b6 22:24:36 Step 31/33 : LABEL arch=x86_64 22:24:36 ---> Running in f1358a7e2870 22:24:36 Removing intermediate container f1358a7e2870 22:24:36 ---> 75e4ec081edb 22:24:36 Step 32/33 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:24:36 ---> Running in 83e65fecc378 22:24:36 Removing intermediate container 83e65fecc378 22:24:36 ---> 2eb88a4ab1b2 22:24:36 Step 33/33 : LABEL version=0.0.0 22:24:37 ---> Running in 8d5441c5960e 22:24:37 Removing intermediate container 8d5441c5960e 22:24:37 ---> a3a3d005d210 22:24:37 22:24:37 Successfully built a3a3d005d210 22:24:37 Successfully tagged docker-security-bootstrapper-go:latest 22:24:38  Building docker-security-bootstrapper-go ... done  [Pipeline] } 22:24:38 $ docker stop --time=1 22f2bda0be2ef912c82d4b073a10557f4a78bfcc393176dcad12585d0cc6a9eb 22:24:39 $ docker rm -f 22f2bda0be2ef912c82d4b073a10557f4a78bfcc393176dcad12585d0cc6a9eb [Pipeline] // withDockerContainer [Pipeline] sh 22:24:40 + docker images 22:24:40 + grep docker 22:24:40 docker-security-bootstrapper-go latest a3a3d005d210 3 seconds ago 33.5MB 22:24:40 docker-core-data-go latest 00c273e56d3a 28 seconds ago 22.3MB 22:24:40 docker-security-secretstore-setup-go latest 588bd74c354f 32 seconds ago 24.6MB 22:24:40 docker-core-metadata-go latest 64eebfd4eeb9 34 seconds ago 18.8MB 22:24:40 docker-sys-mgmt-agent-go latest eced5f6de8c4 About a minute ago 313MB 22:24:40 docker-support-notifications-go latest b8e2a761767a 2 minutes ago 16.9MB 22:24:40 docker-core-command-go latest 5ac335982aba 2 minutes ago 16.3MB 22:24:40 docker-security-proxy-setup-go latest aba4feac4fc1 2 minutes ago 24.4MB 22:24:40 docker-support-scheduler-go latest 7441ca4ffcc7 2 minutes ago 16.4MB 22:24:40 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 22:24:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:24:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:24:54 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 22:24:55 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 22:24:56 Still waiting to schedule task 22:24:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:25:00 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 22:25:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:25:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:25:14 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 22:25: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 22:25:21 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 22:25:24 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] } 22:25:30 $ docker stop --time=1 1a33627e3d1172e433d5f70c956e64a657177576e3bc02fa9308e9d61a4a6497 22:25:32 $ docker rm -f 1a33627e3d1172e433d5f70c956e64a657177576e3bc02fa9308e9d61a4a6497 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:34 22:25:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:25:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:35 latest: Pulling from edgex-devops/edgex-compose-arm64 22:25:35 29e5d40040c1: Pulling fs layer 22:25:35 1ce36da41761: Pulling fs layer 22:25:35 25b303627fd3: Pulling fs layer 22:25:36 29e5d40040c1: Verifying Checksum 22:25:36 29e5d40040c1: Download complete 22:25:36 29e5d40040c1: Pull complete 22:25:36 1ce36da41761: Verifying Checksum 22:25:36 1ce36da41761: Download complete 22:25:38 1ce36da41761: Pull complete 22:25:38 25b303627fd3: Verifying Checksum 22:25:38 25b303627fd3: Download complete 22:25:48 25b303627fd3: Pull complete 22:25:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:25:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:25:48 prd-ubuntu18.04-docker-arm64-4c-16g-22873 does not seem to be running inside a container 22:25:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:25:50 Running on prd-ubuntu18.04-docker-8c-8g-22875 in /w/workspace/edgexfoundry_edgex-go_PR-3082 22:25:52 $ docker top dbcce5f3030e698a3749f5694e0eb3cbc4b1126c9c94c62360ad137e443ece65 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 22:25:52 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:25:53 + grep parallel 22:25:53 + docker-compose build --help 22:25:55 using credential edgex-jenkins-ssh 22:25:55 Cloning the remote Git repository 22:25:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:25:55 > git init /w/workspace/edgex-go/3 # timeout=10 22:25:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:25:55 > git --version # timeout=10 22:25:55 > git --version # 'git version 2.17.1' 22:25:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:25:56 --parallel Build images in parallel. [Pipeline] } 22:25:56 $ docker stop --time=1 dbcce5f3030e698a3749f5694e0eb3cbc4b1126c9c94c62360ad137e443ece65 22:25:58 $ docker rm -f dbcce5f3030e698a3749f5694e0eb3cbc4b1126c9c94c62360ad137e443ece65 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:59 . [Pipeline] withDockerContainer 22:26:00 prd-ubuntu18.04-docker-arm64-4c-16g-22873 does not seem to be running inside a container 22:26:00 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:26:01 $ docker top b2b322e5b21e4f5bd99c47b86f79c5653e8dff0c1bae21a22bf7bed0f0860edc -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:02 + docker-compose -f ./docker-compose-build.yml build --parallel 22:26:06 Building docker-core-command-go ... 22:26:06 Building docker-core-data-go ... 22:26:06 Building docker-core-metadata-go ... 22:26:06 Building docker-security-bootstrapper-go ... 22:26:06 Building docker-security-proxy-setup-go ... 22:26:06 Building docker-security-secretstore-setup-go ... 22:26:06 Building docker-support-notifications-go ... 22:26:06 Building docker-support-scheduler-go ... 22:26:06 Building docker-sys-mgmt-agent-go ... 22:26:06 Building docker-core-command-go 22:26:06 Building docker-core-data-go 22:26:06 Building docker-security-secretstore-setup-go 22:26:06 Building docker-security-proxy-setup-go 22:26:06 Building docker-sys-mgmt-agent-go 22:26:11 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 66c9aa2ac95de01abeae7891b788798fc34a200e 22:26:11 Merge succeeded, producing 66c9aa2ac95de01abeae7891b788798fc34a200e 22:26:11 Checking out Revision 66c9aa2ac95de01abeae7891b788798fc34a200e (PR-3082) 22:26:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:26:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:26:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:26:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:26:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:26:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3082/head:refs/remotes/origin/PR-3082 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:26:11 > git config core.sparsecheckout # timeout=10 22:26:11 > git checkout -f 66c9aa2ac95de01abeae7891b788798fc34a200e # timeout=10 22:26:11 > git remote # timeout=10 22:26:11 > git config --get remote.origin.url # timeout=10 22:26:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:26:11 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 22:26:11 > git rev-parse HEAD^{commit} # timeout=10 22:26:11 > git config core.sparsecheckout # timeout=10 22:26:11 > git checkout -f 66c9aa2ac95de01abeae7891b788798fc34a200e # timeout=10 22:26:15 Commit message: "feat(security): add build code in Dockerfile for both AMD64 and ARM64 of dockerize binary" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:26:16 + echo snap-build.sh 22:26:16 snap-build.sh 22:26:16 + SNAP_BASE_DIR=. 22:26:16 + '[' '!' -z /w/workspace/edgex-go/3 ']' 22:26:16 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 22:26:16 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 22:26:16 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 22:26:16 + cd /w/workspace/edgex-go/3 22:26:16 + sudo apt-get remove -qy --purge lxd lxd-client 22:26:16 Reading package lists... 22:26:16 Building dependency tree... 22:26:16 Reading state information... 22:26:16 The following packages were automatically installed and are no longer required: 22:26:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:26:16 uidmap xdelta3 22:26:16 Use 'sudo apt autoremove' to remove them. 22:26:16 The following packages will be REMOVED: 22:26:16 lxd* lxd-client* 22:26:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:26:17 After this operation, 31.7 MB disk space will be freed. 22:26:18 (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.) 22:26:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:26:19 Removing lxd dnsmasq configuration 22:26:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:26:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:26:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:26:20 (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.) 22:26:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:26:21 Processing triggers for systemd (237-3ubuntu10.42) ... 22:26:21 Processing triggers for ureadahead (0.100.0-21) ... 22:26:23 + sudo snap remove --purge lxd 22:26:23 snap "lxd" is not installed 22:26:23 + sudo groupadd --force --system lxd 22:26:23 ++ whoami 22:26:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:26:23 + newgrp - lxd 22:26:23 + sudo snap install lxd 22:26:31 2021-01-26T22:26:29Z INFO Waiting for automatic snapd restart... 22:26:44 lxd 4.10 from Canonical* installed 22:26:44 + sudo lxd init --auto 22:26:54 + sudo snap install --classic snapcraft 22:27:00 snapcraft 4.4.4 from Canonical* installed 22:27:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:27:00 + patch --verbose -p1 22:27:00 Hmm... Looks like a unified diff to me... 22:27:00 The text leading up to this was: 22:27:00 -------------------------- 22:27:00 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:27:00 |From: Tony Espy 22:27:00 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:27:00 |Subject: [PATCH] optimize snap build for pipeline CI check 22:27:00 | 22:27:00 |This patch is used by the EdgeX CI pipeline builds to 22:27:00 |optimize the snap CI check run for pull requests. When 22:27:00 |applied, it essentially strips out everything (apps and 22:27:00 |parts) from the snapcraft.yaml file except those required 22:27:00 |to build edgex-go, as the whole idea of the CI check is to 22:27:00 |catch changes to edgex-go that break the snap build. 22:27:00 | 22:27:00 |In general, anyone updating snapcraft.yaml will also need 22:27:00 |to update this patch file, otherwise it may fail to apply, 22:27:00 |resulting in a failed snap build CI check in the associated 22:27:00 |pull request. 22:27:00 | 22:27:00 |Note - in addition to applying this patch, the pipeline also 22:27:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:27:00 |need to build the finally binary .snap file (and it won't 22:27:00 |work with the patch applied). This further reduces the build 22:27:00 |time. 22:27:00 |--- 22:27:00 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:27:00 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:27:00 | 22:27:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:27:00 |index 1e537489..faf42425 100644 22:27:00 |--- a/snap/snapcraft.yaml 22:27:00 |+++ b/snap/snapcraft.yaml 22:27:00 -------------------------- 22:27:00 patching file snap/snapcraft.yaml 22:27:00 Using Plan A... 22:27:00 Hunk #1 succeeded at 73. 22:27:00 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 22:27:00 Hunk #3 succeeded at 214 (offset -1 lines). 22:27:00 Hunk #4 succeeded at 222 (offset -1 lines). 22:27:00 Hunk #5 succeeded at 229 (offset -1 lines). 22:27:00 Hunk #6 succeeded at 256 (offset -1 lines). 22:27:00 Hunk #7 succeeded at 290 (offset -1 lines). 22:27:00 Hunk #8 succeeded at 342. 22:27:00 Hmm... Ignoring the trailing garbage. 22:27:00 done 22:27:00 + sudo snapcraft prime --use-lxd 22:27:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:27:01 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: 22:27:01 - README.md 22:27:01 - snapcraft.yaml.orig 22:27:01 22:27:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:27:02 Launching a container. 22:27:15 Waiting for container to be ready 22:27:15 To start your first instance, try: lxc launch ubuntu:18.04 22:27:15 22:27:17 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:27:18 Waiting for network to be ready... 22:27:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:27:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 22:27:18 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:27:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 22:27:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:27:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:27:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 22:27:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 22:27:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 22:27:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 22:27:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:27:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:27:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:27:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:27:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:27:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:27:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:27:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:27:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:27:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1852 kB] 22:27:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [386 kB] 22:27:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:27:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:27:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 22:27:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 22:27:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1709 kB] 22:27:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 22:27:24 Fetched 23.8 MB in 5s (4639 kB/s) 22:27:24 Reading package lists... 22:27:24 Reading package lists... 22:27:25 Building dependency tree... 22:27:25 Reading state information... 22:27:25 The following additional packages will be installed: 22:27:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:27:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:27:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:27:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:27:25 Suggested packages: 22:27:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:27:25 Recommended packages: 22:27:25 gnupg libsasl2-modules 22:27:25 The following NEW packages will be installed: 22:27:25 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:27:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:27:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:27:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:27:25 The following packages will be upgraded: 22:27:25 gpg gpg-agent gpgconf libudev1 22:27:25 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:27:25 Need to get 3533 kB of archives. 22:27:25 After this operation, 13.3 MB of additional disk space will be used. 22:27:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:27:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 22:27:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 22:27:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:27:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:27:26 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] 22:27:26 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] 22:27:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 22:27:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 22:27:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:27:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:27:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:27:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:27:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:27:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:27:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:27:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:27:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:27:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:27:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:27:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:27:26 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:27:26 debconf: delaying package configuration, since apt-utils is not installed 22:27:26 Fetched 3533 kB in 1s (3245 kB/s) 22:27:26 (Reading database ... 12511 files and directories currently installed.) 22:27:26 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 22:27:26 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:27:26 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 22:27:27 Selecting previously unselected package udev. 22:27:27 (Reading database ... 12511 files and directories currently installed.) 22:27:27 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 22:27:27 Unpacking udev (237-3ubuntu10.44) ... 22:27:27 Selecting previously unselected package libfuse2:amd64. 22:27:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:27:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:27:27 Selecting previously unselected package fuse. 22:27:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:27:27 Unpacking fuse (2.9.7-1ubuntu1) ... 22:27:27 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:27:27 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:27:27 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:27:27 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:27:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:27:27 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:27:27 Selecting previously unselected package libksba8:amd64. 22:27:27 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:27:27 Unpacking libksba8:amd64 (1.3.5-2) ... 22:27:27 Selecting previously unselected package libroken18-heimdal:amd64. 22:27:27 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:27 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:27:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:27:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:27:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libwind0-heimdal:amd64. 22:27:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:27:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:27:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:27:28 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:27:28 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:27:28 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:28 Selecting previously unselected package libsasl2-modules-db:amd64. 22:27:28 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:27:28 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:27:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:27:28 ---> e7d17b83937a 22:27:28 Step 3/26 : WORKDIR /edgex-go 22:27:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:27:28 ---> e7d17b83937a 22:27:28 Step 3/23 : WORKDIR /edgex-go 22:27:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:27:28 ---> e7d17b83937a 22:27:28 Step 3/24 : WORKDIR /edgex-go 22:27:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:27:28 ---> e7d17b83937a 22:27:28 Step 3/23 : WORKDIR /edgex-go 22:27:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:27:28 ---> e7d17b83937a 22:27:28 Step 3/21 : WORKDIR /edgex-go 22:27:28 ---> Running in a60c89a29c7f 22:27:28 ---> Running in 385e70e31048 22:27:28 ---> Running in 6e798841748b 22:27:28 ---> Running in e00915c0356e 22:27:28 ---> Running in f1706a4ccbcc 22:27:28 Removing intermediate container f1706a4ccbcc 22:27:28 ---> d08727d87fa7 22:27:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:28 Removing intermediate container 6e798841748b 22:27:28 ---> 23010f076eb8 22:27:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:28 ---> Running in 8c5993db9972 22:27:28 Removing intermediate container 385e70e31048 22:27:28 ---> b9b204187b0c 22:27:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container a60c89a29c7f 22:27:28 ---> 07bf166d89a9 22:27:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:28 22:27:28 Removing intermediate container e00915c0356e 22:27:28 ---> 8a6a0c4952c8 22:27:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:28 ---> Running in bd474845decf 22:27:28 ---> Running in a1dac1ef8c35 22:27:28 ---> Running in 7fb8adc9e550 22:27:28 ---> Running in e591785a268b 22:27:28 Removing intermediate container 8c5993db9972 22:27:28 ---> b359f5a776f5 22:27:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:27:28 Removing intermediate container bd474845decf 22:27:28 ---> 94b0598736df 22:27:28 Step 5/23 : RUN apk add --update --no-cache make git 22:27:28 ---> Running in 8278f6f04a62 22:27:28 ---> Running in 180d87be75a3 22:27:28 Removing intermediate container a1dac1ef8c35 22:27:28 ---> c34c38466fb1 22:27:28 Step 5/24 : RUN apk add --update --no-cache make git 22:27:28 ---> Running in 0476fea23446 22:27:28 Removing intermediate container e591785a268b 22:27:28 ---> a14c1765705f 22:27:28 Step 5/21 : RUN apk add --update --no-cache make git 22:27:28 Removing intermediate container 7fb8adc9e550 22:27:28 ---> 0f89301544ad 22:27:28 Step 5/26 : RUN apk add --update --no-cache make bash git 22:27:28 ---> Running in 8df04567d0f1 22:27:28 ---> Running in 9ea6e4d79efa 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:28 OK: 217 MiB in 51 packages 22:27:28 Selecting previously unselected package libsasl2-2:amd64. 22:27:28 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:27:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:27:28 Selecting previously unselected package libldap-common. 22:27:28 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 22:27:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:27:28 Selecting previously unselected package libldap-2.4-2:amd64. 22:27:28 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 22:27:28 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:27:28 OK: 217 MiB in 51 packages 22:27:29 Selecting previously unselected package dirmngr. 22:27:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:27:29 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:27:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:27:29 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:27:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:27:29 OK: 217 MiB in 51 packages 22:27:29 OK: 217 MiB in 51 packages 22:27:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:27:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:27:29 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:27:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:29 Setting up libksba8:amd64 (1.3.5-2) ... 22:27:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:27:29 Setting up udev (237-3ubuntu10.44) ... 22:27:29 OK: 217 MiB in 51 packages 22:27:29 invoke-rc.d: policy-rc.d denied execution of start. 22:27:29 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:29 Processing triggers for systemd (237-3ubuntu10) ... 22:27:30 Removing intermediate container 8278f6f04a62 22:27:30 ---> db206ed7c6cb 22:27:30 Step 6/23 : COPY go.mod . 22:27:30 Setting up fuse (2.9.7-1ubuntu1) ... 22:27:30 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:27:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:27:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:27:30 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:27:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:27:30 Removing intermediate container 180d87be75a3 22:27:30 ---> f3133533b157 22:27:30 Step 6/23 : COPY go.mod . 22:27:31 Removing intermediate container 9ea6e4d79efa 22:27:31 ---> 6072084047a3 22:27:31 Step 6/21 : COPY go.mod . 22:27:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:27:31 settings in the [Install] section, and DefaultInstance for template units). 22:27:31 This means they are not meant to be enabled using systemctl. 22:27:31 Possible reasons for having this kind of units are: 22:27:31 1) A unit may be statically enabled by being symlinked from another unit's 22:27:31 .wants/ or .requires/ directory. 22:27:31 2) A unit's purpose may be to act as a helper for some other unit which has 22:27:31 a requirement dependency on it. 22:27:31 3) A unit may be started when needed via activation (socket, path, timer, 22:27:31 D-Bus, udev, scripted systemctl call, ...). 22:27:31 4) In case of template units, the unit is meant to be enabled with some 22:27:31 instance name specified. 22:27:31 Removing intermediate container 0476fea23446 22:27:31 ---> fb65696f61b9 22:27:31 Step 6/24 : COPY go.mod . 22:27:31 ---> 8ad53ac2e8b5 22:27:31 Step 7/23 : RUN go mod download 22:27:31 Reading package lists... 22:27:31 ---> Running in 9b3a94a36bec 22:27:31 Removing intermediate container 8df04567d0f1 22:27:31 ---> 58ce1b7a1cac 22:27:31 Step 6/26 : COPY go.mod . 22:27:31 Building dependency tree... 22:27:31 Reading state information... 22:27:31 The following additional packages will be installed: 22:27:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:27:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:27:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:27:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:27:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:27:31 Suggested packages: 22:27:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:27:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:27:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:27:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:27:31 systemd-container policykit-1 22:27:31 Recommended packages: 22:27:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:27:31 The following NEW packages will be installed: 22:27:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:27:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:27:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:27:31 multiarch-support openssh-client python3 python3-minimal python3.6 22:27:31 python3.6-minimal snapd squashfs-tools sudo 22:27:31 The following packages will be upgraded: 22:27:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:27:31 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:27:31 Need to get 35.2 MB of archives. 22:27:31 After this operation, 141 MB of additional disk space will be used. 22:27:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:27:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:27:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 22:27:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 22:27:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:27:31 ---> 2ee1ac994ec8 22:27:31 Step 7/23 : RUN go mod download 22:27:31 ---> Running in f254107b1c2d 22:27:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:27:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:27:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:27:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:27:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:27:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:27:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:27:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:27:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:27:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:27:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:27:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 22:27:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:27:32 ---> 4fbb0d62ee88 22:27:32 Step 7/21 : RUN go mod download 22:27:32 ---> eab930ddcaef 22:27:32 Step 7/24 : RUN go mod download 22:27:32 ---> Running in e960a2e691f7 22:27:32 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 22:27:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:27:32 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:27:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:27:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:27:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:27:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:27:32 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:27:32 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:27:32 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:27:32 ---> Running in 9dd853040e9b 22:27:32 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:27:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 22:27:32 ---> f2943bba0833 22:27:32 Step 7/26 : RUN go mod download 22:27:33 ---> Running in 2218cc19e57c 22:27:34 debconf: delaying package configuration, since apt-utils is not installed 22:27:34 Fetched 35.2 MB in 2s (15.4 MB/s) 22:27:34 (Reading database ... 12757 files and directories currently installed.) 22:27:34 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 22:27:34 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:27:34 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 22:27:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:27:35 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 22:27:35 (Reading database ... 12757 files and directories currently installed.) 22:27:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:27:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:27:35 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:27:36 (Reading database ... 12757 files and directories currently installed.) 22:27:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:27:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:27:36 Setting up apt (1.6.12ubuntu0.2) ... 22:27:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:27:36 Removing intermediate container 9b3a94a36bec 22:27:36 ---> 228cbd8219eb 22:27:36 Step 8/23 : COPY . . 22:27:36 Removing intermediate container f254107b1c2d 22:27:36 ---> 7821ac5887cf 22:27:36 Step 8/23 : COPY . . 22:27:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:27:36 (Reading database ... 12764 files and directories currently installed.) 22:27:36 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:27:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:27:37 Removing intermediate container e960a2e691f7 22:27:37 ---> 7246900da0df 22:27:37 Step 8/21 : COPY . . 22:27:37 Selecting previously unselected package libpython3.6-minimal:amd64. 22:27:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:27:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:27:37 Selecting previously unselected package libexpat1:amd64. 22:27:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:27:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:27:37 Selecting previously unselected package python3.6-minimal. 22:27:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:27:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:27:37 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 22:27:37 Checking for services that may need to be restarted...done. 22:27:37 Checking for services that may need to be restarted...done. 22:27:37 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:27:38 Removing intermediate container 9dd853040e9b 22:27:38 ---> a0bb02b2bb4c 22:27:38 Step 8/24 : COPY . . 22:27:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:27:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:27:38 Removing intermediate container 2218cc19e57c 22:27:38 ---> 3bc9452a5586 22:27:38 Step 8/26 : COPY . . 22:27:38 Selecting previously unselected package python3-minimal. 22:27:38 (Reading database ... 13012 files and directories currently installed.) 22:27:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:27:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:27:38 Selecting previously unselected package mime-support. 22:27:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:27:38 Unpacking mime-support (3.60ubuntu1) ... 22:27:39 Selecting previously unselected package libmpdec2:amd64. 22:27:39 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:27:39 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:27:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:27:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:27:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:27:39 Selecting previously unselected package python3.6. 22:27:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:27:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:27:39 Selecting previously unselected package libpython3-stdlib:amd64. 22:27:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:27:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:27:39 Setting up python3-minimal (3.6.7-1~18.04) ... 22:27:39 Selecting previously unselected package python3. 22:27:39 (Reading database ... 13442 files and directories currently installed.) 22:27:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:27:39 Unpacking python3 (3.6.7-1~18.04) ... 22:27:39 Selecting previously unselected package multiarch-support. 22:27:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:27:39 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:27:39 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:27:40 Selecting previously unselected package liblzo2-2:amd64. 22:27:40 (Reading database ... 13479 files and directories currently installed.) 22:27:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:27:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:27:40 Selecting previously unselected package libbsd0:amd64. 22:27:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:27:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:27:40 Selecting previously unselected package sudo. 22:27:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:27:40 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:27:40 Selecting previously unselected package apparmor. 22:27:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:27:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:27:40 Selecting previously unselected package libedit2:amd64. 22:27:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:27:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:27:41 Selecting previously unselected package libkrb5support0:amd64. 22:27:41 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:27:41 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:27:41 Selecting previously unselected package libk5crypto3:amd64. 22:27:41 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:27:41 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:27:41 Selecting previously unselected package libkeyutils1:amd64. 22:27:41 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:27:41 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:27:42 Selecting previously unselected package libkrb5-3:amd64. 22:27:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:27:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:27:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:27:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:27:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:27:42 Selecting previously unselected package libssl1.0.0:amd64. 22:27:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 22:27:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:27:42 Selecting previously unselected package openssh-client. 22:27:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:27:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:27:43 Selecting previously unselected package squashfs-tools. 22:27:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:27:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:27:43 Selecting previously unselected package snapd. 22:27:43 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 22:27:43 Unpacking snapd (2.48+18.04) ... 22:27:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:27:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:27:45 Setting up mime-support (3.60ubuntu1) ... 22:27:45 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:27:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:27:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:27:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:27:45 Setting up systemd (237-3ubuntu10.44) ... 22:27:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:27:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:27:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:27:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:27:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:27:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:27:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:27:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:27:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:27:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:27:48 Setting up python3 (3.6.7-1~18.04) ... 22:27:48 running python rtupdate hooks for python3.6... 22:27:48 running python post-rtupdate hooks for python3.6... 22:27:48 Setting up apparmor (2.12-4ubuntu5.1) ... 22:27:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:27:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:27:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:27:49 Setting up snapd (2.48+18.04) ... 22:27:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:27:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:27:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:27:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:27:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:27:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:27:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:27:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:27:51 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:27:51 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:27:52 /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' 22:27:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:27:52 Processing triggers for systemd (237-3ubuntu10.44) ... 22:27:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:27:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:27:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:27:55 Reading package lists... 22:27:55 Reading package lists... 22:27:55 Building dependency tree... 22:27:55 Reading state information... 22:27:55 Calculating upgrade... 22:27:56 The following packages will be upgraded: 22:27:56 advancecomp base-files bash binutils binutils-common 22:27:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:27:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:27:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:27:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:27:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:27:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:27:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:27:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:27:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:27:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:27:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:27:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:27:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:27:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:27:56 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:27:56 Need to get 63.8 MB of archives. 22:27:56 After this operation, 5203 kB of additional disk space will be used. 22:27:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:27:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:27:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:27:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:27:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:27:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:27:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:27:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:27:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:27:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:27:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:27:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:27:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:27:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:27:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:27:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:27:56 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:27:56 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 22:27:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:27:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:27:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:27:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:27:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:27:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:27:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:27:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:27:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:27:57 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:27:57 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:27:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:27:57 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:27:57 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:27:57 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:27:57 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:27:57 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:27:57 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:27:57 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:27:57 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:27:57 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:27:57 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:27:57 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:27:57 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:27:57 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:27:57 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 22:27:57 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:27:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:27:57 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:27:57 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:27:57 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:27:57 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:27:57 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:27:57 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:27:57 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:27:57 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:27:57 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:27:57 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:27:57 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:27:57 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:27:57 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:27:57 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:27:57 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:27:57 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:27:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:27:57 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:27:57 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:27:57 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:27:57 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:27:57 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:27:57 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:27:57 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:27:57 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:27:57 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 22:27:57 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:27:57 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 22:27:57 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:27:57 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:27:57 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:27:57 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 22:27:57 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:27:57 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:27:57 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:27:57 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:27:57 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] 22:27:57 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:27:57 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:27:57 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:27:57 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:27:57 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:27:57 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:27:57 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:27:58 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:27:58 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:27:58 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:27:58 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:27:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:27:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:27:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:27:59 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:27:59 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:27:59 debconf: delaying package configuration, since apt-utils is not installed 22:27:59 Fetched 63.8 MB in 3s (21.9 MB/s) 22:27:59 (Reading database ... 13912 files and directories currently installed.) 22:27:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:27:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:27:59 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:27:59 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:27:59 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 22:28:00 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 22:28:00 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:00 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:00 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:00 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:00 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:00 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:01 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:01 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:01 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:01 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:01 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:01 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:01 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:01 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:01 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:01 (Reading database ... 13911 files and directories currently installed.) 22:28:01 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:01 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:28:01 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:28:02 (Reading database ... 13911 files and directories currently installed.) 22:28:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:02 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:02 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:28:02 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:28:02 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:02 (Reading database ... 13911 files and directories currently installed.) 22:28:02 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:28:02 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:28:03 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:28:03 (Reading database ... 13911 files and directories currently installed.) 22:28:03 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:28:03 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:28:03 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:28:03 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:28:03 Setting up base-files (10.1ubuntu2.10) ... 22:28:03 Installing new version of config file /etc/issue ... 22:28:03 Installing new version of config file /etc/issue.net ... 22:28:03 Installing new version of config file /etc/lsb-release ... 22:28:03 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:28:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:28:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:28:04 Removing obsolete conffile /etc/default/motd-news ... 22:28:04 (Reading database ... 13912 files and directories currently installed.) 22:28:04 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:28:04 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:28:04 Setting up bash (4.4.18-2ubuntu1.2) ... 22:28:04 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 22:28:04 (Reading database ... 13912 files and directories currently installed.) 22:28:04 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:04 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:28:04 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:28:04 (Reading database ... 13912 files and directories currently installed.) 22:28:04 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:28:04 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:28:05 Setting up tar (1.29b-2ubuntu0.2) ... 22:28:05 (Reading database ... 13912 files and directories currently installed.) 22:28:05 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:28:05 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:28:05 ---> 1a175729c3d6 22:28:05 Step 9/23 : RUN make cmd/core-data/core-data 22:28:05 ---> Running in 76e6811df388 22:28:05 ---> f03419258836 22:28:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:28:05 ---> 83fd42cf7625 22:28:05 Step 9/23 : RUN make cmd/core-command/core-command 22:28:05 ---> 49f65f534796 22:28:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:28:05 ---> 0438f3c21e26 22:28:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:28:05 ---> Running in 19a52afc4b35 22:28:05 ---> Running in b464ccfdad82 22:28:05 ---> Running in de70ce74e2c2 22:28:05 ---> Running in 00050ff5fe60 22:28:05 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 22:28:05 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 22:28:05 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 22:28:05 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 22:28:05 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 22:28:05 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:28:05 (Reading database ... 13912 files and directories currently installed.) 22:28:05 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:28:05 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:28:05 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:28:06 (Reading database ... 13912 files and directories currently installed.) 22:28:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:28:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:28:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:28:06 (Reading database ... 13912 files and directories currently installed.) 22:28:06 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:28:06 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:28:06 Setting up grep (3.1-2build1) ... 22:28:06 (Reading database ... 13912 files and directories currently installed.) 22:28:06 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:28:06 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:28:06 Setting up login (1:4.5-1ubuntu2) ... 22:28:06 (Reading database ... 13912 files and directories currently installed.) 22:28:06 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:28:06 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:28:06 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:28:06 (Reading database ... 13912 files and directories currently installed.) 22:28:06 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:28:06 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:28:07 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:28:07 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:28:07 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:28:07 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:28:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:28:08 (Reading database ... 13912 files and directories currently installed.) 22:28:08 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:28:08 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:28:09 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:28:09 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:28:09 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:28:09 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:28:09 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:28:09 (Reading database ... 13912 files and directories currently installed.) 22:28:09 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:28:09 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:28:09 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:28:10 (Reading database ... 13912 files and directories currently installed.) 22:28:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:10 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:28:10 (Reading database ... 13912 files and directories currently installed.) 22:28:10 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:10 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:10 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:28:10 (Reading database ... 13912 files and directories currently installed.) 22:28:10 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:10 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:10 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:28:10 (Reading database ... 13912 files and directories currently installed.) 22:28:10 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:10 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:10 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:28:11 (Reading database ... 13912 files and directories currently installed.) 22:28:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:28:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:28:11 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:28:11 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:28:11 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:28:11 (Reading database ... 13912 files and directories currently installed.) 22:28:11 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:28:11 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:28:11 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:28:11 (Reading database ... 13912 files and directories currently installed.) 22:28:11 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:11 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:11 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:28:12 (Reading database ... 13912 files and directories currently installed.) 22:28:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:12 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:28:12 (Reading database ... 13912 files and directories currently installed.) 22:28:12 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:12 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:12 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:28:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:28:13 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:28:13 (Reading database ... 13912 files and directories currently installed.) 22:28:13 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:28:13 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:28:13 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:28:13 (Reading database ... 13912 files and directories currently installed.) 22:28:13 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:28:13 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:28:13 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:28:13 (Reading database ... 13914 files and directories currently installed.) 22:28:13 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:28:13 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:28:14 Setting up debconf (1.5.66ubuntu1) ... 22:28:14 (Reading database ... 13914 files and directories currently installed.) 22:28:14 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:28:14 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:28:14 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:28:14 (Reading database ... 13914 files and directories currently installed.) 22:28:14 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:28:14 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:28:14 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:28:14 (Reading database ... 13914 files and directories currently installed.) 22:28:14 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:28:14 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:28:14 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:28:14 (Reading database ... 13914 files and directories currently installed.) 22:28:14 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:28:14 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:28:15 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:28:15 (Reading database ... 13914 files and directories currently installed.) 22:28:15 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:28:15 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:28:15 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:28:15 (Reading database ... 13914 files and directories currently installed.) 22:28:15 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:28:15 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:28:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 22:28:16 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:28:16 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:28:16 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:28:16 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:28:16 (Reading database ... 13914 files and directories currently installed.) 22:28:16 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:28:16 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:28:16 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:28:16 (Reading database ... 13914 files and directories currently installed.) 22:28:16 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:28:16 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:28:16 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:28:17 (Reading database ... 13914 files and directories currently installed.) 22:28:17 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:28:17 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:28:17 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:28:17 (Reading database ... 13914 files and directories currently installed.) 22:28:17 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:28:17 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:28:17 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:28:17 (Reading database ... 13914 files and directories currently installed.) 22:28:17 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:28:17 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:28:18 Setting up passwd (1:4.5-1ubuntu2) ... 22:28:18 (Reading database ... 13914 files and directories currently installed.) 22:28:18 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:28:18 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:28:18 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:28:18 (Reading database ... 13914 files and directories currently installed.) 22:28:18 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:28:18 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:28:18 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:28:18 (Reading database ... 13914 files and directories currently installed.) 22:28:18 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:28:18 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:28:19 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:28:19 (Reading database ... 13914 files and directories currently installed.) 22:28:19 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:28:19 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:28:19 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:28:19 (Reading database ... 13914 files and directories currently installed.) 22:28:19 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:28:19 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:28:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:28:19 (Reading database ... 13914 files and directories currently installed.) 22:28:19 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:28:19 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:28:19 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:28:19 (Reading database ... 13914 files and directories currently installed.) 22:28:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:28:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:28:20 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:28:20 (Reading database ... 13915 files and directories currently installed.) 22:28:20 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:28:20 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:28:20 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:28:20 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:28:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:28:20 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:28:20 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 22:28:20 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 22:28:20 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:28:20 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:28:20 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:28:20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:28:21 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:28:21 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:28:21 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:28:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:28:21 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:28:21 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:28:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:28:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:28:21 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:28:21 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:28:22 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 22:28:22 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 22:28:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:28:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:28:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:28:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:28:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:28:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:28:23 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:28:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:28:23 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:28:23 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:28:23 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:28:23 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:28:23 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:24 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:24 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:24 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:24 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:24 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:25 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:26 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:26 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:27 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:27 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:27 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:27 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:28 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:28:28 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:28:28 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:28:28 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:28:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:28:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:28:29 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:28:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:28:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:28:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:28:29 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:28:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:28:29 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:28:29 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:28:29 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:28:29 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:28:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:28:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:28:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:28:29 Setting up tzdata (2020f-0ubuntu0.18.04) ... 22:28:30 22:28:30 Current default time zone: 'Etc/UTC' 22:28:30 Local time is now: Tue Jan 26 22:28:29 UTC 2021. 22:28:30 Universal Time is now: Tue Jan 26 22:28:29 UTC 2021. 22:28:30 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:28:30 22:28:30 Setting up systemd-sysv (237-3ubuntu10.44) ... 22:28:30 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:30 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 22:28:30 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:28:30 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:28:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:28:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:28:30 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:28:30 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:28:30 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:28:30 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:30 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:28:30 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:28:30 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:28:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:30 Setting up patch (2.7.6-2ubuntu1.1) ... 22:28:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:28:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:28:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 22:28:30 Installing new version of config file /etc/ssl/openssl.cnf ... 22:28:30 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:28:30 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:28:30 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 22:28:32 Updating certificates in /etc/ssl/certs... 22:28:33 22 added, 17 removed; done. 22:28:33 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:28:33 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:28:33 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:28:33 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:28:33 Setting up pkgbinarymangler (138.18.04.1) ... 22:28:33 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:28:33 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up perl (5.26.1-6ubuntu0.5) ... 22:28:33 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:28:33 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:28:33 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:28:33 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:28:33 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:28:33 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:28:33 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:28:33 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:28:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:28:33 Processing triggers for systemd (237-3ubuntu10.44) ... 22:28:34 Processing triggers for mime-support (3.60ubuntu1) ... 22:28:34 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 22:28:34 Updating certificates in /etc/ssl/certs... 22:28:34 0 added, 0 removed; done. 22:28:34 Running hooks in /etc/ca-certificates/update.d... 22:28:34 done. 22:28:35 Reading package lists... 22:28:35 Building dependency tree... 22:28:35 Reading state information... 22:28:35 The following NEW packages will be installed: 22:28:35 apt-transport-https 22:28:35 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:28:35 Need to get 1696 B of archives. 22:28:35 After this operation, 153 kB of additional disk space will be used. 22:28:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:28:36 debconf: delaying package configuration, since apt-utils is not installed 22:28:36 Fetched 1696 B in 0s (8275 B/s) 22:28:36 Selecting previously unselected package apt-transport-https. 22:28:36 (Reading database ... 13929 files and directories currently installed.) 22:28:36 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:28:36 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:28:36 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:28:36 Waiting for network to be ready... 22:28:43 2021-01-26T22:28:40Z INFO Waiting for automatic snapd restart... 22:28:43 snapd 2.48.2 from Canonical* installed 22:28:44 "snapd" switched to the "latest/stable" channel 22:28:44 22:28:48 core18 20201210 from Canonical* installed 22:28:48 "core18" switched to the "latest/stable" channel 22:28:48 22:28:53 snapcraft 4.4.4 from Canonical* installed 22:28:53 "snapcraft" switched to the "latest/stable" channel 22:28:53 22:28:57 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: 22:28:57 - README.md 22:28:57 - snapcraft.yaml.orig 22:28:57 22:28:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:29:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:29:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:29:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:29:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:29:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 22:29:05 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 22:29:05 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 22:29:05 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 22:29:05 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 22:29:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 22:29:06 Fetched 4774 kB in 2s (2190 kB/s) 22:29:07 Reading package lists... 22:29:08 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 22:29:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:29:14 Reading package lists... 22:29:14 Building dependency tree... 22:29:14 Reading state information... 22:29:14 Suggested packages: 22:29:14 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:29:14 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:29:14 Recommended packages: 22:29:14 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:29:14 The following NEW packages will be installed: 22:29:14 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:29:14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:29:14 pkg-config zip 22:29:15 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. 22:29:15 Need to get 7655 kB of archives. 22:29:15 After this operation, 43.7 MB of additional disk space will be used. 22:29:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:29:15 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:29:15 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:29:15 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:29:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:29:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:29:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:29:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:29:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:29:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:29:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:29:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:29:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:29:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:29:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:29:16 debconf: delaying package configuration, since apt-utils is not installed 22:29:16 Fetched 7655 kB in 1s (7127 kB/s) 22:29:16 Selecting previously unselected package libglib2.0-0:amd64. 22:29:16 (Reading database ... 13933 files and directories currently installed.) 22:29:16 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:29:16 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:29:16 Selecting previously unselected package libpsl5:amd64. 22:29:16 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:29:16 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:29:16 Selecting previously unselected package libnghttp2-14:amd64. 22:29:16 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:29:16 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:29:16 Selecting previously unselected package librtmp1:amd64. 22:29:16 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:29:16 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:29:16 Selecting previously unselected package libcurl3-gnutls:amd64. 22:29:16 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:29:16 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:29:16 Selecting previously unselected package liberror-perl. 22:29:16 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:29:16 Unpacking liberror-perl (0.17025-1) ... 22:29:16 Selecting previously unselected package git-man. 22:29:16 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:29:16 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:29:16 Selecting previously unselected package git. 22:29:16 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:29:16 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:29:17 Selecting previously unselected package libnorm1:amd64. 22:29:17 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:29:17 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:29:18 Selecting previously unselected package libpgm-5.2-0:amd64. 22:29:18 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:29:18 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:29:18 Selecting previously unselected package libsodium23:amd64. 22:29:18 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:29:18 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:29:18 Selecting previously unselected package libzmq5:amd64. 22:29:18 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:29:18 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:29:18 Selecting previously unselected package libzmq3-dev:amd64. 22:29:18 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:29:18 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:29:18 Selecting previously unselected package pkg-config. 22:29:18 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:29:18 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:29:18 Selecting previously unselected package zip. 22:29:18 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:29:18 Unpacking zip (3.0-11build1) ... 22:29:18 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:29:18 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:29:18 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:29:18 Setting up liberror-perl (0.17025-1) ... 22:29:18 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:29:18 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:29:18 No schema files found: doing nothing. 22:29:18 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:29:18 Setting up zip (3.0-11build1) ... 22:29:18 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:29:18 Setting up libsodium23:amd64 (1.0.16-2) ... 22:29:18 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:29:18 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:29:18 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:29:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:29:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:29:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:29:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:29:26 git set to automatically installed. 22:29:26 git-man set to automatically installed. 22:29:26 libcurl3-gnutls set to automatically installed. 22:29:26 liberror-perl set to automatically installed. 22:29:26 libglib2.0-0 set to automatically installed. 22:29:26 libnghttp2-14 set to automatically installed. 22:29:26 libnorm1 set to automatically installed. 22:29:26 libpgm-5.2-0 set to automatically installed. 22:29:26 libpsl5 set to automatically installed. 22:29:26 librtmp1 set to automatically installed. 22:29:26 libsodium23 set to automatically installed. 22:29:26 libzmq3-dev set to automatically installed. 22:29:26 libzmq5 set to automatically installed. 22:29:26 pkg-config set to automatically installed. 22:29:26 zip set to automatically installed. 22:29:27 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 22:29:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:29:27 snapd is not logged in, snap install commands will use sudo 22:29:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:29:34 snap "core18" has no updates available 22:29:35 Pulling config-common 22:29:36 Pulling go-build-helper 22:29:37 Removing intermediate container 19a52afc4b35 22:29:37 ---> daa76ae76bca 22:29:37 22:29:37 Step 10/24 : FROM alpine:3.12 22:29:37 3.12: Pulling from library/alpine 22:29:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:29:39 Status: Downloaded newer image for alpine:3.12 22:29:39 ---> afeebe901d6b 22:29:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:29:40 ---> Running in 2c13d24a8510 22:29:42 Removing intermediate container 00050ff5fe60 22:29:42 ---> dc509a5bd157 22:29:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:42 Removing intermediate container de70ce74e2c2 22:29:42 ---> 003b23fc3203 22:29:42 22:29:42 Step 10/21 : FROM alpine:3.12 22:29:42 ---> afeebe901d6b 22:29:42 Step 11/21 : RUN apk add --update --no-cache curl 22:29:43 ---> Running in d0bb73326ccc 22:29:43 ---> Running in ea4276344f9a 22:29:43 Removing intermediate container b464ccfdad82 22:29:43 ---> 2bc8c88223ed 22:29:43 22:29:43 Step 10/23 : FROM alpine:3.12 22:29:43 ---> afeebe901d6b 22:29:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:29:43 (1/5) Installing ca-certificates (20191127-r4) 22:29:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:29:43 (3/5) Installing libcurl (7.69.1-r3) 22:29:43 (4/5) Installing curl (7.69.1-r3) 22:29:43 (5/5) Installing dumb-init (1.2.2-r1) 22:29:43 Executing busybox-1.31.1-r19.trigger 22:29:43 Executing ca-certificates-20191127-r4.trigger 22:29:43 ---> Running in e843ca3a1e36 22:29:43 OK: 7 MiB in 19 packages 22:29:45 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 22:29:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:46 (1/4) Installing ca-certificates (20191127-r4) 22:29:46 Removing intermediate container 2c13d24a8510 22:29:46 ---> 369cb486174e 22:29:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:29:46 (3/4) Installing libcurl (7.69.1-r3) 22:29:46 (4/4) Installing curl (7.69.1-r3) 22:29:46 Executing busybox-1.31.1-r19.trigger 22:29:46 (1/1) Installing dumb-init (1.2.2-r1) 22:29:46 Executing ca-certificates-20191127-r4.trigger 22:29:46 Executing busybox-1.31.1-r19.trigger 22:29:46 OK: 5 MiB in 15 packages 22:29:47 ---> Running in 9c7079ef06f5 22:29:47 OK: 7 MiB in 18 packages 22:29:47 Removing intermediate container 9c7079ef06f5 22:29:47 ---> c9f0d4e210a4 22:29:47 Step 13/24 : WORKDIR / 22:29:48 ---> Running in 0aec667f1776 22:29:49 Removing intermediate container 0aec667f1776 22:29:49 ---> b88d45ee0c90 22:29:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:29:49 Removing intermediate container e843ca3a1e36 22:29:49 ---> 6632199e4ca9 22:29:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:50 ---> Running in ef58f5ed6302 22:29:50 Removing intermediate container ea4276344f9a 22:29:50 ---> 12afae384d87 22:29:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:51 Removing intermediate container ef58f5ed6302 22:29:51 ---> b9bb88388123 22:29:51 Step 13/23 : ENV APP_PORT=48082 22:29:51 ---> Running in 63f4629b234d 22:29:51 ---> bcd13536fe2c 22:29:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:29:51 ---> Running in 3a8cad34c585 22:29:51 Removing intermediate container d0bb73326ccc 22:29:51 ---> ddb2e25d790d 22:29:51 22:29:51 Step 11/26 : FROM docker:20.10.0 22:29:51 20.10.0: Pulling from library/docker 22:29:51 Removing intermediate container 63f4629b234d 22:29:51 ---> 382556e3d3ce 22:29:51 Step 13/21 : WORKDIR /edgex 22:29:52 Removing intermediate container 3a8cad34c585 22:29:52 ---> 493fbea9cd23 22:29:52 Step 14/23 : EXPOSE $APP_PORT 22:29:52 ---> Running in 5cfdf01229ef 22:29:52 ---> bd4008569471 22:29:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:29:52 ---> Running in 283d8e5e000c 22:29:53 Removing intermediate container 5cfdf01229ef 22:29:53 ---> 874d1ed9113f 22:29:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:29:53 Removing intermediate container 283d8e5e000c 22:29:53 ---> a4cbd3a5d739 22:29:53 Step 15/23 : WORKDIR / 22:29:54 ---> 740ca33dc6a3 22:29:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:29:54 ---> Running in bd505a0dbf03 22:29:55 ---> b4f3d5decc85 22:29:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:29:55 Removing intermediate container bd505a0dbf03 22:29:55 ---> fc536f54a9ac 22:29:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:55 ---> a67d56a7ef65 22:29:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:29:57 ---> 360eb7733ba1 22:29:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:29:57 ---> 39cac5c2b540 22:29:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:29:58 ---> 1bca212bcaf4 22:29:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:29:59 ---> d7c61cdde8e8 22:29:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:29:59 ---> b44c757b6b12 22:29:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:30:00 ---> Running in fd789a3f1df3 22:30:00 ---> 9d0aec894aa1 22:30:00 Step 19/23 : ENTRYPOINT ["/core-command"] 22:30:01 ---> Running in 8e478c9251e1 22:30:01 ---> 7e96aa098767 22:30:01 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/ 22:30:01 Removing intermediate container fd789a3f1df3 22:30:01 ---> 633f70363568 22:30:01 Step 18/21 : CMD ["--init=true"] 22:30:01 Removing intermediate container 76e6811df388 22:30:01 ---> 4c8bea87acb1 22:30:01 22:30:01 Step 10/23 : FROM alpine:3.12 22:30:01 ---> afeebe901d6b 22:30:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:30:02 ---> Running in 4a1cdb738f56 22:30:02 ---> Running in ede997b2f9bf 22:30:02 Removing intermediate container 8e478c9251e1 22:30:02 ---> 88f444b91e85 22:30:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:02 ---> Running in 83d3702d8a4a 22:30:02 ---> Running in 8f7309778c46 22:30:03 Removing intermediate container 4a1cdb738f56 22:30:03 ---> 756db97667fb 22:30:03 Step 19/21 : LABEL arch=arm64 22:30:03 Removing intermediate container 83d3702d8a4a 22:30:03 ---> ce2f8e93ecf8 22:30:03 Step 12/23 : ENV APP_PORT=48080 22:30:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:30:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:30:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 22:30:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 22:30:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:30:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:30:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 22:30:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 22:30:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 22:30:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 22:30:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:30:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:30:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:30:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:30:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:30:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:30:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:30:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:30:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:30:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 22:30:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 22:30:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:30:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:30:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 22:30:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 22:30:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 22:30:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 22:30:03 Fetched 23.8 MB in 0s (0 B/s) 22:30:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:30:03 Fetched 96.5 kB in 0s (0 B/s) 22:30:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:30:03 Fetched 279 kB in 0s (0 B/s) 22:30:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:30:03 Fetched 122 kB in 0s (0 B/s) 22:30:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:30:03 Fetched 77.8 kB in 0s (0 B/s) 22:30:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:30:03 Fetched 8848 B in 0s (0 B/s) 22:30:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:30:03 Fetched 47.8 kB in 0s (0 B/s) 22:30:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:30:03 Fetched 45.6 kB in 0s (0 B/s) 22:30:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:30:03 Fetched 15.0 kB in 0s (0 B/s) 22:30:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:30:03 Fetched 214 kB in 0s (0 B/s) 22:30:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:30:03 Fetched 155 kB in 0s (0 B/s) 22:30:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:30:03 Fetched 50.6 kB in 0s (0 B/s) 22:30:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:30:03 Fetched 14.8 kB in 0s (0 B/s) 22:30:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:30:03 Fetched 41.8 kB in 0s (0 B/s) 22:30:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:30:03 Fetched 499 kB in 0s (0 B/s) 22:30:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:30:03 Fetched 111 kB in 0s (0 B/s) 22:30:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:30:03 Fetched 240 kB in 0s (0 B/s) 22:30:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:30:03 Fetched 29.3 kB in 0s (0 B/s) 22:30:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:30:03 Fetched 85.5 kB in 0s (0 B/s) 22:30:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:30:03 Fetched 24.5 kB in 0s (0 B/s) 22:30:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:30:03 Fetched 49.2 kB in 0s (0 B/s) 22:30:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:30:03 Fetched 54.2 kB in 0s (0 B/s) 22:30:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:30:03 Fetched 30.8 kB in 0s (0 B/s) 22:30:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:30:03 Fetched 17.0 kB in 0s (0 B/s) 22:30:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:30:03 Fetched 85.9 kB in 0s (0 B/s) 22:30:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:30:03 Fetched 8720 B in 0s (0 B/s) 22:30:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:30:03 Fetched 137 kB in 0s (0 B/s) 22:30:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:30:03 Fetched 119 kB in 0s (0 B/s) 22:30:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:30:03 Fetched 109 kB in 0s (0 B/s) 22:30:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:30:03 Fetched 11.1 kB in 0s (0 B/s) 22:30:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:30:03 Fetched 645 kB in 0s (0 B/s) 22:30:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:30:03 Fetched 41.3 kB in 0s (0 B/s) 22:30:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:30:03 Fetched 17.9 kB in 0s (0 B/s) 22:30:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:30:03 Fetched 368 kB in 0s (0 B/s) 22:30:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:30:03 Fetched 187 kB in 0s (0 B/s) 22:30:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:30:03 Fetched 175 kB in 0s (0 B/s) 22:30:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:30:03 ---> Running in 2677ab6055e7 22:30:03 Removing intermediate container 8f7309778c46 22:30:03 ---> 7ac23c6bc48f 22:30:03 Step 21/23 : LABEL arch=arm64 22:30:04 Fetched 206 kB in 0s (0 B/s) 22:30:04 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:30:04 Fetched 1301 kB in 0s (0 B/s) 22:30:04 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:30:04 Fetched 36.2 kB in 0s (0 B/s) 22:30:04 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:30:04 Fetched 159 kB in 0s (0 B/s) 22:30:04 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:30:04 Fetched 107 kB in 0s (0 B/s) 22:30:04 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:30:04 Fetched 48.7 kB in 0s (0 B/s) 22:30:04 Pulling static-packages 22:30:04 ---> Running in f3b31e37b1cf 22:30:04 ---> Running in 69767b00bfa3 22:30:05 Removing intermediate container 2677ab6055e7 22:30:05 ---> 080533f2d804 22:30:05 Step 20/21 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:30:05 Removing intermediate container f3b31e37b1cf 22:30:05 ---> b36b485e1a28 22:30:05 Step 13/23 : EXPOSE $APP_PORT 22:30:05 'go115' has dependencies that need to be staged: go-build-helper static-packages 22:30:05 Skipping pull go-build-helper (already ran) 22:30:05 Skipping pull static-packages (already ran) 22:30:05 Building go-build-helper 22:30:05 ---> Running in 2feabcfad123 22:30:05 Removing intermediate container 69767b00bfa3 22:30:05 ---> f455bd3ee184 22:30:05 Step 22/23 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:30:05 ---> Running in 0ac5f283680c 22:30:05 Removing intermediate container ede997b2f9bf 22:30:05 ---> c6df88345f5b 22:30:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:30:05 ---> Running in ad0f5eb3f7a2 22:30:06 Removing intermediate container 2feabcfad123 22:30:06 ---> 79fceb1d0c45 22:30:06 Step 21/21 : LABEL version=0.0.0 22:30:06 ---> Running in 89a34bd1b13d 22:30:06 ---> Running in e10bbd234150 22:30:06 Removing intermediate container 0ac5f283680c 22:30:06 ---> 122abe2ff0bf 22:30:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:06 Removing intermediate container ad0f5eb3f7a2 22:30:06 ---> 8ed16c804de7 22:30:06 Step 23/23 : LABEL version=0.0.0 22:30:06 ---> Running in dbd2a0d6837d 22:30:06 ---> Running in f6e6b6787427 22:30:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:30:06 Status: Downloaded newer image for docker:20.10.0 22:30:06 ---> eeaf43b92773 22:30:06 Step 12/26 : RUN apk add --no-cache bash 22:30:07 Removing intermediate container 89a34bd1b13d 22:30:07 ---> bc81f4f10f4b 22:30:07 Step 22/24 : LABEL arch=arm64 22:30:07 Removing intermediate container e10bbd234150 22:30:07 ---> fe884f029b7f 22:30:07 22:30:07 ---> Running in 35a7b3f34f9a 22:30:07 ---> Running in 8534acaa5801 22:30:07 Removing intermediate container f6e6b6787427 22:30:07 ---> 1397f84ae12c 22:30:07 22:30:07 Successfully built fe884f029b7f 22:30:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:30:08  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 22:30:08 Removing intermediate container 8534acaa5801 22:30:08 ---> 61ef011b2283 22:30:08 Step 23/24 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:30:08 Successfully built 1397f84ae12c 22:30:08 Successfully tagged docker-core-command-go-arm64:latest 22:30:08 Building docker-security-bootstrapper-go 22:30:08  Building docker-core-command-go ... done  ---> Running in 893ba19ae828 22:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:09 Removing intermediate container 893ba19ae828 22:30:09 ---> 3008853a268c 22:30:09 Step 24/24 : LABEL version=0.0.0 22:30:09 ---> Running in 8586901ebc03 22:30:09 Building static-packages 22:30:09 (1/2) Installing readline (8.0.4-r0) 22:30:09 (2/2) Installing bash (5.0.17-r0) 22:30:09 Executing bash-5.0.17-r0.post-install 22:30:09 Executing busybox-1.31.1-r19.trigger 22:30:09 OK: 12 MiB in 22 packages 22:30:10 Removing intermediate container dbd2a0d6837d 22:30:10 ---> 6d57d8ee8e46 22:30:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:30:10 Removing intermediate container 8586901ebc03 22:30:10 ---> e32e07c5a144 22:30:10 22:30:10 ---> Running in eb5e7f78d289 22:30:10 Successfully built e32e07c5a144 22:30:11 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:30:11  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 22:30:12 Staging go-build-helper 22:30:12 Removing intermediate container 35a7b3f34f9a 22:30:12 ---> c8e959c58240 22:30:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:12 ---> Running in 2bc3d17e8f0f 22:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:13 Staging static-packages 22:30:13 Removing intermediate container 2bc3d17e8f0f 22:30:13 ---> a7c010d7e7ea 22:30:13 Step 14/26 : ENV APP_PORT=48090 22:30:14 (1/6) Installing dumb-init (1.2.2-r1) 22:30:14 (2/6) Installing libgcc (9.3.0-r2) 22:30:14 (3/6) Installing libsodium (1.0.18-r0) 22:30:14 (4/6) Installing libstdc++ (9.3.0-r2) 22:30:14 ---> Running in ded6998daade 22:30:14 Pulling go115 22:30:14 (5/6) Installing libzmq (4.3.3-r0) 22:30:14 (6/6) Installing zeromq (4.3.3-r0) 22:30:14 Executing busybox-1.31.1-r19.trigger 22:30:14 OK: 8 MiB in 20 packages 22:30:15 'edgex-go' has dependencies that need to be staged: go115 22:30:15 Skipping pull go115 (already ran) 22:30:15 Building go115 22:30:15 % Total % Received % Xferd Average Speed Time Time Time Current 22:30:15 Dload Upload Total Spent Left Speed 22:30:15 Removing intermediate container ded6998daade 22:30:15 ---> 8b9a1e1858f7 22:30:15 Step 15/26 : EXPOSE $APP_PORT 22:30:16 ---> Running in a86425786bb6 22:30:17 Removing intermediate container eb5e7f78d289 22:30:17 ---> 4b6559c58f8b 22:30:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:17 Removing intermediate container a86425786bb6 22:30:17 ---> 3227b22339cc 22:30:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:30:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.7M 0 0 26.0M 0 0:00:04 --:--:-- 0:00:04 26.0M 61 115M 61 71.5M 0 0 39.0M 0 0:00:02 0:00:01 0:00:01 39.0M 91 115M 91 105M 0 0 37.2M 0 0:00:03 0:00:02 0:00:01 37.2M 100 115M 100 115M 0 0 37.1M 0 0:00:03 0:00:03 --:--:-- 37.1M 22:30:19 go1.15.2.linux-amd64.tar.gz: OK 22:30:20 ---> ea495769760f 22:30:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:30:21 ---> cfa8261ff786 22:30:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:30:22 ---> ddc34edcecbe 22:30:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:30:22 ---> 1dfb64b91385 22:30:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:30:23 ---> b0e4e0ae7a1e 22:30:23 Step 19/23 : ENTRYPOINT ["/core-data"] 22:30:23 ---> Running in 0d89bd3ed0df 22:30:23 ---> 71bfe31eedc8 22:30:23 Step 19/26 : RUN apk --no-cache add py3-pip 22:30:23 ---> Running in 8a2b7c3cb68d 22:30:23 Removing intermediate container 0d89bd3ed0df 22:30:23 ---> 4ab491626a4a 22:30:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:24 ---> Running in a081462255fa 22:30:24 Staging go115 22:30:24 Removing intermediate container a081462255fa 22:30:24 ---> 9f7e9bc6f699 22:30:24 Step 21/23 : LABEL arch=arm64 22:30:25 ---> Running in 97c03a85baca 22:30:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:25 Removing intermediate container 97c03a85baca 22:30:25 ---> 7ae0e0103e55 22:30:25 Step 22/23 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:30:26 ---> Running in 0de5e4dfb73f 22:30:26 (1/33) Installing libbz2 (1.0.8-r1) 22:30:26 (2/33) Installing expat (2.2.9-r1) 22:30:26 (3/33) Installing libffi (3.3-r2) 22:30:26 (4/33) Installing gdbm (1.13-r1) 22:30:26 (5/33) Installing xz-libs (5.2.5-r0) 22:30:26 (6/33) Installing sqlite-libs (3.32.1-r0) 22:30:26 (7/33) Installing python3 (3.8.5-r0) 22:30:27 Removing intermediate container 0de5e4dfb73f 22:30:27 ---> 116ab4140b52 22:30:27 Step 23/23 : LABEL version=0.0.0 22:30:27 ---> Running in 861d8406111c 22:30:28 (8/33) Installing py3-appdirs (1.4.4-r1) 22:30:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:30:28 (10/33) Installing py3-parsing (2.4.7-r0) 22:30:28 (11/33) Installing py3-six (1.15.0-r0) 22:30:28 (12/33) Installing py3-packaging (20.4-r0) 22:30:28 (13/33) Installing py3-setuptools (47.0.0-r0) 22:30:28 (14/33) Installing py3-chardet (3.0.4-r4) 22:30:28 (15/33) Installing py3-idna (2.9-r0) 22:30:28 Removing intermediate container 861d8406111c 22:30:28 ---> a8756a9ae725 22:30:28 22:30:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:30:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:30:28 (18/33) Installing py3-requests (2.23.0-r0) 22:30:28 (19/33) Installing py3-msgpack (1.0.0-r0) 22:30:28 (20/33) Installing py3-lockfile (0.12.2-r3) 22:30:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:30:28 (22/33) Installing py3-colorama (0.4.3-r0) 22:30:28 (23/33) Installing py3-distlib (0.3.0-r0) 22:30:28 (24/33) Installing py3-distro (1.5.0-r1) 22:30:28 (25/33) Installing py3-webencodings (0.5.1-r3) 22:30:28 (26/33) Installing py3-html5lib (1.0.1-r4) 22:30:28 (27/33) Installing py3-pytoml (0.1.21-r0) 22:30:28 (28/33) Installing py3-pep517 (0.8.2-r0) 22:30:28 (29/33) Installing py3-progress (1.5-r0) 22:30:28 Successfully built a8756a9ae725 22:30:28 (30/33) Installing py3-toml (0.10.1-r0) 22:30:28 (31/33) Installing py3-retrying (1.3.3-r0) 22:30:28 Successfully tagged docker-core-data-go-arm64:latest 22:30:28  Building docker-core-data-go ... done Building docker-core-metadata-go 22:30:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:30:28 (33/33) Installing py3-pip (20.1.1-r0) 22:30:29 Executing busybox-1.31.1-r19.trigger 22:30:29 OK: 71 MiB in 55 packages 22:30:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:30:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:30:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:30:31 Fetched 88.7 kB in 0s (0 B/s) 22:30:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:30:31 Fetched 224 kB in 0s (0 B/s) 22:30:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:30:31 Fetched 157 kB in 0s (0 B/s) 22:30:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:30:31 Fetched 221 kB in 0s (0 B/s) 22:30:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:30:31 Fetched 143 kB in 0s (0 B/s) 22:30:31 Pulling edgex-go 22:30:32 Pulling version 22:30:33 Building config-common 22:30:36 Skipping build go-build-helper (already ran) 22:30:36 Skipping build static-packages (already ran) 22:30:36 Skipping build go115 (already ran) 22:30:36 Building edgex-go 22:30: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 22:30:38 go: downloading github.com/gorilla/mux v1.8.0 22:30:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 22:30:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 22:30:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 22:30:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:30:38 go: downloading github.com/pkg/errors v0.8.1 22:30:38 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:30:38 go: downloading github.com/imdario/mergo v0.3.11 22:30:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 22:30:38 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:30:38 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:30:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:30:38 go: downloading github.com/go-kit/kit v0.8.0 22:30:38 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:30:38 go: downloading github.com/google/uuid v1.1.5 22:30:38 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:30:38 go: downloading github.com/pebbe/zmq4 v1.2.2 22:30:38 go: downloading github.com/pelletier/go-toml v1.2.0 22:30:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 22:30:38 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 22:30:38 go: downloading gopkg.in/yaml.v2 v2.4.0 22:30:38 go: downloading github.com/BurntSushi/toml v0.3.1 22:30:38 go: downloading github.com/hashicorp/consul/api v1.1.0 22:30:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:30:38 go: downloading github.com/x448/float16 v0.8.4 22:30:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:30:38 go: downloading github.com/mitchellh/copystructure v1.0.0 22:30:38 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:30:38 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:30:38 go: downloading github.com/go-playground/universal-translator v0.17.0 22:30:38 go: downloading github.com/leodido/go-urn v1.2.0 22:30:38 go: downloading github.com/hashicorp/serf v0.8.2 22:30:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:30:38 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:30:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:30:38 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:30:38 go: downloading github.com/go-playground/locales v0.13.0 22:30:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:30:39 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:30:39 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:30:39 Removing intermediate container 8a2b7c3cb68d 22:30:39 ---> 91cc18fbfefa 22:30:39 Step 20/26 : RUN pip install docker-compose==1.23.2 22:30:39 ---> Running in 698ff47d8b60 22:30:46 Collecting docker-compose==1.23.2 22:30:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:30:46 Collecting cached-property<2,>=1.2.0 22:30:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:30:46 Collecting dockerpty<0.5,>=0.4.1 22:30:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:30:49 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 22:30:49 Collecting texttable<0.10,>=0.9.0 22:30:49 Downloading texttable-0.9.1.tar.gz (11 kB) 22:30:51 Collecting websocket-client<1.0,>=0.32.0 22:30:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:30:51 Collecting jsonschema<3,>=2.5.1 22:30:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:30:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:30:51 ---> e7d17b83937a 22:30:51 Step 3/22 : WORKDIR /edgex-go 22:30:51 ---> Using cache 22:30:51 ---> 07bf166d89a9 22:30:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:51 ---> Using cache 22:30:51 ---> 0f89301544ad 22:30:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:30:53 Collecting docopt<0.7,>=0.6.1 22:30:53 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:53 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:30:53 ---> e7d17b83937a 22:30:53 Step 3/33 : WORKDIR /edgex-go 22:30:53 ---> Using cache 22:30:53 ---> 07bf166d89a9 22:30:53 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:53 ---> Using cache 22:30:53 ---> 0f89301544ad 22:30:53 Step 5/33 : RUN apk add --update --no-cache make git 22:30:53 Downloading docopt-0.6.2.tar.gz (25 kB) 22:30:53 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 22:30:53 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 22:30:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:30:55 ---> e7d17b83937a 22:30:55 Step 3/22 : WORKDIR /edgex-go 22:30:55 ---> Using cache 22:30:55 ---> 07bf166d89a9 22:30:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:55 ---> Using cache 22:30:55 ---> 0f89301544ad 22:30:55 Step 5/22 : RUN apk add --update --no-cache make git 22:30:55 ---> Running in a3ab398aab4c 22:30:55 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 22:30:55 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 22:30:55 go: downloading github.com/stretchr/testify v1.6.1 22:30:55 ---> Running in 55f9e91eeb32 22:30:55 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:30:55 go: downloading github.com/davecgh/go-spew v1.1.1 22:30:55 go: downloading github.com/pmezard/go-difflib v1.0.0 22:30:55 ---> Running in be080093a83d 22:30:57 Collecting PyYAML<4,>=3.10 22:30:57 Downloading PyYAML-3.13.tar.gz (270 kB) 22:30:57 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 22:30:57 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:30:57 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:58 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 22:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:59 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 22:30:59 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:30:59 OK: 217 MiB in 51 packages 22:30:59 OK: 217 MiB in 51 packages 22:31:00 OK: 217 MiB in 51 packages 22:31:00 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 22:31:01 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 22:31:02 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 22:31:02 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:31:02 Collecting docker<4.0,>=3.6.0 22:31:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:31:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:31:03 Removing intermediate container a3ab398aab4c 22:31:03 ---> b16347295a05 22:31:03 Step 6/33 : COPY go.mod . 22:31:03 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 22:31:04 go: downloading github.com/lib/pq v1.9.0 22:31:04 Removing intermediate container 55f9e91eeb32 22:31:04 ---> 76ebea6148fa 22:31:04 Step 6/22 : COPY go.mod . 22:31:04 Removing intermediate container be080093a83d 22:31:04 ---> bfae71522137 22:31:04 Step 6/22 : COPY go.mod . 22:31:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:31:04 ---> 6bb935e5f1bd 22:31:04 Step 7/33 : RUN go mod download 22:31:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:31:04 ---> Running in b29d12b3dfd2 22:31:05 Collecting docker-pycreds>=0.4.0 22:31:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:31:05 ---> f01eebfe7cdc 22:31:05 Step 7/22 : RUN go mod download 22:31:05 ---> 13588bc361ea 22:31:05 Step 7/22 : RUN go mod download 22:31:05 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) 22:31:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:31:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:31:05 ---> e7d17b83937a 22:31:05 Step 3/23 : WORKDIR /edgex-go 22:31:05 ---> Using cache 22:31:05 ---> 07bf166d89a9 22:31:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:05 ---> Using cache 22:31:05 ---> 0f89301544ad 22:31:05 Step 5/23 : RUN apk add --update --no-cache make git 22:31:05 ---> Using cache 22:31:05 ---> bfae71522137 22:31:05 Step 6/23 : COPY go.mod . 22:31:05 ---> Using cache 22:31:05 ---> f01eebfe7cdc 22:31:05 Step 7/23 : RUN go mod download 22:31:05 ---> Running in 9f0edc31b0ec 22:31:05 ---> Running in a2da643d5357 22:31:05 ---> Running in 4530e72d6e94 22:31:05 Collecting idna<2.8,>=2.5 22:31:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:31:07 Collecting urllib3<1.25,>=1.21.1 22:31:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:31:07 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) 22:31:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:31:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:31:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:31:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:31:08 Building version 22:31:08 Installing collected packages: cached-property, dockerpty, texttable, websocket-client, jsonschema, docopt, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docker-compose 22:31:08 Running setup.py install for dockerpty: started 22:31:09 Removing intermediate container b29d12b3dfd2 22:31:09 ---> 41345edc81ee 22:31:09 Step 8/33 : COPY . . 22:31:09 Removing intermediate container 9f0edc31b0ec 22:31:09 ---> ba991656335d 22:31:09 Step 8/22 : COPY . . 22:31:10 Staging config-common 22:31:10 Removing intermediate container a2da643d5357 22:31:10 ---> 31ba72dd59b0 22:31:10 Step 8/22 : COPY . . 22:31:10 Removing intermediate container 4530e72d6e94 22:31:10 ---> 5dcac616f024 22:31:10 Step 8/23 : COPY . . 22:31:11 Skipping stage go-build-helper (already ran) 22:31:11 Skipping stage static-packages (already ran) 22:31:11 Skipping stage go115 (already ran) 22:31:11 Staging edgex-go 22:31:11 Running setup.py install for dockerpty: finished with status 'done' 22:31:11 Running setup.py install for texttable: started 22:31:12 Staging version 22:31:13 Priming config-common 22:31:14 Running setup.py install for texttable: finished with status 'done' 22:31:14 Running setup.py install for docopt: started 22:31:14 Priming go-build-helper 22:31:15 Priming static-packages 22:31:16 Running setup.py install for docopt: finished with status 'done' 22:31:16 Running setup.py install for PyYAML: started 22:31:18 Priming go115 22:31:18 Running setup.py install for PyYAML: finished with status 'done' 22:31:18 Attempting uninstall: idna 22:31:18 Found existing installation: idna 2.9 22:31:18 Uninstalling idna-2.9: 22:31:19 Successfully uninstalled idna-2.9 22:31:19 Priming edgex-go 22:31:19 Attempting uninstall: urllib3 22:31:20 Found existing installation: urllib3 1.25.9 22:31:20 Uninstalling urllib3-1.25.9: 22:31:20 Successfully uninstalled urllib3-1.25.9 22:31:21 Attempting uninstall: requests 22:31:21 Found existing installation: requests 2.23.0 22:31:21 Uninstalling requests-2.23.0: 22:31:21 Successfully uninstalled requests-2.23.0 22:31:21 Priming version 22:31:22 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 22:31:23 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:31:36 ---> 1778b49ab98d 22:31:36 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 22:31:36 ---> b19b0bce7f3c 22:31:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:31:36 ---> 3cd9f8bd4f69 22:31:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:31:36 ---> Running in b7079dd85ca8 22:31:36 ---> Running in 01cc9f9fbc29 22:31:36 ---> Running in 1a764542868a 22:31:37 ---> 23d0397df97d 22:31:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:31:37 Removing intermediate container b7079dd85ca8 22:31:37 ---> 077d1c71cf8a 22:31:37 Step 10/33 : 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 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; 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" 22:31:37 ---> Running in 06770d073d3f 22:31:37 ---> Running in c203c3722d28 22:31:38 Removing intermediate container 698ff47d8b60 22:31:38 ---> 53c1efc1c7fb 22:31:38 Step 21/26 : RUN apk --no-cache add curl 22:31:38 ---> Running in 9373efe2f3f7 22:31:39 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 22:31:39 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 22:31: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 22:31:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:31:41 (2/3) Installing libcurl (7.69.1-r3) 22:31:41 (3/3) Installing curl (7.69.1-r3) 22:31:41 Executing busybox-1.31.1-r19.trigger 22:31:41 OK: 71 MiB in 58 packages 22:31:43 Removing intermediate container 9373efe2f3f7 22:31:43 ---> a894eabc174e 22:31:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:31:43 ---> Running in d9533a7dfbee 22:31:44 Removing intermediate container d9533a7dfbee 22:31:44 ---> e0d9e3c97a05 22:31:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:44 ---> Running in 378f3dcaaa5f 22:31:45 Removing intermediate container 378f3dcaaa5f 22:31:45 ---> 9c84dbb2a5f9 22:31:45 Step 24/26 : LABEL arch=arm64 22:31:45 ---> Running in 8c3b787a41c1 22:31:45 Removing intermediate container 8c3b787a41c1 22:31:45 ---> b5729d17d15a 22:31:45 Step 25/26 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:31:46 ---> Running in b2afbc84216e 22:31:46 Removing intermediate container b2afbc84216e 22:31:46 ---> 9fe826dfb66d 22:31:46 Step 26/26 : LABEL version=0.0.0 22:31:46 ---> Running in 6f1a4ba32c80 22:31:47 Removing intermediate container 6f1a4ba32c80 22:31:47 ---> 2e0ae8989304 22:31:47 22:31:48 Successfully built 2e0ae8989304 22:31:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:32:56  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:33:00 Removing intermediate container 1a764542868a 22:33:00 ---> 92c479bab108 22:33:00 22:33:00 Step 10/22 : FROM alpine:3.12 22:33:00 ---> afeebe901d6b 22:33:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:33:00 ---> Using cache 22:33:00 ---> 6632199e4ca9 22:33:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:33:00 ---> Using cache 22:33:00 ---> b9bb88388123 22:33:00 Step 13/22 : ENV APP_PORT=48085 22:33:00 Removing intermediate container 01cc9f9fbc29 22:33:00 ---> bae0d33d4165 22:33:00 22:33:00 Step 10/22 : FROM alpine:3.12 22:33:00 ---> afeebe901d6b 22:33:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:33:00 ---> Running in d09faa0db6f4 22:33:00 ---> Running in af5d5926e37f 22:33:01 Removing intermediate container af5d5926e37f 22:33:01 ---> 0fc145db5bdf 22:33:01 Step 14/22 : EXPOSE $APP_PORT 22:33:01 ---> Running in 04ea389f9855 22:33:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:02 Removing intermediate container 04ea389f9855 22:33:02 ---> c45b90f6a533 22:33:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:03 + mkdir -p /tmp/build/dist/linux 22:33:03 + cd /tmp/build/dist/linux 22:33:03 + git clone https://github.com/jwilder/dockerize.git . 22:33:03 Cloning into '.'... 22:33:03 (1/2) Installing ca-certificates (20191127-r4) 22:33:03 (2/2) Installing dumb-init (1.2.2-r1) 22:33:03 Executing busybox-1.31.1-r19.trigger 22:33:03 Executing ca-certificates-20191127-r4.trigger 22:33:03 ---> 550b3fe2481f 22:33:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:33:03 OK: 6 MiB in 16 packages 22:33:03 + go get github.com/robfig/glock 22:33:05  ---> 4fb0d941f4e1 22:33:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:33:06 Removing intermediate container d09faa0db6f4 22:33:06 ---> ccd528384fd6 22:33:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:33:06 ---> Running in e143c5209e9a 22:33:06 ---> fe398bd97bbc 22:33:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:33:06 ---> Running in c9346116ef56 22:33:06 Removing intermediate container e143c5209e9a 22:33:06 ---> bc63d54b272a 22:33:06 Step 13/22 : ENV APP_PORT=48060 22:33:07 ---> Running in 4f59341518c3 22:33:07 Removing intermediate container c9346116ef56 22:33:07 ---> 4bebb9dd4da7 22:33:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:07 ---> Running in acbd4c0bea80 22:33:07 Removing intermediate container 4f59341518c3 22:33:07 ---> b7b667af0d8f 22:33:07 Step 14/22 : EXPOSE $APP_PORT 22:33:08 ---> Running in b83a5e41c655 22:33:08 Removing intermediate container acbd4c0bea80 22:33:08 ---> 1492b0fd5d4b 22:33:08 Step 20/22 : LABEL arch=arm64 22:33:08 ---> Running in fe7a436dbac0 22:33:08 Removing intermediate container b83a5e41c655 22:33:08 ---> ebd7604b479a 22:33:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:09 Removing intermediate container fe7a436dbac0 22:33:09 ---> cdcf1c5140c0 22:33:09 Step 21/22 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:33:09 ---> Running in db5fad788366 22:33:10 ---> 25ce11d6ac3c 22:33:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:33:10 Removing intermediate container db5fad788366 22:33:10 ---> 0c31c786a68d 22:33:10 Step 22/22 : LABEL version=0.0.0 22:33:11 ---> Running in 358bae41ee4e 22:33:12 ---> 32dbb6f55e16 22:33:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:33:12 Removing intermediate container 358bae41ee4e 22:33:12 ---> 0aa7c835dd7b 22:33:12 22:33:12 Removing intermediate container 06770d073d3f 22:33:12 ---> fe9c4c5eb0aa 22:33:12 22:33:12 Step 10/23 : FROM alpine:3.12 22:33:12 ---> afeebe901d6b 22:33:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:33:12 ---> Using cache 22:33:12 ---> 6632199e4ca9 22:33:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:33:12 ---> Using cache 22:33:12 ---> b9bb88388123 22:33:12 Step 13/23 : ENV APP_PORT=48081 22:33:12 ---> Running in 5536c8388e37 22:33:12 Successfully built 0aa7c835dd7b 22:33:12 Successfully tagged docker-support-scheduler-go-arm64:latest 22:33:12  Building docker-support-scheduler-go ... done  ---> 14167f4ed022 22:33:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:33:13 ---> Running in 0a6f4b69faf5 22:33:13 Removing intermediate container 5536c8388e37 22:33:13 ---> 3247afcad86e 22:33:13 Step 14/23 : EXPOSE $APP_PORT 22:33:13 ---> Running in f1eff1ec508e 22:33:13 Removing intermediate container 0a6f4b69faf5 22:33:13 ---> c9e2ff38cabb 22:33:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:13 ---> Running in 36e88358b1ba 22:33:13 Removing intermediate container f1eff1ec508e 22:33:13 ---> 8b84f104fe62 22:33:13 Step 15/23 : WORKDIR / 22:33:14 ---> Running in abb4fa9bd9e7 22:33:14 Removing intermediate container 36e88358b1ba 22:33:14 ---> 0809863df121 22:33:14 Step 20/22 : LABEL arch=arm64 22:33:14 ---> Running in 7b6452ce606f 22:33:15 Removing intermediate container abb4fa9bd9e7 22:33:15 ---> c3dd7c0d11ad 22:33:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:15 Removing intermediate container 7b6452ce606f 22:33:15 ---> 6b0779072a30 22:33:15 Step 21/22 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:33:15 ---> Running in 4ccd54fe98fd 22:33:16 ---> c2078a83aee7 22:33:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:33:16 Removing intermediate container 4ccd54fe98fd 22:33:16 ---> 72aa979ef7e7 22:33:16 Step 22/22 : LABEL version=0.0.0 22:33:16 ---> Running in e1c942a1e9a6 22:33:18 Removing intermediate container e1c942a1e9a6 22:33:18 ---> d723eb034548 22:33:18 22:33:18 ---> 4d44fb3530f2 22:33:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:33:18 Successfully built d723eb034548 22:33:18 Successfully tagged docker-support-notifications-go-arm64:latest 22:33:18  Building docker-support-notifications-go ... done  ---> a8843d5a9afc 22:33:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:33:19 ---> Running in cae99dfbeaf3 22:33:19 Removing intermediate container cae99dfbeaf3 22:33:19 ---> ba276714c355 22:33:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:19 ---> Running in 0e8891b4802e 22:33:20 Removing intermediate container 0e8891b4802e 22:33:20 ---> ece060118cce 22:33:20 Step 21/23 : LABEL arch=arm64 22:33:20 ---> Running in 24fcac1b20a6 22:33:20 Removing intermediate container 24fcac1b20a6 22:33:20 ---> fbf9a224421a 22:33:20 Step 22/23 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:33:20 ---> Running in 1b3735c0f37c 22:33:21 Removing intermediate container 1b3735c0f37c 22:33:21 ---> d4d0aa942d31 22:33:21 Step 23/23 : LABEL version=0.0.0 22:33:21 ---> Running in 587d77794cb2 22:33:22 + glock sync -n 22:33:22 Removing intermediate container 587d77794cb2 22:33:22 ---> 177479bddab9 22:33:22 22:33:23 Successfully built 177479bddab9 22:33:23 Successfully tagged docker-core-metadata-go-arm64:latest 22:33:28  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 22:33:28 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 22:33:28 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 22:33:28 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 22:33:28 + git describe '--abbrev=0' --tags 22:33:28 + TAG=v0.6.1 22:33:28 + LDFLAGS='-X main.buildVersion=v0.6.1' 22:33:28 + apk --print-arch 22:33:28 + arch=aarch64 22:33:28 + echo 'building [dockerize] for arm64 ... ' 22:33:28 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -obuilding [dockerize] for arm64 ... 22:33:28  /tmp/build/dist/linux/dockerize 22:33:31 + date 22:33:31 + echo 'Tue Jan 26 22:33:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 22:33:31 Tue Jan 26 22:33:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 22:33:39 Removing intermediate container c203c3722d28 22:33:39 ---> 901f11c5374d 22:33:39 22:33:39 Step 11/33 : FROM alpine:3.12 22:33:39 ---> afeebe901d6b 22:33:39 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:33:39 ---> Running in f56246abf66d 22:33:39 Removing intermediate container f56246abf66d 22:33:39 ---> d35b3ceb272e 22:33:39 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 22:33:39 ---> Running in d0ad626d1ea9 22:33:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:41 (1/3) Installing dumb-init (1.2.2-r1) 22:33:41 (2/3) Installing openssl (1.1.1i-r0) 22:33:41 (3/3) Installing su-exec (0.2-r1) 22:33:41 Executing busybox-1.31.1-r19.trigger 22:33:41 OK: 6 MiB in 17 packages 22:33:42 Removing intermediate container d0ad626d1ea9 22:33:42 ---> acdce7f23df2 22:33:42 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 22:33:42 ---> Running in 36364a8fce73 22:33:43 Removing intermediate container 36364a8fce73 22:33:43 ---> 9bff04136968 22:33:43 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:33:43 ---> Running in 5d67de400775 22:33:44 Removing intermediate container 5d67de400775 22:33:44 ---> 0023de18600f 22:33:44 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:33:44 ---> Running in ab956605739f 22:33:45 Removing intermediate container ab956605739f 22:33:45 ---> e6218b348da8 22:33:45 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 22:33:46 ---> Running in 4fc60c013470 22:33:46 Removing intermediate container 4fc60c013470 22:33:46 ---> 633932b282d0 22:33:46 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 22:33:47 ---> 6d2fbd48e807 22:33:47 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:33:48 ---> 775a2c3cba5e 22:33:48 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:33:48 ---> Running in b3fa759fd60b 22:33:51 Removing intermediate container b3fa759fd60b 22:33:51 ---> ee02b57c9a06 22:33:51 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:33:51 ---> a0ccbca8c27f 22:33:51 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:33:53 ---> 69a7d5fb350d 22:33:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:33:53 ---> a0f77fb49d81 22:33:53 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:33:55 ---> 6fef928ecc2a 22:33:55 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:33:55 ---> acda1c276c2a 22:33:55 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 22:33:56 ---> Running in 0dc12b8b664b 22:33:56 Removing intermediate container 0dc12b8b664b 22:33:56 ---> 0fe6da018ec1 22:33:56 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:33:57 ---> 502cb036e3e3 22:33:57 Step 28/33 : RUN chmod +x /entrypoint.sh 22:33:58 ---> Running in e9bee835773f 22:34:00 Removing intermediate container e9bee835773f 22:34:00 ---> c8b29e8b40f3 22:34:00 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:34:00 ---> Running in 06ed5dd3b6b5 22:34:01 Removing intermediate container 06ed5dd3b6b5 22:34:01 ---> c15b0b508e38 22:34:01 Step 30/33 : CMD ["gate"] 22:34:01 ---> Running in 1cb16e096719 22:34:02 Removing intermediate container 1cb16e096719 22:34:02 ---> 0f2efacb20c1 22:34:02 Step 31/33 : LABEL arch=arm64 22:34:02 ---> Running in c3a9c8681ed6 22:34:03 Removing intermediate container c3a9c8681ed6 22:34:03 ---> 8b76493367a4 22:34:03 Step 32/33 : LABEL git_sha=66c9aa2ac95de01abeae7891b788798fc34a200e 22:34:03 ---> Running in 367786b009ae 22:34:04 Removing intermediate container 367786b009ae 22:34:04 ---> dbff4131f676 22:34:04 Step 33/33 : LABEL version=0.0.0 22:34:04 ---> Running in df6a4b2c3ffe 22:34:05 Removing intermediate container df6a4b2c3ffe 22:34:05 ---> 39d12284bcd5 22:34:05 22:34:05 Successfully built 39d12284bcd5 22:34:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:34:06  Building docker-security-bootstrapper-go ... done  [Pipeline] } 22:34:06 $ docker stop --time=1 b2b322e5b21e4f5bd99c47b86f79c5653e8dff0c1bae21a22bf7bed0f0860edc 22:34:08 $ docker rm -f b2b322e5b21e4f5bd99c47b86f79c5653e8dff0c1bae21a22bf7bed0f0860edc [Pipeline] // withDockerContainer [Pipeline] sh 22:34:09 + docker images 22:34:09 + grep docker 22:34:09 docker-security-bootstrapper-go-arm64 latest 39d12284bcd5 4 seconds ago 31.9MB 22:34:09 docker-core-metadata-go-arm64 latest 177479bddab9 47 seconds ago 17.7MB 22:34:09 docker-support-notifications-go-arm64 latest d723eb034548 53 seconds ago 16MB 22:34:09 docker-support-scheduler-go-arm64 latest 0aa7c835dd7b 58 seconds ago 15.5MB 22:34:09 docker-sys-mgmt-agent-go-arm64 latest 2e0ae8989304 2 minutes ago 300MB 22:34:09 docker-core-data-go-arm64 latest a8756a9ae725 3 minutes ago 21MB 22:34:09 docker-security-secretstore-setup-go-arm64 latest e32e07c5a144 4 minutes ago 23.4MB 22:34:09 docker-core-command-go-arm64 latest 1397f84ae12c 4 minutes ago 15.4MB 22:34:09 docker-security-proxy-setup-go-arm64 latest fe884f029b7f 4 minutes ago 23.2MB 22:34:09 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 22:34:11 provisioning config files... 22:34:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4875369528603729156tmp [Pipeline] { [Pipeline] sh 22:34:11 + set +x 22:34:11 + curl -s https://codecov.io/bash 22:34:11 + bash -s -- 22:34:11 22:34:11 _____ _ 22:34:11 / ____| | | 22:34:11 | | ___ __| | ___ ___ _____ __ 22:34:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:34:11 | |___| (_) | (_| | __/ (_| (_) \ V / 22:34:11 \_____\___/ \__,_|\___|\___\___/ \_/ 22:34:11 Bash-20210115-cec3c92 22:34:11 22:34:11 22:34:11 ==> git version 2.24.3 found 22:34:11 ==> 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 22:34:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:34:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:34:11 ==> Jenkins CI detected. 22:34:11 project root: . 22:34:11 --> token set from env 22:34:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:34:11 ==> Running gcov in . (disable via -X gcov) 22:34:11 ==> Python coveragepy not found 22:34:11 ==> Searching for coverage reports in: 22:34:11 + . 22:34:11 -> Found 1 reports 22:34:11 ==> Detecting git/mercurial file structure 22:34:11 ==> Reading reports 22:34:11 + ./coverage.out bytes=564700 22:34:11 ==> Appending adjustments 22:34:11 https://docs.codecov.io/docs/fixing-reports 22:34:15 + Found adjustments 22:34:15 ==> Gzipping contents 22:34:15 84K /tmp/codecov.rNeFJA.gz 22:34:15 ==> Uploading reports 22:34:15 url: https://codecov.io 22:34:15 query: branch=PR-3082&commit=66c9aa2ac95de01abeae7891b788798fc34a200e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3082%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3082&job=&cmd_args= 22:34:15 -> Pinging Codecov 22:34:15 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3082&commit=66c9aa2ac95de01abeae7891b788798fc34a200e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3082%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3082&job=&cmd_args= 22:34:15 -> Uploading to 22:34:15 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/00271124DB129430A58F1EEE437C3FCB/66c9aa2ac95de01abeae7891b788798fc34a200e/7101ec27-9d60-40d2-a98e-34b6e045675e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T223415Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=570a5a10ed48c2370441ec8561edd8cffa47e64d5ac9a74147d9cac76132c90b 22:34:15 % Total % Received % Xferd Average Speed Time Time Time Current 22:34:15 Dload Upload Total Spent Left Speed 22:34:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85405 0 0 100 85405 0 155k --:--:-- --:--:-- --:--:-- 155k 22:34:16 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/66c9aa2ac95de01abeae7891b788798fc34a200e [Pipeline] } 22:34:16 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 22:34:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:34:19 ---> package-listing.sh 22:34:19 ++ facter osfamily 22:34:19 ++ tr '[:upper:]' '[:lower:]' 22:34:19 + OS_FAMILY=redhat 22:34:19 + workspace=/w/workspace/edgex-go/3 22:34:19 + START_PACKAGES=/tmp/packages_start.txt 22:34:19 + END_PACKAGES=/tmp/packages_end.txt 22:34:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:34:19 + PACKAGES=/tmp/packages_start.txt 22:34:19 + '[' /w/workspace/edgex-go/3 ']' 22:34:19 + PACKAGES=/tmp/packages_end.txt 22:34:19 + case "${OS_FAMILY}" in 22:34:19 + rpm -qa 22:34:19 + sort 22:34:24 + '[' -f /tmp/packages_start.txt ']' 22:34:24 + '[' -f /tmp/packages_end.txt ']' 22:34:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:34:24 + '[' /w/workspace/edgex-go/3 ']' 22:34:24 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:34:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:34:24 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:34:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:34:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:25 22:34:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:34:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:25 alpine: Pulling from edgex-lftools-log-publisher 22:34:25 df20fa9351a1: Pulling fs layer 22:34:25 36b3adc4ff6f: Pulling fs layer 22:34:25 8ad3a11d3b57: Pulling fs layer 22:34:25 46f8f816bc3b: Pulling fs layer 22:34:25 93b61091891f: Pulling fs layer 22:34:25 93b9cdb0e59b: Pulling fs layer 22:34:25 5e14af77c1be: Pulling fs layer 22:34:25 01666e4c0597: Pulling fs layer 22:34:25 aa168da1d23b: Pulling fs layer 22:34:25 46f8f816bc3b: Waiting 22:34:25 93b61091891f: Waiting 22:34:25 93b9cdb0e59b: Waiting 22:34:25 5e14af77c1be: Waiting 22:34:25 01666e4c0597: Waiting 22:34:25 aa168da1d23b: Waiting 22:34:25 36b3adc4ff6f: Verifying Checksum 22:34:25 36b3adc4ff6f: Download complete 22:34:25 46f8f816bc3b: Download complete 22:34:25 df20fa9351a1: Verifying Checksum 22:34:25 df20fa9351a1: Download complete 22:34:25 93b9cdb0e59b: Verifying Checksum 22:34:25 93b9cdb0e59b: Download complete 22:34:25 5e14af77c1be: Verifying Checksum 22:34:25 5e14af77c1be: Download complete 22:34:25 01666e4c0597: Verifying Checksum 22:34:25 01666e4c0597: Download complete 22:34:25 93b61091891f: Verifying Checksum 22:34:25 93b61091891f: Download complete 22:34:26 8ad3a11d3b57: Verifying Checksum 22:34:26 8ad3a11d3b57: Download complete 22:34:26 df20fa9351a1: Pull complete 22:34:26 36b3adc4ff6f: Pull complete 22:34:27 8ad3a11d3b57: Pull complete 22:34:27 46f8f816bc3b: Pull complete 22:34:27 aa168da1d23b: Verifying Checksum 22:34:27 aa168da1d23b: Download complete 22:34:28 93b61091891f: Pull complete 22:34:28 93b9cdb0e59b: Pull complete 22:34:28 5e14af77c1be: Pull complete 22:34:28 01666e4c0597: Pull complete 22:34:38 aa168da1d23b: Pull complete 22:34:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:34:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:34:39 prd-centos7-docker-4c-2g-22872 does not seem to be running inside a container 22:34:39 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:34:44 $ docker top 058405ef13288039f1f3a6ed7aef4a9b84169d23532a1a2e19f6ead23fcee1de -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:44 + touch /tmp/pre-build-complete [Pipeline] sh 22:34:45 + mkdir -p /var/log/sa [Pipeline] sh 22:34:45 + ls /var/log/sa-host 22:34:45 + sadf -c /var/log/sa-host/sa23 22:34:45 file_magic: OK 22:34:45 HZ: Using current value: 100 22:34:45 file_header: OK 22:34:45 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 22:34:45 Statistics: 22:34:45 Hnuu...uuuununununu... 22:34:45 File successfully converted to sysstat format version 12.2.1 22:34:45 + sadf -c /var/log/sa-host/sa26 22:34:45 file_magic: OK 22:34:45 HZ: Using current value: 100 22:34:45 file_header: OK 22:34:45 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 22:34:45 Statistics: 22:34:45 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... 22:34:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:45 provisioning config files... 22:34:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2372566126598090515tmp [Pipeline] { [Pipeline] echo 22:34:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:34:46 ---> create-netrc.sh [Pipeline] } 22:34:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:34:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:34:46 ---> python-tools-install.sh [Pipeline] echo 22:34:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:34:46 ---> sudo-logs.sh 22:34:46 Archiving 'sudo' log.. [Pipeline] echo 22:34:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:34:47 ---> job-cost.sh 22:34:47 lf-activate-venv: SKIPPING 22:34:47 INFO: No Stack... 22:34:48 INFO: Retrieving Pricing Info for: v1-standard-2 22:34:48 INFO: Archiving Costs [Pipeline] echo 22:34:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:34:49 ---> logs-deploy.sh 22:34:49 lf-activate-venv: SKIPPING 22:34:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3082/3 22:34:49 INFO: archiving workspace using pattern(s): 22:34:51 Archives upload complete. 22:34:51 INFO: archiving logs to Nexus 22:34:52 ---> uname -a: 22:34:52 Linux prd-centos7-docker-4c-2g-22872.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:34:52 22:34:52 22:34:52 ---> lscpu: 22:34:52 Architecture: x86_64 22:34:52 CPU op-mode(s): 32-bit, 64-bit 22:34:52 Byte Order: Little Endian 22:34:52 Address sizes: 40 bits physical, 48 bits virtual 22:34:52 CPU(s): 4 22:34:52 On-line CPU(s) list: 0-3 22:34:52 Thread(s) per core: 1 22:34:52 Core(s) per socket: 1 22:34:52 Socket(s): 4 22:34:52 NUMA node(s): 1 22:34:52 Vendor ID: GenuineIntel 22:34:52 CPU family: 6 22:34:52 Model: 44 22:34:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:34:52 Stepping: 1 22:34:52 CPU MHz: 2933.442 22:34:52 BogoMIPS: 5866.88 22:34:52 Virtualization: VT-x 22:34:52 Hypervisor vendor: KVM 22:34:52 Virtualization type: full 22:34:52 L1d cache: 128 KiB 22:34:52 L1i cache: 128 KiB 22:34:52 L2 cache: 16 MiB 22:34:52 L3 cache: 64 MiB 22:34:52 NUMA node0 CPU(s): 0-3 22:34:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:34:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:34:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:34:52 Vulnerability Meltdown: Mitigation; PTI 22:34:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:34:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:34:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:34:52 Vulnerability Srbds: Not affected 22:34:52 Vulnerability Tsx async abort: Not affected 22:34:52 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 22:34:52 22:34:52 22:34:52 ---> nproc: 22:34:52 4 22:34:52 22:34:52 22:34:52 ---> df -h: 22:34:52 Filesystem Size Used Available Use% Mounted on 22:34:52 overlay 50.0G 13.1G 36.9G 26% / 22:34:52 tmpfs 64.0M 0 64.0M 0% /dev 22:34:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:34:52 shm 64.0M 0 64.0M 0% /dev/shm 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3 22:34:52 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3@tmp 22:34:52 22:34:52 22:34:52 ---> free -m: 22:34:52 total used free shared buff/cache available 22:34:52 Mem: 1837 733 178 0 925 1025 22:34:52 Swap: 1023 61 962 22:34:52 22:34:52 22:34:52 ---> ip addr: 22:34:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:34:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:34:52 inet 127.0.0.1/8 scope host lo 22:34:52 valid_lft forever preferred_lft forever 22:34:52 inet6 ::1/128 scope host 22:34:52 valid_lft forever preferred_lft forever 22:34:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:34:52 link/ether fa:16:3e:66:0b:b8 brd ff:ff:ff:ff:ff:ff 22:34:52 inet 10.30.122.207/23 brd 10.30.123.255 scope global dynamic eth0 22:34:52 valid_lft 85180sec preferred_lft 85180sec 22:34:52 inet6 fe80::f816:3eff:fe66:bb8/64 scope link 22:34:52 valid_lft forever preferred_lft forever 22:34:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:34:52 link/ether 02:42:f8:31:78:1e brd ff:ff:ff:ff:ff:ff 22:34:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:34:52 valid_lft forever preferred_lft forever 22:34:52 inet6 fe80::42:f8ff:fe31:781e/64 scope link 22:34:52 valid_lft forever preferred_lft forever 22:34:52 22:34:52 22:34:52 ---> sar -b -r -n DEV: 22:34:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 22:34:52 22:34:52 22:14:20 LINUX RESTART (4 CPU) 22:34:52 22:34:52 22:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:34:52 22:16:01 58.89 12.07 46.83 0.00 4707.80 10653.00 0.00 22:34:52 22:17:01 252.38 98.37 154.01 0.00 6785.62 48609.78 0.00 22:34:52 22:18:01 251.31 105.49 145.83 0.00 3570.61 20646.86 0.00 22:34:52 22:19:01 129.17 59.96 69.21 0.00 3447.94 6269.67 0.00 22:34:52 22:20:01 350.23 147.46 202.77 0.00 67187.33 137921.26 0.00 22:34:52 22:21:02 3324.49 2970.81 353.68 0.00 163000.46 180952.17 0.00 22:34:52 22:22:01 431.02 190.89 240.12 0.00 23522.75 68187.33 0.00 22:34:52 22:23:03 2559.15 2215.95 343.21 0.00 152615.05 177192.11 0.00 22:34:52 22:24:01 863.21 618.79 244.42 0.00 39149.11 56150.08 0.00 22:34:52 22:25:01 159.79 25.16 134.63 0.00 3425.00 20355.90 0.00 22:34:52 22:26:01 1.61 0.05 1.56 0.00 0.80 27.33 0.00 22:34:52 22:27:02 1.85 1.47 0.38 0.00 103.80 4.83 0.00 22:34:52 22:28:01 0.42 0.03 0.39 0.00 0.81 4.83 0.00 22:34:52 22:29:01 0.43 0.00 0.43 0.00 0.00 5.20 0.00 22:34:52 22:30:01 2.13 1.65 0.48 0.00 59.42 9.53 0.00 22:34:52 22:31:01 0.67 0.07 0.60 0.00 1.47 9.68 0.00 22:34:52 22:32:01 0.42 0.25 0.17 0.00 2.66 2.41 0.00 22:34:52 22:33:01 0.43 0.00 0.43 0.00 0.00 4.71 0.00 22:34:52 22:34:01 0.33 0.02 0.32 0.00 0.53 4.30 0.00 22:34:52 Average: 446.54 344.03 102.51 0.00 24946.77 38655.37 0.00 22:34:52 22:34:52 22:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:34:52 22:16:01 79460 0 648780 34.48 2620 1150684 1370772 46.78 564000 1032000 67616 22:34:52 22:17:01 66600 0 739808 39.32 1768 1073368 1521348 51.92 570708 957680 91044 22:34:52 22:18:01 126336 0 882476 46.90 808 871924 1700128 58.02 747220 724128 7192 22:34:52 22:19:01 218644 0 788908 41.93 696 873296 1419992 48.46 649332 721076 56572 22:34:52 22:20:01 148832 0 831888 44.21 0 900824 2242268 76.52 683608 839432 87188 22:34:52 22:21:02 124516 0 716808 38.10 0 1040220 1536576 52.44 703284 827548 3136 22:34:52 22:22:01 74088 0 724968 38.53 0 1082488 1467504 50.08 709304 851540 90444 22:34:52 22:23:03 72344 0 837596 44.52 0 971604 2291996 78.22 742492 826724 64772 22:34:52 22:24:01 308744 0 722492 38.40 0 850308 1692868 57.77 629892 670012 11624 22:34:52 22:25:01 202668 0 655512 34.84 0 1023364 1215380 41.48 597784 816604 20 22:34:52 22:26:01 205596 0 652584 34.68 0 1023364 1189728 40.60 596320 816120 12 22:34:52 22:27:02 203072 0 652032 34.65 0 1026440 1181588 40.33 596036 819152 12 22:34:52 22:28:01 202832 0 652256 34.67 0 1026456 1181664 40.33 596104 819204 8 22:34:52 22:29:01 204120 0 650948 34.60 0 1026476 1181508 40.32 595476 819216 8 22:34:52 22:30:01 201700 0 652220 34.66 0 1027624 1181580 40.33 596448 819652 12 22:34:52 22:31:01 201912 0 652000 34.65 0 1027632 1181544 40.32 596276 819676 20 22:34:52 22:32:01 202036 0 651872 34.65 0 1027636 1181572 40.33 595988 819732 16 22:34:52 22:33:01 202208 0 651692 34.64 0 1027644 1181572 40.33 596012 819760 8 22:34:52 22:34:01 200820 0 653084 34.71 0 1027640 1181752 40.33 596988 819760 20 22:34:52 Average: 170870 0 706207 37.53 310 1004157 1426386 48.68 629646 823106 25249 22:34:52 22:34:52 22:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:34:52 22:16:01 vethd07f792 709.88 605.74 68.14 2188.16 0.00 0.00 0.00 0.00 22:34:52 22:16:01 eth0 1459.65 1350.41 5357.49 131.75 0.00 0.00 0.00 0.00 22:34:52 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:16:01 docker0 709.88 605.62 58.43 2188.15 0.00 0.00 0.00 0.00 22:34:52 22:17:01 eth0 625.66 539.43 4198.44 77.50 0.00 0.00 0.00 0.00 22:34:52 22:17:01 vetha506401 73.04 101.35 6.73 465.86 0.00 0.00 0.00 0.00 22:34:52 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:17:01 docker0 281.56 325.92 21.07 1356.17 0.00 0.00 0.00 0.00 22:34:52 22:18:01 vethb19206d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:34:52 22:18:01 eth0 35.85 19.96 33.70 12.99 0.00 0.00 0.00 0.00 22:34:52 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:18:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:19:01 vethb19206d 0.24 0.24 0.02 0.03 0.00 0.00 0.00 0.00 22:34:52 22:19:01 eth0 25.68 13.33 22.18 10.97 0.00 0.00 0.00 0.00 22:34:52 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:19:01 docker0 0.24 0.24 0.01 0.03 0.00 0.00 0.00 0.00 22:34:52 22:20:01 veth9f2643d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:34:52 22:20:01 eth0 176.13 136.79 1685.03 22.50 0.00 0.00 0.00 0.00 22:34:52 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:21:02 veth9f2643d 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 22:34:52 22:21:02 eth0 71.89 53.95 163.82 76.46 0.00 0.00 0.00 0.00 22:34:52 22:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:21:02 docker0 14.00 23.76 0.81 145.90 0.00 0.00 0.00 0.00 22:34:52 22:22:01 veth9f2643d 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 22:34:52 22:22:01 eth0 162.24 120.05 1535.03 18.92 0.00 0.00 0.00 0.00 22:34:52 22:22:01 vethb6403e7 3.86 6.85 0.27 62.08 0.00 0.00 0.00 0.00 22:34:52 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:23:03 veth9f2643d 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 22:34:52 22:23:03 eth0 95.04 57.64 398.12 71.88 0.00 0.00 0.00 0.00 22:34:52 22:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:23:03 veth0de5e72 3.32 4.28 0.47 19.58 0.00 0.00 0.00 0.00 22:34:52 22:24:01 veth9f2643d 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:24:01 eth0 194.33 101.46 1016.90 80.48 0.00 0.00 0.00 0.00 22:34:52 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:24:01 veth8968d40 49.37 119.31 3.68 907.01 0.00 0.00 0.00 0.00 22:34:52 22:25:01 eth0 50.01 27.18 106.46 14.61 0.00 0.00 0.00 0.00 22:34:52 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:25:01 docker0 1099.50 1167.32 85.81 5297.22 0.00 0.00 0.00 0.00 22:34:52 22:26:01 eth0 1.31 0.48 0.74 0.21 0.00 0.00 0.00 0.00 22:34:52 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:27:02 eth0 1.77 0.45 0.43 0.18 0.00 0.00 0.00 0.00 22:34:52 22:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:28:01 eth0 0.54 0.39 0.28 0.24 0.00 0.00 0.00 0.00 22:34:52 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:29:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:34:52 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:30:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 22:34:52 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:31:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:34:52 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:32:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:34:52 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:33:01 eth0 0.32 0.07 0.02 0.01 0.00 0.00 0.00 0.00 22:34:52 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:34:01 eth0 1.05 0.35 0.32 0.14 0.00 0.00 0.00 0.00 22:34:52 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 Average: eth0 151.68 126.57 760.30 27.28 0.00 0.00 0.00 0.00 22:34:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:52 Average: docker0 58.02 61.60 4.53 279.54 0.00 0.00 0.00 0.00 22:34:52 22:34:52 22:34:52 ---> sar -P ALL: 22:34:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 22:34:52 22:34:52 22:14:20 LINUX RESTART (4 CPU) 22:34:52 22:34:52 22:15:02 CPU %user %nice %system %iowait %steal %idle 22:34:52 22:16:01 all 7.98 0.00 4.83 1.32 0.03 85.83 22:34:52 22:16:01 0 7.89 0.00 6.96 0.92 0.07 84.16 22:34:52 22:16:01 1 7.33 0.00 4.65 1.29 0.02 86.71 22:34:52 22:16:01 2 7.98 0.00 3.61 0.89 0.03 87.48 22:34:52 22:16:01 3 8.72 0.00 4.14 2.17 0.02 84.95 22:34:52 22:17:01 all 14.38 0.00 8.30 3.97 0.04 73.32 22:34:52 22:17:01 0 17.81 0.00 10.43 4.74 0.03 66.98 22:34:52 22:17:01 1 10.70 0.00 7.81 4.17 0.03 77.29 22:34:52 22:17:01 2 16.12 0.00 7.85 2.60 0.03 73.39 22:34:52 22:17:01 3 12.92 0.00 7.13 4.35 0.05 75.56 22:34:52 22:18:01 all 40.88 0.00 12.62 6.26 0.04 40.20 22:34:52 22:18:01 0 41.69 0.00 13.22 5.36 0.05 39.67 22:34:52 22:18:01 1 40.88 0.00 12.03 7.37 0.03 39.68 22:34:52 22:18:01 2 40.55 0.00 12.33 6.66 0.03 40.43 22:34:52 22:18:01 3 40.39 0.00 12.89 5.64 0.05 41.03 22:34:52 22:19:01 all 51.79 0.00 15.11 2.20 0.05 30.84 22:34:52 22:19:01 0 52.16 0.00 15.95 2.42 0.09 29.38 22:34:52 22:19:01 1 51.77 0.00 15.53 0.99 0.02 31.69 22:34:52 22:19:01 2 51.60 0.00 14.68 2.75 0.04 30.93 22:34:52 22:19:01 3 51.64 0.00 14.29 2.64 0.07 31.37 22:34:52 22:20:01 all 21.96 0.00 19.66 5.13 0.07 53.18 22:34:52 22:20:01 0 21.66 0.00 19.21 4.24 0.09 54.80 22:34:52 22:20:01 1 22.57 0.00 19.86 5.10 0.09 52.39 22:34:52 22:20:01 2 22.60 0.00 19.46 5.21 0.05 52.68 22:34:52 22:20:01 3 20.99 0.00 20.11 5.98 0.07 52.85 22:34:52 22:21:02 all 20.01 0.00 28.81 28.33 0.12 22.74 22:34:52 22:21:02 0 19.96 0.00 29.30 27.71 0.12 22.91 22:34:52 22:21:02 1 20.21 0.00 27.63 29.36 0.11 22.70 22:34:52 22:21:02 2 19.44 0.00 28.75 27.61 0.12 24.07 22:34:52 22:21:02 3 20.42 0.00 29.54 28.66 0.11 21.27 22:34:52 22:22:01 all 49.68 0.00 19.22 13.08 0.07 17.95 22:34:52 22:22:01 0 50.34 0.00 18.75 13.38 0.05 17.48 22:34:52 22:22:01 1 48.78 0.00 20.28 14.16 0.07 16.72 22:34:52 22:22:01 2 49.97 0.00 19.14 12.89 0.07 17.93 22:34:52 22:22:01 3 49.62 0.00 18.70 11.89 0.07 19.71 22:34:52 22:23:03 all 20.91 0.00 26.62 28.56 0.11 23.80 22:34:52 22:23:03 0 21.55 0.00 25.62 28.07 0.14 24.62 22:34:52 22:23:03 1 19.99 0.00 26.39 29.80 0.12 23.69 22:34:52 22:23:03 2 20.57 0.00 27.48 28.48 0.09 23.38 22:34:52 22:23:03 3 21.52 0.00 26.99 27.89 0.10 23.50 22:34:52 22:24:01 all 51.05 0.00 18.34 15.46 0.06 15.08 22:34:52 22:24:01 0 48.72 0.00 18.15 15.60 0.05 17.48 22:34:52 22:24:01 1 50.99 0.00 18.94 15.94 0.07 14.05 22:34:52 22:24:01 2 51.22 0.00 18.42 14.52 0.07 15.76 22:34:52 22:24:01 3 53.31 0.00 17.84 15.79 0.06 13.00 22:34:52 22:25:01 all 15.91 0.00 7.86 4.81 0.02 71.40 22:34:52 22:25:01 0 15.54 0.00 7.35 2.87 0.02 74.22 22:34:52 22:25:01 1 16.08 0.00 8.21 7.02 0.02 68.68 22:34:52 22:25:01 2 15.26 0.00 8.44 4.93 0.02 71.35 22:34:52 22:25:01 3 16.75 0.00 7.44 4.42 0.03 71.36 22:34:52 22:26:01 all 0.17 0.00 0.05 0.00 0.00 99.79 22:34:52 22:26:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:34:52 22:26:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:34:52 22:26:01 2 0.08 0.00 0.07 0.00 0.00 99.85 22:34:52 22:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:34:52 22:34:52 22:26:01 CPU %user %nice %system %iowait %steal %idle 22:34:52 22:27:02 all 0.19 0.00 0.15 0.00 0.00 99.66 22:34:52 22:27:02 0 0.05 0.00 0.22 0.00 0.00 99.73 22:34:52 22:27:02 1 0.58 0.00 0.08 0.00 0.02 99.32 22:34:52 22:27:02 2 0.07 0.00 0.17 0.02 0.00 99.75 22:34:52 22:27:02 3 0.05 0.00 0.12 0.00 0.00 99.83 22:34:52 22:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:34:52 22:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:34:52 22:28:01 1 0.51 0.00 0.02 0.00 0.00 99.47 22:34:52 22:28:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:34:52 22:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:34:52 22:29:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:34:52 22:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:52 22:29:01 1 0.50 0.00 0.05 0.00 0.00 99.45 22:34:52 22:29:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:34:52 22:29:01 3 0.02 0.00 0.07 0.00 0.00 99.92 22:34:52 22:30:01 all 0.16 0.00 0.05 0.02 0.00 99.77 22:34:52 22:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:34:52 22:30:01 1 0.53 0.00 0.03 0.02 0.00 99.42 22:34:52 22:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:34:52 22:30:01 3 0.05 0.00 0.08 0.08 0.00 99.78 22:34:52 22:31:01 all 0.19 0.00 0.03 0.00 0.00 99.77 22:34:52 22:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:34:52 22:31:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:34:52 22:31:01 2 0.10 0.00 0.02 0.00 0.00 99.88 22:34:52 22:31:01 3 0.10 0.00 0.07 0.02 0.00 99.82 22:34:52 22:32:01 all 0.20 0.00 0.02 0.01 0.00 99.78 22:34:52 22:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:34:52 22:32:01 1 0.55 0.00 0.03 0.00 0.00 99.42 22:34:52 22:32:01 2 0.15 0.00 0.00 0.02 0.00 99.83 22:34:52 22:32:01 3 0.08 0.00 0.05 0.02 0.00 99.85 22:34:52 22:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:34:52 22:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:52 22:33:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:34:52 22:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:34:52 22:33:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:34:52 22:34:01 all 0.17 0.00 0.04 0.00 0.00 99.80 22:34:52 22:34:01 0 0.07 0.00 0.02 0.00 0.00 99.92 22:34:52 22:34:01 1 0.52 0.00 0.10 0.00 0.00 99.38 22:34:52 22:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:34:52 22:34:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:34:52 Average: all 15.12 0.00 8.30 5.59 0.03 70.96 22:34:52 Average: 0 15.23 0.00 8.51 5.41 0.04 70.82 22:34:52 Average: 1 15.02 0.00 8.30 5.91 0.03 70.73 22:34:52 Average: 2 15.11 0.00 8.24 5.47 0.03 71.15 22:34:52 Average: 3 15.10 0.00 8.16 5.58 0.03 71.13 22:34:52 22:34:52 22:34:52