Pull request #3056 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at abd2591ca23f5f2416321043f683fb80fe5cb4ab rather than 0e0a70a83b6e91166effbd52415e19c3d986c132 Obtained Jenkinsfile from abd2591ca23f5f2416321043f683fb80fe5cb4ab Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21964 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit abd2591ca23f5f2416321043f683fb80fe5cb4ab into PR head commit 0e0a70a83b6e91166effbd52415e19c3d986c132 Merge succeeded, producing 0e0a70a83b6e91166effbd52415e19c3d986c132 Checking out Revision 0e0a70a83b6e91166effbd52415e19c3d986c132 (PR-3056) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # 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 abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 Commit message: "Merge branch 'master' into issue-2988" > git rev-list --no-walk 7014d8db88420514b0fce15c78599d89a23f0961 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:31:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:31:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:31:02 ========================================================= 15:31:02 EdgeX Global Pipelines Version Info 15:31:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:31:03 ------------------- 15:31:03 stable info: 15:31:03 ------------------- 15:31:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:31:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:31:03 Message: update stable to v1.0.179 15:31:04 ------------------- 15:31:04 experimental info: 15:31:04 ------------------- 15:31:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:31:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:31:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:31:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:31:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:31:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:31:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3056 [Pipeline] echo 15:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3056 [Pipeline] echo 15:31:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3056 [Pipeline] echo 15:31:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e0a70a83b6e91166effbd52415e19c3d986c132 [Pipeline] echo 15:31:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e0a70a [Pipeline] echo 15:31:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:31:07 provisioning config files... 15:31:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config268276640964342962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:31:07 ---> docker-login.sh 15:31:07 nexus3.edgexfoundry.org:10001 15:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:08 Configure a credential helper to remove this warning. See 15:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:08 15:31:08 Login Succeeded 15:31:08 nexus3.edgexfoundry.org:10002 15:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:08 Configure a credential helper to remove this warning. See 15:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:08 15:31:08 Login Succeeded 15:31:08 nexus3.edgexfoundry.org:10003 15:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:08 Configure a credential helper to remove this warning. See 15:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:08 15:31:08 Login Succeeded 15:31:08 nexus3.edgexfoundry.org:10004 15:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:08 Configure a credential helper to remove this warning. See 15:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:08 15:31:08 Login Succeeded 15:31:08 docker.io 15:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:31:09 Configure a credential helper to remove this warning. See 15:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:31:09 15:31:09 Login Succeeded 15:31:09 ---> docker-login.sh ends [Pipeline] } 15:31:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:09 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/core-command/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo core-command,cmd/core-command/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/core-data/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo core-data,cmd/core-data/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/core-metadata/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo core-metadata,cmd/core-metadata/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/security-proxy-setup/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ cut -d/ -f2 15:31:09 ++ dirname cmd/support-notifications/Dockerfile 15:31:09 + echo support-notifications,cmd/support-notifications/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/support-scheduler/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:31:09 + for file in '`ls cmd/**/Dockerfile`' 15:31:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:31:09 ++ cut -d/ -f2 15:31:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:31:09 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 15:31:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:10 15:31:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:31:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:11 latest: Pulling from edgex-devops/git-semver 15:31:11 31603596830f: Pulling fs layer 15:31:11 2a8b12db71e7: Pulling fs layer 15:31:11 6ca5941a6612: Pulling fs layer 15:31:11 ecc8261a40a4: Pulling fs layer 15:31:11 ecc8261a40a4: Waiting 15:31:11 2a8b12db71e7: Verifying Checksum 15:31:11 2a8b12db71e7: Download complete 15:31:11 31603596830f: Verifying Checksum 15:31:11 31603596830f: Download complete 15:31:11 6ca5941a6612: Verifying Checksum 15:31:11 6ca5941a6612: Download complete 15:31:11 ecc8261a40a4: Verifying Checksum 15:31:11 ecc8261a40a4: Download complete 15:31:11 31603596830f: Pull complete 15:31:11 2a8b12db71e7: Pull complete 15:31:12 6ca5941a6612: Pull complete 15:31:12 ecc8261a40a4: Pull complete 15:31:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:31:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:31:12 prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container 15:31:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat 15:31:15 $ docker top 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:15 [ssh-agent] Looking for ssh-agent implementation... 15:31:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:15 $ docker exec 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent 15:31:15 SSH_AUTH_SOCK=/tmp/ssh-7wlDjwhGLSZa/agent.12 15:31:15 SSH_AGENT_PID=17 15:31:15 Running ssh-add (command line suppressed) 15:31:15 Identity added: /w/workspace/edgex-go/5@tmp/private_key_901755542098080684.key (/w/workspace/edgex-go/5@tmp/private_key_901755542098080684.key) 15:31:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:16 + git tag --points-at HEAD [Pipeline] } 15:31:16 $ docker exec --env ******** --env ******** 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent -k 15:31:16 unset SSH_AUTH_SOCK; 15:31:16 unset SSH_AGENT_PID; 15:31:16 echo Agent pid 17 killed; 15:31:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:31:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:16 [ssh-agent] Looking for ssh-agent implementation... 15:31:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:16 $ docker exec 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent 15:31:16 SSH_AUTH_SOCK=/tmp/ssh-0oxAO9QxPPUp/agent.48 15:31:16 SSH_AGENT_PID=53 15:31:16 Running ssh-add (command line suppressed) 15:31:17 Identity added: /w/workspace/edgex-go/5@tmp/private_key_8776177214120370017.key (/w/workspace/edgex-go/5@tmp/private_key_8776177214120370017.key) 15:31:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:17 + git semver init 15:31:17 # -> Open(): unable to determine branch for HEAD 15:31:17 # $GIT_DIR = /w/workspace/edgex-go/5/.git 15:31:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 15:31:17 # $SEMVER_REMOTE_NAME = origin 15:31:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:31:17 # $SEMVER_USER_NAME = edgex-jenkins 15:31:17 # $SEMVER_BRANCH = PR-3056 15:31:17 # $SEMVER_TEMP = /tmp/semver-232769677 15:31:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:31:44 # '/tmp/semver-232769677' -> '/w/workspace/edgex-go/5/.semver' 15:31:44 # -> Force: false 15:31:44 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 15:31:44 $ docker exec --env ******** --env ******** 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db ssh-agent -k 15:31:44 unset SSH_AUTH_SOCK; 15:31:44 unset SSH_AGENT_PID; 15:31:44 echo Agent pid 53 killed; 15:31:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:45 + git semver [Pipeline] } 15:31:45 $ docker stop --time=1 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db 15:31:46 $ docker rm -f 2629339e073ff9f5a92ad6839174b434e7cd774bfd940067137cfb32cecf78db [Pipeline] // withDockerContainer [Pipeline] sh 15:31:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:31:47 Stashed 1 file(s) [Pipeline] echo 15:31:47 [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 15:31:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:31:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:31:49 + sudo service docker restart 15:31:49 + true 15:31:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:31:49 ========================================================= 15:31:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:31:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:31:50 + 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 . 15:31:54 Sending build context to Docker daemon 327.6MB 15:31:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:31:54 Step 2/6 : FROM ${BASE} 15:31:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:31:54 188c0c94c7c5: Pulling fs layer 15:31:54 0ef7d3d256c8: Pulling fs layer 15:31:54 de9db76c5a1d: Pulling fs layer 15:31:54 bca2f99d35d6: Pulling fs layer 15:31:54 93359f2a8cfa: Pulling fs layer 15:31:54 7c6f9722023f: Pulling fs layer 15:31:54 a35cf1a2eb13: Pulling fs layer 15:31:54 93359f2a8cfa: Waiting 15:31:54 7c6f9722023f: Waiting 15:31:54 a35cf1a2eb13: Waiting 15:31:54 bca2f99d35d6: Waiting 15:31:54 de9db76c5a1d: Verifying Checksum 15:31:54 de9db76c5a1d: Download complete 15:31:54 0ef7d3d256c8: Verifying Checksum 15:31:54 0ef7d3d256c8: Download complete 15:31:54 93359f2a8cfa: Verifying Checksum 15:31:54 93359f2a8cfa: Download complete 15:31:54 188c0c94c7c5: Verifying Checksum 15:31:54 188c0c94c7c5: Download complete 15:31:54 7c6f9722023f: Download complete 15:31:54 188c0c94c7c5: Pull complete 15:31:54 0ef7d3d256c8: Pull complete 15:31:54 de9db76c5a1d: Pull complete 15:31:56 a35cf1a2eb13: Verifying Checksum 15:31:56 a35cf1a2eb13: Download complete 15:31:56 bca2f99d35d6: Verifying Checksum 15:31:56 bca2f99d35d6: Download complete 15:32:01 bca2f99d35d6: Pull complete 15:32:01 93359f2a8cfa: Pull complete 15:32:01 7c6f9722023f: Pull complete 15:32:03 Still waiting to schedule task 15:32:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:32:06 a35cf1a2eb13: Pull complete 15:32:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:32:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:32:06 ---> a62c8e92a672 15:32:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:32:06 ---> Running in 676e107916f1 15:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:08 (1/12) Installing libmagic (5.38-r0) 15:32:08 (2/12) Installing file (5.38-r0) 15:32:08 (3/12) Installing libc-dev (0.7.2-r3) 15:32:08 (4/12) Installing g++ (9.3.0-r2) 15:32:14 (5/12) Installing fortify-headers (1.1-r0) 15:32:14 (6/12) Installing patch (2.7.6-r6) 15:32:14 (7/12) Installing build-base (0.5-r2) 15:32:14 (8/12) Installing libsodium (1.0.18-r0) 15:32:14 (9/12) Installing pkgconf (1.7.2-r0) 15:32:14 (10/12) Installing libsodium-dev (1.0.18-r0) 15:32:14 (11/12) Installing libzmq (4.3.3-r0) 15:32:14 (12/12) Installing zeromq-dev (4.3.3-r0) 15:32:14 Executing busybox-1.31.1-r19.trigger 15:32:14 OK: 233 MiB in 51 packages 15:32:18 Removing intermediate container 676e107916f1 15:32:18 ---> 184fd16cd585 15:32:18 Step 4/6 : WORKDIR /edgex-go 15:32:18 ---> Running in 03f1e9792d63 15:32:18 Removing intermediate container 03f1e9792d63 15:32:18 ---> e631aedb2a06 15:32:18 Step 5/6 : COPY go.mod . 15:32:18 ---> 32809947f898 15:32:18 Step 6/6 : RUN go mod download 15:32:18 ---> Running in 92e65c29d454 15:32:41 Removing intermediate container 92e65c29d454 15:32:41 ---> 82c67c4705e8 15:32:41 Successfully built 82c67c4705e8 15:32:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:32:41 + docker inspect -f . ci-base-image-x86_64 15:32:41 . [Pipeline] withDockerContainer 15:32:41 prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container 15:32:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:32:42 $ docker top d76a7ae6ecdcb358621edc643072c02c616bf3ca4e8110e4cde27c019db23c4c -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:42 + go version 15:32:42 go version go1.15.5 linux/amd64 [Pipeline] } 15:32:42 $ docker stop --time=1 d76a7ae6ecdcb358621edc643072c02c616bf3ca4e8110e4cde27c019db23c4c 15:32:44 $ docker rm -f d76a7ae6ecdcb358621edc643072c02c616bf3ca4e8110e4cde27c019db23c4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:32:45 + docker inspect -f . ci-base-image-x86_64 15:32:45 . [Pipeline] withDockerContainer 15:32:45 prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container 15:32:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:32:46 $ docker top 82b0bb3ac407e1ecabd1a7bcbf62979c59db4b3fb2d5d7e36bfb9fa67730fe21 -eo pid,comm [Pipeline] { [Pipeline] echo 15:32:46 ========================================================= 15:32:46 [edgeXBuildGoParallel] Running Tests and Build... 15:32:46 ========================================================= [Pipeline] sh 15:32:46 + make test 15:32:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:32:54 ? github.com/edgexfoundry/edgex-go [no test files] 15:33:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:33:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:33:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:33:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:33:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:33:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:33:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:33:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:33:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:33:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:33:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:33:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:33:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:33:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 15:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:33:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.0% of statements 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 66.7% of statements 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:33:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:33:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements 15:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 15:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements 15:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements 15:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements 15:33:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 15:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 15:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements 15:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 15:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 15:33:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 15:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:33:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.247s coverage: 84.0% of statements 15:33:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 15:33:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 47.1% of statements 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:33:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:33:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 15:33:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:33:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 15:33:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 15:33:38 GO111MODULE=on go vet ./... 15:34:00 gofmt -l . 15:34:00 [ "`gofmt -l .`" = "" ] 15:34:00 ./bin/test-go-mod-tidy.sh 15:34:00 ./bin/test-attribution-txt.sh [Pipeline] sh 15:34:01 + ls -al . 15:34:01 total 656 15:34:01 drwxrwxr-x 10 1001 1001 4096 Jan 21 15:34 . 15:34:01 drwxr-xr-x 4 root root 28 Jan 21 15:32 .. 15:34:01 -rw-rw-r-- 1 1001 1001 11 Jan 21 15:30 .dockerignore 15:34:01 drwxrwxr-x 8 1001 1001 179 Jan 21 15:31 .git 15:34:01 drwxrwxr-x 3 1001 1001 125 Jan 21 15:30 .github 15:34:01 -rw-rw-r-- 1 1001 1001 824 Jan 21 15:30 .gitignore 15:34:01 drwx------ 3 1001 1001 47 Jan 21 15:31 .semver 15:34:01 -rw-rw-r-- 1 1001 1001 166 Jan 21 15:30 .sonarcloud.properties 15:34:01 -rw-rw-r-- 1 1001 1001 7759 Jan 21 15:30 Attribution.txt 15:34:01 -rw-rw-r-- 1 1001 1001 3804 Jan 21 15:30 CONTRIBUTING.md 15:34:01 -rw-rw-r-- 1 1001 1001 931 Jan 21 15:30 Dockerfile.build 15:34:01 -rw-rw-r-- 1 1001 1001 863 Jan 21 15:30 Jenkinsfile 15:34:01 -rw-rw-r-- 1 1001 1001 10775 Jan 21 15:30 LICENSE 15:34:01 -rw-rw-r-- 1 1001 1001 5750 Jan 21 15:30 Makefile 15:34:01 -rw-rw-r-- 1 1001 1001 6524 Jan 21 15:30 README.md 15:34:01 -rw-rw-r-- 1 1001 1001 6744 Jan 21 15:30 SECURITY.md 15:34:01 -rw-rw-r-- 1 1001 1001 5 Jan 21 15:31 VERSION 15:34:01 -rw-rw-r-- 1 1001 1001 4131 Jan 21 15:30 ZMQWindows.md 15:34:01 drwxrwxr-x 2 1001 1001 117 Jan 21 15:30 bin 15:34:01 drwxrwxr-x 14 1001 1001 4096 Jan 21 15:30 cmd 15:34:01 -rw-r--r-- 1 root root 551534 Jan 21 15:33 coverage.out 15:34:01 -rw-r--r-- 1 root root 1027 Jan 21 15:33 go.mod 15:34:01 -rw-r--r-- 1 root root 18725 Jan 21 15:34 go.sum 15:34:01 drwxrwxr-x 8 1001 1001 127 Jan 21 15:30 internal 15:34:01 drwxrwxr-x 4 1001 1001 26 Jan 21 15:30 openapi 15:34:01 drwxrwxr-x 4 1001 1001 71 Jan 21 15:30 snap 15:34:01 -rw-rw-r-- 1 1001 1001 168 Jan 21 15:30 version.go [Pipeline] sh 15:34:01 + '[' -e coverage.out ] 15:34:01 + chown 1001:1001 coverage.out [Pipeline] stash 15:34:02 Stashed 1 file(s) [Pipeline] sh 15:34:02 + make build 15:34:02 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 15:34:06 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 15:34:13 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 15:34:14 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 15:34:15 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 15:34:15 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 15:34:17 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 15:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:34:19 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 15:34:20 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 15:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:34:22 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 [Pipeline] } 15:34:23 $ docker stop --time=1 82b0bb3ac407e1ecabd1a7bcbf62979c59db4b3fb2d5d7e36bfb9fa67730fe21 15:34:25 $ docker rm -f 82b0bb3ac407e1ecabd1a7bcbf62979c59db4b3fb2d5d7e36bfb9fa67730fe21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:27 15:34:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:34:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:27 latest: Pulling from edgex-devops/edgex-compose 15:34:27 cbdbe7a5bc2a: Pulling fs layer 15:34:27 ca9280d653b3: Pulling fs layer 15:34:27 7e9c9ca2126c: Pulling fs layer 15:34:28 cbdbe7a5bc2a: Verifying Checksum 15:34:28 cbdbe7a5bc2a: Download complete 15:34:28 cbdbe7a5bc2a: Pull complete 15:34:28 ca9280d653b3: Verifying Checksum 15:34:28 ca9280d653b3: Download complete 15:34:29 ca9280d653b3: Pull complete 15:34:29 7e9c9ca2126c: Download complete 15:34:36 7e9c9ca2126c: Pull complete 15:34:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:34:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:34:36 prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container 15:34:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:34:37 $ docker top 9aa8212e6d9700f6f32bf51cf5675de1b231a0713d6e16f0f10e28bdeea2aeca -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:38 + docker-compose build --help 15:34:38 + grep parallel 15:34:38 --parallel Build images in parallel. [Pipeline] } 15:34:38 $ docker stop --time=1 9aa8212e6d9700f6f32bf51cf5675de1b231a0713d6e16f0f10e28bdeea2aeca 15:34:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21966 in /w/workspace/edgexfoundry_edgex-go_PR-3056 15:34:40 $ docker rm -f 9aa8212e6d9700f6f32bf51cf5675de1b231a0713d6e16f0f10e28bdeea2aeca [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws 15:34:40 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:34:41 . [Pipeline] withDockerContainer 15:34:41 prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container 15:34:41 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:34:41 $ docker top 43a28ed1354c8efb170b71aacbe4ca140a5fa846c320452481eb6ba83107a3cc -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:42 + docker-compose -f ./docker-compose-build.yml build --parallel 15:34:43 Building docker-core-command-go ... 15:34:43 Building docker-core-data-go ... 15:34:43 Building docker-core-metadata-go ... 15:34:43 Building docker-security-bootstrap-redis-go ... 15:34:43 Building docker-security-proxy-setup-go ... 15:34:43 Building docker-security-secretstore-setup-go ... 15:34:43 Building docker-support-notifications-go ... 15:34:43 Building docker-support-scheduler-go ... 15:34:43 Building docker-sys-mgmt-agent-go ... 15:34:43 Building docker-security-proxy-setup-go 15:34:43 Building docker-security-secretstore-setup-go 15:34:43 Building docker-support-scheduler-go 15:34:43 Building docker-core-metadata-go 15:34:43 Building docker-core-command-go 15:34:45 using credential edgex-jenkins-ssh 15:34:45 Cloning the remote Git repository 15:34:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:34:45 > git init /w/workspace/edgex-go/5 # timeout=10 15:34:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:34:45 > git --version # timeout=10 15:34:45 > git --version # 'git version 2.17.1' 15:34:45 using GIT_SSH to set credentials SSH Credentials for GitHub 15:34:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:35:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:35:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:35:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:35:06 Merging remotes/origin/master commit abd2591ca23f5f2416321043f683fb80fe5cb4ab into PR head commit 0e0a70a83b6e91166effbd52415e19c3d986c132 15:35:06 Merge succeeded, producing 0e0a70a83b6e91166effbd52415e19c3d986c132 15:35:06 Checking out Revision 0e0a70a83b6e91166effbd52415e19c3d986c132 (PR-3056) 15:35:06 > git config core.sparsecheckout # timeout=10 15:35:06 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 15:35:06 > git remote # timeout=10 15:35:06 > git config --get remote.origin.url # timeout=10 15:35:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:06 > git merge abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 15:35:06 > git rev-parse HEAD^{commit} # timeout=10 15:35:06 > git config core.sparsecheckout # timeout=10 15:35:06 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 15:35:11 Commit message: "Merge branch 'master' into issue-2988" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:35:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:35:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:35:13 + true 15:35:13 + sudo service docker restart 15:35:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:35:15 ---> 82c67c4705e8 15:35:15 Step 3/21 : WORKDIR /edgex-go 15:35:15 ---> 82c67c4705e8 15:35:15 Step 3/24 : WORKDIR /edgex-go 15:35:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:15 ---> 82c67c4705e8 15:35:15 Step 3/22 : WORKDIR /edgex-go 15:35:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:15 ---> 82c67c4705e8 15:35:15 Step 3/21 : WORKDIR /edgex-go 15:35:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:15 ---> 82c67c4705e8 15:35:15 Step 3/22 : WORKDIR /edgex-go 15:35:15 ---> Running in cfdcb311f376 15:35:15 ---> Running in 030f3c8b21a9 15:35:15 ---> Running in 6ccc56e60bb6 15:35:15 ---> Running in 534011e3fa8b 15:35:15 ---> Running in a57497ce2513 15:35:15 Removing intermediate container a57497ce2513 15:35:15 ---> d4beca94bdc4 15:35:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:15 Removing intermediate container 6ccc56e60bb6 15:35:15 ---> 94bd0b2a041b 15:35:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:15 Removing intermediate container cfdcb311f376 15:35:15 ---> b164e8d4a38b 15:35:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:15 Removing intermediate container 534011e3fa8b 15:35:15 ---> d3f5f0e60515 15:35:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:15 Removing intermediate container 030f3c8b21a9 15:35:15 ---> 29879edc8f8e 15:35:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:15 ---> Running in 4af272652496 15:35:15 ---> Running in 0b086658daa5 15:35:15 ---> Running in 1042373b8788 15:35:15 ---> Running in cfc7f148a49a 15:35:15 ---> Running in e85560a53e3e 15:35:15 Removing intermediate container cfc7f148a49a 15:35:15 ---> 8e8a9382b13f 15:35:15 Step 5/22 : RUN apk add --update --no-cache make git 15:35:15 Removing intermediate container 0b086658daa5 15:35:15 ---> a85bb81c1684 15:35:15 Step 5/22 : RUN apk add --update --no-cache make git 15:35:15 Removing intermediate container 1042373b8788 15:35:15 ---> e2dd45a347c6 15:35:15 Step 5/24 : RUN apk add --update --no-cache make git 15:35:15 Removing intermediate container 4af272652496 15:35:15 ---> 5f9e6b7bf130 15:35:15 Step 5/21 : RUN apk add --update --no-cache make git 15:35:15 ---> Running in 8c7fec15cb3e 15:35:15 ---> Running in 4d0152c9b213 15:35:16 ---> Running in 60a75c1ca3cf 15:35:16 ---> Running in 02ef384e08a3 15:35:16 Removing intermediate container e85560a53e3e 15:35:16 ---> 9f6bd493b747 15:35:16 Step 5/21 : RUN apk add --update --no-cache make git 15:35:16 ---> Running in 4bf2c3a2bf6a [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:35:16 provisioning config files... 15:35:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2734633034295706634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:35:16 ---> docker-login.sh 15:35:16 nexus3.edgexfoundry.org:10001 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:17 Configure a credential helper to remove this warning. See 15:35:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:17 15:35:17 Login Succeeded 15:35:17 nexus3.edgexfoundry.org:10002 15:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:18 OK: 233 MiB in 51 packages 15:35:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:18 Configure a credential helper to remove this warning. See 15:35:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:18 15:35:18 Login Succeeded 15:35:18 nexus3.edgexfoundry.org:10003 15:35:18 OK: 233 MiB in 51 packages 15:35:18 OK: 233 MiB in 51 packages 15:35:18 OK: 233 MiB in 51 packages 15:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 OK: 233 MiB in 51 packages 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 nexus3.edgexfoundry.org:10004 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:19 Removing intermediate container 4d0152c9b213 15:35:19 ---> d6b4b4bc82ce 15:35:19 Step 6/22 : COPY go.mod . 15:35:19 Removing intermediate container 8c7fec15cb3e 15:35:19 ---> 40671797843c 15:35:19 Step 6/22 : COPY go.mod . 15:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:19 Configure a credential helper to remove this warning. See 15:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:19 15:35:19 Login Succeeded 15:35:19 docker.io 15:35:19 Removing intermediate container 60a75c1ca3cf 15:35:19 ---> b7a04320d26d 15:35:19 Step 6/24 : COPY go.mod . 15:35:19 Removing intermediate container 02ef384e08a3 15:35:19 ---> ee8ed85dc7da 15:35:19 Step 6/21 : COPY go.mod . 15:35:19 ---> 81bed338cd87 15:35:19 Step 7/22 : RUN go mod download 15:35:19 ---> 15d789cb57b3 15:35:19 Step 7/22 : RUN go mod download 15:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:35:20 Removing intermediate container 4bf2c3a2bf6a 15:35:20 ---> 621250bb1331 15:35:20 Step 6/21 : COPY go.mod . 15:35:20 ---> Running in d89b89c1a83d 15:35:20 ---> Running in 2bf8fdeae2fa 15:35:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:35:20 Configure a credential helper to remove this warning. See 15:35:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:35:20 15:35:20 Login Succeeded 15:35:20 ---> docker-login.sh ends [Pipeline] } 15:35:20 Deleting 1 temporary files [Pipeline] // wrap 15:35:20 ---> 6443d9728dad 15:35:20 Step 7/21 : RUN go mod download 15:35:20 ---> bc3ad582d9d2 15:35:20 Step 7/24 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:35:20 ---> 5534abe522d8 15:35:20 Step 7/21 : RUN go mod download 15:35:20 ---> Running in 8afedd4de676 15:35:20 ---> Running in 0273e65d6d76 [Pipeline] echo 15:35:20 ========================================================= 15:35:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:35:20 ========================================================= 15:35:20 ---> Running in 46c3a3aa85b8 [Pipeline] isUnix [Pipeline] sh 15:35:21 + 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 . 15:35:22 Removing intermediate container 2bf8fdeae2fa 15:35:22 ---> 9317bbec032a 15:35:22 Step 8/22 : COPY . . 15:35:23 Removing intermediate container 46c3a3aa85b8 15:35:23 ---> 299d31313018 15:35:23 Step 8/21 : COPY . . 15:35:23 Removing intermediate container d89b89c1a83d 15:35:23 ---> 55df43967461 15:35:23 Step 8/22 : COPY . . 15:35:23 Sending build context to Docker daemon 166.1MB 15:35:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:35:23 Step 2/6 : FROM ${BASE} 15:35:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:35:23 5f621e34cdf4: Pulling fs layer 15:35:23 a4357932f1b6: Pulling fs layer 15:35:23 18c013af1878: Pulling fs layer 15:35:23 00ac8860ef70: Pulling fs layer 15:35:23 63d7cb157983: Pulling fs layer 15:35:23 b116817d02f9: Pulling fs layer 15:35:23 745a02a5169b: Pulling fs layer 15:35:23 b116817d02f9: Waiting 15:35:23 00ac8860ef70: Waiting 15:35:23 63d7cb157983: Waiting 15:35:23 745a02a5169b: Waiting 15:35:23 18c013af1878: Download complete 15:35:23 a4357932f1b6: Verifying Checksum 15:35:23 a4357932f1b6: Download complete 15:35:23 63d7cb157983: Download complete 15:35:23 b116817d02f9: Verifying Checksum 15:35:23 b116817d02f9: Download complete 15:35:24 5f621e34cdf4: Verifying Checksum 15:35:24 5f621e34cdf4: Download complete 15:35:24 5f621e34cdf4: Pull complete 15:35:24 Removing intermediate container 8afedd4de676 15:35:24 ---> 9806dae7d90c 15:35:24 Step 8/21 : COPY . . 15:35:25 a4357932f1b6: Pull complete 15:35:25 18c013af1878: Pull complete 15:35:26 Removing intermediate container 0273e65d6d76 15:35:26 ---> 5b97113d9b78 15:35:26 Step 8/24 : COPY . . 15:35:27 745a02a5169b: Download complete 15:35:29 00ac8860ef70: Verifying Checksum 15:35:29 00ac8860ef70: Download complete 15:35:39 00ac8860ef70: Pull complete 15:35:39 63d7cb157983: Pull complete 15:35:39 b116817d02f9: Pull complete 15:35:42 745a02a5169b: Pull complete 15:35:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:35:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:35:42 ---> b7e6874047d6 15:35:42 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 15:35:46 ---> Running in 0098be737def 15:35:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:49 (1/12) Installing libmagic (5.38-r0) 15:35:49 (2/12) Installing file (5.38-r0) 15:35:49 (3/12) Installing libc-dev (0.7.2-r3) 15:35:49 (4/12) Installing g++ (9.3.0-r2) 15:35:53 (5/12) Installing fortify-headers (1.1-r0) 15:35:53 (6/12) Installing patch (2.7.6-r6) 15:35:53 (7/12) Installing build-base (0.5-r2) 15:35:53 (8/12) Installing libsodium (1.0.18-r0) 15:35:53 (9/12) Installing pkgconf (1.7.2-r0) 15:35:53 (10/12) Installing libsodium-dev (1.0.18-r0) 15:35:53 (11/12) Installing libzmq (4.3.3-r0) 15:35:53 (12/12) Installing zeromq-dev (4.3.3-r0) 15:35:54 Executing busybox-1.31.1-r19.trigger 15:35:54 OK: 217 MiB in 51 packages 15:35:58 Removing intermediate container 0098be737def 15:35:58 ---> 86040fb27636 15:35:58 Step 4/6 : WORKDIR /edgex-go 15:35:58 ---> Running in 27426cad277b 15:35:58 Removing intermediate container 27426cad277b 15:35:58 ---> 0ed2b20d8c33 15:35:58 Step 5/6 : COPY go.mod . 15:35:59 ---> ef848352b27b 15:35:59 Step 6/6 : RUN go mod download 15:35:59 ---> Running in 90898c337eeb 15:36:05 ---> bc5b38ebe6e7 15:36:05 Step 9/22 : RUN make cmd/core-command/core-command 15:36:05 ---> 9a1880cc4d75 15:36:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:36:05 ---> Running in 40fa035b7b78 15:36:05 ---> 86144a6c2bbe 15:36:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:36:05 ---> 1e3d4ee90789 15:36:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:36:05 ---> 60233f825564 15:36:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:36:05 ---> Running in 05cf81646b56 15:36:05 ---> Running in 08616e86fa86 15:36:05 ---> Running in 0d55735461dd 15:36:05 ---> Running in 191523e79cb6 15:36: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 15:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:36:05 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 15:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:36:26 Removing intermediate container 90898c337eeb 15:36:26 ---> b0d1688879a2 15:36:26 Successfully built b0d1688879a2 15:36:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:36:26 + docker inspect -f . ci-base-image-arm64 15:36:26 . [Pipeline] withDockerContainer 15:36:26 prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container 15:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:36:28 $ docker top 852ccf963c7eaed437a68d02982a449b4011c8907575fbfee17940459d1ea69e -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:29 + go version 15:36:29 go version go1.15.5 linux/arm64 [Pipeline] } 15:36:29 $ docker stop --time=1 852ccf963c7eaed437a68d02982a449b4011c8907575fbfee17940459d1ea69e 15:36:31 $ docker rm -f 852ccf963c7eaed437a68d02982a449b4011c8907575fbfee17940459d1ea69e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 15:36:31 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 15:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:36:32 + docker inspect -f . ci-base-image-arm64 15:36:32 . [Pipeline] withDockerContainer 15:36:32 prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container 15:36:32 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:36:33 $ docker top c23455b5676b4ed9ff7f1102953e65142ee922d958fa344e5833fe6b53f71cfb -eo pid,comm [Pipeline] { [Pipeline] echo 15:36:34 ========================================================= 15:36:34 [edgeXBuildGoParallel] Running Tests and Build... 15:36:34 ========================================================= [Pipeline] sh 15:36:34 + make test 15:36:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:36:38 Removing intermediate container 40fa035b7b78 15:36:38 ---> 8af3b77c422d 15:36:38 15:36:38 Step 10/22 : FROM scratch 15:36:38 ---> 15:36:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:36:38 Removing intermediate container 05cf81646b56 15:36:38 ---> cfb9c39c0696 15:36:38 15:36:38 Step 10/21 : FROM scratch 15:36:38 ---> 15:36:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:36:38 Removing intermediate container 191523e79cb6 15:36:38 ---> 44c4503dd325 15:36:38 15:36:38 Step 10/24 : FROM alpine:3.12 15:36:38 Removing intermediate container 0d55735461dd 15:36:38 ---> 474fb7e2d62f 15:36:38 15:36:38 Step 10/21 : FROM alpine:3.12 15:36:38 3.12: Pulling from library/alpine 15:36:38 3.12: Pulling from library/alpine 15:36:38 ---> Running in 528f64f8b64b 15:36:38 ---> Running in ba0d8603addd 15:36:38 Removing intermediate container 528f64f8b64b 15:36:38 ---> c5f280475ccf 15:36:38 Step 12/22 : ENV APP_PORT=48082 15:36:39 Removing intermediate container ba0d8603addd 15:36:39 ---> 2dc001756b97 15:36:39 Step 12/21 : ENV APP_PORT=48085 15:36:40 ---> Running in 31c2f9aed800 15:36:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:36:40 ---> Running in 96611e8cd5f8 15:36:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:36:40 Status: Downloaded newer image for alpine:3.12 15:36:40 Status: Image is up to date for alpine:3.12 15:36:40 ---> 389fef711851 15:36:40 Step 11/21 : RUN apk add --update --no-cache curl 15:36:40 ---> 389fef711851 15:36:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:36:41 Removing intermediate container 31c2f9aed800 15:36:41 ---> 1667d29474f4 15:36:41 Step 13/22 : EXPOSE $APP_PORT 15:36:41 Removing intermediate container 08616e86fa86 15:36:41 ---> 13d368400f01 15:36:41 15:36:41 Step 10/22 : FROM scratch 15:36:41 ---> 15:36:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:36:41 ---> Running in 5119726efcba 15:36:41 ---> Running in 5e822078a2bd 15:36:41 ---> Using cache 15:36:41 ---> 2dc001756b97 15:36:41 Step 12/22 : ENV APP_PORT=48081 15:36:41 Removing intermediate container 96611e8cd5f8 15:36:41 ---> 4ead67b34c6e 15:36:41 Step 13/21 : EXPOSE $APP_PORT 15:36:41 ---> Running in 32f1b4e88485 15:36:41 ---> Running in 26e38166abae 15:36:41 ---> Running in 96ca85280288 15:36:41 Removing intermediate container 32f1b4e88485 15:36:41 ---> 35c29dee77c6 15:36:41 Step 14/22 : WORKDIR / 15:36:41 Removing intermediate container 26e38166abae 15:36:41 ---> d11f25e413d2 15:36:41 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:41 ---> Running in 010125d4b86f 15:36:41 Removing intermediate container 96ca85280288 15:36:41 ---> aebc4fc04a9b 15:36:41 Step 13/22 : EXPOSE $APP_PORT 15:36:42 ---> Running in 10d9d0830015 15:36:42 ---> be661bb7a7ed 15:36:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:36:42 Removing intermediate container 010125d4b86f 15:36:42 ---> 71d296a728b0 15:36:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:42 Removing intermediate container 10d9d0830015 15:36:42 ---> 37d656aa3ec7 15:36:42 Step 14/22 : WORKDIR / 15:36:42 ---> Running in eb85629928c4 15:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:42 ---> c82077bed0ec 15:36:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:42 Removing intermediate container eb85629928c4 15:36:42 ---> ed44b78d7985 15:36:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:42 (1/5) Installing ca-certificates (20191127-r4) 15:36:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:36:42 (3/5) Installing libcurl (7.69.1-r3) 15:36:42 (4/5) Installing curl (7.69.1-r3) 15:36:42 (5/5) Installing dumb-init (1.2.2-r1) 15:36:43 Executing busybox-1.31.1-r19.trigger 15:36:43 Executing ca-certificates-20191127-r4.trigger 15:36:43 (1/4) Installing ca-certificates (20191127-r4) 15:36:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:36:43 (3/4) Installing libcurl (7.69.1-r3) 15:36:43 (4/4) Installing curl (7.69.1-r3) 15:36:43 Executing busybox-1.31.1-r19.trigger 15:36:43 Executing ca-certificates-20191127-r4.trigger 15:36:43 OK: 7 MiB in 18 packages 15:36:43 OK: 7 MiB in 19 packages 15:36:43 ---> 3cb5855e4061 15:36:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:36:44 ---> 748d0d163496 15:36:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:36:44 ---> dbc66d776189 15:36:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:36:44 ---> b37c937cd32f 15:36:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:36:44 ---> Running in 8ff4f4e9eea7 15:36:45 ---> 233af659609d 15:36:45 Step 18/22 : ENTRYPOINT ["/core-command"] 15:36:45 ---> Running in b939329e6c79 15:36:45 ---> eb15a07afa65 15:36:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:36:46 Removing intermediate container 5e822078a2bd 15:36:46 ---> 3b8bcd606975 15:36:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:36:46 Removing intermediate container 8ff4f4e9eea7 15:36:46 ---> 1f99674e6f4c 15:36:46 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:46 Removing intermediate container 5119726efcba 15:36:46 ---> cf62c53bef96 15:36:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:36:46 ---> Running in e9b1f815e194 15:36:46 ---> Running in f554a2eabaf7 15:36:46 ---> 25458f45d0b1 15:36:46 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:36:46 Removing intermediate container b939329e6c79 15:36:46 ---> dd2801da1895 15:36:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:46 ---> Running in f833e8dde1b8 15:36:46 ---> Running in 2c1bdfd779bf 15:36:46 ---> Running in c4d951947e79 15:36:46 Removing intermediate container f554a2eabaf7 15:36:46 ---> 574966417c19 15:36:46 Step 19/21 : LABEL arch=x86_64 15:36:48 Removing intermediate container e9b1f815e194 15:36:48 ---> 72cc18d2ed66 15:36:48 Step 13/21 : WORKDIR /edgex 15:36:48 ---> Running in 8abd121a851a 15:36:48 ---> Running in 8a46f3eee2be 15:36:48 Removing intermediate container f833e8dde1b8 15:36:48 ---> 788726dbbdff 15:36:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:48 Removing intermediate container 2c1bdfd779bf 15:36:48 ---> 790050adab9c 15:36:48 Step 13/24 : WORKDIR / 15:36:48 Removing intermediate container c4d951947e79 15:36:48 ---> f135518b136b 15:36:48 Step 20/22 : LABEL arch=x86_64 15:36:48 ---> Running in 41f0bc303054 15:36:48 ---> Running in 1e5793755ae9 15:36:48 ---> Running in 32936d8bcba8 15:36:48 Removing intermediate container 8abd121a851a 15:36:48 ---> 6fdc1553e5b2 15:36:48 Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:36:48 Removing intermediate container 8a46f3eee2be 15:36:48 ---> 4f12bb26beba 15:36:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:36:48 ---> Running in 66d91cdb9257 15:36:48 Removing intermediate container 41f0bc303054 15:36:48 ---> 3b5bc84cfb22 15:36:48 Step 20/22 : LABEL arch=x86_64 15:36:48 Removing intermediate container 32936d8bcba8 15:36:48 ---> 1582d3ba6c87 15:36:48 Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:36:48 Removing intermediate container 1e5793755ae9 15:36:48 ---> db154abdb25a 15:36:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:36:48 ---> Running in 879d18ccfeac 15:36:48 ---> b51f44726e39 15:36:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:36:48 ---> Running in bb35ec56c885 15:36:48 Removing intermediate container 66d91cdb9257 15:36:48 ---> 52c9f0e4d55d 15:36:48 Step 21/21 : LABEL version=0.0.0 15:36:48 ---> Running in f2eea081e6cb 15:36:48 Removing intermediate container 879d18ccfeac 15:36:48 ---> f4abff237f7c 15:36:48 Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:36:48 Removing intermediate container bb35ec56c885 15:36:48 ---> 4fbdfa9be03d 15:36:48 Step 22/22 : LABEL version=0.0.0 15:36:48 ---> 9fdea0c7b05d 15:36:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:36:48 ---> Running in df282bede779 15:36:48 Removing intermediate container f2eea081e6cb 15:36:48 ---> 59e79a34fa8b 15:36:48 15:36:48 ---> 1330d6d16efb 15:36:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:36:48 ---> Running in 1661fcc5d256 15:36:49 Successfully built 59e79a34fa8b 15:36:49 Removing intermediate container df282bede779 15:36:49 ---> ee9cc0850504 15:36:49 Step 22/22 : LABEL version=0.0.0 15:36:49 Successfully tagged docker-support-scheduler-go:latest 15:36:49 ---> c4b804817d42 15:36:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:36:49 Building docker-security-bootstrap-redis-go 15:36:49  Building docker-support-scheduler-go ... done Removing intermediate container 1661fcc5d256 15:36:49 ---> bcca498f7fd6 15:36:49 15:36:49 ---> 86bc5aaf664a 15:36:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:36:49 ---> Running in f5e998a6c5fe 15:36:49 Successfully built bcca498f7fd6 15:36:49 ---> Running in c85ebd22ab2e 15:36:49 Successfully tagged docker-core-command-go:latest 15:36:49  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 15:36:49 Removing intermediate container f5e998a6c5fe 15:36:49 ---> 8cc39b546521 15:36:49 15:36:49 ---> b37d362443c5 15:36:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:36:49 Removing intermediate container c85ebd22ab2e 15:36:49 ---> 811fb208fbdc 15:36:49 Step 18/21 : CMD ["--init=true"] 15:36:49 Successfully built 8cc39b546521 15:36:49 Successfully tagged docker-core-metadata-go:latest 15:36:49 Building docker-support-notifications-go 15:36:50  Building docker-core-metadata-go ... done  ---> Running in c352719578cf 15:36:50 Removing intermediate container c352719578cf 15:36:50 ---> 16ff161df146 15:36:50 Step 19/21 : LABEL arch=x86_64 15:36:50 ---> 80c227e7cbd2 15:36:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:36:50 ---> Running in 75e6bdb0cb51 15:36:54 ---> c7e627c5bf9d 15:36:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:36:54 Removing intermediate container 75e6bdb0cb51 15:36:54 ---> fd3f32aaec45 15:36:54 Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:36:56 ---> Running in 6fcea2846351 15:36:57 ---> f0964345d4cc 15:36:57 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/ 15:36:57 Removing intermediate container 6fcea2846351 15:36:57 ---> 37cd04e77efd 15:36:57 Step 21/21 : LABEL version=0.0.0 15:36:57 ---> Running in c87dde9dda2e 15:36:57 ---> Running in 46f2f8745b48 15:36:58 Removing intermediate container 46f2f8745b48 15:36:58 ---> 9271bc6a9a60 15:36:58 15:36:58 ? github.com/edgexfoundry/edgex-go [no test files] 15:36:58 Successfully built 9271bc6a9a60 15:36:58 Successfully tagged docker-security-proxy-setup-go:latest 15:36:58  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 15:37:13 Removing intermediate container c87dde9dda2e 15:37:13 ---> 7160123b0acc 15:37:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:37:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:37:13 ---> 82c67c4705e8 15:37:13 Step 3/26 : WORKDIR /edgex-go 15:37:13 ---> Using cache 15:37:13 ---> 29879edc8f8e 15:37:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:13 ---> Using cache 15:37:13 ---> 9f6bd493b747 15:37:13 Step 5/26 : RUN apk add --update --no-cache make bash git 15:37:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:37:13 ---> 82c67c4705e8 15:37:13 Step 3/24 : WORKDIR /edgex-go 15:37:13 ---> Using cache 15:37:13 ---> 29879edc8f8e 15:37:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:13 ---> Using cache 15:37:13 ---> 9f6bd493b747 15:37:13 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 15:37:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:37:13 ---> 82c67c4705e8 15:37:13 Step 3/22 : WORKDIR /edgex-go 15:37:13 ---> Using cache 15:37:13 ---> 29879edc8f8e 15:37:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:13 ---> Using cache 15:37:13 ---> 9f6bd493b747 15:37:13 Step 5/22 : RUN apk add --update --no-cache make git 15:37:13 ---> Using cache 15:37:13 ---> 621250bb1331 15:37:13 Step 6/22 : COPY go.mod . 15:37:13 ---> Using cache 15:37:13 ---> 5534abe522d8 15:37:13 Step 7/22 : RUN go mod download 15:37:13 ---> Using cache 15:37:13 ---> 299d31313018 15:37:13 Step 8/22 : COPY . . 15:37:13 ---> Using cache 15:37:13 ---> 86144a6c2bbe 15:37:13 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:37:13 ---> Running in 8531d5879ab9 15:37:13 ---> Running in 71b94786b6b7 15:37:13 ---> Running in 922f101511b4 15:37:13 ---> Running in b9a513c31e16 15:37:13 Removing intermediate container 8531d5879ab9 15:37:13 ---> 7cb127513036 15:37:13 Step 22/24 : LABEL arch=x86_64 15:37:13 ---> Running in 46bcf6cbc604 15:37:14 Removing intermediate container 46bcf6cbc604 15:37:14 ---> 52b180e4b23a 15:37:14 Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:37:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:14 ---> Running in 0d8ef0462226 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:15 OK: 233 MiB in 51 packages 15:37:15 Removing intermediate container 0d8ef0462226 15:37:15 ---> 5899290295d8 15:37:15 Step 24/24 : LABEL version=0.0.0 15:37:15 OK: 233 MiB in 51 packages 15:37:16 ---> Running in d27cb3adfb9a 15:37:17 Removing intermediate container d27cb3adfb9a 15:37:17 ---> ed47ed50629f 15:37:17 15:37:17 Successfully built ed47ed50629f 15:37:17 Successfully tagged docker-security-secretstore-setup-go:latest 15:37:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container 922f101511b4 15:37:19 ---> f6f9a01f84b3 15:37:19 Step 6/26 : COPY go.mod . 15:37:19 Removing intermediate container 71b94786b6b7 15:37:19 ---> 46d3e403c706 15:37:19 Step 6/24 : COPY go.mod . 15:37:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:20 ---> 73bad7453080 15:37:20 Step 7/24 : RUN go mod download 15:37:20 ---> 82c67c4705e8 15:37:20 Step 3/23 : WORKDIR /edgex-go 15:37:20 ---> Using cache 15:37:20 ---> 29879edc8f8e 15:37:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:20 ---> Using cache 15:37:20 ---> 9f6bd493b747 15:37:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:37:21 ---> 31534bd46858 15:37:21 Step 7/26 : RUN go mod download 15:37:21 ---> Running in 5d2a1587926b 15:37:21 ---> Running in 54c253234f32 15:37:21 ---> Running in aa818ee0842b 15:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:23 OK: 233 MiB in 51 packages 15:37:23 Removing intermediate container 5d2a1587926b 15:37:23 ---> f365f91ac71f 15:37:23 Step 8/24 : COPY . . 15:37:23 Removing intermediate container aa818ee0842b 15:37:23 ---> dc22a2fa041c 15:37:23 Step 8/26 : COPY . . 15:37:27 Removing intermediate container 54c253234f32 15:37:27 ---> 350dea660f8e 15:37:27 Step 6/23 : COPY go.mod . 15:37:33 ---> 471b9bde9455 15:37:33 Step 7/23 : RUN go mod download 15:37:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:37:41 ---> Running in 3076251eb17e 15:37:45 Removing intermediate container b9a513c31e16 15:37:45 ---> 560fdd48f75d 15:37:45 15:37:45 Step 10/22 : FROM alpine:3.12 15:37:45 ---> 389fef711851 15:37:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:37:45 ---> Using cache 15:37:45 ---> cf62c53bef96 15:37:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:37:48 ---> Running in 643d496594c0 15:37:48 Removing intermediate container 3076251eb17e 15:37:48 ---> 58431826a46d 15:37:48 Step 8/23 : COPY . . 15:37:48 ---> cbba544e6815 15:37:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:37:49 Removing intermediate container 643d496594c0 15:37:49 ---> deb1285a01fc 15:37:49 Step 13/22 : WORKDIR / 15:37:51 ---> Running in 48e27b5f8723 15:37:53 ---> Running in 3e32d206f166 15:37:55 ---> ba569b94cb50 15:37:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:37:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:37:57 Removing intermediate container 3e32d206f166 15:37:57 ---> d1a00bd51365 15:37:57 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:59 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 15:37:59 ---> Running in 35b560143f73 15:37:59 ---> 4669bece9f40 15:37:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:38:01 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 15:38:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:38:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:38:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:38:01 ---> 43aff62f0ab4 15:38:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:38:02 ---> 38a444da3da6 15:38:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:38:04 ---> 9c60ec94e7d1 15:38:04 Step 18/22 : RUN chmod +x entrypoint.sh 15:38:05 ---> Running in e690f464cbcf 15:38:08 ---> 7ae38d04f3b2 15:38:08 Step 9/23 : RUN make cmd/core-data/core-data 15:38:08 ---> Running in d20726c8fc83 15:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 46.6% of statements 15:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:38:08 Removing intermediate container e690f464cbcf 15:38:08 ---> ccc7d34c7914 15:38:08 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:38:08 ---> Running in 655c73cca76a 15:38:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:38:09 Removing intermediate container 655c73cca76a 15:38:09 ---> 3f0226aefee8 15:38:09 Step 20/22 : LABEL arch=x86_64 15:38:09 ---> Running in c2c15c986e77 15:38:09 Removing intermediate container c2c15c986e77 15:38:09 ---> dc328d801417 15:38:09 Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:38:09 ---> Running in bdbd8e55a1b3 15:38:09 Removing intermediate container bdbd8e55a1b3 15:38:09 ---> 11a5f6a23999 15:38:09 Step 22/22 : LABEL version=0.0.0 15:38:09 ---> Running in e14d26925ef7 15:38:10 Removing intermediate container e14d26925ef7 15:38:10 ---> 702a784e8655 15:38:10 15:38:10 Successfully built 702a784e8655 15:38:10 Successfully tagged docker-security-bootstrap-redis-go:latest 15:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.0% of statements 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 66.7% of statements 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.729s coverage: 82.3% of statements 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:38:20  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 48e27b5f8723 15:38:20 ---> 53b9f18d4062 15:38:20 15:38:20 Step 10/24 : FROM scratch 15:38:20 ---> 15:38:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:38:21 ---> Running in 9f993a901836 15:38:22 Removing intermediate container 35b560143f73 15:38:22 ---> fb982e8c7384 15:38:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:38:22 Removing intermediate container 9f993a901836 15:38:22 ---> 0d4e7ad6a5ae 15:38:22 Step 12/24 : ENV APP_PORT=48060 15:38:22 ---> Running in 5011e030a86b 15:38:22 ---> Running in 5d3862911036 15:38:22 Removing intermediate container 5d3862911036 15:38:22 ---> aaa0366cebf9 15:38:22 Step 13/24 : EXPOSE $APP_PORT 15:38:23 ---> Running in 9586d8ac0221 15:38:23 Removing intermediate container 9586d8ac0221 15:38:23 ---> 71f9a06b5c00 15:38:23 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:38:23 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 15:38:24 ---> 04f415db5644 15:38:24 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.232s coverage: 28.6% of statements 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.247s coverage: 100.0% of statements 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.326s coverage: 97.5% of statements 15:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 15:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:38:25 ---> 1077574e5547 15:38:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:38:26 Removing intermediate container 5011e030a86b 15:38:26 ---> 1df2d7eaca50 15:38:26 15:38:26 Step 11/26 : FROM docker:20.10.0 15:38:26 20.10.0: Pulling from library/docker 15:38:26 ---> 9268676cafcb 15:38:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:38:26 ---> b9cd64dc884b 15:38:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:38:28 ---> 1d6b833999bc 15:38:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:38:29 ---> 70175993286f 15:38:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:38:29 ---> Running in b955e2429300 15:38:29 Removing intermediate container b955e2429300 15:38:29 ---> 627ab5e1222d 15:38:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:29 ---> Running in 203a5199d8a3 15:38:30 Removing intermediate container 203a5199d8a3 15:38:30 ---> 9ba1240272f1 15:38:30 Step 22/24 : LABEL arch=x86_64 15:38:31 ---> Running in 5225dfdfcae5 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.209s coverage: 92.8% of statements 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.078s coverage: 100.0% of statements 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements 15:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.163s coverage: 87.2% of statements 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.2% of statements 15:38:33 Removing intermediate container d20726c8fc83 15:38:33 ---> f1b5871931da 15:38:33 15:38:33 Step 10/23 : FROM alpine:3.12 15:38:33 ---> 389fef711851 15:38:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:33 Removing intermediate container 5225dfdfcae5 15:38:33 ---> 45c430c38194 15:38:33 Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:38:33 ---> Running in 15c75e194c02 15:38:33 ---> Running in 0dfdb2a79eea 15:38:33 Removing intermediate container 15c75e194c02 15:38:33 ---> bc506cd92b48 15:38:33 Step 12/23 : ENV APP_PORT=48080 15:38:33 Removing intermediate container 0dfdb2a79eea 15:38:33 ---> 9a6809531e63 15:38:33 Step 24/24 : LABEL version=0.0.0 15:38:33 ---> Running in f9c13bc51dcf 15:38:34 ---> Running in cd2f1925aa3a 15:38:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:38:34 Status: Downloaded newer image for docker:20.10.0 15:38:34 ---> aefe523efa57 15:38:34 Step 12/26 : RUN apk add --no-cache bash 15:38:34 ---> Running in 95b0e4227c28 15:38:34 Removing intermediate container f9c13bc51dcf 15:38:34 ---> 7ba49adae4a4 15:38:34 Step 13/23 : EXPOSE $APP_PORT 15:38:34 Removing intermediate container cd2f1925aa3a 15:38:34 ---> 820ca8b81faa 15:38:34 15:38:34 ---> Running in 045683eee081 15:38:34 Successfully built 820ca8b81faa 15:38:34 Successfully tagged docker-support-notifications-go:latest 15:38:34  Building docker-support-notifications-go ... done Removing intermediate container 045683eee081 15:38:34 ---> 63c001329886 15:38:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:34 ---> Running in 33843c625c4f 15:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements 15:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:38:35 (1/2) Installing readline (8.0.4-r0) 15:38:35 (2/2) Installing bash (5.0.17-r0) 15:38:35 Executing bash-5.0.17-r0.post-install 15:38:35 Executing busybox-1.31.1-r19.trigger 15:38:35 OK: 12 MiB in 22 packages 15:38:35 Removing intermediate container 33843c625c4f 15:38:35 ---> 073d09467697 15:38:35 Step 15/23 : RUN apk add --update --no-cache zeromq 15:38:35 Removing intermediate container 95b0e4227c28 15:38:35 ---> b9410c3565af 15:38:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:38:35 ---> Running in 0be7abc07517 15:38:35 ---> Running in 04bffb7400f6 15:38:36 Removing intermediate container 04bffb7400f6 15:38:36 ---> 286830e74121 15:38:36 Step 14/26 : ENV APP_PORT=48090 15:38:36 ---> Running in 04aadfd9af45 15:38:36 Removing intermediate container 04aadfd9af45 15:38:36 ---> f3b58fa4dc1b 15:38:36 Step 15/26 : EXPOSE $APP_PORT 15:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:36 ---> Running in c35faa9a3b0b 15:38:36 Removing intermediate container c35faa9a3b0b 15:38:36 ---> d72bbbb086af 15:38:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:38:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:37 ---> c46cd60af7e8 15:38:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:38:37 ---> 4b742bd8176e 15:38:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:38:37 (1/5) Installing libgcc (9.3.0-r2) 15:38:37 (2/5) Installing libsodium (1.0.18-r0) 15:38:37 (3/5) Installing libstdc++ (9.3.0-r2) 15:38:37 ---> 94f5ded7b34f 15:38:37 Step 19/26 : RUN apk --no-cache add py3-pip 15:38:37 ---> Running in 579a54d9fb8f 15:38:37 (4/5) Installing libzmq (4.3.3-r0) 15:38:38 (5/5) Installing zeromq (4.3.3-r0) 15:38:38 Executing busybox-1.31.1-r19.trigger 15:38:38 OK: 8 MiB in 19 packages 15:38:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.761s coverage: 63.5% of statements 15:38:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:38:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 15:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 91.3% of statements 15:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 15:38:38 (1/33) Installing libbz2 (1.0.8-r1) 15:38:38 (2/33) Installing expat (2.2.9-r1) 15:38:38 (3/33) Installing libffi (3.3-r2) 15:38:38 (4/33) Installing gdbm (1.13-r1) 15:38:38 (5/33) Installing xz-libs (5.2.5-r0) 15:38:38 (6/33) Installing sqlite-libs (3.32.1-r0) 15:38:38 (7/33) Installing python3 (3.8.5-r0) 15:38:38 Removing intermediate container 0be7abc07517 15:38:38 ---> ae7bad52075a 15:38:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 15:38:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 15:38:42 ---> b7709aa2583a 15:38:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:38:42 (8/33) Installing py3-appdirs (1.4.4-r1) 15:38:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:38:42 (10/33) Installing py3-parsing (2.4.7-r0) 15:38:42 (11/33) Installing py3-six (1.15.0-r0) 15:38:42 (12/33) Installing py3-packaging (20.4-r0) 15:38:42 (13/33) Installing py3-setuptools (47.0.0-r0) 15:38:42 (14/33) Installing py3-chardet (3.0.4-r4) 15:38:42 (15/33) Installing py3-idna (2.9-r0) 15:38:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:38:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:38:42 (18/33) Installing py3-requests (2.23.0-r0) 15:38:42 (19/33) Installing py3-msgpack (1.0.0-r0) 15:38:42 (20/33) Installing py3-lockfile (0.12.2-r3) 15:38:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:38:42 (22/33) Installing py3-colorama (0.4.3-r0) 15:38:42 (23/33) Installing py3-distlib (0.3.0-r0) 15:38:42 (24/33) Installing py3-distro (1.5.0-r1) 15:38:42 (25/33) Installing py3-webencodings (0.5.1-r3) 15:38:42 (26/33) Installing py3-html5lib (1.0.1-r4) 15:38:43 (27/33) Installing py3-pytoml (0.1.21-r0) 15:38:43 (28/33) Installing py3-pep517 (0.8.2-r0) 15:38:43 (29/33) Installing py3-progress (1.5-r0) 15:38:43 (30/33) Installing py3-toml (0.10.1-r0) 15:38:43 ---> ceee3dd6c18c 15:38:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:38:43 (31/33) Installing py3-retrying (1.3.3-r0) 15:38:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:38:43 (33/33) Installing py3-pip (20.1.1-r0) 15:38:43 Executing busybox-1.31.1-r19.trigger 15:38:43 OK: 71 MiB in 55 packages 15:38:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 68.9% of statements 15:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:38:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:38:44 ---> bef3e209581f 15:38:44 Step 19/23 : ENTRYPOINT ["/core-data"] 15:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.369s coverage: 37.0% of statements 15:38:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:38:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:38:44 ---> Running in c4214aebd583 15:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.621s coverage: 84.0% of statements 15:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 15:38:44 Removing intermediate container c4214aebd583 15:38:44 ---> 7db0ef6683f9 15:38:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:45 ---> Running in 7b3fa55388d0 15:38:48 Removing intermediate container 7b3fa55388d0 15:38:48 ---> bedf06396e6f 15:38:48 Step 21/23 : LABEL arch=x86_64 15:38:48 ---> Running in 791aaaf43dc9 15:38:49 Removing intermediate container 579a54d9fb8f 15:38:49 ---> 03edc6ec23d9 15:38:49 Step 20/26 : RUN pip install docker-compose==1.23.2 15:38:49 ---> Running in 03d2db4933c1 15:38:49 Removing intermediate container 791aaaf43dc9 15:38:49 ---> 01929c3d04a0 15:38:49 Step 22/23 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:38:49 ---> Running in ba21de80d8ed 15:38:49 Removing intermediate container ba21de80d8ed 15:38:49 ---> 1329dd039203 15:38:49 Step 23/23 : LABEL version=0.0.0 15:38:49 ---> Running in c4355b255d33 15:38:49 Removing intermediate container c4355b255d33 15:38:49 ---> a429fd991412 15:38:49 15:38:49 Successfully built a429fd991412 15:38:49 Successfully tagged docker-core-data-go:latest 15:38:50  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 15:38:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:38:50 Collecting dockerpty<0.5,>=0.4.1 15:38:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:38:51 Collecting jsonschema<3,>=2.5.1 15:38:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:38:51 Collecting cached-property<2,>=1.2.0 15:38:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:38:51 Collecting docker<4.0,>=3.6.0 15:38:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:38:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:38:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:38:52 Collecting texttable<0.10,>=0.9.0 15:38:52 Downloading texttable-0.9.1.tar.gz (11 kB) 15:38:52 Collecting docopt<0.7,>=0.6.1 15:38:52 Downloading docopt-0.6.2.tar.gz (25 kB) 15:38:52 Collecting websocket-client<1.0,>=0.32.0 15:38:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:38:53 Collecting PyYAML<4,>=3.10 15:38:53 Downloading PyYAML-3.13.tar.gz (270 kB) 15:38:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:38:54 Collecting docker-pycreds>=0.4.0 15:38:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:38: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) 15:38: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) 15:38:54 Collecting urllib3<1.25,>=1.21.1 15:38:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:38:54 Collecting idna<2.8,>=2.5 15:38:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:38:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:38:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:38:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:38:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:38:54 Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docopt, PyYAML, docker-compose 15:38:54 Running setup.py install for dockerpty: started 15:38:55 Running setup.py install for dockerpty: finished with status 'done' 15:38:55 Attempting uninstall: urllib3 15:38:55 Found existing installation: urllib3 1.25.9 15:38:55 Uninstalling urllib3-1.25.9: 15:38:55 Successfully uninstalled urllib3-1.25.9 15:38:55 Attempting uninstall: idna 15:38:55 Found existing installation: idna 2.9 15:38:55 Uninstalling idna-2.9: 15:38:55 Successfully uninstalled idna-2.9 15:38:55 Attempting uninstall: requests 15:38:55 Found existing installation: requests 2.23.0 15:38:55 Uninstalling requests-2.23.0: 15:38:55 Successfully uninstalled requests-2.23.0 15:38:56 Running setup.py install for texttable: started 15:38:56 Running setup.py install for texttable: finished with status 'done' 15:38:56 Running setup.py install for docopt: started 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.967s coverage: 29.1% of statements 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:38:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:38:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 15:38:57 Running setup.py install for docopt: finished with status 'done' 15:38:57 Running setup.py install for PyYAML: started 15:38:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 15:38:57 Running setup.py install for PyYAML: finished with status 'done' 15:38:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:38:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 15:38:58 GO111MODULE=on go vet ./... 15:39:01 Removing intermediate container 03d2db4933c1 15:39:01 ---> ce36f4717a7d 15:39:01 Step 21/26 : RUN apk --no-cache add curl 15:39:01 ---> Running in f54d571892e4 15:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:39:02 (2/3) Installing libcurl (7.69.1-r3) 15:39:02 (3/3) Installing curl (7.69.1-r3) 15:39:02 Executing busybox-1.31.1-r19.trigger 15:39:02 OK: 72 MiB in 58 packages 15:39:02 Removing intermediate container f54d571892e4 15:39:02 ---> e698b47d9e65 15:39:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:39:02 ---> Running in 77b6d4f0ea4f 15:39:03 Removing intermediate container 77b6d4f0ea4f 15:39:03 ---> 5ff9485fa6c0 15:39:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:03 ---> Running in 9e65058d4cab 15:39:03 Removing intermediate container 9e65058d4cab 15:39:03 ---> 4d128f85cd5a 15:39:03 Step 24/26 : LABEL arch=x86_64 15:39:03 ---> Running in 1778dbd58c57 15:39:03 Removing intermediate container 1778dbd58c57 15:39:03 ---> 5cb8404c2694 15:39:03 Step 25/26 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:39:03 ---> Running in 082fd297bce7 15:39:03 Removing intermediate container 082fd297bce7 15:39:03 ---> 0e5c3d180818 15:39:03 Step 26/26 : LABEL version=0.0.0 15:39:03 ---> Running in f8850610b4d7 15:39:03 Removing intermediate container f8850610b4d7 15:39:03 ---> 7924f4dfa07e 15:39:03 15:39:04 Successfully built 7924f4dfa07e 15:39:04 Successfully tagged docker-sys-mgmt-agent-go:latest 15:39:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:39:04 $ docker stop --time=1 43a28ed1354c8efb170b71aacbe4ca140a5fa846c320452481eb6ba83107a3cc 15:39:06 $ docker rm -f 43a28ed1354c8efb170b71aacbe4ca140a5fa846c320452481eb6ba83107a3cc [Pipeline] // withDockerContainer [Pipeline] sh 15:39:06 + docker images 15:39:06 + grep docker 15:39:06 docker-sys-mgmt-agent-go latest 7924f4dfa07e 3 seconds ago 313MB 15:39:06 docker-core-data-go latest a429fd991412 17 seconds ago 22.3MB 15:39:06 docker-support-notifications-go latest 820ca8b81faa 33 seconds ago 12MB 15:39:06 docker-security-bootstrap-redis-go latest 702a784e8655 57 seconds ago 15.8MB 15:39:06 docker-security-secretstore-setup-go latest ed47ed50629f About a minute ago 24.6MB 15:39:06 docker-security-proxy-setup-go latest 9271bc6a9a60 2 minutes ago 24.4MB 15:39:06 docker-core-metadata-go latest 8cc39b546521 2 minutes ago 13.1MB 15:39:06 docker-core-command-go latest bcca498f7fd6 2 minutes ago 10.6MB 15:39:06 docker-support-scheduler-go latest 59e79a34fa8b 2 minutes ago 10.7MB 15:39:06 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:39:22 Still waiting to schedule task 15:39:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:40:06 gofmt -l . 15:40:06 [ "`gofmt -l .`" = "" ] 15:40:06 ./bin/test-go-mod-tidy.sh 15:40:06 ./bin/test-attribution-txt.sh [Pipeline] sh 15:40:08 + ls -al . 15:40:08 total 684 15:40:08 drwxrwxr-x 9 1001 1001 4096 Jan 21 15:40 . 15:40:08 drwxr-xr-x 4 root root 4096 Jan 21 15:36 .. 15:40:08 -rw-rw-r-- 1 1001 1001 11 Jan 21 15:35 .dockerignore 15:40:08 drwxrwxr-x 8 1001 1001 4096 Jan 21 15:35 .git 15:40:08 drwxrwxr-x 3 1001 1001 4096 Jan 21 15:35 .github 15:40:08 -rw-rw-r-- 1 1001 1001 824 Jan 21 15:35 .gitignore 15:40:08 -rw-rw-r-- 1 1001 1001 166 Jan 21 15:35 .sonarcloud.properties 15:40:08 -rw-rw-r-- 1 1001 1001 7759 Jan 21 15:35 Attribution.txt 15:40:08 -rw-rw-r-- 1 1001 1001 3804 Jan 21 15:35 CONTRIBUTING.md 15:40:08 -rw-rw-r-- 1 1001 1001 931 Jan 21 15:35 Dockerfile.build 15:40:08 -rw-rw-r-- 1 1001 1001 863 Jan 21 15:35 Jenkinsfile 15:40:08 -rw-rw-r-- 1 1001 1001 10775 Jan 21 15:35 LICENSE 15:40:08 -rw-rw-r-- 1 1001 1001 5750 Jan 21 15:35 Makefile 15:40:08 -rw-rw-r-- 1 1001 1001 6524 Jan 21 15:35 README.md 15:40:08 -rw-rw-r-- 1 1001 1001 6744 Jan 21 15:35 SECURITY.md 15:40:08 -rw-rw-r-- 1 1001 1001 5 Jan 21 15:31 VERSION 15:40:08 -rw-rw-r-- 1 1001 1001 4131 Jan 21 15:35 ZMQWindows.md 15:40:08 drwxrwxr-x 2 1001 1001 4096 Jan 21 15:35 bin 15:40:08 drwxrwxr-x 14 1001 1001 4096 Jan 21 15:35 cmd 15:40:08 -rw-r--r-- 1 root root 551534 Jan 21 15:38 coverage.out 15:40:08 -rw-r--r-- 1 root root 1027 Jan 21 15:40 go.mod 15:40:08 -rw-r--r-- 1 root root 18725 Jan 21 15:40 go.sum 15:40:08 drwxrwxr-x 8 1001 1001 4096 Jan 21 15:35 internal 15:40:08 drwxrwxr-x 4 1001 1001 4096 Jan 21 15:35 openapi 15:40:08 drwxrwxr-x 4 1001 1001 4096 Jan 21 15:35 snap 15:40:08 -rw-rw-r-- 1 1001 1001 168 Jan 21 15:35 version.go [Pipeline] sh 15:40:09 + '[' -e coverage.out ] 15:40:09 + chown 1001:1001 coverage.out [Pipeline] stash 15:40:09 Warning: overwriting stash ‘coverage-report’ 15:40:10 Stashed 1 file(s) [Pipeline] sh 15:40:10 + make build 15:40:10 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 15:40:14 Running on prd-ubuntu18.04-docker-8c-8g-21967 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws 15:40:14 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 15:40:17 using credential edgex-jenkins-ssh 15:40:17 Cloning the remote Git repository 15:40:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:40:17 > git init /w/workspace/edgex-go/5 # timeout=10 15:40:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:40:17 > git --version # timeout=10 15:40:17 > git --version # 'git version 2.17.1' 15:40:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:21 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 15:40:31 Merging remotes/origin/master commit abd2591ca23f5f2416321043f683fb80fe5cb4ab into PR head commit 0e0a70a83b6e91166effbd52415e19c3d986c132 15:40:31 Merge succeeded, producing 0e0a70a83b6e91166effbd52415e19c3d986c132 15:40:31 Checking out Revision 0e0a70a83b6e91166effbd52415e19c3d986c132 (PR-3056) 15:40:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:40:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:40:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:40:30 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:31 > git config core.sparsecheckout # timeout=10 15:40:31 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 15:40:31 > git remote # timeout=10 15:40:31 > git config --get remote.origin.url # timeout=10 15:40:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:31 > git merge abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 15:40:31 > git rev-parse HEAD^{commit} # timeout=10 15:40:31 > git config core.sparsecheckout # timeout=10 15:40:31 > git checkout -f 0e0a70a83b6e91166effbd52415e19c3d986c132 # timeout=10 15:40:34 Commit message: "Merge branch 'master' into issue-2988" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:40:36 + echo snap-build.sh 15:40:36 snap-build.sh 15:40:36 + SNAP_BASE_DIR=. 15:40:36 + '[' '!' -z /w/workspace/edgex-go/5 ']' 15:40:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 15:40:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 15:40:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 15:40:36 + cd /w/workspace/edgex-go/5 15:40:36 + sudo apt-get remove -qy --purge lxd lxd-client 15:40:36 Reading package lists... 15:40:36 Building dependency tree... 15:40:36 Reading state information... 15:40:36 The following packages were automatically installed and are no longer required: 15:40:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:40:36 uidmap xdelta3 15:40:36 Use 'sudo apt autoremove' to remove them. 15:40:36 The following packages will be REMOVED: 15:40:36 lxd* lxd-client* 15:40:37 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:40:37 After this operation, 31.7 MB disk space will be freed. 15:40:38 (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.) 15:40:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:40:38 Removing lxd dnsmasq configuration 15:40:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:40:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:40:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:40:40 (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.) 15:40:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:40:41 Processing triggers for systemd (237-3ubuntu10.42) ... 15:40:41 Processing triggers for ureadahead (0.100.0-21) ... 15:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:40:43 + sudo snap remove --purge lxd 15:40:43 snap "lxd" is not installed 15:40:43 + sudo groupadd --force --system lxd 15:40:43 ++ whoami 15:40:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:40:43 + newgrp - lxd 15:40:43 + sudo snap install lxd 15:40:46 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 15:40:50 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 15:40:51 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 15:40:53 2021-01-21T15:40:50Z INFO Waiting for automatic snapd restart... 15:40:56 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 15:41:00 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 15:41:03 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 15:41:05 lxd 4.10 from Canonical* installed 15:41:05 + sudo lxd init --auto 15:41:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:41:14 + sudo snap install --classic snapcraft 15:41:15 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 [Pipeline] } 15:41:18 $ docker stop --time=1 c23455b5676b4ed9ff7f1102953e65142ee922d958fa344e5833fe6b53f71cfb 15:41:19 snapcraft 4.4.4 from Canonical* installed 15:41:19 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:41:19 + patch --verbose -p1 15:41:19 Hmm... Looks like a unified diff to me... 15:41:19 The text leading up to this was: 15:41:19 -------------------------- 15:41:19 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:41:19 |From: Tony Espy 15:41:19 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:41:19 |Subject: [PATCH] optimize snap build for pipeline CI check 15:41:19 | 15:41:19 |This patch is used by the EdgeX CI pipeline builds to 15:41:19 |optimize the snap CI check run for pull requests. When 15:41:19 |applied, it essentially strips out everything (apps and 15:41:19 |parts) from the snapcraft.yaml file except those required 15:41:19 |to build edgex-go, as the whole idea of the CI check is to 15:41:19 |catch changes to edgex-go that break the snap build. 15:41:19 | 15:41:19 |In general, anyone updating snapcraft.yaml will also need 15:41:19 |to update this patch file, otherwise it may fail to apply, 15:41:19 |resulting in a failed snap build CI check in the associated 15:41:19 |pull request. 15:41:19 | 15:41:19 |Note - in addition to applying this patch, the pipeline also 15:41:19 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:41:19 |need to build the finally binary .snap file (and it won't 15:41:19 |work with the patch applied). This further reduces the build 15:41:19 |time. 15:41:19 |--- 15:41:19 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:41:19 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:41:19 | 15:41:19 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:41:19 |index 1e537489..faf42425 100644 15:41:19 |--- a/snap/snapcraft.yaml 15:41:19 |+++ b/snap/snapcraft.yaml 15:41:19 -------------------------- 15:41:19 patching file snap/snapcraft.yaml 15:41:19 Using Plan A... 15:41:19 Hunk #1 succeeded at 73. 15:41:19 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 15:41:19 Hunk #3 succeeded at 214 (offset -1 lines). 15:41:19 Hunk #4 succeeded at 222 (offset -1 lines). 15:41:19 Hunk #5 succeeded at 229 (offset -1 lines). 15:41:19 Hunk #6 succeeded at 256 (offset -1 lines). 15:41:19 Hunk #7 succeeded at 290 (offset -1 lines). 15:41:19 Hunk #8 succeeded at 342. 15:41:19 Hmm... Ignoring the trailing garbage. 15:41:19 done 15:41:19 + sudo snapcraft prime --use-lxd 15:41:20 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:41:20 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: 15:41:20 - README.md 15:41:20 - snapcraft.yaml.orig 15:41:20 15:41:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:41:20 $ docker rm -f c23455b5676b4ed9ff7f1102953e65142ee922d958fa344e5833fe6b53f71cfb 15:41:21 Launching a container. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:41:22 15:41:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:41:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:41:23 latest: Pulling from edgex-devops/edgex-compose-arm64 15:41:23 29e5d40040c1: Pulling fs layer 15:41:23 1ce36da41761: Pulling fs layer 15:41:23 25b303627fd3: Pulling fs layer 15:41:24 29e5d40040c1: Verifying Checksum 15:41:24 29e5d40040c1: Download complete 15:41:24 1ce36da41761: Verifying Checksum 15:41:24 1ce36da41761: Download complete 15:41:24 29e5d40040c1: Pull complete 15:41:26 1ce36da41761: Pull complete 15:41:27 25b303627fd3: Verifying Checksum 15:41:27 25b303627fd3: Download complete 15:41:33 Waiting for container to be ready 15:41:34 To start your first instance, try: lxc launch ubuntu:18.04 15:41:34 15:41:37 25b303627fd3: Pull complete 15:41:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:41:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:41:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:41:37 prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container 15:41:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:41:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:41:38 Waiting for network to be ready... 15:41:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:41:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 15:41:38 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:41:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 15:41:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:41:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:41:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 15:41:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 15:41:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 15:41:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 15:41:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:41:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:41:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:41:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:41:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:41:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:41:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:41:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:41:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:41:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 15:41:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 15:41:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 15:41:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 15:41:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 15:41:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 15:41:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 15:41:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 15:41:40 $ docker top e8ee90fcea48f1439abb78b1c93ce8a3e0b88b6e2ff861049ed8e48fa7364933 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:41 + grep parallel+ 15:41:41 docker-compose build --help 15:41:42 Fetched 23.8 MB in 4s (5879 kB/s) 15:41:43 Reading package lists... 15:41:43 Reading package lists... 15:41:43 Building dependency tree... 15:41:43 Reading state information... 15:41:44 The following additional packages will be installed: 15:41:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:41:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:41:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:41:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:41:44 Suggested packages: 15:41:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:41:44 Recommended packages: 15:41:44 gnupg libsasl2-modules 15:41:44 The following NEW packages will be installed: 15:41:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:41:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:41:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:41:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:41:44 The following packages will be upgraded: 15:41:44 gpg gpg-agent gpgconf libudev1 15:41:44 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 15:41:44 Need to get 3533 kB of archives. 15:41:44 After this operation, 13.3 MB of additional disk space will be used. 15:41:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:41:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:41:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:41:44 --parallel Build images in parallel. [Pipeline] } 15:41:44 $ docker stop --time=1 e8ee90fcea48f1439abb78b1c93ce8a3e0b88b6e2ff861049ed8e48fa7364933 15:41:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:41:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:41:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:41:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:41:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 15:41:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 15:41:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:41:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:41:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:41:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:41:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:41:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:41:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:41:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:41:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:41:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:41:45 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:41:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:41:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:41:45 debconf: delaying package configuration, since apt-utils is not installed 15:41:45 Fetched 3533 kB in 1s (3184 kB/s) 15:41:45 (Reading database ... 12511 files and directories currently installed.) 15:41:45 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:41:45 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:41:45 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:41:45 Selecting previously unselected package udev. 15:41:45 (Reading database ... 12511 files and directories currently installed.) 15:41:45 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:41:45 Unpacking udev (237-3ubuntu10.44) ... 15:41:45 Selecting previously unselected package libfuse2:amd64. 15:41:45 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:41:45 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:41:46 Selecting previously unselected package fuse. 15:41:46 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:41:46 Unpacking fuse (2.9.7-1ubuntu1) ... 15:41:46 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:41:46 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:41:46 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:41:46 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:41:46 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:41:46 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:41:46 Selecting previously unselected package libksba8:amd64. 15:41:46 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:41:46 Unpacking libksba8:amd64 (1.3.5-2) ... 15:41:46 $ docker rm -f e8ee90fcea48f1439abb78b1c93ce8a3e0b88b6e2ff861049ed8e48fa7364933 15:41:46 Selecting previously unselected package libroken18-heimdal:amd64. 15:41:46 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:46 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:41:46 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:46 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer 15:41:46 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:41:46 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:46 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:41:46 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:46 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Selecting previously unselected package libwind0-heimdal:amd64. 15:41:46 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:46 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:41:46 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:46 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:47 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:41:47 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:47 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:47 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:41:47 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:47 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:41:47 . [Pipeline] withDockerContainer 15:41:47 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:41:47 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:47 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:47 Selecting previously unselected package libsasl2-modules-db:amd64. 15:41:47 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:41:47 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:47 Selecting previously unselected package libsasl2-2:amd64. 15:41:47 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:41:47 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:47 prd-ubuntu18.04-docker-arm64-4c-16g-21966 does not seem to be running inside a container 15:41:47 Selecting previously unselected package libldap-common. 15:41:47 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 15:41:47 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:41:47 Selecting previously unselected package libldap-2.4-2:amd64. 15:41:47 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 15:41:47 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:41:47 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:41:48 Selecting previously unselected package dirmngr. 15:41:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:41:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:41:48 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:41:48 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:41:48 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:41:48 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:48 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:48 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:41:48 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:48 Setting up libksba8:amd64 (1.3.5-2) ... 15:41:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:41:48 Setting up udev (237-3ubuntu10.44) ... 15:41:48 invoke-rc.d: policy-rc.d denied execution of start. 15:41:48 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:48 Processing triggers for systemd (237-3ubuntu10) ... 15:41:48 Setting up fuse (2.9.7-1ubuntu1) ... 15:41:48 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:41:48 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:49 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:41:49 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:41:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:41:49 $ docker top d23da0d5cc051d70be3d49df7f2f3b297fc9dead4d3210207c6c0be766055682 -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:49 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:41:49 settings in the [Install] section, and DefaultInstance for template units). 15:41:49 This means they are not meant to be enabled using systemctl. 15:41:49 Possible reasons for having this kind of units are: 15:41:49 1) A unit may be statically enabled by being symlinked from another unit's 15:41:49 .wants/ or .requires/ directory. 15:41:49 2) A unit's purpose may be to act as a helper for some other unit which has 15:41:49 a requirement dependency on it. 15:41:49 3) A unit may be started when needed via activation (socket, path, timer, 15:41:49 D-Bus, udev, scripted systemctl call, ...). 15:41:49 4) In case of template units, the unit is meant to be enabled with some 15:41:49 instance name specified. 15:41:49 Reading package lists... 15:41:50 Building dependency tree... 15:41:50 Reading state information... 15:41:50 The following additional packages will be installed: 15:41:50 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:41:50 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:41:50 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:41:50 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:41:50 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:41:50 Suggested packages: 15:41:50 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:41:50 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:41:50 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:41:50 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:41:50 systemd-container policykit-1 15:41:50 Recommended packages: 15:41:50 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:41:50 The following NEW packages will be installed: 15:41:50 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:41:50 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:41:50 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:41:50 multiarch-support openssh-client python3 python3-minimal python3.6 15:41:50 python3.6-minimal snapd squashfs-tools sudo 15:41:50 The following packages will be upgraded: 15:41:50 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:41:50 + docker-compose -f ./docker-compose-build.yml build --parallel 15:41:50 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 15:41:50 Need to get 35.2 MB of archives. 15:41:50 After this operation, 141 MB of additional disk space will be used. 15:41:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:41:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:41:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:41:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:41:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:41:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:41:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:41:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:41:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:41:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:41:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:41:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:41:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:41:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:41:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:41:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:41:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:41:51 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:41:51 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:41:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:41:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:41:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:41:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:41:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:41:51 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:41:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 15:41:51 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:41:51 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:41:51 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:41:51 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 15:41:52 debconf: delaying package configuration, since apt-utils is not installed 15:41:52 Fetched 35.2 MB in 2s (17.2 MB/s) 15:41:52 (Reading database ... 12757 files and directories currently installed.) 15:41:52 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:41:52 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:41:53 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:41:53 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:41:53 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:41:53 (Reading database ... 12757 files and directories currently installed.) 15:41:53 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:41:53 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:41:53 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:41:53 (Reading database ... 12757 files and directories currently installed.) 15:41:53 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:41:53 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:41:54 Setting up apt (1.6.12ubuntu0.2) ... 15:41:54 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:41:54 Building docker-core-command-go ... 15:41:54 Building docker-core-data-go ... 15:41:54 Building docker-core-metadata-go ... 15:41:54 Building docker-security-bootstrap-redis-go ... 15:41:54 Building docker-security-proxy-setup-go ... 15:41:54 Building docker-security-secretstore-setup-go ... 15:41:54 Building docker-support-notifications-go ... 15:41:54 Building docker-support-scheduler-go ... 15:41:54 Building docker-sys-mgmt-agent-go ... 15:41:54 Building docker-security-secretstore-setup-go 15:41:54 Building docker-core-metadata-go 15:41:54 Building docker-security-proxy-setup-go 15:41:54 Building docker-sys-mgmt-agent-go 15:41:54 Building docker-core-data-go 15:41:54 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:41:54 (Reading database ... 12764 files and directories currently installed.) 15:41:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:41:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:41:54 Selecting previously unselected package libpython3.6-minimal:amd64. 15:41:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:41:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:41:55 Selecting previously unselected package libexpat1:amd64. 15:41:55 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:41:55 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:41:55 Selecting previously unselected package python3.6-minimal. 15:41:55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:41:55 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:41:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:41:55 Checking for services that may need to be restarted...done. 15:41:55 Checking for services that may need to be restarted...done. 15:41:55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:41:55 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:41:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:41:56 Selecting previously unselected package python3-minimal. 15:41:56 (Reading database ... 13012 files and directories currently installed.) 15:41:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:41:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:41:56 Selecting previously unselected package mime-support. 15:41:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:41:56 Unpacking mime-support (3.60ubuntu1) ... 15:41:56 Selecting previously unselected package libmpdec2:amd64. 15:41:56 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:41:56 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:41:56 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:41:56 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:41:56 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:41:56 Selecting previously unselected package python3.6. 15:41:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:41:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:41:56 Selecting previously unselected package libpython3-stdlib:amd64. 15:41:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:41:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:41:56 Setting up python3-minimal (3.6.7-1~18.04) ... 15:41:57 Selecting previously unselected package python3. 15:41:57 (Reading database ... 13442 files and directories currently installed.) 15:41:57 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:41:57 Unpacking python3 (3.6.7-1~18.04) ... 15:41:57 Selecting previously unselected package multiarch-support. 15:41:57 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:41:57 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:41:57 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:41:57 Selecting previously unselected package liblzo2-2:amd64. 15:41:57 (Reading database ... 13479 files and directories currently installed.) 15:41:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:41:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:41:57 Selecting previously unselected package libbsd0:amd64. 15:41:57 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:41:57 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:41:57 Selecting previously unselected package sudo. 15:41:57 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 15:41:57 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 15:41:57 Selecting previously unselected package apparmor. 15:41:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:41:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:41:57 Selecting previously unselected package libedit2:amd64. 15:41:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:41:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:41:58 Selecting previously unselected package libkrb5support0:amd64. 15:41:58 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:41:58 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:41:58 Selecting previously unselected package libk5crypto3:amd64. 15:41:58 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:41:58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:41:58 Selecting previously unselected package libkeyutils1:amd64. 15:41:58 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:41:58 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:41:58 Selecting previously unselected package libkrb5-3:amd64. 15:41:58 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:41:58 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:41:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:41:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:41:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:41:58 Selecting previously unselected package libssl1.0.0:amd64. 15:41:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:41:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:41:58 Selecting previously unselected package openssh-client. 15:41:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:41:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:41:58 Selecting previously unselected package squashfs-tools. 15:41:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:41:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:41:59 Selecting previously unselected package snapd. 15:41:59 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 15:41:59 Unpacking snapd (2.48+18.04) ... 15:42:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:42:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:42:01 Setting up mime-support (3.60ubuntu1) ... 15:42:01 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 15:42:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:42:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:42:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:42:01 Setting up systemd (237-3ubuntu10.44) ... 15:42:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:42:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:42:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:42:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:42:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:42:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:42:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:42:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:42:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:42:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:42:03 Setting up python3 (3.6.7-1~18.04) ... 15:42:03 running python rtupdate hooks for python3.6... 15:42:03 running python post-rtupdate hooks for python3.6... 15:42:03 Setting up apparmor (2.12-4ubuntu5.1) ... 15:42:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:42:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:42:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:42:05 Setting up snapd (2.48+18.04) ... 15:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:42:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:42:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:42:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:42:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:42:07 /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' 15:42:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:42:07 Processing triggers for systemd (237-3ubuntu10.44) ... 15:42:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:42:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:42:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:42:09 Reading package lists... 15:42:09 Reading package lists... 15:42:10 Building dependency tree... 15:42:10 Reading state information... 15:42:10 Calculating upgrade... 15:42:10 The following packages will be upgraded: 15:42:10 advancecomp base-files bash binutils binutils-common 15:42:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:42:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:42:10 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 15:42:10 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 15:42:10 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 15:42:10 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 15:42:10 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 15:42:10 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 15:42:10 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 15:42:10 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 15:42:10 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 15:42:10 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 15:42:10 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 15:42:10 ubuntu-keyring util-linux 15:42:10 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:42:10 Need to get 63.7 MB of archives. 15:42:10 After this operation, 5203 kB of additional disk space will be used. 15:42:10 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:42:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:42:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:42:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:42:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:42:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:42:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:42:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:42:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:42:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:42:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:42:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:42:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:42:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:42:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:42:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:42:11 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:42:11 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 15:42:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:42:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:42:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:42:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:42:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:42:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:42:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:42:11 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:42:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:42:11 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:42:11 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:42:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:42:11 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:42:11 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:42:11 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:42:11 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:42:11 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:42:11 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:42:11 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:42:11 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:42:11 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:42:11 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:42:11 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:42:11 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:42:11 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:42:11 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:42:11 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:42:11 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:42:11 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:42:11 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:42:11 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:42:11 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:42:11 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:42:11 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:42:11 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:42:11 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:42:11 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:42:11 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:42:11 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:42:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:42:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:42:11 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:42:11 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:42:11 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:42:11 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:42:11 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:42:11 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:42:11 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:42:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:42:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:42:11 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:42:11 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:42:11 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:42:11 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:42:11 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:42:11 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 15:42:11 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:42:11 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:42:11 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:42:12 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 15:42:12 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:42:12 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:42:12 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:42:12 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:42:12 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:42:12 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:42:12 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:42:12 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:42:12 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:42:12 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:42:13 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:42:13 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:42:13 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:42:13 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:42:13 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:42:13 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:42:13 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:42:13 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:42:13 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:42:13 debconf: delaying package configuration, since apt-utils is not installed 15:42:13 Fetched 63.7 MB in 3s (19.0 MB/s) 15:42:14 (Reading database ... 13912 files and directories currently installed.) 15:42:14 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:42:14 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:42:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:42:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:42:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 15:42:14 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 15:42:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:16 (Reading database ... 13911 files and directories currently installed.) 15:42:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:42:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:42:16 (Reading database ... 13911 files and directories currently installed.) 15:42:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:17 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:17 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:17 (Reading database ... 13911 files and directories currently installed.) 15:42:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:42:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:42:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:42:18 (Reading database ... 13911 files and directories currently installed.) 15:42:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:42:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:42:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:42:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:42:18 Setting up base-files (10.1ubuntu2.10) ... 15:42:18 Installing new version of config file /etc/issue ... 15:42:18 Installing new version of config file /etc/issue.net ... 15:42:18 Installing new version of config file /etc/lsb-release ... 15:42:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:42:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:42:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:42:18 Removing obsolete conffile /etc/default/motd-news ... 15:42:19 (Reading database ... 13912 files and directories currently installed.) 15:42:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:42:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:42:19 Setting up bash (4.4.18-2ubuntu1.2) ... 15:42:19 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 15:42:19 (Reading database ... 13912 files and directories currently installed.) 15:42:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:42:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:42:19 (Reading database ... 13912 files and directories currently installed.) 15:42:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:42:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:42:19 Setting up tar (1.29b-2ubuntu0.2) ... 15:42:19 (Reading database ... 13912 files and directories currently installed.) 15:42:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:42:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:42:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:42:20 (Reading database ... 13912 files and directories currently installed.) 15:42:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:20 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:42:20 (Reading database ... 13912 files and directories currently installed.) 15:42:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:42:20 (Reading database ... 13912 files and directories currently installed.) 15:42:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:42:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:42:20 Setting up grep (3.1-2build1) ... 15:42:20 (Reading database ... 13912 files and directories currently installed.) 15:42:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:42:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:42:20 Setting up login (1:4.5-1ubuntu2) ... 15:42:21 (Reading database ... 13912 files and directories currently installed.) 15:42:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:21 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:42:21 (Reading database ... 13912 files and directories currently installed.) 15:42:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:42:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:22 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:42:22 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:22 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:42:22 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:42:22 (Reading database ... 13912 files and directories currently installed.) 15:42:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:42:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:42:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:42:24 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:42:24 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:42:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:42:24 (Reading database ... 13912 files and directories currently installed.) 15:42:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:42:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:42:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:42:24 (Reading database ... 13912 files and directories currently installed.) 15:42:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:24 (Reading database ... 13912 files and directories currently installed.) 15:42:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:25 (Reading database ... 13912 files and directories currently installed.) 15:42:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:25 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:25 (Reading database ... 13912 files and directories currently installed.) 15:42:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:25 (Reading database ... 13912 files and directories currently installed.) 15:42:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:42:25 (Reading database ... 13912 files and directories currently installed.) 15:42:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:42:26 (Reading database ... 13912 files and directories currently installed.) 15:42:26 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:26 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:26 (Reading database ... 13912 files and directories currently installed.) 15:42:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:42:26 (Reading database ... 13912 files and directories currently installed.) 15:42:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:27 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:42:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:42:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:42:27 (Reading database ... 13912 files and directories currently installed.) 15:42:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:42:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:42:28 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:42:28 (Reading database ... 13912 files and directories currently installed.) 15:42:28 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:42:28 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:42:28 (Reading database ... 13914 files and directories currently installed.) 15:42:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:42:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:42:28 Setting up debconf (1.5.66ubuntu1) ... 15:42:28 (Reading database ... 13914 files and directories currently installed.) 15:42:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:42:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:42:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:42:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:42:29 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:42:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:42:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:42:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:42:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:42:31 (Reading database ... 13914 files and directories currently installed.) 15:42:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:42:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:42:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:42:31 (Reading database ... 13914 files and directories currently installed.) 15:42:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:42:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:42:31 Setting up passwd (1:4.5-1ubuntu2) ... 15:42:32 (Reading database ... 13914 files and directories currently installed.) 15:42:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:42:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:42:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:42:32 (Reading database ... 13914 files and directories currently installed.) 15:42:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:42:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:42:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:42:32 (Reading database ... 13914 files and directories currently installed.) 15:42:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:42:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:42:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:42:32 (Reading database ... 13914 files and directories currently installed.) 15:42:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:42:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:42:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:42:32 (Reading database ... 13914 files and directories currently installed.) 15:42:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:42:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:42:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:42:33 (Reading database ... 13914 files and directories currently installed.) 15:42:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:42:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:42:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:42:33 (Reading database ... 13914 files and directories currently installed.) 15:42:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:42:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:42:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:42:33 (Reading database ... 13915 files and directories currently installed.) 15:42:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:42:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:42:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:42:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:42:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:42:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:42:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 15:42:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 15:42:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:42:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:42:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:42:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:42:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:42:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:42:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:42:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:42:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:42:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:42:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:42:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:42:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:42:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:42:35 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 15:42:35 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 15:42:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:42:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:42:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:42:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:42:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:42:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:42:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:42:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:42:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:42:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:42:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:42:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:42:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:37 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:37 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:38 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:38 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:42:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:42:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:42:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:42:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:42:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:42:42 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:42:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:42:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:42:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:42:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:42:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:42:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:42:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:42:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:42:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:42:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:42:43 Setting up tzdata (2020f-0ubuntu0.18.04) ... 15:42:43 15:42:43 Current default time zone: 'Etc/UTC' 15:42:43 Local time is now: Thu Jan 21 15:42:43 UTC 2021. 15:42:43 Universal Time is now: Thu Jan 21 15:42:43 UTC 2021. 15:42:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:42:43 15:42:43 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:42:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 15:42:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:42:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:42:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:42:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:42:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:42:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:42:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:42:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:42:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:42:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:44 Setting up patch (2.7.6-2ubuntu1.1) ... 15:42:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:42:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:42:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:42:44 Installing new version of config file /etc/ssl/openssl.cnf ... 15:42:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:42:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:42:44 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 15:42:46 Updating certificates in /etc/ssl/certs... 15:42:47 22 added, 17 removed; done. 15:42:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:42:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:42:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:42:47 Setting up pkgbinarymangler (138.18.04.1) ... 15:42:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:42:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up perl (5.26.1-6ubuntu0.5) ... 15:42:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:42:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:42:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:42:47 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:42:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:42:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:42:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:42:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:42:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:42:47 Processing triggers for systemd (237-3ubuntu10.44) ... 15:42:48 Processing triggers for mime-support (3.60ubuntu1) ... 15:42:48 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 15:42:48 Updating certificates in /etc/ssl/certs... 15:42:48 0 added, 0 removed; done. 15:42:48 Running hooks in /etc/ca-certificates/update.d... 15:42:48 done. 15:42:48 Reading package lists... 15:42:49 Building dependency tree... 15:42:49 Reading state information... 15:42:49 The following NEW packages will be installed: 15:42:49 apt-transport-https 15:42:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:42:49 Need to get 1696 B of archives. 15:42:49 After this operation, 153 kB of additional disk space will be used. 15:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:42:49 debconf: delaying package configuration, since apt-utils is not installed 15:42:49 Fetched 1696 B in 0s (29.0 kB/s) 15:42:49 Selecting previously unselected package apt-transport-https. 15:42:49 (Reading database ... 13929 files and directories currently installed.) 15:42:49 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:42:49 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:42:49 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:42:49 Waiting for network to be ready... 15:42:56 2021-01-21T15:42:52Z INFO Waiting for automatic snapd restart... 15:42:56 snapd 2.48.2 from Canonical* installed 15:42:56 "snapd" switched to the "latest/stable" channel 15:42:56 15:43:00 core18 20201210 from Canonical* installed 15:43:00 "core18" switched to the "latest/stable" channel 15:43:00 15:43:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:43:02 ---> b0d1688879a2 15:43:02 Step 3/21 : WORKDIR /edgex-go 15:43:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:43:02 ---> b0d1688879a2 15:43:02 Step 3/24 : WORKDIR /edgex-go 15:43:02 snapcraft 4.4.4 from Canonical* installed 15:43:02 "snapcraft" switched to the "latest/stable" channel 15:43:02 15:43:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:43:03 ---> b0d1688879a2 15:43:03 Step 3/22 : WORKDIR /edgex-go 15:43:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:43:03 ---> b0d1688879a2 15:43:03 Step 3/23 : WORKDIR /edgex-go 15:43:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:43:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:43:03 ---> b0d1688879a2 15:43:03 Step 3/26 : WORKDIR /edgex-go 15:43:06 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: 15:43:06 - README.md 15:43:06 - snapcraft.yaml.orig 15:43:06 15:43:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:43:07 ---> Running in 4f9883f7d73f 15:43:07 ---> Running in 0634e3801331 15:43:07 ---> Running in f1003ca1a761 15:43:07 ---> Running in e5fa2b4b9e31 15:43:07 ---> Running in 6580172236af 15:43:08 Removing intermediate container f1003ca1a761 15:43:08 ---> df998b6e54cf 15:43:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:08 Removing intermediate container 4f9883f7d73f 15:43:08 ---> 876231eee7dc 15:43:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:08 Removing intermediate container 0634e3801331 15:43:08 ---> 39a2b6586a75 15:43:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:08 ---> Running in 004e7d70393b 15:43:08 Removing intermediate container e5fa2b4b9e31 15:43:08 ---> cbec1d00d25d 15:43:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:08 Removing intermediate container 6580172236af 15:43:08 ---> fb7f64ad1a83 15:43:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:08 ---> Running in 676f692401d2 15:43:08 ---> Running in b8e55d05ad3b 15:43:08 ---> Running in 75c1a5d649b1 15:43:08 ---> Running in 09cf712e2150 15:43:12 Removing intermediate container 004e7d70393b 15:43:12 ---> 937a6a45a011 15:43:12 Step 5/26 : RUN apk add --update --no-cache make bash git 15:43:12 ---> Running in 7cfea3c11de6 15:43:12 Removing intermediate container 676f692401d2 15:43:12 ---> 6185dfcf00aa 15:43:12 Step 5/24 : RUN apk add --update --no-cache make git 15:43:12 ---> Running in ee5cd91fb85e 15:43:12 Removing intermediate container b8e55d05ad3b 15:43:12 ---> 4643785a569a 15:43:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:43:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:12 Removing intermediate container 09cf712e2150 15:43:12 ---> 97fb6993ca8f 15:43:12 Step 5/22 : RUN apk add --update --no-cache make git 15:43:12 ---> Running in 256400f6c2be 15:43:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:43:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:43:13 Removing intermediate container 75c1a5d649b1 15:43:13 ---> 666261860252 15:43:13 Step 5/21 : RUN apk add --update --no-cache make git 15:43:13 ---> Running in be8a4ea115fc 15:43:13 ---> Running in 17d9235fb90f 15:43:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:14 Reading package lists... 15:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:14 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 15:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:15 OK: 217 MiB in 51 packages 15:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:16 OK: 217 MiB in 51 packages 15:43:16 OK: 217 MiB in 51 packages 15:43:16 OK: 217 MiB in 51 packages 15:43:16 OK: 217 MiB in 51 packages 15:43:16 Removing intermediate container 7cfea3c11de6 15:43:16 ---> a121f0d12e08 15:43:16 Step 6/26 : COPY go.mod . 15:43:17 Removing intermediate container ee5cd91fb85e 15:43:17 ---> f9a2aaac6c8f 15:43:17 Step 6/24 : COPY go.mod . 15:43:18 ---> c09066ad54a7 15:43:18 Step 7/26 : RUN go mod download 15:43:18 ---> Running in d89b312d5368 15:43:18 Removing intermediate container 256400f6c2be 15:43:18 ---> 0d1134c2c8b0 15:43:18 Step 6/23 : COPY go.mod . 15:43:18 Removing intermediate container be8a4ea115fc 15:43:18 ---> cfad333345ae 15:43:18 Step 6/22 : COPY go.mod . 15:43:18 Removing intermediate container 17d9235fb90f 15:43:18 ---> 703991012972 15:43:18 Step 6/21 : COPY go.mod . 15:43:19 ---> e7cb954a685b 15:43:19 Step 7/24 : RUN go mod download 15:43:19 ---> Running in 0b324d38485d 15:43:19 ---> a3b8fec28834 15:43:19 Step 7/23 : RUN go mod download 15:43:19 ---> 55ea0295289c 15:43:19 ---> 28c3b8f8e6a6 15:43:19 Step 7/22 : RUN go mod download 15:43:20 Step 7/21 : RUN go mod download 15:43:20 ---> Running in 033a384484e4 15:43:20 ---> Running in 315a05d751c1 15:43:20 ---> Running in 8cf6a4f60131 15:43:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:21 Reading package lists... 15:43:21 Building dependency tree... 15:43:21 Reading state information... 15:43:21 Suggested packages: 15:43:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:43:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:43:21 Recommended packages: 15:43:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:43:21 The following NEW packages will be installed: 15:43:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:43:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:43:21 pkg-config zip 15:43:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:43:21 Need to get 7655 kB of archives. 15:43:21 After this operation, 43.7 MB of additional disk space will be used. 15:43:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:43:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:43:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:43:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:43:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:43:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:43:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:43:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:43:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:43:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:43:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:43:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:43:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:43:22 Removing intermediate container d89b312d5368 15:43:22 ---> 8847ad1f9b6c 15:43:22 Step 8/26 : COPY . . 15:43:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:43:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:43:22 debconf: delaying package configuration, since apt-utils is not installed 15:43:22 Fetched 7655 kB in 1s (7580 kB/s) 15:43:22 Selecting previously unselected package libglib2.0-0:amd64. 15:43:22 (Reading database ... 13933 files and directories currently installed.) 15:43:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:43:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:43:22 Selecting previously unselected package libpsl5:amd64. 15:43:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:43:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:43:23 Selecting previously unselected package libnghttp2-14:amd64. 15:43:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:43:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:43:23 Selecting previously unselected package librtmp1:amd64. 15:43:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:43:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:43:23 Selecting previously unselected package libcurl3-gnutls:amd64. 15:43:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:43:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:43:23 Removing intermediate container 0b324d38485d 15:43:23 ---> 20ed0d6dc95a 15:43:23 Step 8/24 : COPY . . 15:43:23 Selecting previously unselected package liberror-perl. 15:43:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:43:23 Unpacking liberror-perl (0.17025-1) ... 15:43:23 Selecting previously unselected package git-man. 15:43:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:43:23 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:43:23 Selecting previously unselected package git. 15:43:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:43:23 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:43:24 Selecting previously unselected package libnorm1:amd64. 15:43:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:43:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:43:24 Selecting previously unselected package libpgm-5.2-0:amd64. 15:43:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:43:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:43:24 Selecting previously unselected package libsodium23:amd64. 15:43:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:43:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:43:24 Selecting previously unselected package libzmq5:amd64. 15:43:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:43:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:43:24 Selecting previously unselected package libzmq3-dev:amd64. 15:43:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:43:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:43:24 Selecting previously unselected package pkg-config. 15:43:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:43:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:43:24 Selecting previously unselected package zip. 15:43:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:43:24 Unpacking zip (3.0-11build1) ... 15:43:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:43:24 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:43:25 Removing intermediate container 033a384484e4 15:43:25 ---> b4fc95f3c755 15:43:25 Step 8/23 : COPY . . 15:43:25 Removing intermediate container 315a05d751c1 15:43:25 ---> d32c6678b30f 15:43:25 Step 8/22 : COPY . . 15:43:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:43:25 Setting up liberror-perl (0.17025-1) ... 15:43:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:43:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:43:25 No schema files found: doing nothing. 15:43:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:43:25 Setting up zip (3.0-11build1) ... 15:43:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:43:25 Setting up libsodium23:amd64 (1.0.16-2) ... 15:43:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:43:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:43:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:43:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:43:25 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:43:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:43:25 Removing intermediate container 8cf6a4f60131 15:43:25 ---> 89cb488ed400 15:43:25 Step 8/21 : COPY . . 15:43:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:32 git set to automatically installed. 15:43:32 git-man set to automatically installed. 15:43:32 libcurl3-gnutls set to automatically installed. 15:43:32 liberror-perl set to automatically installed. 15:43:32 libglib2.0-0 set to automatically installed. 15:43:32 libnghttp2-14 set to automatically installed. 15:43:32 libnorm1 set to automatically installed. 15:43:32 libpgm-5.2-0 set to automatically installed. 15:43:32 libpsl5 set to automatically installed. 15:43:32 librtmp1 set to automatically installed. 15:43:32 libsodium23 set to automatically installed. 15:43:32 libzmq3-dev set to automatically installed. 15:43:32 libzmq5 set to automatically installed. 15:43:32 pkg-config set to automatically installed. 15:43:32 zip set to automatically installed. 15:43:34 snapd is not logged in, snap install commands will use sudo 15:43:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:41 snap "core18" has no updates available 15:43:42 Pulling config-common 15:43:43 Pulling go-build-helper 15:43:52 ---> b11e00ee1729 15:43:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:43:52 ---> bd1ed7c88840 15:43:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:43:52 ---> 84132cba66f9 15:43:52 Step 9/23 : RUN make cmd/core-data/core-data 15:43:52 ---> d108e517ad4d 15:43:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:43:52 ---> dd464d8202ab 15:43:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:43:52 ---> Running in 5f21f9c10da8 15:43:52 ---> Running in 0cb2b11b15fd 15:43:52 ---> Running in 60087bcb0dbe 15:43:52 ---> Running in 31af2ae25dc2 15:43:52 ---> Running in 87260d915ef9 15:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:43:52 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 15:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:43:52 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 15:44:05 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:44:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:44:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:44:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 15:44:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:44:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 15:44:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:44:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:44:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:44:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 15:44:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:44:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 15:44:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:44:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 15:44:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:44:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:44:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:44:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 15:44:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:44:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 15:44:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 15:44:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 15:44:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 15:44:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 15:44:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 15:44:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 15:44:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 15:44:05 Fetched 23.8 MB in 0s (0 B/s) 15:44:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:44:05 Fetched 96.5 kB in 0s (0 B/s) 15:44:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:44:05 Fetched 279 kB in 0s (0 B/s) 15:44:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:44:05 Fetched 122 kB in 0s (0 B/s) 15:44:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:44:05 Fetched 77.8 kB in 0s (0 B/s) 15:44:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:44:05 Fetched 8848 B in 0s (0 B/s) 15:44:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:44:05 Fetched 47.8 kB in 0s (0 B/s) 15:44:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:44:05 Fetched 45.6 kB in 0s (0 B/s) 15:44:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:44:05 Fetched 15.0 kB in 0s (0 B/s) 15:44:05 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:44:05 Fetched 214 kB in 0s (0 B/s) 15:44:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:44:05 Fetched 155 kB in 0s (0 B/s) 15:44:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:44:05 Fetched 50.6 kB in 0s (0 B/s) 15:44:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:44:05 Fetched 14.8 kB in 0s (0 B/s) 15:44:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:44:05 Fetched 41.8 kB in 0s (0 B/s) 15:44:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:44:05 Fetched 499 kB in 0s (0 B/s) 15:44:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:44:05 Fetched 111 kB in 0s (0 B/s) 15:44:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:44:05 Fetched 240 kB in 0s (0 B/s) 15:44:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:44:05 Fetched 29.3 kB in 0s (0 B/s) 15:44:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:44:05 Fetched 85.5 kB in 0s (0 B/s) 15:44:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:44:05 Fetched 24.5 kB in 0s (0 B/s) 15:44:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:44:05 Fetched 49.2 kB in 0s (0 B/s) 15:44:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:44:05 Fetched 54.2 kB in 0s (0 B/s) 15:44:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:44:05 Fetched 30.8 kB in 0s (0 B/s) 15:44:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:44:05 Fetched 17.0 kB in 0s (0 B/s) 15:44:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:44:05 Fetched 85.9 kB in 0s (0 B/s) 15:44:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:44:05 Fetched 8720 B in 0s (0 B/s) 15:44:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:44:05 Fetched 137 kB in 0s (0 B/s) 15:44:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:44:05 Fetched 119 kB in 0s (0 B/s) 15:44:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:44:05 Fetched 109 kB in 0s (0 B/s) 15:44:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:44:05 Fetched 11.1 kB in 0s (0 B/s) 15:44:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:44:05 Fetched 645 kB in 0s (0 B/s) 15:44:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:44:05 Fetched 41.3 kB in 0s (0 B/s) 15:44:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:44:05 Fetched 17.9 kB in 0s (0 B/s) 15:44:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:44:05 Fetched 368 kB in 0s (0 B/s) 15:44:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:44:05 Fetched 187 kB in 0s (0 B/s) 15:44:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:44:05 Fetched 175 kB in 0s (0 B/s) 15:44:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:44:08 Fetched 206 kB in 0s (0 B/s) 15:44:08 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:44:08 Fetched 1301 kB in 0s (0 B/s) 15:44:08 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:44:08 Fetched 36.2 kB in 0s (0 B/s) 15:44:08 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:44:08 Fetched 159 kB in 0s (0 B/s) 15:44:08 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:44:08 Fetched 107 kB in 0s (0 B/s) 15:44:08 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:44:08 Fetched 48.7 kB in 0s (0 B/s) 15:44:08 Pulling static-packages 15:44:09 'go115' has dependencies that need to be staged: go-build-helper static-packages 15:44:09 Skipping pull go-build-helper (already ran) 15:44:09 Skipping pull static-packages (already ran) 15:44:09 Building go-build-helper 15:44:14 Building static-packages 15:44:15 Staging go-build-helper 15:44:16 Staging static-packages 15:44:17 Pulling go115 15:44:18 'edgex-go' has dependencies that need to be staged: go115 15:44:18 Skipping pull go115 (already ran) 15:44:18 Building go115 15:44:18 % Total % Received % Xferd Average Speed Time Time Time Current 15:44:18 Dload Upload Total Spent Left Speed 15:44:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 373k 0 0 1727k 0 0:01:08 --:--:-- 0:01:08 1719k 43 115M 43 50.3M 0 0 41.4M 0 0:00:02 0:00:01 0:00:01 41.3M 76 115M 76 88.2M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.7M 95 115M 95 110M 0 0 34.4M 0 0:00:03 0:00:03 --:--:-- 34.4M 100 115M 100 115M 0 0 34.3M 0 0:00:03 0:00:03 --:--:-- 34.3M 15:44:22 go1.15.2.linux-amd64.tar.gz: OK 15:44:26 Staging go115 15:44:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:44:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:44:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:44:31 Fetched 0 B in 0s (0 B/s) 15:44:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:44:31 Fetched 224 kB in 0s (0 B/s) 15:44:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:44:31 Fetched 157 kB in 0s (0 B/s) 15:44:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:44:31 Fetched 221 kB in 0s (0 B/s) 15:44:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:44:31 Fetched 143 kB in 0s (0 B/s) 15:44:31 Pulling edgex-go 15:44:32 Pulling version 15:44:33 Building config-common 15:44:35 Skipping build go-build-helper (already ran) 15:44:35 Skipping build static-packages (already ran) 15:44:35 Skipping build go115 (already ran) 15:44:35 Building edgex-go 15:44:35 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 15:44:37 go: downloading github.com/gorilla/mux v1.8.0 15:44:37 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:44:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 15:44:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:44:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 15:44:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 15:44:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:44:37 go: downloading github.com/BurntSushi/toml v0.3.1 15:44:37 go: downloading github.com/google/uuid v1.1.5 15:44:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 15:44:37 go: downloading gopkg.in/yaml.v2 v2.4.0 15:44:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:44:37 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:44:37 go: downloading github.com/pelletier/go-toml v1.2.0 15:44:37 go: downloading github.com/pkg/errors v0.8.1 15:44:37 go: downloading github.com/hashicorp/consul/api v1.1.0 15:44:37 go: downloading github.com/go-kit/kit v0.8.0 15:44:37 go: downloading github.com/x448/float16 v0.8.4 15:44:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:44:37 go: downloading github.com/imdario/mergo v0.3.11 15:44:37 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:44:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:44:37 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:44:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:44:37 go: downloading github.com/pebbe/zmq4 v1.2.2 15:44:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:44:37 go: downloading github.com/mitchellh/copystructure v1.0.0 15:44:37 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:44:37 go: downloading github.com/hashicorp/serf v0.8.2 15:44:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:44:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:44:37 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:44:37 go: downloading github.com/leodido/go-urn v1.2.0 15:44:37 go: downloading github.com/go-playground/universal-translator v0.17.0 15:44:37 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:44:37 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:44:37 go: downloading github.com/go-playground/locales v0.13.0 15:44:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:44:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:44:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:44:44 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 15:44:48 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 15:44:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:44:50 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 15:44:51 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 15:44:51 go: downloading github.com/stretchr/testify v1.6.1 15:44:51 go: downloading github.com/davecgh/go-spew v1.1.1 15:44:51 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:44:51 go: downloading github.com/pmezard/go-difflib v1.0.0 15:44:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:44:52 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:44:52 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:44:54 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 15:44:54 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 15:44:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:44:56 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 15:44:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:44:57 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 15:44:57 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:45:00 Building version 15:45:02 Staging config-common 15:45:03 Skipping stage go-build-helper (already ran) 15:45:03 Skipping stage static-packages (already ran) 15:45:03 Skipping stage go115 (already ran) 15:45:03 Staging edgex-go 15:45:03 Staging version 15:45:04 Priming config-common 15:45:05 Priming go-build-helper 15:45:06 Priming static-packages 15:45:09 Priming go115 15:45:10 Priming edgex-go 15:45:11 Priming version 15:45:12 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:45:14 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 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:45:26 Removing intermediate container 5f21f9c10da8 15:45:26 ---> 38cd213f9e50 15:45:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:45:27 Removing intermediate container 60087bcb0dbe 15:45:27 ---> e6e154fe2676 15:45:27 15:45:27 Step 10/24 : FROM alpine:3.12 15:45:27 3.12: Pulling from library/alpine 15:45:27 ---> Running in 5de8082e2c78 15:45:27 Removing intermediate container 87260d915ef9 15:45:27 ---> 30010b20be0e 15:45:27 15:45:27 Step 10/21 : FROM alpine:3.12 15:45:27 3.12: Pulling from library/alpine 15:45:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:45:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:45:29 Status: Downloaded newer image for alpine:3.12 15:45:29 ---> afeebe901d6b 15:45:29 Step 11/21 : RUN apk add --update --no-cache curl 15:45:29 Status: Downloaded newer image for alpine:3.12 15:45:29 ---> afeebe901d6b 15:45:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:45:29 ---> Running in 7172b76a4af2 15:45:29 ---> Running in 9e644856c752 15:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:33 (1/5) Installing ca-certificates (20191127-r4) 15:45:33 (1/4) Installing ca-certificates (20191127-r4) 15:45:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:45:33 (3/5) Installing libcurl (7.69.1-r3) 15:45:33 (4/5) Installing curl (7.69.1-r3) 15:45:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:45:33 (5/5) Installing dumb-init (1.2.2-r1) 15:45:33 (3/4) Installing libcurl (7.69.1-r3) 15:45:33 Executing busybox-1.31.1-r19.trigger 15:45:33 Executing ca-certificates-20191127-r4.trigger 15:45:33 (4/4) Installing curl (7.69.1-r3) 15:45:33 Executing busybox-1.31.1-r19.trigger 15:45:33 Executing ca-certificates-20191127-r4.trigger 15:45:33 OK: 7 MiB in 18 packages 15:45:33 OK: 7 MiB in 19 packages 15:45:35 Removing intermediate container 5de8082e2c78 15:45:35 ---> c1dad6883031 15:45:35 15:45:35 Step 11/26 : FROM docker:20.10.0 15:45:35 20.10.0: Pulling from library/docker 15:45:37 Removing intermediate container 7172b76a4af2 15:45:37 ---> c10cfb272c48 15:45:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:45:37 Removing intermediate container 9e644856c752 15:45:37 ---> 7b1be04433e5 15:45:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:45:37 ---> Running in 13391e1bd1a0 15:45:37 ---> Running in dd95a0c4da08 15:45:39 Removing intermediate container dd95a0c4da08 15:45:39 ---> 8f88427bda1b 15:45:39 Step 13/24 : WORKDIR / 15:45:39 Removing intermediate container 13391e1bd1a0 15:45:39 ---> aad86899d63d 15:45:39 Step 13/21 : WORKDIR /edgex 15:45:39 ---> Running in b5dc1132265f 15:45:39 ---> Running in ed70dee70e03 15:45:40 Removing intermediate container b5dc1132265f 15:45:40 ---> a4aefbb2d0e6 15:45:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:45:40 Removing intermediate container ed70dee70e03 15:45:40 ---> 2fa9d962255f 15:45:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:45:41 ---> 3c4049c5b7c8 15:45:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:45:42 ---> 1a5774d5a653 15:45:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:45:44 ---> a9e512cb1cf0 15:45:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:45:45 ---> 442c8b468512 15:45:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:45:46 ---> d2769c701226 15:45:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:45:48 ---> 4862dbf46a84 15:45:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:45:48 ---> Running in 72d59dd7deca 15:45:48 ---> a06382006ef2 15:45:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:45:49 Removing intermediate container 72d59dd7deca 15:45:49 ---> b66f0c4f4b9d 15:45:49 Step 18/21 : CMD ["--init=true"] 15:45:49 Removing intermediate container 31af2ae25dc2 15:45:49 ---> 6225b1b8d2e6 15:45:49 15:45:49 Step 10/22 : FROM scratch 15:45:49 ---> 15:45:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:45:50 ---> Running in 013878d0d99b 15:45:50 ---> Running in a741780947f7 15:45:51 Removing intermediate container a741780947f7 15:45:51 ---> 9bd6f96c6cf0 15:45:51 Step 12/22 : ENV APP_PORT=48081 15:45:51 Removing intermediate container 013878d0d99b 15:45:51 ---> 05b43293c37f 15:45:51 Step 19/21 : LABEL arch=arm64 15:45:51 ---> b79ab3732e7d 15:45:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:45:51 ---> Running in abd9f1dc7de0 15:45:51 ---> Running in 4d60d507662f 15:45:53 ---> c1847b42110d 15:45:53 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/ 15:45:53 Removing intermediate container abd9f1dc7de0 15:45:53 ---> 7c4079c1916a 15:45:53 Step 13/22 : EXPOSE $APP_PORT 15:45:53 ---> Running in a0d9a2c69d7e 15:45:53 ---> Running in 750f05916e0c 15:45:53 Removing intermediate container 4d60d507662f 15:45:53 ---> 07a87b6b0925 15:45:53 Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:45:54 Removing intermediate container a0d9a2c69d7e 15:45:54 ---> a355fbffe799 15:45:54 Step 14/22 : WORKDIR / 15:45:54 ---> Running in afb8e37a14d1 15:45:54 ---> Running in 119c1dcb85db 15:45:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:45:55 Status: Downloaded newer image for docker:20.10.0 15:45:55 ---> eeaf43b92773 15:45:55 Step 12/26 : RUN apk add --no-cache bash 15:45:55 Removing intermediate container 0cb2b11b15fd 15:45:55 ---> d798c67f01b4 15:45:55 15:45:55 Step 10/23 : FROM alpine:3.12 15:45:55 ---> afeebe901d6b 15:45:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:45:55 Removing intermediate container afb8e37a14d1 15:45:55 ---> da3162740960 15:45:55 Step 21/21 : LABEL version=0.0.0 15:45:55 ---> Running in c2f085f9bc20 15:45:55 ---> Running in 81dde77e9027 15:45:55 Removing intermediate container 119c1dcb85db 15:45:55 ---> ee81325df877 15:45:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:45:55 ---> Running in 2d211b6ffd6e 15:45:55 Removing intermediate container 81dde77e9027 15:45:55 ---> 4bfe04153e2e 15:45:55 Step 12/23 : ENV APP_PORT=48080 15:45:56 ---> Running in 6d3286877dc0 15:45:56 Removing intermediate container 2d211b6ffd6e 15:45:56 ---> f331a9b2a212 15:45:56 15:45:56 ---> 36fadadb05e8 15:45:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:57 Successfully built f331a9b2a212 15:45:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:45:57  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 15:45:57 Removing intermediate container 6d3286877dc0 15:45:57 ---> 18162c6cc6cb 15:45:57 Step 13/23 : EXPOSE $APP_PORT 15:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:57 Removing intermediate container 750f05916e0c 15:45:57 ---> 957c890461a0 15:45:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:45:57 ---> Running in a2b4a9e858ed 15:45:57 ---> Running in 6343366532c1 15:45:57 (1/2) Installing readline (8.0.4-r0) 15:45:57 (2/2) Installing bash (5.0.17-r0) 15:45:57 Executing bash-5.0.17-r0.post-install 15:45:57 Executing busybox-1.31.1-r19.trigger 15:45:58 OK: 12 MiB in 22 packages 15:45:58 ---> 207fdae25263 15:45:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:45:58 Removing intermediate container a2b4a9e858ed 15:45:58 ---> c792248f97e5 15:45:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:59 Removing intermediate container 6343366532c1 15:45:59 ---> efdc3f0408e0 15:45:59 Step 22/24 : LABEL arch=arm64 15:45:59 ---> Running in e301dee9c05e 15:46:00 ---> Running in 1dcdfe69fb0b 15:46:00 ---> dd5774328e1e 15:46:00 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:46:00 Removing intermediate container c2f085f9bc20 15:46:00 ---> 8e4a2430a54d 15:46:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:46:01 ---> Running in a2aa0bf13a90 15:46:01 Removing intermediate container 1dcdfe69fb0b 15:46:01 ---> 9a085984b663 15:46:01 Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:46:01 ---> Running in 9cddf300e7c4 15:46:01 ---> Running in 387e6c8afcd1 15:46:01 Removing intermediate container a2aa0bf13a90 15:46:01 ---> cd8a1b009990 15:46:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:02 Removing intermediate container 9cddf300e7c4 15:46:02 ---> f6fc72fb1f60 15:46:02 Step 14/26 : ENV APP_PORT=48090 15:46:02 ---> Running in ab13b6697407 15:46:02 Removing intermediate container 387e6c8afcd1 15:46:02 ---> 4c72350c8d1e 15:46:02 Step 24/24 : LABEL version=0.0.0 15:46:03 ---> Running in 802edf889edb 15:46:03 ---> Running in a91540335bbf 15:46:03 Removing intermediate container ab13b6697407 15:46:03 ---> dc77875dadf3 15:46:03 Step 20/22 : LABEL arch=arm64 15:46:03 Removing intermediate container 802edf889edb 15:46:03 ---> 7fda43eb2e3f 15:46:03 Step 15/26 : EXPOSE $APP_PORT 15:46:03 ---> Running in 3be48ef9ce1a 15:46:03 Removing intermediate container e301dee9c05e 15:46:03 ---> 3a97c0a86a9c 15:46:03 Step 15/23 : RUN apk add --update --no-cache zeromq 15:46:03 ---> Running in 2ea0feeff911 15:46:04 Removing intermediate container a91540335bbf 15:46:04 ---> 8655fd376f80 15:46:04 15:46:04 ---> Running in 2cb19a8426e3 15:46:04 Removing intermediate container 3be48ef9ce1a 15:46:04 ---> 6d91ca003226 15:46:04 Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:46:04 Successfully built 8655fd376f80 15:46:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:46:04  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 15:46:04 ---> Running in c323e2128687 15:46:04 Removing intermediate container 2ea0feeff911 15:46:04 ---> 851e5c36baed 15:46:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:46:05 Removing intermediate container c323e2128687 15:46:05 ---> 9285ba42feec 15:46:05 Step 22/22 : LABEL version=0.0.0 15:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:05 ---> Running in cad9e948b3c1 15:46:06 ---> 64c59b0c307f 15:46:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:06 Removing intermediate container cad9e948b3c1 15:46:06 ---> 45a4e7c7a09c 15:46:06 15:46:07 Successfully built 45a4e7c7a09c 15:46:07 Successfully tagged docker-core-metadata-go-arm64:latest 15:46:07  Building docker-core-metadata-go ... done Building docker-core-command-go 15:46:07 ---> c9738180a8de 15:46:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:46:08 (1/5) Installing libgcc (9.3.0-r2) 15:46:08 (2/5) Installing libsodium (1.0.18-r0) 15:46:08 (3/5) Installing libstdc++ (9.3.0-r2) 15:46:09 ---> dfc81ac5ff4a 15:46:09 Step 19/26 : RUN apk --no-cache add py3-pip 15:46:09 (4/5) Installing libzmq (4.3.3-r0) 15:46:10 ---> Running in e3f8690647ae 15:46:10 (5/5) Installing zeromq (4.3.3-r0) 15:46:10 Executing busybox-1.31.1-r19.trigger 15:46:10 OK: 8 MiB in 19 packages 15:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:12 (1/33) Installing libbz2 (1.0.8-r1) 15:46:12 (2/33) Installing expat (2.2.9-r1) 15:46:12 (3/33) Installing libffi (3.3-r2) 15:46:12 (4/33) Installing gdbm (1.13-r1) 15:46:12 (5/33) Installing xz-libs (5.2.5-r0) 15:46:12 (6/33) Installing sqlite-libs (3.32.1-r0) 15:46:12 (7/33) Installing python3 (3.8.5-r0) 15:46:13 Removing intermediate container 2cb19a8426e3 15:46:13 ---> f63aa7da11d5 15:46:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:46:14 (8/33) Installing py3-appdirs (1.4.4-r1) 15:46:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:46:14 (10/33) Installing py3-parsing (2.4.7-r0) 15:46:14 (11/33) Installing py3-six (1.15.0-r0) 15:46:14 (12/33) Installing py3-packaging (20.4-r0) 15:46:14 (13/33) Installing py3-setuptools (47.0.0-r0) 15:46:14 (14/33) Installing py3-chardet (3.0.4-r4) 15:46:14 (15/33) Installing py3-idna (2.9-r0) 15:46:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:46:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:46:15 (18/33) Installing py3-requests (2.23.0-r0) 15:46:15 (19/33) Installing py3-msgpack (1.0.0-r0) 15:46:15 (20/33) Installing py3-lockfile (0.12.2-r3) 15:46:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:46:15 (22/33) Installing py3-colorama (0.4.3-r0) 15:46:15 (23/33) Installing py3-distlib (0.3.0-r0) 15:46:15 ---> 503d5df66d92 15:46:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:46:15 (24/33) Installing py3-distro (1.5.0-r1) 15:46:15 (25/33) Installing py3-webencodings (0.5.1-r3) 15:46:15 (26/33) Installing py3-html5lib (1.0.1-r4) 15:46:15 (27/33) Installing py3-pytoml (0.1.21-r0) 15:46:15 (28/33) Installing py3-pep517 (0.8.2-r0) 15:46:15 (29/33) Installing py3-progress (1.5-r0) 15:46:15 (30/33) Installing py3-toml (0.10.1-r0) 15:46:15 (31/33) Installing py3-retrying (1.3.3-r0) 15:46:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:46:15 (33/33) Installing py3-pip (20.1.1-r0) 15:46:15 Executing busybox-1.31.1-r19.trigger 15:46:15 OK: 71 MiB in 55 packages 15:46:18 ---> 952fd934436a 15:46:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:46:20 ---> 26ba6bd499fb 15:46:20 Step 19/23 : ENTRYPOINT ["/core-data"] 15:46:20 ---> Running in 2f0606951db8 15:46:21 Removing intermediate container 2f0606951db8 15:46:21 ---> 6aa6e83dd198 15:46:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:21 ---> Running in fa6ed4da05bf 15:46:23 Removing intermediate container fa6ed4da05bf 15:46:23 ---> a2c59ecc69a3 15:46:23 Step 21/23 : LABEL arch=arm64 15:46:23 ---> Running in 896b6b5bf14a 15:46:24 Removing intermediate container 896b6b5bf14a 15:46:24 ---> 5d6e88a35d6c 15:46:24 Step 22/23 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:46:24 Removing intermediate container e3f8690647ae 15:46:24 ---> 2c734ea8b6d5 15:46:24 Step 20/26 : RUN pip install docker-compose==1.23.2 15:46:24 ---> Running in f7eb95fb3b48 15:46:24 ---> Running in 39520b8ca594 15:46:25 Removing intermediate container f7eb95fb3b48 15:46:25 ---> 6a9747b378d8 15:46:25 Step 23/23 : LABEL version=0.0.0 15:46:26 ---> Running in df00de87c9f7 15:46:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:46:27 ---> b0d1688879a2 15:46:27 Step 3/21 : WORKDIR /edgex-go 15:46:27 ---> Using cache 15:46:27 ---> fb7f64ad1a83 15:46:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:27 ---> Using cache 15:46:27 ---> 97fb6993ca8f 15:46:27 Step 5/21 : RUN apk add --update --no-cache make git 15:46:27 ---> Using cache 15:46:27 ---> cfad333345ae 15:46:27 Step 6/21 : COPY go.mod . 15:46:27 ---> Using cache 15:46:27 ---> 28c3b8f8e6a6 15:46:27 Step 7/21 : RUN go mod download 15:46:27 ---> Using cache 15:46:27 ---> d32c6678b30f 15:46:27 Step 8/21 : COPY . . 15:46:27 ---> Using cache 15:46:27 ---> dd464d8202ab 15:46:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:46:28 ---> Running in de9d255a6960 15:46:28 Removing intermediate container df00de87c9f7 15:46:28 ---> ceb4e7bfa6a0 15:46:28 15:46:28 Successfully built ceb4e7bfa6a0 15:46:29 Successfully tagged docker-core-data-go-arm64:latest 15:46:29 Building docker-security-bootstrap-redis-go 15:46:29  Building docker-core-data-go ... done 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 15:46:31 Collecting docker-compose==1.23.2 15:46:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:46:33 Collecting PyYAML<4,>=3.10 15:46:33 Downloading PyYAML-3.13.tar.gz (270 kB) 15:46:37 Collecting texttable<0.10,>=0.9.0 15:46:37 Downloading texttable-0.9.1.tar.gz (11 kB) 15:46:40 Collecting cached-property<2,>=1.2.0 15:46:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:46:40 Collecting docker<4.0,>=3.6.0 15:46:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:46:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:46:41 Collecting dockerpty<0.5,>=0.4.1 15:46:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:46:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:46:43 ---> b0d1688879a2 15:46:43 Step 3/24 : WORKDIR /edgex-go 15:46:43 ---> Using cache 15:46:43 ---> fb7f64ad1a83 15:46:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:43 ---> Using cache 15:46:43 ---> 97fb6993ca8f 15:46:43 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 15:46:43 Collecting jsonschema<3,>=2.5.1 15:46:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:46:46 Collecting websocket-client<1.0,>=0.32.0 15:46:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:46:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:46:46 ---> b0d1688879a2 15:46:46 Step 3/22 : WORKDIR /edgex-go 15:46:46 ---> Using cache 15:46:46 ---> fb7f64ad1a83 15:46:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:46 ---> Using cache 15:46:46 ---> 97fb6993ca8f 15:46:46 Step 5/22 : RUN apk add --update --no-cache make git 15:46:46 ---> Using cache 15:46:46 ---> cfad333345ae 15:46:46 Step 6/22 : COPY go.mod . 15:46:46 ---> Using cache 15:46:46 ---> 28c3b8f8e6a6 15:46:46 Step 7/22 : RUN go mod download 15:46:46 ---> Using cache 15:46:46 ---> d32c6678b30f 15:46:46 Step 8/22 : COPY . . 15:46:46 ---> Using cache 15:46:47 ---> dd464d8202ab 15:46:47 Step 9/22 : RUN make cmd/core-command/core-command 15:46:47 ---> Running in 6396fd32a5b2 15:46:47 ---> Running in 880ad793e3db 15:46:47 Collecting docopt<0.7,>=0.6.1 15:46:47 Downloading docopt-0.6.2.tar.gz (25 kB) 15:46:49 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 15:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:46:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:46:52 Collecting docker-pycreds>=0.4.0 15:46:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:46:52 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) 15:46:52 OK: 217 MiB in 51 packages 15:46:53 Collecting urllib3<1.25,>=1.21.1 15:46:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:46: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) 15:46:55 Collecting idna<2.8,>=2.5 15:46:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:46:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:46:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:46:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:46:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:46:55 Removing intermediate container 6396fd32a5b2 15:46:55 ---> 1e6aa56b6dbd 15:46:55 Step 6/24 : COPY go.mod . 15:46:57 Installing collected packages: PyYAML, texttable, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docopt, docker-compose 15:46:57 Running setup.py install for PyYAML: started 15:46:57 ---> 301a7aec21d0 15:46:57 Step 7/24 : RUN go mod download 15:46:57 ---> Running in f97e52287bec 15:47:00 Running setup.py install for PyYAML: finished with status 'done' 15:47:00 Running setup.py install for texttable: started 15:47:03 Running setup.py install for texttable: finished with status 'done' 15:47:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:47:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:47:03 ---> b0d1688879a2 15:47:03 Step 3/22 : WORKDIR /edgex-go 15:47:03 ---> Using cache 15:47:03 ---> fb7f64ad1a83 15:47:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:03 ---> Using cache 15:47:03 ---> 97fb6993ca8f 15:47:03 Step 5/22 : RUN apk add --update --no-cache make git 15:47:03 ---> Using cache 15:47:03 ---> cfad333345ae 15:47:03 Step 6/22 : COPY go.mod . 15:47:03 ---> Using cache 15:47:03 ---> 28c3b8f8e6a6 15:47:03 Step 7/22 : RUN go mod download 15:47:03 ---> Using cache 15:47:03 ---> d32c6678b30f 15:47:03 Step 8/22 : COPY . . 15:47:03 ---> Using cache 15:47:03 ---> dd464d8202ab 15:47:03 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:47:03 Removing intermediate container f97e52287bec 15:47:03 ---> 0a5a6e7cee53 15:47:03 Step 8/24 : COPY . . 15:47:04 ---> Running in 8ac6c647b2cc 15:47:04 Attempting uninstall: urllib3 15:47:04 Found existing installation: urllib3 1.25.9 15:47:04 Uninstalling urllib3-1.25.9: 15:47:04 Successfully uninstalled urllib3-1.25.9 15:47:05 Attempting uninstall: idna 15:47:05 Found existing installation: idna 2.9 15:47:05 Uninstalling idna-2.9: 15:47:05 Successfully uninstalled idna-2.9 15:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:47:05 Attempting uninstall: requests 15:47:05 Found existing installation: requests 2.23.0 15:47:05 Uninstalling requests-2.23.0: 15:47:06 Successfully uninstalled requests-2.23.0 15:47:08 Running setup.py install for dockerpty: started 15:47:11 Running setup.py install for dockerpty: finished with status 'done' 15:47:11 Running setup.py install for docopt: started 15:47:14 Running setup.py install for docopt: finished with status 'done' 15:47:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:47:24 ---> 80ae152bc924 15:47:24 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:47:24 ---> Running in 9c263eaf3c0d 15:47:24 Removing intermediate container 39520b8ca594 15:47:24 ---> 5aec18200a62 15:47:24 Step 21/26 : RUN apk --no-cache add curl 15:47:25 ---> Running in 324ce39ad088 15:47:26 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 15:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:47:28 (2/3) Installing libcurl (7.69.1-r3) 15:47:28 (3/3) Installing curl (7.69.1-r3) 15:47:28 Executing busybox-1.31.1-r19.trigger 15:47:28 OK: 71 MiB in 58 packages 15:47:30 Removing intermediate container 324ce39ad088 15:47:30 ---> 4aaafed60717 15:47:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:47:30 ---> Running in 18da9159247a 15:47:31 Removing intermediate container 18da9159247a 15:47:31 ---> 181748770265 15:47:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:31 ---> Running in 7c1b805db25e 15:47:32 Removing intermediate container 7c1b805db25e 15:47:32 ---> 785843d0fb54 15:47:32 Step 24/26 : LABEL arch=arm64 15:47:32 ---> Running in 026143cc9d3c 15:47:33 Removing intermediate container 026143cc9d3c 15:47:33 ---> ab2d4d5a0b4b 15:47:33 Step 25/26 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:47:33 ---> Running in 579c235945c6 15:47:34 Removing intermediate container 579c235945c6 15:47:34 ---> 7e95fd2bdc6d 15:47:34 Step 26/26 : LABEL version=0.0.0 15:47:34 ---> Running in 8b5b955efe8f 15:47:34 Removing intermediate container 8b5b955efe8f 15:47:34 ---> 02a854dc7f76 15:47:34 15:47:35 Successfully built 02a854dc7f76 15:47:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:47:50  Building docker-sys-mgmt-agent-go ... done Removing intermediate container de9d255a6960 15:47:50 ---> 39ce8feb75da 15:47:50 15:47:50 Step 10/21 : FROM scratch 15:47:50 ---> 15:47:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:47:50 ---> Using cache 15:47:50 ---> 9bd6f96c6cf0 15:47:50 Step 12/21 : ENV APP_PORT=48085 15:47:50 ---> Running in c6574c22b1b9 15:47:50 Removing intermediate container c6574c22b1b9 15:47:50 ---> aede492a5a50 15:47:50 Step 13/21 : EXPOSE $APP_PORT 15:47:50 ---> Running in f6ab4090e942 15:47:51 Removing intermediate container f6ab4090e942 15:47:51 ---> a83baed2ec6e 15:47:51 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:52 ---> d415fb40a634 15:47:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:47:54 ---> 63040cfe9af8 15:47:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:47:55 ---> 8faf58f3504b 15:47:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:47:55 ---> Running in 0663a81ae1f4 15:47:56 Removing intermediate container 0663a81ae1f4 15:47:56 ---> 472a3b4e7b3a 15:47:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:56 ---> Running in 131496ade08c 15:47:56 Removing intermediate container 131496ade08c 15:47:56 ---> a7dd2dc5913b 15:47:56 Step 19/21 : LABEL arch=arm64 15:47:57 ---> Running in 3987ba35d363 15:47:57 Removing intermediate container 3987ba35d363 15:47:57 ---> 517a4fda9ad2 15:47:57 Step 20/21 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:47:58 ---> Running in 0d174dc87b3a 15:47:58 Removing intermediate container 0d174dc87b3a 15:47:58 ---> 50b5d48dcc41 15:47:58 Step 21/21 : LABEL version=0.0.0 15:47:58 ---> Running in 7e3a40201b92 15:47:59 Removing intermediate container 7e3a40201b92 15:47:59 ---> a67a1386bf18 15:47:59 15:48:00 Successfully built a67a1386bf18 15:48:00 Successfully tagged docker-support-scheduler-go-arm64:latest 15:48:15  Building docker-support-scheduler-go ... done Removing intermediate container 880ad793e3db 15:48:15 ---> 2365a38349f8 15:48:15 15:48:15 Step 10/22 : FROM scratch 15:48:15 ---> 15:48:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:48:15 ---> Using cache 15:48:15 ---> 9bd6f96c6cf0 15:48:15 Step 12/22 : ENV APP_PORT=48082 15:48:15 ---> Running in 46f3f7adc4db 15:48:15 Removing intermediate container 46f3f7adc4db 15:48:15 ---> 6168c4d8106e 15:48:15 Step 13/22 : EXPOSE $APP_PORT 15:48:15 ---> Running in 6194b38f915e 15:48:15 Removing intermediate container 6194b38f915e 15:48:15 ---> f4d25020c4fb 15:48:15 Step 14/22 : WORKDIR / 15:48:15 ---> Running in 8e122fac0424 15:48:15 Removing intermediate container 8e122fac0424 15:48:15 ---> a488555e3123 15:48:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:17 ---> 5bdb41bdabb0 15:48:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:48:19 Removing intermediate container 8ac6c647b2cc 15:48:19 ---> 9d6d7095e464 15:48:19 15:48:19 Step 10/22 : FROM alpine:3.12 15:48:19 ---> afeebe901d6b 15:48:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:48:19 ---> Using cache 15:48:19 ---> c10cfb272c48 15:48:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:48:19 ---> b2d51c952040 15:48:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:48:19 ---> Running in 51614bcc0fe0 15:48:19 Removing intermediate container 51614bcc0fe0 15:48:19 ---> ae36dcd80768 15:48:19 Step 13/22 : WORKDIR / 15:48:19 ---> Running in a4644c17797d 15:48:19 ---> a8a6f8217ca4 15:48:19 Step 18/22 : ENTRYPOINT ["/core-command"] 15:48:20 ---> Running in 41b334c558e0 15:48:20 Removing intermediate container a4644c17797d 15:48:20 ---> d404775f97bb 15:48:20 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:20 Removing intermediate container 41b334c558e0 15:48:20 ---> 8d500c01f100 15:48:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:21 ---> Running in 45fbcbf2b457 15:48:21 ---> 294240fa0113 15:48:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:48:21 Removing intermediate container 45fbcbf2b457 15:48:21 ---> 0ad8b749d177 15:48:21 Step 20/22 : LABEL arch=arm64 15:48:21 ---> Running in 44503ca4b7f7 15:48:22 Removing intermediate container 44503ca4b7f7 15:48:22 ---> 29352d0213c1 15:48:22 Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:48:22 ---> Running in db82ab0a5b0c 15:48:23 ---> efe368c92816 15:48:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:48:23 Removing intermediate container db82ab0a5b0c 15:48:23 ---> 0a892cd01974 15:48:23 Step 22/22 : LABEL version=0.0.0 15:48:23 ---> Running in 42bbfaafef1c 15:48:23 ---> 9cbf8a72a98c 15:48:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:48:24 Removing intermediate container 42bbfaafef1c 15:48:24 ---> a8bc9dd516bc 15:48:24 15:48:24 Successfully built a8bc9dd516bc 15:48:24 Successfully tagged docker-core-command-go-arm64:latest 15:48:25  Building docker-core-command-go ... done  ---> 0a32b270655d 15:48:25 Step 18/22 : RUN chmod +x entrypoint.sh 15:48:25 ---> Running in 4605699744e7 15:48:27 Removing intermediate container 9c263eaf3c0d 15:48:27 ---> 164e55b67110 15:48:27 15:48:27 Step 10/24 : FROM scratch 15:48:27 ---> 15:48:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:48:27 ---> Running in c5689abb443d 15:48:27 Removing intermediate container 4605699744e7 15:48:27 ---> 04dd31021538 15:48:27 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:48:27 Removing intermediate container c5689abb443d 15:48:27 ---> b3e3334a08fc 15:48:27 Step 12/24 : ENV APP_PORT=48060 15:48:27 ---> Running in 6a8d60ed2697 15:48:27 ---> Running in c1eee8f6d647 15:48:28 Removing intermediate container c1eee8f6d647 15:48:28 ---> fe336df7e9ef 15:48:28 Step 13/24 : EXPOSE $APP_PORT 15:48:28 Removing intermediate container 6a8d60ed2697 15:48:28 ---> ce3a00cf8562 15:48:28 Step 20/22 : LABEL arch=arm64 15:48:28 ---> Running in 4c32901f5d80 15:48:28 ---> Running in 816cffe2854a 15:48:29 Removing intermediate container 4c32901f5d80 15:48:29 ---> 48ec46b53f4c 15:48:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:48:29 Removing intermediate container 816cffe2854a 15:48:29 ---> c154bf08b542 15:48:29 Step 21/22 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:48:29 ---> Running in 2c2f45fbadc4 15:48:29 Removing intermediate container 2c2f45fbadc4 15:48:29 ---> 2e306f288006 15:48:29 Step 22/22 : LABEL version=0.0.0 15:48:29 ---> d71d53ab6de3 15:48:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:48:29 ---> Running in bf10b4ad016c 15:48:30 Removing intermediate container bf10b4ad016c 15:48:30 ---> ffde61924658 15:48:30 15:48:30 Successfully built ffde61924658 15:48:30 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 15:48:31  Building docker-security-bootstrap-redis-go ... done  ---> 47ab7f1479ef 15:48:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:48:32 ---> 9566efef0f01 15:48:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:33 ---> b47b02e22c48 15:48:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:48:34 ---> d4f841b2e140 15:48:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:48:34 ---> cf790bf07ca9 15:48:34 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:48:34 ---> Running in 573ef037331c 15:48:35 Removing intermediate container 573ef037331c 15:48:35 ---> 7abea59be448 15:48:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:35 ---> Running in 3c8fa80ec985 15:48:36 Removing intermediate container 3c8fa80ec985 15:48:36 ---> 52c2e9f264e9 15:48:36 Step 22/24 : LABEL arch=arm64 15:48:36 ---> Running in 6b9156b50732 15:48:36 Removing intermediate container 6b9156b50732 15:48:36 ---> a45284002424 15:48:36 Step 23/24 : LABEL git_sha=0e0a70a83b6e91166effbd52415e19c3d986c132 15:48:36 ---> Running in f480e0cc9231 15:48:37 Removing intermediate container f480e0cc9231 15:48:37 ---> 14dadf915a7e 15:48:37 Step 24/24 : LABEL version=0.0.0 15:48:37 ---> Running in f4c5b38e0def 15:48:37 Removing intermediate container f4c5b38e0def 15:48:37 ---> 42321bb2f9ac 15:48:37 15:48:38 Successfully built 42321bb2f9ac 15:48:38 Successfully tagged docker-support-notifications-go-arm64:latest 15:48:38  Building docker-support-notifications-go ... done  [Pipeline] } 15:48:38 $ docker stop --time=1 d23da0d5cc051d70be3d49df7f2f3b297fc9dead4d3210207c6c0be766055682 15:48:40 $ docker rm -f d23da0d5cc051d70be3d49df7f2f3b297fc9dead4d3210207c6c0be766055682 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:40 + docker images 15:48:40 + grep docker 15:48:41 docker-support-notifications-go-arm64 latest 42321bb2f9ac 3 seconds ago 11.4MB 15:48:41 docker-security-bootstrap-redis-go-arm64 latest ffde61924658 10 seconds ago 15.1MB 15:48:41 docker-core-command-go-arm64 latest a8bc9dd516bc 17 seconds ago 9.98MB 15:48:41 docker-support-scheduler-go-arm64 latest a67a1386bf18 41 seconds ago 10.1MB 15:48:41 docker-sys-mgmt-agent-go-arm64 latest 02a854dc7f76 About a minute ago 300MB 15:48:41 docker-core-data-go-arm64 latest ceb4e7bfa6a0 2 minutes ago 21MB 15:48:41 docker-core-metadata-go-arm64 latest 45a4e7c7a09c 2 minutes ago 12.3MB 15:48:41 docker-security-secretstore-setup-go-arm64 latest 8655fd376f80 2 minutes ago 23.4MB 15:48:41 docker-security-proxy-setup-go-arm64 latest f331a9b2a212 2 minutes ago 23.2MB 15:48:41 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:48:43 provisioning config files... 15:48:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config7268704749366481270tmp [Pipeline] { [Pipeline] sh 15:48:43 + set +x 15:48:43 + curl -s https://codecov.io/bash 15:48:43 + bash -s -- 15:48:44 15:48:44 _____ _ 15:48:44 / ____| | | 15:48:44 | | ___ __| | ___ ___ _____ __ 15:48:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:48:44 | |___| (_) | (_| | __/ (_| (_) \ V / 15:48:44 \_____\___/ \__,_|\___|\___\___/ \_/ 15:48:44 Bash-20210115-cec3c92 15:48:44 15:48:44 15:48:44 ==> git version 2.24.3 found 15:48:44 ==> 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 15:48:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:48:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:48:44 ==> Jenkins CI detected. 15:48:44 project root: . 15:48:44 --> token set from env 15:48:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:48:44 ==> Running gcov in . (disable via -X gcov) 15:48:44 ==> Python coveragepy not found 15:48:44 ==> Searching for coverage reports in: 15:48:44 + . 15:48:44 -> Found 1 reports 15:48:44 ==> Detecting git/mercurial file structure 15:48:44 ==> Reading reports 15:48:44 + ./coverage.out bytes=551534 15:48:44 ==> Appending adjustments 15:48:44 https://docs.codecov.io/docs/fixing-reports 15:48:47 + Found adjustments 15:48:47 ==> Gzipping contents 15:48:47 84K /tmp/codecov.Dxs8q9.gz 15:48:47 ==> Uploading reports 15:48:47 url: https://codecov.io 15:48:47 query: branch=PR-3056&commit=0e0a70a83b6e91166effbd52415e19c3d986c132&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= 15:48:47 -> Pinging Codecov 15:48:47 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3056&commit=0e0a70a83b6e91166effbd52415e19c3d986c132&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= 15:48:48 -> Uploading to 15:48:48 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/0e0a70a83b6e91166effbd52415e19c3d986c132/768acb7c-23e2-4326-83dc-4324c8e6cc2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T154848Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21352405ee6820529f469ad3f37d7668c2306934ba84c898a3a17226b268d832 15:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 15:48:48 Dload Upload Total Spent Left Speed 15:48:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83505 0 0 100 83505 0 149k --:--:-- --:--:-- --:--:-- 149k 15:48:49 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0e0a70a83b6e91166effbd52415e19c3d986c132 [Pipeline] } 15:48:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:48:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:48:52 ---> package-listing.sh 15:48:52 ++ facter osfamily 15:48:52 ++ tr '[:upper:]' '[:lower:]' 15:48:52 + OS_FAMILY=redhat 15:48:52 + workspace=/w/workspace/edgex-go/5 15:48:52 + START_PACKAGES=/tmp/packages_start.txt 15:48:52 + END_PACKAGES=/tmp/packages_end.txt 15:48:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:48:52 + PACKAGES=/tmp/packages_start.txt 15:48:52 + '[' /w/workspace/edgex-go/5 ']' 15:48:52 + PACKAGES=/tmp/packages_end.txt 15:48:52 + case "${OS_FAMILY}" in 15:48:52 + rpm -qa 15:48:52 + sort 15:48:57 + '[' -f /tmp/packages_start.txt ']' 15:48:57 + '[' -f /tmp/packages_end.txt ']' 15:48:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:48:57 + '[' /w/workspace/edgex-go/5 ']' 15:48:57 + mkdir -p /w/workspace/edgex-go/5/archives/ 15:48:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 15:48:57 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:48:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:48:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:48:58 15:48:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:48:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:48:58 alpine: Pulling from edgex-lftools-log-publisher 15:48:58 df20fa9351a1: Pulling fs layer 15:48:58 36b3adc4ff6f: Pulling fs layer 15:48:58 8ad3a11d3b57: Pulling fs layer 15:48:58 46f8f816bc3b: Pulling fs layer 15:48:58 93b61091891f: Pulling fs layer 15:48:58 93b9cdb0e59b: Pulling fs layer 15:48:58 5e14af77c1be: Pulling fs layer 15:48:58 01666e4c0597: Pulling fs layer 15:48:58 aa168da1d23b: Pulling fs layer 15:48:58 93b9cdb0e59b: Waiting 15:48:58 5e14af77c1be: Waiting 15:48:58 01666e4c0597: Waiting 15:48:58 aa168da1d23b: Waiting 15:48:58 46f8f816bc3b: Waiting 15:48:58 93b61091891f: Waiting 15:48:58 36b3adc4ff6f: Verifying Checksum 15:48:58 36b3adc4ff6f: Download complete 15:48:58 46f8f816bc3b: Verifying Checksum 15:48:58 46f8f816bc3b: Download complete 15:48:58 df20fa9351a1: Download complete 15:48:58 93b9cdb0e59b: Verifying Checksum 15:48:58 93b9cdb0e59b: Download complete 15:48:58 5e14af77c1be: Verifying Checksum 15:48:58 5e14af77c1be: Download complete 15:48:58 01666e4c0597: Verifying Checksum 15:48:58 01666e4c0597: Download complete 15:48:58 93b61091891f: Download complete 15:48:59 df20fa9351a1: Pull complete 15:48:59 36b3adc4ff6f: Pull complete 15:48:59 8ad3a11d3b57: Download complete 15:49:00 8ad3a11d3b57: Pull complete 15:49:00 46f8f816bc3b: Pull complete 15:49:01 aa168da1d23b: Verifying Checksum 15:49:01 aa168da1d23b: Download complete 15:49:02 93b61091891f: Pull complete 15:49:02 93b9cdb0e59b: Pull complete 15:49:03 5e14af77c1be: Pull complete 15:49:03 01666e4c0597: Pull complete 15:49:13 aa168da1d23b: Pull complete 15:49:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:49:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:49:13 prd-centos7-docker-4c-2g-21964 does not seem to be running inside a container 15:49:13 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat 15:49:16 $ docker top 3e78c434f19ac80388561bb7224f02d7d30f660181e2d40813d9e0c46c265bfc -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:16 + touch /tmp/pre-build-complete [Pipeline] sh 15:49:17 + mkdir -p /var/log/sa [Pipeline] sh 15:49:17 + ls /var/log/sa-host 15:49:17 + sadf -c /var/log/sa-host/sa21 15:49:17 file_magic: OK 15:49:17 HZ: Using current value: 100 15:49:17 file_header: OK 15:49:17 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 15:49:17 Statistics: 15:49:17 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... 15:49:17 File successfully converted to sysstat format version 12.2.1 15:49:17 + sadf -c /var/log/sa-host/sa23 15:49:17 file_magic: OK 15:49:17 HZ: Using current value: 100 15:49:17 file_header: OK 15:49:17 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 15:49:17 Statistics: 15:49:17 Hnuu...uuuununununu... 15:49:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:17 provisioning config files... 15:49:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2692026030537405507tmp [Pipeline] { [Pipeline] echo 15:49:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:49:17 ---> create-netrc.sh [Pipeline] } 15:49:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:49:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:18 ---> python-tools-install.sh [Pipeline] echo 15:49:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:49:18 ---> sudo-logs.sh 15:49:18 Archiving 'sudo' log.. [Pipeline] echo 15:49:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:49:19 ---> job-cost.sh 15:49:19 lf-activate-venv: SKIPPING 15:49:19 INFO: No Stack... 15:49:19 INFO: Retrieving Pricing Info for: v1-standard-2 15:49:20 INFO: Archiving Costs [Pipeline] echo 15:49:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:49:20 ---> logs-deploy.sh 15:49:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3056/5 15:49:20 INFO: archiving workspace using pattern(s): 15:49:22 Archives upload complete. 15:49:22 INFO: archiving logs to Nexus 15:49:23 ---> uname -a: 15:49:23 Linux prd-centos7-docker-4c-2g-21964.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:49:23 15:49:23 15:49:23 ---> lscpu: 15:49:23 Architecture: x86_64 15:49:23 CPU op-mode(s): 32-bit, 64-bit 15:49:23 Byte Order: Little Endian 15:49:23 Address sizes: 40 bits physical, 48 bits virtual 15:49:23 CPU(s): 4 15:49:23 On-line CPU(s) list: 0-3 15:49:23 Thread(s) per core: 1 15:49:23 Core(s) per socket: 1 15:49:23 Socket(s): 4 15:49:23 NUMA node(s): 1 15:49:23 Vendor ID: GenuineIntel 15:49:23 CPU family: 6 15:49:23 Model: 44 15:49:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:49:23 Stepping: 1 15:49:23 CPU MHz: 2933.442 15:49:23 BogoMIPS: 5866.88 15:49:23 Virtualization: VT-x 15:49:23 Hypervisor vendor: KVM 15:49:23 Virtualization type: full 15:49:23 L1d cache: 128 KiB 15:49:23 L1i cache: 128 KiB 15:49:23 L2 cache: 16 MiB 15:49:23 L3 cache: 64 MiB 15:49:23 NUMA node0 CPU(s): 0-3 15:49:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:49:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:49:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:49:23 Vulnerability Meltdown: Mitigation; PTI 15:49:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:49:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:49:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:49:23 Vulnerability Srbds: Not affected 15:49:23 Vulnerability Tsx async abort: Not affected 15:49:23 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 15:49:23 15:49:23 15:49:23 ---> nproc: 15:49:23 4 15:49:23 15:49:23 15:49:23 ---> df -h: 15:49:23 Filesystem Size Used Available Use% Mounted on 15:49:23 overlay 50.0G 11.2G 38.8G 22% / 15:49:23 tmpfs 64.0M 0 64.0M 0% /dev 15:49:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:49:23 shm 64.0M 0 64.0M 0% /dev/shm 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/5 15:49:23 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/5@tmp 15:49:23 15:49:23 15:49:23 ---> free -m: 15:49:23 total used free shared buff/cache available 15:49:23 Mem: 1837 730 247 0 859 1022 15:49:23 Swap: 1023 49 974 15:49:23 15:49:23 15:49:23 ---> ip addr: 15:49:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:49:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:49:23 inet 127.0.0.1/8 scope host lo 15:49:23 valid_lft forever preferred_lft forever 15:49:23 inet6 ::1/128 scope host 15:49:23 valid_lft forever preferred_lft forever 15:49:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:49:23 link/ether fa:16:3e:5b:15:e8 brd ff:ff:ff:ff:ff:ff 15:49:23 inet 10.30.122.217/23 brd 10.30.123.255 scope global dynamic eth0 15:49:23 valid_lft 85248sec preferred_lft 85248sec 15:49:23 inet6 fe80::f816:3eff:fe5b:15e8/64 scope link 15:49:23 valid_lft forever preferred_lft forever 15:49:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:49:23 link/ether 02:42:bb:ca:e7:0d brd ff:ff:ff:ff:ff:ff 15:49:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:49:23 valid_lft forever preferred_lft forever 15:49:23 inet6 fe80::42:bbff:feca:e70d/64 scope link 15:49:23 valid_lft forever preferred_lft forever 15:49:23 15:49:23 15:49:23 ---> sar -b -r -n DEV: 15:49:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 15:49:23 15:49:23 15:29:58 LINUX RESTART (4 CPU) 15:49:23 15:49:23 15:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:49:23 15:32:01 169.24 80.32 88.92 0.00 10143.40 37884.53 0.00 15:49:23 15:33:01 284.14 123.84 160.30 0.00 4995.61 27952.16 0.00 15:49:23 15:34:01 206.04 99.62 106.42 0.00 4397.94 11138.21 0.00 15:49:23 15:35:02 307.77 115.47 192.30 0.00 49706.84 121364.55 0.00 15:49:23 15:36:02 2930.03 2571.42 358.62 0.00 177515.37 193903.52 0.00 15:49:23 15:37:02 443.69 185.22 258.48 0.00 47266.81 88266.35 0.00 15:49:23 15:38:02 2147.35 1793.49 353.86 0.00 135340.12 147048.25 0.00 15:49:23 15:39:01 346.10 104.93 241.16 0.00 8672.39 37539.30 0.00 15:49:23 15:40:01 19.53 6.61 12.92 0.00 2811.26 356.57 0.00 15:49:23 15:41:01 1.60 1.00 0.60 0.00 26.92 9.43 0.00 15:49:23 15:42:01 0.38 0.00 0.38 0.00 0.00 5.40 0.00 15:49:23 15:43:01 0.35 0.03 0.32 0.00 0.80 4.63 0.00 15:49:23 15:44:01 0.25 0.00 0.25 0.00 0.00 3.78 0.00 15:49:23 15:45:01 0.82 0.47 0.35 0.00 13.58 5.08 0.00 15:49:23 15:46:01 2.06 1.32 0.75 0.00 45.15 15.38 0.00 15:49:23 15:47:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 15:49:23 15:48:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 15:49:23 15:49:02 86.76 73.14 13.61 0.00 6831.95 1590.82 0.00 15:49:23 Average: 384.62 285.34 99.28 0.00 24827.53 37043.85 0.00 15:49:23 15:49:23 15:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:49:23 15:32:01 213528 0 664368 35.31 2184 1001464 1345432 45.92 564328 872056 74720 15:49:23 15:33:01 79404 0 859616 45.69 1492 941032 1714348 58.51 697616 829716 56252 15:49:23 15:34:01 257828 0 753924 40.07 648 869144 1463792 49.96 574252 758916 40536 15:49:23 15:35:02 70796 0 835016 44.38 0 975732 2243916 76.58 733420 867260 59852 15:49:23 15:36:02 359308 0 691152 36.73 0 831084 1339460 45.71 529140 766420 8 15:49:23 15:37:02 67924 0 775752 41.23 0 1037868 1934992 66.04 737240 854708 47520 15:49:23 15:38:02 133272 0 762904 40.55 0 985368 2308720 78.79 721680 794060 23792 15:49:23 15:39:01 137940 0 745196 39.61 0 998408 1926580 65.75 486164 1001652 32 15:49:23 15:40:01 148808 0 655292 34.83 0 1077444 1174560 40.09 444520 1038452 12 15:49:23 15:41:01 149656 0 653944 34.76 0 1077944 1156240 39.46 443312 1039148 8 15:49:23 15:42:01 150332 0 653264 34.72 0 1077948 1156108 39.46 442836 1039144 12 15:49:23 15:43:01 149848 0 653748 34.75 0 1077948 1156216 39.46 443460 1039160 20 15:49:23 15:44:01 150692 0 652884 34.70 0 1077968 1156108 39.46 442972 1039168 16 15:49:23 15:45:01 149668 0 653544 34.73 0 1078332 1156560 39.47 443220 1039416 8 15:49:23 15:46:01 147668 0 654908 34.81 0 1078968 1156300 39.46 443564 1040156 8 15:49:23 15:47:01 148632 0 653924 34.75 0 1078988 1156108 39.46 443020 1040172 8 15:49:23 15:48:01 148872 0 653676 34.74 0 1078996 1156108 39.46 443024 1040172 8 15:49:23 15:49:02 100880 0 686184 36.47 0 1094480 1359404 46.39 514760 1012180 103988 15:49:23 Average: 153614 0 703294 37.38 240 1024395 1447831 49.41 530474 950664 22600 15:49:23 15:49:23 15:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:49:23 15:32:01 eth0 1239.23 1483.86 5953.88 157.40 0.00 0.00 0.00 0.00 15:49:23 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:32:01 docker0 1102.46 774.18 82.09 2680.03 0.00 0.00 0.00 0.00 15:49:23 15:33:01 vethd5e034e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:49:23 15:33:01 eth0 226.30 177.96 858.38 27.64 0.00 0.00 0.00 0.00 15:49:23 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:33:01 docker0 155.63 186.63 11.10 823.33 0.00 0.00 0.00 0.00 15:49:23 15:34:01 vethd5e034e 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 15:49:23 15:34:01 eth0 46.08 32.78 25.42 77.06 0.00 0.00 0.00 0.00 15:49:23 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:34:01 docker0 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 15:49:23 15:35:02 eth0 240.28 195.67 1696.81 81.16 0.00 0.00 0.00 0.00 15:49:23 15:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:35:02 veth70dd936 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:49:23 15:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:36:02 eth0 44.38 19.28 159.69 7.54 0.00 0.00 0.00 0.00 15:49:23 15:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:36:02 veth70dd936 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:49:23 15:36:02 docker0 10.98 28.57 0.58 146.90 0.00 0.00 0.00 0.00 15:49:23 15:37:02 eth0 45.79 27.58 144.45 12.47 0.00 0.00 0.00 0.00 15:49:23 15:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:37:02 veth70dd936 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:49:23 15:37:02 docker0 8.73 13.29 0.47 76.40 0.00 0.00 0.00 0.00 15:49:23 15:38:02 eth0 71.04 48.92 117.61 88.72 0.00 0.00 0.00 0.00 15:49:23 15:38:02 veth5e2271d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:38:02 veth70dd936 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:49:23 15:39:01 veth77f9096 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:39:01 eth0 261.24 186.65 1691.54 93.05 0.00 0.00 0.00 0.00 15:49:23 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:39:01 veth70dd936 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:40:01 eth0 11.54 6.66 41.92 2.78 0.00 0.00 0.00 0.00 15:49:23 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:40:01 docker0 1326.39 1092.44 97.22 4265.48 0.00 0.00 0.00 0.00 15:49:23 15:41:01 eth0 0.83 0.52 0.44 0.28 0.00 0.00 0.00 0.00 15:49:23 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:42:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:49:23 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:43:01 eth0 0.50 0.37 0.27 0.17 0.00 0.00 0.00 0.00 15:49:23 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:44:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 15:49:23 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:45:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 15:49:23 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:46:01 eth0 0.72 0.52 0.41 0.27 0.00 0.00 0.00 0.00 15:49:23 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:49:23 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:48:01 eth0 0.45 0.05 0.03 0.00 0.00 0.00 0.00 0.00 15:49:23 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:49:02 eth0 218.15 172.91 2172.48 19.93 0.00 0.00 0.00 0.00 15:49:23 15:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 15:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 Average: eth0 133.76 130.84 714.69 31.52 0.00 0.00 0.00 0.00 15:49:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:23 Average: docker0 73.70 60.70 5.40 237.02 0.00 0.00 0.00 0.00 15:49:23 15:49:23 15:49:23 ---> sar -P ALL: 15:49:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 15:49:23 15:49:23 15:29:58 LINUX RESTART (4 CPU) 15:49:23 15:49:23 15:31:01 CPU %user %nice %system %iowait %steal %idle 15:49:23 15:32:01 all 15.46 0.00 7.75 1.64 0.06 75.09 15:49:23 15:32:01 0 16.19 0.00 9.38 2.23 0.07 72.13 15:49:23 15:32:01 1 14.41 0.00 7.24 1.41 0.03 76.90 15:49:23 15:32:01 2 13.32 0.00 6.88 1.77 0.05 77.98 15:49:23 15:32:01 3 17.95 0.00 7.50 1.16 0.07 73.32 15:49:23 15:33:01 all 19.23 0.00 7.45 7.74 0.06 65.52 15:49:23 15:33:01 0 18.90 0.00 7.41 6.41 0.03 67.24 15:49:23 15:33:01 1 20.52 0.00 6.91 8.60 0.07 63.90 15:49:23 15:33:01 2 17.98 0.00 7.94 7.70 0.09 66.29 15:49:23 15:33:01 3 19.51 0.00 7.54 8.24 0.05 64.65 15:49:23 15:34:01 all 62.00 0.00 14.53 5.25 0.04 18.18 15:49:23 15:34:01 0 60.80 0.00 14.99 4.21 0.05 19.94 15:49:23 15:34:01 1 61.79 0.00 14.17 4.94 0.03 19.06 15:49:23 15:34:01 2 63.95 0.00 13.73 5.78 0.03 16.50 15:49:23 15:34:01 3 61.44 0.00 15.23 6.05 0.03 17.24 15:49:23 15:35:02 all 26.54 0.00 14.73 6.67 0.06 52.00 15:49:23 15:35:02 0 25.34 0.00 15.01 6.16 0.05 53.43 15:49:23 15:35:02 1 25.23 0.00 14.49 6.39 0.07 53.81 15:49:23 15:35:02 2 28.17 0.00 14.57 7.09 0.05 50.11 15:49:23 15:35:02 3 27.42 0.00 14.85 7.05 0.07 50.62 15:49:23 15:36:02 all 19.86 0.00 23.15 30.51 0.07 26.41 15:49:23 15:36:02 0 18.13 0.00 23.08 29.60 0.09 29.10 15:49:23 15:36:02 1 19.49 0.00 22.69 30.41 0.05 27.35 15:49:23 15:36:02 2 19.99 0.00 23.19 31.57 0.11 25.15 15:49:23 15:36:02 3 21.85 0.00 23.64 30.44 0.05 24.01 15:49:23 15:37:02 all 47.84 0.00 16.22 16.78 0.05 19.11 15:49:23 15:37:02 0 46.91 0.00 15.42 15.80 0.05 21.82 15:49:23 15:37:02 1 48.12 0.00 15.72 14.40 0.03 21.73 15:49:23 15:37:02 2 49.03 0.00 16.45 18.92 0.05 15.55 15:49:23 15:37:02 3 47.28 0.00 17.31 18.03 0.05 17.33 15:49:23 15:38:02 all 24.94 0.00 19.96 27.18 0.08 27.84 15:49:23 15:38:02 0 25.15 0.00 20.15 28.47 0.05 26.18 15:49:23 15:38:02 1 23.08 0.00 18.94 29.08 0.14 28.75 15:49:23 15:38:02 2 25.34 0.00 19.99 23.94 0.07 30.67 15:49:23 15:38:02 3 26.19 0.00 20.77 27.21 0.07 25.76 15:49:23 15:39:01 all 35.41 0.00 12.00 11.53 0.04 41.02 15:49:23 15:39:01 0 32.81 0.00 12.83 6.98 0.03 47.34 15:49:23 15:39:01 1 35.84 0.00 11.58 11.66 0.03 40.89 15:49:23 15:39:01 2 35.46 0.00 11.20 14.82 0.05 38.47 15:49:23 15:39:01 3 37.55 0.00 12.40 12.68 0.03 37.33 15:49:23 15:40:01 all 0.64 0.00 0.48 0.33 0.00 98.54 15:49:23 15:40:01 0 0.47 0.00 0.42 0.18 0.00 98.93 15:49:23 15:40:01 1 0.43 0.00 0.52 0.93 0.00 98.11 15:49:23 15:40:01 2 0.47 0.00 0.45 0.12 0.00 98.97 15:49:23 15:40:01 3 1.20 0.00 0.55 0.08 0.00 98.16 15:49:23 15:41:01 all 0.16 0.00 0.03 0.02 0.00 99.79 15:49:23 15:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:49:23 15:41:01 1 0.05 0.00 0.03 0.07 0.00 99.85 15:49:23 15:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:49:23 15:41:01 3 0.53 0.00 0.02 0.02 0.00 99.43 15:49:23 15:42:01 all 0.25 0.00 0.39 0.00 0.00 99.36 15:49:23 15:42:01 0 0.13 0.00 0.45 0.00 0.00 99.42 15:49:23 15:42:01 1 0.15 0.00 0.43 0.00 0.00 99.42 15:49:23 15:42:01 2 0.17 0.00 0.50 0.00 0.02 99.32 15:49:23 15:42:01 3 0.55 0.00 0.18 0.00 0.00 99.27 15:49:23 15:49:23 15:42:01 CPU %user %nice %system %iowait %steal %idle 15:49:23 15:43:01 all 0.05 0.00 0.03 0.00 0.00 99.92 15:49:23 15:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 15:49:23 15:43:01 1 0.08 0.00 0.03 0.00 0.00 99.88 15:49:23 15:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:49:23 15:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:49:23 15:44:01 all 0.08 0.00 0.02 0.00 0.00 99.90 15:49:23 15:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:49:23 15:44:01 1 0.20 0.00 0.02 0.00 0.00 99.78 15:49:23 15:44:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:49:23 15:44:01 3 0.07 0.00 0.03 0.00 0.00 99.90 15:49:23 15:45:01 all 0.14 0.00 0.03 0.00 0.00 99.82 15:49:23 15:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 15:49:23 15:45:01 1 0.52 0.00 0.02 0.00 0.02 99.45 15:49:23 15:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:49:23 15:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:49:23 15:46:01 all 0.19 0.00 0.05 0.02 0.00 99.74 15:49:23 15:46:01 0 0.10 0.00 0.03 0.02 0.00 99.85 15:49:23 15:46:01 1 0.53 0.00 0.07 0.02 0.00 99.38 15:49:23 15:46:01 2 0.08 0.00 0.03 0.00 0.00 99.88 15:49:23 15:46:01 3 0.03 0.00 0.05 0.07 0.00 99.85 15:49:23 15:47:01 all 0.13 0.00 0.02 0.00 0.00 99.84 15:49:23 15:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:49:23 15:47:01 1 0.50 0.00 0.02 0.00 0.00 99.48 15:49:23 15:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:49:23 15:47:01 3 0.00 0.00 0.03 0.00 0.00 99.97 15:49:23 15:48:01 all 0.10 0.00 0.02 0.00 0.00 99.88 15:49:23 15:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:49:23 15:48:01 1 0.32 0.00 0.05 0.00 0.00 99.63 15:49:23 15:48:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:49:23 15:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:49:23 15:49:02 all 2.93 0.00 1.71 2.03 0.01 93.32 15:49:23 15:49:02 0 2.46 0.00 1.73 0.79 0.00 95.02 15:49:23 15:49:02 1 3.49 0.00 2.03 1.88 0.00 92.60 15:49:23 15:49:02 2 2.47 0.00 1.44 1.32 0.02 94.75 15:49:23 15:49:02 3 3.31 0.00 1.64 4.13 0.02 90.89 15:49:23 Average: all 13.94 0.00 6.44 5.93 0.03 73.66 15:49:23 Average: 0 13.48 0.00 6.58 5.46 0.02 74.46 15:49:23 Average: 1 13.91 0.00 6.26 5.95 0.03 73.85 15:49:23 Average: 2 13.99 0.00 6.33 6.12 0.03 73.53 15:49:23 Average: 3 14.39 0.00 6.59 6.21 0.02 72.78 15:49:23 15:49:23 15:49:23