Pull request #3147 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1328e27822f90754017cbd8e20c4b6742003374b+cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 (051306e68ddcbab14b143d86335573f252fbde51) 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 ‘prd-centos7-docker-4c-2g-25648’ Running on prd-centos7-docker-4c-2g-25653 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 1328e27822f90754017cbd8e20c4b6742003374b Merge succeeded, producing 1328e27822f90754017cbd8e20c4b6742003374b Checking out Revision 1328e27822f90754017cbd8e20c4b6742003374b (PR-3147) > git config core.sparsecheckout # timeout=10 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # 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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 Commit message: "fixup! feat(security): Address PR feedback and merged master's changes" > git rev-list --no-walk 377e5e1be06d929db7b8e52526a2d557068ecb5d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:16:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:16:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:16:35 ========================================================= 00:16:35 EdgeX Global Pipelines Version Info 00:16:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:16:37 ------------------- 00:16:37 stable info: 00:16:37 ------------------- 00:16:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:16:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:16:37 Message: update stable to v1.0.179 00:16:38 ------------------- 00:16:38 experimental info: 00:16:38 ------------------- 00:16:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:16:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:16:38 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:16:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:16:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:16:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:16:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:16:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3147 [Pipeline] echo 00:16:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3147 [Pipeline] echo 00:16:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3147 [Pipeline] echo 00:16:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1328e27822f90754017cbd8e20c4b6742003374b [Pipeline] echo 00:16:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1328e27 [Pipeline] echo 00:16:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:41 provisioning config files... 00:16:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8738561465109680119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:42 ---> docker-login.sh 00:16:42 nexus3.edgexfoundry.org:10001 00:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:42 Configure a credential helper to remove this warning. See 00:16:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:42 00:16:42 Login Succeeded 00:16:42 nexus3.edgexfoundry.org:10002 00:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:42 Configure a credential helper to remove this warning. See 00:16:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:42 00:16:42 Login Succeeded 00:16:42 nexus3.edgexfoundry.org:10003 00:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:42 Configure a credential helper to remove this warning. See 00:16:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:42 00:16:42 Login Succeeded 00:16:42 nexus3.edgexfoundry.org:10004 00:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:43 Configure a credential helper to remove this warning. See 00:16:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:43 00:16:43 Login Succeeded 00:16:43 docker.io 00:16:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:43 Configure a credential helper to remove this warning. See 00:16:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:43 00:16:43 Login Succeeded 00:16:43 ---> docker-login.sh ends [Pipeline] } 00:16:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:16:43 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/core-command/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo core-command,cmd/core-command/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/core-data/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo core-data,cmd/core-data/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/core-metadata/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo core-metadata,cmd/core-metadata/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/security-bootstrapper/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/security-proxy-setup/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/support-notifications/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo support-notifications,cmd/support-notifications/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/support-scheduler/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:16:43 + for file in '`ls cmd/**/Dockerfile`' 00:16:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:16:43 ++ cut -d/ -f2 00:16:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:16:43 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:16:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:16:45 00:16:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:16:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:16:46 latest: Pulling from edgex-devops/git-semver 00:16:46 31603596830f: Pulling fs layer 00:16:46 2a8b12db71e7: Pulling fs layer 00:16:46 6ca5941a6612: Pulling fs layer 00:16:46 ecc8261a40a4: Pulling fs layer 00:16:46 ecc8261a40a4: Waiting 00:16:46 2a8b12db71e7: Verifying Checksum 00:16:46 2a8b12db71e7: Download complete 00:16:46 31603596830f: Verifying Checksum 00:16:46 31603596830f: Download complete 00:16:46 ecc8261a40a4: Download complete 00:16:46 6ca5941a6612: Verifying Checksum 00:16:46 6ca5941a6612: Download complete 00:16:46 31603596830f: Pull complete 00:16:46 2a8b12db71e7: Pull complete 00:16:47 6ca5941a6612: Pull complete 00:16:47 ecc8261a40a4: Pull complete 00:16:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:16:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:16:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:16:47 prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container 00:16:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:16:50 $ docker top 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:16:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:16:50 [ssh-agent] Looking for ssh-agent implementation... 00:16:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:16:51 $ docker exec 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent 00:16:51 SSH_AUTH_SOCK=/tmp/ssh-1VpnIwyqD52p/agent.13 00:16:51 SSH_AGENT_PID=19 00:16:51 Running ssh-add (command line suppressed) 00:16:51 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1711329772886893164.key (/w/workspace/edgex-go/3@tmp/private_key_1711329772886893164.key) 00:16:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:16:51 + git tag --points-at HEAD [Pipeline] } 00:16:51 $ docker exec --env ******** --env ******** 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent -k 00:16:51 unset SSH_AUTH_SOCK; 00:16:51 unset SSH_AGENT_PID; 00:16:51 echo Agent pid 19 killed; 00:16:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:16:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:16:52 [ssh-agent] Looking for ssh-agent implementation... 00:16:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:16:52 $ docker exec 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent 00:16:52 SSH_AUTH_SOCK=/tmp/ssh-X6NMioYfm96R/agent.48 00:16:52 SSH_AGENT_PID=53 00:16:52 Running ssh-add (command line suppressed) 00:16:52 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8739192134631622805.key (/w/workspace/edgex-go/3@tmp/private_key_8739192134631622805.key) 00:16:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:16:52 + git semver init 00:16:52 # -> Open(): unable to determine branch for HEAD 00:16:52 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:16:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:16:52 # $SEMVER_REMOTE_NAME = origin 00:16:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:16:52 # $SEMVER_USER_NAME = edgex-jenkins 00:16:52 # $SEMVER_BRANCH = PR-3147 00:16:52 # $SEMVER_TEMP = /tmp/semver-179974439 00:16:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:17:11 # '/tmp/semver-179974439' -> '/w/workspace/edgex-go/3/.semver' 00:17:11 # -> Force: false 00:17:11 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:17:11 $ docker exec --env ******** --env ******** 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 ssh-agent -k 00:17:11 unset SSH_AUTH_SOCK; 00:17:11 unset SSH_AGENT_PID; 00:17:11 echo Agent pid 53 killed; 00:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:17:11 + git semver [Pipeline] } 00:17:11 $ docker stop --time=1 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 00:17:13 $ docker rm -f 946709d3652e9176015ecb8da51b925a49628b590c65fdda26900bcb713f7594 [Pipeline] // withDockerContainer [Pipeline] sh 00:17:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:17:14 Stashed 1 file(s) [Pipeline] echo 00:17:14 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:17:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:17:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:17:16 + sudo service docker restart 00:17:16 + true 00:17:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:17:16 ========================================================= 00:17:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:17:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:17:17 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:17:21 Sending build context to Docker daemon 327.9MB 00:17:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:17:21 Step 2/6 : FROM ${BASE} 00:17:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:17:21 188c0c94c7c5: Pulling fs layer 00:17:21 0ef7d3d256c8: Pulling fs layer 00:17:21 de9db76c5a1d: Pulling fs layer 00:17:21 bca2f99d35d6: Pulling fs layer 00:17:21 93359f2a8cfa: Pulling fs layer 00:17:21 7c6f9722023f: Pulling fs layer 00:17:21 a35cf1a2eb13: Pulling fs layer 00:17:21 93359f2a8cfa: Waiting 00:17:21 7c6f9722023f: Waiting 00:17:21 a35cf1a2eb13: Waiting 00:17:21 bca2f99d35d6: Waiting 00:17:21 de9db76c5a1d: Verifying Checksum 00:17:21 de9db76c5a1d: Download complete 00:17:21 0ef7d3d256c8: Verifying Checksum 00:17:21 0ef7d3d256c8: Download complete 00:17:21 93359f2a8cfa: Verifying Checksum 00:17:21 93359f2a8cfa: Download complete 00:17:21 7c6f9722023f: Verifying Checksum 00:17:21 7c6f9722023f: Download complete 00:17:21 188c0c94c7c5: Verifying Checksum 00:17:21 188c0c94c7c5: Download complete 00:17:21 188c0c94c7c5: Pull complete 00:17:21 0ef7d3d256c8: Pull complete 00:17:21 de9db76c5a1d: Pull complete 00:17:23 a35cf1a2eb13: Verifying Checksum 00:17:23 a35cf1a2eb13: Download complete 00:17:23 bca2f99d35d6: Verifying Checksum 00:17:23 bca2f99d35d6: Download complete 00:17:30 Still waiting to schedule task 00:17:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-25650’ is offline 00:17:30 bca2f99d35d6: Pull complete 00:17:30 93359f2a8cfa: Pull complete 00:17:30 7c6f9722023f: Pull complete 00:17:34 a35cf1a2eb13: Pull complete 00:17:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:17:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:17:34 ---> a62c8e92a672 00:17:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:17:34 ---> Running in 62e02b88bb5d 00:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:36 (1/12) Installing libmagic (5.38-r0) 00:17:36 (2/12) Installing file (5.38-r0) 00:17:36 (3/12) Installing libc-dev (0.7.2-r3) 00:17:36 (4/12) Installing g++ (9.3.0-r2) 00:17:39 (5/12) Installing fortify-headers (1.1-r0) 00:17:40 (6/12) Installing patch (2.7.6-r6) 00:17:40 (7/12) Installing build-base (0.5-r2) 00:17:40 (8/12) Installing libsodium (1.0.18-r0) 00:17:40 (9/12) Installing pkgconf (1.7.2-r0) 00:17:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:17:40 (11/12) Installing libzmq (4.3.3-r0) 00:17:40 (12/12) Installing zeromq-dev (4.3.3-r0) 00:17:40 Executing busybox-1.31.1-r19.trigger 00:17:40 OK: 233 MiB in 51 packages 00:17:44 Removing intermediate container 62e02b88bb5d 00:17:44 ---> a5d78ac1a26a 00:17:44 Step 4/6 : WORKDIR /edgex-go 00:17:44 ---> Running in e5a249133508 00:17:44 Removing intermediate container e5a249133508 00:17:44 ---> b1a160cfb11c 00:17:44 Step 5/6 : COPY go.mod . 00:17:44 ---> 258d6cc08b7f 00:17:45 Step 6/6 : RUN go mod download 00:17:45 ---> Running in b0c67a924a0d 00:18:08 Removing intermediate container b0c67a924a0d 00:18:08 ---> d05a6365f482 00:18:08 Successfully built d05a6365f482 00:18:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:18:08 + docker inspect -f . ci-base-image-x86_64 00:18:08 . [Pipeline] withDockerContainer 00:18:09 prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container 00:18:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:18:09 $ docker top 5fca63b6997cf3409f2703b5b1610238774ae6912a0730743a92b6c2417f8a02 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:10 + go version 00:18:10 go version go1.15.5 linux/amd64 [Pipeline] } 00:18:10 $ docker stop --time=1 5fca63b6997cf3409f2703b5b1610238774ae6912a0730743a92b6c2417f8a02 00:18:12 $ docker rm -f 5fca63b6997cf3409f2703b5b1610238774ae6912a0730743a92b6c2417f8a02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:18:12 + docker inspect -f . ci-base-image-x86_64 00:18:12 . [Pipeline] withDockerContainer 00:18:12 prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container 00:18:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:18:14 $ docker top 66006c391c4cf52f8caa12bc2733f938db772f14f343e2cede4557d5313bf679 -eo pid,comm [Pipeline] { [Pipeline] echo 00:18:14 ========================================================= 00:18:14 [edgeXBuildGoParallel] Running Tests and Build... 00:18:14 ========================================================= [Pipeline] sh 00:18:14 + make test 00:18:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:18:24 ? github.com/edgexfoundry/edgex-go [no test files] 00:18:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:18:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:18:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:18:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:18:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:18:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:18:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:18:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:18:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:18:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:18:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:18:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:18:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:18:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 45.6% of statements 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:18:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:18:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements 00:18:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.1% of statements 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:18:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:18:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:18:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.8% of statements 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:18:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 82.3% of statements 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:18:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:18:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.312s coverage: 28.6% of statements 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:18:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:18:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:18:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:18:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:18:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:18:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 92.8% of statements 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:19:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 00:19:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:19:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 00:19:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:19:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25654 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws 00:19:17 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:19:22 using credential edgex-jenkins-ssh 00:19:22 Cloning the remote Git repository 00:19:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:19:23 > git init /w/workspace/edgex-go/3 # timeout=10 00:19:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:19:23 > git --version # timeout=10 00:19:23 > git --version # 'git version 2.17.1' 00:19:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.266s coverage: 84.0% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.110s coverage: 87.7% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:19:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:19:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:19:25 GO111MODULE=on go vet ./... 00:19:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:19:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:19:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:19:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:19:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:19:38 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 1328e27822f90754017cbd8e20c4b6742003374b 00:19:39 Merge succeeded, producing 1328e27822f90754017cbd8e20c4b6742003374b 00:19:39 Checking out Revision 1328e27822f90754017cbd8e20c4b6742003374b (PR-3147) 00:19:38 > git config core.sparsecheckout # timeout=10 00:19:38 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 00:19:39 > git remote # timeout=10 00:19:39 > git config --get remote.origin.url # timeout=10 00:19:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:19:39 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 00:19:39 > git rev-parse HEAD^{commit} # timeout=10 00:19:39 > git config core.sparsecheckout # timeout=10 00:19:39 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 00:19:43 Commit message: "fixup! feat(security): Address PR feedback and merged master's changes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:19:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:19:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:19:45 + true 00:19:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:19:47 provisioning config files... 00:19:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config915617099197697798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:19:48 ---> docker-login.sh 00:19:48 nexus3.edgexfoundry.org:10001 00:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:49 Configure a credential helper to remove this warning. See 00:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:49 00:19:49 Login Succeeded 00:19:49 nexus3.edgexfoundry.org:10002 00:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:50 Configure a credential helper to remove this warning. See 00:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:50 00:19:50 Login Succeeded 00:19:50 nexus3.edgexfoundry.org:10003 00:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:50 Configure a credential helper to remove this warning. See 00:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:50 00:19:50 Login Succeeded 00:19:50 nexus3.edgexfoundry.org:10004 00:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:51 Configure a credential helper to remove this warning. See 00:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:51 00:19:51 Login Succeeded 00:19:51 docker.io 00:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:52 Configure a credential helper to remove this warning. See 00:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:52 00:19:52 Login Succeeded 00:19:52 ---> docker-login.sh ends [Pipeline] } 00:19:52 Deleting 1 temporary files 00:19:52 gofmt -l . 00:19:52 [ "`gofmt -l .`" = "" ] 00:19:52 ./bin/test-go-mod-tidy.sh 00:19:52 ./bin/test-attribution-txt.sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] unstash [Pipeline] echo 00:19:52 ========================================================= 00:19:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:19:52 ========================================================= 00:19:52 + ls -al . 00:19:52 total 696 00:19:52 drwxrwxr-x 10 1001 1001 4096 Feb 9 00:19 . 00:19:52 drwxr-xr-x 4 root root 28 Feb 9 00:18 .. 00:19:52 -rw-rw-r-- 1 1001 1001 11 Feb 9 00:16 .dockerignore 00:19:52 drwxrwxr-x 8 1001 1001 179 Feb 9 00:16 .git 00:19:52 drwxrwxr-x 3 1001 1001 125 Feb 9 00:16 .github 00:19:52 -rw-rw-r-- 1 1001 1001 818 Feb 9 00:16 .gitignore 00:19:52 drwx------ 3 1001 1001 60 Feb 9 00:17 .semver 00:19:52 -rw-rw-r-- 1 1001 1001 166 Feb 9 00:16 .sonarcloud.properties 00:19:52 -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:16 Attribution.txt 00:19:52 -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:16 CONTRIBUTING.md 00:19:52 -rw-rw-r-- 1 1001 1001 931 Feb 9 00:16 Dockerfile.build 00:19:52 -rw-rw-r-- 1 1001 1001 863 Feb 9 00:16 Jenkinsfile 00:19:52 -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:16 LICENSE 00:19:52 -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:16 Makefile 00:19:52 -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:16 README.md 00:19:52 -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:16 SECURITY.md 00:19:52 -rw-rw-r-- 1 1001 1001 5 Feb 9 00:17 VERSION 00:19:52 -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:16 ZMQWindows.md 00:19:52 drwxrwxr-x 2 1001 1001 117 Feb 9 00:16 bin 00:19:52 drwxrwxr-x 14 1001 1001 4096 Feb 9 00:16 cmd 00:19:52 -rw-r--r-- 1 root root 592672 Feb 9 00:19 coverage.out 00:19:52 -rw-r--r-- 1 root root 1054 Feb 9 00:19 go.mod 00:19:52 -rw-r--r-- 1 root root 19290 Feb 9 00:19 go.sum 00:19:52 drwxrwxr-x 8 1001 1001 127 Feb 9 00:16 internal 00:19:52 drwxrwxr-x 4 1001 1001 26 Feb 9 00:16 openapi 00:19:52 drwxrwxr-x 4 1001 1001 71 Feb 9 00:16 snap 00:19:52 -rw-rw-r-- 1 1001 1001 168 Feb 9 00:16 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:19:52 + '[' -e coverage.out ] 00:19:52 + chown 1001:1001 coverage.out [Pipeline] stash 00:19:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:19:53 Stashed 1 file(s) [Pipeline] sh 00:19:53 + make build 00:19:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:19:55 Sending build context to Docker daemon 166.4MB 00:19:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:19:55 Step 2/6 : FROM ${BASE} 00:19:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:19:55 5f621e34cdf4: Pulling fs layer 00:19:55 a4357932f1b6: Pulling fs layer 00:19:55 18c013af1878: Pulling fs layer 00:19:55 00ac8860ef70: Pulling fs layer 00:19:55 63d7cb157983: Pulling fs layer 00:19:55 b116817d02f9: Pulling fs layer 00:19:55 745a02a5169b: Pulling fs layer 00:19:55 00ac8860ef70: Waiting 00:19:55 63d7cb157983: Waiting 00:19:55 b116817d02f9: Waiting 00:19:55 745a02a5169b: Waiting 00:19:55 18c013af1878: Verifying Checksum 00:19:55 18c013af1878: Download complete 00:19:55 a4357932f1b6: Verifying Checksum 00:19:55 a4357932f1b6: Download complete 00:19:56 63d7cb157983: Download complete 00:19:56 b116817d02f9: Verifying Checksum 00:19:56 b116817d02f9: Download complete 00:19:56 5f621e34cdf4: Verifying Checksum 00:19:56 5f621e34cdf4: Download complete 00:19:56 5f621e34cdf4: Pull complete 00:19:57 a4357932f1b6: Pull complete 00:19:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:19:58 18c013af1878: Pull complete 00:19:58 745a02a5169b: Verifying Checksum 00:19:58 745a02a5169b: Download complete 00:19:59 00ac8860ef70: Verifying Checksum 00:19:59 00ac8860ef70: Download complete 00:20:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:20:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:20:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:20:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:20:09 00ac8860ef70: Pull complete 00:20:09 63d7cb157983: Pull complete 00:20:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:20:10 b116817d02f9: Pull complete 00:20:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:20:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:20:13 745a02a5169b: Pull complete 00:20:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:20:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:20:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:20:13 ---> b7e6874047d6 00:20:13 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:20:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:20:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:20:17 ---> Running in 6ddff7dc1683 [Pipeline] } 00:20:17 $ docker stop --time=1 66006c391c4cf52f8caa12bc2733f938db772f14f343e2cede4557d5313bf679 00:20:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:20:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:20:19 $ docker rm -f 66006c391c4cf52f8caa12bc2733f938db772f14f343e2cede4557d5313bf679 00:20:19 (1/12) Installing libmagic (5.38-r0) 00:20:19 (2/12) Installing file (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:20:19 (3/12) Installing libc-dev (0.7.2-r3) 00:20:19 (4/12) Installing g++ (9.3.0-r2) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:20:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:20:23 00:20:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:20:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:20:23 latest: Pulling from edgex-devops/edgex-compose 00:20:23 cbdbe7a5bc2a: Pulling fs layer 00:20:23 ca9280d653b3: Pulling fs layer 00:20:23 7e9c9ca2126c: Pulling fs layer 00:20:24 cbdbe7a5bc2a: Verifying Checksum 00:20:24 cbdbe7a5bc2a: Download complete 00:20:24 (5/12) Installing fortify-headers (1.1-r0) 00:20:24 (6/12) Installing patch (2.7.6-r6) 00:20:24 (7/12) Installing build-base (0.5-r2) 00:20:24 (8/12) Installing libsodium (1.0.18-r0) 00:20:24 cbdbe7a5bc2a: Pull complete 00:20:24 ca9280d653b3: Verifying Checksum 00:20:24 ca9280d653b3: Download complete 00:20:24 (9/12) Installing pkgconf (1.7.2-r0) 00:20:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:20:24 (11/12) Installing libzmq (4.3.3-r0) 00:20:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:20:25 7e9c9ca2126c: Download complete 00:20:25 Executing busybox-1.31.1-r19.trigger 00:20:25 OK: 217 MiB in 51 packages 00:20:25 ca9280d653b3: Pull complete 00:20:29 Removing intermediate container 6ddff7dc1683 00:20:29 ---> be3524bc6c3f 00:20:29 Step 4/6 : WORKDIR /edgex-go 00:20:29 ---> Running in 109ff46054d5 00:20:29 Removing intermediate container 109ff46054d5 00:20:29 ---> 1c9387db64ee 00:20:29 Step 5/6 : COPY go.mod . 00:20:30 ---> 9f5cbce87a03 00:20:30 Step 6/6 : RUN go mod download 00:20:30 ---> Running in 1d3c68389bb7 00:20:33 7e9c9ca2126c: Pull complete 00:20:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:20:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:20:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:20:33 prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container 00:20:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:20:36 $ docker top 566c856ffced3dcc77de0589b1170adb050b2f8bb2a56da34fd8a3dcd391d5df -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:37 + docker-compose build --help 00:20:37 + grep parallel 00:20:38 --parallel Build images in parallel. [Pipeline] } 00:20:38 $ docker stop --time=1 566c856ffced3dcc77de0589b1170adb050b2f8bb2a56da34fd8a3dcd391d5df 00:20:39 $ docker rm -f 566c856ffced3dcc77de0589b1170adb050b2f8bb2a56da34fd8a3dcd391d5df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:20:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:20:40 . [Pipeline] withDockerContainer 00:20:40 prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container 00:20:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:20:40 $ docker top 3e19ab1d7ac36bde7c62bc383b595a46d2a93a0fb6b883fdec69885629809627 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:41 + docker-compose -f ./docker-compose-build.yml build --parallel 00:20:42 Building docker-core-command-go ... 00:20:42 Building docker-core-data-go ... 00:20:42 Building docker-core-metadata-go ... 00:20:42 Building docker-security-bootstrapper-go ... 00:20:42 Building docker-security-proxy-setup-go ... 00:20:42 Building docker-security-secretstore-setup-go ... 00:20:42 Building docker-support-notifications-go ... 00:20:42 Building docker-support-scheduler-go ... 00:20:42 Building docker-sys-mgmt-agent-go ... 00:20:42 Building docker-support-scheduler-go 00:20:42 Building docker-support-notifications-go 00:20:42 Building docker-security-proxy-setup-go 00:20:42 Building docker-core-data-go 00:20:42 Building docker-core-metadata-go 00:20:57 Removing intermediate container 1d3c68389bb7 00:20:57 ---> 3812d4adb3b2 00:20:57 Successfully built 3812d4adb3b2 00:20:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:20:57 + docker inspect -f . ci-base-image-arm64 00:20:57 . [Pipeline] withDockerContainer 00:20:58 prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container 00:20:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:20:59 $ docker top df7629099a16067cfc2572e46a4dcb5fa1c971a06d45a6f59395df137f4bcffb -eo pid,comm [Pipeline] { [Pipeline] sh 00:21:00 + go version 00:21:00 go version go1.15.5 linux/arm64 [Pipeline] } 00:21:00 $ docker stop --time=1 df7629099a16067cfc2572e46a4dcb5fa1c971a06d45a6f59395df137f4bcffb 00:21:03 $ docker rm -f df7629099a16067cfc2572e46a4dcb5fa1c971a06d45a6f59395df137f4bcffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:21:04 + docker inspect -f . ci-base-image-arm64 00:21:04 . [Pipeline] withDockerContainer 00:21:04 prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container 00:21:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:21:05 $ docker top 41ec1fa35c1babd5d89efe89e2913de792b8e7a90b16c78b3892dc1e59cc47aa -eo pid,comm [Pipeline] { [Pipeline] echo 00:21:06 ========================================================= 00:21:06 [edgeXBuildGoParallel] Running Tests and Build... 00:21:06 ========================================================= [Pipeline] sh 00:21:07 + make test 00:21:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:21:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:21:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:21:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:21:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:21:21 ---> d05a6365f482 00:21:21 Step 3/23 : WORKDIR /edgex-go 00:21:21 ---> d05a6365f482 00:21:21 Step 3/21 : WORKDIR /edgex-go 00:21:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:21:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:21:21 ---> d05a6365f482 00:21:21 Step 3/22 : WORKDIR /edgex-go 00:21:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:21:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:21:21 ---> d05a6365f482 00:21:21 Step 3/22 : WORKDIR /edgex-go 00:21:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:21:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:21:21 ---> d05a6365f482 00:21:21 Step 3/23 : WORKDIR /edgex-go 00:21:21 ---> Running in 58b0baf41099 00:21:21 ---> Running in 7d04e93df341 00:21:21 ---> Running in d01c368491fe 00:21:21 ---> Running in d14133ed707e 00:21:21 ---> Running in 339cd17b1a08 00:21:21 Removing intermediate container d01c368491fe 00:21:21 ---> 616a13acf7fa 00:21:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:21 Removing intermediate container 339cd17b1a08 00:21:21 ---> 5b32c48745f5 00:21:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:21 Removing intermediate container 58b0baf41099 00:21:21 ---> 9979acd132e0 00:21:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:21 Removing intermediate container d14133ed707e 00:21:21 ---> aa3a8ea1ed2c 00:21:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:21 Removing intermediate container 7d04e93df341 00:21:21 ---> f80276944c97 00:21:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:21:21 ---> Running in 7c83e95208cc 00:21:21 ---> Running in d3cb0cf165ff 00:21:21 ---> Running in 6eeb8aa384ac 00:21:21 ---> Running in 0e3688b15e7b 00:21:21 ---> Running in 939d8e85e76d 00:21:21 Removing intermediate container 6eeb8aa384ac 00:21:21 ---> a40c2efef428 00:21:21 Step 5/21 : RUN apk add --update --no-cache make git 00:21:21 ---> Running in 984232b152ac 00:21:21 Removing intermediate container 7c83e95208cc 00:21:21 ---> 9d7455c3dd32 00:21:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:21:21 Removing intermediate container d3cb0cf165ff 00:21:21 ---> e86804192ba9 00:21:21 Step 5/23 : RUN apk add --update --no-cache make git 00:21:21 ---> Running in 4281613b3f8c 00:21:21 ---> Running in 3de9a603529f 00:21:21 Removing intermediate container 0e3688b15e7b 00:21:21 ---> 6c7b4439855b 00:21:21 Step 5/22 : RUN apk add --update --no-cache make git 00:21:21 Removing intermediate container 939d8e85e76d 00:21:21 ---> da94f9e95c8d 00:21:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:21:21 ---> Running in 5e74ff9f5ca0 00:21:21 ---> Running in 4de36e975f80 00:21:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:21:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:23 OK: 233 MiB in 51 packages 00:21:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:21:23 OK: 233 MiB in 51 packages 00:21:23 Removing intermediate container 984232b152ac 00:21:23 ---> a5bc07c076ba 00:21:23 Step 6/21 : COPY go.mod . 00:21:23 OK: 233 MiB in 51 packages 00:21:23 OK: 233 MiB in 51 packages 00:21:23 OK: 233 MiB in 51 packages 00:21:23 ---> ae9c1f5eebae 00:21:23 Step 7/21 : RUN go mod download 00:21:24 ---> Running in 7f687cb9b0f8 00:21:24 Removing intermediate container 4281613b3f8c 00:21:24 ---> d64e7cb4af75 00:21:24 Step 6/23 : COPY go.mod . 00:21:24 Removing intermediate container 3de9a603529f 00:21:24 ---> c8157edda568 00:21:24 Step 6/23 : COPY go.mod . 00:21:24 ---> 67b493e25908 00:21:24 Step 7/23 : RUN go mod download 00:21:24 ---> Running in 3b2a9b08e702 00:21:24 Removing intermediate container 4de36e975f80 00:21:24 ---> 01571f66107d 00:21:24 Step 6/22 : COPY go.mod . 00:21:24 ---> d647217498ae 00:21:24 Step 7/23 : RUN go mod download 00:21:25 Removing intermediate container 5e74ff9f5ca0 00:21:25 ---> a4bc74ddc3a5 00:21:25 Step 6/22 : COPY go.mod . 00:21:25 ---> Running in 16e6fb887276 00:21:25 ---> 39f0b48a06d4 00:21:25 Step 7/22 : RUN go mod download 00:21:25 ---> Running in b927f8fb8add 00:21:25 ---> 8a8dfd22a7ac 00:21:25 Step 7/22 : RUN go mod download 00:21:25 ---> Running in 3eec71944d04 00:21:26 Removing intermediate container 7f687cb9b0f8 00:21:26 ---> cea1f53494e4 00:21:26 Step 8/21 : COPY . . 00:21:26 Removing intermediate container 3b2a9b08e702 00:21:26 ---> 81cc90b832fe 00:21:26 Step 8/23 : COPY . . 00:21:26 Removing intermediate container 16e6fb887276 00:21:26 ---> b8974e475c56 00:21:26 Step 8/23 : COPY . . 00:21:29 ? github.com/edgexfoundry/edgex-go [no test files] 00:21:32 Removing intermediate container b927f8fb8add 00:21:32 ---> 421b95b378be 00:21:32 Step 8/22 : COPY . . 00:21:38 Removing intermediate container 3eec71944d04 00:21:38 ---> 91f65be4fdb1 00:21:38 Step 8/22 : COPY . . 00:22:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:22:18 ---> 884413f5e686 00:22:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:22:18 ---> 8275abe26ae6 00:22:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:22:18 ---> 2e6e394af062 00:22:18 Step 9/23 : RUN make cmd/core-data/core-data 00:22:18 ---> 78d6c4436c8a 00:22:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:22:18 ---> Running in ad0f307b08df 00:22:18 ---> Running in 746595f68e4b 00:22:18 ---> Running in 3681ada4155a 00:22:18 ---> Running in 40d78b91d50e 00:22:18 ---> b40da1ab11bc 00:22:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:22:18 ---> Running in a6be4bd3d9d5 00:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:22:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:22:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:22:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:22:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:22:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:22:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:22:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:22:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:22:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:22:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:22:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:22:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:22:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:22:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.6% of statements 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:22:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:22:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements 00:22:54 Removing intermediate container ad0f307b08df 00:22:54 ---> 35ddeb15799f 00:22:54 00:22:54 Step 10/21 : FROM alpine:3.12 00:22:54 3.12: Pulling from library/alpine 00:22:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:22:55 Status: Downloaded newer image for alpine:3.12 00:22:55 ---> 389fef711851 00:22:55 Step 11/21 : RUN apk add --update --no-cache curl 00:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.1% of statements 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:22:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:22:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.330s coverage: 65.8% of statements 00:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.676s coverage: 82.3% of statements 00:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:22:57 ---> Running in d017591c7688 00:22:59 Removing intermediate container 3681ada4155a 00:22:59 ---> 8f3a7716b81f 00:22:59 00:22:59 Step 10/22 : FROM alpine:3.12 00:22:59 ---> 389fef711851 00:22:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:22:59 Removing intermediate container a6be4bd3d9d5 00:22:59 ---> eb553709667f 00:22:59 00:22:59 Step 10/22 : FROM alpine:3.12 00:22:59 ---> 389fef711851 00:22:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:22:59 Removing intermediate container 746595f68e4b 00:22:59 ---> a556a2d2c261 00:22:59 00:22:59 Step 10/23 : FROM alpine:3.12 00:22:59 ---> 389fef711851 00:22:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:22:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:22:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:22:59 ---> Running in f6b7d4111546 00:23:00 (1/4) Installing ca-certificates (20191127-r4) 00:23:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:23:00 (3/4) Installing libcurl (7.69.1-r3) 00:23:00 (4/4) Installing curl (7.69.1-r3) 00:23:00 Executing busybox-1.31.1-r19.trigger 00:23:00 Executing ca-certificates-20191127-r4.trigger 00:23:00 OK: 7 MiB in 18 packages 00:23:01 ---> Running in 1a154eeb7b94 00:23:01 ---> Running in 8a57b8c650a8 00:23:02 Removing intermediate container 40d78b91d50e 00:23:02 ---> 4ecb3c061963 00:23:02 00:23:02 Step 10/23 : FROM alpine:3.12 00:23:02 ---> 389fef711851 00:23:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:23:02 ---> Running in 8be0ec347b64 00:23:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:02 (1/2) Installing ca-certificates (20191127-r4) 00:23:02 (2/2) Installing dumb-init (1.2.2-r1) 00:23:02 Executing busybox-1.31.1-r19.trigger 00:23:02 Executing ca-certificates-20191127-r4.trigger 00:23:02 OK: 6 MiB in 16 packages 00:23:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.167s coverage: 28.6% of statements 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:23:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:23:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:23:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements 00:23:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:23:03 Removing intermediate container 8be0ec347b64 00:23:03 ---> 2c49c2c7287f 00:23:03 Step 12/23 : ENV APP_PORT=48080 00:23:03 Removing intermediate container d017591c7688 00:23:03 ---> ee3bfa6aabaf 00:23:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:04 ---> Running in 79897da51d4d 00:23:04 ---> Running in 601e72c586da 00:23:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:04 (1/1) Installing dumb-init (1.2.2-r1) 00:23:04 Executing busybox-1.31.1-r19.trigger 00:23:04 OK: 6 MiB in 15 packages 00:23:04 (1/1) Installing dumb-init (1.2.2-r1) 00:23:04 Executing busybox-1.31.1-r19.trigger 00:23:04 OK: 6 MiB in 15 packages 00:23:04 Removing intermediate container 601e72c586da 00:23:04 ---> d8821a14fd57 00:23:04 Step 13/21 : WORKDIR /edgex 00:23:04 Removing intermediate container 79897da51d4d 00:23:04 ---> fce2892cd381 00:23:04 Step 13/23 : EXPOSE $APP_PORT 00:23:04 ---> Running in 52a4a6b283cf 00:23:04 Removing intermediate container f6b7d4111546 00:23:04 ---> 552bcb7a3bb9 00:23:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:23:05 ---> Running in aa7742ca4230 00:23:05 ---> Running in e6d8a6b96723 00:23:05 Removing intermediate container 52a4a6b283cf 00:23:05 ---> 415f48897501 00:23:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:23:05 Removing intermediate container aa7742ca4230 00:23:05 ---> 7d4c5590438e 00:23:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements 00:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:23:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 00:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:23:06 Removing intermediate container 1a154eeb7b94 00:23:06 ---> 8cd4c744765d 00:23:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:23:06 Removing intermediate container 8a57b8c650a8 00:23:06 ---> 0e2e9f8b74d7 00:23:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:23:06 Removing intermediate container e6d8a6b96723 00:23:06 ---> 93873e599813 00:23:06 Step 13/22 : ENV APP_PORT=48060 00:23:06 ---> Running in 775c32db3905 00:23:06 ---> Running in 63cf7c4fc8c2 00:23:06 ---> Running in eefe9fd72385 00:23:06 ---> 65eed8d9c07f 00:23:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:23:06 ---> Running in c9e84310cfd3 00:23:06 Removing intermediate container eefe9fd72385 00:23:06 ---> f8be6d352d5c 00:23:06 Step 14/22 : EXPOSE $APP_PORT 00:23:07 Removing intermediate container 63cf7c4fc8c2 00:23:07 ---> ec2a7dda21cc 00:23:07 Step 13/23 : ENV APP_PORT=48081 00:23:07 Removing intermediate container c9e84310cfd3 00:23:07 ---> 595165c265cd 00:23:07 Step 13/22 : ENV APP_PORT=48085 00:23:07 ---> Running in 6056f3e8629a 00:23:07 ---> Running in 7857d9d1a2df 00:23:07 ---> Running in f47bcbde49d1 00:23:07 ---> d26293223251 00:23:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:23:07 Removing intermediate container 6056f3e8629a 00:23:07 ---> 9b011ba11492 00:23:07 Step 14/23 : EXPOSE $APP_PORT 00:23:07 Removing intermediate container 7857d9d1a2df 00:23:07 ---> 1df90133c32f 00:23:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:23:07 Removing intermediate container f47bcbde49d1 00:23:07 ---> 84fd040ee827 00:23:07 Step 14/22 : EXPOSE $APP_PORT 00:23:07 ---> Running in 97e5c5ca54c1 00:23:08 ---> Running in 8a1c4fa8070a 00:23:08 ---> 356440ca24ca 00:23:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:23:08 ---> Running in 130d1b99297f 00:23:08 Removing intermediate container 97e5c5ca54c1 00:23:08 ---> d1628a133e2b 00:23:08 Step 15/23 : WORKDIR / 00:23:08 ---> 2e136c57dce1 00:23:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:23:08 Removing intermediate container 775c32db3905 00:23:08 ---> 51dbd5b3c6ca 00:23:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:23:08 Removing intermediate container 8a1c4fa8070a 00:23:08 ---> 660b0e66e2eb 00:23:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:23:08 ---> Running in 3bab63bbdbdc 00:23:08 ---> Running in c9816a0ff37d 00:23:08 Removing intermediate container 130d1b99297f 00:23:08 ---> 0aba4aba82a7 00:23:08 Step 18/21 : CMD ["--init=true"] 00:23:09 ---> Running in d1acfb8b9a20 00:23:09 ---> d9c8e94a3d4d 00:23:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:23:09 Removing intermediate container 3bab63bbdbdc 00:23:09 ---> 1e13fb002dd1 00:23:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:23:09 ---> a37c5b469cde 00:23:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:23:09 Removing intermediate container d1acfb8b9a20 00:23:09 ---> c72e1b0f4502 00:23:09 Step 19/21 : LABEL arch=x86_64 00:23:09 ---> Running in 3f26aa21cf48 00:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:09 ---> d16bc0e25b72 00:23:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:23:09 ---> e3a1daeb781d 00:23:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:23:09 Removing intermediate container 3f26aa21cf48 00:23:09 ---> ba1068c6fb0f 00:23:09 Step 20/21 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:23:09 ---> Running in 9dac3f8a8366 00:23:10 ---> 958123251cd2 00:23:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:23:10 ---> Running in 58f78ef5e280 00:23:10 Removing intermediate container 9dac3f8a8366 00:23:10 ---> f3f98ebde9a5 00:23:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:23:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:10 Removing intermediate container 58f78ef5e280 00:23:10 ---> d5b381a4c057 00:23:10 Step 21/21 : LABEL version=0.0.0 00:23:10 ---> Running in 82ea2192d1a6 00:23:10 ---> 58231c42ecb1 00:23:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:23:10 ---> Running in 699408f50116 00:23:10 ---> 05d294676bb7 00:23:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:23:10 (1/6) Installing dumb-init (1.2.2-r1) 00:23:10 ---> Running in 4e081fe675e9 00:23:10 (2/6) Installing libgcc (9.3.0-r2) 00:23:10 Removing intermediate container 82ea2192d1a6 00:23:10 ---> 03635c036b4b 00:23:10 Step 20/22 : LABEL arch=x86_64 00:23:10 Removing intermediate container 699408f50116 00:23:10 ---> 89879f7277a0 00:23:10 00:23:10 (3/6) Installing libsodium (1.0.18-r0) 00:23:11 ---> Running in 0a27df536a4b 00:23:11 (4/6) Installing libstdc++ (9.3.0-r2) 00:23:11 ---> 2f0b7b34e3f6 00:23:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:23:11 Removing intermediate container 4e081fe675e9 00:23:11 ---> dfe6ac67c8f4 00:23:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:23:11 Successfully built 89879f7277a0 00:23:11 (5/6) Installing libzmq (4.3.3-r0) 00:23:11 Successfully tagged docker-security-proxy-setup-go:latest 00:23:11 ---> Running in 3e33bc38648b 00:23:11 ---> Running in 97bc2515274a 00:23:11 (6/6) Installing zeromq (4.3.3-r0) 00:23:11  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 00:23:11 Executing busybox-1.31.1-r19.trigger 00:23:11 OK: 8 MiB in 20 packages 00:23:11 Removing intermediate container 0a27df536a4b 00:23:11 ---> 01ba7c61f984 00:23:11 Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:23:11 ---> Running in 49356530299f 00:23:11 Removing intermediate container 3e33bc38648b 00:23:11 ---> 42671e483d4a 00:23:11 Step 20/22 : LABEL arch=x86_64 00:23:12 Removing intermediate container 97bc2515274a 00:23:12 ---> 9923df4f6427 00:23:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:23:12 ---> Running in 7d4034574f8c 00:23:12 ---> Running in 69d90ad9eb7c 00:23:12 Removing intermediate container 49356530299f 00:23:12 ---> 8f0ef78192d2 00:23:12 Step 22/22 : LABEL version=0.0.0 00:23:12 Removing intermediate container 7d4034574f8c 00:23:12 ---> 563c485a8401 00:23:12 Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:23:12 Removing intermediate container 69d90ad9eb7c 00:23:12 ---> ab89d87311f4 00:23:12 Step 21/23 : LABEL arch=x86_64 00:23:13 ---> Running in 9e0934a4bb54 00:23:13 Removing intermediate container c9816a0ff37d 00:23:13 ---> f534d87cdec8 00:23:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:23:13 ---> Running in eb9411680776 00:23:13 ---> Running in c8d17501aa78 00:23:14 Removing intermediate container eb9411680776 00:23:14 ---> 5f0b3e26708c 00:23:14 Step 22/22 : LABEL version=0.0.0 00:23:14 Removing intermediate container 9e0934a4bb54 00:23:14 ---> 20ea3318fcc6 00:23:14 00:23:14 ---> d8a9a746fae6 00:23:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:23:14 Removing intermediate container c8d17501aa78 00:23:14 ---> 2c308843bd85 00:23:14 Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:23:14 ---> Running in 66e30d03345e 00:23:15 Successfully built 20ea3318fcc6 00:23:15 ---> Running in 91053da4b698 00:23:15 Successfully tagged docker-support-notifications-go:latest 00:23:15 Building docker-security-bootstrapper-go 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 92.8% of statements 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:23:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements 00:23:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 00:23:17  Building docker-support-notifications-go ... done Removing intermediate container 66e30d03345e 00:23:17 ---> 3ebd1e01af73 00:23:17 00:23:17 Successfully built 3ebd1e01af73 00:23:19 Successfully tagged docker-support-scheduler-go:latest 00:23:19  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:23:20 Removing intermediate container 91053da4b698 00:23:20 ---> 0e3bc345e5a2 00:23:20 Step 23/23 : LABEL version=0.0.0 00:23:21 ---> d8944c265b73 00:23:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:23:24 ---> Running in f53fbca0b1e0 00:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements 00:23:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 00:23:27 ---> f30b05cc94dd 00:23:27 Step 19/23 : ENTRYPOINT ["/core-data"] 00:23:28 Removing intermediate container f53fbca0b1e0 00:23:28 ---> 6210cd1d8b95 00:23:28 00:23:28 ---> Running in e08b67457e70 00:23:29 Successfully built 6210cd1d8b95 00:23:30 Successfully tagged docker-core-metadata-go:latest 00:23:30 Building docker-core-command-go 00:23:31  Building docker-core-metadata-go ... done Removing intermediate container e08b67457e70 00:23:31 ---> 239a757b7dae 00:23:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:23:31 ---> Running in 88067db68352 00:23:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:23:34 ---> d05a6365f482 00:23:34 Step 3/24 : WORKDIR /edgex-go 00:23:34 ---> Using cache 00:23:34 ---> f80276944c97 00:23:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:34 ---> Using cache 00:23:34 ---> 6c7b4439855b 00:23:34 Step 5/24 : RUN apk add --update --no-cache make git 00:23:34 ---> Using cache 00:23:34 ---> a4bc74ddc3a5 00:23:34 Step 6/24 : COPY go.mod . 00:23:34 ---> Using cache 00:23:34 ---> 8a8dfd22a7ac 00:23:34 Step 7/24 : RUN go mod download 00:23:34 ---> Using cache 00:23:34 ---> 91f65be4fdb1 00:23:34 Step 8/24 : COPY . . 00:23:34 ---> Using cache 00:23:34 ---> b40da1ab11bc 00:23:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:23:35 Removing intermediate container 88067db68352 00:23:35 ---> 55c2fec1c236 00:23:35 Step 21/23 : LABEL arch=x86_64 00:23:35 ---> Running in e4bff360d722 00:23:35 ---> Running in 2defeceff61e 00:23:37 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:37 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:23:37 ---> d05a6365f482 00:23:37 Step 3/30 : WORKDIR /edgex-go 00:23:37 ---> Using cache 00:23:37 ---> f80276944c97 00:23:37 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:37 ---> Using cache 00:23:37 ---> 6c7b4439855b 00:23:37 Step 5/30 : RUN apk add --update --no-cache make git 00:23:37 ---> Using cache 00:23:37 ---> a4bc74ddc3a5 00:23:37 Step 6/30 : COPY go.mod . 00:23:37 ---> Using cache 00:23:37 ---> 8a8dfd22a7ac 00:23:37 Step 7/30 : RUN go mod download 00:23:37 ---> Using cache 00:23:37 ---> 91f65be4fdb1 00:23:37 Step 8/30 : COPY . . 00:23:37 ---> Using cache 00:23:37 ---> b40da1ab11bc 00:23:37 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:23:38 Removing intermediate container 2defeceff61e 00:23:38 ---> a7e057315462 00:23:38 Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:23:39 ---> Running in 6a226192d2e7 00:23:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:23:40 ---> Running in 584db06389d0 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 63.5% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:23:41 Removing intermediate container 584db06389d0 00:23:41 ---> db0d24fd46ac 00:23:41 Step 23/23 : LABEL version=0.0.0 00:23:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:23:41 ---> Running in a6c7f90228b8 00:23:42 Removing intermediate container a6c7f90228b8 00:23:42 ---> a8198d017468 00:23:42 00:23:42 Successfully built a8198d017468 00:23:42 Successfully tagged docker-core-data-go:latest 00:23:43  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:23:43 ---> d05a6365f482 00:23:43 Step 3/26 : WORKDIR /edgex-go 00:23:43 ---> Using cache 00:23:43 ---> f80276944c97 00:23:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:43 ---> Using cache 00:23:43 ---> 6c7b4439855b 00:23:43 Step 5/26 : RUN apk add --update --no-cache make bash git 00:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements 00:23:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:23:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.595s coverage: 84.0% of statements 00:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 00:23:44 ---> Running in 39df99e767a0 00:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:48 OK: 233 MiB in 51 packages 00:23:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:23:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:23:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:23:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:23:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.269s coverage: 87.7% of statements 00:23:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:23:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:23:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:23:49 Removing intermediate container 39df99e767a0 00:23:49 ---> 5f38359729c7 00:23:49 Step 6/26 : COPY go.mod . 00:23:51 ---> 4a161345fe1e 00:23:51 Step 7/26 : RUN go mod download 00:23:51 ---> Running in ae44c56023df 00:23:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:23:54 ---> d05a6365f482 00:23:54 Step 3/23 : WORKDIR /edgex-go 00:23:54 ---> Using cache 00:23:54 ---> f80276944c97 00:23:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:54 ---> Using cache 00:23:54 ---> 6c7b4439855b 00:23:54 Step 5/23 : RUN apk add --update --no-cache make git 00:23:54 ---> Using cache 00:23:54 ---> a4bc74ddc3a5 00:23:54 Step 6/23 : COPY go.mod . 00:23:54 ---> Using cache 00:23:54 ---> 8a8dfd22a7ac 00:23:54 Step 7/23 : RUN go mod download 00:23:54 ---> Using cache 00:23:54 ---> 91f65be4fdb1 00:23:54 Step 8/23 : COPY . . 00:23:54 ---> Using cache 00:23:54 ---> b40da1ab11bc 00:23:54 Step 9/23 : RUN make cmd/core-command/core-command 00:23:55 ---> Running in 6ea53f0a3499 00:23:55 Removing intermediate container ae44c56023df 00:23:55 ---> 406b28bca7ea 00:23:55 Step 8/26 : COPY . . 00:23:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.071s coverage: 29.1% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.254s coverage: 99.0% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 100.0% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:23:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 00:23:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements 00:23:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:23:58 GO111MODULE=on go vet ./... 00:24:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:24:12 Removing intermediate container 6a226192d2e7 00:24:12 ---> a298efc4d54c 00:24:12 00:24:12 Step 10/30 : FROM alpine:3.12 00:24:12 ---> 389fef711851 00:24:12 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:24:12 Removing intermediate container e4bff360d722 00:24:12 ---> 09395ac39235 00:24:12 00:24:12 Step 10/24 : FROM alpine:3.12 00:24:12 ---> 389fef711851 00:24:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:24:15 ---> Running in d46620da56a8 00:24:15 ---> Running in 806cae8f04a9 00:24:17 Removing intermediate container d46620da56a8 00:24:17 ---> 9e4db21f1a23 00:24:17 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:24:17 ---> Running in 6e4aaee5f0a7 00:24:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:24:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:18 (1/5) Installing ca-certificates (20191127-r4) 00:24:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:24:18 (3/5) Installing libcurl (7.69.1-r3) 00:24:18 (4/5) Installing curl (7.69.1-r3) 00:24:18 (5/5) Installing dumb-init (1.2.2-r1) 00:24:18 Executing busybox-1.31.1-r19.trigger 00:24:18 Executing ca-certificates-20191127-r4.trigger 00:24:18 OK: 7 MiB in 19 packages 00:24:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:24:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:19 (1/2) Installing dumb-init (1.2.2-r1) 00:24:19 (2/2) Installing su-exec (0.2-r1) 00:24:19 Executing busybox-1.31.1-r19.trigger 00:24:19 OK: 6 MiB in 16 packages 00:24:20 ---> b9190983b684 00:24:20 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:24:20 ---> Running in 894c7da094a2 00:24:21 Removing intermediate container 806cae8f04a9 00:24:21 ---> 11b7632c66e7 00:24:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:24:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:24:21 Removing intermediate container 6e4aaee5f0a7 00:24:21 ---> bad733964097 00:24:21 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:24:21 ---> Running in 833f9f420218 00:24:21 ---> Running in ae6be8433491 00:24:22 Removing intermediate container 833f9f420218 00:24:22 ---> 4a5393b2481b 00:24:22 Step 13/24 : WORKDIR / 00:24:22 Removing intermediate container ae6be8433491 00:24:22 ---> 17da4cdec029 00:24:22 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:24:23 ---> Running in db49a648d5b0 00:24:23 ---> Running in 099d57744739 00:24:23 Removing intermediate container 6ea53f0a3499 00:24:23 ---> 46f3a625e1bf 00:24:23 00:24:23 Step 10/23 : FROM alpine:3.12 00:24:23 ---> 389fef711851 00:24:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:24:23 ---> Using cache 00:24:23 ---> 0e2e9f8b74d7 00:24:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:24:23 ---> Using cache 00:24:23 ---> 595165c265cd 00:24:23 Step 13/23 : ENV APP_PORT=48082 00:24:23 Removing intermediate container db49a648d5b0 00:24:23 ---> d1fe0f18fa21 00:24:23 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:24:23 ---> Running in 97e49465921f 00:24:23 ---> Running in b217e21e0db7 00:24:23 Removing intermediate container 099d57744739 00:24:23 ---> 57b12a339459 00:24:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:24:24 Removing intermediate container 97e49465921f 00:24:24 ---> 859a68c95a0c 00:24:24 Step 14/23 : EXPOSE $APP_PORT 00:24:24 ---> Running in 3338fead70ef 00:24:24 ---> baec3008a771 00:24:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:24:24 Removing intermediate container 3338fead70ef 00:24:24 ---> 3bb14f093cc0 00:24:24 Step 15/23 : WORKDIR / 00:24:24 ---> Running in b5f838a25c88 00:24:24 ---> 5f8e66c5975d 00:24:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:24:25 Removing intermediate container b5f838a25c88 00:24:25 ---> becf088d7d66 00:24:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:24:25 ---> 761242f76b2c 00:24:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:24:25 Removing intermediate container b217e21e0db7 00:24:25 ---> 7ed396914601 00:24:25 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:24:25 ---> Running in 7e7e9b31d5f2 00:24:26 ---> c7a3c8733f1e 00:24:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:24:26 Removing intermediate container 7e7e9b31d5f2 00:24:26 ---> 6e1e7756d8e9 00:24:26 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:24:26 ---> 428135e70381 00:24:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:24:26 ---> d0009ca0aee3 00:24:26 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:24:26 ---> Running in 0a562266a0d6 00:24:27 ---> dc2e0ab1a4e2 00:24:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:24:27 ---> 68df9ce94b7b 00:24:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:24:27 ---> 3f40438bc559 00:24:27 Step 19/23 : ENTRYPOINT ["/core-command"] 00:24:27 ---> 5663c4b4f7ff 00:24:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:24:27 ---> Running in a5d98295902d 00:24:27 ---> Running in f63e1908c8fc 00:24:28 Removing intermediate container a5d98295902d 00:24:28 ---> 8b7516c5b47e 00:24:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:24:28 ---> Running in e1ff0d6f6474 00:24:28 Removing intermediate container e1ff0d6f6474 00:24:28 ---> a816fbd45ef1 00:24:28 Step 21/23 : LABEL arch=x86_64 00:24:28 Removing intermediate container 0a562266a0d6 00:24:28 ---> ef39b4c89198 00:24:28 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:24:28 ---> Running in 0f666449dbfc 00:24:29 Removing intermediate container 0f666449dbfc 00:24:29 ---> 17878ee6e4d6 00:24:29 Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:24:30 ---> 3235812c8d2a 00:24:30 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:24:30 Removing intermediate container f63e1908c8fc 00:24:30 ---> 360f9a2a67cd 00:24:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:24:30 ---> Running in 84e09f407685 00:24:30 ---> Running in 2bc518d370aa 00:24:30 Removing intermediate container 84e09f407685 00:24:30 ---> a25a01818647 00:24:30 Step 23/23 : LABEL version=0.0.0 00:24:30 ---> 4ab57f23df9a 00:24:30 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:24:30 Removing intermediate container 2bc518d370aa 00:24:30 ---> 6ba7ea854dab 00:24:30 Step 22/24 : LABEL arch=x86_64 00:24:30 ---> Running in 07efad238600 00:24:30 ---> Running in 0994332281d9 00:24:31 Removing intermediate container 07efad238600 00:24:31 ---> 91920d11aff3 00:24:31 00:24:31 ---> e4813571494e 00:24:31 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:24:31 Removing intermediate container 0994332281d9 00:24:31 ---> 9bd468d81e6a 00:24:31 Step 23/24 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:24:31 Successfully built 91920d11aff3 00:24:31 Successfully tagged docker-core-command-go:latest 00:24:31  Building docker-core-command-go ... done  ---> Running in 61a48fb28ec1 00:24:31 ---> 2c8cb2abcfa8 00:24:31 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:24:31 Removing intermediate container 61a48fb28ec1 00:24:31 ---> 97f8f7d2ac4b 00:24:31 Step 24/24 : LABEL version=0.0.0 00:24:31 ---> Running in d5f250fdfe23 00:24:32 ---> Running in 23fb90627913 00:24:32 Removing intermediate container d5f250fdfe23 00:24:32 ---> a8c6f4689bfc 00:24:32 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:24:32 Removing intermediate container 23fb90627913 00:24:32 ---> 671670756ab7 00:24:32 00:24:32 Successfully built 671670756ab7 00:24:32 Successfully tagged docker-security-secretstore-setup-go:latest 00:24:33  Building docker-security-secretstore-setup-go ... done  ---> cd2f3e4a9e0c 00:24:33 Step 25/30 : RUN chmod +x /entrypoint.sh 00:24:34 Removing intermediate container 894c7da094a2 00:24:34 ---> 0f963fef4e0f 00:24:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:24:34 ---> Running in bdc9fea853d3 00:24:34 ---> Running in 475a15a79f1f 00:24:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:24:35 Removing intermediate container bdc9fea853d3 00:24:35 ---> c243c102a99a 00:24:35 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:24:35 ---> Running in f63ca52fb418 00:24:35 Removing intermediate container f63ca52fb418 00:24:35 ---> 0624b97525d0 00:24:35 Step 27/30 : CMD ["gate"] 00:24:35 ---> Running in 7214e5c1a9da 00:24:35 Removing intermediate container 475a15a79f1f 00:24:35 ---> 5aa80d98ec76 00:24:35 00:24:35 Step 11/26 : FROM docker:20.10.0 00:24:35 20.10.0: Pulling from library/docker 00:24:35 Removing intermediate container 7214e5c1a9da 00:24:35 ---> 99ca01da0bb6 00:24:35 Step 28/30 : LABEL arch=x86_64 00:24:36 ---> Running in 70cc5ca42c6f 00:24:36 Removing intermediate container 70cc5ca42c6f 00:24:36 ---> 7bee211d9d92 00:24:36 Step 29/30 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:24:36 ---> Running in 0d10400ae902 00:24:37 Removing intermediate container 0d10400ae902 00:24:37 ---> cc2fb4efac7e 00:24:37 Step 30/30 : LABEL version=0.0.0 00:24:37 ---> Running in c62898e59cc0 00:24:37 Removing intermediate container c62898e59cc0 00:24:37 ---> 5285b9a43e44 00:24:37 00:24:37 Successfully built 5285b9a43e44 00:24:37 Successfully tagged docker-security-bootstrapper-go:latest 00:24:40  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:24:40 Status: Downloaded newer image for docker:20.10.0 00:24:40 ---> aefe523efa57 00:24:40 Step 12/26 : RUN apk add --no-cache bash 00:24:40 ---> Running in 3434e94347ec 00:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:41 (1/2) Installing readline (8.0.4-r0) 00:24:41 (2/2) Installing bash (5.0.17-r0) 00:24:41 Executing bash-5.0.17-r0.post-install 00:24:41 Executing busybox-1.31.1-r19.trigger 00:24:41 OK: 12 MiB in 22 packages 00:24:41 Removing intermediate container 3434e94347ec 00:24:41 ---> 34f099173f9f 00:24:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:24:41 ---> Running in 81665a008f80 00:24:41 Removing intermediate container 81665a008f80 00:24:41 ---> 0da718498356 00:24:41 Step 14/26 : ENV APP_PORT=48090 00:24:42 ---> Running in fa7154fafb2f 00:24:42 Removing intermediate container fa7154fafb2f 00:24:42 ---> 4c7676eb1f8d 00:24:42 Step 15/26 : EXPOSE $APP_PORT 00:24:42 ---> Running in ea327ce23e83 00:24:42 Removing intermediate container ea327ce23e83 00:24:42 ---> 6c43fa76e345 00:24:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:24:43 ---> ffb27bdd9515 00:24:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:24:43 ---> cb9c954c638d 00:24:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:24:43 ---> 4a60d5341400 00:24:43 Step 19/26 : RUN apk --no-cache add py3-pip 00:24:43 ---> Running in fe69fd1a4404 00:24:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:24:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:44 (1/33) Installing libbz2 (1.0.8-r1) 00:24:44 (2/33) Installing expat (2.2.9-r1) 00:24:44 (3/33) Installing libffi (3.3-r2) 00:24:44 (4/33) Installing gdbm (1.13-r1) 00:24:44 (5/33) Installing xz-libs (5.2.5-r0) 00:24:44 (6/33) Installing sqlite-libs (3.32.1-r0) 00:24:44 (7/33) Installing python3 (3.8.5-r0) 00:24:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:24:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:24:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:24:45 (11/33) Installing py3-six (1.15.0-r0) 00:24:45 (12/33) Installing py3-packaging (20.4-r0) 00:24:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:24:45 (14/33) Installing py3-chardet (3.0.4-r4) 00:24:45 (15/33) Installing py3-idna (2.9-r0) 00:24:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:24:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:24:45 (18/33) Installing py3-requests (2.23.0-r0) 00:24:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:24:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:24:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:24:46 (22/33) Installing py3-colorama (0.4.3-r0) 00:24:46 (23/33) Installing py3-distlib (0.3.0-r0) 00:24:46 (24/33) Installing py3-distro (1.5.0-r1) 00:24:46 (25/33) Installing py3-webencodings (0.5.1-r3) 00:24:46 (26/33) Installing py3-html5lib (1.0.1-r4) 00:24:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:24:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:24:46 (29/33) Installing py3-progress (1.5-r0) 00:24:46 (30/33) Installing py3-toml (0.10.1-r0) 00:24:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:24:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:24:46 (33/33) Installing py3-pip (20.1.1-r0) 00:24:46 Executing busybox-1.31.1-r19.trigger 00:24:46 OK: 71 MiB in 55 packages 00:24:56 Removing intermediate container fe69fd1a4404 00:24:56 ---> 5f8c0f700d0b 00:24:56 Step 20/26 : RUN pip install docker-compose==1.23.2 00:24:56 ---> Running in 24d567052bbf 00:24:57 Collecting docker-compose==1.23.2 00:24:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:24:57 Collecting texttable<0.10,>=0.9.0 00:24:57 Downloading texttable-0.9.1.tar.gz (11 kB) 00:24:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:24:57 Collecting cached-property<2,>=1.2.0 00:24:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:24:57 Collecting docopt<0.7,>=0.6.1 00:24:57 Downloading docopt-0.6.2.tar.gz (25 kB) 00:24:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:24:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:24:58 Collecting docker<4.0,>=3.6.0 00:24:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:24:59 Collecting PyYAML<4,>=3.10 00:24:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:25:00 Collecting websocket-client<1.0,>=0.32.0 00:25:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:25:00 Collecting jsonschema<3,>=2.5.1 00:25:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:25:00 Collecting dockerpty<0.5,>=0.4.1 00:25:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:25:00 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:25:00 Collecting idna<2.8,>=2.5 00:25:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:25:01 Collecting urllib3<1.25,>=1.21.1 00:25:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:25:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:25:01 Collecting docker-pycreds>=0.4.0 00:25:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:25:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:25:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:25:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:25:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:25:01 Installing collected packages: texttable, cached-property, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose 00:25:01 Running setup.py install for texttable: started 00:25:02 Running setup.py install for texttable: finished with status 'done' 00:25:02 Running setup.py install for docopt: started 00:25:02 Running setup.py install for docopt: finished with status 'done' 00:25:02 Attempting uninstall: idna 00:25:02 Found existing installation: idna 2.9 00:25:02 Uninstalling idna-2.9: 00:25:02 Successfully uninstalled idna-2.9 00:25:02 Attempting uninstall: urllib3 00:25:02 Found existing installation: urllib3 1.25.9 00:25:02 Uninstalling urllib3-1.25.9: 00:25:02 Successfully uninstalled urllib3-1.25.9 00:25:03 Attempting uninstall: requests 00:25:03 Found existing installation: requests 2.23.0 00:25:03 Uninstalling requests-2.23.0: 00:25:03 Successfully uninstalled requests-2.23.0 00:25:03 Running setup.py install for PyYAML: started 00:25:04 Running setup.py install for PyYAML: finished with status 'done' 00:25:04 Running setup.py install for dockerpty: started 00:25:04 Running setup.py install for dockerpty: finished with status 'done' 00:25: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 00:25:08 Removing intermediate container 24d567052bbf 00:25:08 ---> fdc8012d25eb 00:25:08 Step 21/26 : RUN apk --no-cache add curl 00:25:08 ---> Running in 525254dc5a5f 00:25:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:25:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:25:09 (2/3) Installing libcurl (7.69.1-r3) 00:25:09 (3/3) Installing curl (7.69.1-r3) 00:25:09 Executing busybox-1.31.1-r19.trigger 00:25:09 OK: 72 MiB in 58 packages 00:25:09 Removing intermediate container 525254dc5a5f 00:25:09 ---> c8cd29f4cdd2 00:25:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:25:09 ---> Running in 980fb81dc211 00:25:09 Removing intermediate container 980fb81dc211 00:25:09 ---> c0a08b99ff27 00:25:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:25:09 ---> Running in 2804f37a1a2c 00:25:09 Removing intermediate container 2804f37a1a2c 00:25:09 ---> b77960226ce7 00:25:09 Step 24/26 : LABEL arch=x86_64 00:25:09 ---> Running in 2436f42625a0 00:25:10 Removing intermediate container 2436f42625a0 00:25:10 ---> 634ba693a167 00:25:10 Step 25/26 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:25:10 ---> Running in d2cba33c8d13 00:25:10 Removing intermediate container d2cba33c8d13 00:25:10 ---> 3a1b65f5cd84 00:25:10 Step 26/26 : LABEL version=0.0.0 00:25:10 ---> Running in 58e18ede57d9 00:25:10 Removing intermediate container 58e18ede57d9 00:25:10 ---> fa40b8c35824 00:25:10 00:25:10 Successfully built fa40b8c35824 00:25:10 Successfully tagged docker-sys-mgmt-agent-go:latest 00:25:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:25:11 $ docker stop --time=1 3e19ab1d7ac36bde7c62bc383b595a46d2a93a0fb6b883fdec69885629809627 00:25:12 $ docker rm -f 3e19ab1d7ac36bde7c62bc383b595a46d2a93a0fb6b883fdec69885629809627 [Pipeline] // withDockerContainer [Pipeline] sh 00:25:13 + docker images 00:25:13 + grep docker 00:25:13 docker-sys-mgmt-agent-go latest fa40b8c35824 3 seconds ago 313MB 00:25:13 docker-security-bootstrapper-go latest 5285b9a43e44 36 seconds ago 17.9MB 00:25:13 docker-security-secretstore-setup-go latest 671670756ab7 41 seconds ago 24.6MB 00:25:13 docker-core-command-go latest 91920d11aff3 43 seconds ago 16.9MB 00:25:13 docker-core-data-go latest a8198d017468 About a minute ago 22.3MB 00:25:13 docker-core-metadata-go latest 6210cd1d8b95 About a minute ago 18.8MB 00:25:13 docker-support-scheduler-go latest 3ebd1e01af73 About a minute ago 17MB 00:25:13 docker-support-notifications-go latest 20ea3318fcc6 About a minute ago 17.6MB 00:25:13 docker-security-proxy-setup-go latest 89879f7277a0 2 minutes ago 24.4MB 00:25:13 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:25:20 gofmt -l . 00:25:20 [ "`gofmt -l .`" = "" ] 00:25:20 ./bin/test-go-mod-tidy.sh 00:25:20 ./bin/test-attribution-txt.sh [Pipeline] sh 00:25:21 + ls -al . 00:25:21 total 724 00:25:21 drwxrwxr-x 9 1001 1001 4096 Feb 9 00:25 . 00:25:21 drwxr-xr-x 4 root root 4096 Feb 9 00:21 .. 00:25:21 -rw-rw-r-- 1 1001 1001 11 Feb 9 00:19 .dockerignore 00:25:21 drwxrwxr-x 8 1001 1001 4096 Feb 9 00:19 .git 00:25:21 drwxrwxr-x 3 1001 1001 4096 Feb 9 00:19 .github 00:25:21 -rw-rw-r-- 1 1001 1001 818 Feb 9 00:19 .gitignore 00:25:21 -rw-rw-r-- 1 1001 1001 166 Feb 9 00:19 .sonarcloud.properties 00:25:21 -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:19 Attribution.txt 00:25:21 -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:19 CONTRIBUTING.md 00:25:21 -rw-rw-r-- 1 1001 1001 931 Feb 9 00:19 Dockerfile.build 00:25:21 -rw-rw-r-- 1 1001 1001 863 Feb 9 00:19 Jenkinsfile 00:25:21 -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:19 LICENSE 00:25:21 -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:19 Makefile 00:25:21 -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:19 README.md 00:25:21 -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:19 SECURITY.md 00:25:21 -rw-rw-r-- 1 1001 1001 5 Feb 9 00:17 VERSION 00:25:21 -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:19 ZMQWindows.md 00:25:21 drwxrwxr-x 2 1001 1001 4096 Feb 9 00:19 bin 00:25:21 drwxrwxr-x 14 1001 1001 4096 Feb 9 00:19 cmd 00:25:21 -rw-r--r-- 1 root root 592672 Feb 9 00:23 coverage.out 00:25:21 -rw-r--r-- 1 root root 1054 Feb 9 00:25 go.mod 00:25:21 -rw-r--r-- 1 root root 19290 Feb 9 00:25 go.sum 00:25:21 drwxrwxr-x 8 1001 1001 4096 Feb 9 00:19 internal 00:25:21 drwxrwxr-x 4 1001 1001 4096 Feb 9 00:19 openapi 00:25:21 drwxrwxr-x 4 1001 1001 4096 Feb 9 00:19 snap 00:25:21 -rw-rw-r-- 1 1001 1001 168 Feb 9 00:19 version.go [Pipeline] sh 00:25:21 + '[' -e coverage.out ] 00:25:21 + chown 1001:1001 coverage.out [Pipeline] stash 00:25:21 Warning: overwriting stash ‘coverage-report’ 00:25:22 Stashed 1 file(s) [Pipeline] sh 00:25:23 + make build 00:25:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:25:29 Still waiting to schedule task 00:25:29 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:25: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 00:25: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 00:26:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:26:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:26: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 00:26:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:26:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:26:18 Running on prd-ubuntu18.04-docker-8c-8g-25658 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws 00:26:18 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:26:20 using credential edgex-jenkins-ssh 00:26:20 Cloning the remote Git repository 00:26:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:26:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:26:20 > git init /w/workspace/edgex-go/3 # timeout=10 00:26:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:20 > git --version # timeout=10 00:26:20 > git --version # 'git version 2.17.1' 00:26:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:26:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:26: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 [Pipeline] } 00:26:38 $ docker stop --time=1 41ec1fa35c1babd5d89efe89e2913de792b8e7a90b16c78b3892dc1e59cc47aa 00:26:40 $ docker rm -f 41ec1fa35c1babd5d89efe89e2913de792b8e7a90b16c78b3892dc1e59cc47aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:26:42 00:26:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:26:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:26:43 latest: Pulling from edgex-devops/edgex-compose-arm64 00:26:43 29e5d40040c1: Pulling fs layer 00:26:43 1ce36da41761: Pulling fs layer 00:26:43 25b303627fd3: Pulling fs layer 00:26:43 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 1328e27822f90754017cbd8e20c4b6742003374b 00:26:43 Merge succeeded, producing 1328e27822f90754017cbd8e20c4b6742003374b 00:26:43 Checking out Revision 1328e27822f90754017cbd8e20c4b6742003374b (PR-3147) 00:26:44 29e5d40040c1: Verifying Checksum 00:26:44 29e5d40040c1: Download complete 00:26:44 1ce36da41761: Verifying Checksum 00:26:44 1ce36da41761: Download complete 00:26:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:26:43 > git config core.sparsecheckout # timeout=10 00:26:43 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 00:26:43 > git remote # timeout=10 00:26:43 > git config --get remote.origin.url # timeout=10 00:26:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:43 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 00:26:43 > git rev-parse HEAD^{commit} # timeout=10 00:26:43 > git config core.sparsecheckout # timeout=10 00:26:43 > git checkout -f 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 00:26:44 29e5d40040c1: Pull complete 00:26:46 1ce36da41761: Pull complete 00:26:46 25b303627fd3: Verifying Checksum 00:26:46 25b303627fd3: Download complete 00:26:47 Commit message: "fixup! feat(security): Address PR feedback and merged master's changes" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:26:48 + echo snap-build.sh 00:26:48 snap-build.sh 00:26:48 + SNAP_BASE_DIR=. 00:26:48 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:26:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:26:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:26:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:26:48 + cd /w/workspace/edgex-go/3 00:26:48 + sudo apt-get remove -qy --purge lxd lxd-client 00:26:48 Reading package lists... 00:26:48 Building dependency tree... 00:26:48 Reading state information... 00:26:48 The following packages were automatically installed and are no longer required: 00:26:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:26:48 uidmap xdelta3 00:26:48 Use 'sudo apt autoremove' to remove them. 00:26:48 The following packages will be REMOVED: 00:26:48 lxd* lxd-client* 00:26:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:26:48 After this operation, 31.7 MB disk space will be freed. 00:26:50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:26:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:26:50 Removing lxd dnsmasq configuration 00:26:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:26:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:26:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:26:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:26:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:26:53 Processing triggers for systemd (237-3ubuntu10.42) ... 00:26:53 Processing triggers for ureadahead (0.100.0-21) ... 00:26:54 + sudo snap remove --purge lxd 00:26:54 snap "lxd" is not installed 00:26:54 + sudo groupadd --force --system lxd 00:26:54 ++ whoami 00:26:54 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:26:54 + newgrp - lxd 00:26:54 + sudo snap install lxd 00:26:56 25b303627fd3: Pull complete 00:26:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:26:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:26:56 prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container 00:26:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:26:59 $ docker top 15415846f54137515faf4577b518482930f7fb1adbb0f6d14f2183004f854263 -eo pid,comm [Pipeline] { [Pipeline] sh 00:27:00 + docker-compose build --help 00:27:00 + grep parallel 00:27:04 --parallel Build images in parallel. [Pipeline] } 00:27:04 $ docker stop --time=1 15415846f54137515faf4577b518482930f7fb1adbb0f6d14f2183004f854263 00:27:05 $ docker rm -f 15415846f54137515faf4577b518482930f7fb1adbb0f6d14f2183004f854263 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:27:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:27:06 . [Pipeline] withDockerContainer 00:27:07 prd-ubuntu18.04-docker-arm64-4c-16g-25654 does not seem to be running inside a container 00:27:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:27:08 $ docker top 9cf02bc78953c2a8f4162a6ce70edb34e7193bda35c2a80c931445a93389cc80 -eo pid,comm [Pipeline] { [Pipeline] sh 00:27:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:27:09 2021-02-09T00:27:06Z INFO Waiting for automatic snapd restart... 00:27:13 Building docker-core-command-go ... 00:27:13 Building docker-core-data-go ... 00:27:13 Building docker-core-metadata-go ... 00:27:13 Building docker-security-bootstrapper-go ... 00:27:13 Building docker-security-proxy-setup-go ... 00:27:13 Building docker-security-secretstore-setup-go ... 00:27:13 Building docker-support-notifications-go ... 00:27:13 Building docker-support-scheduler-go ... 00:27:13 Building docker-sys-mgmt-agent-go ... 00:27:13 Building docker-core-data-go 00:27:13 Building docker-security-bootstrapper-go 00:27:13 Building docker-support-scheduler-go 00:27:13 Building docker-security-secretstore-setup-go 00:27:13 Building docker-core-metadata-go 00:27:22 lxd 4.11 from Canonical* installed 00:27:22 + sudo lxd init --auto 00:27:30 + sudo snap install --classic snapcraft 00:27:34 snapcraft 4.4.4 from Canonical* installed 00:27:34 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:27:34 + patch --verbose -p1 00:27:34 Hmm... Looks like a unified diff to me... 00:27:34 The text leading up to this was: 00:27:34 -------------------------- 00:27:34 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:27:34 |From: Tony Espy 00:27:34 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:27:34 |Subject: [PATCH] optimize snap build for pipeline CI check 00:27:34 | 00:27:34 |This patch is used by the EdgeX CI pipeline builds to 00:27:34 |optimize the snap CI check run for pull requests. When 00:27:34 |applied, it essentially strips out everything (apps and 00:27:34 |parts) from the snapcraft.yaml file except those required 00:27:34 |to build edgex-go, as the whole idea of the CI check is to 00:27:34 |catch changes to edgex-go that break the snap build. 00:27:34 | 00:27:34 |In general, anyone updating snapcraft.yaml will also need 00:27:34 |to update this patch file, otherwise it may fail to apply, 00:27:34 |resulting in a failed snap build CI check in the associated 00:27:34 |pull request. 00:27:34 | 00:27:34 |Note - in addition to applying this patch, the pipeline also 00:27:34 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:27:34 |need to build the finally binary .snap file (and it won't 00:27:34 |work with the patch applied). This further reduces the build 00:27:34 |time. 00:27:34 |--- 00:27:34 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:27:34 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:27:34 | 00:27:34 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:27:34 |index 1e537489..faf42425 100644 00:27:34 |--- a/snap/snapcraft.yaml 00:27:34 |+++ b/snap/snapcraft.yaml 00:27:34 -------------------------- 00:27:34 patching file snap/snapcraft.yaml 00:27:34 Using Plan A... 00:27:34 Hunk #1 succeeded at 73. 00:27:34 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:27:34 Hunk #3 succeeded at 217 (offset 3 lines). 00:27:34 Hunk #4 succeeded at 225 (offset 3 lines). 00:27:34 Hunk #5 succeeded at 232 (offset 3 lines). 00:27:34 Hunk #6 succeeded at 259 (offset 3 lines). 00:27:34 Hunk #7 succeeded at 293 (offset 3 lines). 00:27:34 Hunk #8 succeeded at 352 (offset 11 lines). 00:27:34 Hmm... Ignoring the trailing garbage. 00:27:34 done 00:27:34 + sudo snapcraft prime --use-lxd 00:27:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:27:35 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:27:35 - README.md 00:27:35 - snapcraft.yaml.orig 00:27:35 00:27:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:27:36 Launching a container. 00:27:49 Waiting for container to be ready 00:27:49 To start your first instance, try: lxc launch ubuntu:18.04 00:27:49 00:27:52 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:27:52 Waiting for network to be ready... 00:27:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:27:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] 00:27:53 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:27:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:27:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:27:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:27:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:27:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:27:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:27:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:27:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:27:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:27:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:27:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:27:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:27:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:27:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:27:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:27:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:27:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 00:27:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:27:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:27:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:27:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:27:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:27:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 00:27:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:27:56 Fetched 23.9 MB in 4s (5899 kB/s) 00:27:57 Reading package lists... 00:27:58 Reading package lists... 00:27:58 Building dependency tree... 00:27:58 Reading state information... 00:27:58 The following additional packages will be installed: 00:27:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:27:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:27:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:27:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:27:58 Suggested packages: 00:27:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:27:58 Recommended packages: 00:27:58 gnupg libsasl2-modules 00:27:58 The following NEW packages will be installed: 00:27:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:27:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:27:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:27:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:27:58 The following packages will be upgraded: 00:27:58 gpg gpg-agent gpgconf libudev1 00:27:58 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:27:58 Need to get 3532 kB of archives. 00:27:58 After this operation, 13.3 MB of additional disk space will be used. 00:27:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:27:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:27:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:27:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:27:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:27:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:27:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:27:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:27:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:27:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:27:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:27:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:27:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:27:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:27:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:27:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:27:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:27:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:27:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:27:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:28:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:28:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:28:00 debconf: delaying package configuration, since apt-utils is not installed 00:28:00 Fetched 3532 kB in 2s (1968 kB/s) 00:28:00 (Reading database ... 12511 files and directories currently installed.) 00:28:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:28:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:28:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:28:00 Selecting previously unselected package udev. 00:28:00 (Reading database ... 12511 files and directories currently installed.) 00:28:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:28:00 Unpacking udev (237-3ubuntu10.44) ... 00:28:00 Selecting previously unselected package libfuse2:amd64. 00:28:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:28:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:28:00 Selecting previously unselected package fuse. 00:28:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:28:00 Unpacking fuse (2.9.7-1ubuntu1) ... 00:28:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:28:00 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:28:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:28:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:28:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:28:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:28:01 Selecting previously unselected package libksba8:amd64. 00:28:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:28:01 Unpacking libksba8:amd64 (1.3.5-2) ... 00:28:01 Selecting previously unselected package libroken18-heimdal:amd64. 00:28:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:28:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:28:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:28:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:01 Selecting previously unselected package libwind0-heimdal:amd64. 00:28:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:28:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:28:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:28:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:28:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:28:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:02 Selecting previously unselected package libsasl2-modules-db:amd64. 00:28:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:28:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:28:02 Selecting previously unselected package libsasl2-2:amd64. 00:28:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:28:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:28:02 Selecting previously unselected package libldap-common. 00:28:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:28:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:28:02 Selecting previously unselected package libldap-2.4-2:amd64. 00:28:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:28:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:28:02 Selecting previously unselected package dirmngr. 00:28:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:28:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:28:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:28:02 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:28:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:28:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:28:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:28:02 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:28:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:03 Setting up libksba8:amd64 (1.3.5-2) ... 00:28:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:28:03 Setting up udev (237-3ubuntu10.44) ... 00:28:03 invoke-rc.d: policy-rc.d denied execution of start. 00:28:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:03 Processing triggers for systemd (237-3ubuntu10) ... 00:28:03 Setting up fuse (2.9.7-1ubuntu1) ... 00:28:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:28:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:28:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:28:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:28:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:28:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:28:04 settings in the [Install] section, and DefaultInstance for template units). 00:28:04 This means they are not meant to be enabled using systemctl. 00:28:04 Possible reasons for having this kind of units are: 00:28:04 1) A unit may be statically enabled by being symlinked from another unit's 00:28:04 .wants/ or .requires/ directory. 00:28:04 2) A unit's purpose may be to act as a helper for some other unit which has 00:28:04 a requirement dependency on it. 00:28:04 3) A unit may be started when needed via activation (socket, path, timer, 00:28:04 D-Bus, udev, scripted systemctl call, ...). 00:28:04 4) In case of template units, the unit is meant to be enabled with some 00:28:04 instance name specified. 00:28:04 Reading package lists... 00:28:04 Building dependency tree... 00:28:04 Reading state information... 00:28:05 The following additional packages will be installed: 00:28:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:28:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:28:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:28:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:28:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:28:05 Suggested packages: 00:28:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:28:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:28:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:28:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:28:05 systemd-container policykit-1 00:28:05 Recommended packages: 00:28:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:28:05 The following NEW packages will be installed: 00:28:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:28:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:28:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:28:05 multiarch-support openssh-client python3 python3-minimal python3.6 00:28:05 python3.6-minimal snapd squashfs-tools sudo 00:28:05 The following packages will be upgraded: 00:28:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:28:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:28:05 Need to get 35.2 MB of archives. 00:28:05 After this operation, 141 MB of additional disk space will be used. 00:28:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:28:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:28:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:28:05 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:28:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:28:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:28:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:28:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:28:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:28:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:28:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:28:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:28:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:28:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:28:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:28:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:28:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:28:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:28:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:28:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:28:06 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:28:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:28:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:28:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:28:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:28:06 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:28:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:28:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:28:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:28:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:28:07 debconf: delaying package configuration, since apt-utils is not installed 00:28:07 Fetched 35.2 MB in 2s (16.1 MB/s) 00:28:07 (Reading database ... 12757 files and directories currently installed.) 00:28:07 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:28:07 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:28:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:28:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:28:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:28:08 (Reading database ... 12757 files and directories currently installed.) 00:28:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:28:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:28:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:28:08 (Reading database ... 12757 files and directories currently installed.) 00:28:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:28:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:28:09 Setting up apt (1.6.12ubuntu0.2) ... 00:28:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:28:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:28:09 (Reading database ... 12764 files and directories currently installed.) 00:28:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:28:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:28:10 Selecting previously unselected package libpython3.6-minimal:amd64. 00:28:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:28:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:28:10 Selecting previously unselected package libexpat1:amd64. 00:28:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:28:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:28:10 Selecting previously unselected package python3.6-minimal. 00:28:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:28:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:28:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:28:10 Checking for services that may need to be restarted...done. 00:28:10 Checking for services that may need to be restarted...done. 00:28:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:28:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:28:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:28:11 Selecting previously unselected package python3-minimal. 00:28:11 (Reading database ... 13012 files and directories currently installed.) 00:28:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:28:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:28:11 Selecting previously unselected package mime-support. 00:28:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:28:11 Unpacking mime-support (3.60ubuntu1) ... 00:28:11 Selecting previously unselected package libmpdec2:amd64. 00:28:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:28:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:28:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:28:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:28:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:28:11 Selecting previously unselected package python3.6. 00:28:11 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:28:11 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:28:12 Selecting previously unselected package libpython3-stdlib:amd64. 00:28:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:28:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:28:12 Setting up python3-minimal (3.6.7-1~18.04) ... 00:28:12 Selecting previously unselected package python3. 00:28:12 (Reading database ... 13442 files and directories currently installed.) 00:28:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:28:12 Unpacking python3 (3.6.7-1~18.04) ... 00:28:12 Selecting previously unselected package multiarch-support. 00:28:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:28:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:28:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:28:12 Selecting previously unselected package liblzo2-2:amd64. 00:28:12 (Reading database ... 13479 files and directories currently installed.) 00:28:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:28:12 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:28:12 Selecting previously unselected package libbsd0:amd64. 00:28:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:28:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:28:12 Selecting previously unselected package sudo. 00:28:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:28:12 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:28:13 Selecting previously unselected package apparmor. 00:28:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:28:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:28:13 Selecting previously unselected package libedit2:amd64. 00:28:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:28:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:28:13 Selecting previously unselected package libkrb5support0:amd64. 00:28:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:28:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:28:13 Selecting previously unselected package libk5crypto3:amd64. 00:28:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:28:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:28:13 Selecting previously unselected package libkeyutils1:amd64. 00:28:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:28:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:28:13 Selecting previously unselected package libkrb5-3:amd64. 00:28:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:28:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:28:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:28:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:28:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:28:13 Selecting previously unselected package libssl1.0.0:amd64. 00:28:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:28:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:28:14 Selecting previously unselected package openssh-client. 00:28:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:28:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:28:14 Selecting previously unselected package squashfs-tools. 00:28:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:28:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:28:14 Selecting previously unselected package snapd. 00:28:14 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:28:14 Unpacking snapd (2.48+18.04) ... 00:28:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:28:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:28:16 Setting up mime-support (3.60ubuntu1) ... 00:28:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:28:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:28:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:28:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:28:16 Setting up systemd (237-3ubuntu10.44) ... 00:28:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:28:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:28:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:28:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:28:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:28:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:28:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:28:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:28:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:28:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:28:19 Setting up python3 (3.6.7-1~18.04) ... 00:28:19 running python rtupdate hooks for python3.6... 00:28:19 running python post-rtupdate hooks for python3.6... 00:28:19 Setting up apparmor (2.12-4ubuntu5.1) ... 00:28:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:28:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:28:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:28:21 Setting up snapd (2.48+18.04) ... 00:28:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:28:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:28:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:28:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:28:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:28:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:28:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:28:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:28:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:28:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:28:22 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:28:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:28:22 Processing triggers for systemd (237-3ubuntu10.44) ... 00:28:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:28:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:28:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:28:24 Reading package lists... 00:28:24 Reading package lists... 00:28:25 Building dependency tree... 00:28:25 Reading state information... 00:28:25 Calculating upgrade... 00:28:25 The following packages will be upgraded: 00:28:25 advancecomp base-files bash binutils binutils-common 00:28:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:28:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:28:25 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:28:25 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:28:25 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:28:25 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:28:25 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:28:25 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:28:25 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:28:25 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:28:25 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:28:25 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:28:25 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:28:25 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:28:25 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:28:25 Need to get 63.8 MB of archives. 00:28:25 After this operation, 5188 kB of additional disk space will be used. 00:28:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:28:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:28:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:28:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:28:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:28:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:28:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:28:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:28:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:28:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:28:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:28:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:28:26 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:28:26 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:28:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:28:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:28:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:28:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:28:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:28:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:28:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:28:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:28:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:28:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:28:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:28:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:28:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:28:26 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:28:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:28:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:28:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:28:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:28:26 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:28:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:28:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:28:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:28:26 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:28:26 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:28:26 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] 00:28:26 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:28:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:28:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:28:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:28:26 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:28:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:28:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:28:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:28:26 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:28:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:28:26 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:28:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:28:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:28:26 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:28:26 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:28:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:28:26 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:28:27 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:28:27 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:28:27 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:28:27 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:28:27 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:28:27 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:28:27 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:28:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:28:27 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:28:27 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:28:27 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:28:27 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:28:27 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:28:27 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:28:27 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:28:27 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:28:27 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:28:27 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:28:27 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:28:27 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:28:27 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:28:27 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:28:27 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:28:27 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:28:27 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:28:27 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:28:27 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:28:27 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:28:27 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:28:27 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:28:27 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:28:27 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:28:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:28:27 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:28:28 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:28:28 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:28:28 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:28:28 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:28:28 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:28:28 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:28:28 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:28:28 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:28:28 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:28:29 debconf: delaying package configuration, since apt-utils is not installed 00:28:29 Fetched 63.8 MB in 3s (18.6 MB/s) 00:28:29 (Reading database ... 13912 files and directories currently installed.) 00:28:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:28:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:28:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:28:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:28:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:28:29 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:28:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:31 (Reading database ... 13911 files and directories currently installed.) 00:28:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:28:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:28:31 (Reading database ... 13911 files and directories currently installed.) 00:28:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:28:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:28:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:32 (Reading database ... 13911 files and directories currently installed.) 00:28:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:28:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:28:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:28:33 (Reading database ... 13911 files and directories currently installed.) 00:28:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:28:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:28:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:28:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:28:33 Setting up base-files (10.1ubuntu2.10) ... 00:28:33 Installing new version of config file /etc/issue ... 00:28:33 Installing new version of config file /etc/issue.net ... 00:28:33 Installing new version of config file /etc/lsb-release ... 00:28:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:28:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:28:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:28:33 Removing obsolete conffile /etc/default/motd-news ... 00:28:34 (Reading database ... 13912 files and directories currently installed.) 00:28:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:28:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:28:34 Setting up bash (4.4.18-2ubuntu1.2) ... 00:28:34 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:28:34 (Reading database ... 13912 files and directories currently installed.) 00:28:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:28:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:28:34 (Reading database ... 13912 files and directories currently installed.) 00:28:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:28:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:28:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:28:34 ---> 3812d4adb3b2 00:28:34 Step 3/24 : WORKDIR /edgex-go 00:28:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:28:34 ---> 3812d4adb3b2 00:28:34 Step 3/23 : WORKDIR /edgex-go 00:28:34 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:34 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:28:34 ---> 3812d4adb3b2 00:28:34 Step 3/30 : WORKDIR /edgex-go 00:28:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:28:34 ---> 3812d4adb3b2 00:28:34 Step 3/23 : WORKDIR /edgex-go 00:28:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:34 ---> 3812d4adb3b2 00:28:34 Step 3/22 : WORKDIR /edgex-go 00:28:34 ---> Running in e92fe274459e 00:28:34 ---> Running in 60b7b5dbaf4a 00:28:34 ---> Running in e16b5c3bf764 00:28:34 ---> Running in 9f8412785f1a 00:28:34 ---> Running in 21a0f2ed667b 00:28:34 Removing intermediate container 21a0f2ed667b 00:28:34 ---> 01b4cbef0480 00:28:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:34 Removing intermediate container 9f8412785f1a 00:28:34 ---> 3c2bb08cec77 00:28:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:34 Removing intermediate container e92fe274459e 00:28:34 ---> 97c62765d168 00:28:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container e16b5c3bf764 00:28:34 ---> 95def51b393a 00:28:34 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:34 Removing intermediate container 60b7b5dbaf4a 00:28:34 ---> 6b029c69016d 00:28:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:34 00:28:34 ---> Running in 6cee5d6f95c7 00:28:34 ---> Running in fd2904bd6d98 00:28:34 ---> Running in 3bf3cb2d6edd 00:28:34 ---> Running in c02fe4c7d0c9 00:28:34 ---> Running in cb50b98c570e 00:28:34 Removing intermediate container 6cee5d6f95c7 00:28:34 ---> fc4dc96f4063 00:28:34 Step 5/24 : RUN apk add --update --no-cache make git 00:28:34 ---> Running in 7514bf5b37aa 00:28:34 Removing intermediate container c02fe4c7d0c9 00:28:34 ---> 00e9a2eb1cd9 00:28:34 Step 5/23 : RUN apk add --update --no-cache make git 00:28:34 Removing intermediate container fd2904bd6d98 00:28:34 ---> 52d2b1ea7d34 00:28:34 Step 5/30 : RUN apk add --update --no-cache make git 00:28:34 ---> Running in 2aba598322e2 00:28:34 ---> Running in f396a0a440d2 00:28:34 Removing intermediate container cb50b98c570e 00:28:34 ---> 0e3fbf2e1692 00:28:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:28:34 Removing intermediate container 3bf3cb2d6edd 00:28:34 ---> b4a32d7aae90 00:28:34 Step 5/22 : RUN apk add --update --no-cache make git 00:28:34 ---> Running in 84bc2eb0830e 00:28:34 ---> Running in a63e93154858 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:34 OK: 217 MiB in 51 packages 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:34 OK: 217 MiB in 51 packages 00:28:34 OK: 217 MiB in 51 packages 00:28:34 OK: 217 MiB in 51 packages 00:28:34 OK: 217 MiB in 51 packages 00:28:34 Removing intermediate container 7514bf5b37aa 00:28:34 ---> e51ef4eae7d6 00:28:34 Step 6/24 : COPY go.mod . 00:28:35 Setting up tar (1.29b-2ubuntu0.2) ... 00:28:35 (Reading database ... 13912 files and directories currently installed.) 00:28:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:28:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:28:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:28:35 (Reading database ... 13912 files and directories currently installed.) 00:28:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:28:35 ---> 43428b41ed2d 00:28:35 Step 7/24 : RUN go mod download 00:28:35 Removing intermediate container f396a0a440d2 00:28:35 ---> 33302143f594 00:28:35 Step 6/30 : COPY go.mod . 00:28:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:28:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:28:35 (Reading database ... 13912 files and directories currently installed.) 00:28:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:28:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:28:35 ---> Running in c00bb1db9dcc 00:28:35 Removing intermediate container 2aba598322e2 00:28:35 ---> 03b45eb8b4a5 00:28:35 Step 6/23 : COPY go.mod . 00:28:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:28:35 (Reading database ... 13912 files and directories currently installed.) 00:28:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:28:35 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:28:35 Removing intermediate container 84bc2eb0830e 00:28:35 ---> b5ec7d3275c6 00:28:35 Step 6/23 : COPY go.mod . 00:28:36 Setting up grep (3.1-2build1) ... 00:28:36 (Reading database ... 13912 files and directories currently installed.) 00:28:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:28:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:28:36 Removing intermediate container a63e93154858 00:28:36 ---> 5a2a26db1dda 00:28:36 Step 6/22 : COPY go.mod . 00:28:36 Setting up login (1:4.5-1ubuntu2) ... 00:28:36 (Reading database ... 13912 files and directories currently installed.) 00:28:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:28:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:28:36 ---> 8a948f44b01f 00:28:36 Step 7/30 : RUN go mod download 00:28:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:28:36 (Reading database ... 13912 files and directories currently installed.) 00:28:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:28:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:28:36 ---> 9411ba75472b 00:28:36 Step 7/23 : RUN go mod download 00:28:36 ---> Running in 63dda892b961 00:28:37 ---> c56712f8216e 00:28:37 Step 7/23 : RUN go mod download 00:28:37 ---> Running in 1768a1a93f0e 00:28:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:28:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:28:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:28:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:28:37 ---> Running in 23c6e92235f7 00:28:37 ---> 7c03853b6ce4 00:28:37 Step 7/22 : RUN go mod download 00:28:37 ---> Running in 294d8a333d0c 00:28:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:28:38 (Reading database ... 13912 files and directories currently installed.) 00:28:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:28:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:28:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:28:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:28:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:28:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:28:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:28:39 (Reading database ... 13912 files and directories currently installed.) 00:28:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:28:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:28:39 Removing intermediate container c00bb1db9dcc 00:28:39 ---> 29e27300a59f 00:28:39 Step 8/24 : COPY . . 00:28:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:28:39 (Reading database ... 13912 files and directories currently installed.) 00:28:39 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:39 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:39 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:28:39 (Reading database ... 13912 files and directories currently installed.) 00:28:39 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:39 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:28:40 (Reading database ... 13912 files and directories currently installed.) 00:28:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:28:40 (Reading database ... 13912 files and directories currently installed.) 00:28:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:28:40 (Reading database ... 13912 files and directories currently installed.) 00:28:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:28:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:28:40 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:28:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:28:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:28:41 (Reading database ... 13912 files and directories currently installed.) 00:28:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:28:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:28:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:28:41 (Reading database ... 13912 files and directories currently installed.) 00:28:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:28:41 (Reading database ... 13912 files and directories currently installed.) 00:28:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:28:41 (Reading database ... 13912 files and directories currently installed.) 00:28:41 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:41 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:42 Removing intermediate container 63dda892b961 00:28:42 ---> 693c416f17ab 00:28:42 Step 8/30 : COPY . . 00:28:42 Removing intermediate container 23c6e92235f7 00:28:42 ---> 8fd50ec74f0e 00:28:42 Step 8/23 : COPY . . 00:28:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:28:42 Removing intermediate container 294d8a333d0c 00:28:42 ---> 49cac5024d70 00:28:42 Step 8/22 : COPY . . 00:28:42 Removing intermediate container 1768a1a93f0e 00:28:42 ---> ed81b5c1a09f 00:28:42 Step 8/23 : COPY . . 00:28:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:28:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:28:43 (Reading database ... 13912 files and directories currently installed.) 00:28:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:28:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:28:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:28:43 (Reading database ... 13912 files and directories currently installed.) 00:28:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:28:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:28:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:28:43 (Reading database ... 13914 files and directories currently installed.) 00:28:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:28:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:28:43 Setting up debconf (1.5.66ubuntu1) ... 00:28:44 (Reading database ... 13914 files and directories currently installed.) 00:28:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:28:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:28:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:28:44 (Reading database ... 13914 files and directories currently installed.) 00:28:44 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:28:44 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:28:44 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:28:44 (Reading database ... 13914 files and directories currently installed.) 00:28:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:28:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:28:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:28:44 (Reading database ... 13914 files and directories currently installed.) 00:28:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:28:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:28:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:28:45 (Reading database ... 13914 files and directories currently installed.) 00:28:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:28:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:28:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:28:45 (Reading database ... 13914 files and directories currently installed.) 00:28:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:28:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:28:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:28:45 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:28:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:28:45 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:28:45 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:28:45 (Reading database ... 13914 files and directories currently installed.) 00:28:45 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:28:45 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:28:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:28:46 (Reading database ... 13914 files and directories currently installed.) 00:28:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:28:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:28:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:28:46 (Reading database ... 13914 files and directories currently installed.) 00:28:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:28:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:28:46 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:28:47 (Reading database ... 13914 files and directories currently installed.) 00:28:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:28:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:28:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:28:47 (Reading database ... 13914 files and directories currently installed.) 00:28:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:28:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:28:47 Setting up passwd (1:4.5-1ubuntu2) ... 00:28:47 (Reading database ... 13914 files and directories currently installed.) 00:28:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:28:47 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:28:47 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:28:48 (Reading database ... 13914 files and directories currently installed.) 00:28:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:28:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:28:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:28:48 (Reading database ... 13914 files and directories currently installed.) 00:28:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:28:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:28:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:28:48 (Reading database ... 13914 files and directories currently installed.) 00:28:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:28:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:28:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:28:48 (Reading database ... 13914 files and directories currently installed.) 00:28:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:28:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:28:48 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:28:49 (Reading database ... 13914 files and directories currently installed.) 00:28:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:28:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:28:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:28:49 (Reading database ... 13914 files and directories currently installed.) 00:28:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:28:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:28:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:28:49 (Reading database ... 13915 files and directories currently installed.) 00:28:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:28:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:28:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:28:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:28:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:28:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:28:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:28:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:28:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:28:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:28:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:28:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:28:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:28:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:28:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:28:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:28:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:28:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:28:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:28:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:28:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:28:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:28:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:28:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:28:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:28:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:28:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:28:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:28:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:28:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:28:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:28:52 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:28:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:28:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:28:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:28:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:28:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:28:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:28:57 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:28:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:28:57 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:28:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:28:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:28:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:28:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:28:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:28:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:28:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:28:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:28:58 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:28:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:28:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:28:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:58 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:28:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:58 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:28:58 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:28:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:28:59 00:28:59 Current default time zone: 'Etc/UTC' 00:28:59 Local time is now: Tue Feb 9 00:28:59 UTC 2021. 00:28:59 Universal Time is now: Tue Feb 9 00:28:59 UTC 2021. 00:28:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:28:59 00:28:59 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:28:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:59 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:28:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:28:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:28:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:28:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:28:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:28:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:28:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:28:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:28:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:28:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:28:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:28:59 Setting up patch (2.7.6-2ubuntu1.1) ... 00:28:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:28:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:28:59 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:28:59 Installing new version of config file /etc/ssl/openssl.cnf ... 00:28:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:28:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:28:59 Setting up ca-certificates (20210119~18.04.1) ... 00:29:01 Updating certificates in /etc/ssl/certs... 00:29:02 23 added, 27 removed; done. 00:29:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:29:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:29:02 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:29:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:29:02 Setting up pkgbinarymangler (138.18.04.1) ... 00:29:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:29:02 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:29:02 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:29:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:29:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:29:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:29:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:29:02 Setting up perl (5.26.1-6ubuntu0.5) ... 00:29:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:29:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:29:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:29:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:29:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:29:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:29:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:29:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:29:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:29:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:29:03 Processing triggers for systemd (237-3ubuntu10.44) ... 00:29:03 Processing triggers for mime-support (3.60ubuntu1) ... 00:29:03 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:29:03 Updating certificates in /etc/ssl/certs... 00:29:04 0 added, 0 removed; done. 00:29:04 Running hooks in /etc/ca-certificates/update.d... 00:29:04 done. 00:29:04 Reading package lists... 00:29:04 Building dependency tree... 00:29:04 Reading state information... 00:29:04 The following NEW packages will be installed: 00:29:04 apt-transport-https 00:29:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:29:04 Need to get 1696 B of archives. 00:29:04 After this operation, 153 kB of additional disk space will be used. 00:29:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:29:04 debconf: delaying package configuration, since apt-utils is not installed 00:29:04 Fetched 1696 B in 0s (21.6 kB/s) 00:29:05 Selecting previously unselected package apt-transport-https. 00:29:05 (Reading database ... 13920 files and directories currently installed.) 00:29:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:29:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:29:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:29:05 Waiting for network to be ready... 00:29:09 ---> 2f07833c1d20 00:29:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:29:09 ---> Running in 82380da628b2 00:29:09 ---> aaab9de66450 00:29:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:29:09 ---> 1f0d7c95e97d 00:29:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:29:09 ---> e18e9e851255 00:29:09 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:29:09 ---> 2eeedc5f8b55 00:29:09 Step 9/23 : RUN make cmd/core-data/core-data 00:29:09 ---> Running in d49d89a6251d 00:29:09 ---> Running in 1c95027b9d13 00:29:09 ---> Running in 7e51fe5e9ae8 00:29:09 ---> Running in 9918a94a23b8 00:29:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:29:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:29:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:29:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:29:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:29:12 2021-02-09T00:29:10Z INFO Waiting for automatic snapd restart... 00:29:12 snapd 2.48.2.1 from Canonical* installed 00:29:12 "snapd" switched to the "latest/stable" channel 00:29:12 00:29:16 core18 20210128 from Canonical* installed 00:29:16 "core18" switched to the "latest/stable" channel 00:29:16 00:29:18 snapcraft 4.4.4 from Canonical* installed 00:29:19 "snapcraft" switched to the "latest/stable" channel 00:29:19 00:29:22 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:29:22 - README.md 00:29:22 - snapcraft.yaml.orig 00:29:22 00:29:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:29:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:29:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:29:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:29:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:29:30 Reading package lists... 00:29:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:29:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:29:37 Reading package lists... 00:29:37 Building dependency tree... 00:29:37 Reading state information... 00:29:37 Suggested packages: 00:29:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:29:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:29:37 Recommended packages: 00:29:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:29:37 The following NEW packages will be installed: 00:29:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:29:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:29:37 pkg-config zip 00:29:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:29:37 Need to get 7655 kB of archives. 00:29:37 After this operation, 43.7 MB of additional disk space will be used. 00:29:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:29:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:29:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:29:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:29:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:29:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:29:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:29:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:29:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:29:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:29:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:29:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:29:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:29:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:29:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:29:37 debconf: delaying package configuration, since apt-utils is not installed 00:29:37 Fetched 7655 kB in 1s (10.1 MB/s) 00:29:37 Selecting previously unselected package libglib2.0-0:amd64. 00:29:37 (Reading database ... 13924 files and directories currently installed.) 00:29:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:29:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:29:37 Selecting previously unselected package libpsl5:amd64. 00:29:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:29:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:29:38 Selecting previously unselected package libnghttp2-14:amd64. 00:29:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:29:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:29:38 Selecting previously unselected package librtmp1:amd64. 00:29:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:29:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:29:38 Selecting previously unselected package libcurl3-gnutls:amd64. 00:29:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:29:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:29:38 Selecting previously unselected package liberror-perl. 00:29:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:29:38 Unpacking liberror-perl (0.17025-1) ... 00:29:38 Selecting previously unselected package git-man. 00:29:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:29:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:29:38 Selecting previously unselected package git. 00:29:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:29:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:29:39 Selecting previously unselected package libnorm1:amd64. 00:29:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:29:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:29:39 Selecting previously unselected package libpgm-5.2-0:amd64. 00:29:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:29:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:29:39 Selecting previously unselected package libsodium23:amd64. 00:29:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:29:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:29:39 Selecting previously unselected package libzmq5:amd64. 00:29:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:29:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:29:39 Selecting previously unselected package libzmq3-dev:amd64. 00:29:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:29:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:29:39 Selecting previously unselected package pkg-config. 00:29:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:29:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:29:40 Selecting previously unselected package zip. 00:29:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:29:40 Unpacking zip (3.0-11build1) ... 00:29:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:29:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:29:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:29:40 Setting up liberror-perl (0.17025-1) ... 00:29:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:29:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:29:40 No schema files found: doing nothing. 00:29:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:29:40 Setting up zip (3.0-11build1) ... 00:29:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:29:40 Setting up libsodium23:amd64 (1.0.16-2) ... 00:29:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:29:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:29:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:29:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:29:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:29:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:29:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:29:47 git set to automatically installed. 00:29:47 git-man set to automatically installed. 00:29:47 libcurl3-gnutls set to automatically installed. 00:29:47 liberror-perl set to automatically installed. 00:29:47 libglib2.0-0 set to automatically installed. 00:29:47 libnghttp2-14 set to automatically installed. 00:29:47 libnorm1 set to automatically installed. 00:29:47 libpgm-5.2-0 set to automatically installed. 00:29:47 libpsl5 set to automatically installed. 00:29:47 librtmp1 set to automatically installed. 00:29:47 libsodium23 set to automatically installed. 00:29:47 libzmq3-dev set to automatically installed. 00:29:47 libzmq5 set to automatically installed. 00:29:47 pkg-config set to automatically installed. 00:29:47 zip set to automatically installed. 00:29:48 snapd is not logged in, snap install commands will use sudo 00:29:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:29:55 snap "core18" has no updates available 00:29:56 Pulling config-common 00:29:57 Pulling go-build-helper 00:30:24 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:30:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:30:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:30:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] 00:30:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:30:24 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:30:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:30:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:30:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:30:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:30:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:30:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:30:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:30:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:30:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:30:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:30:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:30:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:30:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:30:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 00:30:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:30:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:30:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:30:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:30:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:30:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 00:30:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:30:24 Fetched 23.9 MB in 0s (0 B/s) 00:30:24 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:30:24 Fetched 96.5 kB in 0s (0 B/s) 00:30:24 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:30:24 Fetched 279 kB in 0s (0 B/s) 00:30:24 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:30:24 Fetched 122 kB in 0s (0 B/s) 00:30:24 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:30:24 Fetched 77.8 kB in 0s (0 B/s) 00:30:24 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:30:24 Fetched 8848 B in 0s (0 B/s) 00:30:24 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:30:24 Fetched 47.8 kB in 0s (0 B/s) 00:30:24 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:30:24 Fetched 45.6 kB in 0s (0 B/s) 00:30:24 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:30:24 Fetched 15.0 kB in 0s (0 B/s) 00:30:24 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:30:24 Fetched 214 kB in 0s (0 B/s) 00:30:24 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:30:24 Fetched 155 kB in 0s (0 B/s) 00:30:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:30:24 Fetched 50.6 kB in 0s (0 B/s) 00:30:24 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:30:24 Fetched 14.8 kB in 0s (0 B/s) 00:30:24 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:30:24 Fetched 41.8 kB in 0s (0 B/s) 00:30:24 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:30:24 Fetched 499 kB in 0s (0 B/s) 00:30:24 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:30:24 Fetched 111 kB in 0s (0 B/s) 00:30:24 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:30:24 Fetched 240 kB in 0s (0 B/s) 00:30:24 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:30:24 Fetched 29.3 kB in 0s (0 B/s) 00:30:24 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:30:24 Fetched 85.5 kB in 0s (0 B/s) 00:30:24 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:30:24 Fetched 24.5 kB in 0s (0 B/s) 00:30:24 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:30:24 Fetched 49.2 kB in 0s (0 B/s) 00:30:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:30:24 Fetched 54.2 kB in 0s (0 B/s) 00:30:24 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:30:24 Fetched 30.8 kB in 0s (0 B/s) 00:30:24 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:30:24 Fetched 16.6 kB in 0s (0 B/s) 00:30:24 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:30:24 Fetched 85.9 kB in 0s (0 B/s) 00:30:24 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:30:24 Fetched 8720 B in 0s (0 B/s) 00:30:24 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:30:24 Fetched 137 kB in 0s (0 B/s) 00:30:24 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:30:24 Fetched 119 kB in 0s (0 B/s) 00:30:24 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:30:24 Fetched 109 kB in 0s (0 B/s) 00:30:24 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:30:24 Fetched 11.1 kB in 0s (0 B/s) 00:30:24 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:30:24 Fetched 645 kB in 0s (0 B/s) 00:30:24 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:30:24 Fetched 41.3 kB in 0s (0 B/s) 00:30:24 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:30:24 Fetched 17.9 kB in 0s (0 B/s) 00:30:24 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:30:24 Fetched 368 kB in 0s (0 B/s) 00:30:24 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:30:24 Fetched 187 kB in 0s (0 B/s) 00:30:24 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:30:24 Fetched 175 kB in 0s (0 B/s) 00:30:24 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:30:26 Fetched 206 kB in 0s (0 B/s) 00:30:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:30:26 Fetched 1301 kB in 0s (0 B/s) 00:30:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:30:26 Fetched 36.2 kB in 0s (0 B/s) 00:30:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:30:26 Fetched 159 kB in 0s (0 B/s) 00:30:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:30:26 Fetched 107 kB in 0s (0 B/s) 00:30:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:30:26 Fetched 48.7 kB in 0s (0 B/s) 00:30:26 Pulling static-packages 00:30:27 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:30:27 Skipping pull go-build-helper (already ran) 00:30:27 Skipping pull static-packages (already ran) 00:30:27 Building go-build-helper 00:30:30 Building static-packages 00:30: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 00:30:32 Staging go-build-helper 00:30:33 Staging static-packages 00:30:34 Pulling go115 00:30:35 'edgex-go' has dependencies that need to be staged: go115 00:30:35 Skipping pull go115 (already ran) 00:30:35 Building go115 00:30:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:30:35 Dload Upload Total Spent Left Speed 00:30:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.2M 0 0 32.9M 0 0:00:03 --:--:-- 0:00:03 32.9M 69 115M 69 80.8M 0 0 42.1M 0 0:00:02 0:00:01 0:00:01 42.1M 100 115M 100 115M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 44.0M 00:30:38 go1.15.2.linux-amd64.tar.gz: OK 00:30:42 Staging go115 00:30:44 Removing intermediate container 82380da628b2 00:30:44 ---> db18e7169b62 00:30:44 00:30:44 Step 10/24 : FROM alpine:3.12 00:30:44 3.12: Pulling from library/alpine 00:30:44 Removing intermediate container 9918a94a23b8 00:30:44 ---> c22e66078af7 00:30:44 00:30:44 Step 10/30 : FROM alpine:3.12 00:30:44 3.12: Pulling from library/alpine 00:30:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:44 Status: Downloaded newer image for alpine:3.12 00:30:44 ---> afeebe901d6b 00:30:44 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:30:44 Status: Image is up to date for alpine:3.12 00:30:44 ---> afeebe901d6b 00:30:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:30:45 ---> Running in c9853436fb4a 00:30:45 ---> Running in 123c1ea27450 00:30:46 Removing intermediate container c9853436fb4a 00:30:46 ---> 53d6eff5e6ac 00:30:46 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:30:46 ---> Running in 995bc13c8da3 00:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:48 (1/5) Installing ca-certificates (20191127-r4) 00:30:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:30:48 (3/5) Installing libcurl (7.69.1-r3) 00:30:48 (4/5) Installing curl (7.69.1-r3) 00:30:48 (5/5) Installing dumb-init (1.2.2-r1) 00:30:48 Executing busybox-1.31.1-r19.trigger 00:30:48 Executing ca-certificates-20191127-r4.trigger 00:30:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:30:48 OK: 7 MiB in 19 packages 00:30:49 (1/2) Installing dumb-init (1.2.2-r1) 00:30:49 (2/2) Installing su-exec (0.2-r1) 00:30:49 Executing busybox-1.31.1-r19.trigger 00:30:49 OK: 5 MiB in 16 packages 00:30:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:30:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:30:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:30:49 Fetched 0 B in 0s (0 B/s) 00:30:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:30:49 Fetched 224 kB in 0s (0 B/s) 00:30:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:30:49 Fetched 157 kB in 0s (0 B/s) 00:30:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:30:49 Fetched 221 kB in 0s (0 B/s) 00:30:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:30:49 Fetched 143 kB in 0s (0 B/s) 00:30:49 Pulling edgex-go 00:30:49 Pulling version 00:30:50 Building config-common 00:30:51 Removing intermediate container 123c1ea27450 00:30:51 ---> c6071f2ab4a6 00:30:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:30:51 ---> Running in 07f126f63e95 00:30:51 Removing intermediate container 995bc13c8da3 00:30:51 ---> 709d866e4098 00:30:51 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:30:51 ---> Running in 86c80837c428 00:30:52 Removing intermediate container 07f126f63e95 00:30:52 ---> fe3197c651be 00:30:52 Step 13/24 : WORKDIR / 00:30:52 ---> Running in 50154e9b6820 00:30:52 Removing intermediate container 86c80837c428 00:30:52 ---> 7263a21914e3 00:30:52 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:30:52 ---> Running in 69facbfdbe76 00:30:53 Skipping build go-build-helper (already ran) 00:30:53 Skipping build static-packages (already ran) 00:30:53 Skipping build go115 (already ran) 00:30:53 Building edgex-go 00:30:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:30:53 Removing intermediate container 50154e9b6820 00:30:53 ---> 2312c51f0178 00:30:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:30:53 Removing intermediate container 69facbfdbe76 00:30:53 ---> a9d923c41897 00:30:53 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:30:54 ---> Running in 204ac19a04cc 00:30:54 go: downloading github.com/gorilla/mux v1.8.0 00:30:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:30:54 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:30:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 00:30:54 go: downloading github.com/google/uuid v1.2.0 00:30:54 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:30:54 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:30:54 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:30:54 go: downloading github.com/go-kit/kit v0.8.0 00:30:54 go: downloading github.com/BurntSushi/toml v0.3.1 00:30:54 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:30:54 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:30:54 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:30:54 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:30:54 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:30:54 go: downloading github.com/pkg/errors v0.8.1 00:30:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:30:54 go: downloading github.com/imdario/mergo v0.3.11 00:30:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:30:54 go: downloading github.com/pelletier/go-toml v1.2.0 00:30:54 go: downloading github.com/x448/float16 v0.8.4 00:30:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:30:54 go: downloading github.com/pebbe/zmq4 v1.2.2 00:30:54 go: downloading github.com/leodido/go-urn v1.2.0 00:30:54 go: downloading github.com/hashicorp/consul/api v1.1.0 00:30:54 go: downloading github.com/go-playground/universal-translator v0.17.0 00:30:54 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:30:54 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:30:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:30:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:30:55 go: downloading github.com/mitchellh/copystructure v1.0.0 00:30:55 go: downloading github.com/go-playground/locales v0.13.0 00:30:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:30:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:30:55 go: downloading github.com/hashicorp/serf v0.8.2 00:30:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:30:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:30:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:30:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:30:55 ---> 5f9a641303bf 00:30:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:30:57 ---> a4a9e9bc72e7 00:30:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:30:58 Removing intermediate container 204ac19a04cc 00:30:58 ---> 8ccf3a85652a 00:30:58 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:30:58 ---> 749e63e3d9cc 00:30:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:30:58 ---> Running in 51ba307486c6 00:30:59 Removing intermediate container d49d89a6251d 00:30:59 ---> 1c481e594baf 00:30:59 00:30:59 Step 10/22 : FROM alpine:3.12 00:30:59 ---> afeebe901d6b 00:30:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:30:59 ---> Running in 6187db44b5de 00:31:00 Removing intermediate container 51ba307486c6 00:31:00 ---> a09f2d4870c0 00:31:00 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:31:00 ---> 4cad94fa956b 00:31:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:31:01 ---> 7d2751c07b9f 00:31:01 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:31:02 ---> Running in 578169acd35a 00:31:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:31:02 go: downloading gopkg.in/yaml.v2 v2.4.0 00:31:02 (1/1) Installing dumb-init (1.2.2-r1) 00:31:02 Executing busybox-1.31.1-r19.trigger 00:31:02 OK: 5 MiB in 15 packages 00:31:02 ---> b0ec97e6d5b0 00:31:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:31:04 ---> a35d8459862e 00:31:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:31:04 Removing intermediate container 6187db44b5de 00:31:04 ---> d8dfd75f9d52 00:31:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:31:05 ---> Running in 349308ffada1 00:31:05 ---> Running in 64fa29c4fc65 00:31:06 Removing intermediate container 64fa29c4fc65 00:31:06 ---> de9e89bfd696 00:31:06 Step 13/22 : ENV APP_PORT=48085 00:31:06 Removing intermediate container 578169acd35a 00:31:06 ---> 5dc679cd8ebf 00:31:06 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:06 ---> Running in bc19e420bf18 00:31:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:31:07 Removing intermediate container bc19e420bf18 00:31:07 ---> eeb1bf57b37f 00:31:07 Step 14/22 : EXPOSE $APP_PORT 00:31:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:31:08 ---> Running in 782d3a0a84d2 00:31:08 ---> 474bee3652d8 00:31:08 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:31:08 Removing intermediate container 782d3a0a84d2 00:31:08 ---> 6b7538e8e6e8 00:31:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:31:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:31:09 Removing intermediate container 349308ffada1 00:31:09 ---> a0df5e29f945 00:31:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:31:09 go: downloading github.com/stretchr/testify v1.7.0 00:31:09 go: downloading github.com/davecgh/go-spew v1.1.1 00:31:09 go: downloading github.com/pmezard/go-difflib v1.0.0 00:31:09 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:31:09 ---> Running in 9884f64f15dd 00:31:10 ---> 67317766dcba 00:31:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:31:10 ---> 1112e6aae8d6 00:31:10 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:31:10 Removing intermediate container 9884f64f15dd 00:31:10 ---> beeb987de1a4 00:31:10 Step 22/24 : LABEL arch=arm64 00:31:11 ---> Running in 9c2c44cd109b 00:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:31:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:31:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:31:11 Removing intermediate container 1c95027b9d13 00:31:11 ---> 7c0b02433c11 00:31:11 00:31:11 Step 10/23 : FROM alpine:3.12 00:31:11 ---> afeebe901d6b 00:31:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:31:11 ---> Using cache 00:31:11 ---> d8dfd75f9d52 00:31:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:31:11 ---> Using cache 00:31:11 ---> de9e89bfd696 00:31:11 Step 13/23 : ENV APP_PORT=48081 00:31:11 ---> 4bb4c28f8ef4 00:31:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:31:12 ---> Running in 876139fc6c69 00:31:12 ---> 8535674763c0 00:31:12 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/Removing intermediate container 9c2c44cd109b 00:31:12 ---> 6e59bec6c155 00:31:12 Step 23/24 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:31:12 00:31:12 ---> Running in c55f350f3a25 00:31:12 Removing intermediate container 876139fc6c69 00:31:12 ---> d3896a3fb76d 00:31:12 Step 14/23 : EXPOSE $APP_PORT 00:31:12 ---> Running in ca1c92a2e1fa 00:31:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:31:13 ---> 587cebe5c456 00:31:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:31:13 Removing intermediate container c55f350f3a25 00:31:13 ---> eb1ad3f54298 00:31:13 Step 24/24 : LABEL version=0.0.0 00:31:13 ---> Running in e28a7454d086 00:31:13 ---> 9f01970879af 00:31:13 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:31:13 Removing intermediate container ca1c92a2e1fa 00:31:13 ---> 074d709be988 00:31:13 Step 15/23 : WORKDIR / 00:31:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:31:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:31:13 ---> Running in 52b3518d0f53 00:31:14 ---> Running in 383f11ee96ee 00:31:14 ---> Running in be0c26e3ab14 00:31:14 Removing intermediate container e28a7454d086 00:31:14 ---> c71996786008 00:31:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:15 ---> Running in fe677e19a23b 00:31:15 Removing intermediate container 52b3518d0f53 00:31:15 ---> 98d34344c15f 00:31:15 00:31:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:31:15 Removing intermediate container be0c26e3ab14 00:31:15 ---> 6708bbc03fed 00:31:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:15 Removing intermediate container 383f11ee96ee 00:31:15 ---> 9b9c8af9cf48 00:31:15 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:31:15 Removing intermediate container 7e51fe5e9ae8 00:31:15 ---> 3c059eb6682c 00:31:15 00:31:15 Step 10/23 : FROM alpine:3.12 00:31:15 ---> afeebe901d6b 00:31:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:31:15 Successfully built 98d34344c15f 00:31:16 Removing intermediate container fe677e19a23b 00:31:16 ---> e73c885ccb08 00:31:16 Step 20/22 : LABEL arch=arm64 00:31:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:31:16 Building docker-support-notifications-go 00:31:16  Building docker-security-secretstore-setup-go ... done  ---> Running in 3e789b87e642 00:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:31:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:31:16 ---> Running in a98803679344 00:31:16 ---> a38fb7a190d3 00:31:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:31:16 ---> c5eedd8d94bb 00:31:16 Step 25/30 : RUN chmod +x /entrypoint.sh 00:31:16 Removing intermediate container 3e789b87e642 00:31:16 ---> 7ce635083dba 00:31:16 Step 12/23 : ENV APP_PORT=48080 00:31:16 Removing intermediate container a98803679344 00:31:16 ---> 4f81ca295eb8 00:31:16 Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:31:16 ---> Running in d1d017f1b774 00:31:17 ---> Running in 81eae3cc4622 00:31:17 ---> Running in 17b7df75bea9 00:31:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:31:17 go: downloading github.com/lib/pq v1.9.0 00:31:17 Removing intermediate container 81eae3cc4622 00:31:17 ---> 447cfa9fc2d8 00:31:17 Step 13/23 : EXPOSE $APP_PORT 00:31:18 ---> 4f77dbcea3f2 00:31:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:31:18 Removing intermediate container 17b7df75bea9 00:31:18 ---> 5d32fedc1fd9 00:31:18 Step 22/22 : LABEL version=0.0.0 ---> Running in 69f344a1c818 00:31:18 00:31:19 ---> Running in 0906beddd1f3 00:31:19 Removing intermediate container 69f344a1c818 00:31:19 ---> 084d45507234 00:31:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:19 ---> beb4f26c2029 00:31:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:31:19 ---> Running in a2f874e528a9 00:31:20 ---> Running in 52f52c3cfa1d 00:31:20 Removing intermediate container 0906beddd1f3 00:31:20 ---> 2d8a7f270392 00:31:20 00:31:20 Building version 00:31:20 Successfully built 2d8a7f270392 00:31:21 Removing intermediate container 52f52c3cfa1d 00:31:21 ---> 32424d29e837 00:31:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:21 Successfully tagged docker-support-scheduler-go-arm64:latest 00:31:21  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:31:21 Removing intermediate container d1d017f1b774 00:31:21 ---> 1b3541041bd9 00:31:21 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:31:21 ---> Running in 3d7c93ad46ee 00:31:21 ---> Running in d0d1b4df4191 00:31:21 Removing intermediate container 3d7c93ad46ee 00:31:21 ---> 691db32c3bb1 00:31:21 Step 21/23 : LABEL arch=arm64 00:31:22 ---> Running in b969e2cc050e 00:31:22 Removing intermediate container d0d1b4df4191 00:31:22 ---> 0e76f4451cd4 00:31:22 Step 27/30 : CMD ["gate"] 00:31:22 Staging config-common 00:31:22 ---> Running in 861658e62253 00:31:22 Removing intermediate container a2f874e528a9 00:31:22 ---> 6da5f601aade 00:31:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:31:23 Removing intermediate container b969e2cc050e 00:31:23 ---> c43618bd9a09 00:31:23 Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:31:23 ---> Running in f1cb5f1fa6c7 00:31:23 Skipping stage go-build-helper (already ran) 00:31:23 Skipping stage static-packages (already ran) 00:31:23 Skipping stage go115 (already ran) 00:31:23 Staging edgex-go 00:31:23 Removing intermediate container 861658e62253 00:31:23 ---> 1859e3c7fe30 00:31:23 Step 28/30 : LABEL arch=arm64 00:31:23 ---> Running in f753096b05e9 00:31:24 ---> Running in 8b86c99f2677 00:31:24 Staging version 00:31:24 Removing intermediate container f753096b05e9 00:31:24 ---> e6cfe5a615a2 00:31:24 Step 23/23 : LABEL version=0.0.0 00:31:24 ---> Running in 977c31ff0574 00:31:24 Removing intermediate container 8b86c99f2677 00:31:24 ---> 31923c40d890 00:31:24 Step 29/30 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:31:25 ---> Running in a9d8d4f7cdb9 00:31:25 Removing intermediate container 977c31ff0574 00:31:25 ---> 5ec5b15cebc7 00:31:25 00:31:25 Priming config-common 00:31:25 Removing intermediate container a9d8d4f7cdb9 00:31:25 ---> 4aaffb28d728 00:31:25 Step 30/30 : LABEL version=0.0.0 00:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:31:25 Successfully built 5ec5b15cebc7 00:31:25 Successfully tagged docker-core-metadata-go-arm64:latest 00:31:25  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:31:26 ---> Running in 961d83d25af7 00:31:26 Priming go-build-helper 00:31:26 (1/6) Installing dumb-init (1.2.2-r1) 00:31:26 Removing intermediate container 961d83d25af7 00:31:26 ---> 9929bf77ade0 00:31:26 00:31:26 (2/6) Installing libgcc (9.3.0-r2) 00:31:26 (3/6) Installing libsodium (1.0.18-r0) 00:31:27 (4/6) Installing libstdc++ (9.3.0-r2) 00:31:27 Successfully built 9929bf77ade0 00:31:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:31:27  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 00:31:27 Priming static-packages 00:31:27 (5/6) Installing libzmq (4.3.3-r0) 00:31:27 (6/6) Installing zeromq (4.3.3-r0) 00:31:28 Executing busybox-1.31.1-r19.trigger 00:31:28 OK: 8 MiB in 20 packages 00:31:29 Removing intermediate container f1cb5f1fa6c7 00:31:29 ---> f2ec187e007c 00:31:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:30 Priming go115 00:31:30 Priming edgex-go 00:31:31 ---> d47302ab235b 00:31:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:31:32 Priming version 00:31:32 ---> 8c0df410d5aa 00:31:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:31:33 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:31:34 ---> affdddbf45f8 00:31:34 Step 19/23 : ENTRYPOINT ["/core-data"] 00:31:34 ---> Running in dc2e679799dd 00:31:34 Removing intermediate container dc2e679799dd 00:31:34 ---> 812ea9627cec 00:31:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:34 ---> Running in 92cdcba722ea [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:31:35 Removing intermediate container 92cdcba722ea 00:31:35 ---> 38632ad17e5f 00:31:35 Step 21/23 : LABEL arch=arm64 00:31:35 ---> Running in dbba38cddf86 [Pipeline] // stage [Pipeline] } 00:31:36 Removing intermediate container dbba38cddf86 00:31:36 ---> 70fc2075ad94 00:31:36 Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:31:36 ---> Running in 301e96f7a070 00:31:37 Removing intermediate container 301e96f7a070 00:31:37 ---> b869615aabfe 00:31:37 Step 23/23 : LABEL version=0.0.0 00:31:37 ---> Running in 626522588efc 00:31:38 Removing intermediate container 626522588efc 00:31:38 ---> 6b8c600b439b 00:31:38 00:31:38 Successfully built 6b8c600b439b 00:31:38 Successfully tagged docker-core-data-go-arm64:latest 00:32:05  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:32:05 ---> 3812d4adb3b2 00:32:05 Step 3/22 : WORKDIR /edgex-go 00:32:05 ---> Using cache 00:32:05 ---> 97c62765d168 00:32:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:05 ---> Using cache 00:32:05 ---> 0e3fbf2e1692 00:32:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:32:05 ---> Running in 52bc9ebda536 00:32:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:32:08 OK: 217 MiB in 51 packages 00:32:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:32:09 ---> 3812d4adb3b2 00:32:09 Step 3/21 : WORKDIR /edgex-go 00:32:09 ---> Using cache 00:32:09 ---> 97c62765d168 00:32:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:09 ---> Using cache 00:32:09 ---> 0e3fbf2e1692 00:32:09 Step 5/21 : RUN apk add --update --no-cache make git 00:32:09 ---> Running in 1970e1e31a2b 00:32:11 Removing intermediate container 52bc9ebda536 00:32:11 ---> 59be70d849b5 00:32:11 Step 6/22 : COPY go.mod . 00:32:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:32:12 ---> 353c3f1f59e3 00:32:12 Step 7/22 : RUN go mod download 00:32:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:32:12 ---> 3812d4adb3b2 00:32:12 Step 3/26 : WORKDIR /edgex-go 00:32:12 ---> Using cache 00:32:12 ---> 97c62765d168 00:32:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:12 ---> Using cache 00:32:12 ---> 0e3fbf2e1692 00:32:12 Step 5/26 : RUN apk add --update --no-cache make bash git 00:32:12 ---> Running in 46c1d1e95ce7 00:32:12 ---> Running in 2282a874678c 00:32:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:32:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:32:12 ---> 3812d4adb3b2 00:32:12 Step 3/23 : WORKDIR /edgex-go 00:32:12 ---> Using cache 00:32:12 ---> 97c62765d168 00:32:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:12 ---> Using cache 00:32:12 ---> 0e3fbf2e1692 00:32:12 Step 5/23 : RUN apk add --update --no-cache make git 00:32:13 ---> Running in 227c028a0698 00:32:13 OK: 217 MiB in 51 packages 00:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:32:14 Removing intermediate container 1970e1e31a2b 00:32:14 ---> ce05b81fff3f 00:32:14 Step 6/21 : COPY go.mod . 00:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:32:15 ---> be305c42cdc4 00:32:15 Step 7/21 : RUN go mod download 00:32:16 ---> Running in 9db8798d0c20 00:32:16 Removing intermediate container 46c1d1e95ce7 00:32:16 ---> 76f6c7e14647 00:32:16 Step 8/22 : COPY . . 00:32:16 OK: 217 MiB in 51 packages 00:32:16 OK: 217 MiB in 51 packages 00:32:18 Removing intermediate container 227c028a0698 00:32:18 ---> adde751fb26b 00:32:18 Step 6/23 : COPY go.mod . 00:32:18 Removing intermediate container 2282a874678c 00:32:18 ---> a5a8a37948d8 00:32:18 Step 6/26 : COPY go.mod . 00:32:19 ---> c4f60a3b9476 00:32:19 Step 7/23 : RUN go mod download 00:32:19 ---> Running in e89715bea6d3 00:32:19 ---> caf3ef7ccb99 00:32:19 Step 7/26 : RUN go mod download 00:32:20 Removing intermediate container 9db8798d0c20 00:32:20 ---> 6d9e04c7a886 00:32:20 Step 8/21 : COPY . . 00:32:20 ---> Running in 974f803f936c 00:32:25 Removing intermediate container e89715bea6d3 00:32:25 ---> a45c42b37e1c 00:32:25 Step 8/23 : COPY . . 00:32:25 Removing intermediate container 974f803f936c 00:32:25 ---> 2ef3c9abdace 00:32:25 Step 8/26 : COPY . . 00:32:38 ---> 6a53eb49c85e 00:32:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:32:38 ---> fff414baa6f2 00:32:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:32:39 ---> Running in d1db0b86c239 00:32:39 ---> Running in ec84cf9d75c3 00:32:41 ---> 74f0aa2f96c1 00:32:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:32:41 ---> Running in e21b45052544 00:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:32:41 ---> 1ac2b044474e 00:32:41 Step 9/23 : RUN make cmd/core-command/core-command 00:32:41 ---> Running in 6e9a35efe048 00:32:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:32:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:33: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 00:34:04 Removing intermediate container ec84cf9d75c3 00:34:04 ---> 8c15dc5d0ed9 00:34:04 00:34:04 Step 10/21 : FROM alpine:3.12 00:34:04 ---> afeebe901d6b 00:34:04 Step 11/21 : RUN apk add --update --no-cache curl 00:34:04 ---> Running in 2d52c4c08d95 00:34:04 Removing intermediate container e21b45052544 00:34:04 ---> 9f793877e491 00:34:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:34:04 ---> Running in ee3a14822839 00:34:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:05 (1/4) Installing ca-certificates (20191127-r4) 00:34:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:34:05 (3/4) Installing libcurl (7.69.1-r3) 00:34:05 (4/4) Installing curl (7.69.1-r3) 00:34:05 Executing busybox-1.31.1-r19.trigger 00:34:05 Executing ca-certificates-20191127-r4.trigger 00:34:06 OK: 7 MiB in 18 packages 00:34:09 Removing intermediate container ee3a14822839 00:34:09 ---> d74eee794ff5 00:34:09 00:34:09 Step 11/26 : FROM docker:20.10.0 00:34:09 Removing intermediate container 2d52c4c08d95 00:34:09 ---> 7766e5f07c43 00:34:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:34:09 20.10.0: Pulling from library/docker 00:34:09 ---> Running in f5f315f05b22 00:34:09 Removing intermediate container 6e9a35efe048 00:34:09 ---> 0c154b718b9f 00:34:09 00:34:09 Step 10/23 : FROM alpine:3.12 00:34:09 Removing intermediate container d1db0b86c239 00:34:09 ---> 29a1dc0ad364 00:34:09 00:34:09 Step 10/22 : FROM alpine:3.12 00:34:09 ---> afeebe901d6b 00:34:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:34:09 ---> afeebe901d6b 00:34:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:34:09 ---> Using cache 00:34:09 ---> d8dfd75f9d52 00:34:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:34:09 ---> Using cache 00:34:09 ---> de9e89bfd696 00:34:09 Step 13/23 : ENV APP_PORT=48082 00:34:09 ---> Running in 640e881c09c5 00:34:09 ---> Running in 4f068047e1e3 00:34:10 Removing intermediate container f5f315f05b22 00:34:10 ---> 1d6bf10bf462 00:34:10 Step 13/21 : WORKDIR /edgex 00:34:10 ---> Running in 81a9ab748a8e 00:34:10 Removing intermediate container 4f068047e1e3 00:34:10 ---> 4dc9a45a07f8 00:34:10 Step 14/23 : EXPOSE $APP_PORT 00:34:11 ---> Running in d7a0008bc456 00:34:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:11 Removing intermediate container 81a9ab748a8e 00:34:11 ---> 0e2a47315f37 00:34:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:34:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:12 Removing intermediate container d7a0008bc456 00:34:12 ---> eccef2fdd9cb 00:34:12 Step 15/23 : WORKDIR / 00:34:12 (1/2) Installing ca-certificates (20191127-r4) 00:34:12 (2/2) Installing dumb-init (1.2.2-r1) 00:34:12 Executing busybox-1.31.1-r19.trigger 00:34:12 Executing ca-certificates-20191127-r4.trigger 00:34:12 ---> Running in 332ab972f623 00:34:12 OK: 6 MiB in 16 packages 00:34:12 ---> a6d55e017cae 00:34:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:34:13 Removing intermediate container 332ab972f623 00:34:13 ---> 4fb21553f797 00:34:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:14 ---> a22386c0a8d3 00:34:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:34:15 ---> 065014d5daf2 00:34:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:34:15 Removing intermediate container 640e881c09c5 00:34:15 ---> ab1e1d3e41d0 00:34:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:34:15 ---> Running in 84f18be1e2a6 00:34:16 Removing intermediate container 84f18be1e2a6 00:34:16 ---> 7950b5627d50 00:34:16 Step 13/22 : ENV APP_PORT=48060 00:34:17 ---> 8797ce4d3245 00:34:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:34:17 ---> Running in 8d7354a07351 00:34:17 ---> 120634f2fa06 00:34:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:34:18 ---> Running in 22cffb7f4ead 00:34:18 Removing intermediate container 8d7354a07351 00:34:18 ---> 8597b9820e89 00:34:18 Step 14/22 : EXPOSE $APP_PORT 00:34:18 Removing intermediate container 22cffb7f4ead 00:34:18 ---> 1ef7a49da2a2 00:34:18 Step 18/21 : CMD ["--init=true"] 00:34:18 ---> Running in e842c8710e25 00:34:19 ---> b5ca6bce91fa 00:34:19 Step 19/23 : ENTRYPOINT ["/core-command"] 00:34:19 ---> Running in 5ef328d09133 00:34:19 ---> Running in 68e2a5eb6bfe 00:34:19 Removing intermediate container e842c8710e25 00:34:19 ---> 0de7367bec78 00:34:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:34:20 Removing intermediate container 5ef328d09133 00:34:20 ---> 40593042df04 00:34:20 Step 19/21 : LABEL arch=arm64 00:34:20 Removing intermediate container 68e2a5eb6bfe 00:34:20 ---> ff8d9d8fbefe 00:34:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:34:20 ---> Running in d992bcf2d9d0 00:34:20 ---> Running in a09ca9c3d452 00:34:20 ---> 3a0206c9037a 00:34:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:34:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:34:20 Status: Downloaded newer image for docker:20.10.0 00:34:20 ---> eeaf43b92773 00:34:20 Step 12/26 : RUN apk add --no-cache bash 00:34:20 Removing intermediate container d992bcf2d9d0 00:34:20 ---> 794eee57b7ca 00:34:20 Step 20/21 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:34:21 ---> Running in b5fbed511354 00:34:21 ---> Running in cc9eb3761c23 00:34:21 Removing intermediate container a09ca9c3d452 00:34:21 ---> 749663b258f9 00:34:21 Step 21/23 : LABEL arch=arm64 00:34:21 ---> Running in 738c8bf73193 00:34:21 ---> 8e7730253e63 00:34:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:34:21 Removing intermediate container b5fbed511354 00:34:21 ---> ae8c653528d7 00:34:21 Step 21/21 : LABEL version=0.0.0 00:34:22 ---> Running in 497eb5a4ea2e 00:34:22 Removing intermediate container 738c8bf73193 00:34:22 ---> b475d17402f3 00:34:22 Step 22/23 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:34:22 ---> Running in 09480d23fd45 00:34:22 Removing intermediate container 497eb5a4ea2e 00:34:22 ---> 9618eaa5df4e 00:34:22 00:34:22 ---> d64b0b4148fe 00:34:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:34:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:23 Removing intermediate container 09480d23fd45 00:34:23 ---> 2a96a3f0f752 00:34:23 Step 23/23 : LABEL version=0.0.0 00:34:23 ---> Running in 6793a68c3bd0 00:34:23 Successfully built 9618eaa5df4e 00:34:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:34:23 ---> Running in 20d21dd66e0e 00:34:23  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) 00:34:23 (2/2) Installing bash (5.0.17-r0) 00:34:23 Executing bash-5.0.17-r0.post-install 00:34:23 Executing busybox-1.31.1-r19.trigger 00:34:23 Removing intermediate container 6793a68c3bd0 00:34:23 ---> 77b128b8864f 00:34:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:34:23 OK: 12 MiB in 22 packages 00:34:23 Removing intermediate container 20d21dd66e0e 00:34:23 ---> bca6dab73bff 00:34:23 00:34:23 ---> Running in 8f3904b40e7d 00:34:24 Successfully built bca6dab73bff 00:34:24 Successfully tagged docker-core-command-go-arm64:latest 00:34:24  Building docker-core-command-go ... done Removing intermediate container 8f3904b40e7d 00:34:24 ---> 71062f5fa1fe 00:34:24 Step 20/22 : LABEL arch=arm64 00:34:24 ---> Running in dfd831ddd2f9 00:34:24 Removing intermediate container cc9eb3761c23 00:34:24 ---> 04763202e2a4 00:34:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:34:25 Removing intermediate container dfd831ddd2f9 00:34:25 ---> a6f66a234f8c 00:34:25 Step 21/22 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:34:25 ---> Running in c9b8da65ce0d 00:34:25 ---> Running in 733b4ac0d70f 00:34:25 Removing intermediate container c9b8da65ce0d 00:34:25 ---> 8598455309ae 00:34:25 Step 14/26 : ENV APP_PORT=48090 00:34:25 Removing intermediate container 733b4ac0d70f 00:34:25 ---> 9d9a85b7d7c5 00:34:25 Step 22/22 : LABEL version=0.0.0 00:34:25 ---> Running in 85748e3f7907 00:34:26 ---> Running in 2f3cf775b9e4 00:34:26 Removing intermediate container 85748e3f7907 00:34:26 ---> 541b9109405c 00:34:26 Step 15/26 : EXPOSE $APP_PORT 00:34:26 ---> Running in bc06124eb888 00:34:26 Removing intermediate container 2f3cf775b9e4 00:34:26 ---> 795da62c102b 00:34:26 00:34:27 Successfully built 795da62c102b 00:34:27 Successfully tagged docker-support-notifications-go-arm64:latest 00:34:27  Building docker-support-notifications-go ... done Removing intermediate container bc06124eb888 00:34:27 ---> 59836e07b43c 00:34:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:34:28 ---> d3f88c6b6548 00:34:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:34:29 ---> 218f6a865e22 00:34:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:34:29 ---> 3f75edb3876a 00:34:29 Step 19/26 : RUN apk --no-cache add py3-pip 00:34:29 ---> Running in 6dc1b67e4f54 00:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:31 (1/33) Installing libbz2 (1.0.8-r1) 00:34:31 (2/33) Installing expat (2.2.9-r1) 00:34:31 (3/33) Installing libffi (3.3-r2) 00:34:31 (4/33) Installing gdbm (1.13-r1) 00:34:31 (5/33) Installing xz-libs (5.2.5-r0) 00:34:31 (6/33) Installing sqlite-libs (3.32.1-r0) 00:34:31 (7/33) Installing python3 (3.8.5-r0) 00:34:33 (8/33) Installing py3-appdirs (1.4.4-r1) 00:34:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:34:33 (10/33) Installing py3-parsing (2.4.7-r0) 00:34:33 (11/33) Installing py3-six (1.15.0-r0) 00:34:33 (12/33) Installing py3-packaging (20.4-r0) 00:34:33 (13/33) Installing py3-setuptools (47.0.0-r0) 00:34:33 (14/33) Installing py3-chardet (3.0.4-r4) 00:34:33 (15/33) Installing py3-idna (2.9-r0) 00:34:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:34:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:34:33 (18/33) Installing py3-requests (2.23.0-r0) 00:34:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:34:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:34:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:34:33 (22/33) Installing py3-colorama (0.4.3-r0) 00:34:33 (23/33) Installing py3-distlib (0.3.0-r0) 00:34:34 (24/33) Installing py3-distro (1.5.0-r1) 00:34:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:34:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:34:34 (27/33) Installing py3-pytoml (0.1.21-r0) 00:34:34 (28/33) Installing py3-pep517 (0.8.2-r0) 00:34:34 (29/33) Installing py3-progress (1.5-r0) 00:34:34 (30/33) Installing py3-toml (0.10.1-r0) 00:34:34 (31/33) Installing py3-retrying (1.3.3-r0) 00:34:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:34:34 (33/33) Installing py3-pip (20.1.1-r0) 00:34:34 Executing busybox-1.31.1-r19.trigger 00:34:34 OK: 71 MiB in 55 packages 00:34:41 Removing intermediate container 6dc1b67e4f54 00:34:41 ---> 44240e3251fb 00:34:41 Step 20/26 : RUN pip install docker-compose==1.23.2 00:34:41 ---> Running in 33a130e7ebaf 00:34:48 Collecting docker-compose==1.23.2 00:34:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:34:48 Collecting docopt<0.7,>=0.6.1 00:34:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:34:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:34:51 Collecting websocket-client<1.0,>=0.32.0 00:34:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:34:52 Collecting PyYAML<4,>=3.10 00:34:52 Downloading PyYAML-3.13.tar.gz (270 kB) 00:34:57 Collecting docker<4.0,>=3.6.0 00:34:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:34:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:34:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:35:00 Collecting dockerpty<0.5,>=0.4.1 00:35:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:35:02 Collecting texttable<0.10,>=0.9.0 00:35:02 Downloading texttable-0.9.1.tar.gz (11 kB) 00:35:06 Collecting jsonschema<3,>=2.5.1 00:35:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:35:06 Collecting cached-property<2,>=1.2.0 00:35:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:35:07 Collecting docker-pycreds>=0.4.0 00:35:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:35:07 Collecting idna<2.8,>=2.5 00:35:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:35:08 Collecting urllib3<1.25,>=1.21.1 00:35:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:35:09 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:35:09 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:35:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:35:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:35:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:35:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:35:10 Installing collected packages: docopt, websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, jsonschema, cached-property, docker-compose 00:35:10 Running setup.py install for docopt: started 00:35:12 Running setup.py install for docopt: finished with status 'done' 00:35:12 Running setup.py install for PyYAML: started 00:35:15 Running setup.py install for PyYAML: finished with status 'done' 00:35:15 Attempting uninstall: idna 00:35:15 Found existing installation: idna 2.9 00:35:15 Uninstalling idna-2.9: 00:35:15 Successfully uninstalled idna-2.9 00:35:16 Attempting uninstall: urllib3 00:35:16 Found existing installation: urllib3 1.25.9 00:35:16 Uninstalling urllib3-1.25.9: 00:35:16 Successfully uninstalled urllib3-1.25.9 00:35:17 Attempting uninstall: requests 00:35:17 Found existing installation: requests 2.23.0 00:35:17 Uninstalling requests-2.23.0: 00:35:17 Successfully uninstalled requests-2.23.0 00:35:18 Running setup.py install for dockerpty: started 00:35:20 Running setup.py install for dockerpty: finished with status 'done' 00:35:20 Running setup.py install for texttable: started 00:35:23 Running setup.py install for texttable: finished with status 'done' 00:35:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:35:28 Removing intermediate container 33a130e7ebaf 00:35:28 ---> 28238579da2b 00:35:28 Step 21/26 : RUN apk --no-cache add curl 00:35:28 ---> Running in e7897307fc0b 00:35:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:35:30 (2/3) Installing libcurl (7.69.1-r3) 00:35:30 (3/3) Installing curl (7.69.1-r3) 00:35:30 Executing busybox-1.31.1-r19.trigger 00:35:30 OK: 71 MiB in 58 packages 00:35:31 Removing intermediate container e7897307fc0b 00:35:31 ---> 825746828957 00:35:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:35:31 ---> Running in 26c2f9a0d6f5 00:35:32 Removing intermediate container 26c2f9a0d6f5 00:35:32 ---> c5b96c68b484 00:35:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:35:32 ---> Running in a030001354ce 00:35:32 Removing intermediate container a030001354ce 00:35:32 ---> e3567965de84 00:35:32 Step 24/26 : LABEL arch=arm64 00:35:32 ---> Running in d20a1739823b 00:35:33 Removing intermediate container d20a1739823b 00:35:33 ---> 50c3ac1c02a9 00:35:33 Step 25/26 : LABEL git_sha=1328e27822f90754017cbd8e20c4b6742003374b 00:35:33 ---> Running in 8bd9cda9f7c6 00:35:34 Removing intermediate container 8bd9cda9f7c6 00:35:34 ---> fb0ffef9f9a4 00:35:34 Step 26/26 : LABEL version=0.0.0 00:35:34 ---> Running in c5bbbaf44e97 00:35:34 Removing intermediate container c5bbbaf44e97 00:35:34 ---> 79fd687de9b2 00:35:34 00:35:34 Successfully built 79fd687de9b2 00:35:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:35:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:35:35 $ docker stop --time=1 9cf02bc78953c2a8f4162a6ce70edb34e7193bda35c2a80c931445a93389cc80 00:35:37 $ docker rm -f 9cf02bc78953c2a8f4162a6ce70edb34e7193bda35c2a80c931445a93389cc80 [Pipeline] // withDockerContainer [Pipeline] sh 00:35:38 + grep docker 00:35:38 + docker images 00:35:38 docker-sys-mgmt-agent-go-arm64 latest 79fd687de9b2 4 seconds ago 300MB 00:35:38 docker-support-notifications-go-arm64 latest 795da62c102b About a minute ago 16.7MB 00:35:38 docker-core-command-go-arm64 latest bca6dab73bff About a minute ago 16MB 00:35:38 docker-security-proxy-setup-go-arm64 latest 9618eaa5df4e About a minute ago 23.2MB 00:35:38 docker-core-data-go-arm64 latest 6b8c600b439b 4 minutes ago 21MB 00:35:38 docker-security-bootstrapper-go-arm64 latest 9929bf77ade0 4 minutes ago 17MB 00:35:38 docker-core-metadata-go-arm64 latest 5ec5b15cebc7 4 minutes ago 17.8MB 00:35:38 docker-support-scheduler-go-arm64 latest 2d8a7f270392 4 minutes ago 16.1MB 00:35:38 docker-security-secretstore-setup-go-arm64 latest 98d34344c15f 4 minutes ago 23.4MB 00:35:38 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:35:40 provisioning config files... 00:35:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1927824680598631200tmp [Pipeline] { [Pipeline] sh 00:35:41 + set +x 00:35:41 + curl -s https://codecov.io/bash 00:35:41 + bash -s -- 00:35:41 00:35:41 _____ _ 00:35:41 / ____| | | 00:35:41 | | ___ __| | ___ ___ _____ __ 00:35:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:35:41 | |___| (_) | (_| | __/ (_| (_) \ V / 00:35:41 \_____\___/ \__,_|\___|\___\___/ \_/ 00:35:41 Bash-20210129-7c25fce 00:35:41 00:35:41 00:35:41 ==> git version 2.24.3 found 00:35:41 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:35:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:35:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:35:41 ==> Jenkins CI detected. 00:35:41 project root: . 00:35:41 --> token set from env 00:35:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:35:41 ==> Running gcov in . (disable via -X gcov) 00:35:41 ==> Python coveragepy not found 00:35:41 ==> Searching for coverage reports in: 00:35:41 + . 00:35:41 -> Found 1 reports 00:35:41 ==> Detecting git/mercurial file structure 00:35:41 ==> Reading reports 00:35:41 + ./coverage.out bytes=592672 00:35:41 ==> Appending adjustments 00:35:41 https://docs.codecov.io/docs/fixing-reports 00:35:45 + Found adjustments 00:35:45 ==> Gzipping contents 00:35:45 88K /tmp/codecov.X3v2wc.gz 00:35:45 ==> Uploading reports 00:35:45 url: https://codecov.io 00:35:45 query: branch=PR-3147&commit=1328e27822f90754017cbd8e20c4b6742003374b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= 00:35:45 -> Pinging Codecov 00:35:45 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3147&commit=1328e27822f90754017cbd8e20c4b6742003374b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= 00:35:45 -> Uploading to 00:35:45 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/1328e27822f90754017cbd8e20c4b6742003374b/5bf534d1-7818-4ebb-83bb-2b2908342bf9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T003545Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9f07939a58b09bc195b7e30b79ef54894ab9027f624b9b2386665b747b679aa 00:35:45 % Total % Received % Xferd Average Speed Time Time Time Current 00:35:45 Dload Upload Total Spent Left Speed 00:35:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89083 0 0 100 89083 0 163k --:--:-- --:--:-- --:--:-- 163k 00:35:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1328e27822f90754017cbd8e20c4b6742003374b [Pipeline] } 00:35:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:35:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:35:48 ---> package-listing.sh 00:35:48 ++ facter osfamily 00:35:48 ++ tr '[:upper:]' '[:lower:]' 00:35:48 + OS_FAMILY=redhat 00:35:48 + workspace=/w/workspace/edgex-go/3 00:35:48 + START_PACKAGES=/tmp/packages_start.txt 00:35:48 + END_PACKAGES=/tmp/packages_end.txt 00:35:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:35:48 + PACKAGES=/tmp/packages_start.txt 00:35:48 + '[' /w/workspace/edgex-go/3 ']' 00:35:48 + PACKAGES=/tmp/packages_end.txt 00:35:48 + case "${OS_FAMILY}" in 00:35:48 + rpm -qa 00:35:48 + sort 00:35:54 + '[' -f /tmp/packages_start.txt ']' 00:35:54 + '[' -f /tmp/packages_end.txt ']' 00:35:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:35:54 + '[' /w/workspace/edgex-go/3 ']' 00:35:54 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:35:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:35:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:35:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:35:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:35:54 00:35:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:35:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:35:55 alpine: Pulling from edgex-lftools-log-publisher 00:35:55 df20fa9351a1: Pulling fs layer 00:35:55 36b3adc4ff6f: Pulling fs layer 00:35:55 8ad3a11d3b57: Pulling fs layer 00:35:55 46f8f816bc3b: Pulling fs layer 00:35:55 93b61091891f: Pulling fs layer 00:35:55 93b9cdb0e59b: Pulling fs layer 00:35:55 5e14af77c1be: Pulling fs layer 00:35:55 01666e4c0597: Pulling fs layer 00:35:55 aa168da1d23b: Pulling fs layer 00:35:55 46f8f816bc3b: Waiting 00:35:55 93b9cdb0e59b: Waiting 00:35:55 5e14af77c1be: Waiting 00:35:55 01666e4c0597: Waiting 00:35:55 93b61091891f: Waiting 00:35:55 36b3adc4ff6f: Verifying Checksum 00:35:55 36b3adc4ff6f: Download complete 00:35:55 46f8f816bc3b: Verifying Checksum 00:35:55 46f8f816bc3b: Download complete 00:35:55 df20fa9351a1: Verifying Checksum 00:35:55 93b9cdb0e59b: Verifying Checksum 00:35:55 93b9cdb0e59b: Download complete 00:35:55 93b61091891f: Download complete 00:35:55 5e14af77c1be: Verifying Checksum 00:35:55 5e14af77c1be: Download complete 00:35:55 01666e4c0597: Verifying Checksum 00:35:55 01666e4c0597: Download complete 00:35:55 8ad3a11d3b57: Verifying Checksum 00:35:55 8ad3a11d3b57: Download complete 00:35:55 df20fa9351a1: Pull complete 00:35:56 36b3adc4ff6f: Pull complete 00:35:58 aa168da1d23b: Verifying Checksum 00:35:58 aa168da1d23b: Download complete 00:35:58 8ad3a11d3b57: Pull complete 00:35:58 46f8f816bc3b: Pull complete 00:35:59 93b61091891f: Pull complete 00:35:59 93b9cdb0e59b: Pull complete 00:35:59 5e14af77c1be: Pull complete 00:35:59 01666e4c0597: Pull complete 00:36:09 aa168da1d23b: Pull complete 00:36:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:36:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:36:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:36:09 prd-centos7-docker-4c-2g-25653 does not seem to be running inside a container 00:36:10 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:36:14 $ docker top 1944a3e1225389626413c6eff3080c2d42d66c358b90d3e2385a1ee377323b71 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:15 + touch /tmp/pre-build-complete [Pipeline] sh 00:36:15 + mkdir -p /var/log/sa [Pipeline] sh 00:36:15 + ls /var/log/sa-host 00:36:15 + sadf -c /var/log/sa-host/sa09 00:36:15 file_magic: OK 00:36:15 HZ: Using current value: 100 00:36:15 file_header: OK 00:36:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:36:15 Statistics: 00:36:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:36:15 File successfully converted to sysstat format version 12.2.1 00:36:15 + sadf -c /var/log/sa-host/sa23 00:36:15 file_magic: OK 00:36:15 HZ: Using current value: 100 00:36:15 file_header: OK 00:36:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:36:15 Statistics: 00:36:15 Hnuu...uuuununununu... 00:36:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:36:16 provisioning config files... 00:36:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3095223575723826209tmp [Pipeline] { [Pipeline] echo 00:36:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:36:16 ---> create-netrc.sh [Pipeline] } 00:36:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:36:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:36:17 ---> python-tools-install.sh [Pipeline] echo 00:36:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:36:17 ---> sudo-logs.sh 00:36:17 Archiving 'sudo' log.. [Pipeline] echo 00:36:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:36:17 ---> job-cost.sh 00:36:17 lf-activate-venv: SKIPPING 00:36:17 INFO: No Stack... 00:36:18 INFO: Retrieving Pricing Info for: v1-standard-2 00:36:19 INFO: Archiving Costs [Pipeline] echo 00:36:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:36:19 ---> logs-deploy.sh 00:36:19 lf-activate-venv: SKIPPING 00:36:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3147/3 00:36:19 INFO: archiving workspace using pattern(s): 00:36:20 Archives upload complete. 00:36:20 INFO: archiving logs to Nexus 00:36:22 ---> uname -a: 00:36:22 Linux prd-centos7-docker-4c-2g-25653.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:36:22 00:36:22 00:36:22 ---> lscpu: 00:36:22 Architecture: x86_64 00:36:22 CPU op-mode(s): 32-bit, 64-bit 00:36:22 Byte Order: Little Endian 00:36:22 Address sizes: 40 bits physical, 48 bits virtual 00:36:22 CPU(s): 4 00:36:22 On-line CPU(s) list: 0-3 00:36:22 Thread(s) per core: 1 00:36:22 Core(s) per socket: 1 00:36:22 Socket(s): 4 00:36:22 NUMA node(s): 1 00:36:22 Vendor ID: GenuineIntel 00:36:22 CPU family: 6 00:36:22 Model: 44 00:36:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:36:22 Stepping: 1 00:36:22 CPU MHz: 2933.438 00:36:22 BogoMIPS: 5866.87 00:36:22 Virtualization: VT-x 00:36:22 Hypervisor vendor: KVM 00:36:22 Virtualization type: full 00:36:22 L1d cache: 128 KiB 00:36:22 L1i cache: 128 KiB 00:36:22 L2 cache: 16 MiB 00:36:22 L3 cache: 64 MiB 00:36:22 NUMA node0 CPU(s): 0-3 00:36:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:36:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:36:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:36:22 Vulnerability Meltdown: Mitigation; PTI 00:36:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:36:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:36:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:36:22 Vulnerability Srbds: Not affected 00:36:22 Vulnerability Tsx async abort: Not affected 00:36:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:36:22 00:36:22 00:36:22 ---> nproc: 00:36:22 4 00:36:22 00:36:22 00:36:22 ---> df -h: 00:36:22 Filesystem Size Used Available Use% Mounted on 00:36:22 overlay 50.0G 11.7G 38.3G 23% / 00:36:22 tmpfs 64.0M 0 64.0M 0% /dev 00:36:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:36:22 shm 64.0M 0 64.0M 0% /dev/shm 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3 00:36:22 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3@tmp 00:36:22 00:36:22 00:36:22 ---> free -m: 00:36:22 total used free shared buff/cache available 00:36:22 Mem: 1837 721 133 0 982 1032 00:36:22 Swap: 1023 59 964 00:36:22 00:36:22 00:36:22 ---> ip addr: 00:36:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:36:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:36:22 inet 127.0.0.1/8 scope host lo 00:36:22 valid_lft forever preferred_lft forever 00:36:22 inet6 ::1/128 scope host 00:36:22 valid_lft forever preferred_lft forever 00:36:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:36:22 link/ether fa:16:3e:3d:a5:94 brd ff:ff:ff:ff:ff:ff 00:36:22 inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 00:36:22 valid_lft 85174sec preferred_lft 85174sec 00:36:22 inet6 fe80::f816:3eff:fe3d:a594/64 scope link 00:36:22 valid_lft forever preferred_lft forever 00:36:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:36:22 link/ether 02:42:17:60:18:91 brd ff:ff:ff:ff:ff:ff 00:36:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:36:22 valid_lft forever preferred_lft forever 00:36:22 inet6 fe80::42:17ff:fe60:1891/64 scope link 00:36:22 valid_lft forever preferred_lft forever 00:36:22 00:36:22 00:36:22 ---> sar -b -r -n DEV: 00:36:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 00:36:22 00:36:22 00:15:45 LINUX RESTART (4 CPU) 00:36:22 00:36:22 00:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:36:22 00:17:01 217.09 115.81 101.28 0.00 12666.16 46655.32 0.00 00:36:22 00:18:01 274.98 83.44 191.54 0.00 6185.38 56396.45 0.00 00:36:22 00:19:01 205.32 98.54 106.79 0.00 3576.64 13635.48 0.00 00:36:22 00:20:01 151.66 76.43 75.23 0.00 3660.11 7510.17 0.00 00:36:22 00:21:02 267.02 92.23 174.79 0.00 35865.27 107090.39 0.00 00:36:22 00:22:04 2834.44 2478.31 356.14 0.00 175552.86 187770.91 0.00 00:36:22 00:23:01 748.07 542.41 205.66 0.00 33807.91 46214.82 0.00 00:36:22 00:24:02 1556.85 1203.82 353.03 0.00 129125.36 142049.02 0.00 00:36:22 00:25:01 646.84 375.59 271.24 0.00 22557.92 52608.17 0.00 00:36:22 00:26:01 37.93 8.79 29.14 0.00 2910.03 1045.68 0.00 00:36:22 00:27:01 0.20 0.00 0.20 0.00 0.00 2.85 0.00 00:36:22 00:28:01 0.28 0.00 0.28 0.00 0.00 3.28 0.00 00:36:22 00:29:01 0.32 0.05 0.27 0.00 1.73 2.61 0.00 00:36:22 00:30:01 0.23 0.00 0.23 0.00 0.00 1.95 0.00 00:36:22 00:31:01 2.01 1.82 0.20 0.00 60.08 3.91 0.00 00:36:22 00:32:01 0.83 0.02 0.82 0.00 0.53 16.20 0.00 00:36:22 00:33:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 00:36:22 00:34:02 0.22 0.00 0.22 0.00 0.00 2.58 0.00 00:36:22 00:35:01 0.29 0.00 0.29 0.00 0.00 3.44 0.00 00:36:22 00:36:01 90.43 66.43 24.00 0.00 5624.81 5521.99 0.00 00:36:22 Average: 353.95 259.20 94.75 0.00 21792.94 33589.22 0.00 00:36:22 00:36:22 00:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:36:22 00:17:01 78112 0 665228 35.36 2620 1135584 1320104 45.05 611780 985892 98908 00:36:22 00:18:01 126956 0 712236 37.85 1492 1040860 1310584 44.73 630284 835328 87696 00:36:22 00:19:01 254236 0 778984 41.40 680 847644 1700636 58.04 651976 692816 58064 00:36:22 00:20:01 231772 0 804012 42.73 604 845156 1767840 60.33 645400 712124 47960 00:36:22 00:21:02 67104 0 840776 44.69 116 973548 2257972 77.06 666780 931520 75848 00:36:22 00:22:04 78068 0 855740 45.48 0 947736 2346912 80.10 749648 826428 57348 00:36:22 00:23:01 421108 0 715692 38.04 0 744744 1375080 46.93 497392 710616 8 00:36:22 00:24:02 83320 0 809776 43.04 0 988448 2606496 88.96 612272 944152 51260 00:36:22 00:25:01 120072 0 739472 39.30 0 1022000 1548440 52.85 576292 933324 9020 00:36:22 00:26:01 166528 0 645292 34.30 0 1069724 1203952 41.09 502200 969388 8 00:36:22 00:27:01 168652 0 643160 34.18 0 1069732 1182464 40.36 501172 968708 8 00:36:22 00:28:01 169300 0 642508 34.15 0 1069736 1178304 40.21 500868 968548 8 00:36:22 00:29:01 169160 0 642644 34.16 0 1069740 1178388 40.22 500956 968592 8 00:36:22 00:30:01 169340 0 642452 34.14 0 1069752 1178400 40.22 501088 968600 20 00:36:22 00:31:01 166964 0 643756 34.21 0 1070824 1178424 40.22 501516 969604 16 00:36:22 00:32:01 166696 0 643996 34.23 0 1070852 1178484 40.22 501808 969620 20 00:36:22 00:33:01 166512 0 644176 34.24 0 1070856 1178436 40.22 501616 969620 12 00:36:22 00:34:02 167680 0 642996 34.17 0 1070868 1178304 40.21 500848 969620 8 00:36:22 00:35:01 167528 0 643144 34.18 0 1070872 1178484 40.22 501260 969620 16 00:36:22 00:36:01 73036 0 720028 38.27 0 1088480 1602360 54.69 615940 935352 128624 00:36:22 Average: 160607 0 703803 37.41 276 1016858 1482503 50.60 563555 909974 30743 00:36:22 00:36:22 00:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:36:22 00:17:01 veth0bd1305 848.72 767.60 81.50 2681.37 0.00 0.00 0.00 0.00 00:36:22 00:17:01 eth0 1756.06 1641.28 6371.28 207.40 0.00 0.00 0.00 0.00 00:36:22 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:17:01 docker0 848.72 767.47 69.90 2681.36 0.00 0.00 0.00 0.00 00:36:22 00:18:01 eth0 501.78 411.38 3671.80 43.30 0.00 0.00 0.00 0.00 00:36:22 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:18:01 docker0 162.54 208.39 11.93 831.93 0.00 0.00 0.00 0.00 00:36:22 00:19:01 vethf09f014 0.52 0.65 0.04 0.07 0.00 0.00 0.00 0.00 00:36:22 00:19:01 eth0 53.88 39.19 34.90 70.51 0.00 0.00 0.00 0.00 00:36:22 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:19:01 docker0 0.52 0.52 0.04 0.06 0.00 0.00 0.00 0.00 00:36:22 00:20:01 vethf09f014 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 00:36:22 00:20:01 eth0 23.79 12.90 19.69 9.72 0.00 0.00 0.00 0.00 00:36:22 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:20:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 00:36:22 00:21:02 veth2dc3771 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:21:02 eth0 201.86 174.41 1670.54 80.39 0.00 0.00 0.00 0.00 00:36:22 00:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:22:04 veth2dc3771 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:22:04 eth0 39.21 17.45 158.87 7.82 0.00 0.00 0.00 0.00 00:36:22 00:22:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:22:04 docker0 8.36 20.16 0.44 143.37 0.00 0.00 0.00 0.00 00:36:22 00:23:01 veth2743bbb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:23:01 vethde5d6db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:23:01 veth97fffb8 6.76 9.13 0.48 40.37 0.00 0.00 0.00 0.00 00:36:22 00:23:01 veth2dc3771 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:24:02 veth2dc3771 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:24:02 vetha7dcc68 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:24:02 veth215f6d2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:24:02 vethf69fd49 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:25:01 veth2dc3771 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:36:22 00:25:01 eth0 3011.79 2601.05 14234.82 602.23 0.00 0.00 0.00 0.00 00:36:22 00:25:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:36:22 00:25:01 veth26bbbfa 7.17 7.32 0.97 22.71 0.00 0.00 0.00 0.00 00:36:22 00:26:01 eth0 18.90 10.92 46.97 5.33 0.00 0.00 0.00 0.00 00:36:22 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:26:01 docker0 1097.52 1121.45 87.06 4337.96 0.00 0.00 0.00 0.00 00:36:22 00:27:01 eth0 0.73 0.40 0.41 0.27 0.00 0.00 0.00 0.00 00:36:22 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:28:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:36:22 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:29:01 eth0 0.43 0.27 0.24 0.13 0.00 0.00 0.00 0.00 00:36:22 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:30:01 eth0 2.36 0.33 0.44 0.20 0.00 0.00 0.00 0.00 00:36:22 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:31:01 eth0 3.65 0.42 0.59 0.21 0.00 0.00 0.00 0.00 00:36:22 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:32:01 eth0 3.35 1.07 1.34 0.81 0.00 0.00 0.00 0.00 00:36:22 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:33:01 eth0 1.02 0.33 0.31 0.24 0.00 0.00 0.00 0.00 00:36:22 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:34:02 eth0 0.70 0.07 0.05 0.01 0.00 0.00 0.00 0.00 00:36:22 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:35:01 eth0 2.17 0.49 0.41 0.21 0.00 0.00 0.00 0.00 00:36:22 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:36:01 eth0 219.14 185.45 2155.72 66.87 0.00 0.00 0.00 0.00 00:36:22 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 Average: eth0 159.53 137.53 810.11 33.35 0.00 0.00 0.00 0.00 00:36:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:36:22 Average: docker0 54.94 56.14 4.36 217.14 0.00 0.00 0.00 0.00 00:36:22 00:36:22 00:36:22 ---> sar -P ALL: 00:36:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 00:36:22 00:36:22 00:15:45 LINUX RESTART (4 CPU) 00:36:22 00:36:22 00:16:01 CPU %user %nice %system %iowait %steal %idle 00:36:22 00:17:01 all 21.72 0.00 11.66 7.18 0.06 59.37 00:36:22 00:17:01 0 22.08 0.00 16.56 6.94 0.07 54.35 00:36:22 00:17:01 1 20.46 0.00 9.82 5.96 0.09 63.68 00:36:22 00:17:01 2 24.45 0.00 9.54 6.89 0.03 59.09 00:36:22 00:17:01 3 19.90 0.00 10.76 8.93 0.07 60.34 00:36:22 00:18:01 all 14.04 0.00 9.18 6.23 0.07 70.48 00:36:22 00:18:01 0 11.42 0.00 8.63 6.91 0.07 72.97 00:36:22 00:18:01 1 16.53 0.00 8.64 6.96 0.09 67.78 00:36:22 00:18:01 2 15.69 0.00 10.51 5.83 0.07 67.90 00:36:22 00:18:01 3 12.50 0.00 8.91 5.23 0.07 73.29 00:36:22 00:19:01 all 48.37 0.00 12.42 5.31 0.05 33.84 00:36:22 00:19:01 0 48.67 0.00 12.23 5.41 0.07 33.61 00:36:22 00:19:01 1 49.06 0.00 12.53 3.78 0.05 34.57 00:36:22 00:19:01 2 48.17 0.00 12.36 5.58 0.05 33.84 00:36:22 00:19:01 3 47.59 0.00 12.56 6.47 0.03 33.33 00:36:22 00:20:01 all 42.35 0.00 12.83 3.48 0.05 41.29 00:36:22 00:20:01 0 41.83 0.00 12.79 4.93 0.03 40.41 00:36:22 00:20:01 1 41.69 0.00 13.00 3.77 0.03 41.50 00:36:22 00:20:01 2 44.32 0.00 13.38 3.15 0.09 39.07 00:36:22 00:20:01 3 41.55 0.00 12.14 2.07 0.05 44.19 00:36:22 00:21:02 all 20.61 0.00 14.77 9.49 0.08 55.04 00:36:22 00:21:02 0 21.10 0.00 14.24 11.85 0.07 52.75 00:36:22 00:21:02 1 21.50 0.00 15.30 10.29 0.10 52.80 00:36:22 00:21:02 2 20.08 0.00 14.87 6.93 0.07 58.05 00:36:22 00:21:02 3 19.78 0.00 14.67 8.91 0.08 56.56 00:36:22 00:22:04 all 21.48 0.00 28.28 26.28 0.42 23.54 00:36:22 00:22:04 0 19.66 0.00 27.02 27.91 0.47 24.94 00:36:22 00:22:04 1 21.53 0.00 28.17 24.23 0.49 25.58 00:36:22 00:22:04 2 21.85 0.00 28.22 26.43 0.40 23.10 00:36:22 00:22:04 3 22.91 0.00 29.71 26.56 0.32 20.50 00:36:22 00:23:01 all 58.55 0.00 17.02 13.30 0.20 10.93 00:36:22 00:23:01 0 57.57 0.00 17.03 12.36 0.22 12.82 00:36:22 00:23:01 1 58.20 0.00 16.93 13.84 0.22 10.81 00:36:22 00:23:01 2 58.22 0.00 17.19 11.95 0.22 12.42 00:36:22 00:23:01 3 60.21 0.00 16.92 15.07 0.15 7.65 00:36:22 00:24:02 all 33.15 0.00 23.83 19.92 0.28 22.81 00:36:22 00:24:02 0 31.79 0.00 22.13 18.30 0.23 27.56 00:36:22 00:24:02 1 31.44 0.00 24.09 22.11 0.38 21.97 00:36:22 00:24:02 2 34.50 0.00 23.21 19.41 0.33 22.55 00:36:22 00:24:02 3 34.87 0.00 25.91 19.85 0.19 19.17 00:36:22 00:25:01 all 28.10 0.00 14.49 15.81 0.11 41.49 00:36:22 00:25:01 0 27.91 0.00 14.89 16.97 0.09 40.14 00:36:22 00:25:01 1 28.12 0.00 14.40 16.07 0.12 41.29 00:36:22 00:25:01 2 27.35 0.00 14.24 18.22 0.12 40.07 00:36:22 00:25:01 3 29.03 0.00 14.43 11.95 0.11 44.49 00:36:22 00:26:01 all 2.10 0.00 1.18 1.33 0.02 95.37 00:36:22 00:26:01 0 2.75 0.00 1.27 1.24 0.00 94.74 00:36:22 00:26:01 1 2.14 0.00 1.22 1.26 0.02 95.36 00:36:22 00:26:01 2 1.40 0.00 1.14 0.53 0.02 96.91 00:36:22 00:26:01 3 2.11 0.00 1.10 2.31 0.03 94.45 00:36:22 00:27:01 all 0.17 0.00 0.05 0.00 0.00 99.78 00:36:22 00:27:01 0 0.07 0.00 0.07 0.00 0.00 99.87 00:36:22 00:27:01 1 0.53 0.00 0.05 0.00 0.02 99.40 00:36:22 00:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:36:22 00:27:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:36:22 00:36:22 00:27:01 CPU %user %nice %system %iowait %steal %idle 00:36:22 00:28:01 all 0.17 0.00 0.04 0.00 0.00 99.79 00:36:22 00:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:36:22 00:28:01 1 0.55 0.00 0.05 0.00 0.00 99.40 00:36:22 00:28:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:36:22 00:28:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:36:22 00:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:36:22 00:29:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:36:22 00:29:01 1 0.48 0.00 0.03 0.00 0.00 99.48 00:36:22 00:29:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:36:22 00:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:36:22 00:30:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:36:22 00:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:36:22 00:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:36:22 00:30:01 2 0.15 0.00 0.05 0.00 0.02 99.78 00:36:22 00:30:01 3 0.45 0.00 0.08 0.00 0.00 99.47 00:36:22 00:31:01 all 0.03 0.00 0.06 0.03 0.00 99.88 00:36:22 00:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:36:22 00:31:01 1 0.02 0.00 0.05 0.02 0.00 99.92 00:36:22 00:31:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:36:22 00:31:01 3 0.07 0.00 0.13 0.08 0.00 99.72 00:36:22 00:32:01 all 0.17 0.00 0.04 0.00 0.00 99.79 00:36:22 00:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:36:22 00:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:36:22 00:32:01 2 0.08 0.00 0.05 0.00 0.00 99.87 00:36:22 00:32:01 3 0.50 0.00 0.05 0.00 0.00 99.45 00:36:22 00:33:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:36:22 00:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:36:22 00:33:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:36:22 00:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:36:22 00:33:01 3 0.53 0.00 0.02 0.00 0.00 99.45 00:36:22 00:34:02 all 0.05 0.00 0.04 0.00 0.00 99.90 00:36:22 00:34:02 0 0.03 0.00 0.03 0.00 0.00 99.93 00:36:22 00:34:02 1 0.05 0.00 0.03 0.00 0.00 99.92 00:36:22 00:34:02 2 0.07 0.00 0.05 0.00 0.00 99.88 00:36:22 00:34:02 3 0.07 0.00 0.05 0.00 0.00 99.88 00:36:22 00:35:01 all 0.07 0.00 0.04 0.00 0.00 99.89 00:36:22 00:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:36:22 00:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:36:22 00:35:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:36:22 00:35:01 3 0.20 0.00 0.07 0.00 0.00 99.73 00:36:22 00:36:01 all 4.47 0.00 2.98 2.17 0.03 90.35 00:36:22 00:36:01 0 4.40 0.00 3.26 0.93 0.02 91.39 00:36:22 00:36:01 1 3.28 0.00 2.38 1.66 0.03 92.65 00:36:22 00:36:01 2 4.76 0.00 3.41 4.38 0.05 87.39 00:36:22 00:36:01 3 5.46 0.00 2.85 1.71 0.03 89.95 00:36:22 Average: all 14.41 0.00 7.28 5.39 0.07 72.86 00:36:22 Average: 0 14.08 0.00 7.35 5.55 0.07 72.96 00:36:22 Average: 1 14.38 0.00 7.17 5.36 0.08 73.01 00:36:22 Average: 2 14.69 0.00 7.27 5.34 0.07 72.63 00:36:22 Average: 3 14.48 0.00 7.33 5.30 0.06 72.83 00:36:22 00:36:22 00:36:22