Branch indexing 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at f60a6b9b3bbcf5933f7773f85fc76d84301e173f rather than 7fd844e224d53df8123c4983195079c1834b6267 Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28411 in /w/workspace/edgexfoundry_edgex-go_PR-3217 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 7fd844e224d53df8123c4983195079c1834b6267 Merge succeeded, producing 0c59368c43806e039cc08e273a01018a9e1e81a1 Checking out Revision 0c59368c43806e039cc08e273a01018a9e1e81a1 (PR-3217) > 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/3217/head:refs/remotes/origin/PR-3217 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7fd844e224d53df8123c4983195079c1834b6267 # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c59368c43806e039cc08e273a01018a9e1e81a1 # timeout=10 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" > git rev-list --no-walk 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:17 ========================================================= 00:30:17 EdgeX Global Pipelines Version Info 00:30:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:18 ------------------- 00:30:18 stable info: 00:30:18 ------------------- 00:30:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:18 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:18 Message: update stable to v1.0.184 00:30:19 ------------------- 00:30:19 experimental info: 00:30:19 ------------------- 00:30:19 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:19 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:19 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3217 [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3217 [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3217 [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c59368c43806e039cc08e273a01018a9e1e81a1 [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c59368 [Pipeline] echo 00:30:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:22 provisioning config files... 00:30:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2713494472111818476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:23 ---> docker-login.sh 00:30:23 nexus3.edgexfoundry.org:10001 00:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:23 Configure a credential helper to remove this warning. See 00:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:23 00:30:23 Login Succeeded 00:30:23 nexus3.edgexfoundry.org:10002 00:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:23 Configure a credential helper to remove this warning. See 00:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:23 00:30:23 Login Succeeded 00:30:23 nexus3.edgexfoundry.org:10003 00:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:24 Configure a credential helper to remove this warning. See 00:30:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:24 00:30:24 Login Succeeded 00:30:24 nexus3.edgexfoundry.org:10004 00:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:24 Configure a credential helper to remove this warning. See 00:30:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:24 00:30:24 Login Succeeded 00:30:24 docker.io 00:30:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:24 Configure a credential helper to remove this warning. See 00:30:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:24 00:30:24 Login Succeeded 00:30:24 ---> docker-login.sh ends [Pipeline] } 00:30:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:25 ++ 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:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/core-command/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo core-command,cmd/core-command/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/core-data/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo core-data,cmd/core-data/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/core-metadata/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ cut -d/ -f2 00:30:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/support-notifications/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/support-scheduler/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:25 + for file in '`ls cmd/**/Dockerfile`' 00:30:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:25 ++ cut -d/ -f2 00:30:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:25 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:30:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:27 00:30:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:27 latest: Pulling from edgex-devops/git-semver 00:30:27 31603596830f: Pulling fs layer 00:30:27 2a8b12db71e7: Pulling fs layer 00:30:27 6ca5941a6612: Pulling fs layer 00:30:27 ecc8261a40a4: Pulling fs layer 00:30:27 ecc8261a40a4: Waiting 00:30:27 2a8b12db71e7: Verifying Checksum 00:30:27 31603596830f: Verifying Checksum 00:30:27 31603596830f: Download complete 00:30:27 6ca5941a6612: Verifying Checksum 00:30:27 6ca5941a6612: Download complete 00:30:27 ecc8261a40a4: Verifying Checksum 00:30:27 ecc8261a40a4: Download complete 00:30:28 31603596830f: Pull complete 00:30:28 2a8b12db71e7: Pull complete 00:30:28 6ca5941a6612: Pull complete 00:30:29 ecc8261a40a4: Pull complete 00:30:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:29 prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container 00:30:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:32 $ docker top 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:32 [ssh-agent] Looking for ssh-agent implementation... 00:30:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:32 $ docker exec 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent 00:30:33 SSH_AUTH_SOCK=/tmp/ssh-5w3DHT3VK7IG/agent.11 00:30:33 SSH_AGENT_PID=16 00:30:33 Running ssh-add (command line suppressed) 00:30:33 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8232489633559455545.key (/w/workspace/edgex-go/2@tmp/private_key_8232489633559455545.key) 00:30:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:33 + git tag --points-at HEAD [Pipeline] } 00:30:33 $ docker exec --env ******** --env ******** 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent -k 00:30:33 unset SSH_AUTH_SOCK; 00:30:33 unset SSH_AGENT_PID; 00:30:33 echo Agent pid 16 killed; 00:30:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:34 [ssh-agent] Looking for ssh-agent implementation... 00:30:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:34 $ docker exec 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent 00:30:34 SSH_AUTH_SOCK=/tmp/ssh-kW0Dx8CebsqS/agent.46 00:30:34 SSH_AGENT_PID=51 00:30:34 Running ssh-add (command line suppressed) 00:30:34 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8411950271349372217.key (/w/workspace/edgex-go/2@tmp/private_key_8411950271349372217.key) 00:30:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:34 + git semver init 00:30:34 # -> Open(): unable to determine branch for HEAD 00:30:34 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:34 # $SEMVER_REMOTE_NAME = origin 00:30:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:34 # $SEMVER_USER_NAME = edgex-jenkins 00:30:34 # $SEMVER_BRANCH = PR-3217 00:30:34 # $SEMVER_TEMP = /tmp/semver-851296529 00:30:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:01 # '/tmp/semver-851296529' -> '/w/workspace/edgex-go/2/.semver' 00:31:01 # -> Force: false 00:31:01 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:01 $ docker exec --env ******** --env ******** 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 ssh-agent -k 00:31:01 unset SSH_AUTH_SOCK; 00:31:01 unset SSH_AGENT_PID; 00:31:01 echo Agent pid 51 killed; 00:31:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:02 + git semver [Pipeline] } 00:31:02 $ docker stop --time=1 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 00:31:04 $ docker rm -f 62ad5ebab4df376ed83d94d7024728b8a1ef2092b2abe6c3e2fd59c60bce23a6 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:05 Stashed 1 file(s) [Pipeline] echo 00:31:05 [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:31:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:07 + sudo service docker restart 00:31:07 + true 00:31:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:07 ========================================================= 00:31:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:08 + 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:31:12 Sending build context to Docker daemon 328.2MB 00:31:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:12 Step 2/6 : FROM ${BASE} 00:31:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:12 188c0c94c7c5: Pulling fs layer 00:31:12 0ef7d3d256c8: Pulling fs layer 00:31:12 de9db76c5a1d: Pulling fs layer 00:31:12 bca2f99d35d6: Pulling fs layer 00:31:12 93359f2a8cfa: Pulling fs layer 00:31:12 7c6f9722023f: Pulling fs layer 00:31:12 a35cf1a2eb13: Pulling fs layer 00:31:12 bca2f99d35d6: Waiting 00:31:12 93359f2a8cfa: Waiting 00:31:12 7c6f9722023f: Waiting 00:31:12 a35cf1a2eb13: Waiting 00:31:12 de9db76c5a1d: Verifying Checksum 00:31:12 de9db76c5a1d: Download complete 00:31:12 0ef7d3d256c8: Verifying Checksum 00:31:12 0ef7d3d256c8: Download complete 00:31:12 93359f2a8cfa: Verifying Checksum 00:31:12 93359f2a8cfa: Download complete 00:31:12 188c0c94c7c5: Verifying Checksum 00:31:12 188c0c94c7c5: Download complete 00:31:12 7c6f9722023f: Verifying Checksum 00:31:12 7c6f9722023f: Download complete 00:31:13 188c0c94c7c5: Pull complete 00:31:13 0ef7d3d256c8: Pull complete 00:31:13 de9db76c5a1d: Pull complete 00:31:15 a35cf1a2eb13: Verifying Checksum 00:31:15 a35cf1a2eb13: Download complete 00:31:16 bca2f99d35d6: Verifying Checksum 00:31:16 bca2f99d35d6: Download complete 00:31:21 Still waiting to schedule task 00:31:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:21 bca2f99d35d6: Pull complete 00:31:21 93359f2a8cfa: Pull complete 00:31:21 7c6f9722023f: Pull complete 00:31:25 a35cf1a2eb13: Pull complete 00:31:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:25 ---> a62c8e92a672 00:31:25 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:26 ---> Running in c0e3cf8b1b8f 00:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:28 (1/12) Installing libmagic (5.38-r0) 00:31:28 (2/12) Installing file (5.38-r0) 00:31:28 (3/12) Installing libc-dev (0.7.2-r3) 00:31:28 (4/12) Installing g++ (9.3.0-r2) 00:31:41 (5/12) Installing fortify-headers (1.1-r0) 00:31:41 (6/12) Installing patch (2.7.6-r6) 00:31:41 (7/12) Installing build-base (0.5-r2) 00:31:41 (8/12) Installing libsodium (1.0.18-r0) 00:31:41 (9/12) Installing pkgconf (1.7.2-r0) 00:31:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:41 (11/12) Installing libzmq (4.3.3-r0) 00:31:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:41 Executing busybox-1.31.1-r19.trigger 00:31:41 OK: 233 MiB in 51 packages 00:31:44 Removing intermediate container c0e3cf8b1b8f 00:31:44 ---> 1507cc231b1f 00:31:44 Step 4/6 : WORKDIR /edgex-go 00:31:44 ---> Running in 4ca096c549d9 00:31:44 Removing intermediate container 4ca096c549d9 00:31:44 ---> ce1386b88b79 00:31:44 Step 5/6 : COPY go.mod . 00:31:44 ---> 78b530878f3b 00:31:44 Step 6/6 : RUN go mod download 00:31:44 ---> Running in e955fa8bb9af 00:32:11 Removing intermediate container e955fa8bb9af 00:32:11 ---> 0934482d6233 00:32:11 Successfully built 0934482d6233 00:32:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:11 + docker inspect -f . ci-base-image-x86_64 00:32:11 . [Pipeline] withDockerContainer 00:32:11 prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container 00:32:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:12 $ docker top cfd2c9aacdbc785f9ff80af3c3e5d08d1002e09c95917f763325268e5c7cf3c3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:13 + go version 00:32:13 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:13 $ docker stop --time=1 cfd2c9aacdbc785f9ff80af3c3e5d08d1002e09c95917f763325268e5c7cf3c3 00:32:14 $ docker rm -f cfd2c9aacdbc785f9ff80af3c3e5d08d1002e09c95917f763325268e5c7cf3c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:15 + docker inspect -f . ci-base-image-x86_64 00:32:15 . [Pipeline] withDockerContainer 00:32:15 prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container 00:32:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:16 $ docker top d8f71356f5051685328aedea8c15a0dad658dc300e6685c79daa6055b566f490 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:16 ========================================================= 00:32:16 [edgeXBuildGoParallel] Running Tests and Build... 00:32:16 ========================================================= [Pipeline] sh 00:32:16 + make test 00:32:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.9% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.241s coverage: 27.1% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 66.2% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.472s coverage: 82.4% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.489s coverage: 92.8% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.6% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 62.4% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.465s coverage: 69.1% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 38.4% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.158s coverage: 47.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 87.7% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.888s coverage: 29.1% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 94.3% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:33 GO111MODULE=on go vet ./... 00:34:06 gofmt -l . 00:34:06 [ "`gofmt -l .`" = "" ] 00:34:06 ./bin/test-go-mod-tidy.sh 00:34:06 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:06 + ls -al . 00:34:06 total 716 00:34:06 drwxrwxr-x 10 1001 1001 4096 Mar 4 00:34 . 00:34:06 drwxr-xr-x 4 root root 28 Mar 4 00:32 .. 00:34:06 -rw-rw-r-- 1 1001 1001 11 Mar 4 00:30 .dockerignore 00:34:06 drwxrwxr-x 8 1001 1001 179 Mar 4 00:30 .git 00:34:06 drwxrwxr-x 3 1001 1001 125 Mar 4 00:30 .github 00:34:06 -rw-rw-r-- 1 1001 1001 818 Mar 4 00:30 .gitignore 00:34:06 drwx------ 3 1001 1001 60 Mar 4 00:30 .semver 00:34:06 -rw-rw-r-- 1 1001 1001 166 Mar 4 00:30 .sonarcloud.properties 00:34:06 -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:30 Attribution.txt 00:34:06 -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:30 CONTRIBUTING.md 00:34:06 -rw-rw-r-- 1 1001 1001 931 Mar 4 00:30 Dockerfile.build 00:34:06 -rw-rw-r-- 1 1001 1001 863 Mar 4 00:30 Jenkinsfile 00:34:06 -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:30 LICENSE 00:34:06 -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:30 Makefile 00:34:06 -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:30 README.md 00:34:06 -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:30 SECURITY.md 00:34:06 -rw-rw-r-- 1 1001 1001 5 Mar 4 00:31 VERSION 00:34:06 -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:30 ZMQWindows.md 00:34:06 drwxrwxr-x 2 1001 1001 117 Mar 4 00:30 bin 00:34:06 drwxrwxr-x 14 1001 1001 4096 Mar 4 00:30 cmd 00:34:06 -rw-r--r-- 1 root root 604728 Mar 4 00:33 coverage.out 00:34:06 -rw-r--r-- 1 root root 1055 Mar 4 00:34 go.mod 00:34:06 -rw-r--r-- 1 root root 21699 Mar 4 00:34 go.sum 00:34:06 drwxrwxr-x 8 1001 1001 127 Mar 4 00:30 internal 00:34:06 drwxrwxr-x 4 1001 1001 26 Mar 4 00:30 openapi 00:34:06 drwxrwxr-x 4 1001 1001 71 Mar 4 00:30 snap 00:34:06 -rw-rw-r-- 1 1001 1001 168 Mar 4 00:30 version.go [Pipeline] sh 00:34:06 + '[' -e coverage.out ] 00:34:06 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:07 Stashed 1 file(s) [Pipeline] sh 00:34:07 + make build 00:34:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28414 in /w/workspace/edgexfoundry_edgex-go_PR-3217 [Pipeline] { [Pipeline] ws 00:34:14 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:19 using credential edgex-jenkins-ssh 00:34:19 Cloning the remote Git repository 00:34:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:19 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:19 > git --version # timeout=10 00:34:19 > git --version # 'git version 2.17.1' 00:34:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:24 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:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:36 $ docker stop --time=1 d8f71356f5051685328aedea8c15a0dad658dc300e6685c79daa6055b566f490 00:34:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3217/head:refs/remotes/origin/PR-3217 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:36 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 7fd844e224d53df8123c4983195079c1834b6267 00:34:37 Merge succeeded, producing ced447fd552f85cb7c29760639a03375d58ee215 00:34:37 Checking out Revision ced447fd552f85cb7c29760639a03375d58ee215 (PR-3217) 00:34:37 $ docker rm -f d8f71356f5051685328aedea8c15a0dad658dc300e6685c79daa6055b566f490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 00:34:36 > git config core.sparsecheckout # timeout=10 00:34:37 > git checkout -f 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 00:34:37 > git remote # timeout=10 00:34:37 > git config --get remote.origin.url # timeout=10 00:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:37 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 00:34:37 > git rev-parse HEAD^{commit} # timeout=10 00:34:37 > git config core.sparsecheckout # timeout=10 00:34:37 > git checkout -f ced447fd552f85cb7c29760639a03375d58ee215 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:41 00:34:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:41 latest: Pulling from edgex-devops/edgex-compose 00:34:41 cbdbe7a5bc2a: Pulling fs layer 00:34:41 ca9280d653b3: Pulling fs layer 00:34:41 7e9c9ca2126c: Pulling fs layer 00:34:42 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" 00:34:42 > git rev-list --no-walk 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:42 cbdbe7a5bc2a: Verifying Checksum 00:34:42 cbdbe7a5bc2a: Download complete 00:34:43 ca9280d653b3: Verifying Checksum 00:34:43 ca9280d653b3: Download complete 00:34:43 cbdbe7a5bc2a: Pull complete 00:34:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:44 ca9280d653b3: Pull complete 00:34:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:44 + sudo service docker restart+ true 00:34:44 00:34:44 7e9c9ca2126c: Verifying Checksum 00:34:44 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:46 provisioning config files... 00:34:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2157279963602213706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:47 ---> docker-login.sh 00:34:47 nexus3.edgexfoundry.org:10001 00:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:48 Configure a credential helper to remove this warning. See 00:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:48 00:34:48 Login Succeeded 00:34:48 nexus3.edgexfoundry.org:10002 00:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:48 Configure a credential helper to remove this warning. See 00:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:48 00:34:48 Login Succeeded 00:34:48 nexus3.edgexfoundry.org:10003 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:49 Configure a credential helper to remove this warning. See 00:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:49 00:34:49 Login Succeeded 00:34:49 nexus3.edgexfoundry.org:10004 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:49 Configure a credential helper to remove this warning. See 00:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:49 00:34:49 Login Succeeded 00:34:49 docker.io 00:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:50 Configure a credential helper to remove this warning. See 00:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:50 00:34:50 Login Succeeded 00:34:50 ---> docker-login.sh ends [Pipeline] } 00:34:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:50 ========================================================= 00:34:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:51 + 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:34:51 7e9c9ca2126c: Pull complete 00:34:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:51 prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container 00:34:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:53 Sending build context to Docker daemon 166.5MB 00:34:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:53 Step 2/6 : FROM ${BASE} 00:34:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:53 5f621e34cdf4: Pulling fs layer 00:34:53 a4357932f1b6: Pulling fs layer 00:34:53 18c013af1878: Pulling fs layer 00:34:53 00ac8860ef70: Pulling fs layer 00:34:53 63d7cb157983: Pulling fs layer 00:34:53 b116817d02f9: Pulling fs layer 00:34:53 745a02a5169b: Pulling fs layer 00:34:53 00ac8860ef70: Waiting 00:34:53 b116817d02f9: Waiting 00:34:53 63d7cb157983: Waiting 00:34:53 745a02a5169b: Waiting 00:34:53 18c013af1878: Verifying Checksum 00:34:53 18c013af1878: Download complete 00:34:53 a4357932f1b6: Download complete 00:34:53 63d7cb157983: Verifying Checksum 00:34:53 63d7cb157983: Download complete 00:34:53 b116817d02f9: Download complete 00:34:53 5f621e34cdf4: Verifying Checksum 00:34:53 5f621e34cdf4: Download complete 00:34:54 $ docker top 98142e140db2c25994f82d4085b23675dfeb05d9b0d24ddd962e93247ccadd94 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:54 5f621e34cdf4: Pull complete 00:34:54 + docker-compose build --help 00:34:54 + grep parallel 00:34:55 a4357932f1b6: Pull complete 00:34:55 18c013af1878: Pull complete 00:34:55 --parallel Build images in parallel. [Pipeline] } 00:34:55 $ docker stop --time=1 98142e140db2c25994f82d4085b23675dfeb05d9b0d24ddd962e93247ccadd94 00:34:57 $ docker rm -f 98142e140db2c25994f82d4085b23675dfeb05d9b0d24ddd962e93247ccadd94 00:34:57 745a02a5169b: Verifying Checksum 00:34:57 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:57 . [Pipeline] withDockerContainer 00:34:58 prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container 00:34:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:58 $ docker top dcb48b92f4a2533bd74e8852199717a22449064067f55fe8b3b1761b6750604f -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:59 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:59 00ac8860ef70: Download complete 00:35:00 Building docker-core-command-go ... 00:35:00 Building docker-core-data-go ... 00:35:00 Building docker-core-metadata-go ... 00:35:00 Building docker-security-bootstrapper-go ... 00:35:00 Building docker-security-proxy-setup-go ... 00:35:00 Building docker-security-secretstore-setup-go ... 00:35:00 Building docker-support-notifications-go ... 00:35:00 Building docker-support-scheduler-go ... 00:35:00 Building docker-sys-mgmt-agent-go ... 00:35:00 Building docker-sys-mgmt-agent-go 00:35:00 Building docker-security-secretstore-setup-go 00:35:00 Building docker-core-command-go 00:35:00 Building docker-security-proxy-setup-go 00:35:00 Building docker-support-notifications-go 00:35:09 00ac8860ef70: Pull complete 00:35:09 63d7cb157983: Pull complete 00:35:09 b116817d02f9: Pull complete 00:35:12 745a02a5169b: Pull complete 00:35:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:12 ---> b7e6874047d6 00:35:12 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:35:16 ---> Running in 5a2fa9beccdf 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:19 (1/12) Installing libmagic (5.38-r0) 00:35:20 (2/12) Installing file (5.38-r0) 00:35:20 (3/12) Installing libc-dev (0.7.2-r3) 00:35:20 (4/12) Installing g++ (9.3.0-r2) 00:35:28 (5/12) Installing fortify-headers (1.1-r0) 00:35:28 (6/12) Installing patch (2.7.6-r6) 00:35:28 (7/12) Installing build-base (0.5-r2) 00:35:28 (8/12) Installing libsodium (1.0.18-r0) 00:35:28 (9/12) Installing pkgconf (1.7.2-r0) 00:35:28 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:28 (11/12) Installing libzmq (4.3.3-r0) 00:35:28 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:28 Executing busybox-1.31.1-r19.trigger 00:35:28 OK: 217 MiB in 51 packages 00:35:33 Removing intermediate container 5a2fa9beccdf 00:35:33 ---> 5462d31569e3 00:35:33 Step 4/6 : WORKDIR /edgex-go 00:35:33 ---> Running in 3e8e9bc23868 00:35:33 Removing intermediate container 3e8e9bc23868 00:35:33 ---> 755e313c3261 00:35:33 Step 5/6 : COPY go.mod . 00:35:34 ---> 72e9f4a53f09 00:35:34 Step 6/6 : RUN go mod download 00:35:34 ---> Running in def51845b9d2 00:35:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:39 ---> 0934482d6233 00:35:39 Step 3/26 : WORKDIR /edgex-go 00:35:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:39 ---> 0934482d6233 00:35:39 Step 3/24 : WORKDIR /edgex-go 00:35:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:39 ---> 0934482d6233 00:35:39 Step 3/21 : WORKDIR /edgex-go 00:35:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:39 ---> 0934482d6233 00:35:39 Step 3/23 : WORKDIR /edgex-go 00:35:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:39 ---> 0934482d6233 00:35:39 Step 3/22 : WORKDIR /edgex-go 00:35:39 ---> Running in ab813b88e31e 00:35:39 ---> Running in 7e51da0296f5 00:35:39 ---> Running in 983b174a30c1 00:35:39 ---> Running in 52fb9e99cc71 00:35:39 ---> Running in 11387d20d8b9 00:35:39 Removing intermediate container 7e51da0296f5 00:35:39 ---> b668ba671e46 00:35:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:39 Removing intermediate container 11387d20d8b9 00:35:39 Removing intermediate container ab813b88e31e 00:35:39 ---> 91766f1ac289 00:35:39 ---> cc873384644a 00:35:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:39 00:35:39 Removing intermediate container 983b174a30c1 00:35:39 ---> 053034beece1 00:35:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:39 Removing intermediate container 52fb9e99cc71 00:35:39 ---> 98cd9d0d3f5d 00:35:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:39 ---> Running in d22054851146 00:35:39 ---> Running in c9f79ebd1469 00:35:39 ---> Running in 04c77f8f04e0 00:35:39 ---> Running in ed9feff880cf 00:35:39 ---> Running in 4d2b2cf5bb90 00:35:39 Removing intermediate container 04c77f8f04e0 00:35:39 ---> 2df78a77c91e 00:35:39 Step 5/23 : RUN apk add --update --no-cache make git 00:35:39 ---> Running in cef7e89d43bd 00:35:39 Removing intermediate container d22054851146 00:35:39 ---> a9d832ec2634 00:35:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:39 Removing intermediate container c9f79ebd1469 00:35:39 ---> 485c1d06d1dd 00:35:39 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:39 ---> Running in 52725e15a0f2 00:35:39 ---> Running in dffc43113cdc 00:35:39 Removing intermediate container 4d2b2cf5bb90 00:35:39 ---> 7f70b38c5f26 00:35:39 Step 5/24 : RUN apk add --update --no-cache make git 00:35:39 Removing intermediate container ed9feff880cf 00:35:39 ---> 37b45a44558a 00:35:39 Step 5/21 : RUN apk add --update --no-cache make git 00:35:39 ---> Running in 50af5ab1c289 00:35:39 ---> Running in f1a5ba0d5d8e 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 OK: 233 MiB in 51 packages 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:40 Removing intermediate container cef7e89d43bd 00:35:40 ---> 340398d1488b 00:35:40 Step 6/23 : COPY go.mod . 00:35:40 OK: 233 MiB in 51 packages 00:35:40 OK: 233 MiB in 51 packages 00:35:40 OK: 233 MiB in 51 packages 00:35:40 ---> fdb5442fd803 00:35:40 Step 7/23 : RUN go mod download 00:35:40 OK: 233 MiB in 51 packages 00:35:40 ---> Running in dd18630a98aa 00:35:41 Removing intermediate container dffc43113cdc 00:35:41 ---> 0b6d8d12fed1 00:35:41 Step 6/26 : COPY go.mod . 00:35:41 Removing intermediate container f1a5ba0d5d8e 00:35:41 ---> 94e44c72a39a 00:35:41 Step 6/21 : COPY go.mod . 00:35:41 ---> 4dd124dbbf69 00:35:41 Step 7/26 : RUN go mod download 00:35:41 Removing intermediate container 50af5ab1c289 00:35:41 ---> 4e36db03f362 00:35:41 Step 6/24 : COPY go.mod . 00:35:41 ---> Running in 15a988b20688 00:35:41 Removing intermediate container 52725e15a0f2 00:35:41 ---> e9f3742026a9 00:35:41 Step 6/22 : COPY go.mod . 00:35:42 ---> 47cd163de785 00:35:42 Step 7/21 : RUN go mod download 00:35:42 ---> 3c4b25b37be9 00:35:42 Step 7/24 : RUN go mod download 00:35:42 ---> Running in a2d85904e5a9 00:35:42 ---> 141d087282cd 00:35:42 Step 7/22 : RUN go mod download 00:35:42 ---> Running in 3c5b8ed3c46b 00:35:42 ---> Running in 34dc1acf15db 00:35:43 Removing intermediate container dd18630a98aa 00:35:43 ---> 4936fe2bf8b8 00:35:43 Step 8/23 : COPY . . 00:35:43 Removing intermediate container 15a988b20688 00:35:43 ---> 2e68b962d3e0 00:35:43 Step 8/26 : COPY . . 00:35:46 Removing intermediate container a2d85904e5a9 00:35:46 ---> d8a070e4ff60 00:35:46 Step 8/21 : COPY . . 00:35:48 Removing intermediate container 3c5b8ed3c46b 00:35:48 ---> 25701209c0e4 00:35:48 Step 8/24 : COPY . . 00:35:53 Removing intermediate container 34dc1acf15db 00:35:53 ---> 92cba0f253f2 00:35:53 Step 8/22 : COPY . . 00:36:01 Removing intermediate container def51845b9d2 00:36:01 ---> f3c13a41035b 00:36:01 Successfully built f3c13a41035b 00:36:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:01 + docker inspect -f . ci-base-image-arm64 00:36:01 . [Pipeline] withDockerContainer 00:36:01 prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container 00:36:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:03 $ docker top cac1e7117d9b16daf1ec046df76fc092ca699a24836eb3fba329b2d0d0973e5f -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:04 + go version 00:36:04 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:04 $ docker stop --time=1 cac1e7117d9b16daf1ec046df76fc092ca699a24836eb3fba329b2d0d0973e5f 00:36:06 $ docker rm -f cac1e7117d9b16daf1ec046df76fc092ca699a24836eb3fba329b2d0d0973e5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:07 + docker inspect -f . ci-base-image-arm64 00:36:07 . [Pipeline] withDockerContainer 00:36:08 prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container 00:36:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:09 $ docker top 9bb880176777f34b97c05aec48b0d37cf1f57c5334845cc6246e929bc6fabfaf -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:10 ========================================================= 00:36:10 [edgeXBuildGoParallel] Running Tests and Build... 00:36:10 ========================================================= [Pipeline] sh 00:36:10 + make test 00:36:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:25 ---> b5a4d5f1422f 00:36:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:25 ---> 748ef3c1068d 00:36:25 Step 9/23 : RUN make cmd/core-command/core-command 00:36:27 ---> Running in 26bb1e7b0f4e 00:36:27 ---> Running in 1e19b22d7c97 00:36:28 ---> dca68fb9b1e0 00:36:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:28 ---> 238aa5ebd0ce 00:36:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:28 ---> f744da660a70 00:36:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:28 ---> Running in 602277d369fc 00:36:28 ---> Running in 5191c2fb6835 00:36:28 ---> Running in bdae749997a2 00:36:28 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:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:28 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:36:29 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:36:32 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:01 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:37:01 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:37:12 Removing intermediate container bdae749997a2 00:37:12 ---> efc40bd1e0f5 00:37:12 00:37:12 Step 10/24 : FROM alpine:3.12 00:37:12 Removing intermediate container 1e19b22d7c97 00:37:12 ---> 9f642a970a70 00:37:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:12 Removing intermediate container 5191c2fb6835 00:37:12 ---> 73eef23c6c69 00:37:12 00:37:12 Step 10/21 : FROM alpine:3.12 00:37:12 3.12: Pulling from library/alpine 00:37:12 3.12: Pulling from library/alpine 00:37:12 ---> Running in d28b8ff9b526 00:37:12 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:12 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:12 Status: Downloaded newer image for alpine:3.12 00:37:12 ---> 88dd2752d2ea 00:37:12 Step 11/21 : RUN apk add --update --no-cache curl 00:37:12 Status: Downloaded newer image for alpine:3.12 00:37:12 ---> 88dd2752d2ea 00:37:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:12 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:37:15 ---> Running in 9e7b094f9417 00:37:15 ---> Running in 104e7b49d45c 00:37:16 Removing intermediate container 26bb1e7b0f4e 00:37:16 ---> 35bc598e4234 00:37:16 00:37:16 Step 10/23 : FROM alpine:3.12 00:37:16 ---> 88dd2752d2ea 00:37:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:16 Removing intermediate container 602277d369fc 00:37:16 ---> 88066cca68c3 00:37:16 00:37:16 Step 10/22 : FROM alpine:3.12 00:37:16 ---> 88dd2752d2ea 00:37:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:16 ---> Running in 9a792caec98c 00:37:16 ---> Running in f9875212abe6 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:16 Removing intermediate container d28b8ff9b526 00:37:16 ---> 0c38e9d910f2 00:37:16 00:37:16 Step 11/26 : FROM docker:20.10.0 00:37:16 (1/5) Installing ca-certificates (20191127-r4) 00:37:16 20.10.0: Pulling from library/docker 00:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:16 (3/5) Installing libcurl (7.69.1-r3) 00:37:17 (4/5) Installing curl (7.69.1-r3) 00:37:17 (5/5) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 Executing ca-certificates-20191127-r4.trigger 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 OK: 7 MiB in 19 packages 00:37:17 (1/4) Installing ca-certificates (20191127-r4) 00:37:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:17 (3/4) Installing libcurl (7.69.1-r3) 00:37:17 (4/4) Installing curl (7.69.1-r3) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 Executing ca-certificates-20191127-r4.trigger 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 OK: 7 MiB in 18 packages 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:17 (1/2) Installing ca-certificates (20191127-r4) 00:37:17 (1/1) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 (2/2) Installing dumb-init (1.2.2-r1) 00:37:17 Executing busybox-1.31.1-r19.trigger 00:37:17 OK: 6 MiB in 15 packages 00:37:17 Executing ca-certificates-20191127-r4.trigger 00:37:17 OK: 6 MiB in 16 packages 00:37:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:21 Removing intermediate container 9e7b094f9417 00:37:21 ---> 3b7d11351978 00:37:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:21 Removing intermediate container 9a792caec98c 00:37:21 ---> a96221c37fbd 00:37:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:21 ---> Running in 2023010dd158 00:37:21 ---> Running in f8f070563176 00:37:21 Removing intermediate container f9875212abe6 00:37:21 ---> 7fb97ede758a 00:37:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:23 Removing intermediate container 104e7b49d45c 00:37:23 ---> 016f9d296d67 00:37:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:23 ---> Running in 3e7670e20383 00:37:23 ---> Running in 8c0c4120da88 00:37:23 Removing intermediate container f8f070563176 00:37:23 ---> 790d2d776673 00:37:23 Step 13/22 : ENV APP_PORT=48060 00:37:23 Removing intermediate container 2023010dd158 00:37:23 ---> 4e99b7f40ed8 00:37:23 Step 13/24 : WORKDIR / 00:37:23 ---> Running in 42c95f1c071b 00:37:23 ---> Running in df209fed11e7 00:37:23 Removing intermediate container 3e7670e20383 00:37:23 ---> 7805391fe155 00:37:23 Step 13/23 : ENV APP_PORT=48082 00:37:23 Removing intermediate container 8c0c4120da88 00:37:23 ---> 15a798344d73 00:37:23 Step 13/21 : WORKDIR /edgex 00:37:23 ---> Running in 10d82777f442 00:37:23 ---> Running in 0ed1f9a8c5c3 00:37:23 Removing intermediate container df209fed11e7 00:37:23 ---> 0b1af8ed2c23 00:37:23 Step 14/22 : EXPOSE $APP_PORT 00:37:23 Removing intermediate container 42c95f1c071b 00:37:23 ---> 87573ab789b7 00:37: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:37:24 ---> Running in a5b6a52ce6c5 00:37:24 Removing intermediate container 0ed1f9a8c5c3 00:37:24 ---> 28d3e24ed982 00:37:24 Step 14/23 : EXPOSE $APP_PORT 00:37:24 Removing intermediate container 10d82777f442 00:37:24 ---> 336759683c88 00:37:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:24 ---> Running in d59146084647 00:37:24 Removing intermediate container a5b6a52ce6c5 00:37:24 ---> 3be4c81e87c2 00:37:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:24 ---> 6cca2e1c9639 00:37: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:37:24 Removing intermediate container d59146084647 00:37:24 ---> 62c55970df1e 00:37:24 Step 15/23 : WORKDIR / 00:37:24 ---> 351da8cc3a8a 00:37:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:24 ---> Running in 1717bcd31aff 00:37:25 ---> a42646c8ae3e 00:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:25 ---> aab9d8e5e0fa 00:37:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:25 Removing intermediate container 1717bcd31aff 00:37:25 ---> 722252c41624 00:37:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:25 ---> 0d3075311ccc 00:37:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:26 ---> 6dcbd6d49e48 00:37:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:26 ---> 4792af5f0c54 00:37:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:26 ---> 68e4280f3cba 00:37:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:27 ---> 7a6f393630b2 00:37:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:27 ---> 517d60e08540 00:37:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:27 ---> dabe4a3206dc 00:37:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:27 ---> 48348ceb35b3 00:37:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:28 ---> Running in aedfd009803d 00:37:28 ---> Running in 31e9c8c005b8 00:37:28 ---> b08ce39717e8 00:37:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:28 ---> 840267496ef0 00:37:28 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:28 Removing intermediate container aedfd009803d 00:37:28 ---> 01f8642c9d9a 00:37:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:28 Removing intermediate container 31e9c8c005b8 00:37:28 ---> 21ab4f9c77c0 00:37:28 Step 18/21 : CMD ["--init=true"] 00:37:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:28 ---> Running in 821a7350f420 00:37:28 ---> Running in e0cb89a86523 00:37:28 ---> Running in 200c0476cff3 00:37:28 ---> 7e8c367faf93 00:37:28 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:37:28 Removing intermediate container 821a7350f420 00:37:28 ---> b7e4f42aa671 00:37:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:28 Removing intermediate container e0cb89a86523 00:37:28 ---> 3e432f7d272e 00:37:28 Step 20/22 : LABEL arch=x86_64 00:37:28 ---> Running in 1bcdc2ae7f32 00:37:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:29 Status: Downloaded newer image for docker:20.10.0 00:37:29 ---> aefe523efa57 00:37:29 Step 12/26 : RUN apk add --no-cache bash 00:37:29 Removing intermediate container 200c0476cff3 00:37:29 ---> 378c607969f7 00:37:29 Step 19/21 : LABEL arch=x86_64 00:37:29 ---> Running in f3cb2ed1d70b 00:37:29 ---> Running in 06280be93b08 00:37:29 ---> Running in 52c3452f2445 00:37:29 ---> Running in 602eee8e85c6 00:37:29 Removing intermediate container f3cb2ed1d70b 00:37:29 ---> 2c0be81d2219 00:37:29 Step 21/23 : LABEL arch=x86_64 00:37:29 ---> Running in ffae83c53a57 00:37:29 Removing intermediate container 06280be93b08 00:37:29 ---> d24116a1bc99 00:37:29 Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:37:29 Removing intermediate container 602eee8e85c6 00:37:29 ---> 3e1ccf1caa53 00:37:29 Step 20/21 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:37:29 ---> Running in 945d9eb99e8d 00:37:29 ---> Running in 04195a1e5879 00:37:30 Removing intermediate container ffae83c53a57 00:37:30 ---> 78e99985dda0 00:37:30 Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:37:30 ---> Running in 4115b01a7df4 00:37:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:30 Removing intermediate container 945d9eb99e8d 00:37:30 ---> 05dbb737c4a5 00:37:30 Step 22/22 : LABEL version=0.0.0 00:37:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:30 Removing intermediate container 04195a1e5879 00:37:30 ---> 0702d69c0375 00:37:30 Step 21/21 : LABEL version=0.0.0 00:37:30 ---> Running in 1aa1aba85819 00:37:30 (1/2) Installing readline (8.0.4-r0) 00:37:30 (2/2) Installing bash (5.0.17-r0) 00:37:30 Executing bash-5.0.17-r0.post-install 00:37:30 Executing busybox-1.31.1-r19.trigger 00:37:30 ---> Running in 38cd180a6b88 00:37:30 OK: 12 MiB in 22 packages 00:37:30 Removing intermediate container 4115b01a7df4 00:37:30 ---> a5b612ba95d9 00:37:30 Step 23/23 : LABEL version=0.0.0 00:37:30 Removing intermediate container 1bcdc2ae7f32 00:37:30 ---> 78fc2773b8b3 00:37:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:31 ---> Running in b2e8ee65fb58 00:37:31 Removing intermediate container 1aa1aba85819 00:37:31 ---> d266c57d7648 00:37:31 00:37:31 Removing intermediate container 38cd180a6b88 00:37:31 ---> faf27aad48ed 00:37:31 00:37:31 ---> Running in 7f660d6af446 00:37:31 Successfully built d266c57d7648 00:37:31 Successfully tagged docker-support-notifications-go:latest 00:37:31 Building docker-support-scheduler-go 00:37:31  Building docker-support-notifications-go ... done Removing intermediate container b2e8ee65fb58 00:37:31 ---> 421e92b28670 00:37:31 00:37:31 Successfully built faf27aad48ed 00:37:31 Successfully tagged docker-security-proxy-setup-go:latest 00:37:31  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:37:31 Removing intermediate container 7f660d6af446 00:37:31 ---> c497b663df8d 00:37:31 Step 22/24 : LABEL arch=x86_64 00:37:31 Successfully built 421e92b28670 00:37:31 Successfully tagged docker-core-command-go:latest 00:37:31 Building docker-core-data-go 00:37:31  Building docker-core-command-go ... done  ---> Running in df51ade880f8 00:37:31 Removing intermediate container 52c3452f2445 00:37:31 ---> 6a62a6ee9b59 00:37:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:32 ---> Running in b9616a0493ad 00:37:32 Removing intermediate container df51ade880f8 00:37:32 ---> e1cfa5872e28 00:37:32 Step 23/24 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:37:32 Removing intermediate container b9616a0493ad 00:37:32 ---> 5e49b37ffa13 00:37:32 Step 14/26 : ENV APP_PORT=48090 00:37:32 ---> Running in 26a13dd47727 00:37:32 ---> Running in 8afc067f4c58 00:37:32 Removing intermediate container 26a13dd47727 00:37:32 ---> db7ef91556bc 00:37:32 Step 24/24 : LABEL version=0.0.0 00:37:32 Removing intermediate container 8afc067f4c58 00:37:32 ---> f0e0078bd627 00:37:32 Step 15/26 : EXPOSE $APP_PORT 00:37:32 ---> Running in 20423098e757 00:37:32 ---> Running in b2fb1a610e16 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:35 Removing intermediate container 20423098e757 00:37:35 ---> 4c5525965bfc 00:37:35 00:37:35 Successfully built 4c5525965bfc 00:37:35 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:35 Building docker-core-metadata-go 00:37:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container b2fb1a610e16 00:37:35 ---> e1fe2eebf223 00:37:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:37 ---> 9e5c9571223e 00:37:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:39 ---> 7c0be58c709d 00:37:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:40 ---> 0e157ec55975 00:37:40 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:40 ---> Running in ca1322136ba4 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 (1/33) Installing libbz2 (1.0.8-r1) 00:37:42 (2/33) Installing expat (2.2.9-r1) 00:37:42 (3/33) Installing libffi (3.3-r2) 00:37:42 (4/33) Installing gdbm (1.13-r1) 00:37:42 (5/33) Installing xz-libs (5.2.5-r0) 00:37:42 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:42 (7/33) Installing python3 (3.8.5-r1) 00:37:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:43 (11/33) Installing py3-six (1.15.0-r0) 00:37:43 (12/33) Installing py3-packaging (20.4-r0) 00:37:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:44 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:44 (15/33) Installing py3-idna (2.9-r0) 00:37:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:47 (18/33) Installing py3-requests (2.23.0-r0) 00:37:47 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:51 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:52 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:52 (24/33) Installing py3-distro (1.5.0-r1) 00:37:52 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:52 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:52 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:52 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:52 (29/33) Installing py3-progress (1.5-r0) 00:37:52 (30/33) Installing py3-toml (0.10.1-r0) 00:37:52 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:52 (33/33) Installing py3-pip (20.1.1-r0) 00:37:55 Executing busybox-1.31.1-r19.trigger 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.402s coverage: 45.9% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.199s coverage: 100.0% of statements 00:37:56 OK: 71 MiB in 55 packages 00:38:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:01 ---> 0934482d6233 00:38:01 Step 3/23 : WORKDIR /edgex-go 00:38:01 ---> Using cache 00:38:01 ---> 98cd9d0d3f5d 00:38:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:01 ---> Using cache 00:38:01 ---> 7f70b38c5f26 00:38:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.1% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:02 ---> 0934482d6233 00:38:02 Step 3/22 : WORKDIR /edgex-go 00:38:02 ---> Using cache 00:38:02 ---> 98cd9d0d3f5d 00:38:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:02 ---> Using cache 00:38:02 ---> 7f70b38c5f26 00:38:02 Step 5/22 : RUN apk add --update --no-cache make git 00:38:02 ---> Using cache 00:38:02 ---> 4e36db03f362 00:38:02 Step 6/22 : COPY go.mod . 00:38:02 ---> Using cache 00:38:02 ---> 3c4b25b37be9 00:38:02 Step 7/22 : RUN go mod download 00:38:02 ---> Using cache 00:38:02 ---> 25701209c0e4 00:38:02 Step 8/22 : COPY . . 00:38:02 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:02 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:38:02 ---> 0934482d6233 00:38:02 Step 3/30 : WORKDIR /edgex-go 00:38:02 ---> Using cache 00:38:02 ---> 98cd9d0d3f5d 00:38:02 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:02 ---> Using cache 00:38:02 ---> 7f70b38c5f26 00:38:02 Step 5/30 : RUN apk add --update --no-cache make git 00:38:02 ---> Using cache 00:38:02 ---> 4e36db03f362 00:38:02 Step 6/30 : COPY go.mod . 00:38:02 ---> Using cache 00:38:02 ---> 3c4b25b37be9 00:38:02 Step 7/30 : RUN go mod download 00:38:02 ---> Using cache 00:38:02 ---> 25701209c0e4 00:38:02 Step 8/30 : COPY . . 00:38:02 ---> Using cache 00:38:02 ---> 238aa5ebd0ce 00:38:02 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:02 ---> Using cache 00:38:02 ---> 238aa5ebd0ce 00:38:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 66.2% of statements 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:04 ---> Running in fbce03fb91d9 00:38:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> 0934482d6233 00:38:04 Step 3/23 : WORKDIR /edgex-go 00:38:04 ---> Using cache 00:38:04 ---> 98cd9d0d3f5d 00:38:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 ---> Using cache 00:38:04 ---> 7f70b38c5f26 00:38:04 Step 5/23 : RUN apk add --update --no-cache make git 00:38:04 ---> Using cache 00:38:04 ---> 4e36db03f362 00:38:04 Step 6/23 : COPY go.mod . 00:38:04 ---> Using cache 00:38:04 ---> 3c4b25b37be9 00:38:04 Step 7/23 : RUN go mod download 00:38:04 ---> Using cache 00:38:04 ---> 25701209c0e4 00:38:04 Step 8/23 : COPY . . 00:38:04 ---> Using cache 00:38:04 ---> 238aa5ebd0ce 00:38:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:05 ---> Running in 7c6dbbe73d7b 00:38:05 ---> Running in 7eb469eecf6f 00:38:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.680s coverage: 82.4% of statements 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:05 ---> Running in ee1723eff6be 00:38:07 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:38:07 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:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 OK: 233 MiB in 51 packages 00:38:12 Removing intermediate container fbce03fb91d9 00:38:12 ---> 2fa2c4bfd158 00:38:12 Step 6/23 : COPY go.mod . 00:38:13 ---> 1c2f02189672 00:38:13 Step 7/23 : RUN go mod download 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.245s coverage: 28.6% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:13 ---> Running in 4611bb5924c6 00:38:14 Removing intermediate container ca1322136ba4 00:38:14 ---> a78f800c9dbf 00:38:14 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:14 ---> Running in 1c69e6ce833a 00:38:17 Removing intermediate container 4611bb5924c6 00:38:17 ---> 1f0ac3c57cb8 00:38:17 Step 8/23 : COPY . . 00:38:20 Collecting docker-compose==1.23.2 00:38:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:21 Collecting PyYAML<4,>=3.10 00:38:21 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:23 Collecting docopt<0.7,>=0.6.1 00:38:23 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.422s coverage: 92.8% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.1% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.088s coverage: 79.5% of statements 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 00:38:25 Collecting websocket-client<1.0,>=0.32.0 00:38:25 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:38:26 Collecting docker<4.0,>=3.6.0 00:38:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:27 Collecting texttable<0.10,>=0.9.0 00:38:27 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:28 Collecting dockerpty<0.5,>=0.4.1 00:38:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:29 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:38:29 Collecting cached-property<2,>=1.2.0 00:38:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:30 Collecting jsonschema<3,>=2.5.1 00:38:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:31 Collecting docker-pycreds>=0.4.0 00:38:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:31 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:38:32 Collecting urllib3<1.25,>=1.21.1 00:38:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:32 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:38:32 Collecting idna<2.8,>=2.5 00:38:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:33 Installing collected packages: PyYAML, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, jsonschema, docker-compose 00:38:33 Running setup.py install for PyYAML: started 00:38:35 Running setup.py install for PyYAML: finished with status 'done' 00:38:35 Running setup.py install for docopt: started 00:38:36 Running setup.py install for docopt: finished with status 'done' 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 00:38:36 Attempting uninstall: urllib3 00:38:36 Found existing installation: urllib3 1.25.9 00:38:36 Uninstalling urllib3-1.25.9: 00:38:36 Successfully uninstalled urllib3-1.25.9 00:38:37 Attempting uninstall: idna 00:38:37 Found existing installation: idna 2.9 00:38:37 Uninstalling idna-2.9: 00:38:37 Successfully uninstalled idna-2.9 00:38:38 Attempting uninstall: requests 00:38:38 Found existing installation: requests 2.23.0 00:38:38 Uninstalling requests-2.23.0: 00:38:38 Successfully uninstalled requests-2.23.0 00:38:42 Running setup.py install for texttable: started 00:38:42 Running setup.py install for texttable: finished with status 'done' 00:38:42 Running setup.py install for dockerpty: started 00:38:43 Running setup.py install for dockerpty: finished with status 'done' 00:38:44 ---> 200aa81607b3 00:38:44 Step 9/23 : RUN make cmd/core-data/core-data 00:38:44 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.58.0 00:38:44 ---> Running in 03d6202bd933 00:38:46 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:38:48 Removing intermediate container 1c69e6ce833a 00:38:48 ---> 4f63db47fabb 00:38:48 Step 21/26 : RUN apk --no-cache add curl 00:38:49 Removing intermediate container 7eb469eecf6f 00:38:49 ---> 4a07ea9a0f72 00:38:49 00:38:49 Step 10/30 : FROM alpine:3.12 00:38:49 ---> 88dd2752d2ea 00:38:49 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:50 ---> Running in f2e7a1c8c3e9 00:38:51 ---> Running in f9252809efd7 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 62.4% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.795s coverage: 69.1% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 38.4% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.092s coverage: 89.5% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements 00:38:54 Removing intermediate container f9252809efd7 00:38:54 ---> 541283f30cf9 00:38:54 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:54 (2/3) Installing libcurl (7.69.1-r3) 00:38:54 (3/3) Installing curl (7.69.1-r3) 00:38:54 Executing busybox-1.31.1-r19.trigger 00:38:55 OK: 72 MiB in 58 packages 00:38:55 ---> Running in a9b910e5f492 00:38:57 Removing intermediate container 7c6dbbe73d7b 00:38:57 ---> 27179475c59f 00:38:57 00:38:57 Step 10/22 : FROM alpine:3.12 00:38:57 ---> 88dd2752d2ea 00:38:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:57 ---> Using cache 00:38:57 ---> 7fb97ede758a 00:38:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:57 ---> Using cache 00:38:57 ---> 7805391fe155 00:38:57 Step 13/22 : ENV APP_PORT=48085 00:38:57 ---> Running in e1e64d265f7f 00:38:57 Removing intermediate container e1e64d265f7f 00:38:57 ---> a8943f931d09 00:38:57 Step 14/22 : EXPOSE $APP_PORT 00:38:57 Removing intermediate container ee1723eff6be 00:38:57 ---> 84a841438849 00:38:57 00:38:57 Step 10/23 : FROM alpine:3.12 00:38:57 ---> 88dd2752d2ea 00:38:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:57 ---> Using cache 00:38:57 ---> 7fb97ede758a 00:38:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:57 ---> Using cache 00:38:57 ---> 7805391fe155 00:38:57 Step 13/23 : ENV APP_PORT=48081 00:38:57 ---> Running in bbebcbe0310a 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 ---> Running in 332bbe27de98 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 Removing intermediate container f2e7a1c8c3e9 00:38:57 ---> 75f3f294ad56 00:38:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:57 ---> Running in ec41fbd41d82 00:38:57 (1/2) Installing dumb-init (1.2.2-r1) 00:38:57 (2/2) Installing su-exec (0.2-r1) 00:38:57 Executing busybox-1.31.1-r19.trigger 00:38:57 Removing intermediate container bbebcbe0310a 00:38:57 ---> 7deff63ac592 00:38:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:57 Removing intermediate container 332bbe27de98 00:38:57 ---> 9abc1c49fdf0 00:38:57 Step 14/23 : EXPOSE $APP_PORT 00:38:57 OK: 6 MiB in 16 packages 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.452s coverage: 47.0% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 87.7% of statements 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:58 ---> Running in a6ca67655037 00:38:59 Removing intermediate container ec41fbd41d82 00:38:59 ---> 932b4ef45a8b 00:38:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:59 ---> df1d0ce69afb 00:38:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:59 ---> Running in d9acb8913558 00:38:59 Removing intermediate container a6ca67655037 00:38:59 ---> 97ca79940137 00:38:59 Step 15/23 : WORKDIR / 00:39:00 ---> Running in 85027e51ae24 00:39:00 Removing intermediate container d9acb8913558 00:39:00 ---> c17eb5b452ba 00:39:00 Step 24/26 : LABEL arch=x86_64 00:39:00 Removing intermediate container a9b910e5f492 00:39:00 ---> 02ec982da403 00:39:00 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:39:00 ---> Running in 087b96d7dad4 00:39:00 ---> Running in cc9f1163e456 00:39:00 ---> 9a19a3ebc667 00:39:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:00 Removing intermediate container 85027e51ae24 00:39:00 ---> 1951febbdbac 00:39:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:01 Removing intermediate container 087b96d7dad4 00:39:01 ---> 8aa0144d9308 00:39:01 Step 25/26 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:39:01 Removing intermediate container cc9f1163e456 00:39:01 ---> 22dc7860ec29 00:39:01 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:01 ---> Running in fe47efd117e1 00:39:01 ---> Running in 5296ba95422b 00:39:01 ---> 2f9d84c18994 00:39:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:01 ---> 4d1046dbb2c2 00:39:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:01 ---> Running in 2904256b99a6 00:39:02 Removing intermediate container 5296ba95422b 00:39:02 ---> 0a9763e9b696 00:39:02 Step 26/26 : LABEL version=0.0.0 00:39:02 Removing intermediate container fe47efd117e1 00:39:02 ---> cc304d7c4f01 00:39:02 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:02 ---> Running in 627b92ab0106 00:39:02 Removing intermediate container 2904256b99a6 00:39:02 ---> 3639af031baa 00:39:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:02 ---> Running in 68d430816556 00:39:02 ---> Running in 0fec528bb3eb 00:39:02 ---> 0dc9b222f8bb 00:39:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:02 Removing intermediate container 627b92ab0106 00:39:02 ---> 3db91202ae22 00:39:02 00:39:03 Removing intermediate container 0fec528bb3eb 00:39:03 ---> 159d9d88072a 00:39:03 Step 20/22 : LABEL arch=x86_64 00:39:03 ---> Running in a81e4f96acc7 00:39:03 Successfully built 3db91202ae22 00:39:03 ---> dba943a720d1 00:39:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:03 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:03 ---> Running in 908c57a711be 00:39:03  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a81e4f96acc7 00:39:03 ---> 85990d549b39 00:39:03 Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:39:04 Removing intermediate container 908c57a711be 00:39:04 ---> f1606d86a8e0 00:39:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:04 ---> Running in 7cfe3b7163ed 00:39:04 ---> Running in 193730e4f171 00:39:04 Removing intermediate container 7cfe3b7163ed 00:39:04 ---> eb77b38158bc 00:39:04 Step 22/22 : LABEL version=0.0.0 00:39:04 Removing intermediate container 193730e4f171 00:39:04 ---> 2196ae8a418a 00:39:04 Step 21/23 : LABEL arch=x86_64 00:39:04 Removing intermediate container 68d430816556 00:39:04 ---> 7faeb397063d 00:39:04 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:39:04 ---> Running in e14ad79578ce 00:39:04 ---> Running in 6de23b759fe7 00:39:04 ---> Running in 2edf3db9b126 00:39:05 Removing intermediate container e14ad79578ce 00:39:05 ---> 4258840c85e2 00:39:05 00:39:05 Successfully built 4258840c85e2 00:39:05 Successfully tagged docker-support-scheduler-go:latest 00:39:05  Building docker-support-scheduler-go ... done Removing intermediate container 6de23b759fe7 00:39:05 ---> ab8b88b5ffef 00:39:05 Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:39:05 Removing intermediate container 2edf3db9b126 00:39:05 ---> 583c1254e751 00:39:05 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:05 ---> Running in 0b162d1e8721 00:39:06 Removing intermediate container 0b162d1e8721 00:39:06 ---> 879668ac5936 00:39:06 Step 23/23 : LABEL version=0.0.0 00:39:06 ---> Running in 84b8dd12d707 00:39:06 ---> bf2a5bb895b4 00:39:06 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:06 ---> Running in e152c4333649 00:39:06 Removing intermediate container 84b8dd12d707 00:39:06 ---> 15740d570ea4 00:39:06 00:39:06 Successfully built 15740d570ea4 00:39:06 Successfully tagged docker-core-metadata-go:latest 00:39:07  Building docker-core-metadata-go ... done Removing intermediate container e152c4333649 00:39:07 ---> c4d59306dc7e 00:39:07 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.040s coverage: 29.1% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 94.3% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:39:08 GO111MODULE=on go vet ./... 00:39:09 ---> b3fdc1e90526 00:39:09 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:10 ---> bdbc79a7eebe 00:39:10 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:11 ---> 36872d973c20 00:39:11 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:11 Removing intermediate container 03d6202bd933 00:39:11 ---> 93c9de20e599 00:39:11 00:39:11 Step 10/23 : FROM alpine:3.12 00:39:11 ---> 88dd2752d2ea 00:39:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:11 ---> Running in a4949c7fa185 00:39:11 ---> 182d16130e18 00:39:11 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:39:12 ---> Running in 67c3d78f4843 00:39:12 Removing intermediate container a4949c7fa185 00:39:12 ---> 1aa7874b36fb 00:39:12 Step 12/23 : ENV APP_PORT=48080 00:39:12 ---> Running in 6f4591526f39 00:39:12 Removing intermediate container 67c3d78f4843 00:39:12 ---> cf6d8082939a 00:39:12 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:12 Removing intermediate container 6f4591526f39 00:39:12 ---> 1b29a0324cd8 00:39:12 Step 13/23 : EXPOSE $APP_PORT 00:39:12 ---> Running in 97a2abd9d984 00:39:12 ---> 932144accfa7 00:39:12 Step 25/30 : RUN chmod +x /entrypoint.sh 00:39:12 Removing intermediate container 97a2abd9d984 00:39:12 ---> 5aa4d043567e 00:39:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:13 ---> Running in 4b3215a513ce 00:39:13 ---> Running in 5e984fa9a417 00:39:14 Removing intermediate container 4b3215a513ce 00:39:14 ---> b9632c580958 00:39:14 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:14 ---> Running in c93e636474b6 00:39:14 Removing intermediate container 5e984fa9a417 00:39:14 ---> 9ce9774c4934 00:39:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:14 ---> Running in 0123f9d7c984 00:39:14 Removing intermediate container c93e636474b6 00:39:14 ---> 19f08ffca2c4 00:39:14 Step 27/30 : CMD ["gate"] 00:39:14 ---> Running in 6eef1f6010cf 00:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:14 Removing intermediate container 6eef1f6010cf 00:39:14 ---> b2632ce73a5f 00:39:14 Step 28/30 : LABEL arch=x86_64 00:39:15 ---> Running in d50188b303b5 00:39:15 Removing intermediate container d50188b303b5 00:39:15 ---> 5c3c9b9e3a0d 00:39:15 Step 29/30 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:39:15 ---> Running in f708ee8e1981 00:39:15 Removing intermediate container f708ee8e1981 00:39:15 ---> a7ece8a5d8f2 00:39:15 Step 30/30 : LABEL version=0.0.0 00:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 ---> Running in d25da96412c3 00:39:15 Removing intermediate container d25da96412c3 00:39:15 ---> e72133de5ec8 00:39:15 00:39:16 Successfully built e72133de5ec8 00:39:16 Successfully tagged docker-security-bootstrapper-go:latest 00:39:16  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) 00:39:16 (2/6) Installing libgcc (9.3.0-r2) 00:39:16 (3/6) Installing libsodium (1.0.18-r0) 00:39:16 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:17 (5/6) Installing libzmq (4.3.3-r0) 00:39:17 (6/6) Installing zeromq (4.3.3-r0) 00:39:17 Executing busybox-1.31.1-r19.trigger 00:39:17 OK: 8 MiB in 20 packages 00:39:18 Removing intermediate container 0123f9d7c984 00:39:18 ---> 840acdc4847c 00:39:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:18 ---> ab49c780949f 00:39:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:19 ---> 9aad6313ed1b 00:39:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:19 ---> 09f2fcf0c6b5 00:39:19 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:19 ---> Running in 7a79e418c2dc 00:39:19 Removing intermediate container 7a79e418c2dc 00:39:19 ---> 3f7d6382dc3f 00:39:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:19 ---> Running in 605904e4c924 00:39:19 Removing intermediate container 605904e4c924 00:39:19 ---> c14f07cf80d9 00:39:19 Step 21/23 : LABEL arch=x86_64 00:39:20 ---> Running in 308be918d008 00:39:20 Removing intermediate container 308be918d008 00:39:20 ---> 049bc86d8751 00:39:20 Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:39:20 ---> Running in 005d0e15a932 00:39:20 Removing intermediate container 005d0e15a932 00:39:20 ---> c08463ceada7 00:39:20 Step 23/23 : LABEL version=0.0.0 00:39:20 ---> Running in 515e662a37c3 00:39:21 Removing intermediate container 515e662a37c3 00:39:21 ---> d41766668d53 00:39:21 00:39:21 Successfully built d41766668d53 00:39:21 Successfully tagged docker-core-data-go:latest 00:39:21  Building docker-core-data-go ... done  [Pipeline] } 00:39:21 $ docker stop --time=1 dcb48b92f4a2533bd74e8852199717a22449064067f55fe8b3b1761b6750604f 00:39:24 $ docker rm -f dcb48b92f4a2533bd74e8852199717a22449064067f55fe8b3b1761b6750604f [Pipeline] // withDockerContainer [Pipeline] sh 00:39:24 + docker images 00:39:24 + grep docker 00:39:25 docker-core-data-go latest d41766668d53 4 seconds ago 22.4MB 00:39:25 docker-security-bootstrapper-go latest e72133de5ec8 9 seconds ago 18.7MB 00:39:25 docker-core-metadata-go latest 15740d570ea4 18 seconds ago 19MB 00:39:25 docker-support-scheduler-go latest 4258840c85e2 20 seconds ago 17.2MB 00:39:25 docker-sys-mgmt-agent-go latest 3db91202ae22 22 seconds ago 313MB 00:39:25 docker-security-secretstore-setup-go latest 4c5525965bfc About a minute ago 24.9MB 00:39:25 docker-core-command-go latest 421e92b28670 About a minute ago 17.2MB 00:39:25 docker-support-notifications-go latest d266c57d7648 About a minute ago 17.8MB 00:39:25 docker-security-proxy-setup-go latest faf27aad48ed About a minute ago 24.7MB 00:39:25 docker 20.10.0 aefe523efa57 2 months 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:39:40 Still waiting to schedule task 00:39:40 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:30 gofmt -l . 00:40:30 [ "`gofmt -l .`" = "" ] 00:40:30 ./bin/test-go-mod-tidy.sh 00:40:30 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:31 + ls -al . 00:40:31 total 744 00:40:31 drwxrwxr-x 9 1001 1001 4096 Mar 4 00:40 . 00:40:31 drwxr-xr-x 4 root root 4096 Mar 4 00:36 .. 00:40:31 -rw-rw-r-- 1 1001 1001 11 Mar 4 00:34 .dockerignore 00:40:31 drwxrwxr-x 8 1001 1001 4096 Mar 4 00:34 .git 00:40:31 drwxrwxr-x 3 1001 1001 4096 Mar 4 00:34 .github 00:40:31 -rw-rw-r-- 1 1001 1001 818 Mar 4 00:34 .gitignore 00:40:31 -rw-rw-r-- 1 1001 1001 166 Mar 4 00:34 .sonarcloud.properties 00:40:31 -rw-rw-r-- 1 1001 1001 8475 Mar 4 00:34 Attribution.txt 00:40:31 -rw-rw-r-- 1 1001 1001 3804 Mar 4 00:34 CONTRIBUTING.md 00:40:31 -rw-rw-r-- 1 1001 1001 931 Mar 4 00:34 Dockerfile.build 00:40:31 -rw-rw-r-- 1 1001 1001 863 Mar 4 00:34 Jenkinsfile 00:40:31 -rw-rw-r-- 1 1001 1001 10775 Mar 4 00:34 LICENSE 00:40:31 -rw-rw-r-- 1 1001 1001 5774 Mar 4 00:34 Makefile 00:40:31 -rw-rw-r-- 1 1001 1001 6524 Mar 4 00:34 README.md 00:40:31 -rw-rw-r-- 1 1001 1001 6755 Mar 4 00:34 SECURITY.md 00:40:31 -rw-rw-r-- 1 1001 1001 5 Mar 4 00:31 VERSION 00:40:31 -rw-rw-r-- 1 1001 1001 4131 Mar 4 00:34 ZMQWindows.md 00:40:31 drwxrwxr-x 2 1001 1001 4096 Mar 4 00:34 bin 00:40:31 drwxrwxr-x 14 1001 1001 4096 Mar 4 00:34 cmd 00:40:31 -rw-r--r-- 1 root root 604728 Mar 4 00:39 coverage.out 00:40:31 -rw-r--r-- 1 root root 1055 Mar 4 00:40 go.mod 00:40:31 -rw-r--r-- 1 root root 21699 Mar 4 00:40 go.sum 00:40:31 drwxrwxr-x 8 1001 1001 4096 Mar 4 00:34 internal 00:40:31 drwxrwxr-x 4 1001 1001 4096 Mar 4 00:34 openapi 00:40:31 drwxrwxr-x 4 1001 1001 4096 Mar 4 00:34 snap 00:40:31 -rw-rw-r-- 1 1001 1001 168 Mar 4 00:34 version.go [Pipeline] sh 00:40:31 + '[' -e coverage.out ] 00:40:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:31 Warning: overwriting stash ‘coverage-report’ 00:40:33 Stashed 1 file(s) [Pipeline] sh 00:40:33 + make build 00:40:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:39 Running on prd-ubuntu18.04-docker-8c-8g-28418 in /w/workspace/edgexfoundry_edgex-go_PR-3217 [Pipeline] { [Pipeline] ws 00:40:39 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:40:42 using credential edgex-jenkins-ssh 00:40:42 Cloning the remote Git repository 00:40:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:41 > git init /w/workspace/edgex-go/2 # timeout=10 00:40:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:41 > git --version # timeout=10 00:40:41 > git --version # 'git version 2.17.1' 00:40:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:05 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 7fd844e224d53df8123c4983195079c1834b6267 00:41:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3217/head:refs/remotes/origin/PR-3217 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:05 > git config core.sparsecheckout # timeout=10 00:41:05 > git checkout -f 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 00:41:05 > git remote # timeout=10 00:41:05 > git config --get remote.origin.url # timeout=10 00:41:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:05 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 00:41:06 Merge succeeded, producing 62809f395e8db6a82e24e4e42095ccdc785e2d0c 00:41:06 Checking out Revision 62809f395e8db6a82e24e4e42095ccdc785e2d0c (PR-3217) 00:41:06 > git rev-parse HEAD^{commit} # timeout=10 00:41:06 > git config core.sparsecheckout # timeout=10 00:41:06 > git checkout -f 62809f395e8db6a82e24e4e42095ccdc785e2d0c # timeout=10 00:41:09 Commit message: "Merge commit 'f60a6b9b3bbcf5933f7773f85fc76d84301e173f' into HEAD" 00:41:09 > git rev-list --no-walk 7fd844e224d53df8123c4983195079c1834b6267 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:11 + echo snap-build.sh 00:41:11 snap-build.sh 00:41:11 + SNAP_BASE_DIR=. 00:41:11 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:41:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:41:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:41:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:41:11 + cd /w/workspace/edgex-go/2 00:41:11 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:11 Reading package lists... 00:41:11 Building dependency tree... 00:41:11 Reading state information... 00:41:11 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:41:11 The following packages were automatically installed and are no longer required: 00:41:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:11 uidmap xdelta3 00:41:11 Use 'sudo apt autoremove' to remove them. 00:41:11 The following packages will be REMOVED: 00:41:11 lxd* lxd-client* 00:41:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:12 After this operation, 31.7 MB disk space will be freed. 00:41:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:15 Removing lxd dnsmasq configuration 00:41:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:16 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:41:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:17 (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:41:17 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:19 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:19 Processing triggers for ureadahead (0.100.0-21) ... 00:41:21 + sudo snap remove --purge lxd 00:41:21 snap "lxd" is not installed 00:41:21 + sudo groupadd --force --system lxd 00:41:21 ++ whoami 00:41:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:21 + newgrp - lxd 00:41:21 + sudo snap install lxd 00:41:22 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:41:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:30 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:41:31 2021-03-04T00:41:29Z INFO Waiting for automatic snapd restart... 00:41:36 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:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:45 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:41:49 lxd 4.11 from Canonical* installed 00:41:49 + sudo lxd init --auto 00:41:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:55 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:41:58 + sudo snap install --classic snapcraft [Pipeline] } 00:42:00 $ docker stop --time=1 9bb880176777f34b97c05aec48b0d37cf1f57c5334845cc6246e929bc6fabfaf 00:42:03 $ docker rm -f 9bb880176777f34b97c05aec48b0d37cf1f57c5334845cc6246e929bc6fabfaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:05 00:42:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:06 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:06 29e5d40040c1: Pulling fs layer 00:42:06 1ce36da41761: Pulling fs layer 00:42:06 25b303627fd3: Pulling fs layer 00:42:06 29e5d40040c1: Verifying Checksum 00:42:06 29e5d40040c1: Download complete 00:42:07 1ce36da41761: Verifying Checksum 00:42:07 1ce36da41761: Download complete 00:42:07 29e5d40040c1: Pull complete 00:42:08 snapcraft 4.5.1 from Canonical* installed 00:42:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:08 + patch --verbose -p1 00:42:08 Hmm... Looks like a unified diff to me... 00:42:08 The text leading up to this was: 00:42:08 -------------------------- 00:42:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:08 |From: Tony Espy 00:42:08 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:08 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:08 | 00:42:08 |This patch is used by the EdgeX CI pipeline builds to 00:42:08 |optimize the snap CI check run for pull requests. When 00:42:08 |applied, it essentially strips out everything (apps and 00:42:08 |parts) from the snapcraft.yaml file except those required 00:42:08 |to build edgex-go, as the whole idea of the CI check is to 00:42:08 |catch changes to edgex-go that break the snap build. 00:42:08 | 00:42:08 |In general, anyone updating snapcraft.yaml will also need 00:42:08 |to update this patch file, otherwise it may fail to apply, 00:42:08 |resulting in a failed snap build CI check in the associated 00:42:08 |pull request. 00:42:08 | 00:42:08 |Note - in addition to applying this patch, the pipeline also 00:42:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:08 |need to build the finally binary .snap file (and it won't 00:42:08 |work with the patch applied). This further reduces the build 00:42:08 |time. 00:42:08 |--- 00:42:08 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:08 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:08 | 00:42:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:08 |index 1e537489..faf42425 100644 00:42:08 |--- a/snap/snapcraft.yaml 00:42:08 |+++ b/snap/snapcraft.yaml 00:42:08 -------------------------- 00:42:08 patching file snap/snapcraft.yaml 00:42:08 Using Plan A... 00:42:08 Hunk #1 succeeded at 73. 00:42:08 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:42:08 Hunk #3 succeeded at 217 (offset 3 lines). 00:42:08 Hunk #4 succeeded at 225 (offset 3 lines). 00:42:08 Hunk #5 succeeded at 232 (offset 3 lines). 00:42:08 Hunk #6 succeeded at 259 (offset 3 lines). 00:42:08 Hunk #7 succeeded at 293 (offset 3 lines). 00:42:08 Hunk #8 succeeded at 352 (offset 11 lines). 00:42:08 Hmm... Ignoring the trailing garbage. 00:42:08 done 00:42:08 + sudo snapcraft prime --use-lxd 00:42:08 1ce36da41761: Pull complete 00:42:08 25b303627fd3: Download complete 00:42:08 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:08 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:42:08 - README.md 00:42:08 - snapcraft.yaml.orig 00:42:08 00:42:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:09 Launching a container. 00:42:18 25b303627fd3: Pull complete 00:42:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:19 prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container 00:42:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:22 $ docker top 7975197ae2f3ba9795adca41ee4ab50f07fceb78c15a75e4ef4bd078a975577a -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:23 + grep parallel 00:42:23 + docker-compose build --help 00:42:24 Waiting for container to be ready 00:42:25 To start your first instance, try: lxc launch ubuntu:18.04 00:42:25 00:42:28 --parallel Build images in parallel. [Pipeline] } 00:42:28 $ docker stop --time=1 7975197ae2f3ba9795adca41ee4ab50f07fceb78c15a75e4ef4bd078a975577a 00:42:30 $ docker rm -f 7975197ae2f3ba9795adca41ee4ab50f07fceb78c15a75e4ef4bd078a975577a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:31 Waiting for network to be ready... 00:42:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:31 . [Pipeline] withDockerContainer 00:42:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 00:42:31 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:31 prd-ubuntu18.04-docker-arm64-4c-16g-28414 does not seem to be running inside a container 00:42:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 00:42:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:42:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:42:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 00:42:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 00:42:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 00:42:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 00:42:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:33 $ docker top ac5121fa49e01cd837f10eb545ac863c582190cf74fc9c76c24d5b16fc07ece4 -eo pid,comm 00:42:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 00:42:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 00:42:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:42:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:42:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 00:42:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 00:42:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [Pipeline] { [Pipeline] sh 00:42:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:42:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:38 Fetched 24.0 MB in 7s (3600 kB/s) 00:42:39 Reading package lists... 00:42:39 Building docker-core-command-go ... 00:42:39 Building docker-core-data-go ... 00:42:39 Building docker-core-metadata-go ... 00:42:39 Building docker-security-bootstrapper-go ... 00:42:39 Building docker-security-proxy-setup-go ... 00:42:39 Building docker-security-secretstore-setup-go ... 00:42:39 Building docker-support-notifications-go ... 00:42:39 Building docker-support-scheduler-go ... 00:42:39 Building docker-sys-mgmt-agent-go ... 00:42:39 Building docker-core-data-go 00:42:39 Building docker-security-bootstrapper-go 00:42:39 Building docker-security-secretstore-setup-go 00:42:39 Building docker-security-proxy-setup-go 00:42:39 Building docker-core-metadata-go 00:42:39 Reading package lists... 00:42:39 Building dependency tree... 00:42:39 Reading state information... 00:42:40 The following additional packages will be installed: 00:42:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:40 Suggested packages: 00:42:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:40 Recommended packages: 00:42:40 gnupg libsasl2-modules 00:42:40 The following NEW packages will be installed: 00:42:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:40 The following packages will be upgraded: 00:42:40 gpg gpg-agent gpgconf libudev1 00:42:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:42:40 Need to get 3530 kB of archives. 00:42:40 After this operation, 13.3 MB of additional disk space will be used. 00:42:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:42:40 Get:2 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:42:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:42:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:42:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:42:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:42:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:42:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:42:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:42:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:42:41 debconf: delaying package configuration, since apt-utils is not installed 00:42:41 Fetched 3530 kB in 1s (3043 kB/s) 00:42:41 (Reading database ... 12511 files and directories currently installed.) 00:42:41 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:42:41 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:41 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:42:42 Selecting previously unselected package udev. 00:42:42 (Reading database ... 12511 files and directories currently installed.) 00:42:42 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:42:42 Unpacking udev (237-3ubuntu10.44) ... 00:42:42 Selecting previously unselected package libfuse2:amd64. 00:42:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:42 Selecting previously unselected package fuse. 00:42:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:42 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:43 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:42:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:42:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:42:43 Selecting previously unselected package libksba8:amd64. 00:42:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:43 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:43 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:44 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:45 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:45 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:45 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:45 Selecting previously unselected package libsasl2-2:amd64. 00:42:45 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:45 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:45 Selecting previously unselected package libldap-common. 00:42:45 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:42:45 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:42:45 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:45 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:42:45 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:42:45 Selecting previously unselected package dirmngr. 00:42:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:42:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:42:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:42:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:46 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:46 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:42:46 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:46 Setting up udev (237-3ubuntu10.44) ... 00:42:46 invoke-rc.d: policy-rc.d denied execution of start. 00:42:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:46 Processing triggers for systemd (237-3ubuntu10) ... 00:42:46 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:47 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:42:47 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:42:47 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:42:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:48 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:48 settings in the [Install] section, and DefaultInstance for template units). 00:42:48 This means they are not meant to be enabled using systemctl. 00:42:48 Possible reasons for having this kind of units are: 00:42:48 1) A unit may be statically enabled by being symlinked from another unit's 00:42:48 .wants/ or .requires/ directory. 00:42:48 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:48 a requirement dependency on it. 00:42:48 3) A unit may be started when needed via activation (socket, path, timer, 00:42:48 D-Bus, udev, scripted systemctl call, ...). 00:42:48 4) In case of template units, the unit is meant to be enabled with some 00:42:48 instance name specified. 00:42:48 Reading package lists... 00:42:48 Building dependency tree... 00:42:48 Reading state information... 00:42:49 The following additional packages will be installed: 00:42:49 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:49 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:49 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:49 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:49 Suggested packages: 00:42:49 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:49 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:49 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:49 systemd-container policykit-1 00:42:49 Recommended packages: 00:42:49 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:49 The following NEW packages will be installed: 00:42:49 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:49 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:49 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:49 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:49 python3.6-minimal snapd squashfs-tools sudo 00:42:49 The following packages will be upgraded: 00:42:49 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:49 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:42:49 Need to get 35.2 MB of archives. 00:42:49 After this operation, 141 MB of additional disk space will be used. 00:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:42:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:42:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:42:49 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:42:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:42:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:42:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:42:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:42:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:42:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:42:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:42:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:42:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:42:50 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:42:50 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:42:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:42:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:42:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:42:50 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:42:50 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:42:50 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:42:50 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:42:50 debconf: delaying package configuration, since apt-utils is not installed 00:42:50 Fetched 35.2 MB in 1s (28.1 MB/s) 00:42:51 (Reading database ... 12757 files and directories currently installed.) 00:42:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:42:51 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:42:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:51 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:42:52 (Reading database ... 12757 files and directories currently installed.) 00:42:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:42:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:42:52 (Reading database ... 12757 files and directories currently installed.) 00:42:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:42:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:53 Setting up apt (1.6.12ubuntu0.2) ... 00:42:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:42:54 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:42:54 (Reading database ... 12764 files and directories currently installed.) 00:42:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:42:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:42:54 Selecting previously unselected package libpython3.6-minimal:amd64. 00:42:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:42:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:42:55 Selecting previously unselected package libexpat1:amd64. 00:42:55 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:42:55 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:55 Selecting previously unselected package python3.6-minimal. 00:42:55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:42:55 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:42:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:42:55 Checking for services that may need to be restarted...done. 00:42:55 Checking for services that may need to be restarted...done. 00:42:55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:42:55 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:42:56 Selecting previously unselected package python3-minimal. 00:42:56 (Reading database ... 13012 files and directories currently installed.) 00:42:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:42:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:42:56 Selecting previously unselected package mime-support. 00:42:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:42:56 Unpacking mime-support (3.60ubuntu1) ... 00:42:56 Selecting previously unselected package libmpdec2:amd64. 00:42:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:42:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:42:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:42:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:42:57 Selecting previously unselected package python3.6. 00:42:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:42:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:42:57 Selecting previously unselected package libpython3-stdlib:amd64. 00:42:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:42:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:57 Setting up python3-minimal (3.6.7-1~18.04) ... 00:42:58 Selecting previously unselected package python3. 00:42:58 (Reading database ... 13442 files and directories currently installed.) 00:42:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:42:58 Unpacking python3 (3.6.7-1~18.04) ... 00:42:58 Selecting previously unselected package multiarch-support. 00:42:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:42:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:42:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:42:58 Selecting previously unselected package liblzo2-2:amd64. 00:42:58 (Reading database ... 13479 files and directories currently installed.) 00:42:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:42:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:42:58 Selecting previously unselected package libbsd0:amd64. 00:42:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:42:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:58 Selecting previously unselected package sudo. 00:42:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:42:58 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:42:59 Selecting previously unselected package apparmor. 00:42:59 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:42:59 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:42:59 Selecting previously unselected package libedit2:amd64. 00:42:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:42:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:42:59 Selecting previously unselected package libkrb5support0:amd64. 00:42:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:42:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:59 Selecting previously unselected package libk5crypto3:amd64. 00:42:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:42:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:00 Selecting previously unselected package libkeyutils1:amd64. 00:43:00 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:00 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:00 Selecting previously unselected package libkrb5-3:amd64. 00:43:00 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:00 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:00 Selecting previously unselected package libssl1.0.0:amd64. 00:43:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:43:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:00 Selecting previously unselected package openssh-client. 00:43:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:01 Selecting previously unselected package squashfs-tools. 00:43:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:01 Selecting previously unselected package snapd. 00:43:01 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:43:01 Unpacking snapd (2.48.3+18.04) ... 00:43:04 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:05 Setting up mime-support (3.60ubuntu1) ... 00:43:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:05 Setting up systemd (237-3ubuntu10.44) ... 00:43:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:06 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:06 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:06 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:06 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:06 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:08 Setting up python3 (3.6.7-1~18.04) ... 00:43:08 running python rtupdate hooks for python3.6... 00:43:08 running python post-rtupdate hooks for python3.6... 00:43:08 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:11 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:11 Setting up snapd (2.48.3+18.04) ... 00:43:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:15 /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:43:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:15 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:18 Reading package lists... 00:43:18 Reading package lists... 00:43:19 Building dependency tree... 00:43:19 Reading state information... 00:43:19 Calculating upgrade... 00:43:19 The following packages will be upgraded: 00:43:19 advancecomp base-files bash binutils binutils-common 00:43:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:19 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:19 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:19 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:19 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:19 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:19 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:19 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:19 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:19 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:19 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:19 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:19 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:19 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:19 Need to get 63.8 MB of archives. 00:43:19 After this operation, 5202 kB of additional disk space will be used. 00:43:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 00:43:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:20 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:43:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:20 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:20 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:21 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:21 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:21 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:21 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:21 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:21 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:21 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:21 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:43:21 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:43:21 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:21 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:21 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:21 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:21 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:21 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:21 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:21 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:21 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:21 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:21 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:21 Get:49 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:43:21 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:21 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:21 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:43:21 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:21 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:21 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:21 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:21 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:21 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:43:21 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:21 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:21 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:43:21 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:21 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:21 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:43:21 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:21 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:21 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:21 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:43:21 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:21 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:21 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:21 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:21 Get:73 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:43:21 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:21 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:43:21 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:21 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:21 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:43:21 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:21 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:21 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:21 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:21 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:21 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:43:21 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:43:21 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:43:21 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:21 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:21 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:21 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:22 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:22 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:22 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:22 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:22 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:43:22 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:22 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:22 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:22 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:23 debconf: delaying package configuration, since apt-utils is not installed 00:43:23 Fetched 63.8 MB in 3s (19.9 MB/s) 00:43:23 (Reading database ... 13912 files and directories currently installed.) 00:43:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:24 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:24 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:24 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 00:43:24 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 00:43:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:26 (Reading database ... 13911 files and directories currently installed.) 00:43:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:26 (Reading database ... 13911 files and directories currently installed.) 00:43:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:27 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:27 (Reading database ... 13911 files and directories currently installed.) 00:43:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:28 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:28 (Reading database ... 13911 files and directories currently installed.) 00:43:28 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:28 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:29 Setting up base-files (10.1ubuntu2.10) ... 00:43:29 Installing new version of config file /etc/issue ... 00:43:29 Installing new version of config file /etc/issue.net ... 00:43:29 Installing new version of config file /etc/lsb-release ... 00:43:29 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:29 Removing obsolete conffile /etc/default/motd-news ... 00:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:29 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:30 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:30 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:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:30 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:30 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:30 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:30 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:30 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:32 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:32 (Reading database ... 13912 files and directories currently installed.) 00:43:32 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:32 Setting up grep (3.1-2build1) ... 00:43:32 (Reading database ... 13912 files and directories currently installed.) 00:43:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:32 Setting up login (1:4.5-1ubuntu2) ... 00:43:33 (Reading database ... 13912 files and directories currently installed.) 00:43:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:33 (Reading database ... 13912 files and directories currently installed.) 00:43:33 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:33 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:34 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:34 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:34 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:37 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:38 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:38 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:38 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:38 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:39 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:39 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:39 (Reading database ... 13912 files and directories currently installed.) 00:43:39 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:39 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:39 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:39 (Reading database ... 13912 files and directories currently installed.) 00:43:39 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:39 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:39 (Reading database ... 13912 files and directories currently installed.) 00:43:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:40 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:40 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:40 (Reading database ... 13912 files and directories currently installed.) 00:43:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:40 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:41 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:42 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:42 (Reading database ... 13912 files and directories currently installed.) 00:43:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:43 (Reading database ... 13912 files and directories currently installed.) 00:43:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:43 Setting up debconf (1.5.66ubuntu1) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:43:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:43:44 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:44 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:46 (Reading database ... 13914 files and directories currently installed.) 00:43:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:43:46 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:46 (Reading database ... 13914 files and directories currently installed.) 00:43:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:47 (Reading database ... 13914 files and directories currently installed.) 00:43:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:47 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:47 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:43:47 ---> f3c13a41035b 00:43:47 Step 3/30 : WORKDIR /edgex-go 00:43:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:47 ---> f3c13a41035b 00:43:47 Step 3/24 : WORKDIR /edgex-go 00:43:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:47 ---> f3c13a41035b 00:43:47 Step 3/23 : WORKDIR /edgex-go 00:43:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:47 ---> f3c13a41035b 00:43:47 Step 3/23 : WORKDIR /edgex-go 00:43:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:47 ---> f3c13a41035b 00:43:47 Step 3/21 : WORKDIR /edgex-go 00:43:47 (Reading database ... 13914 files and directories currently installed.) 00:43:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:48 (Reading database ... 13914 files and directories currently installed.) 00:43:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:48 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:48 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:48 (Reading database ... 13914 files and directories currently installed.) 00:43:48 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:48 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:49 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:49 (Reading database ... 13914 files and directories currently installed.) 00:43:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:49 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:49 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:43:49 (Reading database ... 13914 files and directories currently installed.) 00:43:49 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:49 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:49 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:49 (Reading database ... 13914 files and directories currently installed.) 00:43:49 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:49 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:49 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:50 (Reading database ... 13914 files and directories currently installed.) 00:43:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:50 (Reading database ... 13914 files and directories currently installed.) 00:43:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:50 (Reading database ... 13914 files and directories currently installed.) 00:43:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:50 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:51 (Reading database ... 13914 files and directories currently installed.) 00:43:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:51 (Reading database ... 13915 files and directories currently installed.) 00:43:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:43:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:43:52 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:43:52 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:43:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:53 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:53 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:53 ---> Running in 6fa25ceafc6c 00:43:53 ---> Running in 46e229d263fe 00:43:53 ---> Running in b0fdd315bb58 00:43:53 ---> Running in 1b8674e58042 00:43:53 ---> Running in 75598e4aee29 00:43:53 Removing intermediate container 75598e4aee29 00:43:53 ---> 181118d8aad5 00:43:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:53 Removing intermediate container 1b8674e58042 00:43:53 ---> 6d115155f8a4 00:43:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:53 Removing intermediate container 46e229d263fe 00:43:53 ---> bb8f689ad7e4 00:43:53 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:53 Removing intermediate container b0fdd315bb58 00:43:53 ---> d0099da8d4bc 00:43:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:53 Removing intermediate container 6fa25ceafc6c 00:43:53 ---> e104082d1bb0 00:43:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:53 ---> Running in 1b5dac2e0614 00:43:53 ---> Running in 843614ea860b 00:43:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:53 ---> Running in 1ee5f03fea65 00:43:53 ---> Running in 153a5848528f 00:43:53 ---> Running in 3f37d47a4056 00:43:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:54 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:43:54 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:43:55 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:55 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:55 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:55 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:55 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:55 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:56 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:56 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:56 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:57 Removing intermediate container 1b5dac2e0614 00:43:57 ---> ff1ea95a4139 00:43:57 Step 5/24 : RUN apk add --update --no-cache make git 00:43:57 Removing intermediate container 843614ea860b 00:43:57 ---> 464d13c8c429 00:43:57 Step 5/30 : RUN apk add --update --no-cache make git 00:43:57 ---> Running in 6e7acbb61622 00:43:57 Removing intermediate container 1ee5f03fea65 00:43:57 ---> 4e7c295f9b67 00:43:57 Step 5/21 : RUN apk add --update --no-cache make git 00:43:57 ---> Running in 6605ddc64584 00:43:58 Removing intermediate container 3f37d47a4056 00:43:58 ---> 3b29bbbebd71 00:43:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:43:58 ---> Running in 0edaabe74d08 00:43:58 Removing intermediate container 153a5848528f 00:43:58 ---> 692f5979cd57 00:43:58 Step 5/23 : RUN apk add --update --no-cache make git 00:43:58 ---> Running in 0c0cd88570e2 00:43:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:58 ---> Running in c5e0029d2620 00:43:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:59 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:01 OK: 217 MiB in 51 packages 00:44:02 OK: 217 MiB in 51 packages 00:44:02 OK: 217 MiB in 51 packages 00:44:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:02 OK: 217 MiB in 51 packages 00:44:02 OK: 217 MiB in 51 packages 00:44:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:03 Removing intermediate container 6e7acbb61622 00:44:03 ---> 704b6fd91c8b 00:44:03 Step 6/24 : COPY go.mod . 00:44:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:04 Removing intermediate container 6605ddc64584 00:44:04 ---> a7a4f45392f1 00:44:04 Step 6/30 : COPY go.mod . 00:44:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:04 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:04 Removing intermediate container c5e0029d2620 00:44:04 ---> b0262a01e969 00:44:04 Step 6/23 : COPY go.mod . 00:44:04 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:04 00:44:04 Current default time zone: 'Etc/UTC' 00:44:04 Local time is now: Thu Mar 4 00:44:04 UTC 2021. 00:44:04 Universal Time is now: Thu Mar 4 00:44:04 UTC 2021. 00:44:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:04 00:44:04 ---> df9a98373db7 00:44:04 Step 7/24 : RUN go mod download 00:44:04 Removing intermediate container 0c0cd88570e2 00:44:04 ---> 9e081926a2be 00:44:04 Step 6/23 : COPY go.mod . 00:44:04 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 00:44:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:04 Removing intermediate container 0edaabe74d08 00:44:04 ---> 644e862aa81c 00:44:04 Step 6/21 : COPY go.mod . 00:44:04 ---> Running in 5c9995d9584c 00:44:05 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:05 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:05 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:05 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:05 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:05 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:05 ---> ddb709d77629 00:44:05 Step 7/30 : RUN go mod download 00:44:05 ---> Running in b4c7ed6683c7 00:44:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:05 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:05 ---> 9c472019cc1a 00:44:05 Step 7/23 : RUN go mod download 00:44:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:44:05 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:05 Setting up ca-certificates (20210119~18.04.1) ... 00:44:06 ---> 81b4a10aa7ee 00:44:06 Step 7/23 : RUN go mod download 00:44:06 ---> Running in 219d73cd0153 00:44:06 ---> Running in 6d8f28cd0d0c 00:44:06 ---> f189e4b5d9fc 00:44:06 Step 7/21 : RUN go mod download 00:44:06 ---> Running in 12bd6ad98217 00:44:07 Updating certificates in /etc/ssl/certs... 00:44:08 23 added, 27 removed; done. 00:44:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:09 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:09 Removing intermediate container 5c9995d9584c 00:44:09 ---> 93b22676b6c6 00:44:09 Step 8/24 : COPY . . 00:44:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:09 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:44:09 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:09 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:09 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:44:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:10 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:10 Removing intermediate container b4c7ed6683c7 00:44:10 ---> 6001fdfb8dfa 00:44:10 Step 8/30 : COPY . . 00:44:10 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:10 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:10 Updating certificates in /etc/ssl/certs... 00:44:10 Removing intermediate container 219d73cd0153 00:44:10 ---> 3ba6f01c6688 00:44:10 Step 8/23 : COPY . . 00:44:11 0 added, 0 removed; done. 00:44:11 Running hooks in /etc/ca-certificates/update.d... 00:44:11 done. 00:44:11 Removing intermediate container 6d8f28cd0d0c 00:44:11 ---> c6126b6b2cf0 00:44:11 Step 8/23 : COPY . . 00:44:11 Removing intermediate container 12bd6ad98217 00:44:11 ---> 8b264d6f2f82 00:44:11 Step 8/21 : COPY . . 00:44:11 Reading package lists... 00:44:12 Building dependency tree... 00:44:12 Reading state information... 00:44:12 The following NEW packages will be installed: 00:44:12 apt-transport-https 00:44:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:12 Need to get 1696 B of archives. 00:44:12 After this operation, 153 kB of additional disk space will be used. 00:44:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:13 debconf: delaying package configuration, since apt-utils is not installed 00:44:13 Fetched 1696 B in 0s (8390 B/s) 00:44:13 Selecting previously unselected package apt-transport-https. 00:44:13 (Reading database ... 13920 files and directories currently installed.) 00:44:13 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:13 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:13 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:13 Waiting for network to be ready... 00:44:21 2021-03-04T00:44:18Z INFO Waiting for automatic snapd restart... 00:44:21 snapd 2.48.2.1 from Canonical* installed 00:44:21 "snapd" switched to the "latest/stable" channel 00:44:21 00:44:28 core18 20210128 from Canonical* installed 00:44:28 "core18" switched to the "latest/stable" channel 00:44:28 00:44:36 snapcraft 4.5.1 from Canonical* installed 00:44:36 "snapcraft" switched to the "latest/stable" channel 00:44:36 00:44:38 ---> bd0454a1b880 00:44:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:38 ---> 5238028d8ffc 00:44:38 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:44:38 ---> 25768074126b 00:44:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:44:38 ---> Running in accf77ff86bd 00:44:38 ---> 28a71e83466b 00:44:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:38 ---> 85158174f9bb 00:44:38 Step 9/23 : RUN make cmd/core-data/core-data 00:44:38 ---> Running in a16eb2655084 00:44:38 ---> Running in a881dfd430da 00:44:38 ---> Running in 71cb5bd6f03a 00:44:38 ---> Running in 972a44bf0d96 00:44:39 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:44:39 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:44:39 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:44:39 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:44:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:40 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:44:40 - README.md 00:44:40 - snapcraft.yaml.orig 00:44:40 00:44:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:50 Reading package lists... 00:44:51 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:44:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:57 Reading package lists... 00:44:57 Building dependency tree... 00:44:57 Reading state information... 00:44:57 Suggested packages: 00:44:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:57 Recommended packages: 00:44:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:57 The following NEW packages will be installed: 00:44:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:57 pkg-config zip 00:44:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:57 Need to get 7655 kB of archives. 00:44:57 After this operation, 43.7 MB of additional disk space will be used. 00:44:57 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:44:58 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:58 debconf: delaying package configuration, since apt-utils is not installed 00:44:58 Fetched 7655 kB in 1s (9218 kB/s) 00:44:59 Selecting previously unselected package libglib2.0-0:amd64. 00:44:59 (Reading database ... 13924 files and directories currently installed.) 00:44:59 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:59 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:59 Selecting previously unselected package libpsl5:amd64. 00:44:59 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:59 Selecting previously unselected package libnghttp2-14:amd64. 00:44:59 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:59 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:59 Selecting previously unselected package librtmp1:amd64. 00:44:59 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:00 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:00 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:00 Selecting previously unselected package liberror-perl. 00:45:00 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:00 Unpacking liberror-perl (0.17025-1) ... 00:45:00 Selecting previously unselected package git-man. 00:45:00 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:00 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:00 Selecting previously unselected package git. 00:45:00 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:00 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:01 Selecting previously unselected package libnorm1:amd64. 00:45:01 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:01 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:01 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:01 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:01 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:01 Selecting previously unselected package libsodium23:amd64. 00:45:01 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:02 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:02 Selecting previously unselected package libzmq5:amd64. 00:45:02 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:02 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:02 Selecting previously unselected package libzmq3-dev:amd64. 00:45:02 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:02 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:02 Selecting previously unselected package pkg-config. 00:45:02 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:02 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:02 Selecting previously unselected package zip. 00:45:02 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:02 Unpacking zip (3.0-11build1) ... 00:45:02 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:02 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:02 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:02 Setting up liberror-perl (0.17025-1) ... 00:45:02 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:02 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:02 No schema files found: doing nothing. 00:45:02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:02 Setting up zip (3.0-11build1) ... 00:45:02 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:02 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:03 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:03 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:03 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:03 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:03 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:10 git set to automatically installed. 00:45:10 git-man set to automatically installed. 00:45:10 libcurl3-gnutls set to automatically installed. 00:45:10 liberror-perl set to automatically installed. 00:45:10 libglib2.0-0 set to automatically installed. 00:45:10 libnghttp2-14 set to automatically installed. 00:45:10 libnorm1 set to automatically installed. 00:45:10 libpgm-5.2-0 set to automatically installed. 00:45:10 libpsl5 set to automatically installed. 00:45:10 librtmp1 set to automatically installed. 00:45:10 libsodium23 set to automatically installed. 00:45:10 libzmq3-dev set to automatically installed. 00:45:10 libzmq5 set to automatically installed. 00:45:10 pkg-config set to automatically installed. 00:45:10 zip set to automatically installed. 00:45:12 snapd is not logged in, snap install commands will use sudo 00:45:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:19 snap "core18" has no updates available 00:45:21 Pulling config-common 00:45:21 + snapcraftctl pull 00:45:23 Pulling go-build-helper 00:45:23 + snapcraftctl pull 00:45:55 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 00:45:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 00:45:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:45:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:45:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 00:45:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 00:45:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 00:45:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 00:45:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 00:45:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 00:45:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:45:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:45:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 00:45:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 00:45:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 00:45:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:45:55 Fetched 24.0 MB in 6s (3916 kB/s) 00:45:55 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:55 Fetched 96.5 kB in 0s (0 B/s) 00:45:55 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:55 Fetched 279 kB in 0s (0 B/s) 00:45:55 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:55 Fetched 122 kB in 0s (0 B/s) 00:45:55 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:55 Fetched 77.8 kB in 0s (0 B/s) 00:45:55 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:55 Fetched 8848 B in 0s (0 B/s) 00:45:55 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:55 Fetched 47.8 kB in 0s (0 B/s) 00:45:55 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:55 Fetched 45.6 kB in 0s (0 B/s) 00:45:55 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:55 Fetched 15.0 kB in 0s (0 B/s) 00:45:55 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:55 Fetched 214 kB in 0s (0 B/s) 00:45:55 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:45:55 Fetched 154 kB in 0s (0 B/s) 00:45:55 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:55 Fetched 50.6 kB in 0s (0 B/s) 00:45:55 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:55 Fetched 14.8 kB in 0s (0 B/s) 00:45:55 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:55 Fetched 41.8 kB in 0s (0 B/s) 00:45:55 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:55 Fetched 499 kB in 0s (0 B/s) 00:45:55 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:55 Fetched 111 kB in 0s (0 B/s) 00:45:55 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:55 Fetched 240 kB in 0s (0 B/s) 00:45:55 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:55 Fetched 29.3 kB in 0s (0 B/s) 00:45:55 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:55 Fetched 85.5 kB in 0s (0 B/s) 00:45:55 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:55 Fetched 24.5 kB in 0s (0 B/s) 00:45:55 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:55 Fetched 49.2 kB in 0s (0 B/s) 00:45:55 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:55 Fetched 54.2 kB in 0s (0 B/s) 00:45:55 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:55 Fetched 30.8 kB in 0s (0 B/s) 00:45:55 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:45:55 Fetched 15.8 kB in 0s (0 B/s) 00:45:55 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:55 Fetched 85.9 kB in 0s (0 B/s) 00:45:55 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:55 Fetched 8720 B in 0s (0 B/s) 00:45:55 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:55 Fetched 137 kB in 0s (0 B/s) 00:45:55 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:55 Fetched 119 kB in 0s (0 B/s) 00:45:55 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:55 Fetched 109 kB in 0s (0 B/s) 00:45:55 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:55 Fetched 11.1 kB in 0s (0 B/s) 00:45:55 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:55 Fetched 645 kB in 0s (0 B/s) 00:45:55 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:55 Fetched 41.3 kB in 0s (0 B/s) 00:45:55 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:55 Fetched 17.9 kB in 0s (0 B/s) 00:45:55 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:55 Fetched 368 kB in 0s (0 B/s) 00:45:55 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:55 Fetched 187 kB in 0s (0 B/s) 00:45:55 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:55 Fetched 175 kB in 0s (0 B/s) 00:45:55 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:55 Fetched 206 kB in 0s (0 B/s) 00:45:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 00:45:55 Fetched 1301 kB in 0s (0 B/s) 00:45:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:55 Fetched 36.2 kB in 0s (0 B/s) 00:45:55 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:55 Fetched 159 kB in 0s (0 B/s) 00:45:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:55 Fetched 107 kB in 0s (0 B/s) 00:45:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:55 Fetched 48.7 kB in 0s (0 B/s) 00:45:55 Pulling static-packages 00:45:55 + snapcraftctl pull 00:45:57 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:45:57 Skipping pull go-build-helper (already ran) 00:45:57 Skipping pull static-packages (already ran) 00:45:57 Building go-build-helper 00:45:57 + snapcraftctl build 00:46:04 Building static-packages 00:46:04 + snapcraftctl build 00:46:08 Staging go-build-helper 00:46:08 + snapcraftctl stage 00:46:08 Staging static-packages 00:46:08 + snapcraftctl stage 00:46:11 Pulling go115 00:46:11 + snapcraftctl pull 00:46:12 'edgex-go' has dependencies that need to be staged: go115 00:46:12 Skipping pull go115 (already ran) 00:46:12 Building go115 00:46:12 + dpkg --print-architecture 00:46:12 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:46:12 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:46:12 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:46:12 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:12 Dload Upload Total Spent Left Speed 00:46:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9871k 0 0 20.8M 0 0:00:05 --:--:-- 0:00:05 20.8M 41 115M 41 48.2M 0 0 32.4M 0 0:00:03 0:00:01 0:00:02 32.3M 73 115M 73 85.1M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 35.5M 0 0:00:03 0:00:03 --:--:-- 35.5M 00:46:15 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:46:15 + sha256sum -c sha256 00:46:15 + grep OK 00:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46: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:46:17 go1.15.2.linux-amd64.tar.gz: OK 00:46:17 + mkdir -p /root/stage/go1.15 00:46:17 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:46:25 Staging go115 00:46:25 + snapcraftctl stage 00:46:26 Removing intermediate container accf77ff86bd 00:46:26 ---> e250e4593a43 00:46:26 00:46:26 Step 10/24 : FROM alpine:3.12 00:46:26 3.12: Pulling from library/alpine 00:46:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:46:28 Status: Downloaded newer image for alpine:3.12 00:46:28 ---> d10569e2745f 00:46:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:29 ---> Running in 0d008f8f77a6 00:46:30 Removing intermediate container 71cb5bd6f03a 00:46:30 ---> dec493b4f2e7 00:46:30 00:46:30 Step 10/21 : FROM alpine:3.12 00:46:30 ---> d10569e2745f 00:46:30 Step 11/21 : RUN apk add --update --no-cache curl 00:46:30 ---> Running in 563325e07892 00:46:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:32 Fetched 0 B in 0s (0 B/s) 00:46:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:32 Fetched 224 kB in 0s (0 B/s) 00:46:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:32 Fetched 157 kB in 0s (0 B/s) 00:46:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:32 Fetched 221 kB in 0s (0 B/s) 00:46:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:32 Fetched 143 kB in 0s (0 B/s) 00:46:32 Pulling edgex-go 00:46:32 + snapcraftctl pull 00:46:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:34 Pulling version 00:46:34 + cd /root/project 00:46:34 + [ -f VERSION ] 00:46:34 + PROJECT_VERSION=local-dev 00:46:34 + git rev-parse --short HEAD 00:46:34 + GIT_REVISION=62809f39 00:46:34 + snapcraftctl set-version local-dev 00:46:35 (1/5) Installing ca-certificates (20191127-r4) 00:46:35 (1/4) Installing ca-certificates (20191127-r4) 00:46:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:35 (3/5) Installing libcurl (7.69.1-r3) 00:46:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:35 (3/4) Installing libcurl (7.69.1-r3) 00:46:35 (4/5) Installing curl (7.69.1-r3) 00:46:35 (5/5) Installing dumb-init (1.2.2-r1) 00:46:35 (4/4) Installing curl (7.69.1-r3) 00:46:35 Executing busybox-1.31.1-r19.trigger 00:46:35 Executing busybox-1.31.1-r19.trigger 00:46:35 Executing ca-certificates-20191127-r4.trigger 00:46:35 Executing ca-certificates-20191127-r4.trigger 00:46:36 OK: 7 MiB in 18 packages 00:46:36 OK: 7 MiB in 19 packages 00:46:36 Building config-common 00:46:36 + snapcraftctl build 00:46:36 Removing intermediate container a881dfd430da 00:46:36 ---> fc13c9e1a37c 00:46:36 00:46:36 Step 10/30 : FROM alpine:3.12 00:46:36 ---> d10569e2745f 00:46:36 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:46:36 ---> Running in fe1de3b7bfe9 00:46:37 Removing intermediate container fe1de3b7bfe9 00:46:37 ---> 200cc5b1c546 00:46:37 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:46:37 ---> Running in 34b25531dde3 00:46:40 Skipping build go-build-helper (already ran) 00:46:40 Skipping build static-packages (already ran) 00:46:40 Skipping build go115 (already ran) 00:46:40 Building edgex-go 00:46:40 Removing intermediate container 563325e07892 00:46:40 ---> 807a7d1e033a 00:46:40 Removing intermediate container 0d008f8f77a6 00:46:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> bc9b1438c8c7 00:46:40 00:46:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 ---> Running in d9c86769ff25 00:46:40 ---> Running in b3f8c932ec8b 00:46:41 (1/2) Installing dumb-init (1.2.2-r1) 00:46:41 (2/2) Installing su-exec (0.2-r1) 00:46:41 Executing busybox-1.31.1-r19.trigger 00:46:41 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:46:41 + cd /root/parts/edgex-go/src 00:46:41 + make build 00:46:41 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:46:41 OK: 5 MiB in 16 packages 00:46:41 Removing intermediate container d9c86769ff25 00:46:41 ---> f14f5b0caec5 00:46:41 Step 13/24 : WORKDIR / 00:46:41 Removing intermediate container b3f8c932ec8b 00:46:41 ---> 59bbcf0fa8b8 00:46:41 Step 13/21 : WORKDIR /edgex 00:46:41 ---> Running in cd914a628982 00:46:41 ---> Running in 5b6fabe13a31 00:46:42 Removing intermediate container cd914a628982 00:46:42 ---> a307386a31b7 00:46:42 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:46:42 Removing intermediate container 5b6fabe13a31 00:46:42 ---> fccf6a40b0e3 00:46:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:43 Removing intermediate container 34b25531dde3 00:46:43 ---> f17d28d9b116 00:46:43 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:46:43 go: downloading github.com/gorilla/mux v1.8.0 00:46:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 00:46:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 00:46:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 00:46:43 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:46:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 00:46:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 00:46:43 go: downloading github.com/google/uuid v1.2.0 00:46:43 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:43 go: downloading github.com/x448/float16 v0.8.4 00:46:43 go: downloading github.com/pebbe/zmq4 v1.2.5 00:46:43 ---> Running in bb67f15dcfbb 00:46:43 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:43 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:43 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:43 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:43 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:43 go: downloading github.com/pkg/errors v0.8.1 00:46:43 go: downloading github.com/imdario/mergo v0.3.11 00:46:43 go: downloading github.com/go-kit/kit v0.8.0 00:46:43 go: downloading github.com/hashicorp/consul/api v1.8.1 00:46:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:43 go: downloading github.com/leodido/go-urn v1.2.0 00:46:43 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:43 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:43 go: downloading github.com/hashicorp/serf v0.9.5 00:46:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:46:43 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:43 go: downloading github.com/go-playground/locales v0.13.0 00:46:43 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:46:43 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:43 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:44 ---> 712261cdf9ec 00:46:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:44 ---> 90fec431ee22 00:46:44 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:46:44 go: downloading github.com/fatih/color v1.9.0 00:46:44 go: downloading github.com/mattn/go-isatty v0.0.12 00:46:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:44 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 00:46:44 go: downloading github.com/mattn/go-colorable v0.1.6 00:46:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:44 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:44 Removing intermediate container bb67f15dcfbb 00:46:44 ---> 0def771ac2ba 00:46:44 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:46:44 ---> Running in 6643effddc1d 00:46:45 ---> ce9c08364e5c 00:46:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:45 Removing intermediate container 6643effddc1d 00:46:45 ---> a51c8265e9c3 00:46:45 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:46:45 ---> 5d60924c9fa1 00:46:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:45 ---> Running in 6035eecfa455 00:46:47 ---> 151bd52d8e3d 00:46:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:47 ---> e980c83434a9 00:46:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:48 ---> Running in f89fdf1cd410 00:46:48 Removing intermediate container f89fdf1cd410 00:46:48 ---> d902ec8db2b0 00:46:48 Step 18/21 : CMD ["--init=true"] 00:46:49 ---> cd540b1f4950 00:46:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:49 ---> Running in bfc1f6ed9464 00:46:49 Removing intermediate container 6035eecfa455 00:46:49 ---> 068f2aa2e348 00:46:49 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:46:50 ---> Running in 4748e75ee9d6 00:46:50 Removing intermediate container bfc1f6ed9464 00:46:50 ---> afca6b08e4ce 00:46:50 Step 19/21 : LABEL arch=arm64 00:46:51 ---> 875d8f583cbb 00:46:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:51 ---> Running in 24e454b54cfb 00:46:51 Removing intermediate container 4748e75ee9d6 00:46:51 ---> d28af94dd126 00:46:51 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:46:51 Removing intermediate container 24e454b54cfb 00:46:51 ---> 21ee0e1e2c42 00:46:51 Step 20/21 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:46:52 ---> 662962602324 00:46:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:46:53 ---> Running in c70d2bede961 00:46:53 ---> Running in 0453944c9710 00:46:53 ---> daacaa2f79da 00:46:53 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:46:54 ---> Running in 14eaf7246560 00:46:54 Removing intermediate container c70d2bede961 00:46:54 ---> 9438a398fc40 00:46:54 Step 21/21 : LABEL version=0.0.0 00:46:54 Removing intermediate container a16eb2655084 00:46:54 ---> d45218692043 00:46:54 00:46:54 Step 10/23 : FROM alpine:3.12 00:46:54 ---> d10569e2745f 00:46:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:54 ---> Running in 0296d0719c1e 00:46:54 ---> Running in d7985705fab6 00:46:55 Removing intermediate container 0296d0719c1e 00:46:55 ---> 86e2bf372d6d 00:46:55 00:46:56 Successfully built 86e2bf372d6d 00:46:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:56  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:46:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:56 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:46:56 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:57 Removing intermediate container 0453944c9710 00:46:57 ---> 20c8f6ab22cc 00:46:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:57 ---> Running in a51058ddc5fc 00:46:57 (1/1) Installing dumb-init (1.2.2-r1) 00:46:57 Executing busybox-1.31.1-r19.trigger 00:46:57 OK: 5 MiB in 15 packages 00:47:00 Removing intermediate container a51058ddc5fc 00:47:00 ---> 707ada7e0419 00:47:00 Step 22/24 : LABEL arch=arm64 00:47:00 Removing intermediate container 14eaf7246560 00:47:00 ---> 237f0a454935 00:47:00 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:00 ---> Running in f2d80a479c76 00:47:00 Removing intermediate container 972a44bf0d96 00:47:00 ---> b7322bf0364b 00:47:00 00:47:00 Step 10/23 : FROM alpine:3.12 00:47:00 ---> d10569e2745f 00:47:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:01 Removing intermediate container d7985705fab6 00:47:01 ---> 5b38d5a47fe8 00:47:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:01 ---> Running in c4eca369ffaa 00:47:02 ---> 7af6a100f99e 00:47:02 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:02 Removing intermediate container f2d80a479c76 00:47:02 ---> 5bac228edbb7 00:47:02 Step 23/24 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:47:02 ---> Running in 2f486c1a4a4b 00:47:02 ---> Running in 3037603e5773 00:47:02 Removing intermediate container c4eca369ffaa 00:47:02 ---> da3c8a0e3f49 00:47:02 Step 12/23 : ENV APP_PORT=48080 00:47:02 ---> Running in 78425f90976d 00:47:03 Removing intermediate container 2f486c1a4a4b 00:47:03 ---> 8b73a876aa9e 00:47:03 Step 13/23 : ENV APP_PORT=48081 00:47:03 Removing intermediate container 3037603e5773 00:47:03 ---> 60623c876804 00:47:03 Step 24/24 : LABEL version=0.0.0 00:47:03 ---> Running in 153b718c57e6 00:47:03 Removing intermediate container 78425f90976d 00:47:03 ---> 3c065bcfe535 00:47:03 Step 13/23 : EXPOSE $APP_PORT 00:47:03 ---> Running in 4782d0fb4316 00:47:03 ---> d247755c501a 00:47:03 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:03 ---> Running in 4543a6368a9a 00:47:04 Removing intermediate container 153b718c57e6 00:47:04 ---> 09d4ba162276 00:47:04 Step 14/23 : EXPOSE $APP_PORT 00:47:04 Removing intermediate container 4782d0fb4316 00:47:04 ---> 1147fdca82e9 00:47:04 00:47:04 ---> Running in 9bcf09da1c82 00:47:04 Removing intermediate container 4543a6368a9a 00:47:04 ---> 745543442232 00:47:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47: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:47:05 Successfully built 1147fdca82e9 00:47:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:05  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 00:47:05 ---> Running in 17833fded5f6 00:47:05 Removing intermediate container 9bcf09da1c82 00:47:05 ---> 7da3458597d4 00:47:05 Step 15/23 : WORKDIR / 00:47:05 ---> b6edec1582c7 00:47:05 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:05 ---> Running in 7c5d7464c453 00:47: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:47:06 Removing intermediate container 7c5d7464c453 00:47:06 ---> 5ed6e6ebfcb7 00:47:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:07 ---> e15601a6ef80 00:47:07 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:47:07 ---> Running in 61739618f692 00:47: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:47:08 ---> b93250de3536 00:47:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47: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:47:08 go: downloading github.com/stretchr/testify v1.7.0 00:47:08 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:08 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:08 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:09 Removing intermediate container 61739618f692 00:47:09 ---> 09dde54012dc 00:47:09 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:09 Removing intermediate container 17833fded5f6 00:47:09 ---> 8961c45323a4 00:47:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:47:10 ---> Running in f9d50ade3b17 00:47:11 ---> b10c922bc98a 00:47:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:11 ---> dfa4813269d6 00:47:11 Step 25/30 : RUN chmod +x /entrypoint.sh 00:47:12 ---> Running in eb40caf509e0 00:47: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:47:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:12 ---> 437578022108 00:47:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:13 ---> Running in bfbca840d755 00:47:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:14 Removing intermediate container bfbca840d755 00:47:14 ---> 9b4f5d695f8b 00:47:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:15 ---> Running in 67f24f8ed79c 00:47:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:15 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 00:47:16 Removing intermediate container 67f24f8ed79c 00:47:16 ---> 83163fec0075 00:47:16 Step 21/23 : LABEL arch=arm64 00:47:16 (1/6) Installing dumb-init (1.2.2-r1) 00:47:16 Removing intermediate container eb40caf509e0 00:47:16 ---> 127e73ce92ab 00:47:16 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:47:16 (2/6) Installing libgcc (9.3.0-r2) 00:47:16 ---> Running in 4a27aedb0e8f 00:47:16 (3/6) Installing libsodium (1.0.18-r0) 00:47:16 (4/6) Installing libstdc++ (9.3.0-r2) 00:47:17 ---> Running in 4883afb6b5e3 00:47:17 Removing intermediate container 4a27aedb0e8f 00:47:17 ---> 921f07f27e36 00:47:17 Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:47:17 ---> Running in 13a5c82f4380 00:47:17 Removing intermediate container 4883afb6b5e3 00:47:17 ---> d96c98302a31 00:47:17 Step 27/30 : CMD ["gate"] 00:47:18 (5/6) Installing libzmq (4.3.3-r0) 00:47:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:18 ---> f3c13a41035b 00:47:18 Step 3/22 : WORKDIR /edgex-go 00:47:18 ---> Using cache 00:47:18 ---> e104082d1bb0 00:47:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:18 ---> Using cache 00:47:18 ---> 3b29bbbebd71 00:47:18 Step 5/22 : RUN apk add --update --no-cache make git 00:47:18 ---> Running in 3b53fefdc708 00:47:18 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:47:18 ---> Running in 8e2dfcee38b8 00:47:18 Removing intermediate container 13a5c82f4380 00:47:18 ---> 9f4c6a637b97 00:47:18 Step 23/23 : LABEL version=0.0.0 00:47:18 (6/6) Installing zeromq (4.3.3-r0) 00:47:18 Executing busybox-1.31.1-r19.trigger 00:47:18 OK: 8 MiB in 20 packages 00:47:19 ---> Running in 3414d628183b 00:47:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:19 Removing intermediate container 8e2dfcee38b8 00:47:19 ---> de9274549e64 00:47:19 Step 28/30 : LABEL arch=arm64 00:47:20 ---> Running in 7214a2a56219 00:47:20 Removing intermediate container 3414d628183b 00:47:20 ---> 756aa56114b1 00:47:20 00:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:20 go: downloading github.com/lib/pq v1.9.0 00:47:21 Successfully built 756aa56114b1 00:47:21 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:21 Building docker-sys-mgmt-agent-go 00:47:21  Building docker-core-metadata-go ... done Removing intermediate container f9d50ade3b17 00:47:21 ---> 39d0c0267ad5 00:47:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:21 Removing intermediate container 7214a2a56219 00:47:21 ---> e5f79392f46a 00:47:21 Step 29/30 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:22 ---> Running in a6d56f7bd004 00:47:22 ---> cd677faf35c7 00:47:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:22 Removing intermediate container a6d56f7bd004 00:47:22 ---> d08694b89fb9 00:47:22 Step 30/30 : LABEL version=0.0.0 00:47:23 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:47:23 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:47:23 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:47:23 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:47:23 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:47:23 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:47:23 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:47:23 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:47:23 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:47:23 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:47:23 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:47:23 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:47:23 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:47:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:47:23 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:47:23 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:47:23 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:47:23 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 00:47:23 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:47:23 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:47:23 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:47:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:47:23 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:47:23 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:47:23 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:47:23 ---> Running in 832b6b2e3223 00:47:23 OK: 217 MiB in 51 packages 00:47:24 ---> e8626853969f 00:47:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:25 Removing intermediate container 832b6b2e3223 00:47:25 ---> 2fe6d04aa714 00:47:25 00:47:25 Building version 00:47:25 + snapcraftctl build 00:47:26 Successfully built 2fe6d04aa714 00:47:26 ---> 5d4c36dcf62a 00:47:26 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:47:26  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 00:47:27 Removing intermediate container 3b53fefdc708 00:47:27 ---> a813c1914212 00:47:27 Step 6/22 : COPY go.mod . 00:47:27 ---> Running in fe9d4b094fba 00:47:27 Removing intermediate container fe9d4b094fba 00:47:27 ---> 4e8ec67e9b29 00:47:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:27 ---> 462ffa5bdb4b 00:47:27 Step 7/22 : RUN go mod download 00:47:28 ---> Running in 46e6be9e47c6 00:47:28 ---> Running in 26a0548d274b 00:47:29 Removing intermediate container 46e6be9e47c6 00:47:29 ---> 5721e4b62d6d 00:47:29 Step 21/23 : LABEL arch=arm64 00:47:29 ---> Running in 34122c9c33d3 00:47:30 Staging config-common 00:47:30 + snapcraftctl stage 00:47:30 Removing intermediate container 34122c9c33d3 00:47:30 ---> c575ac9c26e8 00:47:30 Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:47:31 Skipping stage go-build-helper (already ran) 00:47:31 Skipping stage static-packages (already ran) 00:47:31 Skipping stage go115 (already ran) 00:47:31 Staging edgex-go 00:47:31 + snapcraftctl stage 00:47:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:31 ---> f3c13a41035b 00:47:31 Step 3/22 : WORKDIR /edgex-go 00:47:31 ---> Using cache 00:47:31 ---> e104082d1bb0 00:47:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:31 ---> Using cache 00:47:31 ---> 3b29bbbebd71 00:47:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:32 ---> Running in 503eb2f2633f 00:47:32 Staging version 00:47:32 + snapcraftctl stage 00:47:33 ---> Running in 9ab117cd9d74 00:47:33 Removing intermediate container 503eb2f2633f 00:47:33 ---> 8f12230686fd 00:47:33 Step 23/23 : LABEL version=0.0.0 00:47:34 Removing intermediate container 26a0548d274b 00:47:34 ---> 64770ec35b40 00:47:34 Step 8/22 : COPY . . 00:47:34 ---> Running in f3416f2392eb 00:47:34 Removing intermediate container f3416f2392eb 00:47:34 ---> 6bf6e870fa90 00:47:34 00:47:34 Priming config-common 00:47:34 + snapcraftctl prime 00:47:35 Successfully built 6bf6e870fa90 00:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:35 Successfully tagged docker-core-data-go-arm64:latest 00:47:35 Priming go-build-helper 00:47:35 + snapcraftctl prime 00:47:36  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:37 OK: 217 MiB in 51 packages 00:47:38 Priming static-packages 00:47:38 + snapcraftctl prime 00:47:40 Priming go115 00:47:40 + snapcraftctl prime 00:47:42 Priming edgex-go 00:47:42 + snapcraftctl prime 00:47:42 Removing intermediate container 9ab117cd9d74 00:47:42 ---> 531448feadc9 00:47:42 Step 6/22 : COPY go.mod . 00:47:44 Priming version 00:47:44 + snapcraftctl prime 00:47:44 ---> d702afbe5a1c 00:47:44 Step 7/22 : RUN go mod download 00:47:45 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:47:45 ---> Running in d15f45262250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:51 Removing intermediate container d15f45262250 00:47:51 ---> d3ccbbd8ce8e 00:47:51 Step 8/22 : COPY . . 00:47:51 ---> bd3231942324 00:47:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:51 ---> f3c13a41035b 00:47:51 Step 3/26 : WORKDIR /edgex-go 00:47:51 ---> Using cache 00:47:51 ---> e104082d1bb0 00:47:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:51 ---> Using cache 00:47:51 ---> 3b29bbbebd71 00:47:51 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:51 ---> Running in 7d8dc413babc 00:47:51 ---> Running in 0a47ebd9a18d 00:47:53 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:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:54 ---> f3c13a41035b 00:47:54 Step 3/23 : WORKDIR /edgex-go 00:47:54 ---> Using cache 00:47:54 ---> e104082d1bb0 00:47:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:54 ---> Using cache 00:47:54 ---> 3b29bbbebd71 00:47:54 Step 5/23 : RUN apk add --update --no-cache make git 00:47:54 ---> Using cache 00:47:54 ---> a813c1914212 00:47:54 Step 6/23 : COPY go.mod . 00:47:54 ---> Using cache 00:47:54 ---> 462ffa5bdb4b 00:47:54 Step 7/23 : RUN go mod download 00:47:54 ---> Using cache 00:47:54 ---> 64770ec35b40 00:47:54 Step 8/23 : COPY . . 00:47:54 ---> Using cache 00:47:54 ---> bd3231942324 00:47:54 Step 9/23 : RUN make cmd/core-command/core-command 00:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:55 OK: 217 MiB in 51 packages 00:47:56 ---> Running in 22063382c9af 00:47:59 Removing intermediate container 0a47ebd9a18d 00:47:59 ---> 9a71e827622d 00:47:59 Step 6/26 : COPY go.mod . 00:47:59 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:48:01 ---> 1e9a27b3b90e 00:48:01 Step 7/26 : RUN go mod download 00:48:01 ---> Running in 574dfae7e621 00:48:07 Removing intermediate container 574dfae7e621 00:48:07 ---> fb986d2f35b2 00:48:07 Step 8/26 : COPY . . 00:48:16 ---> 33bcd1096626 00:48:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:48:16 ---> Running in 2782d4742a7b 00:48: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:48:31 ---> 301d3299ea67 00:48:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:31 ---> Running in 85f174dbefbf 00:48:33 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:49:29 Removing intermediate container 7d8dc413babc 00:49:29 ---> 7488367418a5 00:49:29 00:49:29 Step 10/22 : FROM alpine:3.12 00:49:29 ---> d10569e2745f 00:49:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:29 ---> Using cache 00:49:29 ---> 5b38d5a47fe8 00:49:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:29 ---> Using cache 00:49:29 ---> 8b73a876aa9e 00:49:29 Step 13/22 : ENV APP_PORT=48085 00:49:29 ---> Running in b252fe5c8548 00:49:29 Removing intermediate container b252fe5c8548 00:49:29 ---> b9f07fc1b38e 00:49:29 Step 14/22 : EXPOSE $APP_PORT 00:49:29 ---> Running in 13bc9b22df21 00:49:30 Removing intermediate container 13bc9b22df21 00:49:30 ---> 6578ce43af4b 00:49:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:31 ---> bf839bbf0bcd 00:49:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:34 ---> 3eb0593ec35e 00:49:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:36 ---> ee6ed75c90f7 00:49:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:36 ---> Running in 4ad109965110 00:49:37 Removing intermediate container 22063382c9af 00:49:37 ---> 11bf07609a84 00:49:37 00:49:37 Step 10/23 : FROM alpine:3.12 00:49:37 ---> d10569e2745f 00:49:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:37 ---> Using cache 00:49:37 ---> 5b38d5a47fe8 00:49:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:37 ---> Using cache 00:49:37 ---> 8b73a876aa9e 00:49:37 Step 13/23 : ENV APP_PORT=48082 00:49:37 ---> Running in be0fd5bb5b3c 00:49:37 Removing intermediate container 4ad109965110 00:49:37 ---> 7735c3e705af 00:49:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:38 ---> Running in d0cd0172af98 00:49:38 Removing intermediate container be0fd5bb5b3c 00:49:38 ---> 1e4a9a694522 00:49:38 Step 14/23 : EXPOSE $APP_PORT 00:49:38 ---> Running in de7c8d4cc0af 00:49:38 Removing intermediate container d0cd0172af98 00:49:38 ---> 5478b6b4be91 00:49:38 Step 20/22 : LABEL arch=arm64 00:49:39 ---> Running in e9519f7590d1 00:49:39 Removing intermediate container de7c8d4cc0af 00:49:39 ---> 81f363f99c8c 00:49:39 Step 15/23 : WORKDIR / 00:49:39 ---> Running in c371c2ef5bb3 00:49:40 Removing intermediate container e9519f7590d1 00:49:40 ---> c52bdc394a1c 00:49:40 Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:49:40 ---> Running in f75064f2102b 00:49:40 Removing intermediate container c371c2ef5bb3 00:49:40 ---> 72ff1f9947dc 00:49:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:41 Removing intermediate container f75064f2102b 00:49:41 ---> dfd8f2f10a3f 00:49:41 Step 22/22 : LABEL version=0.0.0 00:49:41 ---> Running in ca340e635554 00:49:42 ---> dcaadff8e632 00:49:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:42 Removing intermediate container ca340e635554 00:49:42 ---> 1d3f0245bdf4 00:49:42 00:49:43 Successfully built 1d3f0245bdf4 00:49:43 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:44  Building docker-support-scheduler-go ... done  ---> 92044caf9776 00:49:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:45 ---> 4d93874abe7f 00:49:45 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:45 ---> Running in e0d4bb768715 00:49:46 Removing intermediate container e0d4bb768715 00:49:46 ---> 5145d220178b 00:49:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:46 ---> Running in f9840d3529bb 00:49:47 Removing intermediate container f9840d3529bb 00:49:47 ---> 3b780b73bb1a 00:49:47 Step 21/23 : LABEL arch=arm64 00:49:47 ---> Running in 7f40b60d754e 00:49:48 Removing intermediate container 7f40b60d754e 00:49:48 ---> 5be05110b093 00:49:48 Step 22/23 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:49:48 ---> Running in ae0b786263a4 00:49:48 Removing intermediate container ae0b786263a4 00:49:48 ---> 43fc3b793a17 00:49:48 Step 23/23 : LABEL version=0.0.0 00:49:48 ---> Running in e23ad1b771ed 00:49:49 Removing intermediate container e23ad1b771ed 00:49:49 ---> dfc365bfa22d 00:49:49 00:49:49 Successfully built dfc365bfa22d 00:49:50 Successfully tagged docker-core-command-go-arm64:latest 00:49:54  Building docker-core-command-go ... done Removing intermediate container 85f174dbefbf 00:49:54 ---> 73e254321c35 00:49:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:54 Removing intermediate container 2782d4742a7b 00:49:54 ---> 1158fc61652e 00:49:54 00:49:54 Step 10/22 : FROM alpine:3.12 00:49:54 ---> d10569e2745f 00:49:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:54 ---> Running in 776efc53fc6b 00:49:54 ---> Running in 7efec12c616c 00:49:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:57 (1/2) Installing ca-certificates (20191127-r4) 00:49:57 (2/2) Installing dumb-init (1.2.2-r1) 00:49:57 Executing busybox-1.31.1-r19.trigger 00:49:57 Executing ca-certificates-20191127-r4.trigger 00:49:57 OK: 6 MiB in 16 packages 00:49:59 Removing intermediate container 776efc53fc6b 00:49:59 ---> 8a447fc36132 00:49:59 00:49:59 Step 11/26 : FROM docker:20.10.0 00:49:59 20.10.0: Pulling from library/docker 00:49:59 Removing intermediate container 7efec12c616c 00:49:59 ---> 651af5c6c042 00:49:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:59 ---> Running in 3e7ed20c753a 00:50:00 Removing intermediate container 3e7ed20c753a 00:50:00 ---> 840cc5f3e95c 00:50:00 Step 13/22 : ENV APP_PORT=48060 00:50:00 ---> Running in 1f222535cf7a 00:50:01 Removing intermediate container 1f222535cf7a 00:50:01 ---> 80ab69d6789d 00:50:01 Step 14/22 : EXPOSE $APP_PORT 00:50:02 ---> Running in 73e044af116c 00:50:02 Removing intermediate container 73e044af116c 00:50:02 ---> 5d762c04cf4a 00:50:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:04 ---> 814db02c8eaf 00:50:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:06 ---> 14b74db817b1 00:50:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:07 ---> b6d925bc40e5 00:50:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:07 ---> Running in 155327834aa2 00:50:08 Removing intermediate container 155327834aa2 00:50:08 ---> 85850aa8d829 00:50:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:08 ---> Running in 41ad4af90fd1 00:50:08 Status: Downloaded newer image for docker:20.10.0 00:50:08 ---> eeaf43b92773 00:50:08 Step 12/26 : RUN apk add --no-cache bash 00:50:08 ---> Running in d2cd503ea880 00:50:09 Removing intermediate container 41ad4af90fd1 00:50:09 ---> 72b3f472b59a 00:50:09 Step 20/22 : LABEL arch=arm64 00:50:09 ---> Running in a184d16fd2c5 00:50:10 Removing intermediate container a184d16fd2c5 00:50:10 ---> 65994948d503 00:50:10 Step 21/22 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:50:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:10 ---> Running in 240680fc080d 00:50:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:10 Removing intermediate container 240680fc080d 00:50:10 ---> c1d0d161eba0 00:50:10 Step 22/22 : LABEL version=0.0.0 00:50:10 ---> Running in e9a890d7d37e 00:50:11 (1/2) Installing readline (8.0.4-r0) 00:50:11 (2/2) Installing bash (5.0.17-r0) 00:50:11 Executing bash-5.0.17-r0.post-install 00:50:11 Executing busybox-1.31.1-r19.trigger 00:50:11 OK: 12 MiB in 22 packages 00:50:11 Removing intermediate container e9a890d7d37e 00:50:11 ---> 77fe3056f807 00:50:11 00:50:12 Successfully built 77fe3056f807 00:50:12 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:12  Building docker-support-notifications-go ... done Removing intermediate container d2cd503ea880 00:50:12 ---> de5d699fdcca 00:50:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:12 ---> Running in fed28bd3c7ef 00:50:13 Removing intermediate container fed28bd3c7ef 00:50:13 ---> 06431c425651 00:50:13 Step 14/26 : ENV APP_PORT=48090 00:50:13 ---> Running in 948268f86875 00:50:13 Removing intermediate container 948268f86875 00:50:13 ---> 1c02c8d476f4 00:50:13 Step 15/26 : EXPOSE $APP_PORT 00:50:13 ---> Running in c19eb5b4e775 00:50:14 Removing intermediate container c19eb5b4e775 00:50:14 ---> 25d62533981d 00:50:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:15 ---> f33f59f5ffdb 00:50:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:16 ---> df747c419b94 00:50:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:17 ---> 75a9d2599d54 00:50:17 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:17 ---> Running in b26fc0e9c3fd 00:50:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:19 (1/33) Installing libbz2 (1.0.8-r1) 00:50:19 (2/33) Installing expat (2.2.9-r1) 00:50:19 (3/33) Installing libffi (3.3-r2) 00:50:19 (4/33) Installing gdbm (1.13-r1) 00:50:19 (5/33) Installing xz-libs (5.2.5-r0) 00:50:19 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:19 (7/33) Installing python3 (3.8.5-r1) 00:50:21 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:21 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:21 (11/33) Installing py3-six (1.15.0-r0) 00:50:21 (12/33) Installing py3-packaging (20.4-r0) 00:50:21 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:21 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:21 (15/33) Installing py3-idna (2.9-r0) 00:50:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:21 (18/33) Installing py3-requests (2.23.0-r0) 00:50:21 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:21 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:21 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:21 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:21 (24/33) Installing py3-distro (1.5.0-r1) 00:50:21 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:21 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:21 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:21 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:21 (29/33) Installing py3-progress (1.5-r0) 00:50:21 (30/33) Installing py3-toml (0.10.1-r0) 00:50:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:21 (33/33) Installing py3-pip (20.1.1-r0) 00:50:21 Executing busybox-1.31.1-r19.trigger 00:50:21 OK: 71 MiB in 55 packages 00:50:28 Removing intermediate container b26fc0e9c3fd 00:50:28 ---> 9e377f6df648 00:50:28 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:28 ---> Running in 8ed936d45ab4 00:50:35 Collecting docker-compose==1.23.2 00:50:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:36 Collecting PyYAML<4,>=3.10 00:50:36 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:42 Collecting websocket-client<1.0,>=0.32.0 00:50:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:42 Collecting texttable<0.10,>=0.9.0 00:50:42 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:45 Collecting jsonschema<3,>=2.5.1 00:50:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:45 Collecting docker<4.0,>=3.6.0 00:50:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:46 Collecting cached-property<2,>=1.2.0 00:50:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:47 Collecting docopt<0.7,>=0.6.1 00:50:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:49 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:50:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:50 Collecting dockerpty<0.5,>=0.4.1 00:50:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:54 Collecting docker-pycreds>=0.4.0 00:50:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:54 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:50:54 Collecting idna<2.8,>=2.5 00:50:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:54 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:50:55 Collecting urllib3<1.25,>=1.21.1 00:50:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:56 Installing collected packages: PyYAML, websocket-client, texttable, jsonschema, docker-pycreds, idna, urllib3, requests, docker, cached-property, docopt, dockerpty, docker-compose 00:50:56 Running setup.py install for PyYAML: started 00:51:00 Running setup.py install for PyYAML: finished with status 'done' 00:51:00 Running setup.py install for texttable: started 00:51:02 Running setup.py install for texttable: finished with status 'done' 00:51:03 Attempting uninstall: idna 00:51:03 Found existing installation: idna 2.9 00:51:03 Uninstalling idna-2.9: 00:51:03 Successfully uninstalled idna-2.9 00:51:04 Attempting uninstall: urllib3 00:51:04 Found existing installation: urllib3 1.25.9 00:51:04 Uninstalling urllib3-1.25.9: 00:51:04 Successfully uninstalled urllib3-1.25.9 00:51:05 Attempting uninstall: requests 00:51:05 Found existing installation: requests 2.23.0 00:51:05 Uninstalling requests-2.23.0: 00:51:05 Successfully uninstalled requests-2.23.0 00:51:06 Running setup.py install for docopt: started 00:51:08 Running setup.py install for docopt: finished with status 'done' 00:51:09 Running setup.py install for dockerpty: started 00:51:11 Running setup.py install for dockerpty: finished with status 'done' 00:51:12 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.58.0 00:51:16 Removing intermediate container 8ed936d45ab4 00:51:16 ---> 0ffebdf833ab 00:51:16 Step 21/26 : RUN apk --no-cache add curl 00:51:16 ---> Running in 899e9173df99 00:51:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:18 (2/3) Installing libcurl (7.69.1-r3) 00:51:18 (3/3) Installing curl (7.69.1-r3) 00:51:18 Executing busybox-1.31.1-r19.trigger 00:51:18 OK: 71 MiB in 58 packages 00:51:19 Removing intermediate container 899e9173df99 00:51:19 ---> 91effe53c18b 00:51:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:20 ---> Running in 02c2202597da 00:51:20 Removing intermediate container 02c2202597da 00:51:20 ---> f6dfb448c992 00:51:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:20 ---> Running in 8b9f217393ed 00:51:21 Removing intermediate container 8b9f217393ed 00:51:21 ---> ea4916e9e0f3 00:51:21 Step 24/26 : LABEL arch=arm64 00:51:21 ---> Running in 25c986a7c498 00:51:21 Removing intermediate container 25c986a7c498 00:51:21 ---> 5a4bc96da65b 00:51:21 Step 25/26 : LABEL git_sha=0c59368c43806e039cc08e273a01018a9e1e81a1 00:51:21 ---> Running in 16d2a48ad479 00:51:22 Removing intermediate container 16d2a48ad479 00:51:22 ---> 47e32e82ce9e 00:51:22 Step 26/26 : LABEL version=0.0.0 00:51:22 ---> Running in c54acd14149a 00:51:22 Removing intermediate container c54acd14149a 00:51:22 ---> 9818751bf544 00:51:22 00:51:23 Successfully built 9818751bf544 00:51:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:24 $ docker stop --time=1 ac5121fa49e01cd837f10eb545ac863c582190cf74fc9c76c24d5b16fc07ece4 00:51:26 $ docker rm -f ac5121fa49e01cd837f10eb545ac863c582190cf74fc9c76c24d5b16fc07ece4 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:26 + docker images 00:51:26 + grep docker 00:51:27 docker-sys-mgmt-agent-go-arm64 latest 9818751bf544 5 seconds ago 300MB 00:51:27 docker-support-notifications-go-arm64 latest 77fe3056f807 About a minute ago 16.9MB 00:51:27 docker-core-command-go-arm64 latest dfc365bfa22d About a minute ago 16.2MB 00:51:27 docker-support-scheduler-go-arm64 latest 1d3f0245bdf4 About a minute ago 16.3MB 00:51:27 docker-core-data-go-arm64 latest 6bf6e870fa90 3 minutes ago 21.1MB 00:51:27 docker-security-bootstrapper-go-arm64 latest 2fe6d04aa714 4 minutes ago 17.6MB 00:51:27 docker-core-metadata-go-arm64 latest 756aa56114b1 4 minutes ago 17.9MB 00:51:27 docker-security-secretstore-setup-go-arm64 latest 1147fdca82e9 4 minutes ago 23.7MB 00:51:27 docker-security-proxy-setup-go-arm64 latest 86e2bf372d6d 4 minutes ago 23.4MB 00:51:27 docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 00:51:28 ---> job-cost.sh 00:51:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-seMy 00:52:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:21 lf-activate-venv(): INFO: Adding /tmp/venv-seMy/bin to PATH 00:55:21 INFO: No Stack... 00:55:21 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:21 INFO: Archiving Costs [Pipeline] sh 00:55:22 + cat /w/workspace/edgex-go/2/archives/cost.csv 00:55:22 + cut -d, -f6 [Pipeline] lock 00:55:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] 00:55:22 Resource [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] did not exist. Created. 00:55:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:22 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:23 Stashed 1 file(s) [Pipeline] } 00:55:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3217-2-stack-cost] [Pipeline] // lock [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:55:24 provisioning config files... 00:55:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2315095946379093933tmp [Pipeline] { [Pipeline] sh 00:55:24 + set +x 00:55:24 + curl -s https://codecov.io/bash 00:55:24 + bash -s -- 00:55:25 00:55:25 _____ _ 00:55:25 / ____| | | 00:55:25 | | ___ __| | ___ ___ _____ __ 00:55:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:25 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:25 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:25 Bash-20210226-7100762 00:55:25 00:55:25 00:55:25 ==> git version 2.24.3 found 00:55:25 ==> 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:55:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:25 ==> Jenkins CI detected. 00:55:25 project root: . 00:55:25 --> token set from env 00:55:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:25 ==> Running gcov in . (disable via -X gcov) 00:55:25 ==> Python coveragepy not found 00:55:25 ==> Searching for coverage reports in: 00:55:25 + . 00:55:25 -> Found 1 reports 00:55:25 ==> Detecting git/mercurial file structure 00:55:25 ==> Reading reports 00:55:25 + ./coverage.out bytes=604728 00:55:25 ==> Appending adjustments 00:55:25 https://docs.codecov.io/docs/fixing-reports 00:55:29 + Found adjustments 00:55:29 ==> Gzipping contents 00:55:29 88K /tmp/codecov.zGpCHn.gz 00:55:29 ==> Uploading reports 00:55:29 url: https://codecov.io 00:55:29 query: branch=PR-3217&commit=0c59368c43806e039cc08e273a01018a9e1e81a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3217%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3217&job=&cmd_args= 00:55:29 -> Pinging Codecov 00:55:29 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3217&commit=0c59368c43806e039cc08e273a01018a9e1e81a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3217%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3217&job=&cmd_args= 00:55:29 -> Uploading to 00:55:29 https://storage.googleapis.com/codecov/v4/raw/2021-03-04/00271124DB129430A58F1EEE437C3FCB/0c59368c43806e039cc08e273a01018a9e1e81a1/22a954b8-5bbd-4f91-96f6-90174b748b3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T005529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cf951dec2d1aa8773f445c60e5e22f0af9fea8da7665949875fb3085d21e4b46 00:55:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:29 Dload Upload Total Spent Left Speed 00:55:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 54 90006 0 0 54 49152 0 176k --:--:-- --:--:-- --:--:-- 176k 100 90006 0 0 100 90006 0 174k --:--:-- --:--:-- --:--:-- 174k 00:55:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0c59368c43806e039cc08e273a01018a9e1e81a1 [Pipeline] } 00:55:30 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] { (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:55:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:32 ---> package-listing.sh 00:55:32 ++ facter osfamily 00:55:32 ++ tr '[:upper:]' '[:lower:]' 00:55:32 + OS_FAMILY=redhat 00:55:32 + workspace=/w/workspace/edgex-go/2 00:55:32 + START_PACKAGES=/tmp/packages_start.txt 00:55:32 + END_PACKAGES=/tmp/packages_end.txt 00:55:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:32 + PACKAGES=/tmp/packages_start.txt 00:55:32 + '[' /w/workspace/edgex-go/2 ']' 00:55:32 + PACKAGES=/tmp/packages_end.txt 00:55:32 + case "${OS_FAMILY}" in 00:55:32 + rpm -qa 00:55:32 + sort 00:55:38 + '[' -f /tmp/packages_start.txt ']' 00:55:38 + '[' -f /tmp/packages_end.txt ']' 00:55:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:38 + '[' /w/workspace/edgex-go/2 ']' 00:55:38 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:55:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:55:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:38 00:55:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:39 alpine: Pulling from edgex-lftools-log-publisher 00:55:39 df20fa9351a1: Pulling fs layer 00:55:39 36b3adc4ff6f: Pulling fs layer 00:55:39 8ad3a11d3b57: Pulling fs layer 00:55:39 46f8f816bc3b: Pulling fs layer 00:55:39 93b61091891f: Pulling fs layer 00:55:39 93b9cdb0e59b: Pulling fs layer 00:55:39 5e14af77c1be: Pulling fs layer 00:55:39 01666e4c0597: Pulling fs layer 00:55:39 aa168da1d23b: Pulling fs layer 00:55:39 46f8f816bc3b: Waiting 00:55:39 93b61091891f: Waiting 00:55:39 93b9cdb0e59b: Waiting 00:55:39 5e14af77c1be: Waiting 00:55:39 01666e4c0597: Waiting 00:55:39 aa168da1d23b: Waiting 00:55:39 36b3adc4ff6f: Verifying Checksum 00:55:39 36b3adc4ff6f: Download complete 00:55:39 46f8f816bc3b: Verifying Checksum 00:55:39 46f8f816bc3b: Download complete 00:55:39 df20fa9351a1: Verifying Checksum 00:55:39 df20fa9351a1: Download complete 00:55:39 93b9cdb0e59b: Verifying Checksum 00:55:39 93b9cdb0e59b: Download complete 00:55:39 5e14af77c1be: Verifying Checksum 00:55:39 5e14af77c1be: Download complete 00:55:39 93b61091891f: Verifying Checksum 00:55:39 93b61091891f: Download complete 00:55:39 01666e4c0597: Verifying Checksum 00:55:39 01666e4c0597: Download complete 00:55:39 df20fa9351a1: Pull complete 00:55:40 36b3adc4ff6f: Pull complete 00:55:40 8ad3a11d3b57: Verifying Checksum 00:55:40 8ad3a11d3b57: Download complete 00:55:41 8ad3a11d3b57: Pull complete 00:55:41 46f8f816bc3b: Pull complete 00:55:41 aa168da1d23b: Verifying Checksum 00:55:41 aa168da1d23b: Download complete 00:55:43 93b61091891f: Pull complete 00:55:44 93b9cdb0e59b: Pull complete 00:55:44 5e14af77c1be: Pull complete 00:55:44 01666e4c0597: Pull complete 00:55:54 aa168da1d23b: Pull complete 00:55:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:54 prd-centos7-docker-4c-2g-28411 does not seem to be running inside a container 00:55:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:58 $ docker top 9bd8903717b2c402e0fca5643ba8e00cf0f2ab5e3e131192d966b3203dc36042 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:58 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:59 + mkdir -p /var/log/sa [Pipeline] sh 00:55:59 + ls /var/log/sa-host 00:55:59 + sadf -c /var/log/sa-host/sa04 00:55:59 file_magic: OK 00:55:59 HZ: Using current value: 100 00:55:59 file_header: OK 00:55:59 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:55:59 Statistics: 00:55:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:59 File successfully converted to sysstat format version 12.2.1 00:55:59 + sadf -c /var/log/sa-host/sa23 00:55:59 file_magic: OK 00:55:59 HZ: Using current value: 100 00:55:59 file_header: OK 00:55:59 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:55:59 Statistics: 00:55:59 Hnuu...uuuununununu... 00:55:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:59 provisioning config files... 00:55:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8014676045818985089tmp [Pipeline] { [Pipeline] echo 00:55:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:59 ---> create-netrc.sh [Pipeline] } 00:56:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:00 ---> python-tools-install.sh [Pipeline] echo 00:56:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:00 ---> sudo-logs.sh 00:56:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:01 ---> job-cost.sh 00:56:01 lf-activate-venv: SKIPPING 00:56:01 DEBUG: total: 0.20999999344348907 00:56:01 INFO: Retrieving Stack Cost... 00:56:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:02 INFO: Archiving Costs [Pipeline] echo 00:56:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:02 ---> logs-deploy.sh 00:56:02 lf-activate-venv: SKIPPING 00:56:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3217/2 00:56:02 INFO: archiving workspace using pattern(s): 00:56:04 Archives upload complete. 00:56:04 INFO: archiving logs to Nexus 00:56:05 ---> uname -a: 00:56:05 Linux prd-centos7-docker-4c-2g-28411.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:56:05 00:56:05 00:56:05 ---> lscpu: 00:56:05 Architecture: x86_64 00:56:05 CPU op-mode(s): 32-bit, 64-bit 00:56:05 Byte Order: Little Endian 00:56:05 Address sizes: 40 bits physical, 48 bits virtual 00:56:05 CPU(s): 4 00:56:05 On-line CPU(s) list: 0-3 00:56:05 Thread(s) per core: 1 00:56:05 Core(s) per socket: 1 00:56:05 Socket(s): 4 00:56:05 NUMA node(s): 1 00:56:05 Vendor ID: GenuineIntel 00:56:05 CPU family: 6 00:56:05 Model: 44 00:56:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:05 Stepping: 1 00:56:05 CPU MHz: 2933.438 00:56:05 BogoMIPS: 5866.87 00:56:05 Virtualization: VT-x 00:56:05 Hypervisor vendor: KVM 00:56:05 Virtualization type: full 00:56:05 L1d cache: 128 KiB 00:56:05 L1i cache: 128 KiB 00:56:05 L2 cache: 16 MiB 00:56:05 L3 cache: 64 MiB 00:56:05 NUMA node0 CPU(s): 0-3 00:56:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:05 Vulnerability Meltdown: Mitigation; PTI 00:56:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:05 Vulnerability Srbds: Not affected 00:56:05 Vulnerability Tsx async abort: Not affected 00:56:05 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:56:05 00:56:05 00:56:05 ---> nproc: 00:56:05 4 00:56:05 00:56:05 00:56:05 ---> df -h: 00:56:05 Filesystem Size Used Available Use% Mounted on 00:56:05 overlay 50.0G 11.7G 38.2G 23% / 00:56:05 tmpfs 64.0M 0 64.0M 0% /dev 00:56:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:05 shm 64.0M 0 64.0M 0% /dev/shm 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/2 00:56:05 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/2@tmp 00:56:05 00:56:05 00:56:05 ---> free -m: 00:56:05 total used free shared buff/cache available 00:56:05 Mem: 1837 708 101 0 1027 1044 00:56:05 Swap: 1023 56 967 00:56:05 00:56:05 00:56:05 ---> ip addr: 00:56:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:05 inet 127.0.0.1/8 scope host lo 00:56:05 valid_lft forever preferred_lft forever 00:56:05 inet6 ::1/128 scope host 00:56:05 valid_lft forever preferred_lft forever 00:56:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:05 link/ether fa:16:3e:d7:66:67 brd ff:ff:ff:ff:ff:ff 00:56:05 inet 10.30.123.89/23 brd 10.30.123.255 scope global dynamic eth0 00:56:05 valid_lft 84808sec preferred_lft 84808sec 00:56:05 inet6 fe80::f816:3eff:fed7:6667/64 scope link 00:56:05 valid_lft forever preferred_lft forever 00:56:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:05 link/ether 02:42:b8:bb:65:e6 brd ff:ff:ff:ff:ff:ff 00:56:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:05 valid_lft forever preferred_lft forever 00:56:05 inet6 fe80::42:b8ff:febb:65e6/64 scope link 00:56:05 valid_lft forever preferred_lft forever 00:56:05 00:56:05 00:56:05 ---> sar -b -r -n DEV: 00:56:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 00:56:05 00:56:05 00:29:21 LINUX RESTART (4 CPU) 00:56:05 00:56:05 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:05 00:31:02 103.79 48.66 55.13 0.00 7571.33 17609.16 0.00 00:56:05 00:32:01 256.15 85.27 170.87 0.00 5132.44 47432.21 0.00 00:56:05 00:33:01 221.92 99.09 122.83 0.00 3704.62 16663.78 0.00 00:56:05 00:34:01 108.58 47.41 61.17 0.00 1700.98 6284.17 0.00 00:56:05 00:35:01 122.06 35.31 86.76 0.00 2544.29 23642.56 0.00 00:56:05 00:36:02 2151.59 1789.13 362.46 0.00 158908.53 217918.27 0.00 00:56:05 00:37:01 1263.97 1039.20 224.76 0.00 79215.30 92047.78 0.00 00:56:05 00:38:02 949.45 590.62 358.83 0.00 82494.13 145814.49 0.00 00:56:05 00:39:02 1066.18 772.49 293.69 0.00 53416.42 58383.06 0.00 00:56:05 00:40:01 105.73 18.64 87.09 0.00 3356.70 10903.87 0.00 00:56:05 00:41:01 1.62 0.03 1.58 0.00 1.60 29.39 0.00 00:56:05 00:42:01 0.23 0.02 0.22 0.00 0.53 2.77 0.00 00:56:05 00:43:01 0.27 0.02 0.25 0.00 0.27 1.97 0.00 00:56:05 00:44:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 00:56:05 00:45:01 2.75 1.50 1.25 0.00 52.74 18.98 0.00 00:56:05 00:46:01 0.78 0.00 0.78 0.00 0.00 8.73 0.00 00:56:05 00:47:01 0.57 0.03 0.53 0.00 0.67 5.83 0.00 00:56:05 00:48:01 0.70 0.00 0.70 0.00 0.00 8.28 0.00 00:56:05 00:49:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 00:56:05 00:50:01 0.18 0.02 0.17 0.00 0.53 1.20 0.00 00:56:05 00:51:01 0.27 0.02 0.25 0.00 0.53 3.13 0.00 00:56:05 00:52:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 00:56:05 00:53:01 0.35 0.00 0.35 0.00 0.00 4.65 0.00 00:56:05 00:54:01 0.25 0.02 0.23 0.00 0.53 2.18 0.00 00:56:05 00:55:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 00:56:05 Average: 254.89 181.59 73.30 0.00 15993.26 25572.21 0.00 00:56:05 00:56:05 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:05 00:31:02 233016 0 666124 35.40 2596 979808 1481832 50.57 619532 824040 42932 00:56:05 00:32:01 72896 0 772692 41.07 1364 1034592 1530332 52.23 629796 896760 81288 00:56:05 00:33:01 261012 0 760412 40.41 692 859428 1497516 51.11 618176 714940 35024 00:56:05 00:34:01 208244 0 775176 41.20 636 897488 1744892 59.55 631472 744664 64756 00:56:05 00:35:01 167992 0 754856 40.12 560 958136 1262788 43.10 603020 813344 216 00:56:05 00:36:02 62736 0 817220 43.43 0 1001588 2126956 72.59 697388 888404 1436 00:56:05 00:37:01 336936 0 988892 52.56 0 555716 3360316 114.68 641560 630428 24292 00:56:05 00:38:02 295924 0 733624 38.99 0 851996 1771476 60.46 584740 777292 8548 00:56:05 00:39:02 188752 0 800624 42.55 0 892168 2249632 76.78 612608 824156 3712 00:56:05 00:40:01 318492 0 638360 33.93 0 924692 1208036 41.23 491880 826692 24 00:56:05 00:41:01 320916 0 635932 33.80 0 924696 1183376 40.39 490844 825836 8 00:56:05 00:42:01 322436 0 634348 33.71 0 924760 1174100 40.07 489988 825664 20 00:56:05 00:43:01 322264 0 634568 33.73 0 924712 1174208 40.07 490268 825656 16 00:56:05 00:44:01 322068 0 634752 33.74 0 924724 1174256 40.08 490524 825660 8 00:56:05 00:45:01 321064 0 634932 33.75 0 925548 1174172 40.07 490356 826284 8 00:56:05 00:46:01 321260 0 634716 33.73 0 925568 1174100 40.07 490168 826292 8 00:56:05 00:47:01 320900 0 635080 33.75 0 925564 1174220 40.07 490632 826304 8 00:56:05 00:48:01 321152 0 634812 33.74 0 925580 1174100 40.07 490172 826312 8 00:56:05 00:49:01 321352 0 634604 33.73 0 925588 1174100 40.07 490304 826312 8 00:56:05 00:50:01 321296 0 634656 33.73 0 925592 1174196 40.07 490252 826328 12 00:56:05 00:51:01 321244 0 634708 33.73 0 925592 1174148 40.07 490392 826328 12 00:56:05 00:52:01 321000 0 634928 33.75 0 925616 1174196 40.07 490580 826344 12 00:56:05 00:53:01 321308 0 634612 33.73 0 925624 1174100 40.07 490320 826344 8 00:56:05 00:54:01 321292 0 634636 33.73 0 925616 1174100 40.07 490200 826344 8 00:56:05 00:55:01 321096 0 634808 33.74 0 925640 1174172 40.07 490400 826364 12 00:56:05 Average: 278666 0 689203 36.63 234 913441 1434213 48.95 539423 813324 10495 00:56:05 00:56:05 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:05 00:31:02 veth2079e64 876.33 771.15 83.25 2682.32 0.00 0.00 0.00 0.00 00:56:05 00:31:02 eth0 1373.72 1347.51 5794.82 159.45 0.00 0.00 0.00 0.00 00:56:05 00:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:31:02 docker0 876.33 771.01 71.27 2682.31 0.00 0.00 0.00 0.00 00:56:05 00:32:01 eth0 492.92 394.18 3737.21 41.90 0.00 0.00 0.00 0.00 00:56:05 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:32:01 docker0 133.05 173.91 9.41 847.11 0.00 0.00 0.00 0.00 00:56:05 00:33:01 veth677e8d5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:33:01 eth0 41.82 29.71 33.03 69.97 0.00 0.00 0.00 0.00 00:56:05 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:34:01 veth677e8d5 2.13 2.13 0.17 0.18 0.00 0.00 0.00 0.00 00:56:05 00:34:01 eth0 19.04 10.66 13.94 7.56 0.00 0.00 0.00 0.00 00:56:05 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:34:01 docker0 2.13 2.13 0.14 0.18 0.00 0.00 0.00 0.00 00:56:05 00:35:01 veth515389b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:35:01 eth0 252.15 213.66 1712.23 94.71 0.00 0.00 0.00 0.00 00:56:05 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:36:02 veth515389b 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:36:02 eth0 59.18 45.77 160.62 10.50 0.00 0.00 0.00 0.00 00:56:05 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:36:02 docker0 36.83 41.76 2.38 146.27 0.00 0.00 0.00 0.00 00:56:05 00:37:01 veth3ce8a7c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:37:01 veth8cd46f8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:37:01 veth57e67ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:37:01 veth515389b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:38:02 veth515389b 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:38:02 eth0 2798.70 2353.59 13640.98 506.85 0.00 0.00 0.00 0.00 00:56:05 00:38:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:05 00:38:02 docker0 1064.55 1040.94 83.75 4096.67 0.00 0.00 0.00 0.00 00:56:05 00:39:02 veth15ff45a 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:39:02 veth515389b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:05 00:39:02 veth155ae52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:39:02 eth0 88.73 57.84 152.76 88.16 0.00 0.00 0.00 0.00 00:56:05 00:40:01 eth0 32.51 19.64 65.90 10.67 0.00 0.00 0.00 0.00 00:56:05 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:05 00:40:01 docker0 1117.39 1102.45 87.75 4377.47 0.00 0.00 0.00 0.00 00:56:05 00:41:01 eth0 1.07 0.50 0.38 0.24 0.00 0.00 0.00 0.00 00:56:05 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:42:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:05 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:43:01 eth0 1.00 0.28 0.32 0.17 0.00 0.00 0.00 0.00 00:56:05 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:44:01 eth0 0.53 0.33 0.27 0.23 0.00 0.00 0.00 0.00 00:56:05 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:45:01 eth0 0.33 0.17 0.15 0.07 0.00 0.00 0.00 0.00 00:56:05 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:46:01 eth0 0.70 0.07 0.06 0.01 0.00 0.00 0.00 0.00 00:56:05 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:47:01 eth0 0.58 0.38 0.28 0.18 0.00 0.00 0.00 0.00 00:56:05 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:48:01 eth0 0.08 0.07 0.01 0.03 0.00 0.00 0.00 0.00 00:56:05 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:05 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:50:01 eth0 0.23 0.15 0.08 0.08 0.00 0.00 0.00 0.00 00:56:05 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:51:01 eth0 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 00:56:05 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:52:01 eth0 0.35 0.20 0.23 0.12 0.00 0.00 0.00 0.00 00:56:05 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:05 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:54:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:55:01 eth0 0.92 0.13 0.12 0.04 0.00 0.00 0.00 0.00 00:56:05 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 Average: eth0 104.27 91.05 537.08 22.77 0.00 0.00 0.00 0.00 00:56:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:05 Average: docker0 44.04 43.45 3.46 172.53 0.00 0.00 0.00 0.00 00:56:05 00:56:05 00:56:05 ---> sar -P ALL: 00:56:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 00:56:05 00:56:05 00:29:21 LINUX RESTART (4 CPU) 00:56:05 00:56:05 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:56:05 00:31:02 all 13.87 0.00 6.58 1.45 0.54 77.56 00:56:05 00:31:02 0 15.03 0.00 9.09 0.52 0.47 74.89 00:56:05 00:31:02 1 10.02 0.00 6.04 1.84 0.60 81.50 00:56:05 00:31:02 2 20.83 0.00 5.82 0.19 0.55 72.62 00:56:05 00:31:02 3 9.64 0.00 5.40 3.25 0.53 81.18 00:56:05 00:32:01 all 11.25 0.00 9.02 6.99 0.55 72.19 00:56:05 00:32:01 0 10.51 0.00 9.68 6.70 0.49 72.62 00:56:05 00:32:01 1 10.71 0.00 8.78 9.25 0.56 70.71 00:56:05 00:32:01 2 11.10 0.00 8.88 7.14 0.56 72.32 00:56:05 00:32:01 3 12.69 0.00 8.73 4.86 0.58 73.14 00:56:05 00:33:01 all 45.28 0.00 12.69 5.06 0.59 36.38 00:56:05 00:33:01 0 43.60 0.00 13.10 4.27 0.88 38.15 00:56:05 00:33:01 1 46.81 0.00 12.43 3.67 0.51 36.59 00:56:05 00:33:01 2 44.65 0.00 12.60 6.44 0.56 35.74 00:56:05 00:33:01 3 46.07 0.00 12.64 5.86 0.41 35.03 00:56:05 00:34:01 all 52.22 0.00 14.93 4.03 1.37 27.45 00:56:05 00:34:01 0 51.63 0.00 15.60 2.43 1.46 28.89 00:56:05 00:34:01 1 51.79 0.00 15.38 5.60 1.44 25.79 00:56:05 00:34:01 2 53.68 0.00 13.94 4.60 1.24 26.54 00:56:05 00:34:01 3 51.79 0.00 14.78 3.47 1.36 28.61 00:56:05 00:35:01 all 26.53 0.00 10.97 1.98 0.82 59.71 00:56:05 00:35:01 0 26.40 0.00 11.15 1.06 0.71 60.68 00:56:05 00:35:01 1 28.60 0.00 11.13 2.12 0.90 57.24 00:56:05 00:35:01 2 25.18 0.00 10.55 1.74 0.71 61.82 00:56:05 00:35:01 3 25.92 0.00 11.05 2.97 0.95 59.11 00:56:05 00:36:02 all 21.20 0.00 31.96 18.62 1.26 26.95 00:56:05 00:36:02 0 21.79 0.00 30.50 17.61 1.33 28.76 00:56:05 00:36:02 1 20.34 0.00 32.49 20.55 1.17 25.45 00:56:05 00:36:02 2 20.20 0.00 31.60 17.45 1.32 29.44 00:56:05 00:36:02 3 22.51 0.00 33.27 18.86 1.22 24.14 00:56:05 00:37:01 all 58.67 0.00 20.33 10.20 1.28 9.53 00:56:05 00:37:01 0 58.98 0.00 19.81 9.01 1.34 10.85 00:56:05 00:37:01 1 58.59 0.00 20.36 10.11 1.26 9.68 00:56:05 00:37:01 2 57.86 0.00 20.71 9.97 1.28 10.19 00:56:05 00:37:01 3 59.25 0.00 20.42 11.70 1.26 7.37 00:56:05 00:38:02 all 27.46 0.00 25.24 18.60 2.89 25.82 00:56:05 00:38:02 0 28.27 0.00 25.34 16.94 2.79 26.65 00:56:05 00:38:02 1 26.92 0.00 25.56 19.07 2.73 25.71 00:56:05 00:38:02 2 26.73 0.00 23.76 16.83 3.24 29.45 00:56:05 00:38:02 3 27.90 0.00 26.34 21.57 2.78 21.42 00:56:05 00:39:02 all 58.83 0.00 21.49 13.73 0.77 5.18 00:56:05 00:39:02 0 57.98 0.00 22.71 15.38 0.72 3.21 00:56:05 00:39:02 1 59.04 0.00 21.22 15.68 0.81 3.25 00:56:05 00:39:02 2 58.08 0.00 21.43 10.22 0.74 9.52 00:56:05 00:39:02 3 60.24 0.00 20.59 13.66 0.80 4.71 00:56:05 00:40:01 all 6.82 0.00 4.70 3.15 0.60 84.73 00:56:05 00:40:01 0 6.56 0.00 5.41 6.02 0.55 81.47 00:56:05 00:40:01 1 6.81 0.00 4.59 3.09 0.70 84.81 00:56:05 00:40:01 2 6.47 0.00 3.99 2.05 0.57 86.92 00:56:05 00:40:01 3 7.45 0.00 4.80 1.43 0.57 85.75 00:56:05 00:41:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:56:05 00:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:05 00:41:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:56:05 00:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:56:05 00:41:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:56:05 00:56:05 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:56:05 00:42:01 all 0.16 0.00 0.06 0.00 0.01 99.77 00:56:05 00:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:05 00:42:01 1 0.52 0.00 0.07 0.00 0.00 99.42 00:56:05 00:42:01 2 0.03 0.00 0.07 0.00 0.02 99.88 00:56:05 00:42:01 3 0.07 0.00 0.07 0.00 0.02 99.85 00:56:05 00:43:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:56:05 00:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:56:05 00:43:01 1 0.30 0.00 0.02 0.00 0.00 99.68 00:56:05 00:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:43:01 3 0.20 0.00 0.05 0.00 0.00 99.75 00:56:05 00:44:01 all 0.06 0.00 0.05 0.00 0.00 99.89 00:56:05 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:05 00:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:56:05 00:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:56:05 00:44:01 3 0.15 0.00 0.08 0.00 0.00 99.77 00:56:05 00:45:01 all 0.13 0.00 0.06 0.02 0.00 99.78 00:56:05 00:45:01 0 0.03 0.00 0.10 0.08 0.00 99.78 00:56:05 00:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:56:05 00:45:01 2 0.05 0.00 0.05 0.02 0.00 99.88 00:56:05 00:45:01 3 0.40 0.00 0.05 0.00 0.00 99.55 00:56:05 00:46:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:56:05 00:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:05 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:56:05 00:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:56:05 00:46:01 3 0.55 0.00 0.03 0.00 0.00 99.42 00:56:05 00:47:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:56:05 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:05 00:47:01 1 0.07 0.00 0.05 0.02 0.00 99.87 00:56:05 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:56:05 00:47:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:56:05 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:56:05 00:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:05 00:48:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:56:05 00:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:05 00:48:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:56:05 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:56:05 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:56:05 00:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:56:05 00:49:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:56:05 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:56:05 00:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:05 00:50:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:56:05 00:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:50:01 3 0.47 0.00 0.02 0.00 0.00 99.52 00:56:05 00:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:56:05 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:05 00:51:01 1 0.50 0.00 0.03 0.00 0.02 99.45 00:56:05 00:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:05 00:51:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:56:05 00:52:01 all 0.07 0.00 0.04 0.00 0.00 99.89 00:56:05 00:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:05 00:52:01 1 0.13 0.00 0.05 0.00 0.00 99.82 00:56:05 00:52:01 2 0.08 0.00 0.07 0.00 0.02 99.83 00:56:05 00:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:56:05 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:56:05 00:53:01 all 0.03 0.00 0.04 0.00 0.00 99.93 00:56:05 00:53:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:56:05 00:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:56:05 00:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:56:05 00:54:01 all 0.12 0.00 0.03 0.00 0.00 99.86 00:56:05 00:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:05 00:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:54:01 2 0.37 0.00 0.03 0.00 0.00 99.60 00:56:05 00:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:56:05 00:55:01 all 0.08 0.00 0.04 0.00 0.00 99.88 00:56:05 00:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:56:05 00:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:56:05 00:55:01 2 0.20 0.00 0.05 0.00 0.00 99.75 00:56:05 00:55:01 3 0.05 0.00 0.05 0.00 0.02 99.88 00:56:05 Average: all 12.47 0.00 6.10 3.23 0.41 77.78 00:56:05 Average: 0 12.36 0.00 6.28 3.08 0.42 77.86 00:56:05 Average: 1 12.41 0.00 6.11 3.51 0.42 77.55 00:56:05 Average: 2 12.56 0.00 5.93 2.95 0.42 78.14 00:56:05 Average: 3 12.57 0.00 6.09 3.36 0.40 77.57 00:56:05 00:56:05 00:56:05