Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 595ab995126c135fe63cd405ae42b5274b5528dd+c250855f865f8c62af0409146ed617a84f3308da (7928e72a814a0690b74a184bc5494a8e057ffa82) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24975 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 595ab995126c135fe63cd405ae42b5274b5528dd Merge succeeded, producing 595ab995126c135fe63cd405ae42b5274b5528dd Checking out Revision 595ab995126c135fe63cd405ae42b5274b5528dd (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:49:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:49:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:49:46 ========================================================= 10:49:46 EdgeX Global Pipelines Version Info 10:49:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:49:48 ------------------- 10:49:48 stable info: 10:49:48 ------------------- 10:49:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:48 Message: update stable to v1.0.179 10:49:49 ------------------- 10:49:49 experimental info: 10:49:49 ------------------- 10:49:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:49 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:49:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:49:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:49:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:49:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:49:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:49:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:49:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:49:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:49:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:49:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:49:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:49:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:49:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:49:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:49:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:49:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:49:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 10:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 10:49:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 10:49:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 595ab995126c135fe63cd405ae42b5274b5528dd [Pipeline] echo 10:49:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 595ab99 [Pipeline] echo 10:49:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:49:54 provisioning config files... 10:49:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8596796620752689215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:49:55 ---> docker-login.sh 10:49:55 nexus3.edgexfoundry.org:10001 10:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:55 Configure a credential helper to remove this warning. See 10:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:55 10:49:55 Login Succeeded 10:49:55 nexus3.edgexfoundry.org:10002 10:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:55 Configure a credential helper to remove this warning. See 10:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:55 10:49:55 Login Succeeded 10:49:55 nexus3.edgexfoundry.org:10003 10:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:55 Configure a credential helper to remove this warning. See 10:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:55 10:49:55 Login Succeeded 10:49:55 nexus3.edgexfoundry.org:10004 10:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:56 Configure a credential helper to remove this warning. See 10:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:56 10:49:56 Login Succeeded 10:49:56 docker.io 10:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:56 Configure a credential helper to remove this warning. See 10:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:56 10:49:56 Login Succeeded 10:49:56 ---> docker-login.sh ends [Pipeline] } 10:49:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:49:57 ++ 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 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/core-command/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo core-command,cmd/core-command/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/core-data/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo core-data,cmd/core-data/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/core-metadata/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo core-metadata,cmd/core-metadata/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/security-bootstrapper/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/security-proxy-setup/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/support-notifications/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo support-notifications,cmd/support-notifications/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/support-scheduler/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:49:57 + for file in '`ls cmd/**/Dockerfile`' 10:49:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:49:57 ++ cut -d/ -f2 10:49:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:49:57 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 10:49:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:58 10:49:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:49:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:58 latest: Pulling from edgex-devops/git-semver 10:49:58 31603596830f: Pulling fs layer 10:49:58 2a8b12db71e7: Pulling fs layer 10:49:58 6ca5941a6612: Pulling fs layer 10:49:58 ecc8261a40a4: Pulling fs layer 10:49:58 ecc8261a40a4: Waiting 10:49:58 2a8b12db71e7: Verifying Checksum 10:49:58 2a8b12db71e7: Download complete 10:49:58 31603596830f: Verifying Checksum 10:49:58 31603596830f: Download complete 10:49:59 ecc8261a40a4: Verifying Checksum 10:49:59 ecc8261a40a4: Download complete 10:49:59 6ca5941a6612: Verifying Checksum 10:49:59 6ca5941a6612: Download complete 10:49:59 31603596830f: Pull complete 10:49:59 2a8b12db71e7: Pull complete 10:50:00 6ca5941a6612: Pull complete 10:50:01 ecc8261a40a4: Pull complete 10:50:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:50:01 prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container 10:50:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:50:03 $ docker top cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:50:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:50:04 [ssh-agent] Looking for ssh-agent implementation... 10:50:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:50:04 $ docker exec cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent 10:50:04 SSH_AUTH_SOCK=/tmp/ssh-GefXghv7ppi0/agent.11 10:50:04 SSH_AGENT_PID=17 10:50:04 Running ssh-add (command line suppressed) 10:50:05 Identity added: /w/workspace/edgex-go/10@tmp/private_key_2842593434062744422.key (/w/workspace/edgex-go/10@tmp/private_key_2842593434062744422.key) 10:50:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:50:05 + git tag --points-at HEAD [Pipeline] } 10:50:05 $ docker exec --env ******** --env ******** cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent -k 10:50:05 unset SSH_AUTH_SOCK; 10:50:05 unset SSH_AGENT_PID; 10:50:05 echo Agent pid 17 killed; 10:50:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:50:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:50:06 [ssh-agent] Looking for ssh-agent implementation... 10:50:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:50:06 $ docker exec cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent 10:50:06 SSH_AUTH_SOCK=/tmp/ssh-eDM1VWTv0QOE/agent.46 10:50:06 SSH_AGENT_PID=51 10:50:06 Running ssh-add (command line suppressed) 10:50:06 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1160660036904585805.key (/w/workspace/edgex-go/10@tmp/private_key_1160660036904585805.key) 10:50:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:50:07 + git semver init 10:50:07 # -> Open(): unable to determine branch for HEAD 10:50:07 # $GIT_DIR = /w/workspace/edgex-go/10/.git 10:50:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 10:50:07 # $SEMVER_REMOTE_NAME = origin 10:50:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:50:07 # $SEMVER_USER_NAME = edgex-jenkins 10:50:07 # $SEMVER_BRANCH = PR-3109 10:50:07 # $SEMVER_TEMP = /tmp/semver-639389983 10:50:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:50:39 # '/tmp/semver-639389983' -> '/w/workspace/edgex-go/10/.semver' 10:50:39 # -> Force: false 10:50:39 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 10:50:39 $ docker exec --env ******** --env ******** cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent -k 10:50:39 unset SSH_AUTH_SOCK; 10:50:39 unset SSH_AGENT_PID; 10:50:39 echo Agent pid 51 killed; 10:50:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:50:40 + git semver [Pipeline] } 10:50:40 $ docker stop --time=1 cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f 10:50:42 $ docker rm -f cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f [Pipeline] // withDockerContainer [Pipeline] sh 10:50:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:50:43 Stashed 1 file(s) [Pipeline] echo 10:50:43 [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 10:50:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:50:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:50:46 + sudo service docker restart 10:50:46 + true 10:50:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:50:46 ========================================================= 10:50:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:50:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:50:47 + 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 . 10:50:50 Sending build context to Docker daemon 327.5MB 10:50:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:50:50 Step 2/6 : FROM ${BASE} 10:50:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:50:50 188c0c94c7c5: Pulling fs layer 10:50:50 0ef7d3d256c8: Pulling fs layer 10:50:50 de9db76c5a1d: Pulling fs layer 10:50:50 bca2f99d35d6: Pulling fs layer 10:50:50 93359f2a8cfa: Pulling fs layer 10:50:50 7c6f9722023f: Pulling fs layer 10:50:50 a35cf1a2eb13: Pulling fs layer 10:50:50 93359f2a8cfa: Waiting 10:50:50 7c6f9722023f: Waiting 10:50:50 a35cf1a2eb13: Waiting 10:50:50 bca2f99d35d6: Waiting 10:50:50 de9db76c5a1d: Verifying Checksum 10:50:50 de9db76c5a1d: Download complete 10:50:50 0ef7d3d256c8: Download complete 10:50:50 93359f2a8cfa: Verifying Checksum 10:50:50 93359f2a8cfa: Download complete 10:50:50 188c0c94c7c5: Verifying Checksum 10:50:50 188c0c94c7c5: Download complete 10:50:50 7c6f9722023f: Verifying Checksum 10:50:50 7c6f9722023f: Download complete 10:50:50 188c0c94c7c5: Pull complete 10:50:51 0ef7d3d256c8: Pull complete 10:50:51 de9db76c5a1d: Pull complete 10:50:54 a35cf1a2eb13: Verifying Checksum 10:50:54 a35cf1a2eb13: Download complete 10:50:55 bca2f99d35d6: Verifying Checksum 10:50:55 bca2f99d35d6: Download complete 10:50:59 Still waiting to schedule task 10:50:59 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:51:01 bca2f99d35d6: Pull complete 10:51:01 93359f2a8cfa: Pull complete 10:51:01 7c6f9722023f: Pull complete 10:51:06 a35cf1a2eb13: Pull complete 10:51:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:51:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:51:06 ---> a62c8e92a672 10:51:06 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 10:51:06 ---> Running in f1b6630b19fb 10:51:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:51:08 (1/12) Installing libmagic (5.38-r0) 10:51:08 (2/12) Installing file (5.38-r0) 10:51:08 (3/12) Installing libc-dev (0.7.2-r3) 10:51:08 (4/12) Installing g++ (9.3.0-r2) 10:51:12 (5/12) Installing fortify-headers (1.1-r0) 10:51:12 (6/12) Installing patch (2.7.6-r6) 10:51:12 (7/12) Installing build-base (0.5-r2) 10:51:12 (8/12) Installing libsodium (1.0.18-r0) 10:51:12 (9/12) Installing pkgconf (1.7.2-r0) 10:51:12 (10/12) Installing libsodium-dev (1.0.18-r0) 10:51:12 (11/12) Installing libzmq (4.3.3-r0) 10:51:12 (12/12) Installing zeromq-dev (4.3.3-r0) 10:51:13 Executing busybox-1.31.1-r19.trigger 10:51:13 OK: 233 MiB in 51 packages 10:51:17 Removing intermediate container f1b6630b19fb 10:51:17 ---> 1e9a1f530230 10:51:17 Step 4/6 : WORKDIR /edgex-go 10:51:17 ---> Running in cbf8512f394f 10:51:17 Removing intermediate container cbf8512f394f 10:51:17 ---> 058df1dd14d3 10:51:17 Step 5/6 : COPY go.mod . 10:51:17 ---> 995b178c3788 10:51:17 Step 6/6 : RUN go mod download 10:51:17 ---> Running in fdf3a1cb4bff 10:51:39 Removing intermediate container fdf3a1cb4bff 10:51:39 ---> 94f82ae11e60 10:51:39 Successfully built 94f82ae11e60 10:51:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:51:39 + docker inspect -f . ci-base-image-x86_64 10:51:39 . [Pipeline] withDockerContainer 10:51:39 prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container 10:51:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:51:41 $ docker top 0f5043a82b8e9433c2e78bb3a7552229502cec275b50eef84e961d588409ea5a -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:42 + go version 10:51:42 go version go1.15.5 linux/amd64 [Pipeline] } 10:51:42 $ docker stop --time=1 0f5043a82b8e9433c2e78bb3a7552229502cec275b50eef84e961d588409ea5a 10:51:43 $ docker rm -f 0f5043a82b8e9433c2e78bb3a7552229502cec275b50eef84e961d588409ea5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:44 + docker inspect -f . ci-base-image-x86_64 10:51:44 . [Pipeline] withDockerContainer 10:51:45 prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container 10:51:45 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:51:45 $ docker top a5fd2fb64018ae39a681ac1aebab931d952a6526c368d3f56b1268be14e7d3f2 -eo pid,comm [Pipeline] { [Pipeline] echo 10:51:46 ========================================================= 10:51:46 [edgeXBuildGoParallel] Running Tests and Build... 10:51:46 ========================================================= [Pipeline] sh 10:51:46 + make test 10:51:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:51:56 ? github.com/edgexfoundry/edgex-go [no test files] 10:52:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:52:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:52:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:52:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:52:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:52:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:52:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:52:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.170s coverage: 46.0% of statements 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.3% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.460s coverage: 28.6% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.514s coverage: 92.8% of statements 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:52:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:52:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements 10:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 10:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 10:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements 10:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 10:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements 10:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.073s coverage: 92.9% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 68.9% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 37.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.423s coverage: 84.0% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.085s coverage: 90.4% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 10:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 10:53:07 GO111MODULE=on go vet ./... 10:53:41 gofmt -l . 10:53:41 [ "`gofmt -l .`" = "" ] 10:53:41 ./bin/test-go-mod-tidy.sh 10:53:41 ./bin/test-attribution-txt.sh [Pipeline] sh 10:53:41 + ls -al . 10:53:41 total 684 10:53:41 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:53 . 10:53:41 drwxr-xr-x 4 root root 30 Feb 4 10:51 .. 10:53:41 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:49 .dockerignore 10:53:41 drwxrwxr-x 8 1001 1001 179 Feb 4 10:49 .git 10:53:41 drwxrwxr-x 3 1001 1001 125 Feb 4 10:49 .github 10:53:41 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:49 .gitignore 10:53:41 drwx------ 3 1001 1001 60 Feb 4 10:50 .semver 10:53:41 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:49 .sonarcloud.properties 10:53:41 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:49 Attribution.txt 10:53:41 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:49 CONTRIBUTING.md 10:53:41 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:49 Dockerfile.build 10:53:41 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:49 Jenkinsfile 10:53:41 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:49 LICENSE 10:53:41 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:49 Makefile 10:53:41 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:49 README.md 10:53:41 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:49 SECURITY.md 10:53:41 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION 10:53:41 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:49 ZMQWindows.md 10:53:41 drwxrwxr-x 2 1001 1001 117 Feb 4 10:49 bin 10:53:41 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:49 cmd 10:53:41 -rw-r--r-- 1 root root 580808 Feb 4 10:53 coverage.out 10:53:41 -rw-r--r-- 1 root root 1054 Feb 4 10:53 go.mod 10:53:41 -rw-r--r-- 1 root root 19518 Feb 4 10:53 go.sum 10:53:41 drwxrwxr-x 8 1001 1001 127 Feb 4 10:49 internal 10:53:41 drwxrwxr-x 4 1001 1001 26 Feb 4 10:49 openapi 10:53:41 drwxrwxr-x 4 1001 1001 71 Feb 4 10:49 snap 10:53:41 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:49 version.go [Pipeline] sh 10:53:42 + '[' -e coverage.out ] 10:53:42 + chown 1001:1001 coverage.out [Pipeline] stash 10:53:42 Stashed 1 file(s) [Pipeline] sh 10:53:42 + make build 10:53:42 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 10:53:46 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 10:53:55 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 10:53:55 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 10:53:57 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 10:53:57 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 10:53:59 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 10:54:01 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 10:54:02 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 10:54:03 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 10:54: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 10:54:06 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 10:54:07 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] } 10:54:09 $ docker stop --time=1 a5fd2fb64018ae39a681ac1aebab931d952a6526c368d3f56b1268be14e7d3f2 10:54:12 $ docker rm -f a5fd2fb64018ae39a681ac1aebab931d952a6526c368d3f56b1268be14e7d3f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:14 10:54:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:54:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:15 latest: Pulling from edgex-devops/edgex-compose 10:54:15 cbdbe7a5bc2a: Pulling fs layer 10:54:15 ca9280d653b3: Pulling fs layer 10:54:15 7e9c9ca2126c: Pulling fs layer 10:54:15 cbdbe7a5bc2a: Download complete 10:54:16 ca9280d653b3: Verifying Checksum 10:54:16 ca9280d653b3: Download complete 10:54:16 cbdbe7a5bc2a: Pull complete 10:54:17 7e9c9ca2126c: Download complete 10:54:17 ca9280d653b3: Pull complete 10:54:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24981 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 10:54:17 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 10:54:23 using credential edgex-jenkins-ssh 10:54:23 Cloning the remote Git repository 10:54:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:54:24 > git init /w/workspace/edgex-go/10 # timeout=10 10:54:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:54:24 > git --version # timeout=10 10:54:24 > git --version # 'git version 2.17.1' 10:54:24 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:25 7e9c9ca2126c: Pull complete 10:54:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:54:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:54:25 prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container 10:54:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:54:28 $ docker top 865a74288ecf408eb6314d8bf242da19e7fd0a986965eb7b8b27183fc6fdf18a -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:29 + docker-compose build --help 10:54:29 + grep parallel 10:54:30 --parallel Build images in parallel. [Pipeline] } 10:54:30 $ docker stop --time=1 865a74288ecf408eb6314d8bf242da19e7fd0a986965eb7b8b27183fc6fdf18a 10:54:32 $ docker rm -f 865a74288ecf408eb6314d8bf242da19e7fd0a986965eb7b8b27183fc6fdf18a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:32 . [Pipeline] withDockerContainer 10:54:33 prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container 10:54:33 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:54:33 $ docker top 26cdd58d7103ad930604daeca6cc50241fd5c8078632fc70450fca6f9bba5e01 -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:34 + docker-compose -f ./docker-compose-build.yml build --parallel 10:54:35 Building docker-core-command-go ... 10:54:35 Building docker-core-data-go ... 10:54:35 Building docker-core-metadata-go ... 10:54:35 Building docker-security-bootstrapper-go ... 10:54:35 Building docker-security-proxy-setup-go ... 10:54:35 Building docker-security-secretstore-setup-go ... 10:54:35 Building docker-support-notifications-go ... 10:54:35 Building docker-support-scheduler-go ... 10:54:35 Building docker-sys-mgmt-agent-go ... 10:54:35 Building docker-security-secretstore-setup-go 10:54:35 Building docker-core-command-go 10:54:35 Building docker-support-scheduler-go 10:54:35 Building docker-support-notifications-go 10:54:35 Building docker-core-metadata-go 10:54:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:54:49 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 595ab995126c135fe63cd405ae42b5274b5528dd 10:54:50 Merge succeeded, producing 595ab995126c135fe63cd405ae42b5274b5528dd 10:54:50 Checking out Revision 595ab995126c135fe63cd405ae42b5274b5528dd (PR-3109) 10:54:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:54:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:54:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:54:49 > git config core.sparsecheckout # timeout=10 10:54:49 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 10:54:50 > git remote # timeout=10 10:54:50 > git config --get remote.origin.url # timeout=10 10:54:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:50 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 10:54:50 > git rev-parse HEAD^{commit} # timeout=10 10:54:50 > git config core.sparsecheckout # timeout=10 10:54:50 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 10:54:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:54:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:54:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:54:57 + true 10:54:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:59 provisioning config files... 10:54:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4977282515916721921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:00 ---> docker-login.sh 10:55:00 nexus3.edgexfoundry.org:10001 10:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:01 Configure a credential helper to remove this warning. See 10:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:01 10:55:01 Login Succeeded 10:55:01 nexus3.edgexfoundry.org:10002 10:55:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:02 Configure a credential helper to remove this warning. See 10:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:02 10:55:02 Login Succeeded 10:55:02 nexus3.edgexfoundry.org:10003 10:55:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:02 Configure a credential helper to remove this warning. See 10:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:02 10:55:02 Login Succeeded 10:55:02 nexus3.edgexfoundry.org:10004 10:55:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:03 Configure a credential helper to remove this warning. See 10:55:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:03 10:55:03 Login Succeeded 10:55:03 docker.io 10:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:04 Configure a credential helper to remove this warning. See 10:55:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:04 10:55:04 Login Succeeded 10:55:05 ---> docker-login.sh ends [Pipeline] } 10:55:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:55:05 ========================================================= 10:55:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:55:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:55:06 + 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 . 10:55:08 Sending build context to Docker daemon 166.1MB 10:55:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:55:08 Step 2/6 : FROM ${BASE} 10:55:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:55:08 5f621e34cdf4: Pulling fs layer 10:55:08 a4357932f1b6: Pulling fs layer 10:55:08 18c013af1878: Pulling fs layer 10:55:08 00ac8860ef70: Pulling fs layer 10:55:08 63d7cb157983: Pulling fs layer 10:55:08 b116817d02f9: Pulling fs layer 10:55:08 745a02a5169b: Pulling fs layer 10:55:08 63d7cb157983: Waiting 10:55:08 b116817d02f9: Waiting 10:55:08 00ac8860ef70: Waiting 10:55:08 745a02a5169b: Waiting 10:55:08 18c013af1878: Verifying Checksum 10:55:08 18c013af1878: Download complete 10:55:08 63d7cb157983: Verifying Checksum 10:55:08 63d7cb157983: Download complete 10:55:09 b116817d02f9: Verifying Checksum 10:55:09 b116817d02f9: Download complete 10:55:09 5f621e34cdf4: Verifying Checksum 10:55:09 5f621e34cdf4: Download complete 10:55:10 5f621e34cdf4: Pull complete 10:55:10 a4357932f1b6: Pull complete 10:55:11 18c013af1878: Pull complete 10:55:11 745a02a5169b: Verifying Checksum 10:55:11 745a02a5169b: Download complete 10:55:13 00ac8860ef70: Verifying Checksum 10:55:13 00ac8860ef70: Download complete 10:55:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:55:14 ---> 94f82ae11e60 10:55:14 Step 3/24 : WORKDIR /edgex-go 10:55:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:55:14 ---> 94f82ae11e60 10:55:14 Step 3/23 : WORKDIR /edgex-go 10:55:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:55:14 ---> 94f82ae11e60 10:55:14 Step 3/23 : WORKDIR /edgex-go 10:55:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:55:14 ---> 94f82ae11e60 10:55:14 Step 3/22 : WORKDIR /edgex-go 10:55:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:55:14 ---> 94f82ae11e60 10:55:14 Step 3/22 : WORKDIR /edgex-go 10:55:14 ---> Running in 7974d84a3dcf 10:55:14 ---> Running in fc03a77ba23e 10:55:14 ---> Running in 63619749958b 10:55:14 ---> Running in ac6a36474a87 10:55:14 ---> Running in a3f5993dfc16 10:55:14 Removing intermediate container 7974d84a3dcf 10:55:14 ---> d44455c41bdd 10:55:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:14 Removing intermediate container 63619749958b 10:55:14 ---> eb0a2ac4691d 10:55:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:14 Removing intermediate container fc03a77ba23e 10:55:14 ---> 9e140a98ac22 10:55:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:14 Removing intermediate container ac6a36474a87 10:55:14 ---> a70298c84506 10:55:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:14 Removing intermediate container a3f5993dfc16 10:55:14 ---> dc55e1d42406 10:55:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:14 ---> Running in 13e7703a2838 10:55:14 ---> Running in 1282a89e5b74 10:55:14 ---> Running in 66889527a803 10:55:14 ---> Running in bd5920e3ee0c 10:55:14 ---> Running in 95dbf19f5d48 10:55:16 Removing intermediate container 1282a89e5b74 10:55:16 ---> b547816d3881 10:55:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:55:16 Removing intermediate container 66889527a803 10:55:16 ---> df0123db8a81 10:55:16 Step 5/23 : RUN apk add --update --no-cache make git 10:55:16 Removing intermediate container 95dbf19f5d48 10:55:16 ---> 0873b85a9dbf 10:55:16 Step 5/23 : RUN apk add --update --no-cache make git 10:55:16 ---> Running in b3b00e515840 10:55:16 ---> Running in 8d437f07c667 10:55:16 Removing intermediate container 13e7703a2838 10:55:16 ---> a03811eed1b3 10:55:16 Step 5/22 : RUN apk add --update --no-cache make git 10:55:16 Removing intermediate container bd5920e3ee0c 10:55:16 ---> 494b1ee518b0 10:55:16 Step 5/24 : RUN apk add --update --no-cache make git 10:55:17 ---> Running in 9db76fa1399a 10:55:17 ---> Running in 802e472caa54 10:55:17 ---> Running in a63f9c4167b2 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:19 OK: 233 MiB in 51 packages 10:55:19 OK: 233 MiB in 51 packages 10:55:19 OK: 233 MiB in 51 packages 10:55:19 OK: 233 MiB in 51 packages 10:55:19 OK: 233 MiB in 51 packages 10:55:20 Removing intermediate container b3b00e515840 10:55:20 ---> ab9f5eae015e 10:55:20 Step 6/22 : COPY go.mod . 10:55:20 Removing intermediate container 8d437f07c667 10:55:20 ---> 0bad118dc95b 10:55:20 Step 6/23 : COPY go.mod . 10:55:20 ---> ca6ffc3b4817 10:55:20 Step 7/22 : RUN go mod download 10:55:20 Removing intermediate container 9db76fa1399a 10:55:20 ---> e25019cca3d2 10:55:20 Step 6/23 : COPY go.mod . 10:55:20 ---> Running in 1cd1d0b6e049 10:55:20 Removing intermediate container a63f9c4167b2 10:55:20 ---> 1ad84d6eaf61 10:55:20 Step 6/24 : COPY go.mod . 10:55:20 Removing intermediate container 802e472caa54 10:55:20 ---> 22e484f8d86e 10:55:20 Step 6/22 : COPY go.mod . 10:55:20 ---> e8f9cc4a4130 10:55:20 Step 7/23 : RUN go mod download 10:55:21 ---> Running in 5d01ff5ba59a 10:55:21 ---> 5a46f99c36e9 10:55:21 Step 7/23 : RUN go mod download 10:55:21 ---> Running in 976813054efe 10:55:21 ---> 57eb30f2e65b 10:55:21 Step 7/24 : RUN go mod download 10:55:21 ---> a6c4f9eab470 10:55:21 Step 7/22 : RUN go mod download 10:55:21 ---> Running in 0268bab94021 10:55:21 ---> Running in efdf380490bb 10:55:23 00ac8860ef70: Pull complete 10:55:23 63d7cb157983: Pull complete 10:55:23 b116817d02f9: Pull complete 10:55:23 Removing intermediate container 1cd1d0b6e049 10:55:23 ---> 8cc0be71f445 10:55:23 Step 8/22 : COPY . . 10:55:23 Removing intermediate container 5d01ff5ba59a 10:55:24 ---> 34284377018a 10:55:24 Step 8/23 : COPY . . 10:55:25 Removing intermediate container 976813054efe 10:55:25 ---> 8166d1d9fdc5 10:55:25 Step 8/23 : COPY . . 10:55:27 745a02a5169b: Pull complete 10:55:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:55:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:55:27 ---> b7e6874047d6 10:55:27 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 10:55:30 Removing intermediate container 0268bab94021 10:55:30 ---> dec493661b63 10:55:30 Step 8/24 : COPY . . 10:55:30 Removing intermediate container efdf380490bb 10:55:30 ---> 58e71a32acf9 10:55:30 Step 8/22 : COPY . . 10:55:31 ---> Running in 109bc20eb7a4 10:55:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:55:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:55:33 (1/12) Installing libmagic (5.38-r0) 10:55:33 (2/12) Installing file (5.38-r0) 10:55:34 (3/12) Installing libc-dev (0.7.2-r3) 10:55:34 (4/12) Installing g++ (9.3.0-r2) 10:55:46 (5/12) Installing fortify-headers (1.1-r0) 10:55:46 (6/12) Installing patch (2.7.6-r6) 10:55:46 (7/12) Installing build-base (0.5-r2) 10:55:47 (8/12) Installing libsodium (1.0.18-r0) 10:55:47 (9/12) Installing pkgconf (1.7.2-r0) 10:55:47 (10/12) Installing libsodium-dev (1.0.18-r0) 10:55:47 (11/12) Installing libzmq (4.3.3-r0) 10:55:47 (12/12) Installing zeromq-dev (4.3.3-r0) 10:55:47 Executing busybox-1.31.1-r19.trigger 10:55:47 OK: 217 MiB in 51 packages 10:55:52 Removing intermediate container 109bc20eb7a4 10:55:52 ---> 4e1311598477 10:55:52 Step 4/6 : WORKDIR /edgex-go 10:55:52 ---> Running in 463e3c35dbee 10:55:52 Removing intermediate container 463e3c35dbee 10:55:52 ---> b3e81bdb6c94 10:55:52 Step 5/6 : COPY go.mod . 10:55:53 ---> 7fbc97c315fb 10:55:53 Step 6/6 : RUN go mod download 10:55:53 ---> Running in e893add1792d 10:56:03 ---> 4ffefeb13fb9 10:56:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:56:03 ---> 75db88882a92 10:56:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:56:03 ---> 093a2b06c95c 10:56:03 Step 9/23 : RUN make cmd/core-command/core-command 10:56:03 ---> Running in 98be595e2e05 10:56:03 ---> Running in a933f1d9f7da 10:56:03 ---> 0b5c6a155f4c 10:56:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:56:03 ---> Running in d47a3a14f7b4 10:56:03 ---> 7101ed689142 10:56:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:56:03 ---> Running in 3d95a5257f11 10:56:03 ---> Running in bff27efbaaa4 10:56:04 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 10:56:04 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 10:56:04 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 10:56:04 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 10:56:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:56:20 Removing intermediate container e893add1792d 10:56:20 ---> d8afff2bfd92 10:56:20 Successfully built d8afff2bfd92 10:56:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:56:20 + docker inspect -f . ci-base-image-arm64 10:56:20 . [Pipeline] withDockerContainer 10:56:21 prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container 10:56:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:56:22 $ docker top a984b96fe3410540ff93e72cbf42ba8b10b139dac146bd2b46d7fdc3fc6c7a3c -eo pid,comm [Pipeline] { [Pipeline] sh 10:56:23 + go version 10:56:23 go version go1.15.5 linux/arm64 [Pipeline] } 10:56:23 $ docker stop --time=1 a984b96fe3410540ff93e72cbf42ba8b10b139dac146bd2b46d7fdc3fc6c7a3c 10:56:25 $ docker rm -f a984b96fe3410540ff93e72cbf42ba8b10b139dac146bd2b46d7fdc3fc6c7a3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:27 + docker inspect -f . ci-base-image-arm64 10:56:27 . [Pipeline] withDockerContainer 10:56:27 prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container 10:56:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:56:28 $ docker top b955a768695f07fb7111489d887d4952615247c424c3d928f83fd11a32a537e3 -eo pid,comm [Pipeline] { [Pipeline] echo 10:56:29 ========================================================= 10:56:29 [edgeXBuildGoParallel] Running Tests and Build... 10:56:29 ========================================================= [Pipeline] sh 10:56:29 + make test 10:56:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:56:31 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 10:56:41 Removing intermediate container bff27efbaaa4 10:56:41 ---> c5ca868e3ef7 10:56:41 10:56:41 Step 10/24 : FROM alpine:3.12 10:56:41 3.12: Pulling from library/alpine 10:56:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:56:43 Status: Downloaded newer image for alpine:3.12 10:56:43 ---> 389fef711851 10:56:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:56:46 ---> Running in 9f18f5422ba2 10:56:46 Removing intermediate container 98be595e2e05 10:56:46 ---> 03261eab2b92 10:56:46 10:56:46 Step 10/22 : FROM alpine:3.12 10:56:46 ---> 389fef711851 10:56:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:56:46 Removing intermediate container d47a3a14f7b4 10:56:46 ---> d3b7f526a332 10:56:46 10:56:46 Step 10/23 : FROM alpine:3.12 10:56:46 ---> 389fef711851 10:56:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:56:46 Removing intermediate container 3d95a5257f11 10:56:46 ---> 6c00cdddf9bb 10:56:46 10:56:46 Step 10/22 : FROM alpine:3.12 10:56:46 ---> 389fef711851 10:56:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:56:46 ---> Running in 93c8fb6da05d 10:56:46 ---> Running in 5e70f80dcd26 10:56:46 ---> Running in f23771d89a37 10:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:47 (1/5) Installing ca-certificates (20191127-r4) 10:56:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:56:47 (3/5) Installing libcurl (7.69.1-r3) 10:56:47 (4/5) Installing curl (7.69.1-r3) 10:56:47 (5/5) Installing dumb-init (1.2.2-r1) 10:56:47 Executing busybox-1.31.1-r19.trigger 10:56:47 Executing ca-certificates-20191127-r4.trigger 10:56:47 OK: 7 MiB in 19 packages 10:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:48 (1/1) Installing dumb-init (1.2.2-r1) 10:56:48 Executing busybox-1.31.1-r19.trigger 10:56:48 OK: 6 MiB in 15 packages 10:56:48 (1/2) Installing ca-certificates (20191127-r4) 10:56:48 (1/1) Installing dumb-init (1.2.2-r1) 10:56:48 (2/2) Installing dumb-init (1.2.2-r1) 10:56:48 Executing busybox-1.31.1-r19.trigger 10:56:48 Executing busybox-1.31.1-r19.trigger 10:56:48 OK: 6 MiB in 15 packages 10:56:48 Executing ca-certificates-20191127-r4.trigger 10:56:48 OK: 6 MiB in 16 packages 10:56:51 Removing intermediate container a933f1d9f7da 10:56:51 ---> 7d5d291c1297 10:56:51 10:56:51 Step 10/23 : FROM alpine:3.12 10:56:51 ---> 389fef711851 10:56:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:56:51 Removing intermediate container 9f18f5422ba2 10:56:51 ---> 9ead93884d4c 10:56:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:56:52 ---> Running in 00bbf2aeb767 10:56:52 ---> Running in 50580ddae91e 10:56:53 Removing intermediate container 5e70f80dcd26 10:56:53 ---> e51a3397951a 10:56:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:53 Removing intermediate container f23771d89a37 10:56:53 ---> 2d1d4d4817f8 10:56:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:53 Removing intermediate container 50580ddae91e 10:56:53 ---> 0a15e443ceba 10:56:53 Step 13/24 : WORKDIR / 10:56:53 Removing intermediate container 93c8fb6da05d 10:56:53 ---> 7321f64f8608 10:56:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:56:53 (1/1) Installing dumb-init (1.2.2-r1) 10:56:53 Executing busybox-1.31.1-r19.trigger 10:56:53 OK: 6 MiB in 15 packages 10:56:53 ---> Running in 4a9ffcb810b7 10:56:53 ---> Running in 4d57307fd9a0 10:56:53 ---> Running in 5a42a80011c9 10:56:53 ---> Running in 6972a88b1153 10:56:53 Removing intermediate container 4d57307fd9a0 10:56:53 ---> 2c9d54e6c5ca 10:56:53 Step 13/22 : ENV APP_PORT=48085 10:56:53 Removing intermediate container 4a9ffcb810b7 10:56:53 ---> 1911da7be2ba 10:56:53 Step 13/23 : ENV APP_PORT=48082 10:56:54 ---> Running in 9cc0e9d87151 10:56:54 Removing intermediate container 6972a88b1153 10:56:54 ---> 29446da6cbba 10:56:54 Step 13/22 : ENV APP_PORT=48060 10:56:54 ---> Running in b2a0f1bdc6dd 10:56:54 Removing intermediate container 5a42a80011c9 10:56:54 ---> 1ca86743da41 10:56:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:56:54 ---> Running in 1e09fb6a0187 10:56:54 Removing intermediate container 00bbf2aeb767 10:56:54 ---> 30dee6649952 10:56:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:54 Removing intermediate container 9cc0e9d87151 10:56:54 ---> cfa3c66a1400 10:56:54 Step 14/22 : EXPOSE $APP_PORT 10:56:54 Removing intermediate container b2a0f1bdc6dd 10:56:54 ---> fa9d8c50767a 10:56:54 Step 14/23 : EXPOSE $APP_PORT 10:56:54 ---> Running in a3b712b8e542 10:56:54 ---> Running in 611a7b5b76f4 10:56:54 Removing intermediate container 1e09fb6a0187 10:56:54 ---> 616a8abe837e 10:56:54 Step 14/22 : EXPOSE $APP_PORT 10:56:54 ---> 0fae30920a42 10:56:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:56:54 ---> Running in f5c4d6b997af 10:56:54 ---> Running in 065b9db2f06a 10:56:55 Removing intermediate container a3b712b8e542 10:56:55 ---> e01306461fe8 10:56:55 Step 13/23 : ENV APP_PORT=48081 10:56:55 Removing intermediate container 611a7b5b76f4 10:56:55 ---> d9408ae8b5d3 10:56:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:55 Removing intermediate container f5c4d6b997af 10:56:55 ---> 61b781926286 10:56:55 Step 15/23 : WORKDIR / 10:56:55 ---> Running in 43af26f81b23 10:56:55 ---> 64a2fec392cf 10:56:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:56:55 Removing intermediate container 065b9db2f06a 10:56:55 ---> 8245928e86a6 10:56:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:55 ---> Running in f1d393f18c1c 10:56:56 ---> 672bc13e86b3 10:56:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:56:56 Removing intermediate container 43af26f81b23 10:56:56 ---> bfff23a507e0 10:56:56 Step 14/23 : EXPOSE $APP_PORT 10:56:56 ---> 00df58f9b5b2 10:56:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:56:56 ---> 81bc3578225e 10:56:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:56:56 ---> Running in 06882cdc5910 10:56:56 Removing intermediate container f1d393f18c1c 10:56:56 ---> 126d74d5cbb5 10:56:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:56 Removing intermediate container 06882cdc5910 10:56:56 ---> 5a92d7b8a01e 10:56:56 Step 15/23 : WORKDIR / 10:56:56 ? github.com/edgexfoundry/edgex-go [no test files] 10:56:56 ---> ca31a8a4b48c 10:56:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:56:56 ---> Running in 8925fb237344 10:56:56 ---> 490ce7a02a3b 10:56:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:56:56 ---> bde0844e81a4 10:56:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:56:57 ---> cc450a22ac2c 10:56:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:56:57 Removing intermediate container 8925fb237344 10:56:57 ---> 84701341f2ce 10:56:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:57 ---> 0c35c658f111 10:56:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:56:57 ---> 71fdbc2872d5 10:56:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:56:57 ---> Running in c024e310cfe4 10:56:57 ---> Running in 15e0369de374 10:56:58 ---> 27502b10da01 10:56:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:56:58 ---> 6e3c9b7891ad 10:56:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:56:58 Removing intermediate container c024e310cfe4 10:56:58 ---> 496ebf47a1f8 10:56:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:58 ---> 79270b881d49 10:56:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:56:58 Removing intermediate container 15e0369de374 10:56:58 ---> 7332129adfd3 10:56:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:58 ---> Running in 24325f619751 10:56:58 ---> Running in 9a21c1ad43f5 10:56:58 ---> cbadf049bc79 10:56:58 Step 19/23 : ENTRYPOINT ["/core-command"] 10:56:58 ---> ed88851beff1 10:56:58 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/ 10:56:58 ---> Running in 9be9acf038de 10:56:58 ---> Running in 45a15dc40258 10:56:58 Removing intermediate container 9a21c1ad43f5 10:56:58 ---> 8a1078b4a3b5 10:56:58 Step 20/22 : LABEL arch=x86_64 10:56:58 Removing intermediate container 24325f619751 10:56:58 ---> a56b8d2df87f 10:56:58 Step 20/22 : LABEL arch=x86_64 10:56:59 ---> 4386e856a210 10:56:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:56:59 ---> Running in 0693d0c0beb4 10:56:59 ---> Running in 41c7c7f49441 10:56:59 Removing intermediate container 9be9acf038de 10:56:59 ---> 8bee3609461e 10:56:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:59 ---> c573cf3a2e43 10:56:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:56:59 ---> Running in 778c616178af 10:56:59 Removing intermediate container 0693d0c0beb4 10:56:59 ---> 774ea166d5d1 10:56:59 Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:56:59 Removing intermediate container 41c7c7f49441 10:56:59 ---> 02fb52944ad1 10:56:59 Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:56:59 ---> Running in 41ed2ddc8ffe 10:56:59 ---> Running in 5b596fd18926 10:56:59 ---> Running in b7fd03990c2b 10:57:00 Removing intermediate container 778c616178af 10:57:00 ---> 00882cbcf505 10:57:00 Step 21/23 : LABEL arch=x86_64 10:57:00 Removing intermediate container 41ed2ddc8ffe 10:57:00 ---> ae066d9d68db 10:57:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:00 ---> Running in 7bf1e9c5dc1f 10:57:00 Removing intermediate container b7fd03990c2b 10:57:00 ---> 82075eb8fb7f 10:57:00 Step 22/22 : LABEL version=0.0.0 10:57:00 Removing intermediate container 5b596fd18926 10:57:00 ---> 87e7fe5b0a93 10:57:00 Step 22/22 : LABEL version=0.0.0 10:57:00 ---> Running in 09f2b3a4b51e 10:57:00 ---> Running in b6fde3db68c5 10:57:00 ---> Running in d4ead2936647 10:57:00 Removing intermediate container 7bf1e9c5dc1f 10:57:00 ---> 70835a962e3e 10:57:00 Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:57:00 Removing intermediate container 45a15dc40258 10:57:00 ---> 17132717a4de 10:57:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:57:00 ---> Running in 70d57d1de8f0 10:57:00 ---> Running in 686467227ac1 10:57:01 Removing intermediate container 09f2b3a4b51e 10:57:01 ---> 8666d55c3800 10:57:01 Step 21/23 : LABEL arch=x86_64 10:57:01 Removing intermediate container b6fde3db68c5 10:57:01 ---> 1b11faf711e0 10:57:01 10:57:01 Removing intermediate container d4ead2936647 10:57:01 ---> a946b90d3f02 10:57:01 10:57:01 ---> Running in b4f42a9cc6b1 10:57:01 Successfully built 1b11faf711e0 10:57:01 Successfully built a946b90d3f02 10:57:01 Removing intermediate container 70d57d1de8f0 10:57:01 ---> 22800a92b9d3 10:57:01 Step 23/23 : LABEL version=0.0.0 10:57:01 Successfully tagged docker-support-scheduler-go:latest 10:57:01 Successfully tagged docker-support-notifications-go:latest 10:57:01  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 10:57:01 Building docker-security-proxy-setup-go 10:57:01  Building docker-support-scheduler-go ... done Removing intermediate container 686467227ac1 10:57:01 ---> d455b26ccb2c 10:57:01 Step 22/24 : LABEL arch=x86_64 10:57:01 ---> Running in 6b6ee28d7e89 10:57:01 ---> Running in 0fec7e861156 10:57:01 Removing intermediate container b4f42a9cc6b1 10:57:01 ---> bea8fcd5006b 10:57:01 Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:57:01 ---> Running in a42fdf715632 10:57:02 Removing intermediate container 6b6ee28d7e89 10:57:02 ---> 776480d65b9a 10:57:02 10:57:02 Removing intermediate container 0fec7e861156 10:57:02 ---> 72a562305a8b 10:57:02 Step 23/24 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:57:02 Successfully built 776480d65b9a 10:57:02 ---> Running in 46b775070994 10:57:02 Successfully tagged docker-core-command-go:latest 10:57:02  Building docker-core-command-go ... done Building docker-core-data-go 10:57:02 Removing intermediate container a42fdf715632 10:57:02 ---> 82ef27a50853 10:57:02 Step 23/23 : LABEL version=0.0.0 10:57:02 ---> Running in 210426bd2521 10:57:02 Removing intermediate container 46b775070994 10:57:02 ---> 96b5820710cb 10:57:02 Step 24/24 : LABEL version=0.0.0 10:57:03 Removing intermediate container 210426bd2521 10:57:03 ---> b924c3a218b8 10:57:03 10:57:03 ---> Running in 3fe2f2923c5a 10:57:03 Successfully built b924c3a218b8 10:57:05 Successfully tagged docker-core-metadata-go:latest 10:57:05 Building docker-sys-mgmt-agent-go 10:57:05  Building docker-core-metadata-go ... done Removing intermediate container 3fe2f2923c5a 10:57:05 ---> e65721f54d4d 10:57:05 10:57:05 Successfully built e65721f54d4d 10:57:05 Successfully tagged docker-security-secretstore-setup-go:latest 10:57:28  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:28 10:57:28 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:57:28 10:57:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:57:28 ---> 94f82ae11e60 10:57:28 Step 3/21 : WORKDIR /edgex-go 10:57:28 ---> 94f82ae11e60 10:57:28 Step 3/31 : WORKDIR /edgex-go 10:57:28 ---> 94f82ae11e60 10:57:28 Step 3/23 : WORKDIR /edgex-go 10:57:28 ---> Using cache 10:57:28 ---> dc55e1d42406 10:57:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:28 ---> Using cache 10:57:28 ---> dc55e1d42406 10:57:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:28 ---> Using cache 10:57:28 ---> dc55e1d42406 10:57:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:28 ---> Using cache 10:57:28 ---> 0873b85a9dbf 10:57:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:57:28 ---> Using cache 10:57:28 ---> 0873b85a9dbf 10:57:28 Step 5/21 : RUN apk add --update --no-cache make git 10:57:28 ---> Using cache 10:57:28 ---> 0873b85a9dbf 10:57:28 Step 5/31 : RUN apk add --update --no-cache make git 10:57:28 ---> Using cache 10:57:28 ---> e25019cca3d2 10:57:28 Step 6/31 : COPY go.mod . 10:57:28 ---> Using cache 10:57:28 ---> e25019cca3d2 10:57:28 Step 6/21 : COPY go.mod . 10:57:28 ---> Using cache 10:57:28 ---> 5a46f99c36e9 10:57:28 Step 7/21 : RUN go mod download 10:57:28 ---> Using cache 10:57:28 ---> 5a46f99c36e9 10:57:28 Step 7/31 : RUN go mod download 10:57:28 ---> Using cache 10:57:28 ---> 8166d1d9fdc5 10:57:28 Step 8/31 : COPY . . 10:57:28 ---> Using cache 10:57:28 ---> 8166d1d9fdc5 10:57:28 Step 8/21 : COPY . . 10:57:28 ---> Using cache 10:57:28 ---> 093a2b06c95c 10:57:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:57:28 ---> Using cache 10:57:28 ---> 093a2b06c95c 10:57:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:57:30 ---> Running in 2b9fab83bf2b 10:57:30 ---> Running in 89cdcea13b8b 10:57:30 ---> Running in f4a7b3f2d1c2 10:57:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:57:30 ---> 94f82ae11e60 10:57:30 Step 3/26 : WORKDIR /edgex-go 10:57:30 ---> Using cache 10:57:30 ---> dc55e1d42406 10:57:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:30 ---> Using cache 10:57:30 ---> 0873b85a9dbf 10:57:30 Step 5/26 : RUN apk add --update --no-cache make bash git 10:57:31 ---> Running in c727a17a8a42 10:57:31 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 10:57:31 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 10:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:33 OK: 233 MiB in 51 packages 10:57:33 OK: 233 MiB in 51 packages 10:57:34 Removing intermediate container 89cdcea13b8b 10:57:34 ---> de0c07c0bc36 10:57:34 Step 6/23 : COPY go.mod . 10:57:34 Removing intermediate container c727a17a8a42 10:57:34 ---> 1f5dbec8e5a5 10:57:34 Step 6/26 : COPY go.mod . 10:57:36 ---> 6a42450f17ef 10:57:36 Step 7/23 : RUN go mod download 10:57:36 ---> 83a9fdfae08f 10:57:36 Step 7/26 : RUN go mod download 10:57:36 ---> Running in 50324d642342 10:57:36 ---> Running in f6b1ea68f5e6 10:57:39 Removing intermediate container 50324d642342 10:57:39 ---> a86e737ae21d 10:57:39 Step 8/23 : COPY . . 10:57:39 Removing intermediate container f6b1ea68f5e6 10:57:39 ---> d94c52e0496f 10:57:39 Step 8/26 : COPY . . 10:57:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:57:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:57:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:57:51 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 10:57:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:57:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:57:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:58:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:58:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:58:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:58:07 Removing intermediate container f4a7b3f2d1c2 10:58:07 ---> 9b8a115ced29 10:58:07 10:58:07 Step 10/31 : FROM alpine:3.12 10:58:07 ---> 389fef711851 10:58:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:58:07 Removing intermediate container 2b9fab83bf2b 10:58:07 ---> d62df665d44f 10:58:07 10:58:07 Step 10/21 : FROM alpine:3.12 10:58:07 ---> 389fef711851 10:58:07 Step 11/21 : RUN apk add --update --no-cache curl 10:58:07 ---> Running in a01902ddb363 10:58:07 ---> d8302599da64 10:58:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:58:07 ---> Running in c36a8aa316bb 10:58:07 ---> 80f9d928c07f 10:58:07 Step 9/23 : RUN make cmd/core-data/core-data 10:58:07 ---> Running in 4967f1306ef9 10:58:07 ---> Running in e78751f31fed 10:58:07 Removing intermediate container a01902ddb363 10:58:07 ---> 0b732d3a9ec2 10:58:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:58:07 ---> Running in 7fff5bd9d99e 10:58:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:07 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 10:58:07 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 10:58:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:07 (1/4) Installing ca-certificates (20191127-r4) 10:58:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:58:07 (3/4) Installing libcurl (7.69.1-r3) 10:58:07 (4/4) Installing curl (7.69.1-r3) 10:58:07 Executing busybox-1.31.1-r19.trigger 10:58:07 Executing ca-certificates-20191127-r4.trigger 10:58:07 OK: 7 MiB in 18 packages 10:58:07 (1/2) Installing dumb-init (1.2.2-r1) 10:58:07 (2/2) Installing su-exec (0.2-r1) 10:58:07 Executing busybox-1.31.1-r19.trigger 10:58:07 OK: 6 MiB in 16 packages 10:58:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:58:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:58:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:58:10 Removing intermediate container 7fff5bd9d99e 10:58:10 ---> fb1f716e7845 10:58:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:58:10 ---> Running in 7249731b0bd6 10:58:10 Removing intermediate container c36a8aa316bb 10:58:10 ---> 09f46f7791a6 10:58:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:58:11 ---> Running in e0e60f2eac2a 10:58:11 Removing intermediate container 7249731b0bd6 10:58:11 ---> 104697713ba9 10:58:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:58:12 ---> Running in 278ba50c0f6f 10:58:12 Removing intermediate container e0e60f2eac2a 10:58:12 ---> f8ff150f53a8 10:58:12 Step 13/21 : WORKDIR /edgex 10:58:12 ---> Running in 3fdccc3096ff 10:58:12 Removing intermediate container 278ba50c0f6f 10:58:12 ---> 6f89ce46ed4e 10:58:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:58:12 ---> Running in d817a956b8c4 10:58:13 Removing intermediate container 3fdccc3096ff 10:58:13 ---> 54f4a7aa853e 10:58:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:58:13 ---> e004b1d39f05 10:58:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.381s coverage: 46.0% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements 10:58:14 ---> c5e79b165cc4 10:58:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:58:14 Removing intermediate container d817a956b8c4 10:58:14 ---> c86c4fd9c88d 10:58:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:58:14 ---> Running in 7c35eb37c34c 10:58:15 Removing intermediate container 7c35eb37c34c 10:58:15 ---> 55a6e75af0d1 10:58:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:58:15 ---> 80b3b5569f8b 10:58:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:58:16 ---> Running in 1dabfbc67d8b 10:58:16 ---> 4d8e203c92de 10:58:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:58:16 Removing intermediate container 1dabfbc67d8b 10:58:16 ---> 0f84146f9973 10:58:16 Step 18/21 : CMD ["--init=true"] 10:58:16 ---> Running in 466e432b65c4 10:58:16 ---> Running in 0248512849fa 10:58:17 Removing intermediate container 0248512849fa 10:58:17 ---> 53cc0367cc85 10:58:17 Step 19/21 : LABEL arch=x86_64 10:58:17 ---> Running in daabecfc6bdf 10:58:17 Removing intermediate container daabecfc6bdf 10:58:17 ---> a52a2fed7d1f 10:58:17 Step 20/21 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:58:17 ---> Running in 59f97f33d99f 10:58:20 Removing intermediate container 59f97f33d99f 10:58:20 ---> 4c925986bc4c 10:58:20 Step 21/21 : LABEL version=0.0.0 10:58:20 ---> Running in 7b9e38c8f0a6 10:58:20 Removing intermediate container 466e432b65c4 10:58:20 ---> 223166095495 10:58:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:20 Removing intermediate container 7b9e38c8f0a6 10:58:20 ---> 5bd8a6c712bd 10:58:20 10:58:20 ---> 1776832ff3e0 10:58:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:58:20 Successfully built 5bd8a6c712bd 10:58:20 Successfully tagged docker-security-proxy-setup-go:latest 10:58:20  Building docker-security-proxy-setup-go ... done  ---> d4e954e2b903 10:58:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:58:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.611s coverage: 27.1% of statements 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:58:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:58:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:58:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.237s coverage: 65.8% of statements 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:58:21 ---> dd7419e3d8cd 10:58:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:58:22 ---> b6c1fd20fe45 10:58:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:58:23 ---> 39214715da78 10:58:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.646s coverage: 82.3% of statements 10:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:58:23 ---> Running in ab7ac77964fe 10:58:23 Removing intermediate container ab7ac77964fe 10:58:23 ---> 5c8238d417d3 10:58:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:58:24 ---> 4ef856ad55c5 10:58:24 Step 26/31 : RUN chmod +x /entrypoint.sh 10:58:24 ---> Running in 0a588d5cfe94 10:58:26 Removing intermediate container 4967f1306ef9 10:58:26 ---> 71342390f3c5 10:58:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:58:26 Removing intermediate container 0a588d5cfe94 10:58:26 ---> f15ca2a1975f 10:58:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:58:26 ---> Running in 189c6fe6031d 10:58:26 ---> Running in 0bcdb3e56636 10:58:28 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 10:58:28 Removing intermediate container 0bcdb3e56636 10:58:28 ---> 995e5828b0ce 10:58:28 Step 28/31 : CMD ["gate"] 10:58:28 ---> Running in 6f3cf1e84e61 10:58:29 Removing intermediate container 6f3cf1e84e61 10:58:29 ---> e91bc319ea1c 10:58:29 Step 29/31 : LABEL arch=x86_64 10:58:29 ---> Running in 6bcca9e73618 10:58:30 Removing intermediate container 6bcca9e73618 10:58:30 ---> 3560be7c40a1 10:58:30 Step 30/31 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:58:31 Removing intermediate container e78751f31fed 10:58:31 ---> 345fbc5b34d6 10:58:31 10:58:31 Step 10/23 : FROM alpine:3.12 10:58:31 ---> 389fef711851 10:58:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:58:31 ---> Running in ac6c827d30e2 10:58:31 Removing intermediate container 189c6fe6031d 10:58:31 ---> 46afcb52e2b2 10:58:31 10:58:31 Step 11/26 : FROM docker:20.10.0 10:58:31 ---> Running in 690f2083a653 10:58:31 20.10.0: Pulling from library/docker 10:58:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:58:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:58:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.133s coverage: 100.0% of statements 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:58:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.285s coverage: 86.7% of statements 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:58:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:58:31 Removing intermediate container ac6c827d30e2 10:58:31 ---> e27fa1aa9099 10:58:31 Step 31/31 : LABEL version=0.0.0 10:58:31 Removing intermediate container 690f2083a653 10:58:31 ---> 6735715692b2 10:58:31 Step 12/23 : ENV APP_PORT=48080 10:58:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:58:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:58:32 ---> Running in d3af5c39fc1b 10:58:32 ---> Running in b72fedef13fc 10:58:32 Removing intermediate container d3af5c39fc1b 10:58:32 ---> 858c6ae08083 10:58:32 10:58:32 Successfully built 858c6ae08083 10:58:33 Successfully tagged docker-security-bootstrapper-go:latest 10:58:33  Building docker-security-bootstrapper-go ... done Removing intermediate container b72fedef13fc 10:58:33 ---> 6ec6e01e1490 10:58:33 Step 13/23 : EXPOSE $APP_PORT 10:58:33 ---> Running in e4238b4944ab 10:58:33 Removing intermediate container e4238b4944ab 10:58:33 ---> 8f96aa898912 10:58:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:33 ---> Running in 253afb8e8b88 10:58:35 Removing intermediate container 253afb8e8b88 10:58:35 ---> d9cc41bfd002 10:58:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:58:35 ---> Running in 74053a8c7fa1 10:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:58:37 Status: Downloaded newer image for docker:20.10.0 10:58:37 ---> aefe523efa57 10:58:37 Step 12/26 : RUN apk add --no-cache bash 10:58:37 ---> Running in 3e1f2ae10c4f 10:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:38 (1/6) Installing dumb-init (1.2.2-r1) 10:58:38 (2/6) Installing libgcc (9.3.0-r2) 10:58:38 (1/2) Installing readline (8.0.4-r0) 10:58:38 (2/2) Installing bash (5.0.17-r0) 10:58:38 Executing bash-5.0.17-r0.post-install 10:58:38 Executing busybox-1.31.1-r19.trigger 10:58:38 OK: 12 MiB in 22 packages 10:58:38 (3/6) Installing libsodium (1.0.18-r0) 10:58:38 (4/6) Installing libstdc++ (9.3.0-r2) 10:58:39 (5/6) Installing libzmq (4.3.3-r0) 10:58:39 (6/6) Installing zeromq (4.3.3-r0) 10:58:39 Removing intermediate container 3e1f2ae10c4f 10:58:39 ---> 14fe42569750 10:58:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:58:39 Executing busybox-1.31.1-r19.trigger 10:58:39 OK: 8 MiB in 20 packages 10:58:39 ---> Running in 771d6e1b5d80 10:58:39 Removing intermediate container 771d6e1b5d80 10:58:39 ---> d79849d7d510 10:58:39 Step 14/26 : ENV APP_PORT=48090 10:58:39 ---> Running in 15b115b5db47 10:58:39 Removing intermediate container 15b115b5db47 10:58:39 ---> d19f6ba3869a 10:58:39 Step 15/26 : EXPOSE $APP_PORT 10:58:39 ---> Running in b0907a7e638d 10:58:39 Removing intermediate container 74053a8c7fa1 10:58:39 ---> a44b971fb942 10:58:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:39 Removing intermediate container b0907a7e638d 10:58:39 ---> da71b0b01045 10:58:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:58:39 ---> ac94c502d77f 10:58:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.274s coverage: 92.8% of statements 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 45.5% of statements 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.125s coverage: 79.5% of statements 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.144s coverage: 96.3% of statements 10:58:40 ---> 9e20b12085e7 10:58:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 10:58:40 ---> 432f40d3feaf 10:58:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:58:40 ---> 853f1040d321 10:58:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:58:40 ---> cc7b37ee770f 10:58:40 Step 19/23 : ENTRYPOINT ["/core-data"] 10:58:40 ---> Running in 717d510effa4 10:58:41 Removing intermediate container 717d510effa4 10:58:41 ---> 1d28f5c8a209 10:58:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:41 ---> 21b4ba3da1d3 10:58:41 Step 19/26 : RUN apk --no-cache add py3-pip 10:58:41 ---> Running in 011d99625972 10:58:41 ---> Running in c1e42d7e5e43 10:58:42 Removing intermediate container 011d99625972 10:58:42 ---> 48bf0fcea51f 10:58:42 Step 21/23 : LABEL arch=x86_64 10:58:42 ---> Running in 501371ac3645 10:58:42 Removing intermediate container 501371ac3645 10:58:42 ---> 8ee2e65b4b8f 10:58:42 Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:58:42 ---> Running in 9a61892abc76 10:58:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:42 Removing intermediate container 9a61892abc76 10:58:42 ---> 3e1c6bcb26f3 10:58:42 Step 23/23 : LABEL version=0.0.0 10:58:42 ---> Running in 559265c8ab0e 10:58:42 (1/33) Installing libbz2 (1.0.8-r1) 10:58:42 (2/33) Installing expat (2.2.9-r1) 10:58:42 (3/33) Installing libffi (3.3-r2) 10:58:42 (4/33) Installing gdbm (1.13-r1) 10:58:42 (5/33) Installing xz-libs (5.2.5-r0) 10:58:42 (6/33) Installing sqlite-libs (3.32.1-r0) 10:58:42 (7/33) Installing python3 (3.8.5-r0) 10:58:42 Removing intermediate container 559265c8ab0e 10:58:42 ---> 886ba972c262 10:58:42 10:58:42 Successfully built 886ba972c262 10:58:42 Successfully tagged docker-core-data-go:latest 10:58:43  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 10:58:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:58:43 (10/33) Installing py3-parsing (2.4.7-r0) 10:58:43 (11/33) Installing py3-six (1.15.0-r0) 10:58:43 (12/33) Installing py3-packaging (20.4-r0) 10:58:43 (13/33) Installing py3-setuptools (47.0.0-r0) 10:58:43 (14/33) Installing py3-chardet (3.0.4-r4) 10:58:43 (15/33) Installing py3-idna (2.9-r0) 10:58:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:58:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:58:44 (18/33) Installing py3-requests (2.23.0-r0) 10:58:44 (19/33) Installing py3-msgpack (1.0.0-r0) 10:58:44 (20/33) Installing py3-lockfile (0.12.2-r3) 10:58:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:58:44 (22/33) Installing py3-colorama (0.4.3-r0) 10:58:44 (23/33) Installing py3-distlib (0.3.0-r0) 10:58:44 (24/33) Installing py3-distro (1.5.0-r1) 10:58:44 (25/33) Installing py3-webencodings (0.5.1-r3) 10:58:44 (26/33) Installing py3-html5lib (1.0.1-r4) 10:58:44 (27/33) Installing py3-pytoml (0.1.21-r0) 10:58:44 (28/33) Installing py3-pep517 (0.8.2-r0) 10:58:44 (29/33) Installing py3-progress (1.5-r0) 10:58:44 (30/33) Installing py3-toml (0.10.1-r0) 10:58:44 (31/33) Installing py3-retrying (1.3.3-r0) 10:58:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:58:44 (33/33) Installing py3-pip (20.1.1-r0) 10:58:44 Executing busybox-1.31.1-r19.trigger 10:58:44 OK: 71 MiB in 55 packages 10:58:52 Removing intermediate container c1e42d7e5e43 10:58:52 ---> 8ab4d9107dfc 10:58:52 Step 20/26 : RUN pip install docker-compose==1.23.2 10:58:52 ---> Running in 831062a05aa8 10:58:54 Collecting docker-compose==1.23.2 10:58:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:58:54 Collecting docopt<0.7,>=0.6.1 10:58:54 Downloading docopt-0.6.2.tar.gz (25 kB) 10:58:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:58:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:58:55 Collecting PyYAML<4,>=3.10 10:58:55 Downloading PyYAML-3.13.tar.gz (270 kB) 10:58:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 10:58:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 10:58:56 Collecting docker<4.0,>=3.6.0 10:58:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:58:56 Collecting jsonschema<3,>=2.5.1 10:58:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:58:56 Collecting dockerpty<0.5,>=0.4.1 10:58:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:58:57 Collecting texttable<0.10,>=0.9.0 10:58:57 Downloading texttable-0.9.1.tar.gz (11 kB) 10:58:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:58:58 Collecting websocket-client<1.0,>=0.32.0 10:58:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:58:58 Collecting cached-property<2,>=1.2.0 10:58:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:58:58 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) 10:58:58 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) 10:58:58 Collecting idna<2.8,>=2.5 10:58:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:58:58 Collecting urllib3<1.25,>=1.21.1 10:58:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:58:58 Collecting docker-pycreds>=0.4.0 10:58:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:58:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:58:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:58:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:58:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:58:59 Installing collected packages: docopt, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, texttable, cached-property, docker-compose 10:58:59 Running setup.py install for docopt: started 10:58:59 Running setup.py install for docopt: finished with status 'done' 10:58:59 Attempting uninstall: idna 10:58:59 Found existing installation: idna 2.9 10:58:59 Uninstalling idna-2.9: 10:58:59 Successfully uninstalled idna-2.9 10:58:59 Attempting uninstall: urllib3 10:58:59 Found existing installation: urllib3 1.25.9 10:58:59 Uninstalling urllib3-1.25.9: 10:58:59 Successfully uninstalled urllib3-1.25.9 10:58:59 Attempting uninstall: requests 10:58:59 Found existing installation: requests 2.23.0 10:58:59 Uninstalling requests-2.23.0: 10:59:00 Successfully uninstalled requests-2.23.0 10:59:00 Running setup.py install for PyYAML: started 10:59:00 Running setup.py install for PyYAML: finished with status 'done' 10:59:01 Running setup.py install for dockerpty: started 10:59:01 Running setup.py install for dockerpty: finished with status 'done' 10:59:01 Running setup.py install for texttable: started 10:59:02 Running setup.py install for texttable: finished with status 'done' 10:59:02 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 10:59:06 Removing intermediate container 831062a05aa8 10:59:06 ---> 8b493d7dc62e 10:59:06 Step 21/26 : RUN apk --no-cache add curl 10:59:06 ---> Running in 1d925f25c83a 10:59:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:59:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:59:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:59:06 (2/3) Installing libcurl (7.69.1-r3) 10:59:06 (3/3) Installing curl (7.69.1-r3) 10:59:06 Executing busybox-1.31.1-r19.trigger 10:59:06 OK: 72 MiB in 58 packages 10:59:07 Removing intermediate container 1d925f25c83a 10:59:07 ---> 9a9c90d7740d 10:59:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:59:07 ---> Running in 26a47614299b 10:59:07 Removing intermediate container 26a47614299b 10:59:07 ---> 72e8775bafd7 10:59:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:59:07 ---> Running in 59d09f39e8d4 10:59:07 Removing intermediate container 59d09f39e8d4 10:59:07 ---> b05743616b81 10:59:07 Step 24/26 : LABEL arch=x86_64 10:59:07 ---> Running in b29187cd05f4 10:59:07 Removing intermediate container b29187cd05f4 10:59:07 ---> e7ad4877fc72 10:59:07 Step 25/26 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 10:59:07 ---> Running in 40439f50db24 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.124s coverage: 84.2% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.495s coverage: 63.5% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:59:08 Removing intermediate container 40439f50db24 10:59:08 ---> 608f4d4d180b 10:59:08 Step 26/26 : LABEL version=0.0.0 10:59:08 ---> Running in dfedea2b54f8 10:59:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.460s coverage: 37.0% of statements 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:59:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:59:08 Removing intermediate container dfedea2b54f8 10:59:08 ---> 2000a9582e1d 10:59:08 10:59:08 Successfully built 2000a9582e1d 10:59:08 Successfully tagged docker-sys-mgmt-agent-go:latest 10:59:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.657s coverage: 84.0% of statements 10:59:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:59:09 $ docker stop --time=1 26cdd58d7103ad930604daeca6cc50241fd5c8078632fc70450fca6f9bba5e01 10:59:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements 10:59:10 $ docker rm -f 26cdd58d7103ad930604daeca6cc50241fd5c8078632fc70450fca6f9bba5e01 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:12 + docker images 10:59:12 + grep docker 10:59:12 docker-sys-mgmt-agent-go latest 2000a9582e1d 4 seconds ago 313MB 10:59:12 docker-core-data-go latest 886ba972c262 30 seconds ago 22.3MB 10:59:12 docker-security-bootstrapper-go latest 858c6ae08083 40 seconds ago 23.8MB 10:59:12 docker-security-proxy-setup-go latest 5bd8a6c712bd 53 seconds ago 24.4MB 10:59:12 docker-security-secretstore-setup-go latest e65721f54d4d 2 minutes ago 24.6MB 10:59:12 docker-core-metadata-go latest b924c3a218b8 2 minutes ago 18.8MB 10:59:12 docker-core-command-go latest 776480d65b9a 2 minutes ago 16.9MB 10:59:12 docker-support-scheduler-go latest 1b11faf711e0 2 minutes ago 17MB 10:59:12 docker-support-notifications-go latest a946b90d3f02 2 minutes ago 17.5MB 10:59:12 docker 20.10.0 aefe523efa57 7 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 10:59:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.517s coverage: 47.0% of statements 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:59:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:59:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.173s coverage: 100.0% of statements 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:59:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.212s coverage: 90.4% of statements 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:59:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.116s coverage: 29.1% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.184s coverage: 100.0% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:59:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 10:59:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 10:59:25 GO111MODULE=on go vet ./... 10:59:29 Still waiting to schedule task 10:59:29 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24968’ 11:00:47 gofmt -l . 11:00:47 [ "`gofmt -l .`" = "" ] 11:00:47 ./bin/test-go-mod-tidy.sh 11:00:47 ./bin/test-attribution-txt.sh [Pipeline] sh 11:00:47 + ls -al . 11:00:47 total 712 11:00:47 drwxrwxr-x 9 1001 1001 4096 Feb 4 11:00 . 11:00:47 drwxr-xr-x 4 root root 4096 Feb 4 10:56 .. 11:00:47 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:54 .dockerignore 11:00:47 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 .git 11:00:47 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:54 .github 11:00:47 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:54 .gitignore 11:00:47 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:54 .sonarcloud.properties 11:00:47 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:54 Attribution.txt 11:00:47 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:54 CONTRIBUTING.md 11:00:47 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:54 Dockerfile.build 11:00:47 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:54 Jenkinsfile 11:00:47 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:54 LICENSE 11:00:47 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:54 Makefile 11:00:47 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:54 README.md 11:00:47 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:54 SECURITY.md 11:00:47 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION 11:00:47 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:54 ZMQWindows.md 11:00:47 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:54 bin 11:00:47 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:54 cmd 11:00:47 -rw-r--r-- 1 root root 580808 Feb 4 10:59 coverage.out 11:00:47 -rw-r--r-- 1 root root 1054 Feb 4 11:00 go.mod 11:00:47 -rw-r--r-- 1 root root 19518 Feb 4 11:00 go.sum 11:00:47 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 internal 11:00:47 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 openapi 11:00:47 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 snap 11:00:47 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:54 version.go [Pipeline] sh 11:00:48 + '[' -e coverage.out ] 11:00:48 + chown 1001:1001 coverage.out [Pipeline] stash 11:00:48 Warning: overwriting stash ‘coverage-report’ 11:00:49 Stashed 1 file(s) [Pipeline] sh 11:00:50 + make build 11:00:50 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 11:01:00 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 11:01:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 11:01:27 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 11:01:32 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 11:01:32 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 11:01:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:01:44 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 11:01:47 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 11:01:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:01:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 11:01:58 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 11:02:01 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] } 11:02:08 $ docker stop --time=1 b955a768695f07fb7111489d887d4952615247c424c3d928f83fd11a32a537e3 11:02:11 $ docker rm -f b955a768695f07fb7111489d887d4952615247c424c3d928f83fd11a32a537e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:02:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:13 11:02:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:02:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:13 latest: Pulling from edgex-devops/edgex-compose-arm64 11:02:13 29e5d40040c1: Pulling fs layer 11:02:13 1ce36da41761: Pulling fs layer 11:02:13 25b303627fd3: Pulling fs layer 11:02:14 29e5d40040c1: Verifying Checksum 11:02:14 29e5d40040c1: Download complete 11:02:14 1ce36da41761: Verifying Checksum 11:02:14 1ce36da41761: Download complete 11:02:14 29e5d40040c1: Pull complete 11:02:16 1ce36da41761: Pull complete 11:02:16 25b303627fd3: Verifying Checksum 11:02:16 25b303627fd3: Download complete 11:02:26 25b303627fd3: Pull complete 11:02:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 11:02:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 11:02:27 prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container 11:02:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:02:30 $ docker top 03fc0057a4dbbf59906b12a1e08b092f31cde74715fb198dd76d79ce56159a71 -eo pid,comm [Pipeline] { [Pipeline] sh 11:02:31 + docker-compose build --help+ 11:02:31 grep parallel 11:02:34 --parallel Build images in parallel. [Pipeline] } 11:02:35 $ docker stop --time=1 03fc0057a4dbbf59906b12a1e08b092f31cde74715fb198dd76d79ce56159a71 11:02:37 $ docker rm -f 03fc0057a4dbbf59906b12a1e08b092f31cde74715fb198dd76d79ce56159a71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:02:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:38 . [Pipeline] withDockerContainer 11:02:38 prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container 11:02:38 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 11:02:40 $ docker top f683e1faa9d775adfb6d90cfbaa6b1f1bacaa22cb4cc0ffa9a090db7bd3a1d60 -eo pid,comm [Pipeline] { [Pipeline] sh 11:02:41 + docker-compose -f ./docker-compose-build.yml build --parallel 11:02:45 Building docker-core-command-go ... 11:02:45 Building docker-core-data-go ... 11:02:45 Building docker-core-metadata-go ... 11:02:45 Building docker-security-bootstrapper-go ... 11:02:45 Building docker-security-proxy-setup-go ... 11:02:45 Building docker-security-secretstore-setup-go ... 11:02:45 Building docker-support-notifications-go ... 11:02:45 Building docker-support-scheduler-go ... 11:02:45 Building docker-sys-mgmt-agent-go ... 11:02:45 Building docker-sys-mgmt-agent-go 11:02:45 Building docker-security-secretstore-setup-go 11:02:45 Building docker-core-data-go 11:02:45 Building docker-support-scheduler-go 11:02:45 Building docker-security-proxy-setup-go 11:03:08 Running on prd-ubuntu18.04-docker-8c-8g-24985 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 11:03:08 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 11:03:10 using credential edgex-jenkins-ssh 11:03:10 Cloning the remote Git repository 11:03:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:03:10 > git init /w/workspace/edgex-go/10 # timeout=10 11:03:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:03:10 > git --version # timeout=10 11:03:10 > git --version # 'git version 2.17.1' 11:03:10 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:20 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 595ab995126c135fe63cd405ae42b5274b5528dd 11:03:20 Merge succeeded, producing 595ab995126c135fe63cd405ae42b5274b5528dd 11:03:20 Checking out Revision 595ab995126c135fe63cd405ae42b5274b5528dd (PR-3109) 11:03:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:03:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:03:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:03:20 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:03:20 > git config core.sparsecheckout # timeout=10 11:03:20 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 11:03:20 > git remote # timeout=10 11:03:20 > git config --get remote.origin.url # timeout=10 11:03:20 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:20 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 11:03:20 > git rev-parse HEAD^{commit} # timeout=10 11:03:20 > git config core.sparsecheckout # timeout=10 11:03:20 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 11:03:24 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:03:25 + echo snap-build.sh 11:03:25 snap-build.sh 11:03:25 + SNAP_BASE_DIR=. 11:03:25 + '[' '!' -z /w/workspace/edgex-go/10 ']' 11:03:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 11:03:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 11:03:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 11:03:25 + cd /w/workspace/edgex-go/10 11:03:25 + sudo apt-get remove -qy --purge lxd lxd-client 11:03:25 Reading package lists... 11:03:25 Building dependency tree... 11:03:25 Reading state information... 11:03:25 The following packages were automatically installed and are no longer required: 11:03:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 11:03:25 uidmap xdelta3 11:03:25 Use 'sudo apt autoremove' to remove them. 11:03:25 The following packages will be REMOVED: 11:03:25 lxd* lxd-client* 11:03:26 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 11:03:26 After this operation, 31.7 MB disk space will be freed. 11:03:27 (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.) 11:03:27 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 11:03:28 Removing lxd dnsmasq configuration 11:03:28 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 11:03:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 11:03:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 11:03:29 (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.) 11:03:29 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 11:03:30 Processing triggers for systemd (237-3ubuntu10.42) ... 11:03:30 Processing triggers for ureadahead (0.100.0-21) ... 11:03:32 + sudo snap remove --purge lxd 11:03:32 snap "lxd" is not installed 11:03:32 + sudo groupadd --force --system lxd 11:03:32 ++ whoami 11:03:32 + sudo /usr/sbin/usermod -G lxd -a jenkins 11:03:32 + newgrp - lxd 11:03:32 + sudo snap install lxd 11:03:40 2021-02-04T11:03:37Z INFO Waiting for automatic snapd restart... 11:03:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:03:53 ---> d8afff2bfd92 11:03:53 Step 3/23 : WORKDIR /edgex-go 11:03:53 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 11:03:53 ---> d8afff2bfd92 11:03:53 Step 3/26 : WORKDIR /edgex-go 11:03:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 11:03:53 ---> d8afff2bfd92 11:03:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/21 : WORKDIR /edgex-go 11:03:53 11:03:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 11:03:53 ---> d8afff2bfd92 11:03:53 Step 3/24 : WORKDIR /edgex-go 11:03:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:03:53 ---> d8afff2bfd92 11:03:53 Step 3/22 : WORKDIR /edgex-go 11:03:55 lxd 4.10 from Canonical* installed 11:03:55 + sudo lxd init --auto 11:03:57 ---> Running in 0cb6631e2af6 11:03:57 ---> Running in c39b177a373d 11:03:57 ---> Running in 9341155617bd 11:03:57 ---> Running in 9df6ac3d6793 11:03:57 ---> Running in 8d73367802af 11:03:57 Removing intermediate container c39b177a373d 11:03:57 ---> f1ccb0850150 11:03:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:57 ---> Running in b0969156ab18 11:03:57 Removing intermediate container 0cb6631e2af6 11:03:57 ---> 4a44c95deae7 11:03:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:57 Removing intermediate container 9df6ac3d6793 11:03:57 ---> 4d8d572aa320 11:03:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:57 Removing intermediate container 8d73367802af 11:03:57 ---> 16c77149049c 11:03:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:57 Removing intermediate container 9341155617bd 11:03:57 ---> 251040fc86c3 11:03:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:57 ---> Running in 0e3d9d5ae81c 11:03:57 ---> Running in e5a8d7d424a2 11:03:57 ---> Running in 2db44838fdb5 11:03:57 ---> Running in a4291539c45d 11:04:00 Removing intermediate container b0969156ab18 11:04:00 ---> a33bc4b63ffc 11:04:00 Step 5/21 : RUN apk add --update --no-cache make git 11:04:00 ---> Running in 216c866d9a8c 11:04:01 Removing intermediate container 0e3d9d5ae81c 11:04:01 ---> 7d2211aaee15 11:04:01 Step 5/22 : RUN apk add --update --no-cache make git 11:04:01 Removing intermediate container e5a8d7d424a2 11:04:01 ---> 170c929c6d2b 11:04:01 Step 5/26 : RUN apk add --update --no-cache make bash git 11:04:01 ---> Running in 530f49c144a4 11:04:01 Removing intermediate container 2db44838fdb5 11:04:01 ---> 89ba2884b60c 11:04:01 Step 5/24 : RUN apk add --update --no-cache make git 11:04:01 ---> Running in cc97d60d2eeb 11:04:02 Removing intermediate container a4291539c45d 11:04:02 ---> 130a9d4549c5 11:04:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:04:02 ---> Running in f5b7fc1d8808 11:04:02 ---> Running in d1495d4cb5ed 11:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:03 + sudo snap install --classic snapcraft 11:04:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:04 OK: 217 MiB in 51 packages 11:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:05 OK: 217 MiB in 51 packages 11:04:05 OK: 217 MiB in 51 packages 11:04:05 OK: 217 MiB in 51 packages 11:04:05 OK: 217 MiB in 51 packages 11:04:06 Removing intermediate container 216c866d9a8c 11:04:06 ---> 78b4dc09fe4b 11:04:06 Step 6/21 : COPY go.mod . 11:04:07 ---> 4a7a5f4015b9 11:04:07 Step 7/21 : RUN go mod download 11:04:07 Removing intermediate container 530f49c144a4 11:04:07 ---> 3ff27c8c34f4 11:04:07 Step 6/22 : COPY go.mod . 11:04:07 ---> Running in 216ad5f0234a 11:04:07 Removing intermediate container cc97d60d2eeb 11:04:07 ---> e62453f0b81a 11:04:07 Step 6/26 : COPY go.mod . 11:04:08 Removing intermediate container f5b7fc1d8808 11:04:08 ---> adfd345ac364 11:04:08 Step 6/24 : COPY go.mod . 11:04:08 Removing intermediate container d1495d4cb5ed 11:04:08 ---> 70b90ef4d8c8 11:04:08 Step 6/23 : COPY go.mod . 11:04:08 ---> e27a131abcca 11:04:08 Step 7/22 : RUN go mod download 11:04:08 ---> Running in f1e7b75a6721 11:04:08 ---> 86474ad927a7 11:04:08 Step 7/26 : RUN go mod download 11:04:09 ---> ddd47c99395e 11:04:09 Step 7/23 : RUN go mod download 11:04:09 ---> Running in 3cb5049d5196 11:04:09 ---> eb485bcb27c1 11:04:09 Step 7/24 : RUN go mod download 11:04:09 ---> Running in 765d6a95244a 11:04:09 ---> Running in e96c54596342 11:04:10 snapcraft 4.4.4 from Canonical* installed 11:04:10 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 11:04:10 + patch --verbose -p1 11:04:10 Hmm... Looks like a unified diff to me... 11:04:10 The text leading up to this was: 11:04:10 -------------------------- 11:04:10 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 11:04:10 |From: Tony Espy 11:04:10 |Date: Wed, 16 Dec 2020 16:34:55 -0500 11:04:10 |Subject: [PATCH] optimize snap build for pipeline CI check 11:04:10 | 11:04:10 |This patch is used by the EdgeX CI pipeline builds to 11:04:10 |optimize the snap CI check run for pull requests. When 11:04:10 |applied, it essentially strips out everything (apps and 11:04:10 |parts) from the snapcraft.yaml file except those required 11:04:10 |to build edgex-go, as the whole idea of the CI check is to 11:04:10 |catch changes to edgex-go that break the snap build. 11:04:10 | 11:04:10 |In general, anyone updating snapcraft.yaml will also need 11:04:10 |to update this patch file, otherwise it may fail to apply, 11:04:10 |resulting in a failed snap build CI check in the associated 11:04:10 |pull request. 11:04:10 | 11:04:10 |Note - in addition to applying this patch, the pipeline also 11:04:10 |only primes the snap (e.g. `snapcraft prime`), as there's no 11:04:10 |need to build the finally binary .snap file (and it won't 11:04:10 |work with the patch applied). This further reduces the build 11:04:10 |time. 11:04:10 |--- 11:04:10 | snap/snapcraft.yaml | 461 +------------------------------------------- 11:04:10 | 1 file changed, 2 insertions(+), 459 deletions(-) 11:04:10 | 11:04:10 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 11:04:10 |index 1e537489..faf42425 100644 11:04:10 |--- a/snap/snapcraft.yaml 11:04:10 |+++ b/snap/snapcraft.yaml 11:04:10 -------------------------- 11:04:10 patching file snap/snapcraft.yaml 11:04:10 Using Plan A... 11:04:10 Hunk #1 succeeded at 73. 11:04:10 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 11:04:10 Hunk #3 succeeded at 214 (offset -1 lines). 11:04:10 Hunk #4 succeeded at 222 (offset -1 lines). 11:04:10 Hunk #5 succeeded at 229 (offset -1 lines). 11:04:10 Hunk #6 succeeded at 256 (offset -1 lines). 11:04:10 Hunk #7 succeeded at 290 (offset -1 lines). 11:04:10 Hunk #8 succeeded at 342. 11:04:10 Hmm... Ignoring the trailing garbage. 11:04:10 done 11:04:10 + sudo snapcraft prime --use-lxd 11:04:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 11:04:11 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: 11:04:11 - README.md 11:04:11 - snapcraft.yaml.orig 11:04:11 11:04:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:04:11 Removing intermediate container 216ad5f0234a 11:04:11 ---> c7ad2456a2ef 11:04:11 Step 8/21 : COPY . . 11:04:11 Launching a container. 11:04:12 Removing intermediate container f1e7b75a6721 11:04:12 ---> 09115d334275 11:04:12 Step 8/22 : COPY . . 11:04:14 Removing intermediate container 3cb5049d5196 11:04:14 ---> 2e288a66829c 11:04:14 Step 8/26 : COPY . . 11:04:14 Removing intermediate container 765d6a95244a 11:04:14 ---> c79dc368510e 11:04:14 Step 8/23 : COPY . . 11:04:15 Removing intermediate container e96c54596342 11:04:15 ---> 1f41e2985222 11:04:15 Step 8/24 : COPY . . 11:04:24 Waiting for container to be ready 11:04:24 To start your first instance, try: lxc launch ubuntu:18.04 11:04:24 11:04:26 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 11:04:26 Waiting for network to be ready... 11:04:26 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:04:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:04:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:04:27 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:04:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:04:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:04:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:04:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:04:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:04:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:04:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:04:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:04:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:04:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:04:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:04:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:04:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:04:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:04:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:04:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:04:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:04:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:04:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:04:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:04:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:04:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:04:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:04:31 Fetched 23.9 MB in 4s (5633 kB/s) 11:04:31 Reading package lists... 11:04:32 Reading package lists... 11:04:32 Building dependency tree... 11:04:32 Reading state information... 11:04:32 The following additional packages will be installed: 11:04:32 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:04:32 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:04:32 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:04:32 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 11:04:32 Suggested packages: 11:04:32 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 11:04:32 Recommended packages: 11:04:32 gnupg libsasl2-modules 11:04:32 The following NEW packages will be installed: 11:04:32 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:04:32 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:04:32 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:04:32 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 11:04:32 The following packages will be upgraded: 11:04:32 gpg gpg-agent gpgconf libudev1 11:04:32 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 11:04:32 Need to get 3533 kB of archives. 11:04:32 After this operation, 13.3 MB of additional disk space will be used. 11:04:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 11:04:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 11:04:33 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 11:04:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 11:04:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 11:04:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 11:04:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 11:04:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 11:04:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 11:04:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 11:04:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 11:04:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 11:04:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 11:04:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 11:04:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 11:04:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 11:04:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 11:04:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 11:04:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 11:04:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 11:04:33 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 11:04:33 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 11:04:33 debconf: delaying package configuration, since apt-utils is not installed 11:04:33 Fetched 3533 kB in 1s (3290 kB/s) 11:04:33 (Reading database ... 12511 files and directories currently installed.) 11:04:33 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 11:04:33 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:04:34 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 11:04:34 Selecting previously unselected package udev. 11:04:34 (Reading database ... 12511 files and directories currently installed.) 11:04:34 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 11:04:34 Unpacking udev (237-3ubuntu10.44) ... 11:04:34 Selecting previously unselected package libfuse2:amd64. 11:04:34 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 11:04:34 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:04:34 Selecting previously unselected package fuse. 11:04:34 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 11:04:34 Unpacking fuse (2.9.7-1ubuntu1) ... 11:04:34 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:34 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:04:34 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:34 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:04:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:34 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:04:35 Selecting previously unselected package libksba8:amd64. 11:04:35 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 11:04:35 Unpacking libksba8:amd64 (1.3.5-2) ... 11:04:35 Selecting previously unselected package libroken18-heimdal:amd64. 11:04:35 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 11:04:35 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 11:04:35 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 11:04:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libwind0-heimdal:amd64. 11:04:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 11:04:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 11:04:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 11:04:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 11:04:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:36 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:36 Selecting previously unselected package libsasl2-modules-db:amd64. 11:04:36 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:04:36 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:36 Selecting previously unselected package libsasl2-2:amd64. 11:04:36 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:04:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:36 Selecting previously unselected package libldap-common. 11:04:36 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 11:04:36 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:04:36 Selecting previously unselected package libldap-2.4-2:amd64. 11:04:36 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 11:04:36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:04:36 Selecting previously unselected package dirmngr. 11:04:36 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:36 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 11:04:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:04:36 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 11:04:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:04:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 11:04:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:36 Setting up libksba8:amd64 (1.3.5-2) ... 11:04:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:36 Setting up udev (237-3ubuntu10.44) ... 11:04:37 invoke-rc.d: policy-rc.d denied execution of start. 11:04:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Processing triggers for systemd (237-3ubuntu10) ... 11:04:37 Setting up fuse (2.9.7-1ubuntu1) ... 11:04:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 11:04:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:04:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 11:04:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 11:04:38 settings in the [Install] section, and DefaultInstance for template units). 11:04:38 This means they are not meant to be enabled using systemctl. 11:04:38 Possible reasons for having this kind of units are: 11:04:38 1) A unit may be statically enabled by being symlinked from another unit's 11:04:38 .wants/ or .requires/ directory. 11:04:38 2) A unit's purpose may be to act as a helper for some other unit which has 11:04:38 a requirement dependency on it. 11:04:38 3) A unit may be started when needed via activation (socket, path, timer, 11:04:38 D-Bus, udev, scripted systemctl call, ...). 11:04:38 4) In case of template units, the unit is meant to be enabled with some 11:04:38 instance name specified. 11:04:38 Reading package lists... 11:04:38 Building dependency tree... 11:04:38 Reading state information... 11:04:38 The following additional packages will be installed: 11:04:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 11:04:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 11:04:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 11:04:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 11:04:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 11:04:38 Suggested packages: 11:04:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 11:04:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 11:04:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 11:04:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 11:04:38 systemd-container policykit-1 11:04:38 Recommended packages: 11:04:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 11:04:38 The following NEW packages will be installed: 11:04:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 11:04:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 11:04:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 11:04:38 multiarch-support openssh-client python3 python3-minimal python3.6 11:04:38 python3.6-minimal snapd squashfs-tools sudo 11:04:38 The following packages will be upgraded: 11:04:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 11:04:38 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 11:04:38 Need to get 35.2 MB of archives. 11:04:38 After this operation, 141 MB of additional disk space will be used. 11:04:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 11:04:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 11:04:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 11:04:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 11:04:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 11:04:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 11:04:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 11:04:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 11:04:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 11:04:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 11:04:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 11:04:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 11:04:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 11:04:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 11:04:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 11:04:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 11:04:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 11:04:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 11:04:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 11:04:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 11:04:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 11:04:39 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 11:04:39 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 11:04:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 11:04:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 11:04:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 11:04:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 11:04:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 11:04:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 11:04:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 11:04:41 debconf: delaying package configuration, since apt-utils is not installed 11:04:41 Fetched 35.2 MB in 2s (15.0 MB/s) 11:04:41 (Reading database ... 12757 files and directories currently installed.) 11:04:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 11:04:41 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:04:41 ---> fab520a4424e 11:04:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:04:41 ---> 7a9b7a94f063 11:04:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 11:04:41 ---> acd29b3a4339 11:04:41 Step 9/23 : RUN make cmd/core-data/core-data 11:04:41 ---> 6f08e02013cc 11:04:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 11:04:41 ---> 234cb8c5c227 11:04:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:04:41 ---> Running in a9fb8677e651 11:04:41 ---> Running in 797865a17e94 11:04:41 ---> Running in 3732e2403c2c 11:04:41 ---> Running in dd0cf2458c22 11:04:41 ---> Running in e39fda8d3c78 11:04:41 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 11:04:41 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 11:04:41 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 11:04:41 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:04:42 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 11:04:42 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 11:04:42 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 11:04:42 (Reading database ... 12757 files and directories currently installed.) 11:04:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 11:04:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 11:04:42 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 11:04:42 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 11:04:42 (Reading database ... 12757 files and directories currently installed.) 11:04:42 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 11:04:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 11:04:42 Setting up apt (1.6.12ubuntu0.2) ... 11:04:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 11:04:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 11:04:43 (Reading database ... 12764 files and directories currently installed.) 11:04:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:04:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:04:43 Selecting previously unselected package libpython3.6-minimal:amd64. 11:04:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:43 Selecting previously unselected package libexpat1:amd64. 11:04:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 11:04:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:04:43 Selecting previously unselected package python3.6-minimal. 11:04:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:04:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 11:04:44 Checking for services that may need to be restarted...done. 11:04:44 Checking for services that may need to be restarted...done. 11:04:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:04:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:04:44 Selecting previously unselected package python3-minimal. 11:04:44 (Reading database ... 13012 files and directories currently installed.) 11:04:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 11:04:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 11:04:44 Selecting previously unselected package mime-support. 11:04:44 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 11:04:44 Unpacking mime-support (3.60ubuntu1) ... 11:04:45 Selecting previously unselected package libmpdec2:amd64. 11:04:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 11:04:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:04:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 11:04:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:45 Selecting previously unselected package python3.6. 11:04:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:04:45 Selecting previously unselected package libpython3-stdlib:amd64. 11:04:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 11:04:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:04:45 Setting up python3-minimal (3.6.7-1~18.04) ... 11:04:45 Selecting previously unselected package python3. 11:04:45 (Reading database ... 13442 files and directories currently installed.) 11:04:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 11:04:45 Unpacking python3 (3.6.7-1~18.04) ... 11:04:45 Selecting previously unselected package multiarch-support. 11:04:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 11:04:45 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 11:04:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 11:04:46 Selecting previously unselected package liblzo2-2:amd64. 11:04:46 (Reading database ... 13479 files and directories currently installed.) 11:04:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 11:04:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 11:04:46 Selecting previously unselected package libbsd0:amd64. 11:04:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 11:04:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:04:46 Selecting previously unselected package sudo. 11:04:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 11:04:46 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 11:04:46 Selecting previously unselected package apparmor. 11:04:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 11:04:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 11:04:46 Selecting previously unselected package libedit2:amd64. 11:04:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 11:04:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 11:04:46 Selecting previously unselected package libkrb5support0:amd64. 11:04:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 11:04:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:04:46 Selecting previously unselected package libk5crypto3:amd64. 11:04:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 11:04:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:04:46 Selecting previously unselected package libkeyutils1:amd64. 11:04:46 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 11:04:46 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:04:47 Selecting previously unselected package libkrb5-3:amd64. 11:04:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 11:04:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:04:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:04:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 11:04:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:04:47 Selecting previously unselected package libssl1.0.0:amd64. 11:04:47 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 11:04:47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:04:47 Selecting previously unselected package openssh-client. 11:04:47 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 11:04:47 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 11:04:47 Selecting previously unselected package squashfs-tools. 11:04:47 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 11:04:47 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:04:48 Selecting previously unselected package snapd. 11:04:48 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 11:04:48 Unpacking snapd (2.48+18.04) ... 11:04:49 Setting up libedit2:amd64 (3.1-20170329-1) ... 11:04:49 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:04:49 Setting up mime-support (3.60ubuntu1) ... 11:04:49 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 11:04:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:04:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:04:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:50 Setting up systemd (237-3ubuntu10.44) ... 11:04:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 11:04:50 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:04:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:04:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 11:04:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:04:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:04:51 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:04:51 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:04:51 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:04:51 Setting up python3 (3.6.7-1~18.04) ... 11:04:51 running python rtupdate hooks for python3.6... 11:04:51 running python post-rtupdate hooks for python3.6... 11:04:51 Setting up apparmor (2.12-4ubuntu5.1) ... 11:04:53 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 11:04:54 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:04:54 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 11:04:54 Setting up snapd (2.48+18.04) ... 11:04:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 11:04:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 11:04:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 11:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 11:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:04:55 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 11:04:55 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 11:04:55 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 11:04:55 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 11:04:55 /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' 11:04:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:55 Processing triggers for systemd (237-3ubuntu10.44) ... 11:04:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:04:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:04:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:04:58 Reading package lists... 11:04:58 Reading package lists... 11:04:58 Building dependency tree... 11:04:58 Reading state information... 11:04:58 Calculating upgrade... 11:04:58 The following packages will be upgraded: 11:04:58 advancecomp base-files bash binutils binutils-common 11:04:58 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 11:04:58 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 11:04:58 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 11:04:58 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 11:04:58 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 11:04:58 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 11:04:58 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 11:04:58 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 11:04:58 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 11:04:58 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 11:04:58 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 11:04:58 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 11:04:58 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 11:04:58 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 11:04:58 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 11:04:58 Need to get 63.8 MB of archives. 11:04:58 After this operation, 5188 kB of additional disk space will be used. 11:04:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 11:04:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 11:04:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 11:04:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 11:04:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 11:04:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 11:04:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 11:04:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 11:04:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 11:04:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 11:04:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 11:04:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 11:04:59 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 11:04:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 11:04:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 11:04:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 11:04:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 11:04:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 11:04:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 11:04:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 11:04:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 11:04:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 11:04:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 11:04:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 11:05:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 11:05:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 11:05:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 11:05:00 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 11:05:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 11:05:00 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 11:05:00 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 11:05:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 11:05:00 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 11:05:00 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 11:05:00 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 11:05:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 11:05:00 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 11:05:00 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 11:05:00 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 11:05:00 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 11:05:00 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 11:05:00 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 11:05:00 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 11:05:00 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 11:05:00 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 11:05:00 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 11:05:00 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 11:05:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 11:05:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 11:05:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 11:05:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 11:05:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 11:05:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 11:05:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 11:05:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 11:05:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 11:05:00 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 11:05:00 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 11:05:00 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 11:05:00 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 11:05:00 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 11:05:00 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 11:05:00 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 11:05:00 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 11:05:00 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 11:05:00 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 11:05:00 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 11:05:00 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 11:05:00 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 11:05:00 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 11:05:00 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 11:05:00 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 11:05:00 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 11:05:00 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 11:05:00 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 11:05:00 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 11:05:00 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 11:05:00 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 11:05:00 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 11:05:00 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 11:05:00 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 11:05:00 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 11:05:00 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 11:05:00 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 11:05:00 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 11:05:00 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 11:05:00 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 11:05:00 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 11:05:00 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 11:05:00 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 11:05:01 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 11:05:01 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 11:05:01 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 11:05:01 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 11:05:01 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 11:05:01 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 11:05:01 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 11:05:01 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 11:05:01 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 11:05:01 debconf: delaying package configuration, since apt-utils is not installed 11:05:01 Fetched 63.8 MB in 3s (20.9 MB/s) 11:05:01 (Reading database ... 13912 files and directories currently installed.) 11:05:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 11:05:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:05:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 11:05:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:05:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 11:05:02 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 11:05:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:05 (Reading database ... 13911 files and directories currently installed.) 11:05:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 11:05:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 11:05:05 (Reading database ... 13911 files and directories currently installed.) 11:05:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:05:05 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:05:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:05 (Reading database ... 13911 files and directories currently installed.) 11:05:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 11:05:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:05:06 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 11:05:06 (Reading database ... 13911 files and directories currently installed.) 11:05:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 11:05:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 11:05:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 11:05:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 11:05:07 Setting up base-files (10.1ubuntu2.10) ... 11:05:07 Installing new version of config file /etc/issue ... 11:05:07 Installing new version of config file /etc/issue.net ... 11:05:07 Installing new version of config file /etc/lsb-release ... 11:05:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 11:05:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 11:05:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 11:05:07 Removing obsolete conffile /etc/default/motd-news ... 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 11:05:07 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 11:05:07 Setting up bash (4.4.18-2ubuntu1.2) ... 11:05:07 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 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 11:05:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 11:05:08 (Reading database ... 13912 files and directories currently installed.) 11:05:08 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 11:05:08 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 11:05:08 Setting up tar (1.29b-2ubuntu0.2) ... 11:05:08 (Reading database ... 13912 files and directories currently installed.) 11:05:08 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 11:05:08 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:05:08 Setting up dpkg (1.19.0.5ubuntu2.3) ... 11:05:09 (Reading database ... 13912 files and directories currently installed.) 11:05:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 11:05:09 (Reading database ... 13912 files and directories currently installed.) 11:05:09 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:09 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:09 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 11:05:09 (Reading database ... 13912 files and directories currently installed.) 11:05:09 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 11:05:09 Unpacking grep (3.1-2build1) over (3.1-2) ... 11:05:09 Setting up grep (3.1-2build1) ... 11:05:09 (Reading database ... 13912 files and directories currently installed.) 11:05:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 11:05:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:05:10 Setting up login (1:4.5-1ubuntu2) ... 11:05:10 (Reading database ... 13912 files and directories currently installed.) 11:05:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 11:05:10 (Reading database ... 13912 files and directories currently installed.) 11:05:10 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 11:05:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 11:05:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 11:05:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 11:05:11 (Reading database ... 13912 files and directories currently installed.) 11:05:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 11:05:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:05:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:05:12 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:05:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:05:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 11:05:13 (Reading database ... 13912 files and directories currently installed.) 11:05:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 11:05:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 11:05:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 11:05:13 (Reading database ... 13912 files and directories currently installed.) 11:05:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:13 (Reading database ... 13912 files and directories currently installed.) 11:05:13 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:13 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:13 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:13 (Reading database ... 13912 files and directories currently installed.) 11:05:13 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:13 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:13 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:13 (Reading database ... 13912 files and directories currently installed.) 11:05:13 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:13 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:14 (Reading database ... 13912 files and directories currently installed.) 11:05:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:14 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:14 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 11:05:14 (Reading database ... 13912 files and directories currently installed.) 11:05:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:14 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:14 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 11:05:15 (Reading database ... 13912 files and directories currently installed.) 11:05:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:15 (Reading database ... 13912 files and directories currently installed.) 11:05:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 11:05:15 (Reading database ... 13912 files and directories currently installed.) 11:05:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:15 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 11:05:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 11:05:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 11:05:16 (Reading database ... 13912 files and directories currently installed.) 11:05:16 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 11:05:16 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:05:16 Setting up libc-bin (2.27-3ubuntu1.4) ... 11:05:16 (Reading database ... 13912 files and directories currently installed.) 11:05:16 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 11:05:16 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 11:05:17 (Reading database ... 13914 files and directories currently installed.) 11:05:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 11:05:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 11:05:17 Setting up debconf (1.5.66ubuntu1) ... 11:05:17 (Reading database ... 13914 files and directories currently installed.) 11:05:17 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 11:05:17 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:05:17 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 11:05:17 (Reading database ... 13914 files and directories currently installed.) 11:05:17 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 11:05:17 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:05:17 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 11:05:18 (Reading database ... 13914 files and directories currently installed.) 11:05:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:05:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:18 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:18 (Reading database ... 13914 files and directories currently installed.) 11:05:18 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:05:18 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:18 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:18 (Reading database ... 13914 files and directories currently installed.) 11:05:18 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:05:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:18 (Reading database ... 13914 files and directories currently installed.) 11:05:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 11:05:19 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:05:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:19 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 11:05:19 (Reading database ... 13914 files and directories currently installed.) 11:05:19 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 11:05:19 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 11:05:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 11:05:19 (Reading database ... 13914 files and directories currently installed.) 11:05:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 11:05:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:20 (Reading database ... 13914 files and directories currently installed.) 11:05:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 11:05:20 (Reading database ... 13914 files and directories currently installed.) 11:05:20 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 11:05:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 11:05:20 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 11:05:20 (Reading database ... 13914 files and directories currently installed.) 11:05:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 11:05:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:05:21 Setting up passwd (1:4.5-1ubuntu2) ... 11:05:21 (Reading database ... 13914 files and directories currently installed.) 11:05:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 11:05:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:05:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 11:05:21 (Reading database ... 13914 files and directories currently installed.) 11:05:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 11:05:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 11:05:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 11:05:21 (Reading database ... 13914 files and directories currently installed.) 11:05:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 11:05:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 11:05:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 11:05:21 (Reading database ... 13914 files and directories currently installed.) 11:05:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 11:05:22 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 11:05:22 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 11:05:22 (Reading database ... 13914 files and directories currently installed.) 11:05:22 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 11:05:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 11:05:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 11:05:22 (Reading database ... 13914 files and directories currently installed.) 11:05:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 11:05:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 11:05:22 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 11:05:22 (Reading database ... 13914 files and directories currently installed.) 11:05:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 11:05:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 11:05:23 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 11:05:23 (Reading database ... 13915 files and directories currently installed.) 11:05:23 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:05:23 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:05:23 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:05:23 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:05:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:05:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:05:23 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 11:05:23 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 11:05:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 11:05:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 11:05:24 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 11:05:24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 11:05:24 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 11:05:24 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 11:05:24 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 11:05:24 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 11:05:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 11:05:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 11:05:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 11:05:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 11:05:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 11:05:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 11:05:25 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 11:05:25 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 11:05:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 11:05:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 11:05:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 11:05:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 11:05:26 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:27 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:27 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:27 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:27 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:27 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:27 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:27 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:05:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:05:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 11:05:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:05:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 11:05:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:05:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 11:05:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 11:05:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:05:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:05:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:05:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:05:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 11:05:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 11:05:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 11:05:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 11:05:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 11:05:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 11:05:33 11:05:33 Current default time zone: 'Etc/UTC' 11:05:33 Local time is now: Thu Feb 4 11:05:33 UTC 2021. 11:05:33 Universal Time is now: Thu Feb 4 11:05:33 UTC 2021. 11:05:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 11:05:33 11:05:33 Setting up systemd-sysv (237-3ubuntu10.44) ... 11:05:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:33 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 11:05:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 11:05:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 11:05:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 11:05:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 11:05:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 11:05:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 11:05:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 11:05:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 11:05:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 11:05:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:34 Setting up patch (2.7.6-2ubuntu1.1) ... 11:05:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 11:05:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 11:05:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 11:05:34 Installing new version of config file /etc/ssl/openssl.cnf ... 11:05:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 11:05:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 11:05:34 Setting up ca-certificates (20210119~18.04.1) ... 11:05:35 Updating certificates in /etc/ssl/certs... 11:05:36 23 added, 27 removed; done. 11:05:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 11:05:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 11:05:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 11:05:36 Setting up pkgbinarymangler (138.18.04.1) ... 11:05:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 11:05:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up perl (5.26.1-6ubuntu0.5) ... 11:05:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 11:05:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 11:05:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 11:05:37 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 11:05:37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 11:05:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 11:05:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 11:05:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 11:05:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:05:37 Processing triggers for systemd (237-3ubuntu10.44) ... 11:05:37 Processing triggers for mime-support (3.60ubuntu1) ... 11:05:37 Processing triggers for ca-certificates (20210119~18.04.1) ... 11:05:37 Updating certificates in /etc/ssl/certs... 11:05:38 0 added, 0 removed; done. 11:05:38 Running hooks in /etc/ca-certificates/update.d... 11:05:38 done. 11:05:38 Reading package lists... 11:05:38 Building dependency tree... 11:05:38 Reading state information... 11:05:39 The following NEW packages will be installed: 11:05:39 apt-transport-https 11:05:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 11:05:39 Need to get 1696 B of archives. 11:05:39 After this operation, 153 kB of additional disk space will be used. 11:05:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 11:05:39 debconf: delaying package configuration, since apt-utils is not installed 11:05:39 Fetched 1696 B in 0s (41.2 kB/s) 11:05:39 Selecting previously unselected package apt-transport-https. 11:05:39 (Reading database ... 13920 files and directories currently installed.) 11:05:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 11:05:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 11:05:39 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 11:05:39 Waiting for network to be ready... 11:05:46 2021-02-04T11:05:42Z INFO Waiting for automatic snapd restart... 11:05:46 snapd 2.48.2 from Canonical* installed 11:05:46 "snapd" switched to the "latest/stable" channel 11:05:46 11:05:49 core18 20201210 from Canonical* installed 11:05:49 "core18" switched to the "latest/stable" channel 11:05:49 11:05:52 snapcraft 4.4.4 from Canonical* installed 11:05:52 "snapcraft" switched to the "latest/stable" channel 11:05:52 11:05:55 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 11:05:55 - README.md 11:05:55 - snapcraft.yaml.orig 11:05:55 11:05:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:06:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:06:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:06:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:06:03 Reading package lists... 11:06:03 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 11:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 11:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:06:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:10 Reading package lists... 11:06:10 Building dependency tree... 11:06:10 Reading state information... 11:06:10 Suggested packages: 11:06:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:06:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 11:06:10 Recommended packages: 11:06:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 11:06:10 The following NEW packages will be installed: 11:06:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 11:06:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 11:06:10 pkg-config zip 11:06:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 11:06:10 Need to get 7655 kB of archives. 11:06:10 After this operation, 43.7 MB of additional disk space will be used. 11:06:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 11:06:10 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 11:06:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 11:06:10 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 11:06:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 11:06:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 11:06:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 11:06:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 11:06:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 11:06:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 11:06:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 11:06:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 11:06:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 11:06:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 11:06:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 11:06:11 debconf: delaying package configuration, since apt-utils is not installed 11:06:11 Fetched 7655 kB in 1s (8444 kB/s) 11:06:11 Selecting previously unselected package libglib2.0-0:amd64. 11:06:11 (Reading database ... 13924 files and directories currently installed.) 11:06:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 11:06:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:06:11 Selecting previously unselected package libpsl5:amd64. 11:06:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 11:06:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 11:06:11 Selecting previously unselected package libnghttp2-14:amd64. 11:06:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 11:06:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:06:12 Selecting previously unselected package librtmp1:amd64. 11:06:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 11:06:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:06:12 Selecting previously unselected package libcurl3-gnutls:amd64. 11:06:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 11:06:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:06:12 Selecting previously unselected package liberror-perl. 11:06:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 11:06:12 Unpacking liberror-perl (0.17025-1) ... 11:06:12 Selecting previously unselected package git-man. 11:06:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 11:06:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 11:06:12 Selecting previously unselected package git. 11:06:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 11:06:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 11:06:13 Selecting previously unselected package libnorm1:amd64. 11:06:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 11:06:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:06:13 Selecting previously unselected package libpgm-5.2-0:amd64. 11:06:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 11:06:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:06:13 Selecting previously unselected package libsodium23:amd64. 11:06:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 11:06:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 11:06:13 Selecting previously unselected package libzmq5:amd64. 11:06:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 11:06:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:06:13 Selecting previously unselected package libzmq3-dev:amd64. 11:06:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 11:06:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:06:13 Selecting previously unselected package pkg-config. 11:06:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 11:06:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 11:06:13 Selecting previously unselected package zip. 11:06:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 11:06:14 Unpacking zip (3.0-11build1) ... 11:06:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:06:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 11:06:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:06:14 Setting up liberror-perl (0.17025-1) ... 11:06:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 11:06:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:06:14 No schema files found: doing nothing. 11:06:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:06:14 Setting up zip (3.0-11build1) ... 11:06:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:06:14 Setting up libsodium23:amd64 (1.0.16-2) ... 11:06:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 11:06:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:06:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:06:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:06:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 11:06:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:06:19 Removing intermediate container e39fda8d3c78 11:06:19 ---> 6b2eb3e44f29 11:06:19 11:06:19 Step 10/24 : FROM alpine:3.12 11:06:19 3.12: Pulling from library/alpine 11:06:19 Removing intermediate container 797865a17e94 11:06:19 ---> 6c115e53898a 11:06:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:06:19 Removing intermediate container dd0cf2458c22 11:06:19 ---> 234b280f2978 11:06:19 11:06:19 Step 10/21 : FROM alpine:3.12 11:06:19 ---> Running in 1779e9d98539 11:06:19 3.12: Pulling from library/alpine 11:06:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 11:06:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 11:06:19 Status: Image is up to date for alpine:3.12 11:06:19 ---> afeebe901d6b 11:06:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 11:06:19 Status: Downloaded newer image for alpine:3.12 11:06:19 ---> afeebe901d6b 11:06:19 Step 11/21 : RUN apk add --update --no-cache curl 11:06:20 ---> Running in a40ac58424fd 11:06:20 ---> Running in a2874d38919e 11:06:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:21 git set to automatically installed. 11:06:21 git-man set to automatically installed. 11:06:21 libcurl3-gnutls set to automatically installed. 11:06:21 liberror-perl set to automatically installed. 11:06:21 libglib2.0-0 set to automatically installed. 11:06:21 libnghttp2-14 set to automatically installed. 11:06:21 libnorm1 set to automatically installed. 11:06:21 libpgm-5.2-0 set to automatically installed. 11:06:21 libpsl5 set to automatically installed. 11:06:21 librtmp1 set to automatically installed. 11:06:21 libsodium23 set to automatically installed. 11:06:21 libzmq3-dev set to automatically installed. 11:06:21 libzmq5 set to automatically installed. 11:06:21 pkg-config set to automatically installed. 11:06:21 zip set to automatically installed. 11:06:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 11:06:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:22 snapd is not logged in, snap install commands will use sudo 11:06:23 (1/5) Installing ca-certificates (20191127-r4) 11:06:23 (1/4) Installing ca-certificates (20191127-r4) 11:06:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 11:06:23 (3/5) Installing libcurl (7.69.1-r3) 11:06:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 11:06:23 (3/4) Installing libcurl (7.69.1-r3) 11:06:23 (4/5) Installing curl (7.69.1-r3) 11:06:23 (4/4) Installing curl (7.69.1-r3) 11:06:23 (5/5) Installing dumb-init (1.2.2-r1) 11:06:23 Executing busybox-1.31.1-r19.trigger 11:06:23 Executing busybox-1.31.1-r19.trigger 11:06:23 Executing ca-certificates-20191127-r4.trigger 11:06:23 Executing ca-certificates-20191127-r4.trigger 11:06:24 OK: 7 MiB in 19 packages 11:06:24 OK: 7 MiB in 18 packages 11:06:27 Removing intermediate container 1779e9d98539 11:06:27 ---> 55db5cca8de6 11:06:27 11:06:27 Step 11/26 : FROM docker:20.10.0 11:06:27 20.10.0: Pulling from library/docker 11:06:27 Removing intermediate container a2874d38919e 11:06:27 ---> ff20b853e550 11:06:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:06:27 Removing intermediate container a40ac58424fd 11:06:27 ---> 1a9fd17e76bc 11:06:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:06:28 ---> Running in 9515de999632 11:06:28 ---> Running in 2e7d30cbb378 11:06:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:29 snap "core18" has no updates available 11:06:29 Removing intermediate container 2e7d30cbb378 11:06:29 ---> 798f7c4e4a98 11:06:29 Step 13/24 : WORKDIR / 11:06:29 Removing intermediate container 9515de999632 11:06:29 ---> 7f0636f92534 11:06:29 Step 13/21 : WORKDIR /edgex 11:06:31 Pulling config-common 11:06:31 Pulling go-build-helper 11:06:31 ---> Running in 5b1882d8b1e7 11:06:31 ---> Running in 2da94e2d97a9 11:06:31 Removing intermediate container 5b1882d8b1e7 11:06:31 ---> 4e9db1983264 11:06:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:06:32 Removing intermediate container 2da94e2d97a9 11:06:32 ---> 0cd511c7ce8f 11:06:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:06:33 Removing intermediate container a9fb8677e651 11:06:33 ---> 2534e72711ce 11:06:33 11:06:33 Step 10/22 : FROM alpine:3.12 11:06:33 ---> afeebe901d6b 11:06:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:06:33 ---> b1455f4f84a8 11:06:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:06:33 ---> Running in ab8628ccc07e 11:06:33 ---> 884ba44a1dcc 11:06:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:06:35 ---> fba7bd10dfa1 11:06:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:36 ---> dc5b14a88c94 11:06:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:37 (1/1) Installing dumb-init (1.2.2-r1) 11:06:37 Executing busybox-1.31.1-r19.trigger 11:06:37 OK: 5 MiB in 15 packages 11:06:37 ---> 84458aaf5953 11:06:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:06:39 ---> 7f3f657d3db0 11:06:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 11:06:39 ---> Running in ec56117c04b9 11:06:39 Removing intermediate container ab8628ccc07e 11:06:39 ---> e40c6605a8f0 11:06:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:06:39 ---> Running in 5d9f4c04d319 11:06:40 ---> f4a24b44d6e8 11:06:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:06:40 Removing intermediate container ec56117c04b9 11:06:40 ---> 602db70164e8 11:06:40 Step 18/21 : CMD ["--init=true"] 11:06:40 Removing intermediate container 5d9f4c04d319 11:06:40 ---> 7de691c33d13 11:06:40 Step 13/22 : ENV APP_PORT=48085 11:06:41 ---> Running in a320b9126300 11:06:41 ---> Running in b8bb618bb43d 11:06:42 ---> d87ec7b11bd1 11:06:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:06:42 Removing intermediate container a320b9126300 11:06:42 ---> 3ea6fca4a8fc 11:06:42 Step 19/21 : LABEL arch=arm64 11:06:42 Removing intermediate container b8bb618bb43d 11:06:42 ---> 34af7d6955af 11:06:42 Step 14/22 : EXPOSE $APP_PORT 11:06:42 ---> Running in 8839219e4330 11:06:43 ---> Running in c66f6cc01379 11:06:43 ---> f2685bf97e85 11:06:43 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/ 11:06:43 ---> Running in 98d2e9845896 11:06:43 Removing intermediate container 8839219e4330 11:06:43 ---> c82afb07c5a1 11:06:43 Step 20/21 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:06:43 Removing intermediate container c66f6cc01379 11:06:43 ---> 03c3d02d71f5 11:06:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:44 ---> Running in 24487fb61959 11:06:45 ---> 2a88acaf14fe 11:06:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:06:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:06:45 Status: Downloaded newer image for docker:20.10.0 11:06:45 ---> eeaf43b92773 11:06:45 Step 12/26 : RUN apk add --no-cache bash 11:06:45 Removing intermediate container 24487fb61959 11:06:45 ---> ac402b0327b9 11:06:45 Step 21/21 : LABEL version=0.0.0 11:06:45 Removing intermediate container 3732e2403c2c 11:06:45 ---> 518c385b9b54 11:06:45 11:06:45 Step 10/23 : FROM alpine:3.12 11:06:45 ---> afeebe901d6b 11:06:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:06:46 ---> Running in f12ca3efe8c6 11:06:46 ---> Running in 56adc61e8a5b 11:06:46 ---> Running in eacca6d4932a 11:06:46 Removing intermediate container f12ca3efe8c6 11:06:46 ---> 26637e09738e 11:06:46 11:06:46 ---> bc958162b4b8 11:06:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:06:47 Removing intermediate container eacca6d4932a 11:06:47 ---> 008658f17051 11:06:47 Step 12/23 : ENV APP_PORT=48080 11:06:47 Removing intermediate container 98d2e9845896 11:06:47 ---> f7f68d5dcf74 11:06:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 11:06:47 ---> Running in 9f1aaa5e6b09 11:06:47 Successfully built 26637e09738e 11:06:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 11:06:47  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 11:06:47 ---> Running in f0713bec8372 11:06:48 ---> c4c416580925 11:06:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:06:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:48 Removing intermediate container 9f1aaa5e6b09 11:06:48 ---> a1f99c9e04ba 11:06:48 Step 13/23 : EXPOSE $APP_PORT 11:06:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:48 ---> Running in 6c89dd00bf32 11:06:48 Removing intermediate container f0713bec8372 11:06:48 ---> 06cedd2800cb 11:06:48 Step 22/24 : LABEL arch=arm64 11:06:48 ---> Running in c64493aaa833 11:06:48 ---> Running in 9a8a6fd9a54f 11:06:49 (1/2) Installing readline (8.0.4-r0) 11:06:49 (2/2) Installing bash (5.0.17-r0) 11:06:49 Executing bash-5.0.17-r0.post-install 11:06:49 Executing busybox-1.31.1-r19.trigger 11:06:49 Removing intermediate container 6c89dd00bf32 11:06:49 ---> 630fbd4b46d2 11:06:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:49 OK: 12 MiB in 22 packages 11:06:49 Removing intermediate container c64493aaa833 11:06:49 ---> f2dd4b9fd370 11:06:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:49 Removing intermediate container 9a8a6fd9a54f 11:06:49 ---> 41be0a2ee24e 11:06:49 Step 23/24 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:06:50 ---> Running in b7f85889acc2 11:06:50 ---> Running in 317598c9197a 11:06:50 ---> Running in 804e3bb32347 11:06:51 Removing intermediate container b7f85889acc2 11:06:51 ---> 23f70bf82ff5 11:06:51 Step 20/22 : LABEL arch=arm64 11:06:51 Removing intermediate container 317598c9197a 11:06:51 ---> 0bf6d13ee6ad 11:06:51 Step 24/24 : LABEL version=0.0.0 11:06:51 ---> Running in 21df974b190f 11:06:52 Removing intermediate container 56adc61e8a5b 11:06:52 ---> 95c632c52209 11:06:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 11:06:52 ---> Running in 0da5643ddd8d 11:06:52 ---> Running in 02c0444511e4 11:06:52 Removing intermediate container 21df974b190f 11:06:52 ---> 43995b6e9df0 11:06:52 Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:06:53 Removing intermediate container 0da5643ddd8d 11:06:53 ---> b43a32f9f0dd 11:06:53 11:06:53 ---> Running in d67799a20fda 11:06:53 Removing intermediate container 02c0444511e4 11:06:53 ---> df22d0fbb46f 11:06:53 Step 14/26 : ENV APP_PORT=48090 11:06:53 Successfully built b43a32f9f0dd 11:06:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 11:06:53 Building docker-core-command-go 11:06:54  Building docker-security-secretstore-setup-go ... done  ---> Running in 2bce16f04ac7 11:06:54 Removing intermediate container d67799a20fda 11:06:54 ---> b1ce7b8e3a05 11:06:54 Step 22/22 : LABEL version=0.0.0 11:06:54 Removing intermediate container 804e3bb32347 11:06:54 ---> 390feb63a241 11:06:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:06:54 ---> Running in 63885d9e9a5e 11:06:54 ---> Running in e14848330445 11:06:54 Removing intermediate container 2bce16f04ac7 11:06:54 ---> 42b7bbe38648 11:06:54 Step 15/26 : EXPOSE $APP_PORT 11:06:54 ---> Running in 49818c8fd49d 11:06:54 Removing intermediate container 63885d9e9a5e 11:06:54 ---> 99348605e818 11:06:54 11:06:55 Successfully built 99348605e818 11:06:55 Successfully tagged docker-support-scheduler-go-arm64:latest 11:06:55 Building docker-support-notifications-go 11:06:55  Building docker-support-scheduler-go ... done Removing intermediate container 49818c8fd49d 11:06:55 ---> 8ecea3f76238 11:06:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:57 ---> 1fd8427496ec 11:06:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:06:57 (1/6) Installing dumb-init (1.2.2-r1) 11:06:57 (2/6) Installing libgcc (9.3.0-r2) 11:06:57 (3/6) Installing libsodium (1.0.18-r0) 11:06:57 (4/6) Installing libstdc++ (9.3.0-r2) 11:06:58 (5/6) Installing libzmq (4.3.3-r0) 11:06:58 (6/6) Installing zeromq (4.3.3-r0) 11:06:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:06:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:06:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:06:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:06:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:06:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:06:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:06:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:06:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:06:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:06:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:06:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:06:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:06:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:06:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:06:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:06:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:06:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:06:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:06:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:06:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:06:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:06:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:06:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:06:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:06:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:06:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:06:58 Fetched 23.9 MB in 0s (0 B/s) 11:06:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 11:06:58 Fetched 96.5 kB in 0s (0 B/s) 11:06:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 11:06:58 Fetched 279 kB in 0s (0 B/s) 11:06:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 11:06:58 Fetched 122 kB in 0s (0 B/s) 11:06:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 11:06:58 Fetched 77.8 kB in 0s (0 B/s) 11:06:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 11:06:58 Fetched 8848 B in 0s (0 B/s) 11:06:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 11:06:58 Fetched 47.8 kB in 0s (0 B/s) 11:06:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 11:06:58 Fetched 45.6 kB in 0s (0 B/s) 11:06:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 11:06:58 Fetched 15.0 kB in 0s (0 B/s) 11:06:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 11:06:58 Fetched 214 kB in 0s (0 B/s) 11:06:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 11:06:58 Fetched 155 kB in 0s (0 B/s) 11:06:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 11:06:58 Fetched 50.6 kB in 0s (0 B/s) 11:06:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 11:06:58 Fetched 14.8 kB in 0s (0 B/s) 11:06:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 11:06:58 Fetched 41.8 kB in 0s (0 B/s) 11:06:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 11:06:58 Fetched 499 kB in 0s (0 B/s) 11:06:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 11:06:58 Fetched 111 kB in 0s (0 B/s) 11:06:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 11:06:58 Fetched 240 kB in 0s (0 B/s) 11:06:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 11:06:58 Fetched 29.3 kB in 0s (0 B/s) 11:06:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 11:06:58 Fetched 85.5 kB in 0s (0 B/s) 11:06:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 11:06:58 Fetched 24.5 kB in 0s (0 B/s) 11:06:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 11:06:58 Fetched 49.2 kB in 0s (0 B/s) 11:06:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 11:06:58 Fetched 54.2 kB in 0s (0 B/s) 11:06:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 11:06:58 Fetched 30.8 kB in 0s (0 B/s) 11:06:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 11:06:58 Fetched 17.0 kB in 0s (0 B/s) 11:06:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 11:06:58 Fetched 85.9 kB in 0s (0 B/s) 11:06:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 11:06:58 Fetched 8720 B in 0s (0 B/s) 11:06:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 11:06:58 Fetched 137 kB in 0s (0 B/s) 11:06:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 11:06:58 Fetched 119 kB in 0s (0 B/s) 11:06:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 11:06:58 Fetched 109 kB in 0s (0 B/s) 11:06:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 11:06:58 Fetched 11.1 kB in 0s (0 B/s) 11:06:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 11:06:58 Fetched 645 kB in 0s (0 B/s) 11:06:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 11:06:58 Fetched 41.3 kB in 0s (0 B/s) 11:06:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 11:06:58 Fetched 17.9 kB in 0s (0 B/s) 11:06:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 11:06:58 Fetched 368 kB in 0s (0 B/s) 11:06:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 11:06:58 Fetched 187 kB in 0s (0 B/s) 11:06:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 11:06:58 Fetched 175 kB in 0s (0 B/s) 11:06:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 11:06:58 Executing busybox-1.31.1-r19.trigger 11:06:58 OK: 8 MiB in 20 packages 11:06:59 ---> df4a69bba58a 11:06:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 11:07:00 Fetched 206 kB in 0s (0 B/s) 11:07:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 11:07:00 Fetched 1301 kB in 0s (0 B/s) 11:07:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 11:07:00 Fetched 36.2 kB in 0s (0 B/s) 11:07:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 11:07:00 Fetched 159 kB in 0s (0 B/s) 11:07:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 11:07:00 Fetched 107 kB in 0s (0 B/s) 11:07:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 11:07:00 Fetched 48.7 kB in 0s (0 B/s) 11:07:00 Pulling static-packages 11:07:01 ---> 25a6f2dbf935 11:07:01 Step 19/26 : RUN apk --no-cache add py3-pip 11:07:01 Removing intermediate container e14848330445 11:07:01 ---> be704efead5f 11:07:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:07:01 ---> Running in 302c3a2b73ff 11:07:01 'go115' has dependencies that need to be staged: go-build-helper static-packages 11:07:01 Skipping pull go-build-helper (already ran) 11:07:01 Skipping pull static-packages (already ran) 11:07:01 Building go-build-helper 11:07:02 ---> ed1cacf5e4c9 11:07:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:07:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:03 (1/33) Installing libbz2 (1.0.8-r1) 11:07:03 (2/33) Installing expat (2.2.9-r1) 11:07:03 (3/33) Installing libffi (3.3-r2) 11:07:03 (4/33) Installing gdbm (1.13-r1) 11:07:03 (5/33) Installing xz-libs (5.2.5-r0) 11:07:03 (6/33) Installing sqlite-libs (3.32.1-r0) 11:07:03 (7/33) Installing python3 (3.8.5-r0) 11:07:04 Building static-packages 11:07:05 ---> 3476c1c4dfbe 11:07:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:07:05 (8/33) Installing py3-appdirs (1.4.4-r1) 11:07:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 11:07:05 (10/33) Installing py3-parsing (2.4.7-r0) 11:07:05 (11/33) Installing py3-six (1.15.0-r0) 11:07:05 (12/33) Installing py3-packaging (20.4-r0) 11:07:05 (13/33) Installing py3-setuptools (47.0.0-r0) 11:07:05 (14/33) Installing py3-chardet (3.0.4-r4) 11:07:05 (15/33) Installing py3-idna (2.9-r0) 11:07:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 11:07:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 11:07:06 (18/33) Installing py3-requests (2.23.0-r0) 11:07:06 (19/33) Installing py3-msgpack (1.0.0-r0) 11:07:06 (20/33) Installing py3-lockfile (0.12.2-r3) 11:07:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 11:07:06 (22/33) Installing py3-colorama (0.4.3-r0) 11:07:06 (23/33) Installing py3-distlib (0.3.0-r0) 11:07:06 (24/33) Installing py3-distro (1.5.0-r1) 11:07:06 (25/33) Installing py3-webencodings (0.5.1-r3) 11:07:06 (26/33) Installing py3-html5lib (1.0.1-r4) 11:07:06 (27/33) Installing py3-pytoml (0.1.21-r0) 11:07:06 (28/33) Installing py3-pep517 (0.8.2-r0) 11:07:06 (29/33) Installing py3-progress (1.5-r0) 11:07:06 (30/33) Installing py3-toml (0.10.1-r0) 11:07:06 (31/33) Installing py3-retrying (1.3.3-r0) 11:07:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 11:07:06 (33/33) Installing py3-pip (20.1.1-r0) 11:07:06 Executing busybox-1.31.1-r19.trigger 11:07:06 Staging go-build-helper 11:07:06 OK: 71 MiB in 55 packages 11:07:07 ---> 0db5395d0593 11:07:07 Step 19/23 : ENTRYPOINT ["/core-data"] 11:07:07 ---> Running in 21a3c823cfe7 11:07:07 Staging static-packages 11:07:08 Pulling go115 11:07:08 Removing intermediate container 21a3c823cfe7 11:07:08 ---> 5b070901ac45 11:07:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:07:09 'edgex-go' has dependencies that need to be staged: go115 11:07:09 Skipping pull go115 (already ran) 11:07:09 Building go115 11:07:09 % Total % Received % Xferd Average Speed Time Time Time Current 11:07:09 Dload Upload Total Spent Left Speed 11:07:09 ---> Running in 97c3d6d11ce3 11:07:10 Removing intermediate container 97c3d6d11ce3 11:07:10 ---> a9d696347af9 11:07:10 Step 21/23 : LABEL arch=arm64 11:07:10 ---> Running in aba6e0dcf075 11:07:11 Removing intermediate container aba6e0dcf075 11:07:11 ---> 82457f7f5c95 11:07:11 Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:07:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.2M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.6M 46 115M 46 53.5M 0 0 35.8M 0 0:00:03 0:00:01 0:00:02 35.7M 97 115M 97 113M 0 0 45.0M 0 0:00:02 0:00:02 --:--:-- 45.0M 100 115M 100 115M 0 0 45.3M 0 0:00:02 0:00:02 --:--:-- 45.3M 11:07:12 ---> Running in 565c31f8c121 11:07:12 go1.15.2.linux-amd64.tar.gz: OK 11:07:12 Removing intermediate container 565c31f8c121 11:07:12 ---> 0ca429af1c9f 11:07:12 Step 23/23 : LABEL version=0.0.0 11:07:12 ---> Running in 742a1018cc81 11:07:13 Removing intermediate container 742a1018cc81 11:07:13 ---> c6eb07658e82 11:07:13 11:07:14 Successfully built c6eb07658e82 11:07:14 Successfully tagged docker-core-data-go-arm64:latest 11:07:14  Building docker-core-data-go ... done Building docker-core-metadata-go 11:07:14 Removing intermediate container 302c3a2b73ff 11:07:14 ---> a08d9f34dea2 11:07:14 Step 20/26 : RUN pip install docker-compose==1.23.2 11:07:15 ---> Running in 02d7cc6154cd 11:07:16 Staging go115 11:07:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:07:20 ---> d8afff2bfd92 11:07:20 Step 3/31 : WORKDIR /edgex-go 11:07:20 ---> Using cache 11:07:20 ---> 4d8d572aa320 11:07:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:20 ---> Using cache 11:07:20 ---> 170c929c6d2b 11:07:20 Step 5/31 : RUN apk add --update --no-cache make git 11:07:20 Collecting docker-compose==1.23.2 11:07:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:07:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 11:07:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 11:07:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:07:21 Fetched 0 B in 0s (0 B/s) 11:07:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 11:07:21 Fetched 224 kB in 0s (0 B/s) 11:07:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 11:07:21 Fetched 157 kB in 0s (0 B/s) 11:07:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 11:07:21 Fetched 221 kB in 0s (0 B/s) 11:07:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 11:07:21 Fetched 143 kB in 0s (0 B/s) 11:07:21 Pulling edgex-go 11:07:22 Pulling version 11:07:22 Collecting jsonschema<3,>=2.5.1 11:07:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:07:23 ---> Running in 3d3ab47da546 11:07:23 Building config-common 11:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:07:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:07:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:25 Skipping build go-build-helper (already ran) 11:07:25 Skipping build static-packages (already ran) 11:07:25 Skipping build go115 (already ran) 11:07:25 Building edgex-go 11:07:25 Collecting websocket-client<1.0,>=0.32.0 11:07:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 11:07:25 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 11:07:26 OK: 217 MiB in 51 packages 11:07:26 Collecting cached-property<2,>=1.2.0 11:07:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:07:26 go: downloading github.com/gorilla/mux v1.8.0 11:07:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 11:07:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 11:07:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:07:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 11:07:26 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 11:07:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 11:07:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 11:07:26 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 11:07:26 go: downloading github.com/OneOfOne/xxhash v1.2.8 11:07:26 go: downloading github.com/pkg/errors v0.8.1 11:07:26 go: downloading github.com/imdario/mergo v0.3.11 11:07:26 go: downloading github.com/x448/float16 v0.8.4 11:07:26 go: downloading github.com/pelletier/go-toml v1.2.0 11:07:26 go: downloading github.com/google/uuid v1.2.0 11:07:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 11:07:26 go: downloading github.com/pebbe/zmq4 v1.2.2 11:07:26 go: downloading github.com/hashicorp/consul/api v1.1.0 11:07:26 go: downloading github.com/go-playground/validator/v10 v10.3.0 11:07:26 go: downloading github.com/BurntSushi/toml v0.3.1 11:07:26 go: downloading gopkg.in/yaml.v2 v2.4.0 11:07:26 go: downloading github.com/go-redis/redis/v7 v7.2.0 11:07:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 11:07:26 go: downloading github.com/go-kit/kit v0.8.0 11:07:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:07:26 go: downloading github.com/hashicorp/serf v0.8.2 11:07:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 11:07:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:07:26 go: downloading github.com/leodido/go-urn v1.2.0 11:07:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:07:26 go: downloading github.com/go-playground/universal-translator v0.17.0 11:07:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:07:26 go: downloading github.com/mitchellh/copystructure v1.0.0 11:07:26 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 11:07:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:07:27 go: downloading github.com/go-playground/locales v0.13.0 11:07:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:07:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:07:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:07:27 go: downloading github.com/hashicorp/golang-lru v0.5.0 11:07:27 Collecting docopt<0.7,>=0.6.1 11:07:27 Downloading docopt-0.6.2.tar.gz (25 kB) 11:07:29 Removing intermediate container 3d3ab47da546 11:07:29 ---> f6e388a38f55 11:07:29 Step 6/31 : COPY go.mod . 11:07:30 ---> 7e54c6a8d3ef 11:07:30 Step 7/31 : RUN go mod download 11:07:30 Collecting dockerpty<0.5,>=0.4.1 11:07:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:07:30 ---> Running in a9a1c54a2132 11:07:33 Collecting texttable<0.10,>=0.9.0 11:07:33 Downloading texttable-0.9.1.tar.gz (11 kB) 11:07:33 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 11:07:34 Removing intermediate container a9a1c54a2132 11:07:34 ---> dfb551b758ca 11:07:34 Step 8/31 : COPY . . 11:07:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:07:35 ---> d8afff2bfd92 11:07:35 Step 3/23 : WORKDIR /edgex-go 11:07:35 ---> Using cache 11:07:35 ---> 4d8d572aa320 11:07:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:35 ---> Using cache 11:07:35 ---> 170c929c6d2b 11:07:35 Step 5/23 : RUN apk add --update --no-cache make git 11:07:35 ---> Using cache 11:07:35 ---> f6e388a38f55 11:07:35 Step 6/23 : COPY go.mod . 11:07:35 ---> Using cache 11:07:35 ---> 7e54c6a8d3ef 11:07:35 Step 7/23 : RUN go mod download 11:07:35 ---> Using cache 11:07:35 ---> dfb551b758ca 11:07:35 Step 8/23 : COPY . . 11:07:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:07:35 ---> d8afff2bfd92 11:07:35 Step 3/22 : WORKDIR /edgex-go 11:07:35 ---> Using cache 11:07:35 ---> 4d8d572aa320 11:07:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:35 ---> Using cache 11:07:35 ---> 170c929c6d2b 11:07:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 11:07: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) 11:07:36 ---> Running in 7b67e274227c 11:07:37 Collecting PyYAML<4,>=3.10 11:07:37 Downloading PyYAML-3.13.tar.gz (270 kB) 11: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 11:07:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:38 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 11:07:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:39 OK: 217 MiB in 51 packages 11:07:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 11:07:40 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 11:07:40 go: downloading github.com/stretchr/testify v1.7.0 11:07:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 11:07:40 go: downloading github.com/pmezard/go-difflib v1.0.0 11:07:40 go: downloading github.com/davecgh/go-spew v1.1.1 11:07:42 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 11:07:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 11:07:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 11:07:42 Collecting docker<4.0,>=3.6.0 11:07:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:07:42 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 11:07:43 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 11:07:43 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 11:07:43 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) 11:07:43 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) 11:07:44 Collecting urllib3<1.25,>=1.21.1 11:07:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:07:44 Removing intermediate container 7b67e274227c 11:07:44 ---> 5e2e9df98afd 11:07:44 Step 6/22 : COPY go.mod . 11:07:44 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 11:07:45 Collecting idna<2.8,>=2.5 11:07:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:07:45 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 11:07:45 Collecting docker-pycreds>=0.4.0 11:07:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:07:46 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 11:07:46 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 11:07:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 11:07:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 11:07:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 11:07:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 11:07:46 ---> 994f2df08c25 11:07:46 Step 7/22 : RUN go mod download 11:07:47 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 11:07:47 go: downloading github.com/lib/pq v1.9.0 11:07:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:07:47 ---> d8afff2bfd92 11:07:47 Step 3/23 : WORKDIR /edgex-go 11:07:47 ---> Using cache 11:07:47 ---> 4d8d572aa320 11:07:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:47 ---> Using cache 11:07:47 ---> 170c929c6d2b 11:07:47 Step 5/23 : RUN apk add --update --no-cache make git 11:07:47 ---> Using cache 11:07:47 ---> f6e388a38f55 11:07:47 Step 6/23 : COPY go.mod . 11:07:47 ---> Using cache 11:07:47 ---> 7e54c6a8d3ef 11:07:47 Step 7/23 : RUN go mod download 11:07:47 ---> Using cache 11:07:47 ---> dfb551b758ca 11:07:47 Step 8/23 : COPY . . 11:07:47 ---> Running in aae89ed2f559 11:07:47 Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, cached-property, docopt, dockerpty, texttable, PyYAML, docker-pycreds, docker, docker-compose 11:07:48 Attempting uninstall: urllib3 11:07:48 Found existing installation: urllib3 1.25.9 11:07:48 Uninstalling urllib3-1.25.9: 11:07:48 Successfully uninstalled urllib3-1.25.9 11:07:48 Attempting uninstall: idna 11:07:48 Found existing installation: idna 2.9 11:07:48 Uninstalling idna-2.9: 11:07:49 Successfully uninstalled idna-2.9 11:07:49 Attempting uninstall: requests 11:07:49 Found existing installation: requests 2.23.0 11:07:49 Uninstalling requests-2.23.0: 11:07:49 Successfully uninstalled requests-2.23.0 11:07:49 Building version 11:07:51 Running setup.py install for docopt: started 11:07:51 Staging config-common 11:07:52 Skipping stage go-build-helper (already ran) 11:07:52 Skipping stage static-packages (already ran) 11:07:52 Skipping stage go115 (already ran) 11:07:52 Staging edgex-go 11:07:53 Staging version 11:07:53 Running setup.py install for docopt: finished with status 'done' 11:07:53 Running setup.py install for dockerpty: started 11:07:54 Removing intermediate container aae89ed2f559 11:07:54 ---> 0599743fada0 11:07:54 Step 8/22 : COPY . . 11:07:54 Priming config-common 11:07:55 Priming go-build-helper 11:07:56 Running setup.py install for dockerpty: finished with status 'done' 11:07:56 Running setup.py install for texttable: started 11:07:56 Priming static-packages 11:07:58 Running setup.py install for texttable: finished with status 'done' 11:07:58 Running setup.py install for PyYAML: started 11:07:59 Priming go115 11:07:59 Priming edgex-go 11:08:00 ---> 394d47dea59c 11:08:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 11:08:00 ---> 798c5ae3b9de 11:08:00 Step 9/23 : RUN make cmd/core-command/core-command 11:08:00 Priming version 11:08:01 Running setup.py install for PyYAML: finished with status 'done' 11:08:01 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 11:08:01 ---> Running in 25755f1c3972 11:08:01 ---> Running in 5d103cf38a82 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:08:04 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 11:08:04 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 11:08:04 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 [Pipeline] // stage [Pipeline] } 11:08:12 Removing intermediate container 02d7cc6154cd 11:08:12 ---> d7a0122bcf3d 11:08:12 Step 21/26 : RUN apk --no-cache add curl 11:08:13 ---> Running in 70910c6870d3 11:08:14 ---> ec7cbce11387 11:08:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:08:14 ---> Running in 8553eaa026af 11:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:08:16 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 11:08:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 11:08:16 (2/3) Installing libcurl (7.69.1-r3) 11:08:16 (3/3) Installing curl (7.69.1-r3) 11:08:16 Executing busybox-1.31.1-r19.trigger 11:08:16 OK: 71 MiB in 58 packages 11:08:19 Removing intermediate container 70910c6870d3 11:08:19 ---> d76ba6204de6 11:08:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 11:08:19 ---> f4b2171cea9c 11:08:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 11:08:19 ---> Running in a1a1ce5fa9d4 11:08:19 ---> Running in b8b134d43f52 11:08:20 Removing intermediate container a1a1ce5fa9d4 11:08:20 ---> b768db854512 11:08:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:08:21 ---> Running in e339bba18d39 11:08:21 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 11:08:22 Removing intermediate container e339bba18d39 11:08:22 ---> 54f54a169f29 11:08:22 Step 24/26 : LABEL arch=arm64 11:08:22 ---> Running in 9fdf74893dfe 11:08:22 Removing intermediate container 9fdf74893dfe 11:08:22 ---> 283110aad940 11:08:22 Step 25/26 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:08:22 ---> Running in bf79c497c5e4 11:08:23 Removing intermediate container bf79c497c5e4 11:08:23 ---> 2216d8d30a8f 11:08:23 Step 26/26 : LABEL version=0.0.0 11:08:23 ---> Running in 20aac45f302c 11:08:24 Removing intermediate container 20aac45f302c 11:08:24 ---> c16907446876 11:08:24 11:08:25 Successfully built c16907446876 11:08:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 11:09:12  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 11:09:39 Removing intermediate container 25755f1c3972 11:09:39 ---> 2a3014466305 11:09:39 11:09:39 Step 10/31 : FROM alpine:3.12 11:09:39 ---> afeebe901d6b 11:09:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 11:09:39 ---> Running in 0b7f1f393ca9 11:09:39 Removing intermediate container 5d103cf38a82 11:09:39 ---> c6cb418540f8 11:09:39 11:09:39 Step 10/23 : FROM alpine:3.12 11:09:39 ---> afeebe901d6b 11:09:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:09:39 ---> Using cache 11:09:39 ---> e40c6605a8f0 11:09:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:09:39 ---> Using cache 11:09:39 ---> 7de691c33d13 11:09:39 Step 13/23 : ENV APP_PORT=48082 11:09:39 ---> Running in fbc9335a21e2 11:09:39 Removing intermediate container 0b7f1f393ca9 11:09:39 ---> 8c1a5500b095 11:09:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:09:39 ---> Running in 18a12e009888 11:09:39 Removing intermediate container fbc9335a21e2 11:09:39 ---> c868988e7e99 11:09:39 Step 14/23 : EXPOSE $APP_PORT 11:09:39 ---> Running in 1a1936983a95 11:09:39 Removing intermediate container 1a1936983a95 11:09:39 ---> b245289d6431 11:09:39 Step 15/23 : WORKDIR / 11:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:40 ---> Running in 214b5dbd198e 11:09:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:40 Removing intermediate container 214b5dbd198e 11:09:40 ---> 4750b1883cd8 11:09:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:40 (1/2) Installing dumb-init (1.2.2-r1) 11:09:40 (2/2) Installing su-exec (0.2-r1) 11:09:40 Executing busybox-1.31.1-r19.trigger 11:09:41 OK: 5 MiB in 16 packages 11:09:42 ---> b91a3117d3f1 11:09:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:09:43 Removing intermediate container 18a12e009888 11:09:43 ---> 800544e7cdf9 11:09:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:09:43 ---> Running in e8151fe9565c 11:09:43 ---> 67be85d0805d 11:09:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:09:43 Removing intermediate container e8151fe9565c 11:09:43 ---> acdb6c939b2c 11:09:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:09:43 ---> Running in 0c22b3686438 11:09:44 ---> d5e6c32f7c5a 11:09:44 Step 19/23 : ENTRYPOINT ["/core-command"] 11:09:44 Removing intermediate container 0c22b3686438 11:09:44 ---> 3de8030299ae 11:09:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:09:44 ---> Running in bf375e27e974 11:09:44 ---> Running in c1d3ae42a223 11:09:45 Removing intermediate container c1d3ae42a223 11:09:45 ---> 79627b8da429 11:09:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:09:46 ---> Running in bcbfe469369e 11:09:46 Removing intermediate container bcbfe469369e 11:09:46 ---> c4cc3cad097f 11:09:46 Step 21/23 : LABEL arch=arm64 11:09:47 ---> Running in fa18623d3bb3 11:09:47 Removing intermediate container fa18623d3bb3 11:09:47 ---> eaeac0cecf45 11:09:47 Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:09:47 Removing intermediate container bf375e27e974 11:09:47 ---> c654c94257e1 11:09:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:09:48 ---> Running in 3ae6012ba5cc 11:09:48 ---> Running in a07ef3ebd918 11:09:48 Removing intermediate container 3ae6012ba5cc 11:09:48 ---> d11f71372316 11:09:48 Step 23/23 : LABEL version=0.0.0 11:09:49 Removing intermediate container a07ef3ebd918 11:09:49 ---> 8478f9bac5ca 11:09:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:09:49 ---> Running in 0d6571f4cb99 11:09:49 Removing intermediate container b8b134d43f52 11:09:49 ---> 02f42690456d 11:09:49 11:09:49 Step 10/22 : FROM alpine:3.12 11:09:49 ---> afeebe901d6b 11:09:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:09:50 Removing intermediate container 0d6571f4cb99 11:09:50 ---> 91b45d9abce2 11:09:50 11:09:50 ---> 2f846a77778f 11:09:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:09:50 ---> Running in 921ff73c53d1 11:09:50 ---> Running in 2ce40e20b661 11:09:50 Successfully built 91b45d9abce2 11:09:50 Successfully tagged docker-core-command-go-arm64:latest 11:09:52  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:52 (1/2) Installing ca-certificates (20191127-r4) 11:09:52 (2/2) Installing dumb-init (1.2.2-r1) 11:09:52 Executing busybox-1.31.1-r19.trigger 11:09:52 Executing ca-certificates-20191127-r4.trigger 11:09:53 OK: 6 MiB in 16 packages 11:09:53 Removing intermediate container 8553eaa026af 11:09:53 ---> ff227bcf2916 11:09:53 11:09:53 Step 10/23 : FROM alpine:3.12 11:09:53 ---> afeebe901d6b 11:09:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:09:53 ---> Using cache 11:09:53 ---> e40c6605a8f0 11:09:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:09:53 ---> Using cache 11:09:53 ---> 7de691c33d13 11:09:53 Step 13/23 : ENV APP_PORT=48081 11:09:53 Removing intermediate container 2ce40e20b661 11:09:53 ---> f0805a3aa60a 11:09:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:53 ---> Running in 43d08f25d1f7 11:09:54 Removing intermediate container 43d08f25d1f7 11:09:54 ---> d5e53931daff 11:09:54 Step 14/23 : EXPOSE $APP_PORT 11:09:54 ---> Running in 037943fb4f98 11:09:54 ---> 779a35bdfa56 11:09:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:09:54 Removing intermediate container 921ff73c53d1 11:09:54 ---> 1f4b980d8e8b 11:09:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:09:54 ---> Running in cc2f886ba725 11:09:55 Removing intermediate container 037943fb4f98 11:09:55 ---> 2233a8a66846 11:09:55 Step 15/23 : WORKDIR / 11:09:55 ---> Running in ce83c84fa04e 11:09:55 Removing intermediate container cc2f886ba725 11:09:55 ---> a1e12a587043 11:09:55 Step 13/22 : ENV APP_PORT=48060 11:09:55 ---> Running in 2899aeb8dfcd 11:09:55 ---> 0b449efea265 11:09:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:09:55 Removing intermediate container ce83c84fa04e 11:09:55 ---> 68243abea5e7 11:09:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:56 Removing intermediate container 2899aeb8dfcd 11:09:56 ---> fd0cedeccf17 11:09:56 Step 14/22 : EXPOSE $APP_PORT 11:09:56 ---> Running in 21407b6067f4 11:09:56 ---> 2a749a53dde9 11:09:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 11:09:56 ---> 01621a48e90e 11:09:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:09:56 Removing intermediate container 21407b6067f4 11:09:56 ---> 53bb997f73cf 11:09:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:57 ---> c5f1c7998eff 11:09:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:09:57 ---> 841b5ede5937 11:09:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:09:58 ---> 075d15a8b24d 11:09:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:09:58 ---> f397c797950e 11:09:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:09:59 ---> Running in 0dffeb1356f1 11:09:59 ---> 57323c2a8462 11:09:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:09:59 ---> faccd8a026d7 11:09:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:09:59 ---> Running in 6b9e5143bbc0 11:09:59 Removing intermediate container 0dffeb1356f1 11:09:59 ---> 0b5fffc8ff08 11:09:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:10:00 Removing intermediate container 6b9e5143bbc0 11:10:00 ---> 938cfdcdb3a0 11:10:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:00 ---> 9704272d7c2e 11:10:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:10:00 ---> Running in 8bde563d5f5f 11:10:00 ---> Running in 5553e42f7e24 11:10:00 ---> 7d47c41bc2be 11:10:00 Step 26/31 : RUN chmod +x /entrypoint.sh 11:10:00 ---> Running in 072663ab026c 11:10:00 Removing intermediate container 5553e42f7e24 11:10:00 ---> e2daa2c277ab 11:10:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:00 Removing intermediate container 8bde563d5f5f 11:10:00 ---> 562b94241855 11:10:00 Step 21/23 : LABEL arch=arm64 11:10:01 ---> Running in 1127450823db 11:10:01 ---> Running in 0b44ef80081a 11:10:01 Removing intermediate container 1127450823db 11:10:01 ---> c3cc08b212b0 11:10:01 Step 20/22 : LABEL arch=arm64 11:10:01 Removing intermediate container 0b44ef80081a 11:10:01 ---> c7cf2eb3b00a 11:10:01 Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:10:02 ---> Running in 77fdd2f28b0d 11:10:02 ---> Running in e5bb1ac30384 11:10:02 Removing intermediate container 77fdd2f28b0d 11:10:02 ---> b14d70fa755a 11:10:02 Step 23/23 : LABEL version=0.0.0 11:10:02 Removing intermediate container e5bb1ac30384 11:10:02 ---> 15902ac14810 11:10:02 Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:10:02 ---> Running in cb024a3a91f7 11:10:02 ---> Running in 6dae0ff25b8d 11:10:03 Removing intermediate container 6dae0ff25b8d 11:10:03 ---> d9381491db3c 11:10:03 11:10:03 Removing intermediate container cb024a3a91f7 11:10:03 ---> 07b17093d6fe 11:10:03 Step 22/22 : LABEL version=0.0.0 11:10:03 Removing intermediate container 072663ab026c 11:10:03 ---> 4d61d2df4969 11:10:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:10:03 ---> Running in 8e3ab1163759 11:10:04 Successfully built d9381491db3c 11:10:04 Successfully tagged docker-core-metadata-go-arm64:latest 11:10:04  Building docker-core-metadata-go ... done  ---> Running in 5e5a44dc2e16 11:10:04 Removing intermediate container 8e3ab1163759 11:10:04 ---> b10b564b9384 11:10:04 11:10:04 Successfully built b10b564b9384 11:10:04 Successfully tagged docker-support-notifications-go-arm64:latest 11:10:04  Building docker-support-notifications-go ... done Removing intermediate container 5e5a44dc2e16 11:10:04 ---> 1a6b17222cc2 11:10:04 Step 28/31 : CMD ["gate"] 11:10:05 ---> Running in 40850e518f34 11:10:05 Removing intermediate container 40850e518f34 11:10:05 ---> 123611b503a5 11:10:05 Step 29/31 : LABEL arch=arm64 11:10:06 ---> Running in b5256fc6ea4a 11:10:06 Removing intermediate container b5256fc6ea4a 11:10:06 ---> b9e1889331e2 11:10:06 Step 30/31 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd 11:10:06 ---> Running in bae551c8dd51 11:10:07 Removing intermediate container bae551c8dd51 11:10:07 ---> 627ae038b708 11:10:07 Step 31/31 : LABEL version=0.0.0 11:10:07 ---> Running in 3e227cef350c 11:10:08 Removing intermediate container 3e227cef350c 11:10:08 ---> aaef4d754151 11:10:08 11:10:08 Successfully built aaef4d754151 11:10:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 11:10:09  Building docker-security-bootstrapper-go ... done  [Pipeline] } 11:10:09 $ docker stop --time=1 f683e1faa9d775adfb6d90cfbaa6b1f1bacaa22cb4cc0ffa9a090db7bd3a1d60 11:10:11 $ docker rm -f f683e1faa9d775adfb6d90cfbaa6b1f1bacaa22cb4cc0ffa9a090db7bd3a1d60 [Pipeline] // withDockerContainer [Pipeline] sh 11:10:12 + grep+ docker 11:10:12 docker images 11:10:12 docker-security-bootstrapper-go-arm64 latest aaef4d754151 4 seconds ago 22.6MB 11:10:12 docker-support-notifications-go-arm64 latest b10b564b9384 8 seconds ago 16.7MB 11:10:12 docker-core-metadata-go-arm64 latest d9381491db3c 9 seconds ago 17.7MB 11:10:12 docker-core-command-go-arm64 latest 91b45d9abce2 23 seconds ago 16MB 11:10:12 docker-sys-mgmt-agent-go-arm64 latest c16907446876 About a minute ago 300MB 11:10:12 docker-core-data-go-arm64 latest c6eb07658e82 2 minutes ago 21MB 11:10:12 docker-support-scheduler-go-arm64 latest 99348605e818 3 minutes ago 16.1MB 11:10:12 docker-security-secretstore-setup-go-arm64 latest b43a32f9f0dd 3 minutes ago 23.4MB 11:10:12 docker-security-proxy-setup-go-arm64 latest 26637e09738e 3 minutes ago 23.2MB 11:10:12 docker 20.10.0 eeaf43b92773 7 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 11:10:15 provisioning config files... 11:10:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config4420495281838448768tmp [Pipeline] { [Pipeline] sh 11:10:15 + set +x 11:10:15 + curl -s https://codecov.io/bash 11:10:15 + bash -s -- 11:10:16 11:10:16 _____ _ 11:10:16 / ____| | | 11:10:16 | | ___ __| | ___ ___ _____ __ 11:10:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:10:16 | |___| (_) | (_| | __/ (_| (_) \ V / 11:10:16 \_____\___/ \__,_|\___|\___\___/ \_/ 11:10:16 Bash-20210129-7c25fce 11:10:16 11:10:16 11:10:16 ==> git version 2.24.3 found 11:10:16 ==> 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 11:10:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:10:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:10:16 ==> Jenkins CI detected. 11:10:16 project root: . 11:10:16 --> token set from env 11:10:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:10:16 ==> Running gcov in . (disable via -X gcov) 11:10:16 ==> Python coveragepy not found 11:10:16 ==> Searching for coverage reports in: 11:10:16 + . 11:10:16 -> Found 1 reports 11:10:16 ==> Detecting git/mercurial file structure 11:10:16 ==> Reading reports 11:10:16 + ./coverage.out bytes=580808 11:10:16 ==> Appending adjustments 11:10:16 https://docs.codecov.io/docs/fixing-reports 11:10:20 + Found adjustments 11:10:20 ==> Gzipping contents 11:10:20 88K /tmp/codecov.oFheyX.gz 11:10:20 ==> Uploading reports 11:10:20 url: https://codecov.io 11:10:20 query: branch=PR-3109&commit=595ab995126c135fe63cd405ae42b5274b5528dd&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 11:10:20 -> Pinging Codecov 11:10:20 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=595ab995126c135fe63cd405ae42b5274b5528dd&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 11:10:20 -> Uploading to 11:10:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/595ab995126c135fe63cd405ae42b5274b5528dd/c518002d-dc9d-470d-827b-172a14f9f4ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111020Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bb32ad7f32f7961480dcc1e7ae7d691a7df602389ef675adbc6221d1be41a1d8 11:10:20 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:20 Dload Upload Total Spent Left Speed 11:10:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87698 0 0 100 87698 0 160k --:--:-- --:--:-- --:--:-- 160k 11:10:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/595ab995126c135fe63cd405ae42b5274b5528dd [Pipeline] } 11:10:21 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 11:10:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:10:25 ---> package-listing.sh 11:10:25 ++ facter osfamily 11:10:25 ++ tr '[:upper:]' '[:lower:]' 11:10:25 + OS_FAMILY=redhat 11:10:25 + workspace=/w/workspace/edgex-go/10 11:10:25 + START_PACKAGES=/tmp/packages_start.txt 11:10:25 + END_PACKAGES=/tmp/packages_end.txt 11:10:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:10:25 + PACKAGES=/tmp/packages_start.txt 11:10:25 + '[' /w/workspace/edgex-go/10 ']' 11:10:25 + PACKAGES=/tmp/packages_end.txt 11:10:25 + case "${OS_FAMILY}" in 11:10:25 + rpm -qa 11:10:25 + sort 11:10:31 + '[' -f /tmp/packages_start.txt ']' 11:10:31 + '[' -f /tmp/packages_end.txt ']' 11:10:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:10:31 + '[' /w/workspace/edgex-go/10 ']' 11:10:31 + mkdir -p /w/workspace/edgex-go/10/archives/ 11:10:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 11:10:31 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:10:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:10:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:31 11:10:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:10:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:32 alpine: Pulling from edgex-lftools-log-publisher 11:10:32 df20fa9351a1: Pulling fs layer 11:10:32 36b3adc4ff6f: Pulling fs layer 11:10:32 8ad3a11d3b57: Pulling fs layer 11:10:32 46f8f816bc3b: Pulling fs layer 11:10:32 93b61091891f: Pulling fs layer 11:10:32 93b9cdb0e59b: Pulling fs layer 11:10:32 5e14af77c1be: Pulling fs layer 11:10:32 01666e4c0597: Pulling fs layer 11:10:32 aa168da1d23b: Pulling fs layer 11:10:32 5e14af77c1be: Waiting 11:10:32 01666e4c0597: Waiting 11:10:32 aa168da1d23b: Waiting 11:10:32 93b61091891f: Waiting 11:10:32 93b9cdb0e59b: Waiting 11:10:32 46f8f816bc3b: Waiting 11:10:32 36b3adc4ff6f: Verifying Checksum 11:10:32 36b3adc4ff6f: Download complete 11:10:32 46f8f816bc3b: Verifying Checksum 11:10:32 46f8f816bc3b: Download complete 11:10:32 df20fa9351a1: Verifying Checksum 11:10:32 93b9cdb0e59b: Verifying Checksum 11:10:32 93b9cdb0e59b: Download complete 11:10:32 5e14af77c1be: Verifying Checksum 11:10:32 5e14af77c1be: Download complete 11:10:32 93b61091891f: Download complete 11:10:32 01666e4c0597: Verifying Checksum 11:10:32 01666e4c0597: Download complete 11:10:32 8ad3a11d3b57: Verifying Checksum 11:10:32 8ad3a11d3b57: Download complete 11:10:32 df20fa9351a1: Pull complete 11:10:32 36b3adc4ff6f: Pull complete 11:10:33 8ad3a11d3b57: Pull complete 11:10:33 46f8f816bc3b: Pull complete 11:10:35 aa168da1d23b: Verifying Checksum 11:10:35 aa168da1d23b: Download complete 11:10:35 93b61091891f: Pull complete 11:10:35 93b9cdb0e59b: Pull complete 11:10:36 5e14af77c1be: Pull complete 11:10:36 01666e4c0597: Pull complete 11:10:44 aa168da1d23b: Pull complete 11:10:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:10:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:10:44 prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container 11:10:44 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:10:48 $ docker top cf517197834ed6693afe6f8329a15747181867fe6d91d61082cf531265e10d02 -eo pid,comm [Pipeline] { [Pipeline] sh 11:10:48 + touch /tmp/pre-build-complete [Pipeline] sh 11:10:49 + mkdir -p /var/log/sa [Pipeline] sh 11:10:49 + ls /var/log/sa-host 11:10:49 + sadf -c /var/log/sa-host/sa04 11:10:49 file_magic: OK 11:10:49 HZ: Using current value: 100 11:10:49 file_header: OK 11:10:49 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 11:10:49 Statistics: 11:10:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:10:49 File successfully converted to sysstat format version 12.2.1 11:10:49 + sadf -c /var/log/sa-host/sa23 11:10:49 file_magic: OK 11:10:49 HZ: Using current value: 100 11:10:49 file_header: OK 11:10:49 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 11:10:49 Statistics: 11:10:49 Hnuu...uuuununununu... 11:10:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:49 provisioning config files... 11:10:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2230021549359128533tmp [Pipeline] { [Pipeline] echo 11:10:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:10:50 ---> create-netrc.sh [Pipeline] } 11:10:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:10:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:10:50 ---> python-tools-install.sh [Pipeline] echo 11:10:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:10:50 ---> sudo-logs.sh 11:10:50 Archiving 'sudo' log.. [Pipeline] echo 11:10:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:10:51 ---> job-cost.sh 11:10:51 lf-activate-venv: SKIPPING 11:10:51 INFO: No Stack... 11:10:52 INFO: Retrieving Pricing Info for: v1-standard-2 11:10:52 INFO: Archiving Costs [Pipeline] echo 11:10:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:10:53 ---> logs-deploy.sh 11:10:53 lf-activate-venv: SKIPPING 11:10:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/10 11:10:53 INFO: archiving workspace using pattern(s): 11:10:54 Archives upload complete. 11:10:54 INFO: archiving logs to Nexus 11:10:55 ---> uname -a: 11:10:55 Linux prd-centos7-docker-4c-2g-24975.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:10:55 11:10:55 11:10:55 ---> lscpu: 11:10:55 Architecture: x86_64 11:10:55 CPU op-mode(s): 32-bit, 64-bit 11:10:55 Byte Order: Little Endian 11:10:55 Address sizes: 40 bits physical, 48 bits virtual 11:10:55 CPU(s): 4 11:10:55 On-line CPU(s) list: 0-3 11:10:55 Thread(s) per core: 1 11:10:55 Core(s) per socket: 1 11:10:55 Socket(s): 4 11:10:55 NUMA node(s): 1 11:10:55 Vendor ID: GenuineIntel 11:10:55 CPU family: 6 11:10:55 Model: 44 11:10:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:10:55 Stepping: 1 11:10:55 CPU MHz: 2933.438 11:10:55 BogoMIPS: 5866.87 11:10:55 Virtualization: VT-x 11:10:55 Hypervisor vendor: KVM 11:10:55 Virtualization type: full 11:10:55 L1d cache: 128 KiB 11:10:55 L1i cache: 128 KiB 11:10:55 L2 cache: 16 MiB 11:10:55 L3 cache: 64 MiB 11:10:55 NUMA node0 CPU(s): 0-3 11:10:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:10:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:10:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:10:55 Vulnerability Meltdown: Mitigation; PTI 11:10:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:10:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:10:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:10:55 Vulnerability Srbds: Not affected 11:10:55 Vulnerability Tsx async abort: Not affected 11:10:55 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 11:10:55 11:10:55 11:10:55 ---> nproc: 11:10:55 4 11:10:55 11:10:55 11:10:55 ---> df -h: 11:10:55 Filesystem Size Used Available Use% Mounted on 11:10:55 overlay 50.0G 11.7G 38.3G 23% / 11:10:55 tmpfs 64.0M 0 64.0M 0% /dev 11:10:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:10:55 shm 64.0M 0 64.0M 0% /dev/shm 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/10 11:10:55 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/10@tmp 11:10:55 11:10:55 11:10:55 ---> free -m: 11:10:55 total used free shared buff/cache available 11:10:55 Mem: 1837 735 129 0 972 1020 11:10:55 Swap: 1023 56 967 11:10:55 11:10:55 11:10:55 ---> ip addr: 11:10:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:10:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:10:55 inet 127.0.0.1/8 scope host lo 11:10:55 valid_lft forever preferred_lft forever 11:10:55 inet6 ::1/128 scope host 11:10:55 valid_lft forever preferred_lft forever 11:10:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:10:55 link/ether fa:16:3e:c1:61:d4 brd ff:ff:ff:ff:ff:ff 11:10:55 inet 10.30.123.55/23 brd 10.30.123.255 scope global dynamic eth0 11:10:55 valid_lft 85078sec preferred_lft 85078sec 11:10:55 inet6 fe80::f816:3eff:fec1:61d4/64 scope link 11:10:55 valid_lft forever preferred_lft forever 11:10:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:10:55 link/ether 02:42:f8:0a:04:d3 brd ff:ff:ff:ff:ff:ff 11:10:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:10:55 valid_lft forever preferred_lft forever 11:10:55 inet6 fe80::42:f8ff:fe0a:4d3/64 scope link 11:10:55 valid_lft forever preferred_lft forever 11:10:55 11:10:55 11:10:55 ---> sar -b -r -n DEV: 11:10:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:10:55 11:10:55 10:48:40 LINUX RESTART (4 CPU) 11:10:55 11:10:55 10:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:10:55 10:50:01 146.49 63.36 83.13 0.00 7701.46 42552.41 0.00 11:10:55 10:51:01 166.10 77.81 88.29 0.00 6930.09 38073.66 0.00 11:10:55 10:52:01 283.69 131.13 152.56 0.00 5464.36 26203.89 0.00 11:10:55 10:53:01 121.68 30.97 90.72 0.00 1188.02 13232.28 0.00 11:10:55 10:54:01 136.51 69.05 67.47 0.00 3320.29 8226.90 0.00 11:10:55 10:55:02 331.97 125.58 206.39 0.00 60286.21 128995.91 0.00 11:10:55 10:56:01 3308.42 2941.17 367.25 0.00 174014.10 191788.51 0.00 11:10:55 10:57:02 351.29 145.77 205.52 0.00 10733.97 28810.39 0.00 11:10:55 10:58:01 2223.54 1898.51 325.03 0.00 141936.73 183212.45 0.00 11:10:55 10:59:01 429.90 182.19 247.71 0.00 11966.48 43002.13 0.00 11:10:55 11:00:02 42.81 15.26 27.55 0.00 3067.55 1039.05 0.00 11:10:55 11:01:01 0.64 0.08 0.56 0.00 1.90 11.45 0.00 11:10:55 11:02:01 0.82 0.48 0.33 0.00 26.76 4.94 0.00 11:10:55 11:03:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 11:10:55 11:04:01 1.80 1.65 0.15 0.00 56.35 2.05 0.00 11:10:55 11:05:01 0.87 0.05 0.82 0.00 1.60 15.99 0.00 11:10:55 11:06:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 11:10:55 11:07:01 0.18 0.02 0.17 0.00 0.27 1.65 0.00 11:10:55 11:08:01 0.22 0.00 0.22 0.00 0.00 1.67 0.00 11:10:55 11:09:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 11:10:55 11:10:01 0.23 0.02 0.22 0.00 0.27 2.60 0.00 11:10:55 Average: 357.32 268.58 88.74 0.00 20228.02 33530.38 0.00 11:10:55 11:10:55 10:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:10:55 10:50:01 143636 0 605912 32.20 2620 1129376 1121800 38.29 499976 1034168 55304 11:10:55 10:51:01 180976 0 727228 38.65 2284 971056 1517976 51.81 599176 870856 71368 11:10:55 10:52:01 75016 0 860836 45.75 1492 944200 1754228 59.87 672468 857940 86456 11:10:55 10:53:01 224100 0 776156 41.25 732 880556 1456228 49.70 636052 734496 20644 11:10:55 10:54:01 205052 0 790168 42.00 600 885724 1468952 50.13 627248 754968 21980 11:10:55 10:55:02 67268 0 835896 44.43 112 978268 2246024 76.65 786920 820460 89216 11:10:55 10:56:01 388720 0 692892 36.83 112 799820 1366436 46.63 525336 734596 56 11:10:55 10:57:02 385764 0 744580 39.57 112 751088 1560732 53.27 519124 721324 8 11:10:55 10:58:01 68288 0 809796 43.04 108 1003352 2154888 73.54 705340 879360 51064 11:10:55 10:59:01 107128 0 743292 39.50 108 1031016 1503492 51.31 642396 881616 13656 11:10:55 11:00:02 173396 0 654024 34.76 108 1054016 1215352 41.48 561660 901100 8 11:10:55 11:01:01 176528 0 650884 34.59 108 1054024 1184712 40.43 560100 899840 8 11:10:55 11:02:01 176812 0 649792 34.54 108 1054832 1182880 40.37 559864 900496 8 11:10:55 11:03:01 176548 0 650064 34.55 108 1054824 1182880 40.37 559744 900496 8 11:10:55 11:04:01 174148 0 651360 34.62 108 1055928 1183060 40.38 560832 901432 28 11:10:55 11:05:01 174088 0 651452 34.62 108 1055896 1183036 40.38 560768 901424 8 11:10:55 11:06:01 174736 0 650792 34.59 108 1055908 1182880 40.37 559896 901440 8 11:10:55 11:07:01 174852 0 650672 34.58 108 1055912 1182880 40.37 559884 901444 8 11:10:55 11:08:01 174908 0 650604 34.58 108 1055924 1182880 40.37 559784 901448 16 11:10:55 11:09:01 175048 0 650456 34.57 108 1055932 1182880 40.37 559932 901448 16 11:10:55 11:10:01 174796 0 650704 34.58 108 1055936 1182952 40.37 560292 901456 8 11:10:55 Average: 179610 0 702265 37.32 451 999218 1390340 47.45 589371 866753 19518 11:10:55 11:10:55 10:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:10:55 10:50:01 eth0 1042.68 648.99 3678.37 96.76 0.00 0.00 0.00 0.00 11:10:55 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:51:01 eth0 1229.95 1459.71 5534.69 158.81 0.00 0.00 0.00 0.00 11:10:55 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:51:01 docker0 1116.97 838.38 83.10 2682.20 0.00 0.00 0.00 0.00 11:10:55 10:52:01 eth0 217.40 140.16 861.27 23.82 0.00 0.00 0.00 0.00 11:10:55 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:52:01 vethc3b75aa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:10:55 10:52:01 docker0 119.28 181.35 8.54 828.63 0.00 0.00 0.00 0.00 11:10:55 10:53:01 eth0 27.87 13.83 21.38 10.31 0.00 0.00 0.00 0.00 11:10:55 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:53:01 vethc3b75aa 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 11:10:55 10:53:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 11:10:55 10:54:01 eth0 33.55 23.44 19.09 82.76 0.00 0.00 0.00 0.00 11:10:55 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:54:01 vethc3b75aa 0.32 0.32 0.02 0.02 0.00 0.00 0.00 0.00 11:10:55 10:54:01 docker0 0.32 0.32 0.02 0.02 0.00 0.00 0.00 0.00 11:10:55 10:55:02 vethc1cdc4e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:10:55 10:55:02 eth0 213.59 171.76 1677.61 66.72 0.00 0.00 0.00 0.00 11:10:55 10:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:56:01 vethc1cdc4e 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 11:10:55 10:56:01 eth0 45.02 27.02 163.52 9.32 0.00 0.00 0.00 0.00 11:10:55 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:56:01 docker0 17.34 26.43 0.99 148.54 0.00 0.00 0.00 0.00 11:10:55 10:57:02 vethc1cdc4e 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 11:10:55 10:57:02 eth0 63.96 35.00 229.03 13.29 0.00 0.00 0.00 0.00 11:10:55 10:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:57:02 docker0 16.72 31.74 0.90 160.56 0.00 0.00 0.00 0.00 11:10:55 10:58:01 vethc1cdc4e 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:58:01 eth0 59.63 42.91 80.02 86.37 0.00 0.00 0.00 0.00 11:10:55 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:58:01 docker0 3.55 9.94 0.19 58.99 0.00 0.00 0.00 0.00 11:10:55 10:59:01 vethc1cdc4e 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 11:10:55 10:59:01 eth0 244.65 168.46 1732.48 29.35 0.00 0.00 0.00 0.00 11:10:55 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 10:59:01 veth4702fbd 7.20 7.62 0.97 22.36 0.00 0.00 0.00 0.00 11:10:55 11:00:02 eth0 47.32 40.80 47.42 64.85 0.00 0.00 0.00 0.00 11:10:55 11:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:00:02 docker0 1341.73 1192.53 98.01 4394.97 0.00 0.00 0.00 0.00 11:10:55 11:01:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 11:10:55 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:02:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:10:55 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:03:01 eth0 1.03 0.10 0.10 0.01 0.00 0.00 0.00 0.00 11:10:55 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:04:01 eth0 2.98 0.95 1.00 0.60 0.00 0.00 0.00 0.00 11:10:55 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:05:01 eth0 0.75 0.37 0.41 0.26 0.00 0.00 0.00 0.00 11:10:55 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:06:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:10:55 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:07:01 eth0 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 11:10:55 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:08:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:10:55 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:09:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 11:10:55 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:10:01 eth0 0.28 0.17 0.14 0.07 0.00 0.00 0.00 0.00 11:10:55 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 Average: eth0 154.22 132.40 670.97 30.69 0.00 0.00 0.00 0.00 11:10:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:55 Average: docker0 63.98 56.87 4.67 209.57 0.00 0.00 0.00 0.00 11:10:55 11:10:55 11:10:55 ---> sar -P ALL: 11:10:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:10:55 11:10:55 10:48:40 LINUX RESTART (4 CPU) 11:10:55 11:10:55 10:49:01 CPU %user %nice %system %iowait %steal %idle 11:10:55 10:50:01 all 18.39 0.00 8.88 5.50 0.44 66.80 11:10:55 10:50:01 0 18.80 0.00 11.03 6.33 0.38 63.45 11:10:55 10:50:01 1 17.07 0.00 9.26 3.95 0.49 69.23 11:10:55 10:50:01 2 21.19 0.00 7.42 4.34 0.44 66.60 11:10:55 10:50:01 3 16.48 0.00 7.82 7.40 0.44 67.85 11:10:55 10:51:01 all 14.52 0.00 8.31 1.26 0.54 75.37 11:10:55 10:51:01 0 14.35 0.00 9.53 2.04 0.61 73.46 11:10:55 10:51:01 1 13.22 0.00 8.91 1.20 0.52 76.15 11:10:55 10:51:01 2 18.29 0.00 7.86 1.12 0.48 72.25 11:10:55 10:51:01 3 12.21 0.00 6.96 0.71 0.55 79.57 11:10:55 10:52:01 all 20.52 0.00 9.46 6.33 0.46 63.24 11:10:55 10:52:01 0 21.38 0.00 9.51 5.18 0.53 63.40 11:10:55 10:52:01 1 20.99 0.00 9.53 9.19 0.34 59.94 11:10:55 10:52:01 2 19.51 0.00 9.24 5.55 0.46 65.24 11:10:55 10:52:01 3 20.20 0.00 9.55 5.38 0.50 64.37 11:10:55 10:53:01 all 53.38 0.00 13.88 5.25 0.68 26.81 11:10:55 10:53:01 0 53.55 0.00 14.13 5.29 0.66 26.37 11:10:55 10:53:01 1 52.32 0.00 13.95 4.02 0.72 29.00 11:10:55 10:53:01 2 54.70 0.00 13.26 5.44 0.68 25.91 11:10:55 10:53:01 3 52.96 0.00 14.18 6.25 0.67 25.95 11:10:55 10:54:01 all 46.62 0.00 14.39 2.81 0.79 35.39 11:10:55 10:54:01 0 47.32 0.00 15.25 3.06 0.87 33.50 11:10:55 10:54:01 1 47.62 0.00 13.72 1.29 0.76 36.61 11:10:55 10:54:01 2 46.29 0.00 14.05 3.06 0.84 35.76 11:10:55 10:54:01 3 45.24 0.00 14.54 3.80 0.70 35.72 11:10:55 10:55:02 all 20.42 0.00 19.17 5.25 2.28 52.89 11:10:55 10:55:02 0 21.15 0.00 18.69 5.93 2.33 51.90 11:10:55 10:55:02 1 19.47 0.00 19.37 5.05 2.22 53.89 11:10:55 10:55:02 2 19.47 0.00 19.35 5.74 2.32 53.12 11:10:55 10:55:02 3 21.58 0.00 19.26 4.25 2.24 52.67 11:10:55 10:56:01 all 22.57 0.00 30.70 23.05 1.07 22.61 11:10:55 10:56:01 0 22.88 0.00 30.92 22.44 1.02 22.74 11:10:55 10:56:01 1 22.68 0.00 30.45 26.03 1.07 19.77 11:10:55 10:56:01 2 21.45 0.00 29.77 21.48 1.15 26.15 11:10:55 10:56:01 3 23.30 0.00 31.68 22.21 1.05 21.77 11:10:55 10:57:02 all 55.36 0.00 17.24 12.27 0.12 15.01 11:10:55 10:57:02 0 56.29 0.00 16.99 14.60 0.14 11.99 11:10:55 10:57:02 1 55.34 0.00 16.88 12.06 0.10 15.62 11:10:55 10:57:02 2 54.90 0.00 17.53 11.71 0.12 15.75 11:10:55 10:57:02 3 54.90 0.00 17.58 10.70 0.12 16.70 11:10:55 10:58:01 all 35.85 0.00 28.36 16.92 0.15 18.72 11:10:55 10:58:01 0 35.46 0.00 28.68 16.44 0.16 19.27 11:10:55 10:58:01 1 35.78 0.00 28.06 15.34 0.14 20.67 11:10:55 10:58:01 2 35.96 0.00 27.92 19.04 0.16 16.92 11:10:55 10:58:01 3 36.20 0.00 28.80 16.85 0.14 18.00 11:10:55 10:59:01 all 31.15 0.00 14.21 12.48 0.23 41.92 11:10:55 10:59:01 0 33.01 0.00 14.22 13.18 0.21 39.38 11:10:55 10:59:01 1 29.14 0.00 13.83 18.49 0.24 38.30 11:10:55 10:59:01 2 31.07 0.00 14.16 9.55 0.26 44.96 11:10:55 10:59:01 3 31.41 0.00 14.65 8.65 0.23 45.07 11:10:55 11:00:02 all 1.55 0.00 1.25 1.14 0.04 96.02 11:10:55 11:00:02 0 1.52 0.00 0.99 1.67 0.03 95.78 11:10:55 11:00:02 1 2.06 0.00 1.72 0.28 0.05 95.88 11:10:55 11:00:02 2 1.00 0.00 0.94 1.45 0.05 96.56 11:10:55 11:00:02 3 1.62 0.00 1.36 1.15 0.02 95.85 11:10:55 11:10:55 11:00:02 CPU %user %nice %system %iowait %steal %idle 11:10:55 11:01:01 all 0.15 0.00 0.05 0.00 0.01 99.78 11:10:55 11:01:01 0 0.51 0.00 0.03 0.00 0.02 99.44 11:10:55 11:01:01 1 0.02 0.00 0.05 0.02 0.00 99.92 11:10:55 11:01:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:10:55 11:01:01 3 0.07 0.00 0.08 0.00 0.02 99.83 11:10:55 11:02:01 all 0.19 0.00 0.17 0.00 0.02 99.61 11:10:55 11:02:01 0 0.53 0.00 0.03 0.02 0.02 99.40 11:10:55 11:02:01 1 0.07 0.00 0.18 0.00 0.03 99.72 11:10:55 11:02:01 2 0.08 0.00 0.27 0.00 0.02 99.63 11:10:55 11:02:01 3 0.08 0.00 0.22 0.00 0.02 99.68 11:10:55 11:03:01 all 0.14 0.00 0.03 0.00 0.00 99.83 11:10:55 11:03:01 0 0.47 0.00 0.05 0.00 0.00 99.48 11:10:55 11:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:10:55 11:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 11:10:55 11:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:10:55 11:04:01 all 0.20 0.00 0.08 0.02 0.01 99.69 11:10:55 11:04:01 0 0.07 0.00 0.13 0.07 0.00 99.73 11:10:55 11:04:01 1 0.10 0.00 0.05 0.00 0.00 99.85 11:10:55 11:04:01 2 0.58 0.00 0.07 0.00 0.00 99.35 11:10:55 11:04:01 3 0.07 0.00 0.05 0.02 0.03 99.83 11:10:55 11:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 11:10:55 11:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:10:55 11:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 11:10:55 11:05:01 2 0.50 0.00 0.03 0.00 0.00 99.47 11:10:55 11:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:10:55 11:06:01 all 0.10 0.00 0.04 0.00 0.00 99.86 11:10:55 11:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:10:55 11:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:10:55 11:06:01 2 0.30 0.00 0.07 0.00 0.00 99.63 11:10:55 11:06:01 3 0.08 0.00 0.05 0.00 0.00 99.87 11:10:55 11:07:01 all 0.02 0.00 0.03 0.00 0.00 99.95 11:10:55 11:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:10:55 11:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:10:55 11:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:10:55 11:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:10:55 11:08:01 all 0.13 0.00 0.03 0.00 0.00 99.83 11:10:55 11:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:10:55 11:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:10:55 11:08:01 2 0.45 0.00 0.03 0.00 0.00 99.52 11:10:55 11:08:01 3 0.07 0.00 0.07 0.00 0.00 99.87 11:10:55 11:09:01 all 0.15 0.00 0.02 0.00 0.00 99.82 11:10:55 11:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:10:55 11:09:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:10:55 11:09:01 2 0.50 0.00 0.05 0.00 0.00 99.45 11:10:55 11:09:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:10:55 11:10:01 all 0.16 0.00 0.03 0.00 0.00 99.81 11:10:55 11:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:10:55 11:10:01 1 0.03 0.00 0.05 0.00 0.02 99.90 11:10:55 11:10:01 2 0.53 0.00 0.03 0.00 0.00 99.43 11:10:55 11:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:10:55 Average: all 14.97 0.00 7.70 4.26 0.32 72.76 11:10:55 Average: 0 15.25 0.00 7.89 4.45 0.33 72.09 11:10:55 Average: 1 14.68 0.00 7.69 4.47 0.31 72.85 11:10:55 Average: 2 15.22 0.00 7.50 4.08 0.33 72.87 11:10:55 Average: 3 14.71 0.00 7.70 4.01 0.31 73.26 11:10:55 11:10:55 11:10:55