Pull request #2970 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 dc63644ea248e6ce356266c67f53ffdc1b82d084+3fcc602c4282fe50c74be67af1ba7a350be2dfea (1b0836911c21f3d6b85361b017dbe16b1232028b) 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e # timeout=10 Commit message: "Merge pull request #309 from ernestojeda/fix-swagger-publish" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20043 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 3fcc602c4282fe50c74be67af1ba7a350be2dfea into PR head commit dc63644ea248e6ce356266c67f53ffdc1b82d084 Merge succeeded, producing dc63644ea248e6ce356266c67f53ffdc1b82d084 Checking out Revision dc63644ea248e6ce356266c67f53ffdc1b82d084 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc63644ea248e6ce356266c67f53ffdc1b82d084 # 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 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 Commit message: "feat(security): Address PR feedback" First time build. Skipping changelog. > git rev-list --no-walk b96b63ed0f5377b625822888a331e9a7d2105e5a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:58:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:58:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:58:36 ========================================================= 22:58:36 EdgeX Global Pipelines Version Info 22:58:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:58:38 ------------------- 22:58:38 stable info: 22:58:38 ------------------- 22:58:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:58:38 Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 22:58:38 Message: update stable to v1.0.176 22:58:39 ------------------- 22:58:39 experimental info: 22:58:39 ------------------- 22:58:39 Commited By: **** collab-it+edgex@linuxfoundation.org 22:58:39 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:58:39 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:58:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:58:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:58:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:58:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:58:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc63644ea248e6ce356266c67f53ffdc1b82d084 [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc63644 [Pipeline] echo 22:58:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:58:42 provisioning config files... 22:58:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config1452838296419932576tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:43 ---> docker-login.sh 22:58:43 nexus3.edgexfoundry.org:10001 22:58:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:43 Configure a credential helper to remove this warning. See 22:58:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:43 22:58:43 Login Succeeded 22:58:43 nexus3.edgexfoundry.org:10002 22:58:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:44 Configure a credential helper to remove this warning. See 22:58:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:44 22:58:44 Login Succeeded 22:58:44 nexus3.edgexfoundry.org:10003 22:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:44 Configure a credential helper to remove this warning. See 22:58:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:44 22:58:44 Login Succeeded 22:58:44 nexus3.edgexfoundry.org:10004 22:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:44 Configure a credential helper to remove this warning. See 22:58:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:44 22:58:44 Login Succeeded 22:58:44 docker.io 22:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:44 Configure a credential helper to remove this warning. See 22:58:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:44 22:58:44 Login Succeeded 22:58:44 ---> docker-login.sh ends [Pipeline] } 22:58:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:45 ++ 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:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/core-command/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo core-command,cmd/core-command/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/core-data/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo core-data,cmd/core-data/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/core-metadata/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo core-metadata,cmd/core-metadata/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/security-bootstrapper/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/security-proxy-setup/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/support-notifications/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo support-notifications,cmd/support-notifications/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/support-scheduler/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:58:45 + for file in '`ls cmd/**/Dockerfile`' 22:58:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:58:45 ++ cut -d/ -f2 22:58:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:58:45 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:58:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:58:48 22:58:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:58:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:58:48 latest: Pulling from edgex-devops/git-semver 22:58:48 31603596830f: Pulling fs layer 22:58:48 2a8b12db71e7: Pulling fs layer 22:58:48 6ca5941a6612: Pulling fs layer 22:58:48 ecc8261a40a4: Pulling fs layer 22:58:48 ecc8261a40a4: Waiting 22:58:48 2a8b12db71e7: Download complete 22:58:49 31603596830f: Download complete 22:58:49 ecc8261a40a4: Download complete 22:58:49 6ca5941a6612: Verifying Checksum 22:58:49 6ca5941a6612: Download complete 22:58:49 31603596830f: Pull complete 22:58:49 2a8b12db71e7: Pull complete 22:58:50 6ca5941a6612: Pull complete 22:58:50 ecc8261a40a4: Pull complete 22:58:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:58:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:58:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:58:50 prd-centos7-docker-4c-2g-20043 does not seem to be running inside a container 22:58:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:58:53 $ docker top 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:58:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:53 [ssh-agent] Looking for ssh-agent implementation... 22:58:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:54 $ docker exec 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 ssh-agent 22:58:54 SSH_AUTH_SOCK=/tmp/ssh-ocoGxY4Dj76v/agent.11 22:58:54 SSH_AGENT_PID=16 22:58:54 Running ssh-add (command line suppressed) 22:58:54 Identity added: /w/workspace/edgex-go/23@tmp/private_key_7825066582862600379.key (/w/workspace/edgex-go/23@tmp/private_key_7825066582862600379.key) 22:58:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:54 + git tag --points-at HEAD [Pipeline] } 22:58:54 $ docker exec --env ******** --env ******** 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 ssh-agent -k 22:58:54 unset SSH_AUTH_SOCK; 22:58:54 unset SSH_AGENT_PID; 22:58:54 echo Agent pid 16 killed; 22:58:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:58:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:55 [ssh-agent] Looking for ssh-agent implementation... 22:58:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:55 $ docker exec 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 ssh-agent 22:58:55 SSH_AUTH_SOCK=/tmp/ssh-F8vycR7aQwfS/agent.45 22:58:55 SSH_AGENT_PID=50 22:58:55 Running ssh-add (command line suppressed) 22:58:55 Identity added: /w/workspace/edgex-go/23@tmp/private_key_9056355299741030702.key (/w/workspace/edgex-go/23@tmp/private_key_9056355299741030702.key) 22:58:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:56 + git semver init 22:58:56 # -> Open(): unable to determine branch for HEAD 22:58:56 # $GIT_DIR = /w/workspace/edgex-go/23/.git 22:58:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 22:58:56 # $SEMVER_REMOTE_NAME = origin 22:58:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:58:56 # $SEMVER_USER_NAME = edgex-jenkins 22:58:56 # $SEMVER_BRANCH = PR-2970 22:58:56 # $SEMVER_TEMP = /tmp/semver-451644964 22:58:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:59:18 # '/tmp/semver-451644964' -> '/w/workspace/edgex-go/23/.semver' 22:59:18 # -> Force: false 22:59:18 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 22:59:18 $ docker exec --env ******** --env ******** 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 ssh-agent -k 22:59:18 unset SSH_AUTH_SOCK; 22:59:18 unset SSH_AGENT_PID; 22:59:18 echo Agent pid 50 killed; 22:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:18 + git semver [Pipeline] } 22:59:19 $ docker stop --time=1 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 22:59:21 $ docker rm -f 93e8ec41ecab16d7ec0aa4d93c83178279f62cbcef714491f4fdea4bd5be4b58 [Pipeline] // withDockerContainer [Pipeline] sh 22:59:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:59:22 Stashed 1 file(s) [Pipeline] echo 22:59:22 [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:59:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:59:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:59:23 + sudo service docker restart 22:59:23 + true 22:59:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:59:24 ========================================================= 22:59:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:59:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:59:24 + 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:59:28 Sending build context to Docker daemon 326.7MB 22:59:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:59:28 Step 2/6 : FROM ${BASE} 22:59:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:59:28 188c0c94c7c5: Pulling fs layer 22:59:28 0ef7d3d256c8: Pulling fs layer 22:59:28 de9db76c5a1d: Pulling fs layer 22:59:28 bca2f99d35d6: Pulling fs layer 22:59:28 93359f2a8cfa: Pulling fs layer 22:59:28 7c6f9722023f: Pulling fs layer 22:59:28 a35cf1a2eb13: Pulling fs layer 22:59:28 bca2f99d35d6: Waiting 22:59:28 7c6f9722023f: Waiting 22:59:28 93359f2a8cfa: Waiting 22:59:28 a35cf1a2eb13: Waiting 22:59:28 de9db76c5a1d: Verifying Checksum 22:59:28 de9db76c5a1d: Download complete 22:59:28 0ef7d3d256c8: Verifying Checksum 22:59:28 0ef7d3d256c8: Download complete 22:59:28 93359f2a8cfa: Download complete 22:59:28 7c6f9722023f: Verifying Checksum 22:59:28 7c6f9722023f: Download complete 22:59:28 188c0c94c7c5: Verifying Checksum 22:59:28 188c0c94c7c5: Download complete 22:59:28 188c0c94c7c5: Pull complete 22:59:29 0ef7d3d256c8: Pull complete 22:59:29 de9db76c5a1d: Pull complete 22:59:29 a35cf1a2eb13: Verifying Checksum 22:59:29 a35cf1a2eb13: Download complete 22:59:30 bca2f99d35d6: Verifying Checksum 22:59:30 bca2f99d35d6: Download complete 22:59:36 bca2f99d35d6: Pull complete 22:59:36 93359f2a8cfa: Pull complete 22:59:36 7c6f9722023f: Pull complete 22:59:37 Still waiting to schedule task 22:59:37 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 22:59:40 a35cf1a2eb13: Pull complete 22:59:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:59:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:59:40 ---> a62c8e92a672 22:59:40 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:59:40 ---> Running in f9807df94fdb 22:59:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:42 (1/12) Installing libmagic (5.38-r0) 22:59:43 (2/12) Installing file (5.38-r0) 22:59:43 (3/12) Installing libc-dev (0.7.2-r3) 22:59:43 (4/12) Installing g++ (9.3.0-r2) 22:59:49 (5/12) Installing fortify-headers (1.1-r0) 22:59:49 (6/12) Installing patch (2.7.6-r6) 22:59:49 (7/12) Installing build-base (0.5-r2) 22:59:49 (8/12) Installing libsodium (1.0.18-r0) 22:59:49 (9/12) Installing pkgconf (1.7.2-r0) 22:59:49 (10/12) Installing libsodium-dev (1.0.18-r0) 22:59:49 (11/12) Installing libzmq (4.3.3-r0) 22:59:49 (12/12) Installing zeromq-dev (4.3.3-r0) 22:59:49 Executing busybox-1.31.1-r19.trigger 22:59:49 OK: 233 MiB in 51 packages 22:59:52 Removing intermediate container f9807df94fdb 22:59:52 ---> 4f8a9cfd4293 22:59:52 Step 4/6 : WORKDIR /edgex-go 22:59:52 ---> Running in bb7bd09fe6cb 22:59:52 Removing intermediate container bb7bd09fe6cb 22:59:52 ---> 429c60686850 22:59:52 Step 5/6 : COPY go.mod . 22:59:52 ---> fc581a3fd0df 22:59:52 Step 6/6 : RUN go mod download 22:59:52 ---> Running in ee49dbf52038 23:00:15 Removing intermediate container ee49dbf52038 23:00:15 ---> 6fb8e2ba38b7 23:00:15 Successfully built 6fb8e2ba38b7 23:00:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:00:15 + docker inspect -f . ci-base-image-x86_64 23:00:15 . [Pipeline] withDockerContainer 23:00:15 prd-centos7-docker-4c-2g-20043 does not seem to be running inside a container 23:00:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-x86_64 cat 23:00:16 $ docker top 310ac5012e805a69f38b8f1086cf5bb6dc35f5854768c345a242642654bd6eb7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:17 + go version 23:00:17 go version go1.15.5 linux/amd64 [Pipeline] } 23:00:17 $ docker stop --time=1 310ac5012e805a69f38b8f1086cf5bb6dc35f5854768c345a242642654bd6eb7 23:00:18 $ docker rm -f 310ac5012e805a69f38b8f1086cf5bb6dc35f5854768c345a242642654bd6eb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:19 + docker inspect -f . ci-base-image-x86_64 23:00:19 . [Pipeline] withDockerContainer 23:00:19 prd-centos7-docker-4c-2g-20043 does not seem to be running inside a container 23:00:19 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-x86_64 cat 23:00:20 $ docker top 3fcf87b3a201efc26b70a9841fa6545d219914759ccea888d7c76c898c64b225 -eo pid,comm [Pipeline] { [Pipeline] echo 23:00:20 ========================================================= 23:00:20 [edgeXBuildGoParallel] Running Tests and Build... 23:00:20 ========================================================= [Pipeline] sh 23:00:20 + make test 23:00:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:00:31 ? github.com/edgexfoundry/edgex-go [no test files] 23:00:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:00:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:00:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:00:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:00:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:01:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:01:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:01:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:01:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:01:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:01:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:01:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:01:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:01:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:01:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements 23:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:01:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.486s coverage: 27.0% of statements 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:01:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:01:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:01:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.425s coverage: 77.8% of statements 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:01:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.4% of statements 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:01:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.481s coverage: 28.6% of statements 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 23:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 23:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements 23:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 23:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:01:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 93.1% of statements 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:01:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:01:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 43.8% of statements 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 23:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:01:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20044 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 23:01:27 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 23:01:32 using credential edgex-jenkins-ssh 23:01:32 Cloning the remote Git repository 23:01:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:01:32 > git init /w/workspace/edgex-go/23 # timeout=10 23:01:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:01:32 > git --version # timeout=10 23:01:32 > git --version # 'git version 2.17.1' 23:01:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.048s coverage: 82.7% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.024s coverage: 100.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.409s coverage: 55.9% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.343s coverage: 84.0% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.014s coverage: 29.1% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.135s coverage: 99.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 23:01:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements 23:01:40 GO111MODULE=on go vet ./... 23:01:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:01:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:01:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:01:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:01:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:01:50 Merging remotes/origin/master commit 3fcc602c4282fe50c74be67af1ba7a350be2dfea into PR head commit dc63644ea248e6ce356266c67f53ffdc1b82d084 23:01:50 Merge succeeded, producing dc63644ea248e6ce356266c67f53ffdc1b82d084 23:01:50 Checking out Revision dc63644ea248e6ce356266c67f53ffdc1b82d084 (PR-2970) 23:01:50 > git config core.sparsecheckout # timeout=10 23:01:50 > git checkout -f dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 23:01:50 > git remote # timeout=10 23:01:50 > git config --get remote.origin.url # timeout=10 23:01:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:01:50 > git merge 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 23:01:50 > git rev-parse HEAD^{commit} # timeout=10 23:01:50 > git config core.sparsecheckout # timeout=10 23:01:50 > git checkout -f dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 23:01:55 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:01:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:01:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:01:57 + + true 23:01:57 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:01:59 provisioning config files... 23:01:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config8211341056099115610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:00 ---> docker-login.sh 23:02:00 nexus3.edgexfoundry.org:10001 23:02:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:01 Configure a credential helper to remove this warning. See 23:02:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:01 23:02:01 Login Succeeded 23:02:01 nexus3.edgexfoundry.org:10002 23:02:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:01 Configure a credential helper to remove this warning. See 23:02:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:01 23:02:01 Login Succeeded 23:02:01 nexus3.edgexfoundry.org:10003 23:02:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:02 Configure a credential helper to remove this warning. See 23:02:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:02 23:02:02 Login Succeeded 23:02:02 nexus3.edgexfoundry.org:10004 23:02:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:02 Configure a credential helper to remove this warning. See 23:02:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:02 23:02:02 Login Succeeded 23:02:02 docker.io 23:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:03 Configure a credential helper to remove this warning. See 23:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:03 23:02:03 Login Succeeded 23:02:03 ---> docker-login.sh ends [Pipeline] } 23:02:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:02:03 ========================================================= 23:02:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:02:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:04 + 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 . 23:02:06 Sending build context to Docker daemon 165.7MB 23:02:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:02:06 Step 2/6 : FROM ${BASE} 23:02:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:02:06 5f621e34cdf4: Pulling fs layer 23:02:06 a4357932f1b6: Pulling fs layer 23:02:06 18c013af1878: Pulling fs layer 23:02:06 00ac8860ef70: Pulling fs layer 23:02:06 63d7cb157983: Pulling fs layer 23:02:06 b116817d02f9: Pulling fs layer 23:02:06 745a02a5169b: Pulling fs layer 23:02:06 00ac8860ef70: Waiting 23:02:06 63d7cb157983: Waiting 23:02:06 b116817d02f9: Waiting 23:02:06 745a02a5169b: Waiting 23:02:06 18c013af1878: Download complete 23:02:06 a4357932f1b6: Verifying Checksum 23:02:06 a4357932f1b6: Download complete 23:02:06 63d7cb157983: Verifying Checksum 23:02:06 63d7cb157983: Download complete 23:02:06 b116817d02f9: Download complete 23:02:06 5f621e34cdf4: Verifying Checksum 23:02:06 5f621e34cdf4: Download complete 23:02:07 5f621e34cdf4: Pull complete 23:02:07 a4357932f1b6: Pull complete 23:02:08 18c013af1878: Pull complete 23:02:09 745a02a5169b: Verifying Checksum 23:02:09 745a02a5169b: Download complete 23:02:10 00ac8860ef70: Verifying Checksum 23:02:10 00ac8860ef70: Download complete 23:02:13 gofmt -l . 23:02:13 [ "`gofmt -l .`" = "" ] 23:02:13 ./bin/test-go-mod-tidy.sh 23:02:13 ./bin/test-attribution-txt.sh [Pipeline] sh 23:02:13 + ls -al . 23:02:13 total 664 23:02:13 drwxrwxr-x 10 1001 1001 4096 Jan 13 23:02 . 23:02:13 drwxr-xr-x 4 root root 30 Jan 13 23:00 .. 23:02:13 -rw-rw-r-- 1 1001 1001 11 Jan 13 22:58 .dockerignore 23:02:13 drwxrwxr-x 8 1001 1001 179 Jan 13 22:58 .git 23:02:13 drwxrwxr-x 3 1001 1001 125 Jan 13 22:58 .github 23:02:13 -rw-rw-r-- 1 1001 1001 872 Jan 13 22:58 .gitignore 23:02:13 drwx------ 3 1001 1001 47 Jan 13 22:59 .semver 23:02:13 -rw-rw-r-- 1 1001 1001 166 Jan 13 22:58 .sonarcloud.properties 23:02:13 -rw-rw-r-- 1 1001 1001 7841 Jan 13 22:58 Attribution.txt 23:02:13 -rw-rw-r-- 1 1001 1001 3804 Jan 13 22:58 CONTRIBUTING.md 23:02:13 -rw-rw-r-- 1 1001 1001 931 Jan 13 22:58 Dockerfile.build 23:02:13 -rw-rw-r-- 1 1001 1001 863 Jan 13 22:58 Jenkinsfile 23:02:13 -rw-rw-r-- 1 1001 1001 10775 Jan 13 22:58 LICENSE 23:02:13 -rw-rw-r-- 1 1001 1001 6001 Jan 13 22:58 Makefile 23:02:13 -rw-rw-r-- 1 1001 1001 6524 Jan 13 22:58 README.md 23:02:13 -rw-rw-r-- 1 1001 1001 6744 Jan 13 22:58 SECURITY.md 23:02:13 -rw-rw-r-- 1 1001 1001 5 Jan 13 22:59 VERSION 23:02:13 -rw-rw-r-- 1 1001 1001 4131 Jan 13 22:58 ZMQWindows.md 23:02:13 drwxrwxr-x 2 1001 1001 117 Jan 13 22:58 bin 23:02:13 drwxrwxr-x 15 1001 1001 4096 Jan 13 22:58 cmd 23:02:13 -rw-r--r-- 1 root root 558011 Jan 13 23:01 coverage.out 23:02:13 -rw-r--r-- 1 root root 1005 Jan 13 23:02 go.mod 23:02:13 -rw-r--r-- 1 root root 19189 Jan 13 23:02 go.sum 23:02:13 drwxrwxr-x 8 1001 1001 127 Jan 13 22:58 internal 23:02:13 drwxrwxr-x 4 1001 1001 26 Jan 13 22:58 openapi 23:02:13 drwxrwxr-x 4 1001 1001 71 Jan 13 22:58 snap 23:02:13 -rw-rw-r-- 1 1001 1001 168 Jan 13 22:58 version.go [Pipeline] sh 23:02:14 + '[' -e coverage.out ] 23:02:14 + chown 1001:1001 coverage.out [Pipeline] stash 23:02:14 Stashed 1 file(s) [Pipeline] sh 23:02:14 + make build 23:02:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:02: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 23:02:21 00ac8860ef70: Pull complete 23:02:21 63d7cb157983: Pull complete 23:02:21 b116817d02f9: Pull complete 23:02:25 745a02a5169b: Pull complete 23:02:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:02:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:02:25 ---> b7e6874047d6 23:02:25 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 23:02:29 ---> Running in d611de9fd3a6 23:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:30 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 23:02:30 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 23:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:31 (1/12) Installing libmagic (5.38-r0) 23:02:31 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 23:02:31 (2/12) Installing file (5.38-r0) 23:02:31 (3/12) Installing libc-dev (0.7.2-r3) 23:02:31 (4/12) Installing g++ (9.3.0-r2) 23:02:31 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 23:02:33 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 23:02:34 (5/12) Installing fortify-headers (1.1-r0) 23:02:34 (6/12) Installing patch (2.7.6-r6) 23:02:34 (7/12) Installing build-base (0.5-r2) 23:02:34 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 23:02:35 (8/12) Installing libsodium (1.0.18-r0) 23:02:35 (9/12) Installing pkgconf (1.7.2-r0) 23:02:35 (10/12) Installing libsodium-dev (1.0.18-r0) 23:02:35 (11/12) Installing libzmq (4.3.3-r0) 23:02:35 (12/12) Installing zeromq-dev (4.3.3-r0) 23:02:35 Executing busybox-1.31.1-r19.trigger 23:02:35 OK: 217 MiB in 51 packages 23:02:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:02:37 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 23:02:39 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 23:02:39 Removing intermediate container d611de9fd3a6 23:02:39 ---> d911a53ab120 23:02:39 Step 4/6 : WORKDIR /edgex-go 23:02:39 ---> Running in 487c87ee7c87 23:02:40 Removing intermediate container 487c87ee7c87 23:02:40 ---> 057eb3aaf5e1 23:02:40 Step 5/6 : COPY go.mod . 23:02:40 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 23:02:40 ---> 6d102072fa21 23:02:40 Step 6/6 : RUN go mod download 23:02:41 ---> Running in 1822820e3064 23:02:41 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] } 23:02:44 $ docker stop --time=1 3fcf87b3a201efc26b70a9841fa6545d219914759ccea888d7c76c898c64b225 23:02:46 $ docker rm -f 3fcf87b3a201efc26b70a9841fa6545d219914759ccea888d7c76c898c64b225 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:02:50 23:02:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:02:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:02:50 latest: Pulling from edgex-devops/edgex-compose 23:02:50 cbdbe7a5bc2a: Pulling fs layer 23:02:50 ca9280d653b3: Pulling fs layer 23:02:50 7e9c9ca2126c: Pulling fs layer 23:02:51 cbdbe7a5bc2a: Download complete 23:02:51 ca9280d653b3: Verifying Checksum 23:02:51 ca9280d653b3: Download complete 23:02:51 cbdbe7a5bc2a: Pull complete 23:02:52 7e9c9ca2126c: Verifying Checksum 23:02:52 7e9c9ca2126c: Download complete 23:02:52 ca9280d653b3: Pull complete 23:02:59 7e9c9ca2126c: Pull complete 23:02:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:02:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:02:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:02:59 prd-centos7-docker-4c-2g-20043 does not seem to be running inside a container 23:02:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 23:03:02 $ docker top 410fb6e2fcff30832d21a161a4aa6ed61718e3cb784e8ee4ef500e8fcd6869ef -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:03 + docker-compose build --help 23:03:03 + grep parallel 23:03:04 --parallel Build images in parallel. [Pipeline] } 23:03:04 $ docker stop --time=1 410fb6e2fcff30832d21a161a4aa6ed61718e3cb784e8ee4ef500e8fcd6869ef 23:03:05 $ docker rm -f 410fb6e2fcff30832d21a161a4aa6ed61718e3cb784e8ee4ef500e8fcd6869ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:03:06 . [Pipeline] withDockerContainer 23:03:06 prd-centos7-docker-4c-2g-20043 does not seem to be running inside a container 23:03:06 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:latest cat 23:03:07 $ docker top 9a8bc16c1a36e225728539a455fdac1be8cda23a149b96390ff1ba3839b569aa -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:07 Removing intermediate container 1822820e3064 23:03:07 ---> 67d507fc8b0b 23:03:07 Successfully built 67d507fc8b0b 23:03:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:03:07 + docker-compose -f ./docker-compose-build.yml build --parallel 23:03:08 + docker inspect -f . ci-base-image-arm64 23:03:08 . [Pipeline] withDockerContainer 23:03:08 prd-ubuntu18.04-docker-arm64-4c-16g-20044 does not seem to be running inside a container 23:03:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:03:08 Building docker-core-command-go ... 23:03:08 Building docker-core-data-go ... 23:03:08 Building docker-core-metadata-go ... 23:03:08 Building docker-security-bootstrapper-go ... 23:03:08 Building docker-security-proxy-setup-go ... 23:03:08 Building docker-security-secretstore-setup-go ... 23:03:08 Building docker-support-notifications-go ... 23:03:08 Building docker-support-scheduler-go ... 23:03:08 Building docker-sys-mgmt-agent-go ... 23:03:08 Building docker-core-metadata-go 23:03:08 Building docker-support-scheduler-go 23:03:08 Building docker-security-proxy-setup-go 23:03:08 Building docker-security-bootstrapper-go 23:03:08 Building docker-sys-mgmt-agent-go 23:03:10 $ docker top f6af2adbc612446a1f6c307f22a0bf453d165b99617fa6ce2d004625d89d9e8f -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:11 + go version 23:03:11 go version go1.15.5 linux/arm64 [Pipeline] } 23:03:11 $ docker stop --time=1 f6af2adbc612446a1f6c307f22a0bf453d165b99617fa6ce2d004625d89d9e8f 23:03:13 $ docker rm -f f6af2adbc612446a1f6c307f22a0bf453d165b99617fa6ce2d004625d89d9e8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:14 + docker inspect -f . ci-base-image-arm64 23:03:14 . [Pipeline] withDockerContainer 23:03:14 prd-ubuntu18.04-docker-arm64-4c-16g-20044 does not seem to be running inside a container 23:03: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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:03:15 $ docker top 6d1e07e503ab982885155129306d889f4a04a26c1b7ba6c5f31e0ce9ac0d4fa4 -eo pid,comm [Pipeline] { [Pipeline] echo 23:03:16 ========================================================= 23:03:16 [edgeXBuildGoParallel] Running Tests and Build... 23:03:16 ========================================================= [Pipeline] sh 23:03:16 + make test 23:03:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:03:39 ? github.com/edgexfoundry/edgex-go [no test files] 23:03:41 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:41 Step 2/33 : FROM ${BUILDER_BASE} AS builder 23:03:41 ---> 6fb8e2ba38b7 23:03:41 Step 3/33 : WORKDIR /edgex-go 23:03:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:03:41 ---> 6fb8e2ba38b7 23:03:41 Step 3/23 : WORKDIR /edgex-go 23:03:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:03:41 ---> 6fb8e2ba38b7 23:03:41 Step 3/22 : WORKDIR /edgex-go 23:03:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:03:42 ---> 6fb8e2ba38b7 23:03:42 Step 3/21 : WORKDIR /edgex-go 23:03:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:03:43 ---> 6fb8e2ba38b7 23:03:43 Step 3/26 : WORKDIR /edgex-go 23:03:43 ---> Running in 6b640178ff4f 23:03:43 ---> Running in e3a58a4d9cd3 23:03:43 ---> Running in 35a8ee8b6f24 23:03:43 ---> Running in 6b2c56c9b6c4 23:03:43 ---> Running in 17ab59152128 23:03:44 Removing intermediate container 17ab59152128 23:03:44 ---> e6933db56210 23:03:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:44 Removing intermediate container 35a8ee8b6f24 23:03:44 ---> 8b43d1a22448 23:03:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:44 Removing intermediate container e3a58a4d9cd3 23:03:44 ---> a7fe50107142 23:03:44 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:44 Removing intermediate container 6b2c56c9b6c4 23:03:44 ---> 7e4add1170f2 23:03:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:44 Removing intermediate container 6b640178ff4f 23:03:44 ---> 4e70a145e2c6 23:03:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:44 ---> Running in bdfc0b1f16c7 23:03:44 ---> Running in e5ee4d73864e 23:03:44 ---> Running in 2e193f5842d2 23:03:44 ---> Running in 5864c14a0909 23:03:44 ---> Running in c8496c25165c 23:03:47 Removing intermediate container e5ee4d73864e 23:03:47 ---> 4b046bee58b0 23:03:47 Step 5/33 : RUN apk add --update --no-cache make git 23:03:47 ---> Running in 067c21499f8c 23:03:47 Removing intermediate container c8496c25165c 23:03:47 ---> cadb07dbd65a 23:03:47 Step 5/23 : RUN apk add --update --no-cache make git 23:03:47 Removing intermediate container 2e193f5842d2 23:03:47 ---> c8d604b4051e 23:03:47 Step 5/26 : RUN apk add --update --no-cache make bash git 23:03:47 ---> Running in b4313247f80a 23:03:47 ---> Running in 688038db78d1 23:03:47 Removing intermediate container bdfc0b1f16c7 23:03:47 ---> 265dd01252cd 23:03:47 Step 5/22 : RUN apk add --update --no-cache make git 23:03:47 Removing intermediate container 5864c14a0909 23:03:47 ---> 1512d1eaaffa 23:03:47 Step 5/21 : RUN apk add --update --no-cache make git 23:03:48 ---> Running in 208543334e41 23:03:48 ---> Running in 2158ebfb8f0f 23:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:49 OK: 233 MiB in 51 packages 23:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:50 OK: 233 MiB in 51 packages 23:03:50 OK: 233 MiB in 51 packages 23:03:50 OK: 233 MiB in 51 packages 23:03:50 OK: 233 MiB in 51 packages 23:03:50 Removing intermediate container 067c21499f8c 23:03:50 ---> 40173f03cae2 23:03:50 Step 6/33 : COPY go.mod . 23:03:51 ---> 568995f25537 23:03:51 Step 7/33 : RUN go mod download 23:03:51 Removing intermediate container b4313247f80a 23:03:51 ---> 2c5436caf718 23:03:51 Step 6/23 : COPY go.mod . 23:03:51 Removing intermediate container 688038db78d1 23:03:51 ---> 49f5e5e491a6 23:03:51 Step 6/26 : COPY go.mod . 23:03:51 ---> Running in 59066470569e 23:03:51 Removing intermediate container 208543334e41 23:03:51 ---> 73d5ffd72841 23:03:51 Step 6/22 : COPY go.mod . 23:03:51 Removing intermediate container 2158ebfb8f0f 23:03:51 ---> c4743b52730e 23:03:51 Step 6/21 : COPY go.mod . 23:03:51 ---> 26cb1241aba6 23:03:51 Step 7/23 : RUN go mod download 23:03:51 ---> c3e068137ba9 23:03:51 Step 7/26 : RUN go mod download 23:03:51 ---> d7f71ec5f756 23:03:51 Step 7/22 : RUN go mod download 23:03:51 ---> 6f56bd7ff04f 23:03:51 Step 7/21 : RUN go mod download 23:03:51 ---> Running in b260722fa1ee 23:03:51 ---> Running in 0208bd4f2eda 23:03:52 ---> Running in 4eb1dd694bb6 23:03:52 ---> Running in 49c46b58dcec 23:03:54 Removing intermediate container 59066470569e 23:03:54 ---> 1a38d4c7fe0a 23:03:54 Step 8/33 : COPY . . 23:03:54 Removing intermediate container 0208bd4f2eda 23:03:54 ---> 5d3d92f84af3 23:03:54 Step 8/26 : COPY . . 23:03:55 Removing intermediate container b260722fa1ee 23:03:55 ---> d8ab170c57b4 23:03:55 Step 8/23 : COPY . . 23:03:57 Removing intermediate container 49c46b58dcec 23:03:57 ---> 6255fd66fd0d 23:03:57 Step 8/21 : COPY . . 23:03:59 Removing intermediate container 4eb1dd694bb6 23:03:59 ---> 9334a7093aa9 23:03:59 Step 8/22 : COPY . . 23:04:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:04:38 ---> 6d8e2d6a1710 23:04:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:04:38 ---> f0577f59a506 23:04:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:04:38 ---> 6e6d553861c2 23:04:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:04:38 ---> 93d1488ff596 23:04:38 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 23:04:38 ---> Running in 772fb89458ae 23:04:38 ---> Running in 13ab648abfe3 23:04:38 ---> Running in 8b7dcadf8b3d 23:04:38 ---> Running in c4df529cd56a 23:04:38 ---> 546838934ed1 23:04:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:04:38 ---> Running in d84313d92af9 23:04:38 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 23:04:38 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 23:04:38 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 23:04:38 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 23:04:38 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 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:04:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.471s coverage: 27.0% of statements 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.612s coverage: 77.8% of statements 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.393s coverage: 82.4% of statements 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:05:05 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 23:05:05 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 23:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.088s coverage: 28.6% of statements 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.178s coverage: 100.0% of statements 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements 23:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 23:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 23:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:05:12 Removing intermediate container 8b7dcadf8b3d 23:05:12 ---> cd778cc0818e 23:05:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:05:12 Removing intermediate container 13ab648abfe3 23:05:12 ---> f620e010da8e 23:05:12 23:05:12 Step 10/22 : FROM alpine:3.12 23:05:12 ---> Running in 121435f7e43a 23:05:12 3.12: Pulling from library/alpine 23:05:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:05:12 Status: Downloaded newer image for alpine:3.12 23:05:12 ---> 389fef711851 23:05:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:05:13 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 23:05:15 ---> Running in a9da12f5b72c 23:05:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.091s coverage: 93.1% of statements 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:05:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:05:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.163s coverage: 0.1% of statements 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:05:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 23:05:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:05:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:05:18 Removing intermediate container d84313d92af9 23:05:18 ---> 1ae03a813c23 23:05:18 23:05:18 Step 10/21 : FROM alpine:3.12 23:05:18 ---> 389fef711851 23:05:18 Step 11/21 : RUN apk add --update --no-cache curl 23:05:18 Removing intermediate container 772fb89458ae 23:05:18 ---> 9ff0d90eaec3 23:05:18 23:05:18 Step 10/33 : FROM alpine:3.12 23:05:18 ---> 389fef711851 23:05:18 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 23:05:18 ---> Running in 364903a17f12 23:05:18 Removing intermediate container c4df529cd56a 23:05:18 ---> e13d250c6adc 23:05:18 23:05:18 Step 10/23 : FROM alpine:3.12 23:05:18 ---> 389fef711851 23:05:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:05:18 ---> Running in 944ea15d4c0e 23:05:18 ---> Running in 0aa479565be0 23:05:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:18 Removing intermediate container 121435f7e43a 23:05:18 ---> c2c55a4527dc 23:05:18 23:05:18 Step 11/26 : FROM docker:20.10.0 23:05:18 20.10.0: Pulling from library/docker 23:05:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:19 (1/1) Installing dumb-init (1.2.2-r1) 23:05:19 Executing busybox-1.31.1-r19.trigger 23:05:19 OK: 6 MiB in 15 packages 23:05:19 (1/4) Installing ca-certificates (20191127-r4) 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:05:19 (3/4) Installing libcurl (7.69.1-r3) 23:05:19 (4/4) Installing curl (7.69.1-r3) 23:05:19 Executing busybox-1.31.1-r19.trigger 23:05:19 Executing ca-certificates-20191127-r4.trigger 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:19 OK: 7 MiB in 18 packages 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:19 (1/3) Installing dumb-init (1.2.2-r1) 23:05:19 (2/3) Installing openssl (1.1.1i-r0) 23:05:19 (3/3) Installing su-exec (0.2-r1) 23:05:19 Executing busybox-1.31.1-r19.trigger 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:19 OK: 6 MiB in 17 packages 23:05:20 (1/1) Installing dumb-init (1.2.2-r1) 23:05:20 Executing busybox-1.31.1-r19.trigger 23:05:20 OK: 6 MiB in 15 packages 23:05:20 Removing intermediate container a9da12f5b72c 23:05:20 ---> dbc419d48030 23:05:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:05:21 ---> Running in a67caf5a15d8 23:05:21 Removing intermediate container 364903a17f12 23:05:21 ---> d385c3f2d9a2 23:05:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:05:21 ---> Running in 9dd7ea935ae3 23:05:21 Removing intermediate container a67caf5a15d8 23:05:21 ---> 43d11610756e 23:05:21 Step 13/22 : ENV APP_PORT=48085 23:05:21 Removing intermediate container 944ea15d4c0e 23:05:21 ---> 18a4ef55c28f 23:05:21 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:05:22 ---> Running in 1ab583cba220 23:05:22 ---> Running in 3dde5162a45b 23:05:22 Removing intermediate container 9dd7ea935ae3 23:05:22 ---> 2ec0c48e36f9 23:05:22 Step 13/21 : WORKDIR /edgex 23:05:22 Removing intermediate container 0aa479565be0 23:05:22 ---> 24b0358a88cd 23:05:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:05:22 ---> Running in 80992499ee32 23:05:22 ---> Running in 7cf3b468470f 23:05:22 Removing intermediate container 3dde5162a45b 23:05:22 ---> 9f409eb711cc 23:05:22 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 23:05:22 Removing intermediate container 1ab583cba220 23:05:22 ---> c5ee07d6b999 23:05:22 Step 14/22 : EXPOSE $APP_PORT 23:05:22 Removing intermediate container 7cf3b468470f 23:05:22 ---> 6d9bfed6b6cc 23:05:22 Step 13/23 : ENV APP_PORT=48081 23:05:22 ---> Running in db2391b72e52 23:05:23 Removing intermediate container 80992499ee32 23:05:23 ---> c915e879b0c3 23:05:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:05:23 ---> Running in b77e256a14a8 23:05:23 ---> Running in e761c1d507a0 23:05:23 Removing intermediate container db2391b72e52 23:05:23 ---> 9915ec6b177a 23:05:23 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 23:05:23 ---> Running in 1f112dda0bbb 23:05:23 Removing intermediate container e761c1d507a0 23:05:23 ---> 4097712114c8 23:05:23 Step 14/23 : EXPOSE $APP_PORT 23:05:23 Removing intermediate container b77e256a14a8 23:05:23 ---> 942fa4ee60fd 23:05:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:24 ---> 8054393bcac5 23:05:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:05:25 ---> Running in 0381645890f7 23:05:25 ---> cb275880cd02 23:05:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:05:26 Connecting to github.com (140.82.112.3:443) 23:05:26 Removing intermediate container 0381645890f7 23:05:26 ---> fb74bc54c091 23:05:26 Step 15/23 : WORKDIR / 23:05:26 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.93.20:443) 23:05:26  ---> Running in f63b70931352 23:05:26 ---> 7539e7d8a6f9 23:05:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:05:26 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:05:26 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:05:26 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:05:26 dockerize 23:05:26 ---> 162113c66ee7 23:05:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:05:27 Removing intermediate container f63b70931352 23:05:27 ---> 076f2de8c48b 23:05:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:27 ---> 1ca3d9c6578b 23:05:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:05:27 ---> Running in 52d67c1ed0ba 23:05:27 ---> cf91d37259cf 23:05:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:05:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:05:27 Status: Downloaded newer image for docker:20.10.0 23:05:27 ---> aefe523efa57 23:05:27 Step 12/26 : RUN apk add --no-cache bash 23:05:27 ---> 4fb9b00780b6 23:05:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:05:27 Removing intermediate container 52d67c1ed0ba 23:05:27 ---> 2e1b99d32321 23:05:27 Step 18/21 : CMD ["--init=true"] 23:05:27 ---> Running in 739e055a0474 23:05:27 ---> Running in bfe2666ed4df 23:05:27 ---> Running in 756fd7f956ae 23:05:27 Removing intermediate container 1f112dda0bbb 23:05:27 ---> 7f344ce59e52 23:05:27 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 23:05:28 ---> Running in 1eeab17aa9bc 23:05:28 Removing intermediate container 739e055a0474 23:05:28 ---> cd7a2479709d 23:05:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:28 Removing intermediate container 756fd7f956ae 23:05:28 ---> 67a67b8b5291 23:05:28 Step 19/21 : LABEL arch=x86_64 23:05:28 ---> e45b5fa19f69 23:05:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:05:28 ---> Running in 36d800851d07 23:05:28 ---> Running in 76181f064f99 23:05:28 Removing intermediate container 1eeab17aa9bc 23:05:28 ---> a529bc3755a1 23:05:28 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:05:28 ---> Running in 37ab4c5ddbf0 23:05:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:28 Removing intermediate container 76181f064f99 23:05:28 ---> fef27e5a0827 23:05:28 Step 20/22 : LABEL arch=x86_64 23:05:28 Removing intermediate container 36d800851d07 23:05:28 ---> 30b06b19466d 23:05:28 Step 20/21 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:05:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:28 ---> ddb7831f6257 23:05:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:05:28 ---> Running in 71e5522584af 23:05:28 ---> Running in e74ef37f7839 23:05:28 Removing intermediate container 37ab4c5ddbf0 23:05:28 ---> 3a749b5b2d47 23:05:28 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 23:05:28 ---> Running in 12e380486675 23:05:28 (1/2) Installing readline (8.0.4-r0) 23:05:29 (2/2) Installing bash (5.0.17-r0) 23:05:29 Executing bash-5.0.17-r0.post-install 23:05:29 Executing busybox-1.31.1-r19.trigger 23:05:29 OK: 12 MiB in 22 packages 23:05:29 ---> Running in 67c03b14513f 23:05:29 Removing intermediate container e74ef37f7839 23:05:29 ---> a7b551fd8c60 23:05:29 Step 21/21 : LABEL version=0.0.0 23:05:29 Removing intermediate container 71e5522584af 23:05:29 ---> 80ea98b6748f 23:05:29 Step 21/22 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:05:29 Removing intermediate container 12e380486675 23:05:29 ---> 84e0f7456d5b 23:05:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:29 ---> Running in 8e706ceafb1e 23:05:29 ---> Running in 61b845451691 23:05:29 ---> Running in f8257527c7d9 23:05:30 Removing intermediate container 8e706ceafb1e 23:05:30 ---> 69dab98288bd 23:05:30 23:05:30 Removing intermediate container 61b845451691 23:05:30 ---> f5aea25014bf 23:05:30 Step 22/22 : LABEL version=0.0.0 23:05:30 Move dockerize executable 23:05:30 Successfully built 69dab98288bd 23:05:30 Removing intermediate container f8257527c7d9 23:05:30 ---> e89d23d3d9aa 23:05:30 Step 21/23 : LABEL arch=x86_64 23:05:30 Successfully tagged docker-security-proxy-setup-go:latest 23:05:30  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 23:05:30 Removing intermediate container bfe2666ed4df 23:05:30 ---> fe08fd55be2c 23:05:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:05:30 ---> Running in dcce459d6654 23:05:30 ---> Running in f6cf47fec02c 23:05:30 ---> Running in c06e1f70c16c 23:05:30 Removing intermediate container dcce459d6654 23:05:30 ---> 0194cce67cc4 23:05:30 23:05:31 Removing intermediate container f6cf47fec02c 23:05:31 ---> 8d6aaa48c262 23:05:31 Step 22/23 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:05:31 Successfully built 0194cce67cc4 23:05:31 Removing intermediate container c06e1f70c16c 23:05:31 ---> e08c4340c0ac 23:05:31 Step 14/26 : ENV APP_PORT=48090 23:05:31 Successfully tagged docker-support-scheduler-go:latest 23:05:31  Building docker-support-scheduler-go ... done Building docker-core-data-go 23:05:31 ---> Running in a8bdf6bd8315 23:05:31 ---> Running in 28d59b49b756 23:05:32 Removing intermediate container 67c03b14513f 23:05:32 ---> 33648c484f22 23:05:32 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 23:05:36 ---> Running in 21818c3fdc6e 23:05:37 Removing intermediate container a8bdf6bd8315 23:05:37 ---> 4f9f34f349ca 23:05:37 Step 23/23 : LABEL version=0.0.0 23:05:37 Removing intermediate container 28d59b49b756 23:05:37 ---> e4f1eea8f5b5 23:05:37 Step 15/26 : EXPOSE $APP_PORT 23:05:37 ---> Running in 81ae2d793727 23:05:37 ---> Running in 3fc752c34957 23:05:37 Removing intermediate container 81ae2d793727 23:05:37 ---> 3492414bd767 23:05:37 23:05:37 Removing intermediate container 21818c3fdc6e 23:05:37 ---> 52b20042507a 23:05:37 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:05:38 Removing intermediate container 3fc752c34957 23:05:38 ---> d61a71ec3a91 23:05:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:05:38 Successfully built 3492414bd767 23:05:38 Successfully tagged docker-core-metadata-go:latest 23:05:38 Building docker-security-secretstore-setup-go 23:05:38  Building docker-core-metadata-go ... done  ---> 52f0d1b0997e 23:05:38 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:05:38 ---> Running in 7411e7d8d6d1 23:05:40 ---> 28876cddd6b5 23:05:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.086s coverage: 82.7% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.154s coverage: 84.2% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.512s coverage: 63.5% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.727s coverage: 55.9% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 37.0% of statements 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.433s coverage: 84.0% of statements 23:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 23:05:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.354s coverage: 47.1% of statements 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:05:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:05:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements 23:05:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:05:41 ---> 4285652d8795 23:05:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:05:42 Removing intermediate container 7411e7d8d6d1 23:05:42 ---> 5c13ddd2ea19 23:05:42 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:42 ---> 6e42971ea702 23:05:42 Step 19/26 : RUN apk --no-cache add py3-pip 23:05:43 ---> Running in a8620a52248f 23:05:43 ---> d8fd5ffcfb13 23:05:43 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:46 ---> 5c43de95a35c 23:05:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:05:46 (1/33) Installing libbz2 (1.0.8-r1) 23:05:46 (2/33) Installing expat (2.2.9-r1) 23:05:46 (3/33) Installing libffi (3.3-r2) 23:05:46 (4/33) Installing gdbm (1.13-r1) 23:05:46 (5/33) Installing xz-libs (5.2.5-r0) 23:05:46 (6/33) Installing sqlite-libs (3.32.1-r0) 23:05:46 (7/33) Installing python3 (3.8.5-r0) 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.658s coverage: 29.1% of statements 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.171s coverage: 99.0% of statements 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:05:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 23:05:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 23:05:49 GO111MODULE=on go vet ./... 23:05:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:05:52 ---> 6fb8e2ba38b7 23:05:52 Step 3/23 : WORKDIR /edgex-go 23:05:52 ---> Using cache 23:05:52 ---> 7e4add1170f2 23:05:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:52 ---> Using cache 23:05:52 ---> 1512d1eaaffa 23:05:52 Step 5/23 : RUN apk add --update --no-cache make git 23:05:52 ---> Using cache 23:05:52 ---> c4743b52730e 23:05:52 Step 6/23 : COPY go.mod . 23:05:52 ---> Using cache 23:05:52 ---> 6f56bd7ff04f 23:05:52 Step 7/23 : RUN go mod download 23:05:52 ---> Using cache 23:05:52 ---> 6255fd66fd0d 23:05:52 Step 8/23 : COPY . . 23:05:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:05:52 ---> 6fb8e2ba38b7 23:05:52 Step 3/23 : WORKDIR /edgex-go 23:05:52 ---> Using cache 23:05:52 ---> 7e4add1170f2 23:05:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:52 ---> Using cache 23:05:52 ---> 1512d1eaaffa 23:05:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:05:52 ---> Using cache 23:05:52 ---> 546838934ed1 23:05:52 Step 9/23 : RUN make cmd/core-command/core-command 23:05:54 ---> 1fb37469cbd5 23:05:54 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:05:54 ---> Running in 4dfe5b802d3b 23:05:54 ---> Running in 57d2e52f118d 23:05:54 (8/33) Installing py3-appdirs (1.4.4-r1) 23:05:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:05:54 (10/33) Installing py3-parsing (2.4.7-r0) 23:05:54 (11/33) Installing py3-six (1.15.0-r0) 23:05:54 (12/33) Installing py3-packaging (20.4-r0) 23:05:54 (13/33) Installing py3-setuptools (47.0.0-r0) 23:05:54 (14/33) Installing py3-chardet (3.0.4-r4) 23:05:55 (15/33) Installing py3-idna (2.9-r0) 23:05:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:05:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:05:55 (18/33) Installing py3-requests (2.23.0-r0) 23:05:55 (19/33) Installing py3-msgpack (1.0.0-r0) 23:05:56 (20/33) Installing py3-lockfile (0.12.2-r3) 23:05:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:05:56 (22/33) Installing py3-colorama (0.4.3-r0) 23:05:57 (23/33) Installing py3-distlib (0.3.0-r0) 23:05:57 ---> de4bf33fba5c 23:05:57 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:05:57 (24/33) Installing py3-distro (1.5.0-r1) 23:05:57 (25/33) Installing py3-webencodings (0.5.1-r3) 23:05:57 (26/33) Installing py3-html5lib (1.0.1-r4) 23:05:57 (27/33) Installing py3-pytoml (0.1.21-r0) 23:05:57 (28/33) Installing py3-pep517 (0.8.2-r0) 23:05:57 (29/33) Installing py3-progress (1.5-r0) 23:05:57 (30/33) Installing py3-toml (0.10.1-r0) 23:05:57 (31/33) Installing py3-retrying (1.3.3-r0) 23:05:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:05:57 (33/33) Installing py3-pip (20.1.1-r0) 23:05:58 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 23:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:59 ---> b939d981e7ef 23:05:59 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 23:05:59 Executing busybox-1.31.1-r19.trigger 23:05:59 OK: 233 MiB in 51 packages 23:05:59 OK: 71 MiB in 55 packages 23:06:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:06:00 ---> 6fb8e2ba38b7 23:06:00 Step 3/24 : WORKDIR /edgex-go 23:06:00 ---> Using cache 23:06:00 ---> 7e4add1170f2 23:06:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:00 ---> Using cache 23:06:00 ---> 1512d1eaaffa 23:06:00 Step 5/24 : RUN apk add --update --no-cache make git 23:06:00 ---> Using cache 23:06:00 ---> c4743b52730e 23:06:00 Step 6/24 : COPY go.mod . 23:06:00 ---> Using cache 23:06:00 ---> 6f56bd7ff04f 23:06:00 Step 7/24 : RUN go mod download 23:06:00 ---> Using cache 23:06:00 ---> 6255fd66fd0d 23:06:00 Step 8/24 : COPY . . 23:06:00 ---> Using cache 23:06:00 ---> 546838934ed1 23:06:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:06:00 ---> Running in 61e14f36d6a8 23:06:00 ---> Running in 626939da1b14 23:06:01 Removing intermediate container 61e14f36d6a8 23:06:01 ---> be1f46fe8abc 23:06:01 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:06:01 Removing intermediate container 4dfe5b802d3b 23:06:01 ---> 54c262aed004 23:06:01 Step 6/23 : COPY go.mod . 23:06:02 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 23:06:03 ---> 3061d70b29e4 23:06:03 Step 28/33 : RUN chmod +x /entrypoint.sh 23:06:03 ---> f53f0f870bb5 23:06:03 Step 7/23 : RUN go mod download 23:06:05 ---> Running in c1e50d370533 23:06:05 ---> Running in f16a5981e386 23:06:09 Removing intermediate container f16a5981e386 23:06:09 ---> c10f0905d761 23:06:09 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 23:06:09 ---> Running in 8a3f89568a6f 23:06:09 Removing intermediate container c1e50d370533 23:06:09 ---> e380332a5ca8 23:06:09 Step 8/23 : COPY . . 23:06:09 Removing intermediate container 8a3f89568a6f 23:06:09 ---> f736efa29cd3 23:06:09 Step 30/33 : CMD ["install"] 23:06:11 ---> Running in 3a19acd2d094 23:06:18 Removing intermediate container 3a19acd2d094 23:06:18 ---> 9ae479090bfb 23:06:18 Step 31/33 : LABEL arch=x86_64 23:06:18 ---> Running in 89461676989d 23:06:19 Removing intermediate container 89461676989d 23:06:19 ---> c75de8afd0c8 23:06:19 Step 32/33 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:06:20 ---> Running in 23b0196536dd 23:06:22 Removing intermediate container a8620a52248f 23:06:22 ---> 7ca49646f6ba 23:06:22 Step 20/26 : RUN pip install docker-compose==1.23.2 23:06:23 Removing intermediate container 23b0196536dd 23:06:23 ---> 32189035ca6c 23:06:23 Step 33/33 : LABEL version=0.0.0 23:06:23 ---> Running in 86139b67716c 23:06:24 ---> Running in ac0e925654ee 23:06:24 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 23:06:25 Removing intermediate container ac0e925654ee 23:06:25 ---> 41cc488938f7 23:06:25 23:06:26 Successfully built 41cc488938f7 23:06:26 Successfully tagged docker-security-bootstrapper-go:latest 23:06:26  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 23:06:34 Removing intermediate container 57d2e52f118d 23:06:34 ---> ab4d41d966fc 23:06:34 23:06:34 Step 10/23 : FROM alpine:3.12 23:06:34 ---> 389fef711851 23:06:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:06:34 ---> Using cache 23:06:34 ---> 24b0358a88cd 23:06:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:06:34 ---> Using cache 23:06:34 ---> 6d9bfed6b6cc 23:06:34 Step 13/23 : ENV APP_PORT=48082 23:06:36 Collecting docker-compose==1.23.2 23:06:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:06:37 Collecting websocket-client<1.0,>=0.32.0 23:06:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:06:37 ---> Running in c76ead68ffb2 23:06:38 Collecting cached-property<2,>=1.2.0 23:06:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:06:38 ---> 9827b8ded073 23:06:38 Step 9/23 : RUN make cmd/core-data/core-data 23:06:38 Collecting jsonschema<3,>=2.5.1 23:06:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:06:38 Removing intermediate container c76ead68ffb2 23:06:38 ---> 0385cfdec87f 23:06:38 Step 14/23 : EXPOSE $APP_PORT 23:06:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:06:39 ---> Running in 50bb91476549 23:06:39 ---> Running in 003d13037d6e 23:06:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:06:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:06:40 Collecting dockerpty<0.5,>=0.4.1 23:06:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:06:40 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 23:06:40 Removing intermediate container 003d13037d6e 23:06:40 ---> 173fa93d8977 23:06:40 Step 15/23 : WORKDIR / 23:06:42 ---> Running in ae90c599c283 23:06:43 Collecting docker<4.0,>=3.6.0 23:06:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:06:43 Collecting docopt<0.7,>=0.6.1 23:06:43 Downloading docopt-0.6.2.tar.gz (25 kB) 23:06:44 Removing intermediate container 626939da1b14 23:06:44 ---> 1c6aa5d0cfe8 23:06:44 23:06:44 Step 10/24 : FROM alpine:3.12 23:06:44 ---> 389fef711851 23:06:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:06:45 Collecting texttable<0.10,>=0.9.0 23:06:45 Downloading texttable-0.9.1.tar.gz (11 kB) 23:06:45 Removing intermediate container ae90c599c283 23:06:45 ---> 74bf1c2b1edc 23:06:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:06:47 ---> Running in 222b4675af6d 23:06:47 Collecting PyYAML<4,>=3.10 23:06:47 Downloading PyYAML-3.13.tar.gz (270 kB) 23:06:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:06:47 ---> 6fb8e2ba38b7 23:06:47 Step 3/22 : WORKDIR /edgex-go 23:06:47 ---> Using cache 23:06:47 ---> 7e4add1170f2 23:06:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:47 ---> Using cache 23:06:47 ---> 1512d1eaaffa 23:06:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:06:48 ---> 3d50179f21ad 23:06:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:06:48 ---> Running in 6f50cd04d950 23:06:48 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) 23:06:49 Collecting urllib3<1.25,>=1.21.1 23:06:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:06:49 ---> 49d70094bee9 23:06:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:06:49 Collecting idna<2.8,>=2.5 23:06:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:06:49 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) 23:06:49 Collecting docker-pycreds>=0.4.0 23:06:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:06:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:06:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:06:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:06:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:06:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:50 Installing collected packages: websocket-client, cached-property, jsonschema, urllib3, idna, requests, dockerpty, docker-pycreds, docker, docopt, texttable, PyYAML, docker-compose 23:06:50 (1/5) Installing ca-certificates (20191127-r4) 23:06:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:06:50 (3/5) Installing libcurl (7.69.1-r3) 23:06:50 (4/5) Installing curl (7.69.1-r3) 23:06:50 (5/5) Installing dumb-init (1.2.2-r1) 23:06:50 Executing busybox-1.31.1-r19.trigger 23:06:50 ---> 257a5b2acfeb 23:06:50 Step 19/23 : ENTRYPOINT ["/core-command"] 23:06:50 Executing ca-certificates-20191127-r4.trigger 23:06:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:50 OK: 7 MiB in 19 packages 23:06:50 ---> Running in 9ad10781f7f6 23:06:51 Attempting uninstall: urllib3 23:06:51 Found existing installation: urllib3 1.25.9 23:06:51 Uninstalling urllib3-1.25.9: 23:06:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:51 Successfully uninstalled urllib3-1.25.9 23:06:51 Removing intermediate container 9ad10781f7f6 23:06:51 ---> e900fc3af435 23:06:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:06:51 OK: 233 MiB in 51 packages 23:06:52 ---> Running in 2a1221f718ef 23:06:52 Attempting uninstall: idna 23:06:52 Found existing installation: idna 2.9 23:06:52 Uninstalling idna-2.9: 23:06:52 Successfully uninstalled idna-2.9 23:06:52 Attempting uninstall: requests 23:06:52 Found existing installation: requests 2.23.0 23:06:52 Uninstalling requests-2.23.0: 23:06:52 Successfully uninstalled requests-2.23.0 23:06:53 Removing intermediate container 2a1221f718ef 23:06:53 ---> 7ff6d557bb84 23:06:53 Step 21/23 : LABEL arch=x86_64 23:06:53 Running setup.py install for dockerpty: started 23:06:53 Removing intermediate container 222b4675af6d 23:06:53 ---> 8b0d4d89683f 23:06:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:06:53 Removing intermediate container 6f50cd04d950 23:06:53 ---> d771e0a8cac3 23:06:53 Step 6/22 : COPY go.mod . 23:06:53 ---> Running in 83bec6de83ae 23:06:53 ---> Running in 5c4457ff5bc9 23:06:54 Removing intermediate container 5c4457ff5bc9 23:06:54 ---> 22755b01bd92 23:06:54 Step 13/24 : WORKDIR / 23:06:54 Removing intermediate container 83bec6de83ae 23:06:54 ---> 9b3eead1c0f3 23:06:54 Step 22/23 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:06:54 ---> c3888ef65a7d 23:06:54 Step 7/22 : RUN go mod download 23:06:54 ---> Running in 46211406db9a 23:06:54 Running setup.py install for dockerpty: finished with status 'done' 23:06:54 ---> Running in 2d8f1a98dd94 23:06:54 ---> Running in dc5d86289254 23:06:56 Removing intermediate container 46211406db9a 23:06:56 ---> 21bb8b3eba3b 23:06:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:06:56 Running setup.py install for docopt: started 23:06:56 Running setup.py install for docopt: finished with status 'done' 23:06:56 Running setup.py install for texttable: started 23:06:56 Removing intermediate container 2d8f1a98dd94 23:06:56 ---> 6d6739dec4ad 23:06:56 Step 23/23 : LABEL version=0.0.0 23:06:57 ---> 6767699b7a64 23:06:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:06:57 ---> Running in 6d5e59014c2e 23:06:57 Running setup.py install for texttable: finished with status 'done' 23:06:57 Running setup.py install for PyYAML: started 23:06:57 gofmt -l . 23:06:57 [ "`gofmt -l .`" = "" ] 23:06:57 Removing intermediate container 6d5e59014c2e 23:06:57 ---> ad04cc6f8b6d 23:06:57 23:06:57 ---> 2318d4be8fa7 23:06:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:06:57 Successfully built ad04cc6f8b6d 23:06:57 Successfully tagged docker-core-command-go:latest 23:06:58  Building docker-core-command-go ... done  Running setup.py install for PyYAML: finished with status 'done' 23:06:58 ---> dedad9250bb4 23:06:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:06:59 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 23:06:59 ---> 19c850950048 23:06:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:06:59 Removing intermediate container dc5d86289254 23:06:59 ---> 54817c463cda 23:06:59 Step 8/22 : COPY . . 23:07:00 ./bin/test-go-mod-tidy.sh 23:07:00 ./bin/test-attribution-txt.sh [Pipeline] sh 23:07:01 ---> ed8f22ee35eb 23:07:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:07:02 + ls -al . 23:07:02 total 692 23:07:02 drwxrwxr-x 9 1001 1001 4096 Jan 13 23:07 . 23:07:02 drwxr-xr-x 4 root root 4096 Jan 13 23:03 .. 23:07:02 -rw-rw-r-- 1 1001 1001 11 Jan 13 23:01 .dockerignore 23:07:02 drwxrwxr-x 8 1001 1001 4096 Jan 13 23:01 .git 23:07:02 drwxrwxr-x 3 1001 1001 4096 Jan 13 23:01 .github 23:07:02 -rw-rw-r-- 1 1001 1001 872 Jan 13 23:01 .gitignore 23:07:02 -rw-rw-r-- 1 1001 1001 166 Jan 13 23:01 .sonarcloud.properties 23:07:02 -rw-rw-r-- 1 1001 1001 7841 Jan 13 23:01 Attribution.txt 23:07:02 -rw-rw-r-- 1 1001 1001 3804 Jan 13 23:01 CONTRIBUTING.md 23:07:02 -rw-rw-r-- 1 1001 1001 931 Jan 13 23:01 Dockerfile.build 23:07:02 -rw-rw-r-- 1 1001 1001 863 Jan 13 23:01 Jenkinsfile 23:07:02 -rw-rw-r-- 1 1001 1001 10775 Jan 13 23:01 LICENSE 23:07:02 -rw-rw-r-- 1 1001 1001 6001 Jan 13 23:01 Makefile 23:07:02 -rw-rw-r-- 1 1001 1001 6524 Jan 13 23:01 README.md 23:07:02 -rw-rw-r-- 1 1001 1001 6744 Jan 13 23:01 SECURITY.md 23:07:02 -rw-rw-r-- 1 1001 1001 5 Jan 13 22:59 VERSION 23:07:02 -rw-rw-r-- 1 1001 1001 4131 Jan 13 23:01 ZMQWindows.md 23:07:02 drwxrwxr-x 2 1001 1001 4096 Jan 13 23:01 bin 23:07:02 drwxrwxr-x 15 1001 1001 4096 Jan 13 23:01 cmd 23:07:02 -rw-r--r-- 1 root root 558011 Jan 13 23:05 coverage.out 23:07:02 -rw-r--r-- 1 root root 1005 Jan 13 23:06 go.mod 23:07:02 -rw-r--r-- 1 root root 19189 Jan 13 23:07 go.sum 23:07:02 drwxrwxr-x 8 1001 1001 4096 Jan 13 23:01 internal 23:07:02 drwxrwxr-x 4 1001 1001 4096 Jan 13 23:01 openapi 23:07:02 drwxrwxr-x 4 1001 1001 4096 Jan 13 23:01 snap 23:07:02 -rw-rw-r-- 1 1001 1001 168 Jan 13 23:01 version.go [Pipeline] sh 23:07:02 + '[' -e coverage.out ] 23:07:02 + chown 1001:1001 coverage.out [Pipeline] stash 23:07:03 Warning: overwriting stash ‘coverage-report’ 23:07:04 Stashed 1 file(s) [Pipeline] sh 23:07:04 + make build 23:07:04 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 23:07:12 ---> 7b579bd5f28a 23:07:12 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/ 23:07:12 Removing intermediate container 86139b67716c 23:07:12 ---> 1b26dd767a3f 23:07:12 Step 21/26 : RUN apk --no-cache add curl 23:07:12 ---> Running in 714ec6c1dcb4 23:07:12 ---> Running in b735b42bc650 23:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:14 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 23:07:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:07:15 (2/3) Installing libcurl (7.69.1-r3) 23:07:15 (3/3) Installing curl (7.69.1-r3) 23:07:15 Executing busybox-1.31.1-r19.trigger 23:07:16 OK: 72 MiB in 58 packages 23:07:20 Removing intermediate container 50bb91476549 23:07:20 ---> 4dff41ae8020 23:07:20 23:07:20 Step 10/23 : FROM alpine:3.12 23:07:20 ---> 389fef711851 23:07:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:07:22 Removing intermediate container 714ec6c1dcb4 23:07:22 ---> fd85e944a578 23:07:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:07:22 ---> Running in 0caed13175f0 23:07:22 Removing intermediate container b735b42bc650 23:07:22 ---> 3da616d20b2b 23:07:22 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:07:22 ---> Running in 05f65eb6d9ab 23:07:22 ---> Running in 19d12d59b5bf 23:07:23 ---> 8b102632baf6 23:07:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:07:23 Removing intermediate container 05f65eb6d9ab 23:07:23 ---> aa7682ee5f47 23:07:23 Step 22/24 : LABEL arch=x86_64 23:07:23 Removing intermediate container 0caed13175f0 23:07:23 ---> a1d1a47f192f 23:07:23 Step 12/23 : ENV APP_PORT=48080 23:07:23 ---> Running in ca421a8178ef 23:07:23 ---> Running in 2874ab01a4f3 23:07:23 ---> Running in ec3c85de65a6 23:07:23 Removing intermediate container 19d12d59b5bf 23:07:23 ---> 7173fb92ff88 23:07:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:23 ---> Running in 55abc061f9fb 23:07:23 Removing intermediate container 2874ab01a4f3 23:07:23 ---> fe4523d631fc 23:07:23 Step 23/24 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:07:23 Removing intermediate container ec3c85de65a6 23:07:23 ---> 8c485f4e75e2 23:07:23 Step 13/23 : EXPOSE $APP_PORT 23:07:23 ---> Running in 2af36f739ad8 23:07:23 ---> Running in 1487ff0c5676 23:07:23 Removing intermediate container 55abc061f9fb 23:07:23 ---> 62027d8fe99d 23:07:23 Step 24/26 : LABEL arch=x86_64 23:07:23 ---> Running in 7dd541b39d2d 23:07:24 Removing intermediate container 2af36f739ad8 23:07:24 ---> c77437beb436 23:07:24 Step 24/24 : LABEL version=0.0.0 23:07:24 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 23:07:24 Removing intermediate container 1487ff0c5676 23:07:24 ---> 87461b015cf4 23:07:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:24 Removing intermediate container 7dd541b39d2d 23:07:24 ---> 42c6c3ec4132 23:07:24 Step 25/26 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:07:24 ---> Running in ad9e6938efd1 23:07:24 ---> Running in 4afb7a7578f0 23:07:24 ---> Running in 5bca3f0c74ac 23:07:24 Removing intermediate container ad9e6938efd1 23:07:24 ---> ffe0330aba1f 23:07:24 23:07:24 Removing intermediate container 5bca3f0c74ac 23:07:24 ---> a2f1ebed8d50 23:07:24 Step 26/26 : LABEL version=0.0.0 23:07:25 ---> Running in f177f2b7205e 23:07:25 Successfully built ffe0330aba1f 23:07:25 Successfully tagged docker-security-secretstore-setup-go:latest 23:07:25  Building docker-security-secretstore-setup-go ... done Removing intermediate container f177f2b7205e 23:07:25 ---> f989152da647 23:07:25 23:07:25 Successfully built f989152da647 23:07:25 Successfully tagged docker-sys-mgmt-agent-go:latest 23:07:25  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4afb7a7578f0 23:07:25 ---> 94d3e3a9c4c4 23:07:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:07:26 ---> Running in 20794b4bef9d 23:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:28 (1/6) Installing dumb-init (1.2.2-r1) 23:07:28 (2/6) Installing libgcc (9.3.0-r2) 23:07:28 (3/6) Installing libsodium (1.0.18-r0) 23:07:28 (4/6) Installing libstdc++ (9.3.0-r2) 23:07:28 (5/6) Installing libzmq (4.3.3-r0) 23:07:28 (6/6) Installing zeromq (4.3.3-r0) 23:07:28 Executing busybox-1.31.1-r19.trigger 23:07:28 OK: 8 MiB in 20 packages 23:07:30 Removing intermediate container 20794b4bef9d 23:07:30 ---> 368d52193cba 23:07:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:31 ---> b9dc1b0ba883 23:07:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:07:32 ---> 1f7941d96b6f 23:07:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:07:32 ---> 6261fcd89ca4 23:07:32 Step 19/23 : ENTRYPOINT ["/core-data"] 23:07:32 ---> Running in 0963a8cd80ce 23:07:32 Removing intermediate container 0963a8cd80ce 23:07:32 ---> 0bef0d8d3ff4 23:07:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:33 ---> Running in a1e6c560ce53 23:07:33 Removing intermediate container a1e6c560ce53 23:07:33 ---> 922ba07fbb4c 23:07:33 Step 21/23 : LABEL arch=x86_64 23:07:33 ---> Running in 56bb92185675 23:07:33 Removing intermediate container 56bb92185675 23:07:33 ---> 421cd097bfaa 23:07:33 Step 22/23 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:07:34 ---> Running in 05e2496ccc46 23:07:34 Removing intermediate container 05e2496ccc46 23:07:34 ---> 2afd4422ca4e 23:07:34 Step 23/23 : LABEL version=0.0.0 23:07:34 ---> Running in ccc3cdb4c492 23:07:34 Removing intermediate container ccc3cdb4c492 23:07:34 ---> 1ed8ea146f52 23:07:34 23:07:34 Successfully built 1ed8ea146f52 23:07:34 Successfully tagged docker-core-data-go:latest 23:07:37 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 23:07:38  Building docker-core-data-go ... done Removing intermediate container ca421a8178ef 23:07:38 ---> 3806b69d20d0 23:07:38 23:07:38 Step 10/22 : FROM alpine:3.12 23:07:38 ---> 389fef711851 23:07:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:07:38 ---> Running in 4e79230172ba 23:07:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:38 (1/2) Installing ca-certificates (20191127-r4) 23:07:39 (2/2) Installing dumb-init (1.2.2-r1) 23:07:39 Executing busybox-1.31.1-r19.trigger 23:07:39 Executing ca-certificates-20191127-r4.trigger 23:07:39 OK: 6 MiB in 16 packages 23:07: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 23:07:41 Removing intermediate container 4e79230172ba 23:07:41 ---> 64f66b59f36d 23:07:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:07:41 ---> Running in b59e816dd062 23:07:41 Removing intermediate container b59e816dd062 23:07:41 ---> 11a76c8cc437 23:07:41 Step 13/22 : ENV APP_PORT=48060 23:07:41 ---> Running in 6c949b828a8e 23:07:41 Removing intermediate container 6c949b828a8e 23:07:41 ---> cf99ad640fef 23:07:41 Step 14/22 : EXPOSE $APP_PORT 23:07:41 ---> Running in f44d7538c223 23:07:41 Removing intermediate container f44d7538c223 23:07:41 ---> 6cec7c698d75 23:07:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:41 ---> cee6c00605e7 23:07:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:07:42 ---> e00c4b85805c 23:07:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:07:42 ---> 981b759ee666 23:07:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:07:42 ---> Running in 5d7425e4edf3 23:07:42 Removing intermediate container 5d7425e4edf3 23:07:42 ---> 27350e4b15bc 23:07:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:42 ---> Running in eaddaa0f740b 23:07:43 Removing intermediate container eaddaa0f740b 23:07:43 ---> bd6fc7463fec 23:07:43 Step 20/22 : LABEL arch=x86_64 23:07:43 ---> Running in b7bebb712264 23:07:43 Removing intermediate container b7bebb712264 23:07:43 ---> 0313b436db72 23:07:43 Step 21/22 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:07:43 ---> Running in efeda60e322e 23:07:43 Removing intermediate container efeda60e322e 23:07:43 ---> 0b570f33c0de 23:07:43 Step 22/22 : LABEL version=0.0.0 23:07:43 ---> Running in 2625b7b4c74b 23:07:43 Removing intermediate container 2625b7b4c74b 23:07:43 ---> 1d5b04cce70d 23:07:43 23:07:44 Successfully built 1d5b04cce70d 23:07:44 Successfully tagged docker-support-notifications-go:latest 23:07:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:07:44  Building docker-support-notifications-go ... done  [Pipeline] } 23:07:44 $ docker stop --time=1 9a8bc16c1a36e225728539a455fdac1be8cda23a149b96390ff1ba3839b569aa 23:07:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:07:46 $ docker rm -f 9a8bc16c1a36e225728539a455fdac1be8cda23a149b96390ff1ba3839b569aa [Pipeline] // withDockerContainer [Pipeline] sh 23:07:46 + docker images 23:07:46 + grep docker 23:07:47 docker-support-notifications-go latest 1d5b04cce70d 4 seconds ago 16.9MB 23:07:47 docker-core-data-go latest 1ed8ea146f52 13 seconds ago 22.3MB 23:07:47 docker-sys-mgmt-agent-go latest f989152da647 22 seconds ago 313MB 23:07:47 docker-security-secretstore-setup-go latest ffe0330aba1f 23 seconds ago 24.6MB 23:07:47 docker-core-command-go latest ad04cc6f8b6d 50 seconds ago 16.2MB 23:07:47 docker-security-bootstrapper-go latest 41cc488938f7 About a minute ago 41.5MB 23:07:47 docker-core-metadata-go latest 3492414bd767 2 minutes ago 18.7MB 23:07:47 docker-support-scheduler-go latest 0194cce67cc4 2 minutes ago 16.4MB 23:07:47 docker-security-proxy-setup-go latest 69dab98288bd 2 minutes ago 24.5MB 23:07:47 docker 20.10.0 aefe523efa57 4 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 23:07:49 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 23:07:53 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 23:07:57 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 23:08:02 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 23:08:02 Still waiting to schedule task 23:08:02 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:08:05 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 23:08:09 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 23:08: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] } 23:08:17 $ docker stop --time=1 6d1e07e503ab982885155129306d889f4a04a26c1b7ba6c5f31e0ce9ac0d4fa4 23:08:20 $ docker rm -f 6d1e07e503ab982885155129306d889f4a04a26c1b7ba6c5f31e0ce9ac0d4fa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:08:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:08:22 23:08:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:08:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:08:22 latest: Pulling from edgex-devops/edgex-compose-arm64 23:08:22 29e5d40040c1: Pulling fs layer 23:08:22 1ce36da41761: Pulling fs layer 23:08:22 25b303627fd3: Pulling fs layer 23:08:23 29e5d40040c1: Download complete 23:08:24 1ce36da41761: Verifying Checksum 23:08:24 1ce36da41761: Download complete 23:08:24 29e5d40040c1: Pull complete 23:08:25 1ce36da41761: Pull complete 23:08:25 25b303627fd3: Verifying Checksum 23:08:25 25b303627fd3: Download complete 23:08:36 25b303627fd3: Pull complete 23:08:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:08:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:08:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:08:36 prd-ubuntu18.04-docker-arm64-4c-16g-20044 does not seem to be running inside a container 23:08:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:08:39 $ docker top eb9e29d458ecc7fc5b4e79082d2bb2dc2663bd3dcf2e819b9866ad4fa1d96f51 -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:40 + docker-compose build --help 23:08:40 + grep parallel 23:08:43 --parallel Build images in parallel. [Pipeline] } 23:08:43 $ docker stop --time=1 eb9e29d458ecc7fc5b4e79082d2bb2dc2663bd3dcf2e819b9866ad4fa1d96f51 23:08:45 $ docker rm -f eb9e29d458ecc7fc5b4e79082d2bb2dc2663bd3dcf2e819b9866ad4fa1d96f51 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:08:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:08:46 . [Pipeline] withDockerContainer 23:08:46 prd-ubuntu18.04-docker-arm64-4c-16g-20044 does not seem to be running inside a container 23:08:46 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 23:08:48 $ docker top 9ea63a5d988dc28815f5370754d88a80c617148dadcc2211fa5ef109a00a0f6e -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:49 + docker-compose -f ./docker-compose-build.yml build --parallel 23:08:53 Building docker-core-command-go ... 23:08:53 Building docker-core-data-go ... 23:08:53 Building docker-core-metadata-go ... 23:08:53 Building docker-security-bootstrapper-go ... 23:08:53 Building docker-security-proxy-setup-go ... 23:08:53 Building docker-security-secretstore-setup-go ... 23:08:53 Building docker-support-notifications-go ... 23:08:53 Building docker-support-scheduler-go ... 23:08:53 Building docker-sys-mgmt-agent-go ... 23:08:53 Building docker-core-metadata-go 23:08:53 Building docker-support-scheduler-go 23:08:53 Building docker-security-proxy-setup-go 23:08:53 Building docker-security-bootstrapper-go 23:08:53 Building docker-sys-mgmt-agent-go 23:08:56 Running on prd-ubuntu18.04-docker-8c-8g-20048 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 23:08:56 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 23:08:59 using credential edgex-jenkins-ssh 23:08:59 Cloning the remote Git repository 23:08:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:08:59 > git init /w/workspace/edgex-go/23 # timeout=10 23:08:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:08:59 > git --version # timeout=10 23:08:59 > git --version # 'git version 2.17.1' 23:08:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:09:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:09:07 Merging remotes/origin/master commit 3fcc602c4282fe50c74be67af1ba7a350be2dfea into PR head commit dc63644ea248e6ce356266c67f53ffdc1b82d084 23:09:07 Merge succeeded, producing dc63644ea248e6ce356266c67f53ffdc1b82d084 23:09:07 Checking out Revision dc63644ea248e6ce356266c67f53ffdc1b82d084 (PR-2970) 23:09:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:09:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:09:07 > git config core.sparsecheckout # timeout=10 23:09:07 > git checkout -f dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 23:09:07 > git remote # timeout=10 23:09:07 > git config --get remote.origin.url # timeout=10 23:09:07 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:07 > git merge 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 23:09:07 > git rev-parse HEAD^{commit} # timeout=10 23:09:07 > git config core.sparsecheckout # timeout=10 23:09:07 > git checkout -f dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 23:09:11 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:12 + echo snap-build.sh 23:09:12 snap-build.sh 23:09:12 + SNAP_BASE_DIR=. 23:09:12 + '[' '!' -z /w/workspace/edgex-go/23 ']' 23:09:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/23 23:09:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' 23:09:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/23] 23:09:12 + cd /w/workspace/edgex-go/23 23:09:12 + sudo apt-get remove -qy --purge lxd lxd-client 23:09:12 Reading package lists... 23:09:12 Building dependency tree... 23:09:12 Reading state information... 23:09:12 The following packages were automatically installed and are no longer required: 23:09:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:09:12 uidmap xdelta3 23:09:12 Use 'sudo apt autoremove' to remove them. 23:09:12 The following packages will be REMOVED: 23:09:12 lxd* lxd-client* 23:09:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:09:13 After this operation, 31.7 MB disk space will be freed. 23:09:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 23:09:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:09:14 Removing lxd dnsmasq configuration 23:09:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:09:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:09:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:09:16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 23:09:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:09:17 Processing triggers for systemd (237-3ubuntu10.42) ... 23:09:17 Processing triggers for ureadahead (0.100.0-21) ... 23:09:18 + sudo snap remove --purge lxd 23:09:18 snap "lxd" is not installed 23:09:18 + sudo groupadd --force --system lxd 23:09:18 ++ whoami 23:09:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:09:18 + newgrp - lxd 23:09:18 + sudo snap install lxd 23:09:28 2021-01-13T23:09:25Z INFO Waiting for automatic snapd restart... 23:09:44 lxd 4.10 from Canonical* installed 23:09:44 + sudo lxd init --auto 23:09:52 + sudo snap install --classic snapcraft 23:10:00 snapcraft 4.4.4 from Canonical* installed 23:10:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:10:00 + patch --verbose -p1 23:10:00 Hmm... Looks like a unified diff to me... 23:10:00 The text leading up to this was: 23:10:00 -------------------------- 23:10:00 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:10:00 |From: Tony Espy 23:10:00 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:10:00 |Subject: [PATCH] optimize snap build for pipeline CI check 23:10:00 | 23:10:00 |This patch is used by the EdgeX CI pipeline builds to 23:10:00 |optimize the snap CI check run for pull requests. When 23:10:00 |applied, it essentially strips out everything (apps and 23:10:00 |parts) from the snapcraft.yaml file except those required 23:10:00 |to build edgex-go, as the whole idea of the CI check is to 23:10:00 |catch changes to edgex-go that break the snap build. 23:10:00 | 23:10:00 |In general, anyone updating snapcraft.yaml will also need 23:10:00 |to update this patch file, otherwise it may fail to apply, 23:10:00 |resulting in a failed snap build CI check in the associated 23:10:00 |pull request. 23:10:00 | 23:10:00 |Note - in addition to applying this patch, the pipeline also 23:10:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:10:00 |need to build the finally binary .snap file (and it won't 23:10:00 |work with the patch applied). This further reduces the build 23:10:00 |time. 23:10:00 |--- 23:10:00 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:10:00 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:10:00 | 23:10:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:10:00 |index 1e537489..faf42425 100644 23:10:00 |--- a/snap/snapcraft.yaml 23:10:00 |+++ b/snap/snapcraft.yaml 23:10:00 -------------------------- 23:10:00 patching file snap/snapcraft.yaml 23:10:00 Using Plan A... 23:10:00 Hunk #1 succeeded at 73. 23:10:00 Hunk #2 succeeded at 202 with fuzz 1. 23:10:00 Hunk #3 succeeded at 214 (offset -3 lines). 23:10:00 Hunk #4 succeeded at 222 (offset -3 lines). 23:10:00 Hunk #5 succeeded at 229 (offset -3 lines). 23:10:00 Hunk #6 succeeded at 256 (offset -3 lines). 23:10:00 Hunk #7 succeeded at 290 (offset -3 lines). 23:10:00 Hunk #8 succeeded at 342 (offset -2 lines). 23:10:00 Hmm... Ignoring the trailing garbage. 23:10:00 done 23:10:00 + sudo snapcraft prime --use-lxd 23:10:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:10:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:10:01 ---> 67d507fc8b0b 23:10:01 Step 3/22 : WORKDIR /edgex-go 23:10:01 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:10:01 Step 2/33 : FROM ${BUILDER_BASE} AS builder 23:10:01 ---> 67d507fc8b0b 23:10:01 Step 3/33 : WORKDIR /edgex-go 23:10:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:10:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:10:01 ---> 67d507fc8b0b 23:10:01 Step 3/23 : WORKDIR /edgex-go 23:10:02 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:10:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 23:10:02 - README.md 23:10:02 - snapcraft.yaml.orig 23:10:02 23:10:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:10:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:10:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:10:02 ---> 67d507fc8b0b 23:10:02 Step 3/21 : WORKDIR /edgex-go 23:10:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:10:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:10:02 ---> 67d507fc8b0b 23:10:02 Step 3/26 : WORKDIR /edgex-go 23:10:02 Launching a container. 23:10:04 ---> Running in ceb19d110b55 23:10:04 ---> Running in a7548cf15786 23:10:04 ---> Running in f65cdfa80d35 23:10:04 ---> Running in 80585c13aeee 23:10:04 ---> Running in 341767fc5ced 23:10:05 Removing intermediate container f65cdfa80d35 23:10:05 ---> 60a9e1813f88 23:10:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:05 Removing intermediate container 80585c13aeee 23:10:05 ---> 8a6638c8303f 23:10:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:05 ---> Running in 2a03d96841fa 23:10:05 Removing intermediate container ceb19d110b55 23:10:05 Removing intermediate container a7548cf15786 23:10:05 ---> 5a9bcbb927c0 23:10:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:05 ---> a32e900b2ebb 23:10:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:05 Removing intermediate container 341767fc5ced 23:10:05 ---> 244a2218e69d 23:10:05 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:05 ---> Running in 950527579b98 23:10:05 ---> Running in 6352f587d7ff 23:10:05 ---> Running in 3770acfd203b 23:10:05 ---> Running in 4aaea86c0c37 23:10:09 Removing intermediate container 2a03d96841fa 23:10:09 ---> 4ee564631c0f 23:10:09 Step 5/21 : RUN apk add --update --no-cache make git 23:10:09 ---> Running in 6b8e0f6aab1e 23:10:09 Removing intermediate container 950527579b98 23:10:09 ---> a831507a161f 23:10:09 Step 5/26 : RUN apk add --update --no-cache make bash git 23:10:09 Removing intermediate container 6352f587d7ff 23:10:09 ---> 8a07e73852ba 23:10:09 Step 5/23 : RUN apk add --update --no-cache make git 23:10:09 ---> Running in 25af8429be3b 23:10:09 ---> Running in 7721acb179ab 23:10:10 Removing intermediate container 3770acfd203b 23:10:10 ---> 14a0361d2e14 23:10:10 Step 5/22 : RUN apk add --update --no-cache make git 23:10:10 Removing intermediate container 4aaea86c0c37 23:10:10 ---> a754937d31f2 23:10:10 Step 5/33 : RUN apk add --update --no-cache make git 23:10:10 ---> Running in e212bb4af022 23:10:10 ---> Running in 18235506b452 23:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:10:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:10:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:10:14 OK: 217 MiB in 51 packages 23:10:14 OK: 217 MiB in 51 packages 23:10:14 OK: 217 MiB in 51 packages 23:10:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:10:14 OK: 217 MiB in 51 packages 23:10:15 Removing intermediate container 25af8429be3b 23:10:15 ---> 8733a6424a63 23:10:15 Step 6/26 : COPY go.mod . 23:10:15 Removing intermediate container 6b8e0f6aab1e 23:10:15 ---> 9a00d384c90d 23:10:15 Step 6/21 : COPY go.mod . 23:10:16 Removing intermediate container e212bb4af022 23:10:16 ---> e23c7ec3b8fd 23:10:16 Step 6/22 : COPY go.mod . 23:10:16 Removing intermediate container 7721acb179ab 23:10:16 ---> aed76b538930 23:10:16 Step 6/23 : COPY go.mod . 23:10:16 ---> 017904d72228 23:10:16 Step 7/26 : RUN go mod download 23:10:16 OK: 217 MiB in 51 packages 23:10:16 ---> e16ba47d1528 23:10:16 Step 7/21 : RUN go mod download 23:10:16 ---> Running in d4fb322f890e 23:10:17 ---> Running in abba3d34b35a 23:10:17 ---> 3c3f4210511b 23:10:17 Step 7/22 : RUN go mod download 23:10:17 Waiting for container to be ready 23:10:17 ---> Running in c741eea038ba 23:10:17 To start your first instance, try: lxc launch ubuntu:18.04 23:10:17 23:10:17 ---> 55ce58cad2c5 23:10:17 Step 7/23 : RUN go mod download 23:10:18 ---> Running in ac2749b97c78 23:10:18 Removing intermediate container 18235506b452 23:10:18 ---> 2c333a462808 23:10:18 Step 6/33 : COPY go.mod . 23:10:19 ---> 49df6c0c8b5b 23:10:19 Step 7/33 : RUN go mod download 23:10:20 ---> Running in edda47cdab3d 23:10:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:10:21 Waiting for network to be ready... 23:10:21 Removing intermediate container d4fb322f890e 23:10:21 ---> ec4755e1c5a8 23:10:21 Step 8/26 : COPY . . 23:10:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:10:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 23:10:21 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:10:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 23:10:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:10:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:10:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 23:10:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 23:10:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 23:10:21 Removing intermediate container abba3d34b35a 23:10:21 ---> be9028d94d5d 23:10:21 Step 8/21 : COPY . . 23:10:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 23:10:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:10:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:10:22 Removing intermediate container c741eea038ba 23:10:22 ---> eb802150fd54 23:10:22 Step 8/22 : COPY . . 23:10:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:10:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:10:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:10:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:10:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:10:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:10:22 Removing intermediate container ac2749b97c78 23:10:22 ---> 04d087519037 23:10:22 Step 8/23 : COPY . . 23:10:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:10:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 23:10:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 23:10:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 23:10:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 23:10:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 23:10:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 23:10:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:10:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 23:10:25 Fetched 23.7 MB in 4s (6207 kB/s) 23:10:26 Removing intermediate container edda47cdab3d 23:10:26 ---> 1fb9ecb518fc 23:10:26 Step 8/33 : COPY . . 23:10:26 Reading package lists... 23:10:26 Reading package lists... 23:10:26 Building dependency tree... 23:10:26 Reading state information... 23:10:26 The following additional packages will be installed: 23:10:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:10:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:10:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:10:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:10:26 Suggested packages: 23:10:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:10:26 Recommended packages: 23:10:26 gnupg libsasl2-modules 23:10:26 The following NEW packages will be installed: 23:10:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:10:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:10:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:10:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:10:26 The following packages will be upgraded: 23:10:26 gpg gpg-agent gpgconf libudev1 23:10:27 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 23:10:27 Need to get 3532 kB of archives. 23:10:27 After this operation, 13.3 MB of additional disk space will be used. 23:10:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:10:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:10:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:10:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:10:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:10:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:10:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:10:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:10:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:10:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:10:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:10:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:10:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:10:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:10:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:10:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:10:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:10:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:10:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:10:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:10:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 23:10:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 23:10:27 debconf: delaying package configuration, since apt-utils is not installed 23:10:27 Fetched 3532 kB in 1s (3149 kB/s) 23:10:27 (Reading database ... 12511 files and directories currently installed.) 23:10:27 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:10:27 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:10:28 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:10:28 Selecting previously unselected package udev. 23:10:28 (Reading database ... 12511 files and directories currently installed.) 23:10:28 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:10:28 Unpacking udev (237-3ubuntu10.43) ... 23:10:28 Selecting previously unselected package libfuse2:amd64. 23:10:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:10:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:10:28 Selecting previously unselected package fuse. 23:10:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:10:28 Unpacking fuse (2.9.7-1ubuntu1) ... 23:10:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:10:28 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:10:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:10:28 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:10:28 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:10:28 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:10:29 Selecting previously unselected package libksba8:amd64. 23:10:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:10:29 Unpacking libksba8:amd64 (1.3.5-2) ... 23:10:29 Selecting previously unselected package libroken18-heimdal:amd64. 23:10:29 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:10:29 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:10:29 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:10:29 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libwind0-heimdal:amd64. 23:10:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:10:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:10:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:10:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:10:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:10:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:30 Selecting previously unselected package libsasl2-modules-db:amd64. 23:10:30 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:10:30 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:10:30 Selecting previously unselected package libsasl2-2:amd64. 23:10:30 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:10:30 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:10:30 Selecting previously unselected package libldap-common. 23:10:30 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:10:30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:10:30 Selecting previously unselected package libldap-2.4-2:amd64. 23:10:30 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:10:30 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:10:30 Selecting previously unselected package dirmngr. 23:10:30 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:10:30 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:10:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:10:30 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:10:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:10:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:10:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:10:30 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:10:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:30 Setting up libksba8:amd64 (1.3.5-2) ... 23:10:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:10:31 Setting up udev (237-3ubuntu10.43) ... 23:10:31 invoke-rc.d: policy-rc.d denied execution of start. 23:10:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Processing triggers for systemd (237-3ubuntu10) ... 23:10:31 Setting up fuse (2.9.7-1ubuntu1) ... 23:10:31 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:10:31 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:10:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:10:31 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:10:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:10:32 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:10:32 settings in the [Install] section, and DefaultInstance for template units). 23:10:32 This means they are not meant to be enabled using systemctl. 23:10:32 Possible reasons for having this kind of units are: 23:10:32 1) A unit may be statically enabled by being symlinked from another unit's 23:10:32 .wants/ or .requires/ directory. 23:10:32 2) A unit's purpose may be to act as a helper for some other unit which has 23:10:32 a requirement dependency on it. 23:10:32 3) A unit may be started when needed via activation (socket, path, timer, 23:10:32 D-Bus, udev, scripted systemctl call, ...). 23:10:32 4) In case of template units, the unit is meant to be enabled with some 23:10:32 instance name specified. 23:10:32 Reading package lists... 23:10:32 Building dependency tree... 23:10:32 Reading state information... 23:10:32 The following additional packages will be installed: 23:10:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:10:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:10:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:10:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:10:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:10:32 Suggested packages: 23:10:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:10:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:10:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:10:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:10:32 systemd-container policykit-1 23:10:32 Recommended packages: 23:10:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:10:32 The following NEW packages will be installed: 23:10:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:10:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:10:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:10:32 multiarch-support openssh-client python3 python3-minimal python3.6 23:10:32 python3.6-minimal snapd squashfs-tools sudo 23:10:32 The following packages will be upgraded: 23:10:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:10:32 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 23:10:32 Need to get 35.2 MB of archives. 23:10:32 After this operation, 141 MB of additional disk space will be used. 23:10:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:10:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:10:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:10:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:10:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:10:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:10:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:10:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:10:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:10:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:10:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:10:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:10:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:10:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:10:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:10:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:10:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:10:33 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:10:33 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:10:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:10:33 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:10:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:10:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:10:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:10:33 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:10:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:10:33 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:10:33 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:10:33 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:10:33 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:10:34 debconf: delaying package configuration, since apt-utils is not installed 23:10:34 Fetched 35.2 MB in 2s (16.4 MB/s) 23:10:35 (Reading database ... 12757 files and directories currently installed.) 23:10:35 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:10:35 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:10:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:10:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:10:35 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:10:36 (Reading database ... 12757 files and directories currently installed.) 23:10:36 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:10:36 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:10:36 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:10:36 (Reading database ... 12757 files and directories currently installed.) 23:10:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:10:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:10:36 Setting up apt (1.6.12ubuntu0.2) ... 23:10:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:10:37 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:10:37 (Reading database ... 12764 files and directories currently installed.) 23:10:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:10:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:10:37 Selecting previously unselected package libpython3.6-minimal:amd64. 23:10:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:10:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:10:37 Selecting previously unselected package libexpat1:amd64. 23:10:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:10:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:10:37 Selecting previously unselected package python3.6-minimal. 23:10:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:10:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:10:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:10:38 Checking for services that may need to be restarted...done. 23:10:38 Checking for services that may need to be restarted...done. 23:10:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:10:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:10:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:10:38 Selecting previously unselected package python3-minimal. 23:10:38 (Reading database ... 13012 files and directories currently installed.) 23:10:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:10:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:10:38 Selecting previously unselected package mime-support. 23:10:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:10:38 Unpacking mime-support (3.60ubuntu1) ... 23:10:39 Selecting previously unselected package libmpdec2:amd64. 23:10:39 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:10:39 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:10:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:10:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:10:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:10:39 Selecting previously unselected package python3.6. 23:10:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:10:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:10:39 Selecting previously unselected package libpython3-stdlib:amd64. 23:10:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:10:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:10:39 Setting up python3-minimal (3.6.7-1~18.04) ... 23:10:39 Selecting previously unselected package python3. 23:10:39 (Reading database ... 13442 files and directories currently installed.) 23:10:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:10:39 Unpacking python3 (3.6.7-1~18.04) ... 23:10:39 Selecting previously unselected package multiarch-support. 23:10:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:10:39 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:10:39 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:10:40 Selecting previously unselected package liblzo2-2:amd64. 23:10:40 (Reading database ... 13479 files and directories currently installed.) 23:10:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:10:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:10:40 Selecting previously unselected package libbsd0:amd64. 23:10:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:10:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:10:40 Selecting previously unselected package sudo. 23:10:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:10:40 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:10:40 Selecting previously unselected package apparmor. 23:10:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:10:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:10:40 Selecting previously unselected package libedit2:amd64. 23:10:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:10:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:10:40 Selecting previously unselected package libkrb5support0:amd64. 23:10:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:10:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:10:40 Selecting previously unselected package libk5crypto3:amd64. 23:10:40 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:10:40 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:10:40 Selecting previously unselected package libkeyutils1:amd64. 23:10:40 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:10:40 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:10:40 Selecting previously unselected package libkrb5-3:amd64. 23:10:40 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:10:40 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:10:41 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:10:41 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:10:41 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:10:41 Selecting previously unselected package libssl1.0.0:amd64. 23:10:41 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:10:41 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:10:41 Selecting previously unselected package openssh-client. 23:10:41 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:10:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:10:41 Selecting previously unselected package squashfs-tools. 23:10:41 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:10:42 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:10:42 Selecting previously unselected package snapd. 23:10:42 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:10:42 Unpacking snapd (2.48+18.04) ... 23:10:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:10:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:10:44 Setting up mime-support (3.60ubuntu1) ... 23:10:44 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:10:44 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:10:44 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:10:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:10:44 Setting up systemd (237-3ubuntu10.43) ... 23:10:44 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:10:45 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:10:45 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:10:45 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:10:45 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:10:45 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:10:45 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:10:46 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:10:46 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:10:46 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:10:46 Setting up python3 (3.6.7-1~18.04) ... 23:10:46 running python rtupdate hooks for python3.6... 23:10:46 running python post-rtupdate hooks for python3.6... 23:10:46 Setting up apparmor (2.12-4ubuntu5.1) ... 23:10:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:10:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:10:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:10:48 Setting up snapd (2.48+18.04) ... 23:10:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:10:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:10:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:10:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:10:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:10:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:10:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:10:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:10:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:10:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:10:50 /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' 23:10:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:10:50 Processing triggers for systemd (237-3ubuntu10.43) ... 23:10:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:10:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:10:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:10:52 ---> daa08aee1215 23:10:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:10:52 ---> 53fdd203f060 23:10:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:10:52 ---> 0368076e0ead 23:10:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:10:52 ---> 2a59a6415d00 23:10:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:10:52 ---> 4b6f320c5f4b 23:10:52 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 23:10:52 ---> Running in c47c919471a7 23:10:52 ---> Running in bb6e88d9ccf4 23:10:52 ---> Running in a836675337ae 23:10:52 ---> Running in f46202cc6688 23:10:52 ---> Running in bfbcb2c411aa 23:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:10:52 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 23:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:10:52 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 23:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:10:52 Reading package lists... 23:10:53 Reading package lists... 23:10:53 Building dependency tree... 23:10:53 Reading state information... 23:10:53 Calculating upgrade... 23:10:53 The following packages will be upgraded: 23:10:53 advancecomp base-files bash binutils binutils-common 23:10:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:10:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:10:53 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:10:53 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:10:53 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:10:53 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:10:53 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:10:53 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 23:10:53 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 23:10:53 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 23:10:53 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 23:10:53 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 23:10:53 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 23:10:53 ubuntu-keyring util-linux 23:10:53 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:10:53 Need to get 63.7 MB of archives. 23:10:53 After this operation, 5203 kB of additional disk space will be used. 23:10:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 23:10:53 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:10:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:10:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:10:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:10:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:10:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:10:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:10:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:10:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:10:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:10:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:10:54 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:10:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:10:54 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:10:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:10:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:10:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:10:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:10:54 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:10:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:10:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:10:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:10:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:10:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:10:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:10:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:10:54 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:10:54 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:10:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:10:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:10:54 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:10:54 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:10:54 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:10:54 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:10:54 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:10:54 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:10:54 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:10:54 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:10:54 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:10:54 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:10:54 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:10:54 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:10:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:10:54 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:10:54 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:10:54 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:10:54 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:10:54 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:10:54 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:10:54 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:10:54 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:10:54 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:10:54 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:10:54 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:10:54 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:10:54 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:10:54 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:10:54 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:10:54 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:10:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:10:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:10:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:10:54 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:10:54 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:10:54 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:10:54 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:10:54 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:10:55 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:10:55 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:10:55 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:10:55 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:10:55 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:10:55 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:10:55 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:10:55 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:10:55 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:10:55 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 23:10:55 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:10:55 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:10:55 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:10:55 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:10:55 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:10:55 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:10:55 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:10:55 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:10:55 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:10:55 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:10:55 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:10:56 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:10:56 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:10:56 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:10:56 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:10:56 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:10:56 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:10:56 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:10:56 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:10:56 debconf: delaying package configuration, since apt-utils is not installed 23:10:56 Fetched 63.7 MB in 3s (21.7 MB/s) 23:10:56 (Reading database ... 13912 files and directories currently installed.) 23:10:56 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:10:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:10:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:10:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:10:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 23:10:57 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 23:10:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:58 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:59 (Reading database ... 13911 files and directories currently installed.) 23:10:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:10:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:10:59 (Reading database ... 13911 files and directories currently installed.) 23:10:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:10:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:10:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:11:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:00 (Reading database ... 13911 files and directories currently installed.) 23:11:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:11:00 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:11:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:11:00 (Reading database ... 13911 files and directories currently installed.) 23:11:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:11:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:11:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:11:01 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:11:01 Setting up base-files (10.1ubuntu2.10) ... 23:11:01 Installing new version of config file /etc/issue ... 23:11:01 Installing new version of config file /etc/issue.net ... 23:11:01 Installing new version of config file /etc/lsb-release ... 23:11:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:11:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:11:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:11:01 Removing obsolete conffile /etc/default/motd-news ... 23:11:01 (Reading database ... 13912 files and directories currently installed.) 23:11:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:11:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:11:01 Setting up bash (4.4.18-2ubuntu1.2) ... 23:11:01 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 23:11:02 (Reading database ... 13912 files and directories currently installed.) 23:11:02 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:02 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:11:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:11:02 (Reading database ... 13912 files and directories currently installed.) 23:11:02 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:11:02 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:11:02 Setting up tar (1.29b-2ubuntu0.2) ... 23:11:02 (Reading database ... 13912 files and directories currently installed.) 23:11:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:11:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:11:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:11:02 (Reading database ... 13912 files and directories currently installed.) 23:11:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:11:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:11:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:11:03 (Reading database ... 13912 files and directories currently installed.) 23:11:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:11:03 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:11:03 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:11:03 (Reading database ... 13912 files and directories currently installed.) 23:11:03 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:11:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:11:03 Setting up grep (3.1-2build1) ... 23:11:03 (Reading database ... 13912 files and directories currently installed.) 23:11:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:11:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:11:03 Setting up login (1:4.5-1ubuntu2) ... 23:11:03 (Reading database ... 13912 files and directories currently installed.) 23:11:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:11:04 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:11:04 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:11:04 (Reading database ... 13912 files and directories currently installed.) 23:11:04 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:11:04 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:11:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:11:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:11:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:11:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:11:05 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:11:05 (Reading database ... 13912 files and directories currently installed.) 23:11:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:11:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:11:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:11:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:11:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:11:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:11:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:11:06 (Reading database ... 13912 files and directories currently installed.) 23:11:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:11:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:11:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:11:06 (Reading database ... 13912 files and directories currently installed.) 23:11:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:11:07 (Reading database ... 13912 files and directories currently installed.) 23:11:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:11:07 (Reading database ... 13912 files and directories currently installed.) 23:11:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:11:07 (Reading database ... 13912 files and directories currently installed.) 23:11:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:11:07 (Reading database ... 13912 files and directories currently installed.) 23:11:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:11:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:11:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:11:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:11:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:11:08 (Reading database ... 13912 files and directories currently installed.) 23:11:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:11:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:11:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:11:08 (Reading database ... 13912 files and directories currently installed.) 23:11:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:11:08 (Reading database ... 13912 files and directories currently installed.) 23:11:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:11:08 (Reading database ... 13912 files and directories currently installed.) 23:11:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:11:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:11:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:11:10 (Reading database ... 13912 files and directories currently installed.) 23:11:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:11:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:11:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:11:10 (Reading database ... 13912 files and directories currently installed.) 23:11:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:11:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:11:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:11:10 (Reading database ... 13914 files and directories currently installed.) 23:11:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:11:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:11:10 Setting up debconf (1.5.66ubuntu1) ... 23:11:11 (Reading database ... 13914 files and directories currently installed.) 23:11:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:11:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:11:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:11:11 (Reading database ... 13914 files and directories currently installed.) 23:11:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:11:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:11:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:11:11 (Reading database ... 13914 files and directories currently installed.) 23:11:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:11:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:11:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:11:12 (Reading database ... 13914 files and directories currently installed.) 23:11:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:11:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:11:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:11:12 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:11:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:11:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:11:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:11:12 (Reading database ... 13914 files and directories currently installed.) 23:11:12 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:11:12 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:11:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:11:12 (Reading database ... 13914 files and directories currently installed.) 23:11:12 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:11:12 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:11:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:11:13 (Reading database ... 13914 files and directories currently installed.) 23:11:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:11:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:11:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:11:13 (Reading database ... 13914 files and directories currently installed.) 23:11:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:11:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:11:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:11:13 (Reading database ... 13914 files and directories currently installed.) 23:11:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:11:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:11:14 Setting up passwd (1:4.5-1ubuntu2) ... 23:11:14 (Reading database ... 13914 files and directories currently installed.) 23:11:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:11:14 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:11:14 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:11:14 (Reading database ... 13914 files and directories currently installed.) 23:11:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:11:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:11:14 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:11:14 (Reading database ... 13914 files and directories currently installed.) 23:11:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:11:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:11:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:11:15 (Reading database ... 13914 files and directories currently installed.) 23:11:15 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:11:15 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:11:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:11:15 (Reading database ... 13914 files and directories currently installed.) 23:11:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:11:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:11:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:11:15 (Reading database ... 13914 files and directories currently installed.) 23:11:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:11:15 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:11:15 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:11:15 (Reading database ... 13914 files and directories currently installed.) 23:11:15 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:11:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:11:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:11:16 (Reading database ... 13915 files and directories currently installed.) 23:11:16 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:11:16 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:11:16 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:11:16 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:11:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:11:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:11:16 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:11:16 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:11:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:11:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:11:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:11:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:11:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:11:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:11:17 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:11:17 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:11:17 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:11:17 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:11:17 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:11:17 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:11:17 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:11:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:11:17 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 23:11:17 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 23:11:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:11:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:11:19 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:11:19 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:11:19 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:11:19 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:11:19 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:11:19 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:11:19 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:11:19 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:11:19 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:11:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:11:19 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:19 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:20 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:20 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:20 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:20 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:20 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:20 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:23 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:24 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:11:24 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:11:24 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:11:24 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:11:24 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:11:24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:11:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:11:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:11:25 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:11:25 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:11:25 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:11:25 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:11:25 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:11:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:11:25 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:11:25 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:11:25 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:25 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:11:25 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:25 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:25 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:25 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:11:25 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:11:25 Setting up tzdata (2020f-0ubuntu0.18.04) ... 23:11:25 23:11:25 Current default time zone: 'Etc/UTC' 23:11:25 Local time is now: Wed Jan 13 23:11:25 UTC 2021. 23:11:25 Universal Time is now: Wed Jan 13 23:11:25 UTC 2021. 23:11:25 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:11:25 23:11:25 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:11:25 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:26 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 23:11:26 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:11:26 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:11:26 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:11:26 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:11:26 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:11:26 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:11:26 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:11:26 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:26 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:11:26 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:11:26 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:11:26 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:26 Setting up patch (2.7.6-2ubuntu1.1) ... 23:11:26 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:11:26 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:11:26 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:11:26 Installing new version of config file /etc/ssl/openssl.cnf ... 23:11:26 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:11:26 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:11:26 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:11:28 Updating certificates in /etc/ssl/certs... 23:11:29 22 added, 17 removed; done. 23:11:29 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:11:29 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:11:29 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:11:29 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:11:29 Setting up pkgbinarymangler (138.18.04.1) ... 23:11:29 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:11:29 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up perl (5.26.1-6ubuntu0.5) ... 23:11:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:11:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:11:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:11:29 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:11:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:11:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:11:30 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:11:30 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:11:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:11:30 Processing triggers for systemd (237-3ubuntu10.43) ... 23:11:30 Processing triggers for mime-support (3.60ubuntu1) ... 23:11:30 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:11:30 Updating certificates in /etc/ssl/certs... 23:11:31 0 added, 0 removed; done. 23:11:31 Running hooks in /etc/ca-certificates/update.d... 23:11:31 done. 23:11:31 Reading package lists... 23:11:31 Building dependency tree... 23:11:31 Reading state information... 23:11:31 The following NEW packages will be installed: 23:11:31 apt-transport-https 23:11:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:11:31 Need to get 1696 B of archives. 23:11:31 After this operation, 153 kB of additional disk space will be used. 23:11:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:11:32 debconf: delaying package configuration, since apt-utils is not installed 23:11:32 Fetched 1696 B in 0s (4366 B/s) 23:11:32 Selecting previously unselected package apt-transport-https. 23:11:32 (Reading database ... 13929 files and directories currently installed.) 23:11:32 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:11:32 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:11:32 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:11:32 Waiting for network to be ready... 23:11:37 2021-01-13T23:11:35Z INFO Waiting for automatic snapd restart... 23:11:37 snapd 2.48.2 from Canonical* installed 23:11:38 "snapd" switched to the "latest/stable" channel 23:11:38 23:11:41 core18 20201210 from Canonical* installed 23:11:41 "core18" switched to the "latest/stable" channel 23:11:41 23:11:44 snapcraft 4.4.4 from Canonical* installed 23:11:44 "snapcraft" switched to the "latest/stable" channel 23:11:44 23:11:48 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: 23:11:48 - README.md 23:11:48 - snapcraft.yaml.orig 23:11:48 23:11:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:11:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:11:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:11:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:11:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:11:55 Reading package lists... 23:11:55 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 23:12:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:12:02 Reading package lists... 23:12:02 Building dependency tree... 23:12:02 Reading state information... 23:12:02 Suggested packages: 23:12:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:12:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:12:02 Recommended packages: 23:12:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:12:02 The following NEW packages will be installed: 23:12:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:12:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:12:02 pkg-config zip 23:12:02 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:12:02 Need to get 7655 kB of archives. 23:12:02 After this operation, 43.7 MB of additional disk space will be used. 23:12:02 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:12:02 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:12:02 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:12:02 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:12:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:12:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:12:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:12:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:12:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:12:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:12:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:12:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:12:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:12:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:12:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:12:04 debconf: delaying package configuration, since apt-utils is not installed 23:12:04 Fetched 7655 kB in 2s (4736 kB/s) 23:12:04 Selecting previously unselected package libglib2.0-0:amd64. 23:12:04 (Reading database ... 13933 files and directories currently installed.) 23:12:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:12:04 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:12:04 Selecting previously unselected package libpsl5:amd64. 23:12:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:12:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:12:04 Selecting previously unselected package libnghttp2-14:amd64. 23:12:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:12:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:12:04 Selecting previously unselected package librtmp1:amd64. 23:12:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:12:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:12:04 Selecting previously unselected package libcurl3-gnutls:amd64. 23:12:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:12:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:12:04 Selecting previously unselected package liberror-perl. 23:12:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:12:04 Unpacking liberror-perl (0.17025-1) ... 23:12:04 Selecting previously unselected package git-man. 23:12:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:12:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:12:04 Selecting previously unselected package git. 23:12:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:12:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:12:05 Selecting previously unselected package libnorm1:amd64. 23:12:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:12:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:12:06 Selecting previously unselected package libpgm-5.2-0:amd64. 23:12:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:12:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:12:06 Selecting previously unselected package libsodium23:amd64. 23:12:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:12:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:12:06 Selecting previously unselected package libzmq5:amd64. 23:12:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:12:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:12:06 Selecting previously unselected package libzmq3-dev:amd64. 23:12:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:12:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:12:06 Selecting previously unselected package pkg-config. 23:12:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:12:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:12:06 Selecting previously unselected package zip. 23:12:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:12:06 Unpacking zip (3.0-11build1) ... 23:12:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:12:06 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:12:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:12:06 Setting up liberror-perl (0.17025-1) ... 23:12:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:12:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:12:06 No schema files found: doing nothing. 23:12:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:12:06 Setting up zip (3.0-11build1) ... 23:12:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:12:06 Setting up libsodium23:amd64 (1.0.16-2) ... 23:12:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:12:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:12:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:12:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:12:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:12:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:12:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:12:13 git set to automatically installed. 23:12:13 git-man set to automatically installed. 23:12:13 libcurl3-gnutls set to automatically installed. 23:12:13 liberror-perl set to automatically installed. 23:12:13 libglib2.0-0 set to automatically installed. 23:12:13 libnghttp2-14 set to automatically installed. 23:12:13 libnorm1 set to automatically installed. 23:12:13 libpgm-5.2-0 set to automatically installed. 23:12:13 libpsl5 set to automatically installed. 23:12:13 librtmp1 set to automatically installed. 23:12:13 libsodium23 set to automatically installed. 23:12:13 libzmq3-dev set to automatically installed. 23:12:13 libzmq5 set to automatically installed. 23:12:13 pkg-config set to automatically installed. 23:12:13 zip set to automatically installed. 23:12:14 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 23:12:14 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 23:12:15 snapd is not logged in, snap install commands will use sudo 23:12:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:12:22 snap "core18" has no updates available 23:12:23 Pulling config-common 23:12:24 Pulling go-build-helper 23:12:29 Removing intermediate container f46202cc6688 23:12:29 ---> 2bc3b8d65fcd 23:12:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:12:29 ---> Running in b7ac9a085348 23:12:29 Removing intermediate container c47c919471a7 23:12:29 ---> 48fd14ff4585 23:12:29 23:12:29 Step 10/22 : FROM alpine:3.12 23:12:29 Removing intermediate container bb6e88d9ccf4 23:12:29 ---> 93febbdc8862 23:12:29 23:12:29 Step 10/21 : FROM alpine:3.12 23:12:29 3.12: Pulling from library/alpine 23:12:29 3.12: Pulling from library/alpine 23:12:31 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 23:12:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:12:31 Status: Downloaded newer image for alpine:3.12 23:12:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:12:31 Status: Image is up to date for alpine:3.12 23:12:31 ---> afeebe901d6b 23:12:31 Step 11/21 : RUN apk add --update --no-cache curl 23:12:31 ---> afeebe901d6b 23:12:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:12:32 ---> Running in 344c187abd36 23:12:32 ---> Running in 168322fd7019 23:12:32 Removing intermediate container a836675337ae 23:12:32 ---> 2c93dc641df6 23:12:32 23:12:32 Step 10/33 : FROM alpine:3.12 23:12:32 ---> afeebe901d6b 23:12:32 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 23:12:33 ---> Running in f7543f1befb8 23:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:36 (1/4) Installing ca-certificates (20191127-r4) 23:12:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:12:36 (3/4) Installing libcurl (7.69.1-r3) 23:12:36 (4/4) Installing curl (7.69.1-r3) 23:12:36 Executing busybox-1.31.1-r19.trigger 23:12:36 Executing ca-certificates-20191127-r4.trigger 23:12:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:36 (1/1) Installing dumb-init (1.2.2-r1) 23:12:36 Executing busybox-1.31.1-r19.trigger 23:12:36 OK: 5 MiB in 15 packages 23:12:36 OK: 7 MiB in 18 packages 23:12:36 Removing intermediate container b7ac9a085348 23:12:36 ---> 82d32f94708a 23:12:36 23:12:36 Step 11/26 : FROM docker:20.10.0 23:12:37 20.10.0: Pulling from library/docker 23:12:37 (1/3) Installing dumb-init (1.2.2-r1) 23:12:37 (2/3) Installing openssl (1.1.1i-r0) 23:12:37 (3/3) Installing su-exec (0.2-r1) 23:12:37 Executing busybox-1.31.1-r19.trigger 23:12:37 OK: 6 MiB in 17 packages 23:12:39 Removing intermediate container 168322fd7019 23:12:39 ---> 5f2282b35869 23:12:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:12:40 ---> Running in 2365f4b5c476 23:12:40 Removing intermediate container 344c187abd36 23:12:40 ---> c96e9ef3f14a 23:12:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:12:40 Removing intermediate container f7543f1befb8 23:12:40 ---> 364546a00625 23:12:40 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:12:41 ---> Running in 6b30f6127a6a 23:12:41 ---> Running in 4fd50b49cb04 23:12:41 Removing intermediate container 2365f4b5c476 23:12:41 ---> a044d62fd999 23:12:41 Step 13/22 : ENV APP_PORT=48085 23:12:41 ---> Running in ca4eba1fd107 23:12:41 Removing intermediate container bfbcb2c411aa 23:12:41 ---> abcf10a8b3cc 23:12:41 23:12:41 Step 10/23 : FROM alpine:3.12 23:12:41 ---> afeebe901d6b 23:12:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:12:41 ---> Using cache 23:12:41 ---> 5f2282b35869 23:12:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:12:41 ---> Using cache 23:12:41 ---> a044d62fd999 23:12:41 Step 13/23 : ENV APP_PORT=48081 23:12:41 Removing intermediate container 4fd50b49cb04 23:12:41 ---> 8ac220f428a7 23:12:41 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 23:12:41 Removing intermediate container 6b30f6127a6a 23:12:41 ---> d62726caa264 23:12:41 Step 13/21 : WORKDIR /edgex 23:12:42 ---> Running in 9af2ed6a34b7 23:12:42 ---> Running in 21986d5a9a7f 23:12:42 ---> Running in ef84a782375d 23:12:42 Removing intermediate container ca4eba1fd107 23:12:42 ---> 01fd7cd16f68 23:12:42 Step 14/22 : EXPOSE $APP_PORT 23:12:43 ---> Running in e69a83609b7e 23:12:43 Removing intermediate container 9af2ed6a34b7 23:12:43 ---> 5fea01531712 23:12:43 Step 14/23 : EXPOSE $APP_PORT 23:12:43 Removing intermediate container 21986d5a9a7f 23:12:43 ---> f164b5210b91 23:12:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:12:43 Removing intermediate container ef84a782375d 23:12:43 ---> 4c176d1eceef 23:12:43 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 23:12:43 ---> Running in cb64cb1910a7 23:12:43 Removing intermediate container e69a83609b7e 23:12:43 ---> 695d309987be 23:12:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:44 ---> Running in 155dbc1fc413 23:12:44 Removing intermediate container cb64cb1910a7 23:12:44 ---> 9c19a5ec4ae3 23:12:44 Step 15/23 : WORKDIR / 23:12:44 ---> 1cd9fed3afe6 23:12:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:12:45 ---> Running in 2e11ae69d767 23:12:45 ---> 3e598ba13a01 23:12:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:12:45 Connecting to github.com (140.82.113.4:443) 23:12:45 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.33.196:443) 23:12:45 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:12:45 Removing intermediate container 2e11ae69d767 23:12:45 ---> 66d3da20c708 23:12:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:45 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:12:45 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:12:46 dockerize 23:12:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:12:46 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:12:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 23:12:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 23:12:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:12:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:12:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 23:12:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 23:12:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 23:12:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 23:12:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:12:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:12:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:12:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:12:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:12:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:12:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:12:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:12:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:12:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 23:12:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 23:12:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 23:12:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 23:12:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 23:12:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 23:12:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:12:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 23:12:46 Fetched 23.7 MB in 0s (0 B/s) 23:12:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:12:46 Fetched 96.5 kB in 0s (0 B/s) 23:12:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:12:46 Fetched 279 kB in 0s (0 B/s) 23:12:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:12:46 Fetched 122 kB in 0s (0 B/s) 23:12:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:12:46 Fetched 77.8 kB in 0s (0 B/s) 23:12:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:12:46 Fetched 8848 B in 0s (0 B/s) 23:12:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:12:46 Fetched 47.8 kB in 0s (0 B/s) 23:12:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:12:46 Fetched 45.6 kB in 0s (0 B/s) 23:12:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 23:12:46 Fetched 15.0 kB in 0s (0 B/s) 23:12:46 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:12:46 Fetched 214 kB in 0s (0 B/s) 23:12:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:12:46 Fetched 155 kB in 0s (0 B/s) 23:12:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:12:46 Fetched 50.6 kB in 0s (0 B/s) 23:12:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:12:46 Fetched 14.8 kB in 0s (0 B/s) 23:12:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:12:46 Fetched 41.8 kB in 0s (0 B/s) 23:12:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:12:46 Fetched 499 kB in 0s (0 B/s) 23:12:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:12:46 Fetched 111 kB in 0s (0 B/s) 23:12:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:12:46 Fetched 240 kB in 0s (0 B/s) 23:12:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:12:46 Fetched 29.3 kB in 0s (0 B/s) 23:12:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:12:46 Fetched 85.5 kB in 0s (0 B/s) 23:12:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:12:46 Fetched 24.5 kB in 0s (0 B/s) 23:12:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 23:12:46 Fetched 49.2 kB in 0s (0 B/s) 23:12:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:12:46 Fetched 54.2 kB in 0s (0 B/s) 23:12:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:12:46 Fetched 30.8 kB in 0s (0 B/s) 23:12:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:12:46 Fetched 17.0 kB in 0s (0 B/s) 23:12:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:12:46 Fetched 85.9 kB in 0s (0 B/s) 23:12:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:12:46 Fetched 8720 B in 0s (0 B/s) 23:12:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:12:46 Fetched 137 kB in 0s (0 B/s) 23:12:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:12:46 Fetched 119 kB in 0s (0 B/s) 23:12:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:12:46 Fetched 109 kB in 0s (0 B/s) 23:12:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:12:46 Fetched 11.1 kB in 0s (0 B/s) 23:12:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:12:46 Fetched 645 kB in 0s (0 B/s) 23:12:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:12:46 Fetched 41.3 kB in 0s (0 B/s) 23:12:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:12:46 Fetched 17.9 kB in 0s (0 B/s) 23:12:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:12:46 Fetched 368 kB in 0s (0 B/s) 23:12:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 23:12:46 Fetched 187 kB in 0s (0 B/s) 23:12:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:12:46 Fetched 175 kB in 0s (0 B/s) 23:12:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:12:47 ---> 186cedb5d635 23:12:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:12:47 ---> e26d2ad9f5bc 23:12:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:12:47 ---> 475a615dddad 23:12:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:12:49 Fetched 206 kB in 0s (0 B/s) 23:12:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:12:49 Fetched 1301 kB in 0s (0 B/s) 23:12:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:12:49 Fetched 36.2 kB in 0s (0 B/s) 23:12:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:12:49 Fetched 159 kB in 0s (0 B/s) 23:12:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:12:49 Fetched 107 kB in 0s (0 B/s) 23:12:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:12:49 Fetched 48.7 kB in 0s (0 B/s) 23:12:49 Pulling static-packages 23:12:49 Removing intermediate container 155dbc1fc413 23:12:49 ---> 8ca510f10320 23:12:49 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 23:12:49 ---> 4e605840ecd9 23:12:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:12:49 'go115' has dependencies that need to be staged: go-build-helper static-packages 23:12:49 Skipping pull go-build-helper (already ran) 23:12:49 Skipping pull static-packages (already ran) 23:12:49 Building go-build-helper 23:12:49 ---> 68ae177d6ee1 23:12:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:12:49 ---> 08c905c59783 23:12:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:12:49 ---> Running in 03506c740b91 23:12:49 ---> Running in a7f4251871e6 23:12:49 ---> Running in e771895fe32a 23:12:50 Removing intermediate container 03506c740b91 23:12:50 ---> 6debb800f245 23:12:50 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:12:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:12:50 Status: Downloaded newer image for docker:20.10.0 23:12:50 ---> eeaf43b92773 23:12:50 Step 12/26 : RUN apk add --no-cache bash 23:12:50 ---> Running in 554dd7d9a443 23:12:50 Removing intermediate container a7f4251871e6 23:12:50 ---> cce0d7030d09 23:12:50 Step 18/21 : CMD ["--init=true"] 23:12:50 Removing intermediate container e771895fe32a 23:12:50 ---> df416e8def4a 23:12:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:12:50 ---> 08f565af4bd2 23:12:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:12:50 ---> Running in 44efcabe142e 23:12:50 ---> Running in dc786b863913 23:12:51 ---> Running in 4e34453a606c 23:12:51 ---> Running in 24d8bcef5240 23:12:51 Removing intermediate container 554dd7d9a443 23:12:51 ---> de17fc770051 23:12:51 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 23:12:51 ---> Running in 3d5af23a0c08 23:12:51 Removing intermediate container 44efcabe142e 23:12:51 ---> e80ba4b94206 23:12:51 Step 19/21 : LABEL arch=arm64 23:12:51 Removing intermediate container 24d8bcef5240 23:12:51 ---> 35915516f749 23:12:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:12:51 Removing intermediate container 4e34453a606c 23:12:51 ---> ab60b3079b76 23:12:51 Step 20/22 : LABEL arch=arm64 23:12:51 ---> Running in b4a1d6ff7c2a 23:12:52 ---> Running in fbd5bf0f6689 23:12:52 ---> Running in 6fe1cb58e9b6 23:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:52 Removing intermediate container b4a1d6ff7c2a 23:12:52 ---> 77ebe1d724b1 23:12:52 Step 20/21 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:12:52 Removing intermediate container 6fe1cb58e9b6 23:12:52 ---> 19f349215939 23:12:52 Step 21/22 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:12:52 Removing intermediate container fbd5bf0f6689 23:12:52 ---> bab68dc43cad 23:12:52 Step 21/23 : LABEL arch=arm64 23:12:52 ---> Running in ebb6d4989641 23:12:53 (1/2) Installing readline (8.0.4-r0) 23:12:53 (2/2) Installing bash (5.0.17-r0) 23:12:53 Move dockerize executable 23:12:53 Executing bash-5.0.17-r0.post-install 23:12:53 Executing busybox-1.31.1-r19.trigger 23:12:53 OK: 12 MiB in 22 packages 23:12:53 ---> Running in 864f59951f62 23:12:53 ---> Running in b89439895afb 23:12:53 Removing intermediate container ebb6d4989641 23:12:53 ---> c1bf98870651 23:12:53 Step 21/21 : LABEL version=0.0.0 23:12:53 Building static-packages 23:12:54 ---> Running in dab72fbf1b15 23:12:54 Removing intermediate container 864f59951f62 23:12:54 ---> 0913c389874b 23:12:54 Step 22/22 : LABEL version=0.0.0 23:12:54 Removing intermediate container b89439895afb 23:12:54 ---> c2ca6a1cf9d6 23:12:54 Step 22/23 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:12:54 ---> Running in ac3354de9bfd 23:12:54 ---> Running in 81fb9336d712 23:12:54 Removing intermediate container dab72fbf1b15 23:12:54 ---> a0a99f019602 23:12:54 23:12:54 Removing intermediate container dc786b863913 23:12:54 ---> 70bfc13bbb9d 23:12:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:12:55 ---> Running in 3a6510ae008c 23:12:55 Staging go-build-helper 23:12:55 Successfully built a0a99f019602 23:12:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:12:55 Removing intermediate container 81fb9336d712 23:12:55 Building docker-core-command-go 23:12:55 Removing intermediate container ac3354de9bfd 23:12:55  Building docker-security-proxy-setup-go ... done  ---> 85bbb0cb3aba 23:12:55 23:12:55 Removing intermediate container 3d5af23a0c08 23:12:55 ---> 0c64e23b5cbd 23:12:55 ---> 505edff6b768 23:12:55 Step 23/23 : LABEL version=0.0.0 23:12:55 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 23:12:55 ---> Running in 377b2fea80e4 23:12:55 ---> Running in 7839a2dfc462 23:12:55 Staging static-packages 23:12:55 Removing intermediate container 3a6510ae008c 23:12:55 ---> 44fb4dfeffbe 23:12:55 Step 14/26 : ENV APP_PORT=48090 23:12:55 Successfully built 85bbb0cb3aba 23:12:55 Successfully tagged docker-support-scheduler-go-arm64:latest 23:12:55  Building docker-support-scheduler-go ... done Building docker-core-data-go 23:12:56 ---> Running in 3bb0e49af615 23:12:56 Removing intermediate container 377b2fea80e4 23:12:56 ---> 5abd438797b2 23:12:56 23:12:56 Removing intermediate container 7839a2dfc462 23:12:56 ---> 8161103bdef8 23:12:56 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:12:56 Removing intermediate container 3bb0e49af615 23:12:56 ---> 3b0be1d8a8c6 23:12:56 Step 15/26 : EXPOSE $APP_PORT 23:12:56 Pulling go115 23:12:57 Successfully built 5abd438797b2 23:12:57 ---> Running in 1b825f4ca092 23:12:57 Successfully tagged docker-core-metadata-go-arm64:latest 23:12:57 Building docker-security-secretstore-setup-go 23:12:57  Building docker-core-metadata-go ... done  ---> 6edea8fdf042 23:12:57 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:12:57 ---> Running in cd0eb3a17617 23:12:57 Removing intermediate container 1b825f4ca092 23:12:57 ---> 674f9fcceae7 23:12:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:12:57 'edgex-go' has dependencies that need to be staged: go115 23:12:57 Skipping pull go115 (already ran) 23:12:57 Building go115 23:12:57 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:57 Dload Upload Total Spent Left Speed 23:12:59 ---> e1ef8ada0599 23:12:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:13:01 ---> 44ae4fee5830 23:13:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:13:01 Removing intermediate container cd0eb3a17617 23:13:01 ---> 921546972fb8 23:13:01 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 23:13:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 27772 0 1:12:42 --:--:-- 1:12:42 27662 17 115M 17 20.4M 0 0 17.3M 0 0:00:06 0:00:01 0:00:05 17.3M 43 115M 43 49.8M 0 0 22.8M 0 0:00:05 0:00:02 0:00:03 22.8M 69 115M 69 79.9M 0 0 25.1M 0 0:00:04 0:00:03 0:00:01 25.1M 88 115M 88 102M 0 0 24.5M 0 0:00:04 0:00:04 --:--:-- 24.5M 100 115M 100 115M 0 0 24.5M 0 0:00:04 0:00:04 --:--:-- 25.9M 23:13:02 ---> 775dc177262c 23:13:02 Step 19/26 : RUN apk --no-cache add py3-pip 23:13:02 go1.15.2.linux-amd64.tar.gz: OK 23:13:02 ---> b1079828b564 23:13:02 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:13:03 ---> Running in ce8de0e8bb96 23:13:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:04 ---> 9f064708ca0f 23:13:04 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:13:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:05 (1/33) Installing libbz2 (1.0.8-r1) 23:13:05 (2/33) Installing expat (2.2.9-r1) 23:13:05 (3/33) Installing libffi (3.3-r2) 23:13:05 (4/33) Installing gdbm (1.13-r1) 23:13:05 (5/33) Installing xz-libs (5.2.5-r0) 23:13:05 (6/33) Installing sqlite-libs (3.32.1-r0) 23:13:05 (7/33) Installing python3 (3.8.5-r0) 23:13:05 ---> e3766afef32a 23:13:05 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:13:07 Staging go115 23:13:07 ---> c829b5e18db0 23:13:07 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:13:08 (8/33) Installing py3-appdirs (1.4.4-r1) 23:13:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:13:08 (10/33) Installing py3-parsing (2.4.7-r0) 23:13:08 (11/33) Installing py3-six (1.15.0-r0) 23:13:08 (12/33) Installing py3-packaging (20.4-r0) 23:13:08 (13/33) Installing py3-setuptools (47.0.0-r0) 23:13:08 (14/33) Installing py3-chardet (3.0.4-r4) 23:13:08 (15/33) Installing py3-idna (2.9-r0) 23:13:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:13:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:13:08 (18/33) Installing py3-requests (2.23.0-r0) 23:13:08 (19/33) Installing py3-msgpack (1.0.0-r0) 23:13:08 (20/33) Installing py3-lockfile (0.12.2-r3) 23:13:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:13:08 (22/33) Installing py3-colorama (0.4.3-r0) 23:13:08 (23/33) Installing py3-distlib (0.3.0-r0) 23:13:09 (24/33) Installing py3-distro (1.5.0-r1) 23:13:09 (25/33) Installing py3-webencodings (0.5.1-r3) 23:13:09 (26/33) Installing py3-html5lib (1.0.1-r4) 23:13:09 (27/33) Installing py3-pytoml (0.1.21-r0) 23:13:09 (28/33) Installing py3-pep517 (0.8.2-r0) 23:13:09 ---> 21dd193604a9 23:13:09 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 23:13:09 (29/33) Installing py3-progress (1.5-r0) 23:13:09 (30/33) Installing py3-toml (0.10.1-r0) 23:13:09 (31/33) Installing py3-retrying (1.3.3-r0) 23:13:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:13:09 (33/33) Installing py3-pip (20.1.1-r0) 23:13:09 Executing busybox-1.31.1-r19.trigger 23:13:09 OK: 71 MiB in 55 packages 23:13:09 ---> Running in 8977291f377c 23:13:10 Removing intermediate container 8977291f377c 23:13:10 ---> c458cb392794 23:13:10 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:13:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:13:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:13:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:13:11 Fetched 88.7 kB in 0s (0 B/s) 23:13:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:13:11 Fetched 224 kB in 0s (0 B/s) 23:13:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:13:11 Fetched 157 kB in 0s (0 B/s) 23:13:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:13:11 Fetched 221 kB in 0s (0 B/s) 23:13:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:13:11 Fetched 143 kB in 0s (0 B/s) 23:13:11 Pulling edgex-go 23:13:11 ---> c230feb148de 23:13:11 Step 28/33 : RUN chmod +x /entrypoint.sh 23:13:11 ---> Running in 85f8f06baca8 23:13:12 Pulling version 23:13:13 Building config-common 23:13:15 Skipping build go-build-helper (already ran) 23:13:15 Skipping build static-packages (already ran) 23:13:15 Skipping build go115 (already ran) 23:13:15 Building edgex-go 23:13:15 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 23:13:16 Removing intermediate container 85f8f06baca8 23:13:16 ---> b510e8de394e 23:13:16 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 23:13:16 ---> Running in 78212936198f 23:13:16 go: downloading github.com/gorilla/mux v1.8.0 23:13:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 23:13:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:13:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:13:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 23:13:16 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 23:13:16 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 23:13:16 go: downloading github.com/BurntSushi/toml v0.3.1 23:13:16 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:13:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:13:16 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 23:13:16 go: downloading github.com/x448/float16 v0.8.4 23:13:16 go: downloading github.com/pelletier/go-toml v1.2.0 23:13:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:13:16 go: downloading github.com/hashicorp/consul/api v1.1.0 23:13:16 go: downloading github.com/go-kit/kit v0.8.0 23:13:16 go: downloading github.com/google/uuid v1.1.4 23:13:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:13:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:13:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:13:17 go: downloading github.com/pebbe/zmq4 v1.2.2 23:13:17 go: downloading github.com/imdario/mergo v0.3.11 23:13:17 go: downloading github.com/pkg/errors v0.8.1 23:13:17 go: downloading gopkg.in/yaml.v2 v2.4.0 23:13:17 go: downloading github.com/leodido/go-urn v1.2.0 23:13:17 go: downloading github.com/go-playground/universal-translator v0.17.0 23:13:17 go: downloading github.com/hashicorp/serf v0.8.2 23:13:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:13:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:13:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:13:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:13:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:13:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:13:17 Removing intermediate container 78212936198f 23:13:17 ---> 8fa80bc811d3 23:13:17 Step 30/33 : CMD ["install"] 23:13:17 go: downloading github.com/go-playground/locales v0.13.0 23:13:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:13:17 go: downloading github.com/mitchellh/copystructure v1.0.0 23:13:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:13:17 Removing intermediate container ce8de0e8bb96 23:13:17 ---> da5e5c2251c3 23:13:17 Step 20/26 : RUN pip install docker-compose==1.23.2 23:13:18 ---> Running in 439e583c8306 23:13:18 ---> Running in 5864826a8a67 23:13:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:13:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:13:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:13:19 Removing intermediate container 439e583c8306 23:13:19 ---> fb347c5a4ceb 23:13:19 Step 31/33 : LABEL arch=arm64 23:13:19 ---> Running in d6a33f305415 23:13:20 Removing intermediate container d6a33f305415 23:13:20 ---> bcce56d81d89 23:13:20 Step 32/33 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:13:21 ---> Running in 831b8c1f9ad0 23:13:22 Removing intermediate container 831b8c1f9ad0 23:13:22 ---> ee390ce22be2 23:13:22 Step 33/33 : LABEL version=0.0.0 23:13:22 ---> Running in 7578bd15b24f 23:13:23 Removing intermediate container 7578bd15b24f 23:13:23 ---> 862052858fd5 23:13:23 23:13: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 23:13:24 Successfully built 862052858fd5 23:13:24 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:13:24  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 23:13:24 Collecting docker-compose==1.23.2 23:13:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:13:25 Collecting docopt<0.7,>=0.6.1 23:13:25 Downloading docopt-0.6.2.tar.gz (25 kB) 23:13:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:13:29 Collecting PyYAML<4,>=3.10 23:13:29 Downloading PyYAML-3.13.tar.gz (270 kB) 23:13:29 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 23:13:29 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 23:13:30 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 23:13:30 go: downloading github.com/stretchr/testify v1.6.1 23:13:30 go: downloading github.com/davecgh/go-spew v1.1.1 23:13:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:13:30 go: downloading github.com/pmezard/go-difflib v1.0.0 23:13:31 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 23:13:31 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:13:31 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:13:32 Collecting dockerpty<0.5,>=0.4.1 23:13:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:13:33 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 23:13:33 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:13:34 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 23:13:34 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:13:35 Collecting cached-property<2,>=1.2.0 23:13:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:13:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:13:35 Collecting texttable<0.10,>=0.9.0 23:13:35 Downloading texttable-0.9.1.tar.gz (11 kB) 23:13:35 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 23:13:36 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 23:13:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:13:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:13:37 ---> 67d507fc8b0b 23:13:37 Step 3/23 : WORKDIR /edgex-go 23:13:37 ---> Using cache 23:13:37 ---> 244a2218e69d 23:13:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:37 ---> Using cache 23:13:37 ---> a754937d31f2 23:13:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:13:37 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 23:13:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:13:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:13:37 ---> 67d507fc8b0b 23:13:37 Step 3/23 : WORKDIR /edgex-go 23:13:37 ---> Using cache 23:13:37 ---> 244a2218e69d 23:13:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:37 ---> Using cache 23:13:37 ---> a754937d31f2 23:13:37 Step 5/23 : RUN apk add --update --no-cache make git 23:13:37 ---> Using cache 23:13:37 ---> 2c333a462808 23:13:37 Step 6/23 : COPY go.mod . 23:13:37 ---> Using cache 23:13:37 ---> 49df6c0c8b5b 23:13:37 Step 7/23 : RUN go mod download 23:13:37 ---> Using cache 23:13:37 ---> 1fb9ecb518fc 23:13:37 Step 8/23 : COPY . . 23:13:37 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 23:13:37 go: downloading github.com/lib/pq v1.9.0 23:13:37 ---> Using cache 23:13:37 ---> 4b6f320c5f4b 23:13:37 Step 9/23 : RUN make cmd/core-command/core-command 23:13:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:13:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:13:38 ---> 67d507fc8b0b 23:13:38 Step 3/24 : WORKDIR /edgex-go 23:13:38 ---> Using cache 23:13:38 ---> 244a2218e69d 23:13:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:38 ---> Using cache 23:13:38 ---> a754937d31f2 23:13:38 Step 5/24 : RUN apk add --update --no-cache make git 23:13:38 ---> Using cache 23:13:38 ---> 2c333a462808 23:13:38 Step 6/24 : COPY go.mod . 23:13:38 ---> Using cache 23:13:38 ---> 49df6c0c8b5b 23:13:38 Step 7/24 : RUN go mod download 23:13:38 ---> Using cache 23:13:38 ---> 1fb9ecb518fc 23:13:38 Step 8/24 : COPY . . 23:13:38 ---> Using cache 23:13:38 ---> 4b6f320c5f4b 23:13:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:13:38 Collecting websocket-client<1.0,>=0.32.0 23:13:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:13:39 Collecting docker<4.0,>=3.6.0 23:13:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:13:40 Building version 23:13:40 ---> Running in 937976faa761 23:13:40 ---> Running in d254ad725b4c 23:13:40 ---> Running in 6be3a7beccd1 23:13:42 Staging config-common 23:13:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:13:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:13:42 Collecting jsonschema<3,>=2.5.1 23:13:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:13:42 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 23:13:43 Skipping stage go-build-helper (already ran) 23:13:43 Skipping stage static-packages (already ran) 23:13:43 Skipping stage go115 (already ran) 23:13:43 Staging edgex-go 23:13:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:43 Collecting docker-pycreds>=0.4.0 23:13:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:13:43 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 23:13:44 Staging version 23:13:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:44 Collecting urllib3<1.25,>=1.21.1 23:13:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:13:45 Priming config-common 23:13:45 OK: 217 MiB in 51 packages 23:13:45 Collecting idna<2.8,>=2.5 23:13:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:13:45 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) 23:13:45 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) 23:13:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:13:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:13:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:13:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:13:45 Priming go-build-helper 23:13:46 Priming static-packages 23:13:47 Installing collected packages: docopt, PyYAML, dockerpty, cached-property, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docker-compose 23:13:47 Running setup.py install for docopt: started 23:13:48 Removing intermediate container 6be3a7beccd1 23:13:48 ---> d172665555f8 23:13:48 Step 6/23 : COPY go.mod . 23:13:48 Priming go115 23:13:49 ---> 0279237428a9 23:13:49 Step 7/23 : RUN go mod download 23:13:49 Priming edgex-go 23:13:49 ---> Running in dfb4e6249d86 23:13:50 Running setup.py install for docopt: finished with status 'done' 23:13:50 Running setup.py install for PyYAML: started 23:13:51 Priming version 23:13:51 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:13:54 Running setup.py install for PyYAML: finished with status 'done' 23:13:54 Running setup.py install for dockerpty: started 23:13:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:13:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:13:54 ---> 67d507fc8b0b 23:13:54 Step 3/22 : WORKDIR /edgex-go 23:13:54 ---> Using cache 23:13:54 ---> 244a2218e69d 23:13:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:54 ---> Using cache 23:13:54 ---> a754937d31f2 23:13:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:13:55 ---> Running in 2932517b934f 23:13:56 Removing intermediate container dfb4e6249d86 23:13:56 ---> 8d74fa952083 23:13:56 Step 8/23 : COPY . . 23:13:57 Running setup.py install for dockerpty: finished with status 'done' 23:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:57 Running setup.py install for texttable: started 23:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:58 OK: 217 MiB in 51 packages 23:14:00 Running setup.py install for texttable: finished with status 'done' 23:14:01 Attempting uninstall: urllib3 23:14:01 Found existing installation: urllib3 1.25.9 23:14:01 Uninstalling urllib3-1.25.9: 23:14:01 Successfully uninstalled urllib3-1.25.9 23:14:02 Removing intermediate container 2932517b934f 23:14:02 ---> 824a3cd2d03e 23:14:02 Attempting uninstall: idna 23:14:02 Step 6/22 : COPY go.mod . Found existing installation: idna 2.9 23:14:02 23:14:02 Uninstalling idna-2.9: 23:14:02 Successfully uninstalled idna-2.9 23:14:03 Attempting uninstall: requests 23:14:03 Found existing installation: requests 2.23.0 23:14:03 Uninstalling requests-2.23.0: 23:14:03 Successfully uninstalled requests-2.23.0 23:14:04 ---> 5ec072ad9b3e 23:14:04 Step 7/22 : RUN go mod download 23:14:04 ---> Running in fac1f39854fe 23:14:07 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 23:14:10 Removing intermediate container fac1f39854fe 23:14:10 ---> aabb2efc634e 23:14:10 Step 8/22 : COPY . . 23:14:16 Removing intermediate container 5864826a8a67 23:14:16 ---> 02b31b561465 23:14:16 Step 21/26 : RUN apk --no-cache add curl 23:14:16 ---> Running in f12e4dd78bd8 23:14:18 ---> 3190684617d9 23:14:18 Step 9/23 : RUN make cmd/core-data/core-data 23:14:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:14:19 ---> Running in a604ed11eb84 23:14:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:14:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:14:20 (2/3) Installing libcurl (7.69.1-r3) 23:14:20 (3/3) Installing curl (7.69.1-r3) 23:14:20 Executing busybox-1.31.1-r19.trigger 23:14:20 OK: 71 MiB in 58 packages 23:14:22 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 23:14:23 Removing intermediate container f12e4dd78bd8 23:14:23 ---> 1d6df785c11e 23:14:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:14:23 ---> Running in c86f815fe8f9 23:14:25 Removing intermediate container c86f815fe8f9 23:14:25 ---> 98b6e6376bbf 23:14:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:14:25 ---> Running in acf543a4bb1a 23:14:27 Removing intermediate container acf543a4bb1a 23:14:27 ---> 4fa5aa2187db 23:14:27 Step 24/26 : LABEL arch=arm64 23:14:27 ---> Running in 65ae2a4a6e57 23:14:28 Removing intermediate container 65ae2a4a6e57 23:14:28 ---> 9c11408d1ddc 23:14:28 Step 25/26 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:14:29 ---> Running in e7685ddc60ce 23:14:30 Removing intermediate container e7685ddc60ce 23:14:30 ---> f367736b28ec 23:14:30 Step 26/26 : LABEL version=0.0.0 23:14:30 ---> Running in e8b53e8b10e4 23:14:31 Removing intermediate container e8b53e8b10e4 23:14:31 ---> 2aafe059c781 23:14:31 23:14:32 Successfully built 2aafe059c781 23:14:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:14:32  Building docker-sys-mgmt-agent-go ... done  ---> 71fe75545e8f 23:14:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:14:33 ---> Running in cff92e4a5ed6 23:14:35 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 23:14:50 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 23:15:05 Removing intermediate container d254ad725b4c 23:15:05 ---> 40e83f26695a 23:15:05 23:15:05 Step 10/24 : FROM alpine:3.12 23:15:05 ---> afeebe901d6b 23:15:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:15:05 ---> Running in f4c5e5e8b0a3 23:15:06 Removing intermediate container 937976faa761 23:15:06 ---> a6da48da467d 23:15:06 23:15:06 Step 10/23 : FROM alpine:3.12 23:15:06 ---> afeebe901d6b 23:15:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:15:06 ---> Using cache 23:15:06 ---> 5f2282b35869 23:15:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:15:06 ---> Using cache 23:15:06 ---> a044d62fd999 23:15:06 Step 13/23 : ENV APP_PORT=48082 23:15:06 ---> Running in 99779282f538 23:15:07 Removing intermediate container 99779282f538 23:15:07 ---> fc1ddb0fa7a8 23:15:07 Step 14/23 : EXPOSE $APP_PORT 23:15:07 ---> Running in c68f754dd8d0 23:15:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:08 Removing intermediate container c68f754dd8d0 23:15:08 ---> a8bb729daeb4 23:15:08 Step 15/23 : WORKDIR / 23:15:08 ---> Running in f22d764bf7ac 23:15:08 (1/5) Installing ca-certificates (20191127-r4) 23:15:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:15:08 (3/5) Installing libcurl (7.69.1-r3) 23:15:08 (4/5) Installing curl (7.69.1-r3) 23:15:08 (5/5) Installing dumb-init (1.2.2-r1) 23:15:08 Executing busybox-1.31.1-r19.trigger 23:15:09 Executing ca-certificates-20191127-r4.trigger 23:15:09 OK: 7 MiB in 19 packages 23:15:09 Removing intermediate container f22d764bf7ac 23:15:09 ---> 84337706c32d 23:15:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:15:10 ---> b05c55011115 23:15:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:15:12 Removing intermediate container f4c5e5e8b0a3 23:15:12 ---> f1a6c6f035a0 23:15:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:15:12 ---> Running in e16fe1d37e40 23:15:13 ---> a3ff653484c4 23:15:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:15:13 Removing intermediate container e16fe1d37e40 23:15:13 ---> c33f42588ddd 23:15:13 Step 13/24 : WORKDIR / 23:15:13 ---> Running in 7677a4305a40 23:15:14 ---> 7741860c5d61 23:15:14 Step 19/23 : ENTRYPOINT ["/core-command"] 23:15:14 Removing intermediate container 7677a4305a40 23:15:14 ---> 93eaf3f9725c 23:15:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:15:15 ---> Running in 3a8087634f7d 23:15:16 Removing intermediate container 3a8087634f7d 23:15:16 ---> afea18794b64 23:15:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:15:16 ---> 645506980234 23:15:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:15:16 ---> Running in 9605a89f1ea6 23:15:17 Removing intermediate container 9605a89f1ea6 23:15:17 ---> c1df81a33857 23:15:17 Step 21/23 : LABEL arch=arm64 23:15:17 ---> 260b87079b2e 23:15:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:15:17 ---> Running in ec4ba61fb681 23:15:18 Removing intermediate container ec4ba61fb681 23:15:18 ---> b2d33c97d937 23:15:18 Step 22/23 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:15:18 ---> a2b421b43844 23:15:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:15:18 ---> Running in b0242966e905 23:15:19 Removing intermediate container b0242966e905 23:15:19 ---> 82e773abfeda 23:15:19 Step 23/23 : LABEL version=0.0.0 23:15:20 ---> Running in 36261e8f33b3 23:15:20 ---> 920ca9b3cff7 23:15:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:15:21 Removing intermediate container 36261e8f33b3 23:15:21 ---> 5427b00ae136 23:15:21 23:15:21 Successfully built 5427b00ae136 23:15:21 Successfully tagged docker-core-command-go-arm64:latest 23:15:22  Building docker-core-command-go ... done  ---> 482ed73a96b2 23:15:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:15:23 ---> 5f6e4bece73c 23:15:23 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/ 23:15:24 ---> Running in d62e125fb06a 23:15:28 Removing intermediate container d62e125fb06a 23:15:28 ---> 561dd68d0a52 23:15:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:15:28 ---> Running in d6650fdd9583 23:15:28 Removing intermediate container d6650fdd9583 23:15:28 ---> 2776607ecd6b 23:15:28 Step 22/24 : LABEL arch=arm64 23:15:29 ---> Running in d692a7cbd42b 23:15:29 Removing intermediate container d692a7cbd42b 23:15:29 ---> edf763b5afc4 23:15:29 Step 23/24 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:15:30 ---> Running in 8a02f2f3856b 23:15:30 Removing intermediate container 8a02f2f3856b 23:15:30 ---> d09139ed5df8 23:15:30 Step 24/24 : LABEL version=0.0.0 23:15:31 ---> Running in 0378f706da55 23:15:32 Removing intermediate container 0378f706da55 23:15:32 ---> 6afaa4c2c82c 23:15:32 23:15:32 Successfully built 6afaa4c2c82c 23:15:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:15:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container cff92e4a5ed6 23:15:40 ---> ddce66718a5c 23:15:40 23:15:40 Step 10/22 : FROM alpine:3.12 23:15:40 ---> afeebe901d6b 23:15:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:15:40 ---> Running in cbf9b2bbeaea 23:15:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:42 (1/2) Installing ca-certificates (20191127-r4) 23:15:42 (2/2) Installing dumb-init (1.2.2-r1) 23:15:42 Executing busybox-1.31.1-r19.trigger 23:15:42 Executing ca-certificates-20191127-r4.trigger 23:15:42 OK: 6 MiB in 16 packages 23:15:44 Removing intermediate container cbf9b2bbeaea 23:15:44 ---> 317dd95b5777 23:15:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:15:45 ---> Running in e161f719de61 23:15:45 Removing intermediate container e161f719de61 23:15:45 ---> 817af7f89618 23:15:45 Step 13/22 : ENV APP_PORT=48060 23:15:46 ---> Running in 0cdf1be63057 23:15:47 Removing intermediate container 0cdf1be63057 23:15:47 ---> 0d5f997a0200 23:15:47 Step 14/22 : EXPOSE $APP_PORT 23:15:47 ---> Running in 8b0334f35880 23:15:47 Removing intermediate container a604ed11eb84 23:15:47 ---> ad35c26fe942 23:15:47 23:15:47 Step 10/23 : FROM alpine:3.12 23:15:47 ---> afeebe901d6b 23:15:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:15:47 ---> Running in 4374f7116bc9 23:15:47 Removing intermediate container 8b0334f35880 23:15:47 ---> 6564d2f9a4e4 23:15:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:15:48 Removing intermediate container 4374f7116bc9 23:15:48 ---> 6bf1fc6d458a 23:15:48 Step 12/23 : ENV APP_PORT=48080 23:15:48 ---> Running in 2b3dfb7f6a52 23:15:48 ---> 58ef9a8891e3 23:15:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:15:49 Removing intermediate container 2b3dfb7f6a52 23:15:49 ---> 9c5f29c663ec 23:15:49 Step 13/23 : EXPOSE $APP_PORT 23:15:49 ---> Running in dd03a5f88f4a 23:15:49 Removing intermediate container dd03a5f88f4a 23:15:49 ---> 9661f005e899 23:15:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:50 ---> dc1f0a53a940 23:15:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:15:50 ---> Running in 0e5e6b2cc1fc 23:15:50 ---> 5dfb0bff6670 23:15:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:15:50 ---> Running in 48b99fa6d07e 23:15:51 Removing intermediate container 48b99fa6d07e 23:15:51 ---> f5524e6f858f 23:15:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:15:51 ---> Running in d7099ef0ce42 23:15:52 Removing intermediate container d7099ef0ce42 23:15:52 ---> 55cd7d04169b 23:15:52 Step 20/22 : LABEL arch=arm64 23:15:52 Removing intermediate container 0e5e6b2cc1fc 23:15:52 ---> bcd18c4be669 23:15:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:15:52 ---> Running in cb1152345a86 23:15:52 ---> Running in 42ce3e7f11dc 23:15:52 Removing intermediate container cb1152345a86 23:15:52 ---> f4099349cdac 23:15:52 Step 21/22 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:15:53 ---> Running in 51dbf6a1ee1d 23:15:53 Removing intermediate container 51dbf6a1ee1d 23:15:53 ---> 8dc888404e90 23:15:53 Step 22/22 : LABEL version=0.0.0 23:15:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:53 ---> Running in 972528325b32 23:15:54 Removing intermediate container 972528325b32 23:15:54 ---> a686d548275e 23:15:54 23:15:54 Successfully built a686d548275e 23:15:54 Successfully tagged docker-support-notifications-go-arm64:latest 23:15:58  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:16:01 (1/6) Installing dumb-init (1.2.2-r1) 23:16:01 (2/6) Installing libgcc (9.3.0-r2) 23:16:01 (3/6) Installing libsodium (1.0.18-r0) 23:16:01 (4/6) Installing libstdc++ (9.3.0-r2) 23:16:02 (5/6) Installing libzmq (4.3.3-r0) 23:16:02 (6/6) Installing zeromq (4.3.3-r0) 23:16:02 Executing busybox-1.31.1-r19.trigger 23:16:02 OK: 8 MiB in 20 packages 23:16:04 Removing intermediate container 42ce3e7f11dc 23:16:04 ---> 8b2560b595d8 23:16:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:16:05 ---> 1f224843c6aa 23:16:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:16:06 ---> ac2309258974 23:16:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:16:06 ---> 3c6f2aad3338 23:16:06 Step 19/23 : ENTRYPOINT ["/core-data"] 23:16:07 ---> Running in 9db9e2b463b0 23:16:07 Removing intermediate container 9db9e2b463b0 23:16:07 ---> 9ad8b7ab4fc4 23:16:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:16:07 ---> Running in 2d58cad1eafc 23:16:08 Removing intermediate container 2d58cad1eafc 23:16:08 ---> 9c8b22467d87 23:16:08 Step 21/23 : LABEL arch=arm64 23:16:08 ---> Running in d44a2d2045a0 23:16:08 Removing intermediate container d44a2d2045a0 23:16:08 ---> a0e9775acd8d 23:16:08 Step 22/23 : LABEL git_sha=dc63644ea248e6ce356266c67f53ffdc1b82d084 23:16:09 ---> Running in 525ee620ccf0 23:16:09 Removing intermediate container 525ee620ccf0 23:16:09 ---> db300d6effa3 23:16:09 Step 23/23 : LABEL version=0.0.0 23:16:09 ---> Running in 3485efba0564 23:16:10 Removing intermediate container 3485efba0564 23:16:10 ---> cf2358f8548e 23:16:10 23:16:10 Successfully built cf2358f8548e 23:16:10 Successfully tagged docker-core-data-go-arm64:latest 23:16:11  Building docker-core-data-go ... done  [Pipeline] } 23:16:11 $ docker stop --time=1 9ea63a5d988dc28815f5370754d88a80c617148dadcc2211fa5ef109a00a0f6e 23:16:13 $ docker rm -f 9ea63a5d988dc28815f5370754d88a80c617148dadcc2211fa5ef109a00a0f6e [Pipeline] // withDockerContainer [Pipeline] sh 23:16:13 + docker images+ 23:16:13 grep docker 23:16:14 docker-core-data-go-arm64 latest cf2358f8548e 5 seconds ago 21MB 23:16:14 docker-support-notifications-go-arm64 latest a686d548275e 21 seconds ago 15.9MB 23:16:14 docker-security-secretstore-setup-go-arm64 latest 6afaa4c2c82c 43 seconds ago 23.4MB 23:16:14 docker-core-command-go-arm64 latest 5427b00ae136 54 seconds ago 15.4MB 23:16:14 docker-sys-mgmt-agent-go-arm64 latest 2aafe059c781 About a minute ago 300MB 23:16:14 docker-security-bootstrapper-go-arm64 latest 862052858fd5 2 minutes ago 40.3MB 23:16:14 docker-core-metadata-go-arm64 latest 5abd438797b2 3 minutes ago 17.7MB 23:16:14 docker-support-scheduler-go-arm64 latest 85bbb0cb3aba 3 minutes ago 15.5MB 23:16:14 docker-security-proxy-setup-go-arm64 latest a0a99f019602 3 minutes ago 23.3MB 23:16:14 docker 20.10.0 eeaf43b92773 4 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 23:16:16 provisioning config files... 23:16:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config4063336691287412063tmp [Pipeline] { [Pipeline] sh 23:16:16 + set +x 23:16:16 + curl -s https://codecov.io/bash 23:16:16 + bash -s -- 23:16:17 23:16:17 _____ _ 23:16:17 / ____| | | 23:16:17 | | ___ __| | ___ ___ _____ __ 23:16:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:16:17 | |___| (_) | (_| | __/ (_| (_) \ V / 23:16:17 \_____\___/ \__,_|\___|\___\___/ \_/ 23:16:17 Bash-20201231-23d4836 23:16:17 23:16:17 23:16:17 ==> git version 2.24.3 found 23:16:17 ==> 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 23:16:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:16:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:16:17 ==> Jenkins CI detected. 23:16:17 project root: . 23:16:17 --> token set from env 23:16:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:16:17 ==> Running gcov in . (disable via -X gcov) 23:16:17 ==> Python coveragepy not found 23:16:17 ==> Searching for coverage reports in: 23:16:17 + . 23:16:17 -> Found 1 reports 23:16:17 ==> Detecting git/mercurial file structure 23:16:17 ==> Reading reports 23:16:17 + ./coverage.out bytes=558011 23:16:17 ==> Appending adjustments 23:16:17 https://docs.codecov.io/docs/fixing-reports 23:16:21 + Found adjustments 23:16:21 ==> Gzipping contents 23:16:21 84K /tmp/codecov.rxYfit.gz 23:16:21 ==> Uploading reports 23:16:21 url: https://codecov.io 23:16:21 query: branch=PR-2970&commit=dc63644ea248e6ce356266c67f53ffdc1b82d084&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 23:16:21 -> Pinging Codecov 23:16:21 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=dc63644ea248e6ce356266c67f53ffdc1b82d084&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 23:16:21 -> Uploading to 23:16:21 https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/dc63644ea248e6ce356266c67f53ffdc1b82d084/81f4ef00-316d-436d-bc25-cb0863db5406.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T231621Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5822a0ccc5cdda8efe1317f27162f51ab08d947b558aa8481ac1bf39fbc116a 23:16:21 % Total % Received % Xferd Average Speed Time Time Time Current 23:16:21 Dload Upload Total Spent Left Speed 23:16:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84911 0 0 100 84911 0 146k --:--:-- --:--:-- --:--:-- 146k 23:16:22 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/dc63644ea248e6ce356266c67f53ffdc1b82d084 [Pipeline] } 23:16:22 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 23:16:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:16:24 ---> package-listing.sh 23:16:24 ++ facter osfamily 23:16:24 ++ tr '[:upper:]' '[:lower:]' 23:16:25 + OS_FAMILY=redhat 23:16:25 + workspace=/w/workspace/edgex-go/23 23:16:25 + START_PACKAGES=/tmp/packages_start.txt 23:16:25 + END_PACKAGES=/tmp/packages_end.txt 23:16:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:16:25 + PACKAGES=/tmp/packages_start.txt 23:16:25 + '[' /w/workspace/edgex-go/23 ']' 23:16:25 + PACKAGES=/tmp/packages_end.txt 23:16:25 + case "${OS_FAMILY}" in 23:16:25 + rpm -qa 23:16:25 + sort 23:16:30 + '[' -f /tmp/packages_start.txt ']' 23:16:30 + '[' -f /tmp/packages_end.txt ']' 23:16:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:16:30 + '[' /w/workspace/edgex-go/23 ']' 23:16:30 + mkdir -p /w/workspace/edgex-go/23/archives/ 23:16:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo 23:16:30 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:16:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:16:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:31 23:16:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:16:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:31 alpine: Pulling from edgex-lftools-log-publisher 23:16:31 df20fa9351a1: Pulling fs layer 23:16:31 36b3adc4ff6f: Pulling fs layer 23:16:31 8ad3a11d3b57: Pulling fs layer 23:16:31 46f8f816bc3b: Pulling fs layer 23:16:31 93b61091891f: Pulling fs layer 23:16:31 93b9cdb0e59b: Pulling fs layer 23:16:31 5e14af77c1be: Pulling fs layer 23:16:31 01666e4c0597: Pulling fs layer 23:16:31 aa168da1d23b: Pulling fs layer 23:16:31 46f8f816bc3b: Waiting 23:16:31 93b61091891f: Waiting 23:16:31 93b9cdb0e59b: Waiting 23:16:31 5e14af77c1be: Waiting 23:16:31 01666e4c0597: Waiting 23:16:31 36b3adc4ff6f: Verifying Checksum 23:16:31 36b3adc4ff6f: Download complete 23:16:31 46f8f816bc3b: Verifying Checksum 23:16:31 46f8f816bc3b: Download complete 23:16:31 df20fa9351a1: Verifying Checksum 23:16:31 93b9cdb0e59b: Download complete 23:16:31 93b61091891f: Download complete 23:16:31 5e14af77c1be: Download complete 23:16:31 01666e4c0597: Verifying Checksum 23:16:31 01666e4c0597: Download complete 23:16:31 8ad3a11d3b57: Verifying Checksum 23:16:31 8ad3a11d3b57: Download complete 23:16:32 df20fa9351a1: Pull complete 23:16:32 36b3adc4ff6f: Pull complete 23:16:33 8ad3a11d3b57: Pull complete 23:16:33 46f8f816bc3b: Pull complete 23:16:34 93b61091891f: Pull complete 23:16:34 aa168da1d23b: Verifying Checksum 23:16:34 aa168da1d23b: Download complete 23:16:35 93b9cdb0e59b: Pull complete 23:16:36 5e14af77c1be: Pull complete 23:16:36 01666e4c0597: Pull complete 23:16:46 aa168da1d23b: Pull complete 23:16:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:16:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:16:47 prd-centos7-docker-4c-2g-20043 does not seem to be running inside a container 23:16:47 $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-lftools-log-publisher:alpine cat 23:16:50 $ docker top 1315e0a0be64cffe997c8ba1d05a186d627a2a6622a5e775f22fe952c1f6918f -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:51 + touch /tmp/pre-build-complete [Pipeline] sh 23:16:51 + mkdir -p /var/log/sa [Pipeline] sh 23:16:51 + ls /var/log/sa-host 23:16:51 + sadf -c /var/log/sa-host/sa13 23:16:51 file_magic: OK 23:16:51 HZ: Using current value: 100 23:16:51 file_header: OK 23:16:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:16:51 Statistics: 23:16:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:16:51 File successfully converted to sysstat format version 12.2.1 23:16:51 + sadf -c /var/log/sa-host/sa23 23:16:51 file_magic: OK 23:16:51 HZ: Using current value: 100 23:16:51 file_header: OK 23:16:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:16:51 Statistics: 23:16:51 Hnuu...uuuununununu... 23:16:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:16:52 provisioning config files... 23:16:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config9118985568126717858tmp [Pipeline] { [Pipeline] echo 23:16:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:16:52 ---> create-netrc.sh [Pipeline] } 23:16:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:16:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:16:53 ---> python-tools-install.sh [Pipeline] echo 23:16:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:16:53 ---> sudo-logs.sh 23:16:53 Archiving 'sudo' log.. [Pipeline] echo 23:16:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:16:54 ---> job-cost.sh 23:16:54 lf-activate-venv: SKIPPING 23:16:54 INFO: No Stack... 23:16:54 INFO: Retrieving Pricing Info for: v1-standard-2 23:16:55 INFO: Archiving Costs [Pipeline] echo 23:16:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:16:55 ---> logs-deploy.sh 23:16:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/23 23:16:55 INFO: archiving workspace using pattern(s): 23:16:57 Archives upload complete. 23:16:57 INFO: archiving logs to Nexus 23:16:58 ---> uname -a: 23:16:58 Linux prd-centos7-docker-4c-2g-20043.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:16:58 23:16:58 23:16:58 ---> lscpu: 23:16:58 Architecture: x86_64 23:16:58 CPU op-mode(s): 32-bit, 64-bit 23:16:58 Byte Order: Little Endian 23:16:58 Address sizes: 40 bits physical, 48 bits virtual 23:16:58 CPU(s): 4 23:16:58 On-line CPU(s) list: 0-3 23:16:58 Thread(s) per core: 1 23:16:58 Core(s) per socket: 1 23:16:58 Socket(s): 4 23:16:58 NUMA node(s): 1 23:16:58 Vendor ID: GenuineIntel 23:16:58 CPU family: 6 23:16:58 Model: 44 23:16:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:16:58 Stepping: 1 23:16:58 CPU MHz: 2933.436 23:16:58 BogoMIPS: 5866.87 23:16:58 Virtualization: VT-x 23:16:58 Hypervisor vendor: KVM 23:16:58 Virtualization type: full 23:16:58 L1d cache: 128 KiB 23:16:58 L1i cache: 128 KiB 23:16:58 L2 cache: 16 MiB 23:16:58 L3 cache: 64 MiB 23:16:58 NUMA node0 CPU(s): 0-3 23:16:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:16:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:16:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:16:58 Vulnerability Meltdown: Mitigation; PTI 23:16:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:16:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:16:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:16:58 Vulnerability Srbds: Not affected 23:16:58 Vulnerability Tsx async abort: Not affected 23:16:58 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 23:16:58 23:16:58 23:16:58 ---> nproc: 23:16:58 4 23:16:58 23:16:58 23:16:58 ---> df -h: 23:16:58 Filesystem Size Used Available Use% Mounted on 23:16:58 overlay 50.0G 11.7G 38.3G 23% / 23:16:58 tmpfs 64.0M 0 64.0M 0% /dev 23:16:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:16:58 shm 64.0M 0 64.0M 0% /dev/shm 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/23 23:16:58 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/23@tmp 23:16:58 23:16:58 23:16:58 ---> free -m: 23:16:58 total used free shared buff/cache available 23:16:58 Mem: 1837 696 114 0 1026 1053 23:16:58 Swap: 1023 65 958 23:16:58 23:16:58 23:16:58 ---> ip addr: 23:16:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:16:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:16:58 inet 127.0.0.1/8 scope host lo 23:16:58 valid_lft forever preferred_lft forever 23:16:58 inet6 ::1/128 scope host 23:16:58 valid_lft forever preferred_lft forever 23:16:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:16:58 link/ether fa:16:3e:24:1e:b8 brd ff:ff:ff:ff:ff:ff 23:16:58 inet 10.30.122.161/23 brd 10.30.123.255 scope global dynamic eth0 23:16:58 valid_lft 85254sec preferred_lft 85254sec 23:16:58 inet6 fe80::f816:3eff:fe24:1eb8/64 scope link 23:16:58 valid_lft forever preferred_lft forever 23:16:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:16:58 link/ether 02:42:31:b6:af:37 brd ff:ff:ff:ff:ff:ff 23:16:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:16:58 valid_lft forever preferred_lft forever 23:16:58 inet6 fe80::42:31ff:feb6:af37/64 scope link 23:16:58 valid_lft forever preferred_lft forever 23:16:58 23:16:58 23:16:58 ---> sar -b -r -n DEV: 23:16:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) 23:16:58 23:16:58 22:57:41 LINUX RESTART (4 CPU) 23:16:58 23:16:58 22:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:16:58 22:59:02 146.82 48.60 98.22 0.00 8083.47 44699.05 0.00 23:16:58 23:00:01 278.42 117.17 161.25 0.00 7270.23 52001.12 0.00 23:16:58 23:01:01 206.11 77.07 129.04 0.00 2709.66 17595.00 0.00 23:16:58 23:02:01 110.46 45.79 64.67 0.00 1982.93 5907.42 0.00 23:16:58 23:03:01 126.04 37.85 88.19 0.00 2616.80 24074.63 0.00 23:16:58 23:04:02 1680.05 1381.88 298.17 0.00 131858.20 187907.23 0.00 23:16:58 23:05:02 1916.88 1682.91 233.97 0.00 105389.82 117257.28 0.00 23:16:58 23:06:01 909.00 555.74 353.25 0.00 92861.21 125834.77 0.00 23:16:58 23:07:02 1657.41 1312.03 345.39 0.00 77738.84 87139.38 0.00 23:16:58 23:08:01 703.79 516.44 187.35 0.00 34032.81 38445.46 0.00 23:16:58 23:09:01 1.78 0.03 1.75 0.00 0.40 32.76 0.00 23:16:58 23:10:01 1.43 1.23 0.20 0.00 93.79 1.97 0.00 23:16:58 23:11:01 0.34 0.00 0.34 0.00 0.00 3.61 0.00 23:16:58 23:12:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 23:16:58 23:13:01 2.15 1.95 0.20 0.00 61.02 2.15 0.00 23:16:58 23:14:01 0.85 0.03 0.82 0.00 1.07 14.69 0.00 23:16:58 23:15:01 0.28 0.02 0.27 0.00 1.07 3.50 0.00 23:16:58 23:16:01 0.22 0.00 0.22 0.00 0.00 2.61 0.00 23:16:58 Average: 431.53 322.29 109.23 0.00 25911.61 39057.01 0.00 23:16:58 23:16:58 22:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:16:58 22:59:02 73696 0 652620 34.69 2620 1152608 1310068 44.71 576264 1026384 107648 23:16:58 23:00:01 81728 0 726620 38.62 1560 1071636 1521328 51.92 570352 953404 98440 23:16:58 23:01:01 193644 0 743192 39.50 1492 943216 1634780 55.79 608864 796536 41200 23:16:58 23:02:01 241208 0 788676 41.92 732 850928 1796812 61.32 623248 727200 55948 23:16:58 23:03:01 200628 0 734452 39.03 404 946060 1317932 44.98 551312 842708 16 23:16:58 23:04:02 69956 0 835684 44.41 0 975904 2345584 80.05 775248 820388 65376 23:16:58 23:05:02 416196 0 872464 46.37 0 592884 2956012 100.88 569292 629980 70056 23:16:58 23:06:01 119112 0 893384 47.48 0 869048 2833268 96.69 812460 715104 7304 23:16:58 23:07:02 52372 0 746596 39.68 0 1082576 1884532 64.32 686312 896816 33144 23:16:58 23:08:01 452204 0 619300 32.91 0 810040 1234100 42.12 417840 777368 20 23:16:58 23:09:01 456868 0 614600 32.66 0 810076 1203916 41.09 414432 776684 12 23:16:58 23:10:01 454784 0 613852 32.62 0 812908 1203944 41.09 414664 779244 12 23:16:58 23:11:01 455788 0 612840 32.57 0 812916 1192588 40.70 413752 779080 12 23:16:58 23:12:01 455940 0 612684 32.56 0 812920 1192588 40.70 413756 779080 8 23:16:58 23:13:01 453752 0 613768 32.62 0 814024 1192732 40.71 414556 779792 28 23:16:58 23:14:01 453348 0 614164 32.64 0 814032 1192768 40.71 414624 779792 8 23:16:58 23:15:01 453716 0 613792 32.62 0 814036 1192720 40.71 414756 779792 8 23:16:58 23:16:01 453988 0 613512 32.61 0 814044 1192588 40.70 414088 779796 8 23:16:58 Average: 307718 0 695678 36.97 378 877770 1577681 53.84 528101 801064 26625 23:16:58 23:16:58 22:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:16:58 22:59:02 veth76a8157 592.71 538.22 57.70 1853.59 0.00 0.00 0.00 0.00 23:16:58 22:59:02 eth0 1488.26 1348.74 5534.17 175.68 0.00 0.00 0.00 0.00 23:16:58 22:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 22:59:02 docker0 592.71 538.12 49.60 1853.62 0.00 0.00 0.00 0.00 23:16:58 23:00:01 veth0c714ee 98.02 124.36 9.01 478.60 0.00 0.00 0.00 0.00 23:16:58 23:00:01 eth0 722.43 654.79 4565.26 78.56 0.00 0.00 0.00 0.00 23:16:58 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:00:01 docker0 412.11 415.05 31.11 1675.27 0.00 0.00 0.00 0.00 23:16:58 23:01:01 eth0 29.91 17.85 29.89 10.99 0.00 0.00 0.00 0.00 23:16:58 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:01:01 vethd464fad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:16:58 23:01:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:02:01 eth0 30.70 22.25 18.19 70.16 0.00 0.00 0.00 0.00 23:16:58 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:02:01 vethd464fad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:03:01 eth0 177.37 140.64 1692.63 22.49 0.00 0.00 0.00 0.00 23:16:58 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:04:02 eth0 91.93 73.88 179.22 62.14 0.00 0.00 0.00 0.00 23:16:58 23:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:04:02 vethdfb0562 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 23:16:58 23:04:02 docker0 32.24 36.56 2.10 146.14 0.00 0.00 0.00 0.00 23:16:58 23:05:02 veth2fedad7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:16:58 23:05:02 veth7176584 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:16:58 23:05:02 eth0 8.23 4.28 6.74 3.56 0.00 0.00 0.00 0.00 23:16:58 23:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:06:01 veth32cefb6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:06:01 veth676d9ef 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 23:16:58 23:06:01 eth0 279.74 200.66 1897.77 102.30 0.00 0.00 0.00 0.00 23:16:58 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:07:02 eth0 61.70 32.62 122.99 19.54 0.00 0.00 0.00 0.00 23:16:58 23:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:07:02 vethdfb0562 0.00 1.02 0.00 0.05 0.00 0.00 0.00 0.00 23:16:58 23:07:02 veth10342e7 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 23:16:58 23:08:01 eth0 81.01 53.02 144.12 73.82 0.00 0.00 0.00 0.00 23:16:58 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:08:01 docker0 1129.65 1137.71 88.75 4502.89 0.00 0.00 0.00 0.00 23:16:58 23:09:01 eth0 2.10 0.70 1.11 0.43 0.00 0.00 0.00 0.00 23:16:58 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:10:01 eth0 1.05 0.37 0.32 0.23 0.00 0.00 0.00 0.00 23:16:58 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:16:58 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:12:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:16:58 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:13:01 eth0 1.35 0.40 0.33 0.20 0.00 0.00 0.00 0.00 23:16:58 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:14:01 eth0 1.13 0.52 0.45 0.27 0.00 0.00 0.00 0.00 23:16:58 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:15:01 eth0 0.63 0.43 0.37 0.21 0.00 0.00 0.00 0.00 23:16:58 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:16:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 Average: eth0 165.11 141.42 785.31 34.44 0.00 0.00 0.00 0.00 23:16:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:58 Average: docker0 61.89 62.33 4.86 246.68 0.00 0.00 0.00 0.00 23:16:58 23:16:58 23:16:58 ---> sar -P ALL: 23:16:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) 23:16:58 23:16:58 22:57:41 LINUX RESTART (4 CPU) 23:16:58 23:16:58 22:58:01 CPU %user %nice %system %iowait %steal %idle 23:16:58 22:59:02 all 18.39 0.00 10.10 4.66 0.92 65.94 23:16:58 22:59:02 0 17.83 0.00 11.24 5.65 0.91 64.37 23:16:58 22:59:02 1 18.22 0.00 8.97 5.24 0.98 66.59 23:16:58 22:59:02 2 19.62 0.00 12.15 4.25 0.93 63.04 23:16:58 22:59:02 3 17.86 0.00 8.04 3.49 0.86 69.75 23:16:58 23:00:01 all 14.94 0.00 8.94 3.59 0.42 72.12 23:16:58 23:00:01 0 13.64 0.00 10.90 4.08 0.30 71.09 23:16:58 23:00:01 1 20.13 0.00 8.69 2.32 0.40 68.46 23:16:58 23:00:01 2 13.51 0.00 8.61 4.78 0.49 72.61 23:16:58 23:00:01 3 12.48 0.00 7.56 3.17 0.49 76.29 23:16:58 23:01:01 all 40.57 0.00 12.23 4.77 2.99 39.44 23:16:58 23:01:01 0 36.18 0.00 11.50 3.93 3.65 44.75 23:16:58 23:01:01 1 41.77 0.00 12.38 4.15 3.17 38.52 23:16:58 23:01:01 2 41.07 0.00 12.64 5.89 2.44 37.95 23:16:58 23:01:01 3 43.31 0.00 12.41 5.11 2.69 36.48 23:16:58 23:02:01 all 48.74 0.00 13.16 3.52 2.97 31.62 23:16:58 23:02:01 0 43.99 0.00 12.33 4.06 3.86 35.77 23:16:58 23:02:01 1 50.75 0.00 13.20 2.17 2.28 31.59 23:16:58 23:02:01 2 49.48 0.00 13.69 5.03 2.69 29.11 23:16:58 23:02:01 3 50.82 0.00 13.42 2.79 3.04 29.93 23:16:58 23:03:01 all 31.33 0.00 11.70 2.46 1.93 52.57 23:16:58 23:03:01 0 30.27 0.00 11.25 2.35 2.28 53.84 23:16:58 23:03:01 1 31.10 0.00 11.82 4.33 1.85 50.90 23:16:58 23:03:01 2 32.02 0.00 11.73 2.03 1.80 52.42 23:16:58 23:03:01 3 31.94 0.00 12.01 1.12 1.81 53.12 23:16:58 23:04:02 all 20.95 0.00 28.58 14.30 1.62 34.56 23:16:58 23:04:02 0 19.39 0.00 26.01 15.88 1.98 36.73 23:16:58 23:04:02 1 21.50 0.00 29.68 13.66 1.52 33.63 23:16:58 23:04:02 2 21.31 0.00 29.02 14.04 1.61 34.01 23:16:58 23:04:02 3 21.60 0.00 29.64 13.57 1.35 33.84 23:16:58 23:05:02 all 51.19 0.00 21.89 13.76 0.40 12.76 23:16:58 23:05:02 0 50.28 0.00 20.73 12.67 0.43 15.90 23:16:58 23:05:02 1 51.59 0.00 21.89 12.95 0.38 13.20 23:16:58 23:05:02 2 51.59 0.00 21.79 14.43 0.45 11.74 23:16:58 23:05:02 3 51.32 0.00 23.16 14.99 0.34 10.19 23:16:58 23:06:01 all 28.35 0.00 25.00 20.76 2.97 22.93 23:16:58 23:06:01 0 28.39 0.00 22.23 22.17 3.05 24.16 23:16:58 23:06:01 1 28.19 0.00 25.44 17.56 3.08 25.73 23:16:58 23:06:01 2 28.30 0.00 25.09 22.96 3.20 20.45 23:16:58 23:06:01 3 28.51 0.00 27.30 20.34 2.52 21.33 23:16:58 23:07:02 all 42.41 0.00 23.12 23.03 1.68 9.75 23:16:58 23:07:02 0 42.80 0.00 22.32 26.75 1.51 6.62 23:16:58 23:07:02 1 41.52 0.00 24.04 21.48 1.94 11.03 23:16:58 23:07:02 2 42.94 0.00 23.09 23.18 1.62 9.17 23:16:58 23:07:02 3 42.41 0.00 23.04 20.72 1.64 12.19 23:16:58 23:08:01 all 16.03 0.00 11.60 13.90 0.79 57.68 23:16:58 23:08:01 0 15.36 0.00 10.95 13.01 0.84 59.84 23:16:58 23:08:01 1 16.92 0.00 11.99 15.33 0.74 55.02 23:16:58 23:08:01 2 15.24 0.00 12.37 14.50 0.79 57.11 23:16:58 23:08:01 3 16.63 0.00 11.10 12.75 0.78 58.73 23:16:58 23:09:01 all 0.15 0.00 0.05 0.00 0.06 99.75 23:16:58 23:09:01 0 0.02 0.00 0.05 0.00 0.05 99.88 23:16:58 23:09:01 1 0.47 0.00 0.05 0.00 0.10 99.38 23:16:58 23:09:01 2 0.08 0.00 0.05 0.00 0.07 99.80 23:16:58 23:09:01 3 0.03 0.00 0.03 0.00 0.02 99.92 23:16:58 23:16:58 23:09:01 CPU %user %nice %system %iowait %steal %idle 23:16:58 23:10:01 all 0.18 0.00 0.08 0.00 0.02 99.72 23:16:58 23:10:01 0 0.08 0.00 0.08 0.00 0.02 99.82 23:16:58 23:10:01 1 0.43 0.00 0.10 0.00 0.02 99.45 23:16:58 23:10:01 2 0.15 0.00 0.08 0.00 0.02 99.75 23:16:58 23:10:01 3 0.07 0.00 0.05 0.00 0.03 99.85 23:16:58 23:11:01 all 0.14 0.00 0.03 0.00 0.02 99.81 23:16:58 23:11:01 0 0.05 0.00 0.05 0.00 0.05 99.85 23:16:58 23:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:16:58 23:11:01 2 0.51 0.00 0.02 0.00 0.02 99.46 23:16:58 23:11:01 3 0.00 0.00 0.03 0.00 0.00 99.97 23:16:58 23:12:01 all 0.16 0.00 0.06 0.00 0.03 99.75 23:16:58 23:12:01 0 0.07 0.00 0.08 0.00 0.05 99.80 23:16:58 23:12:01 1 0.02 0.00 0.07 0.00 0.03 99.88 23:16:58 23:12:01 2 0.52 0.00 0.05 0.00 0.02 99.42 23:16:58 23:12:01 3 0.03 0.00 0.03 0.00 0.03 99.90 23:16:58 23:13:01 all 0.15 0.00 0.08 0.03 0.03 99.71 23:16:58 23:13:01 0 0.03 0.00 0.08 0.02 0.02 99.85 23:16:58 23:13:01 1 0.08 0.00 0.05 0.02 0.03 99.82 23:16:58 23:13:01 2 0.48 0.00 0.17 0.08 0.03 99.23 23:16:58 23:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 23:16:58 23:14:01 all 0.13 0.00 0.04 0.00 0.03 99.80 23:16:58 23:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 23:16:58 23:14:01 1 0.10 0.00 0.03 0.00 0.05 99.82 23:16:58 23:14:01 2 0.38 0.00 0.03 0.00 0.02 99.57 23:16:58 23:14:01 3 0.03 0.00 0.05 0.00 0.05 99.87 23:16:58 23:15:01 all 0.15 0.00 0.04 0.00 0.04 99.77 23:16:58 23:15:01 0 0.03 0.00 0.05 0.00 0.03 99.88 23:16:58 23:15:01 1 0.50 0.00 0.07 0.00 0.05 99.38 23:16:58 23:15:01 2 0.03 0.00 0.00 0.00 0.07 99.90 23:16:58 23:15:01 3 0.05 0.00 0.03 0.00 0.02 99.90 23:16:58 23:16:01 all 0.14 0.00 0.03 0.00 0.02 99.80 23:16:58 23:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 23:16:58 23:16:01 1 0.48 0.00 0.03 0.00 0.02 99.47 23:16:58 23:16:01 2 0.05 0.00 0.05 0.00 0.03 99.87 23:16:58 23:16:01 3 0.02 0.00 0.03 0.00 0.02 99.93 23:16:58 Average: all 16.94 0.00 8.99 5.64 0.91 67.52 23:16:58 Average: 0 16.13 0.00 8.64 5.96 1.03 68.23 23:16:58 Average: 1 17.47 0.00 9.08 5.35 0.90 67.20 23:16:58 Average: 2 17.09 0.00 9.20 5.98 0.88 66.86 23:16:58 Average: 3 17.07 0.00 9.03 5.26 0.84 67.79 23:16:58 23:16:58 23:16:58