Pull request #3036 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 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 15391329d373bd87f5499df3483d76a556bbe7ce Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-20378 in /w/workspace/edgexfoundry_edgex-go_PR-3036 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3036/head:refs/remotes/origin/PR-3036 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 15391329d373bd87f5499df3483d76a556bbe7ce > git config core.sparsecheckout # timeout=10 > git checkout -f 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 Merge succeeded, producing 15391329d373bd87f5499df3483d76a556bbe7ce Checking out Revision 15391329d373bd87f5499df3483d76a556bbe7ce (PR-3036) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 Commit message: "refactor(meta): Remove all the Batch, DeleteByID, GetById API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:49:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:49:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:49:42 ========================================================= 02:49:42 EdgeX Global Pipelines Version Info 02:49:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:49:45 ------------------- 02:49:45 stable info: 02:49:45 ------------------- 02:49:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:49:45 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 02:49:45 Message: update stable to v1.0.177 02:49:46 ------------------- 02:49:46 experimental info: 02:49:46 ------------------- 02:49:46 Commited By: **** collab-it+edgex@linuxfoundation.org 02:49:46 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 02:49:46 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:49:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:49:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:49:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:49:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3036 [Pipeline] echo 02:49:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3036 [Pipeline] echo 02:49:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3036 [Pipeline] echo 02:49:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15391329d373bd87f5499df3483d76a556bbe7ce [Pipeline] echo 02:49:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1539132 [Pipeline] echo 02:49:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:49:49 provisioning config files... 02:49:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4243200604498447213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:49:49 ---> docker-login.sh 02:49:49 nexus3.edgexfoundry.org:10001 02:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:50 Configure a credential helper to remove this warning. See 02:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:50 02:49:50 Login Succeeded 02:49:50 nexus3.edgexfoundry.org:10002 02:49:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:51 Configure a credential helper to remove this warning. See 02:49:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:51 02:49:51 Login Succeeded 02:49:51 nexus3.edgexfoundry.org:10003 02:49:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:51 Configure a credential helper to remove this warning. See 02:49:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:51 02:49:51 Login Succeeded 02:49:51 nexus3.edgexfoundry.org:10004 02:49:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:51 Configure a credential helper to remove this warning. See 02:49:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:51 02:49:51 Login Succeeded 02:49:51 docker.io 02:49:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:52 Configure a credential helper to remove this warning. See 02:49:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:52 02:49:52 Login Succeeded 02:49:52 ---> docker-login.sh ends [Pipeline] } 02:49:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:49:53 ++ 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 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ cut -d/ -f2 02:49:53 ++ dirname cmd/core-command/Dockerfile 02:49:53 + echo core-command,cmd/core-command/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ cut -d/ -f2 02:49:53 ++ dirname cmd/core-data/Dockerfile 02:49:53 + echo core-data,cmd/core-data/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ cut -d/ -f2 02:49:53 ++ dirname cmd/core-metadata/Dockerfile 02:49:53 + echo core-metadata,cmd/core-metadata/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ dirname cmd/security-bootstrap-redis/Dockerfile 02:49:53 ++ cut -d/ -f2 02:49:53 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ dirname cmd/security-proxy-setup/Dockerfile 02:49:53 ++ cut -d/ -f2 02:49:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:49:53 ++ cut -d/ -f2 02:49:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ cut -d/ -f2 02:49:53 ++ dirname cmd/support-notifications/Dockerfile 02:49:53 + echo support-notifications,cmd/support-notifications/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ dirname cmd/support-scheduler/Dockerfile 02:49:53 ++ cut -d/ -f2 02:49:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:49:53 + for file in '`ls cmd/**/Dockerfile`' 02:49:53 ++ cut -d/ -f2 02:49:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:49:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:49:53 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 02:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:54 02:49:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:49:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:55 latest: Pulling from edgex-devops/git-semver 02:49:55 31603596830f: Pulling fs layer 02:49:55 2a8b12db71e7: Pulling fs layer 02:49:55 6ca5941a6612: Pulling fs layer 02:49:55 ecc8261a40a4: Pulling fs layer 02:49:55 ecc8261a40a4: Waiting 02:49:55 2a8b12db71e7: Verifying Checksum 02:49:55 2a8b12db71e7: Download complete 02:49:55 31603596830f: Verifying Checksum 02:49:55 31603596830f: Download complete 02:49:56 ecc8261a40a4: Verifying Checksum 02:49:56 ecc8261a40a4: Download complete 02:49:56 6ca5941a6612: Verifying Checksum 02:49:56 6ca5941a6612: Download complete 02:49:56 31603596830f: Pull complete 02:49:56 2a8b12db71e7: Pull complete 02:49:58 6ca5941a6612: Pull complete 02:49:59 ecc8261a40a4: Pull complete 02:49:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:49:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:49:59 prd-centos7-docker-4c-2g-20378 does not seem to be running inside a container 02:49:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:50:02 $ docker top 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:50:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:50:02 [ssh-agent] Looking for ssh-agent implementation... 02:50:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:50:03 $ docker exec 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 ssh-agent 02:50:03 SSH_AUTH_SOCK=/tmp/ssh-3t3NNztluftW/agent.12 02:50:03 SSH_AGENT_PID=17 02:50:03 Running ssh-add (command line suppressed) 02:50:03 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5995243857330546114.key (/w/workspace/edgex-go/3@tmp/private_key_5995243857330546114.key) 02:50:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:50:04 + git tag --points-at HEAD [Pipeline] } 02:50:04 $ docker exec --env ******** --env ******** 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 ssh-agent -k 02:50:04 unset SSH_AUTH_SOCK; 02:50:04 unset SSH_AGENT_PID; 02:50:04 echo Agent pid 17 killed; 02:50:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:50:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:50:05 [ssh-agent] Looking for ssh-agent implementation... 02:50:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:50:05 $ docker exec 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 ssh-agent 02:50:05 SSH_AUTH_SOCK=/tmp/ssh-t88VPOG7uf0K/agent.46 02:50:05 SSH_AGENT_PID=51 02:50:05 Running ssh-add (command line suppressed) 02:50:06 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1988480601847142060.key (/w/workspace/edgex-go/3@tmp/private_key_1988480601847142060.key) 02:50:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:50:06 + git semver init 02:50:06 # -> Open(): unable to determine branch for HEAD 02:50:06 # $GIT_DIR = /w/workspace/edgex-go/3/.git 02:50:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 02:50:06 # $SEMVER_REMOTE_NAME = origin 02:50:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:50:06 # $SEMVER_USER_NAME = edgex-jenkins 02:50:06 # $SEMVER_BRANCH = PR-3036 02:50:06 # $SEMVER_TEMP = /tmp/semver-224515767 02:50:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:50:45 # '/tmp/semver-224515767' -> '/w/workspace/edgex-go/3/.semver' 02:50:45 # -> Force: false 02:50:45 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 02:50:46 $ docker exec --env ******** --env ******** 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 ssh-agent -k 02:50:46 unset SSH_AUTH_SOCK; 02:50:46 unset SSH_AGENT_PID; 02:50:46 echo Agent pid 51 killed; 02:50:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:50:47 + git semver [Pipeline] } 02:50:47 $ docker stop --time=1 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 02:50:49 $ docker rm -f 1670c2346f7e3501e8af9d2b594a26b17289698e91fcf4c1275a6f3e9aff2b80 [Pipeline] // withDockerContainer [Pipeline] sh 02:50:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:50:50 Stashed 1 file(s) [Pipeline] echo 02:50:50 [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 02:50:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:50:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:50:52 + sudo service docker restart 02:50:52 + true 02:50:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:50:53 ========================================================= 02:50:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:50:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:50:54 + 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 . 02:51:01 Sending build context to Docker daemon 326.5MB 02:51:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:51:01 Step 2/6 : FROM ${BASE} 02:51:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:51:01 188c0c94c7c5: Pulling fs layer 02:51:01 0ef7d3d256c8: Pulling fs layer 02:51:01 de9db76c5a1d: Pulling fs layer 02:51:01 bca2f99d35d6: Pulling fs layer 02:51:01 93359f2a8cfa: Pulling fs layer 02:51:01 7c6f9722023f: Pulling fs layer 02:51:01 a35cf1a2eb13: Pulling fs layer 02:51:01 bca2f99d35d6: Waiting 02:51:01 93359f2a8cfa: Waiting 02:51:01 7c6f9722023f: Waiting 02:51:01 a35cf1a2eb13: Waiting 02:51:01 de9db76c5a1d: Verifying Checksum 02:51:01 de9db76c5a1d: Download complete 02:51:01 0ef7d3d256c8: Download complete 02:51:01 93359f2a8cfa: Download complete 02:51:01 7c6f9722023f: Verifying Checksum 02:51:01 7c6f9722023f: Download complete 02:51:01 188c0c94c7c5: Verifying Checksum 02:51:01 188c0c94c7c5: Download complete 02:51:01 188c0c94c7c5: Pull complete 02:51:02 0ef7d3d256c8: Pull complete 02:51:02 de9db76c5a1d: Pull complete 02:51:06 Still waiting to schedule task 02:51:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:51:07 a35cf1a2eb13: Verifying Checksum 02:51:07 a35cf1a2eb13: Download complete 02:51:08 bca2f99d35d6: Verifying Checksum 02:51:08 bca2f99d35d6: Download complete 02:51:19 bca2f99d35d6: Pull complete 02:51:19 93359f2a8cfa: Pull complete 02:51:19 7c6f9722023f: Pull complete 02:51:25 a35cf1a2eb13: Pull complete 02:51:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:51:25 ---> a62c8e92a672 02:51:25 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:51:25 ---> Running in d011abfcd0b6 02:51:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:51:28 (1/12) Installing libmagic (5.38-r0) 02:51:28 (2/12) Installing file (5.38-r0) 02:51:28 (3/12) Installing libc-dev (0.7.2-r3) 02:51:28 (4/12) Installing g++ (9.3.0-r2) 02:51:33 (5/12) Installing fortify-headers (1.1-r0) 02:51:33 (6/12) Installing patch (2.7.6-r6) 02:51:33 (7/12) Installing build-base (0.5-r2) 02:51:33 (8/12) Installing libsodium (1.0.18-r0) 02:51:33 (9/12) Installing pkgconf (1.7.2-r0) 02:51:33 (10/12) Installing libsodium-dev (1.0.18-r0) 02:51:33 (11/12) Installing libzmq (4.3.3-r0) 02:51:33 (12/12) Installing zeromq-dev (4.3.3-r0) 02:51:33 Executing busybox-1.31.1-r19.trigger 02:51:33 OK: 233 MiB in 51 packages 02:51:36 Removing intermediate container d011abfcd0b6 02:51:36 ---> fee9dfbce03d 02:51:36 Step 4/6 : WORKDIR /edgex-go 02:51:36 ---> Running in 2720b64da308 02:51:37 Removing intermediate container 2720b64da308 02:51:37 ---> 34f00528c848 02:51:37 Step 5/6 : COPY go.mod . 02:51:37 ---> 4901dd169614 02:51:37 Step 6/6 : RUN go mod download 02:51:37 ---> Running in a70354b2771f 02:52:04 Removing intermediate container a70354b2771f 02:52:04 ---> b05d6b2ba945 02:52:04 Successfully built b05d6b2ba945 02:52:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:52:04 + docker inspect -f . ci-base-image-x86_64 02:52:04 . [Pipeline] withDockerContainer 02:52:05 prd-centos7-docker-4c-2g-20378 does not seem to be running inside a container 02:52:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:52:06 $ docker top 2355b8746f2b6b3c5b7c48838473209aa21b6805c5525b57b60356cdc527c406 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:07 + go version 02:52:07 go version go1.15.5 linux/amd64 [Pipeline] } 02:52:07 $ docker stop --time=1 2355b8746f2b6b3c5b7c48838473209aa21b6805c5525b57b60356cdc527c406 02:52:09 $ docker rm -f 2355b8746f2b6b3c5b7c48838473209aa21b6805c5525b57b60356cdc527c406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:10 + docker inspect -f . ci-base-image-x86_64 02:52:10 . [Pipeline] withDockerContainer 02:52:10 prd-centos7-docker-4c-2g-20378 does not seem to be running inside a container 02:52:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:52:11 $ docker top a9c2b92c9e5e3045dd53e4f85f239879c3e719d464b7d7a3f27aded3a6a6996e -eo pid,comm [Pipeline] { [Pipeline] echo 02:52:11 ========================================================= 02:52:11 [edgeXBuildGoParallel] Running Tests and Build... 02:52:11 ========================================================= [Pipeline] sh 02:52:12 + make test 02:52:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:52:27 ? github.com/edgexfoundry/edgex-go [no test files] 02:52:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:53:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:53:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:53:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:53:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:53:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:53:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:53:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:53:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:53:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:53:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 46.6% of statements 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:53:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:53:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.431s coverage: 27.0% of statements 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:53:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:53:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.151s coverage: 100.0% of statements 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:53:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.227s coverage: 67.9% of statements 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:53:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.569s coverage: 82.3% of statements 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:53:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:53:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20380 in /w/workspace/edgexfoundry_edgex-go_PR-3036 [Pipeline] { [Pipeline] ws 02:53:20 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 02:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.684s coverage: 28.6% of statements 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.123s coverage: 100.0% of statements 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.179s coverage: 86.7% of statements 02:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.246s coverage: 97.5% of statements 02:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 02:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:53:25 using credential edgex-jenkins-ssh 02:53:25 Cloning the remote Git repository 02:53:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:53:25 > git init /w/workspace/edgex-go/3 # timeout=10 02:53:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:53:25 > git --version # timeout=10 02:53:25 > git --version # 'git version 2.17.1' 02:53:25 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.779s coverage: 92.5% of statements 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.198s coverage: 75.5% of statements 02:53:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 02:53:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 02:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.194s coverage: 84.2% of statements 02:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 02:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.265s coverage: 63.5% of statements 02:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 02:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 02:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.133s coverage: 73.7% of statements 02:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 02:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.710s coverage: 68.9% of statements 02:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements 02:53:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:53:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.490s coverage: 84.0% of statements 02:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.1% of statements 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.213s coverage: 100.0% of statements 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:53:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.155s coverage: 100.0% of statements 02:53:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.063s coverage: 29.1% of statements 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.111s coverage: 99.0% of statements 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.168s coverage: 87.9% of statements 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:53:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 02:53:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 02:53:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.072s coverage: 100.0% of statements 02:53:43 GO111MODULE=on go vet ./... 02:54:30 gofmt -l . 02:54:30 [ "`gofmt -l .`" = "" ] 02:54:30 ./bin/test-go-mod-tidy.sh 02:54:30 ./bin/test-attribution-txt.sh [Pipeline] sh 02:54:31 + ls -al . 02:54:31 total 652 02:54:31 drwxrwxr-x 10 1001 1001 4096 Jan 15 02:54 . 02:54:31 drwxr-xr-x 4 root root 28 Jan 15 02:52 .. 02:54:31 -rw-rw-r-- 1 1001 1001 11 Jan 15 02:49 .dockerignore 02:54:31 drwxrwxr-x 8 1001 1001 179 Jan 15 02:49 .git 02:54:31 drwxrwxr-x 3 1001 1001 125 Jan 15 02:49 .github 02:54:31 -rw-rw-r-- 1 1001 1001 824 Jan 15 02:49 .gitignore 02:54:31 drwx------ 3 1001 1001 47 Jan 15 02:50 .semver 02:54:31 -rw-rw-r-- 1 1001 1001 166 Jan 15 02:49 .sonarcloud.properties 02:54:31 -rw-rw-r-- 1 1001 1001 7741 Jan 15 02:49 Attribution.txt 02:54:31 -rw-rw-r-- 1 1001 1001 3804 Jan 15 02:49 CONTRIBUTING.md 02:54:31 -rw-rw-r-- 1 1001 1001 931 Jan 15 02:49 Dockerfile.build 02:54:31 -rw-rw-r-- 1 1001 1001 863 Jan 15 02:49 Jenkinsfile 02:54:31 -rw-rw-r-- 1 1001 1001 10775 Jan 15 02:49 LICENSE 02:54:31 -rw-rw-r-- 1 1001 1001 5750 Jan 15 02:49 Makefile 02:54:31 -rw-rw-r-- 1 1001 1001 6524 Jan 15 02:49 README.md 02:54:31 -rw-rw-r-- 1 1001 1001 6744 Jan 15 02:49 SECURITY.md 02:54:31 -rw-rw-r-- 1 1001 1001 5 Jan 15 02:50 VERSION 02:54:31 -rw-rw-r-- 1 1001 1001 4131 Jan 15 02:49 ZMQWindows.md 02:54:31 drwxrwxr-x 2 1001 1001 117 Jan 15 02:49 bin 02:54:31 drwxrwxr-x 14 1001 1001 4096 Jan 15 02:49 cmd 02:54:31 -rw-r--r-- 1 root root 548425 Jan 15 02:53 coverage.out 02:54:31 -rw-r--r-- 1 root root 979 Jan 15 02:54 go.mod 02:54:31 -rw-r--r-- 1 root root 19036 Jan 15 02:54 go.sum 02:54:31 drwxrwxr-x 8 1001 1001 127 Jan 15 02:49 internal 02:54:31 drwxrwxr-x 4 1001 1001 26 Jan 15 02:49 openapi 02:54:31 drwxrwxr-x 4 1001 1001 71 Jan 15 02:49 snap 02:54:31 -rw-rw-r-- 1 1001 1001 168 Jan 15 02:49 version.go [Pipeline] sh 02:54:31 + '[' -e coverage.out ] 02:54:31 + chown 1001:1001 coverage.out [Pipeline] stash 02:54:32 Stashed 1 file(s) [Pipeline] sh 02:54:32 + make build 02:54:32 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 02:54:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:54:54 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 02:54:56 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 02:54:59 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 02:55: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 02:55: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 02:55:07 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 02:55:09 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 02:55:11 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 02:55:13 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 02:55: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] } 02:55:17 $ docker stop --time=1 a9c2b92c9e5e3045dd53e4f85f239879c3e719d464b7d7a3f27aded3a6a6996e 02:55:19 $ docker rm -f a9c2b92c9e5e3045dd53e4f85f239879c3e719d464b7d7a3f27aded3a6a6996e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:55:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:23 02:55:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:55:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:24 latest: Pulling from edgex-devops/edgex-compose 02:55:24 cbdbe7a5bc2a: Pulling fs layer 02:55:24 ca9280d653b3: Pulling fs layer 02:55:24 7e9c9ca2126c: Pulling fs layer 02:55:24 cbdbe7a5bc2a: Download complete 02:55:25 cbdbe7a5bc2a: Pull complete 02:55:26 ca9280d653b3: Download complete 02:55:28 ca9280d653b3: Pull complete 02:55:29 7e9c9ca2126c: Download complete 02:55:39 7e9c9ca2126c: Pull complete 02:55:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:55:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:55:40 prd-centos7-docker-4c-2g-20378 does not seem to be running inside a container 02:55:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:55:41 $ docker top 60406ddf5ab2dbe79c25a052a4469754762d0cf943754287ab33902edc55df95 -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:42 + grep parallel 02:55:42 + docker-compose build --help 02:55:44 --parallel Build images in parallel. [Pipeline] } 02:55:44 $ docker stop --time=1 60406ddf5ab2dbe79c25a052a4469754762d0cf943754287ab33902edc55df95 02:55:46 $ docker rm -f 60406ddf5ab2dbe79c25a052a4469754762d0cf943754287ab33902edc55df95 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:55:47 . [Pipeline] withDockerContainer 02:55:47 prd-centos7-docker-4c-2g-20378 does not seem to be running inside a container 02:55: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:55:48 $ docker top 2db376cdf5188ed69e2604b7b68ed2211ee2c8dec406c3e414c5a29dd568e23d -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:49 + docker-compose -f ./docker-compose-build.yml build --parallel 02:55:51 Building docker-core-command-go ... 02:55:51 Building docker-core-data-go ... 02:55:51 Building docker-core-metadata-go ... 02:55:51 Building docker-security-bootstrap-redis-go ... 02:55:51 Building docker-security-proxy-setup-go ... 02:55:51 Building docker-security-secretstore-setup-go ... 02:55:51 Building docker-support-notifications-go ... 02:55:51 Building docker-support-scheduler-go ... 02:55:51 Building docker-sys-mgmt-agent-go ... 02:55:51 Building docker-core-data-go 02:55:51 Building docker-security-bootstrap-redis-go 02:55:51 Building docker-security-secretstore-setup-go 02:55:51 Building docker-security-proxy-setup-go 02:55:51 Building docker-sys-mgmt-agent-go 02:56:07 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 15391329d373bd87f5499df3483d76a556bbe7ce 02:56:08 Merge succeeded, producing 15391329d373bd87f5499df3483d76a556bbe7ce 02:56:08 Checking out Revision 15391329d373bd87f5499df3483d76a556bbe7ce (PR-3036) 02:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:56:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:56:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:56:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:56:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3036/head:refs/remotes/origin/PR-3036 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:56:07 > git config core.sparsecheckout # timeout=10 02:56:07 > git checkout -f 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 02:56:08 > git remote # timeout=10 02:56:08 > git config --get remote.origin.url # timeout=10 02:56:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:56:08 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 02:56:08 > git rev-parse HEAD^{commit} # timeout=10 02:56:08 > git config core.sparsecheckout # timeout=10 02:56:08 > git checkout -f 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 02:56:12 Commit message: "refactor(meta): Remove all the Batch, DeleteByID, GetById API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:56:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:56:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:56:14 + sudo service docker restart+ 02:56:14 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:56:16 provisioning config files... 02:56:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config768049641700250853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:56:17 ---> docker-login.sh 02:56:17 nexus3.edgexfoundry.org:10001 02:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:18 Configure a credential helper to remove this warning. See 02:56:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:18 02:56:18 Login Succeeded 02:56:18 nexus3.edgexfoundry.org:10002 02:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:19 Configure a credential helper to remove this warning. See 02:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:19 02:56:19 Login Succeeded 02:56:19 nexus3.edgexfoundry.org:10003 02:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:19 Configure a credential helper to remove this warning. See 02:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:19 02:56:19 Login Succeeded 02:56:19 nexus3.edgexfoundry.org:10004 02:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:20 Configure a credential helper to remove this warning. See 02:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:20 02:56:20 Login Succeeded 02:56:20 docker.io 02:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:20 Configure a credential helper to remove this warning. See 02:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:20 02:56:20 Login Succeeded 02:56:20 ---> docker-login.sh ends [Pipeline] } 02:56:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:56:21 ========================================================= 02:56:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:56:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:56: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 . 02:56:24 Sending build context to Docker daemon 165.5MB 02:56:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:56:24 Step 2/6 : FROM ${BASE} 02:56:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:56:24 5f621e34cdf4: Pulling fs layer 02:56:24 a4357932f1b6: Pulling fs layer 02:56:24 18c013af1878: Pulling fs layer 02:56:24 00ac8860ef70: Pulling fs layer 02:56:24 63d7cb157983: Pulling fs layer 02:56:24 b116817d02f9: Pulling fs layer 02:56:24 745a02a5169b: Pulling fs layer 02:56:24 00ac8860ef70: Waiting 02:56:24 63d7cb157983: Waiting 02:56:24 b116817d02f9: Waiting 02:56:24 745a02a5169b: Waiting 02:56:24 18c013af1878: Verifying Checksum 02:56:24 18c013af1878: Download complete 02:56:24 a4357932f1b6: Verifying Checksum 02:56:24 a4357932f1b6: Download complete 02:56:24 63d7cb157983: Verifying Checksum 02:56:24 63d7cb157983: Download complete 02:56:24 5f621e34cdf4: Verifying Checksum 02:56:24 5f621e34cdf4: Download complete 02:56:24 b116817d02f9: Verifying Checksum 02:56:24 b116817d02f9: Download complete 02:56:24 5f621e34cdf4: Pull complete 02:56:25 a4357932f1b6: Pull complete 02:56:25 18c013af1878: Pull complete 02:56:26 745a02a5169b: Verifying Checksum 02:56:26 745a02a5169b: Download complete 02:56:27 00ac8860ef70: Verifying Checksum 02:56:27 00ac8860ef70: Download complete 02:56:37 00ac8860ef70: Pull complete 02:56:37 63d7cb157983: Pull complete 02:56:38 b116817d02f9: Pull complete 02:56:42 745a02a5169b: Pull complete 02:56:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:56:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:56:42 ---> b7e6874047d6 02:56: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 02:56:45 ---> Running in 3120eed1b9e8 02:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:47 (1/12) Installing libmagic (5.38-r0) 02:56:48 (2/12) Installing file (5.38-r0) 02:56:48 (3/12) Installing libc-dev (0.7.2-r3) 02:56:48 (4/12) Installing g++ (9.3.0-r2) 02:56:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:56:48 ---> b05d6b2ba945 02:56:48 Step 3/21 : WORKDIR /edgex-go 02:56:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:56:48 ---> b05d6b2ba945 02:56:48 Step 3/23 : WORKDIR /edgex-go 02:56:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:56:48 ---> b05d6b2ba945 02:56:48 Step 3/26 : WORKDIR /edgex-go 02:56:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:56:48 ---> b05d6b2ba945 02:56:48 Step 3/22 : WORKDIR /edgex-go 02:56:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:56:48 ---> b05d6b2ba945 02:56:48 Step 3/24 : WORKDIR /edgex-go 02:56:48 ---> Running in 1002f95be0e2 02:56:48 ---> Running in d1eeffa8585f 02:56:48 ---> Running in 565deb2c095c 02:56:48 ---> Running in 74c32052c5ee 02:56:48 ---> Running in fc9aaf944e8a 02:56:48 Removing intermediate container 74c32052c5ee 02:56:48 ---> aa7c83b7c3dd 02:56:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:48 Removing intermediate container fc9aaf944e8a 02:56:48 ---> 6e95cafd7eb8 02:56:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:48 Removing intermediate container d1eeffa8585f 02:56:48 ---> dd5e0a5ae87c 02:56:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:48 Removing intermediate container 565deb2c095c 02:56:48 ---> cfbbed85b246 02:56:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:48 Removing intermediate container 1002f95be0e2 02:56:48 ---> 6e9650f02e7d 02:56:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:48 ---> Running in baa01f1f9a91 02:56:48 ---> Running in b57375c19b09 02:56:48 ---> Running in ee3b6f420c4d 02:56:48 ---> Running in 2e2958be3d65 02:56:48 ---> Running in a9a4989c9e92 02:56:48 Removing intermediate container baa01f1f9a91 02:56:48 ---> d8ef1ccb8b93 02:56:48 Step 5/22 : RUN apk add --update --no-cache make git 02:56:49 ---> Running in 5ac6bd6835d5 02:56:49 Removing intermediate container b57375c19b09 02:56:49 ---> 1c5ae957cd22 02:56:49 Step 5/24 : RUN apk add --update --no-cache make git 02:56:49 Removing intermediate container 2e2958be3d65 02:56:49 ---> 132042ed23b5 02:56:49 Step 5/26 : RUN apk add --update --no-cache make bash git 02:56:49 ---> Running in 19813dabc301 02:56:49 ---> Running in 91864f414972 02:56:49 Removing intermediate container a9a4989c9e92 02:56:49 ---> 151ee7f5f7c7 02:56:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:56:49 Removing intermediate container ee3b6f420c4d 02:56:49 ---> d68e62ca7d56 02:56:49 Step 5/21 : RUN apk add --update --no-cache make git 02:56:49 ---> Running in 02a7792d6dc4 02:56:49 ---> Running in b2fbf364d21e 02:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:51 OK: 233 MiB in 51 packages 02:56:51 OK: 233 MiB in 51 packages 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:56:52 OK: 233 MiB in 51 packages 02:56:52 Removing intermediate container 19813dabc301 02:56:52 ---> 4f550c2694e4 02:56:52 Step 6/24 : COPY go.mod . 02:56:52 Removing intermediate container 5ac6bd6835d5 02:56:52 ---> 8dddc287a0e5 02:56:52 Step 6/22 : COPY go.mod . 02:56:52 OK: 233 MiB in 51 packages 02:56:53 OK: 233 MiB in 51 packages 02:56:53 (5/12) Installing fortify-headers (1.1-r0) 02:56:53 (6/12) Installing patch (2.7.6-r6) 02:56:53 (7/12) Installing build-base (0.5-r2) 02:56:53 (8/12) Installing libsodium (1.0.18-r0) 02:56:53 (9/12) Installing pkgconf (1.7.2-r0) 02:56:53 (10/12) Installing libsodium-dev (1.0.18-r0) 02:56:53 (11/12) Installing libzmq (4.3.3-r0) 02:56:53 (12/12) Installing zeromq-dev (4.3.3-r0) 02:56:53 Executing busybox-1.31.1-r19.trigger 02:56:53 OK: 217 MiB in 51 packages 02:56:53 Removing intermediate container b2fbf364d21e 02:56:53 ---> 309e00cf8f11 02:56:53 Step 6/21 : COPY go.mod . 02:56:53 ---> e7318440d0d4 02:56:53 Step 7/22 : RUN go mod download 02:56:53 ---> e54d37fe29f6 02:56:53 Step 7/24 : RUN go mod download 02:56:53 ---> Running in b0763bdcddd4 02:56:54 ---> Running in 78ea50cb4409 02:56:54 ---> b20332bc3ee7 02:56:54 Step 7/21 : RUN go mod download 02:56:54 Removing intermediate container 02a7792d6dc4 02:56:54 ---> 88352c6da0e0 02:56:54 Step 6/23 : COPY go.mod . 02:56:55 Removing intermediate container 91864f414972 02:56:55 ---> 53410c33313a 02:56:55 Step 6/26 : COPY go.mod . 02:56:55 ---> Running in 9d10085d24d5 02:56:56 ---> 65ae6977d287 02:56:56 Step 7/23 : RUN go mod download 02:56:56 ---> Running in ee952205585e 02:56:56 ---> 3901938b0c21 02:56:56 Step 7/26 : RUN go mod download 02:56:56 ---> Running in c52e90c9e360 02:56:58 Removing intermediate container 3120eed1b9e8 02:56:58 ---> 6355352e0ced 02:56:58 Step 4/6 : WORKDIR /edgex-go 02:56:58 ---> Running in 35cebd04b986 02:56:58 Removing intermediate container 35cebd04b986 02:56:58 ---> 6d4326c5bc70 02:56:58 Step 5/6 : COPY go.mod . 02:56:58 ---> d98c3ae48619 02:56:58 Step 6/6 : RUN go mod download 02:56:59 ---> Running in c248f4ade712 02:56:59 Removing intermediate container 78ea50cb4409 02:56:59 ---> 98b3fffc6a17 02:56:59 Step 8/24 : COPY . . 02:56:59 Removing intermediate container b0763bdcddd4 02:56:59 ---> c675589f7096 02:56:59 Step 8/22 : COPY . . 02:56:59 Removing intermediate container 9d10085d24d5 02:56:59 ---> efe93fa98660 02:56:59 Step 8/21 : COPY . . 02:56:59 Removing intermediate container c52e90c9e360 02:56:59 ---> a4a6b7aa93dc 02:56:59 Step 8/26 : COPY . . 02:57:00 Removing intermediate container ee952205585e 02:57:00 ---> 8dbd9c3cde98 02:57:00 Step 8/23 : COPY . . 02:57:25 Removing intermediate container c248f4ade712 02:57:25 ---> e1c6c6efc8cf 02:57:25 Successfully built e1c6c6efc8cf 02:57:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:57:26 + docker inspect -f . ci-base-image-arm64 02:57:26 . [Pipeline] withDockerContainer 02:57:26 prd-ubuntu18.04-docker-arm64-4c-16g-20380 does not seem to be running inside a container 02:57:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:57:28 $ docker top 51671074e8c03850482a05c55d2a1f836ca4309c2df1eceee1e50cd274b04f1f -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:29 + go version 02:57:29 go version go1.15.5 linux/arm64 [Pipeline] } 02:57:29 $ docker stop --time=1 51671074e8c03850482a05c55d2a1f836ca4309c2df1eceee1e50cd274b04f1f 02:57:31 $ docker rm -f 51671074e8c03850482a05c55d2a1f836ca4309c2df1eceee1e50cd274b04f1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:57:32 + docker inspect -f . ci-base-image-arm64 02:57:32 . [Pipeline] withDockerContainer 02:57:32 prd-ubuntu18.04-docker-arm64-4c-16g-20380 does not seem to be running inside a container 02:57: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:57:33 $ docker top 1d31bc909c281e33b6b003a9f0f4289a95b51bfbf3e69557179979d45898c62f -eo pid,comm [Pipeline] { [Pipeline] echo 02:57:34 ========================================================= 02:57:34 [edgeXBuildGoParallel] Running Tests and Build... 02:57:34 ========================================================= [Pipeline] sh 02:57:34 + make test 02:57:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:57:47 ---> 5740322beed8 02:57:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:57:47 ---> d249ee1cb108 02:57:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:57:47 ---> Running in 9a0f0e321f66 02:57:47 ---> Running in eca77a8c7c6c 02:57:47 ---> a46ac951972e 02:57:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:57:48 ---> 1d989a0c32d8 02:57:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:57:48 ---> 00f7267d3638 02:57:48 Step 9/23 : RUN make cmd/core-data/core-data 02:57:48 ---> Running in 3a55e38ccf53 02:57:48 ---> Running in 0e69cbc3f429 02:57:48 ---> Running in deec120b74fa 02:57:50 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 02:57:50 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 02:57:50 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 02:57:50 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 02:57:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:57:57 ? github.com/edgexfoundry/edgex-go [no test files] 02:58:38 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 02:58:38 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 02:58:38 Removing intermediate container 3a55e38ccf53 02:58:38 ---> eadc34e43fe0 02:58:38 02:58:38 Step 10/22 : FROM alpine:3.12 02:58:38 3.12: Pulling from library/alpine 02:58:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:58:40 Status: Downloaded newer image for alpine:3.12 02:58:40 ---> 389fef711851 02:58:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:58:40 Removing intermediate container 9a0f0e321f66 02:58:40 ---> f4070f1c7260 02:58:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:58:40 ---> Running in e5bf8c6c2f07 02:58:40 ---> Running in a102bbd76752 02:58:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:58:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:58:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:58:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:58:44 (1/5) Installing ca-certificates (20191127-r4) 02:58:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:58:44 (3/5) Installing libcurl (7.69.1-r3) 02:58:44 (4/5) Installing curl (7.69.1-r3) 02:58:44 (5/5) Installing dumb-init (1.2.2-r1) 02:58:44 Executing busybox-1.31.1-r19.trigger 02:58:44 Executing ca-certificates-20191127-r4.trigger 02:58:44 OK: 7 MiB in 19 packages 02:58:46 Removing intermediate container eca77a8c7c6c 02:58:46 ---> 2828ddcf5b1e 02:58:46 02:58:46 Step 10/24 : FROM alpine:3.12 02:58:46 ---> 389fef711851 02:58:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:58:46 Removing intermediate container 0e69cbc3f429 02:58:46 ---> 8cbe85b50d77 02:58:46 02:58:46 Step 10/21 : FROM alpine:3.12 02:58:46 ---> 389fef711851 02:58:46 Step 11/21 : RUN apk add --update --no-cache curl 02:58:46 ---> Running in 7e86b4ae1dde 02:58:47 ---> Running in c7b81ca95f36 02:58:48 Removing intermediate container e5bf8c6c2f07 02:58:48 ---> b408557fcb6a 02:58:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:58:48 Removing intermediate container a102bbd76752 02:58:48 ---> 08ca7b95166c 02:58:48 02:58:48 Step 11/26 : FROM docker:20.10.0 02:58:49 ---> Running in 079f74a13bef 02:58:49 20.10.0: Pulling from library/docker 02:58:49 Removing intermediate container deec120b74fa 02:58:49 ---> a940e3a8d000 02:58:49 02:58:49 Step 10/23 : FROM alpine:3.12 02:58:49 ---> 389fef711851 02:58:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:58:49 ---> Running in 4e106b104c2d 02:58:49 Removing intermediate container 079f74a13bef 02:58:49 ---> 0746d49e40cd 02:58:49 Step 13/22 : WORKDIR / 02:58:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:58:49 ---> Running in 087eb2197fef 02:58:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:58:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:58:49 Removing intermediate container 4e106b104c2d 02:58:49 ---> cc7144951fa4 02:58:49 Step 12/23 : ENV APP_PORT=48080 02:58:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:58:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:58:49 (1/4) Installing ca-certificates (20191127-r4) 02:58:49 ---> Running in 568f39a1f851 02:58:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:58:50 (3/4) Installing libcurl (7.69.1-r3) 02:58:50 (1/5) Installing ca-certificates (20191127-r4) 02:58:50 (4/4) Installing curl (7.69.1-r3) 02:58:50 Executing busybox-1.31.1-r19.trigger 02:58:50 Executing ca-certificates-20191127-r4.trigger 02:58:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:58:50 (3/5) Installing libcurl (7.69.1-r3) 02:58:50 OK: 7 MiB in 18 packages 02:58:50 (4/5) Installing curl (7.69.1-r3) 02:58:50 (5/5) Installing dumb-init (1.2.2-r1) 02:58:50 Executing busybox-1.31.1-r19.trigger 02:58:50 Removing intermediate container 087eb2197fef 02:58:50 ---> 76591308432f 02:58:50 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:58:50 Executing ca-certificates-20191127-r4.trigger 02:58:50 OK: 7 MiB in 19 packages 02:58:51 Removing intermediate container 568f39a1f851 02:58:51 ---> 4190223fd7ae 02:58:51 Step 13/23 : EXPOSE $APP_PORT 02:58:52 ---> Running in e9310c4d5934 02:58:52 ---> 90b1e9ee199e 02:58:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:58:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:58:52 Removing intermediate container e9310c4d5934 02:58:52 ---> b17d73938629 02:58:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:53 ---> Running in 611daa692714 02:58:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:58:53 Removing intermediate container 7e86b4ae1dde 02:58:53 ---> d4619433c42f 02:58:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:58:53 Removing intermediate container c7b81ca95f36 02:58:53 ---> a8b9b313b845 02:58:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:58:53 ---> Running in 914b3026abd7 02:58:53 ---> Running in c5bc506f2469 02:58:53 ---> eb8e8745e43f 02:58:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:58:54 Removing intermediate container 914b3026abd7 02:58:54 ---> 763c1adadf39 02:58:54 Step 13/21 : WORKDIR /edgex 02:58:54 Removing intermediate container c5bc506f2469 02:58:54 ---> 7a43dd90fc12 02:58:54 Step 13/24 : WORKDIR / 02:58:54 ---> Running in 7de0bcf1534d 02:58:54 ---> Running in 5c6625aee8bb 02:58:54 ---> 376bf44102e8 02:58:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:58:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:58:56 Removing intermediate container 7de0bcf1534d 02:58:56 ---> c371e6c1fbdb 02:58:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:58:56 Removing intermediate container 5c6625aee8bb 02:58:56 ---> f180ca61a990 02:58:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:58:56 ---> 15f19fe8e991 02:58:56 Step 18/22 : RUN chmod +x entrypoint.sh 02:58:56 Removing intermediate container 611daa692714 02:58:56 ---> d1daa73d173c 02:58:56 Step 15/23 : RUN apk add --update --no-cache zeromq 02:58:56 ---> Running in 3f746edd3276 02:58:56 ---> Running in b5bd80a197c0 02:58:56 ---> 0574edc48b1a 02:58:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:58:57 ---> 0799a5c8fe1a 02:58:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:58:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:58:58 ---> b5754e357bcf 02:58:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:58:58 ---> bb8c1b56c16f 02:58:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:58:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:58:59 ---> d9bcb07748d3 02:58:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:58:59 ---> ab0361cee1ca 02:58:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:58:59 Removing intermediate container 3f746edd3276 02:58:59 ---> 10dcbdad6108 02:58:59 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:58:59 ---> Running in 431f6b582855 02:58:59 (1/5) Installing libgcc (9.3.0-r2) 02:58:59 (2/5) Installing libsodium (1.0.18-r0) 02:59:00 ---> Running in 6ebd10c0a704 02:59:00 (3/5) Installing libstdc++ (9.3.0-r2) 02:59:00 ---> aca6ae64460d 02:59:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:59:00 Removing intermediate container 431f6b582855 02:59:00 ---> 5e09349baefc 02:59:00 Step 18/21 : CMD ["--init=true"] 02:59:00 Removing intermediate container 6ebd10c0a704 02:59:00 ---> e3a0b9669b48 02:59:00 Step 20/22 : LABEL arch=x86_64 02:59:00 (4/5) Installing libzmq (4.3.3-r0) 02:59:00 ---> Running in e416e2ff37f8 02:59:00 (5/5) Installing zeromq (4.3.3-r0) 02:59:00 ---> Running in b1bd1d7eb5df 02:59:00 Executing busybox-1.31.1-r19.trigger 02:59:01 OK: 8 MiB in 19 packages 02:59:01 Removing intermediate container e416e2ff37f8 02:59:01 ---> 41d1eba5767c 02:59:01 Step 19/21 : LABEL arch=x86_64 02:59:01 Removing intermediate container b1bd1d7eb5df 02:59:01 ---> eb807c6a3556 02:59:01 Step 21/22 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 02:59:01 ---> 5ad967e4bb17 02:59:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:59:01 ---> Running in fbaf49415b7d 02:59:01 ---> Running in 3ca06c187898 02:59:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:59:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:59:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:59:02 Removing intermediate container 3ca06c187898 02:59:02 ---> e133f4ced6e9 02:59:02 Step 20/21 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 02:59:02 Removing intermediate container fbaf49415b7d 02:59:02 ---> 5cd4a28b2f13 02:59:02 Step 22/22 : LABEL version=0.0.0 02:59:02 ---> 61796e6387f9 02:59:02 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/ 02:59:02 ---> Running in c958154b7235 02:59:02 ---> Running in d3d6552c351a 02:59:02 Removing intermediate container b5bd80a197c0 02:59:02 ---> 3604471b9ce7 02:59:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:59:02 ---> Running in eb99ee90ba28 02:59:03 Removing intermediate container c958154b7235 02:59:03 ---> 65287d9defb0 02:59:03 Step 21/21 : LABEL version=0.0.0 02:59:03 Removing intermediate container d3d6552c351a 02:59:03 ---> 53748de12644 02:59:03 02:59:03 ---> Running in f25a5b790d36 02:59:03 ---> c45724d7f19a 02:59:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:59:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:59:03 Status: Downloaded newer image for docker:20.10.0 02:59:03 ---> aefe523efa57 02:59:03 Step 12/26 : RUN apk add --no-cache bash 02:59:03 ---> Running in 028662541db2 02:59:04 Removing intermediate container f25a5b790d36 02:59:04 ---> d2fc9f1a947e 02:59:04 02:59:04 Successfully built 53748de12644 02:59:04 Successfully built d2fc9f1a947e 02:59:04 Successfully tagged docker-security-bootstrap-redis-go:latest 02:59:04 Building docker-support-scheduler-go 02:59:04  Building docker-security-bootstrap-redis-go ... done Successfully tagged docker-security-proxy-setup-go:latest 02:59:04 Building docker-support-notifications-go 02:59:05  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:05 ---> e47edcafb478 02:59:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:59:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:05 (1/2) Installing readline (8.0.4-r0) 02:59:05 (2/2) Installing bash (5.0.17-r0) 02:59:05 Executing bash-5.0.17-r0.post-install 02:59:05 Executing busybox-1.31.1-r19.trigger 02:59:05 OK: 12 MiB in 22 packages 02:59:06 Removing intermediate container eb99ee90ba28 02:59:06 ---> 3291cc9072ab 02:59:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:59:06 ---> Running in bbe9f94ae77b 02:59:06 ---> 146677c2166f 02:59:06 Step 19/23 : ENTRYPOINT ["/core-data"] 02:59:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements 02:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:59:09 ---> Running in 19c68746ee3b 02:59:09 Removing intermediate container bbe9f94ae77b 02:59:09 ---> 16c51e408e17 02:59:09 Step 22/24 : LABEL arch=x86_64 02:59:09 ---> Running in cb3e820fd3d6 02:59:10 Removing intermediate container 19c68746ee3b 02:59:10 ---> 2e782c32f3b8 02:59:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:59:10 Removing intermediate container 028662541db2 02:59:10 ---> da31a7451aed 02:59:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:59:11 Removing intermediate container cb3e820fd3d6 02:59:11 ---> 2945d7f0c7f8 02:59:11 Step 23/24 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 02:59:11 ---> Running in 218694540e5f 02:59:12 ---> Running in 75682b5771f6 02:59:12 ---> Running in 1070fb09aa19 02:59:12 Removing intermediate container 218694540e5f 02:59:12 ---> 53fa4e65ca97 02:59:12 Step 21/23 : LABEL arch=x86_64 02:59:12 ---> Running in 6e2852e2ce38 02:59:13 Removing intermediate container 75682b5771f6 02:59:13 ---> 0c1d6055011e 02:59:13 Step 14/26 : ENV APP_PORT=48090 02:59:14 Removing intermediate container 1070fb09aa19 02:59:14 ---> 6fb6d4fc9f9b 02:59:14 Step 24/24 : LABEL version=0.0.0 02:59:14 ---> Running in d4e0b216c81d 02:59:14 Removing intermediate container 6e2852e2ce38 02:59:14 ---> 312dd3029d61 02:59:14 Step 22/23 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 02:59:14 ---> Running in 6a9b4ca64e66 02:59:14 ---> Running in 21a75e124257 02:59:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.0% of statements 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:59:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:59:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:59:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 67.9% of statements 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:59:15 Removing intermediate container 6a9b4ca64e66 02:59:15 ---> 33fec9e20305 02:59:15 02:59:15 Removing intermediate container d4e0b216c81d 02:59:15 ---> b59255370a7c 02:59:15 Step 15/26 : EXPOSE $APP_PORT 02:59:15 Removing intermediate container 21a75e124257 02:59:15 ---> 4165ff695c39 02:59:15 Step 23/23 : LABEL version=0.0.0 02:59:15 ---> Running in 7e2cf2d6ff83 02:59:15 ---> Running in f8d919914e8c 02:59:15 Successfully built 33fec9e20305 02:59:15 Successfully tagged docker-security-secretstore-setup-go:latest 02:59:15  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 02:59:15 Removing intermediate container 7e2cf2d6ff83 02:59:15 ---> 953c9c65ea26 02:59:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:59:15 Removing intermediate container f8d919914e8c 02:59:15 ---> 94941c9b0a02 02:59:15 02:59:16 Successfully built 94941c9b0a02 02:59:16 Successfully tagged docker-core-data-go:latest 02:59:16  Building docker-core-data-go ... done Building docker-core-command-go 02:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.653s coverage: 82.3% of statements 02:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:59:16 ---> d70222ab6bf6 02:59:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:59:19 ---> 90ebfcb4ed0a 02:59:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:59:20 ---> 4dd2af516783 02:59:20 Step 19/26 : RUN apk --no-cache add py3-pip 02:59:20 ---> Running in 35b74820d77c 02:59:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:23 (1/33) Installing libbz2 (1.0.8-r1) 02:59:23 (2/33) Installing expat (2.2.9-r1) 02:59:23 (3/33) Installing libffi (3.3-r2) 02:59:23 (4/33) Installing gdbm (1.13-r1) 02:59:23 (5/33) Installing xz-libs (5.2.5-r0) 02:59:23 (6/33) Installing sqlite-libs (3.32.1-r0) 02:59:23 (7/33) Installing python3 (3.8.5-r0) 02:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.114s coverage: 28.6% of statements 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.379s coverage: 86.7% of statements 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.308s coverage: 97.5% of statements 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:59:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:59:30 (8/33) Installing py3-appdirs (1.4.4-r1) 02:59:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:59:30 (10/33) Installing py3-parsing (2.4.7-r0) 02:59:30 (11/33) Installing py3-six (1.15.0-r0) 02:59:30 (12/33) Installing py3-packaging (20.4-r0) 02:59:30 (13/33) Installing py3-setuptools (47.0.0-r0) 02:59:30 (14/33) Installing py3-chardet (3.0.4-r4) 02:59:30 (15/33) Installing py3-idna (2.9-r0) 02:59:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:59:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:59:30 (18/33) Installing py3-requests (2.23.0-r0) 02:59:30 (19/33) Installing py3-msgpack (1.0.0-r0) 02:59:30 (20/33) Installing py3-lockfile (0.12.2-r3) 02:59:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:59:30 (22/33) Installing py3-colorama (0.4.3-r0) 02:59:30 (23/33) Installing py3-distlib (0.3.0-r0) 02:59:30 (24/33) Installing py3-distro (1.5.0-r1) 02:59:31 (25/33) Installing py3-webencodings (0.5.1-r3) 02:59:31 (26/33) Installing py3-html5lib (1.0.1-r4) 02:59:31 (27/33) Installing py3-pytoml (0.1.21-r0) 02:59:31 (28/33) Installing py3-pep517 (0.8.2-r0) 02:59:31 (29/33) Installing py3-progress (1.5-r0) 02:59:31 (30/33) Installing py3-toml (0.10.1-r0) 02:59:31 (31/33) Installing py3-retrying (1.3.3-r0) 02:59:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:59:31 (33/33) Installing py3-pip (20.1.1-r0) 02:59:31 Executing busybox-1.31.1-r19.trigger 02:59:31 OK: 71 MiB in 55 packages 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.020s coverage: 92.5% of statements 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.1% of statements 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.117s coverage: 75.5% of statements 02:59:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.145s coverage: 87.2% of statements 02:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.255s coverage: 84.2% of statements 02:59:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.197s coverage: 91.4% of statements 02:59:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:59:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:59:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:59:37 ---> b05d6b2ba945 02:59:37 Step 3/21 : WORKDIR /edgex-go 02:59:37 ---> Using cache 02:59:37 ---> cfbbed85b246 02:59:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:37 ---> Using cache 02:59:37 ---> 132042ed23b5 02:59:37 Step 5/21 : RUN apk add --update --no-cache make git 02:59:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:59:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:59:37 ---> b05d6b2ba945 02:59:37 Step 3/24 : WORKDIR /edgex-go 02:59:37 ---> Using cache 02:59:37 ---> cfbbed85b246 02:59:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:37 ---> Using cache 02:59:37 ---> 132042ed23b5 02:59:37 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 02:59:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 63.5% of statements 02:59:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:59:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:59:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements 02:59:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 91.3% of statements 02:59:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 02:59:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 02:59:38 ---> Running in 7e171e0eccf2 02:59:38 ---> Running in 0f0b03b97923 02:59:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 02:59:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:59:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:59:43 OK: 233 MiB in 51 packages 02:59:43 OK: 233 MiB in 51 packages 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.880s coverage: 68.9% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements 02:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.641s coverage: 84.0% of statements 02:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements 02:59:46 Removing intermediate container 0f0b03b97923 02:59:46 ---> 375aee631ec4 02:59:46 Step 6/21 : COPY go.mod . 02:59:46 Removing intermediate container 7e171e0eccf2 02:59:46 ---> de16159f4084 02:59:46 Step 6/24 : COPY go.mod . 02:59:47 ---> 1c58f9ff65c3 02:59:47 Step 7/21 : RUN go mod download 02:59:47 ---> Running in d29f3599ce15 02:59:47 ---> af8837eee040 02:59:47 Step 7/24 : RUN go mod download 02:59:48 ---> Running in 481b0d08d964 02:59:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:59:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:59:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 02:59:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:59:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:59:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:59:54 ---> b05d6b2ba945 02:59:54 Step 3/22 : WORKDIR /edgex-go 02:59:54 ---> Using cache 02:59:54 ---> cfbbed85b246 02:59:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:54 ---> Using cache 02:59:54 ---> 132042ed23b5 02:59:54 Step 5/22 : RUN apk add --update --no-cache make git 02:59:54 ---> Using cache 02:59:54 ---> 375aee631ec4 02:59:54 Step 6/22 : COPY go.mod . 02:59:54 ---> Using cache 02:59:54 ---> 1c58f9ff65c3 02:59:54 Step 7/22 : RUN go mod download 02:59:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:59:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:59:54 ---> b05d6b2ba945 02:59:54 Step 3/22 : WORKDIR /edgex-go 02:59:54 ---> Using cache 02:59:54 ---> cfbbed85b246 02:59:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:54 ---> Using cache 02:59:54 ---> 132042ed23b5 02:59:54 Step 5/22 : RUN apk add --update --no-cache make git 02:59:54 ---> Using cache 02:59:54 ---> 375aee631ec4 02:59:54 Step 6/22 : COPY go.mod . 02:59:54 ---> Using cache 02:59:54 ---> 1c58f9ff65c3 02:59:54 Step 7/22 : RUN go mod download 02:59:54 ---> Running in 8c3da5db2146 02:59:54 ---> Running in 08f6dba22c49 02:59:55 Removing intermediate container d29f3599ce15 02:59:55 ---> a301a15fe7af 02:59:55 Step 8/21 : COPY . . 02:59:55 Removing intermediate container 481b0d08d964 02:59:55 ---> 0c40dff9ed48 02:59:55 Step 8/24 : COPY . . 02:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:59:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:59:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:59:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:59:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 02:59:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 02:59:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 02:59:58 GO111MODULE=on go vet ./... 03:00:04 Removing intermediate container 08f6dba22c49 03:00:04 ---> e428322c499b 03:00:04 Step 8/22 : COPY . . 03:00:04 Removing intermediate container 8c3da5db2146 03:00:04 ---> ccdf8f5e51da 03:00:04 Step 8/22 : COPY . . 03:00:08 Removing intermediate container 35b74820d77c 03:00:08 ---> 82e522738d6d 03:00:08 Step 20/26 : RUN pip install docker-compose==1.23.2 03:00:11 ---> Running in 3d2c5b264832 03:00:31 Collecting docker-compose==1.23.2 03:00:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:00:31 Collecting jsonschema<3,>=2.5.1 03:00:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:00:31 Collecting docopt<0.7,>=0.6.1 03:00:31 Downloading docopt-0.6.2.tar.gz (25 kB) 03:00:37 Collecting texttable<0.10,>=0.9.0 03:00:37 Downloading texttable-0.9.1.tar.gz (11 kB) 03:00:40 Collecting PyYAML<4,>=3.10 03:00:40 Downloading PyYAML-3.13.tar.gz (270 kB) 03:00:43 ---> 4cffd8485235 03:00:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:00:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:00:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:00:43 ---> 4d90b8ab0afd 03:00:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:00:43 Collecting cached-property<2,>=1.2.0 03:00:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:00:44 ---> Running in dff17c49a0b7 03:00:44 ---> Running in 149bfaaa314b 03:00:44 Collecting dockerpty<0.5,>=0.4.1 03:00:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:00:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:00:45 Collecting websocket-client<1.0,>=0.32.0 03:00:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:00:46 Collecting docker<4.0,>=3.6.0 03:00:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:00:47 Collecting urllib3<1.25,>=1.21.1 03:00:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:00:47 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) 03:00:48 Collecting idna<2.8,>=2.5 03:00:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:00:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:00:48 Collecting docker-pycreds>=0.4.0 03:00:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:00:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:00:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:00:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:00:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:00:49 Installing collected packages: jsonschema, docopt, texttable, PyYAML, urllib3, idna, requests, cached-property, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 03:00:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:00: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 03:00:49 Running setup.py install for docopt: started 03:00:51 Running setup.py install for docopt: finished with status 'done' 03:00:51 Running setup.py install for texttable: started 03:00:52 Running setup.py install for texttable: finished with status 'done' 03:00:52 Running setup.py install for PyYAML: started 03:00:54 Running setup.py install for PyYAML: finished with status 'done' 03:00:54 Attempting uninstall: urllib3 03:00:54 Found existing installation: urllib3 1.25.9 03:00:54 Uninstalling urllib3-1.25.9: 03:00:55 Successfully uninstalled urllib3-1.25.9 03:00:59 Attempting uninstall: idna 03:00:59 Found existing installation: idna 2.9 03:00:59 Uninstalling idna-2.9: 03:00:59 ---> aa14f2f0b5cd 03:00:59 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:00:59 ---> b3334bea5b1c 03:00:59 Step 9/22 : RUN make cmd/core-command/core-command 03:00:59 Successfully uninstalled idna-2.9 03:00:59 Attempting uninstall: requests 03:00:59 Found existing installation: requests 2.23.0 03:00:59 Uninstalling requests-2.23.0: 03:00:59 Successfully uninstalled requests-2.23.0 03:00:59 ---> Running in 95202601f6a9 03:00:59 ---> Running in 1ef6c03477fd 03:01:00 Running setup.py install for dockerpty: started 03:01:01 Running setup.py install for dockerpty: finished with status 'done' 03:01:01 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 03:01:01 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 03:01:03 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 03:01:06 gofmt -l . 03:01:06 [ "`gofmt -l .`" = "" ] 03:01:06 ./bin/test-go-mod-tidy.sh 03:01:06 ./bin/test-attribution-txt.sh [Pipeline] sh 03:01:08 + ls -al . 03:01:08 total 680 03:01:08 drwxrwxr-x 9 1001 1001 4096 Jan 15 03:01 . 03:01:08 drwxr-xr-x 4 root root 4096 Jan 15 02:57 .. 03:01:08 -rw-rw-r-- 1 1001 1001 11 Jan 15 02:56 .dockerignore 03:01:08 drwxrwxr-x 8 1001 1001 4096 Jan 15 02:56 .git 03:01:08 drwxrwxr-x 3 1001 1001 4096 Jan 15 02:56 .github 03:01:08 -rw-rw-r-- 1 1001 1001 824 Jan 15 02:56 .gitignore 03:01:08 -rw-rw-r-- 1 1001 1001 166 Jan 15 02:56 .sonarcloud.properties 03:01:08 -rw-rw-r-- 1 1001 1001 7741 Jan 15 02:56 Attribution.txt 03:01:08 -rw-rw-r-- 1 1001 1001 3804 Jan 15 02:56 CONTRIBUTING.md 03:01:08 -rw-rw-r-- 1 1001 1001 931 Jan 15 02:56 Dockerfile.build 03:01:08 -rw-rw-r-- 1 1001 1001 863 Jan 15 02:56 Jenkinsfile 03:01:08 -rw-rw-r-- 1 1001 1001 10775 Jan 15 02:56 LICENSE 03:01:08 -rw-rw-r-- 1 1001 1001 5750 Jan 15 02:56 Makefile 03:01:08 -rw-rw-r-- 1 1001 1001 6524 Jan 15 02:56 README.md 03:01:08 -rw-rw-r-- 1 1001 1001 6744 Jan 15 02:56 SECURITY.md 03:01:08 -rw-rw-r-- 1 1001 1001 5 Jan 15 02:50 VERSION 03:01:08 -rw-rw-r-- 1 1001 1001 4131 Jan 15 02:56 ZMQWindows.md 03:01:08 drwxrwxr-x 2 1001 1001 4096 Jan 15 02:56 bin 03:01:08 drwxrwxr-x 14 1001 1001 4096 Jan 15 02:56 cmd 03:01:08 -rw-r--r-- 1 root root 548425 Jan 15 02:59 coverage.out 03:01:08 -rw-r--r-- 1 root root 979 Jan 15 03:01 go.mod 03:01:08 -rw-r--r-- 1 root root 19036 Jan 15 03:01 go.sum 03:01:08 drwxrwxr-x 8 1001 1001 4096 Jan 15 02:56 internal 03:01:08 drwxrwxr-x 4 1001 1001 4096 Jan 15 02:56 openapi 03:01:08 drwxrwxr-x 4 1001 1001 4096 Jan 15 02:56 snap 03:01:08 -rw-rw-r-- 1 1001 1001 168 Jan 15 02:56 version.go [Pipeline] sh 03:01:08 Removing intermediate container 3d2c5b264832 03:01:08 ---> 39b2afd3d268 03:01:08 Step 21/26 : RUN apk --no-cache add curl 03:01:08 + '[' -e coverage.out ] 03:01:08 + chown 1001:1001 coverage.out [Pipeline] stash 03:01:08 Warning: overwriting stash ‘coverage-report’ 03:01:08 ---> Running in 72d08f6cf14c 03:01:10 Stashed 1 file(s) [Pipeline] sh 03:01:10 + make build 03:01: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 03:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:01:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:01:11 (2/3) Installing libcurl (7.69.1-r3) 03:01:11 (3/3) Installing curl (7.69.1-r3) 03:01:11 Executing busybox-1.31.1-r19.trigger 03:01:11 OK: 72 MiB in 58 packages 03:01:14 Removing intermediate container 72d08f6cf14c 03:01:14 ---> 0435a968806d 03:01:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:01:14 ---> Running in 0a7ffb1be156 03:01:15 Removing intermediate container 0a7ffb1be156 03:01:15 ---> 78df794b4778 03:01:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:01:15 ---> Running in 2bccd65cfea3 03:01:15 Removing intermediate container 2bccd65cfea3 03:01:15 ---> 74674b891154 03:01:15 Step 24/26 : LABEL arch=x86_64 03:01:16 ---> Running in 6cc24526b81f 03:01:16 Removing intermediate container 6cc24526b81f 03:01:16 ---> 3e4fb2f0c7d7 03:01:16 Step 25/26 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:01:16 ---> Running in 832a1a0ad49f 03:01:19 Removing intermediate container 832a1a0ad49f 03:01:19 ---> 8ea9c2d81b0b 03:01:19 Step 26/26 : LABEL version=0.0.0 03:01:19 ---> Running in b457696fafe5 03:01:20 Removing intermediate container b457696fafe5 03:01:20 ---> 31290c7fb535 03:01:20 03:01:20 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 03:01:21 Successfully built 31290c7fb535 03:01:21 Successfully tagged docker-sys-mgmt-agent-go:latest 03:01:40  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 149bfaaa314b 03:01:40 ---> c55bdc5fb3b1 03:01:40 03:01:40 Step 10/21 : FROM scratch 03:01:40 ---> 03:01:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:01:40 Removing intermediate container dff17c49a0b7 03:01:40 ---> 397eefbe2d86 03:01:40 03:01:40 Step 10/24 : FROM scratch 03:01:40 ---> 03:01:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:01:42 ---> Running in 5abd6c018b37 03:01:42 ---> Running in 4cb1e387b734 03:01: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 03:01:43 Removing intermediate container 4cb1e387b734 03:01:43 ---> 15c6144c8afb 03:01:43 Step 12/21 : ENV APP_PORT=48085 03:01:43 Removing intermediate container 5abd6c018b37 03:01:43 ---> d443006faa85 03:01:43 Step 12/24 : ENV APP_PORT=48060 03:01:43 ---> Running in b6c1147cecb4 03:01:43 ---> Running in fe91635f3efc 03:01:44 Removing intermediate container 95202601f6a9 03:01:44 ---> 4f88b6c33898 03:01:44 03:01:44 Step 10/22 : FROM scratch 03:01:44 ---> 03:01:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:01:44 ---> Using cache 03:01:44 ---> 15c6144c8afb 03:01:44 Step 12/22 : ENV APP_PORT=48082 03:01:44 Removing intermediate container b6c1147cecb4 03:01:44 ---> b67d8286b486 03:01:44 Step 13/21 : EXPOSE $APP_PORT 03:01:44 Removing intermediate container fe91635f3efc 03:01:44 ---> c8b1232568c8 03:01:44 Step 13/24 : EXPOSE $APP_PORT 03:01:44 ---> Running in 69fcdadd3a8f 03:01:44 ---> Running in cf104f6d26eb 03:01:44 ---> Running in ed72ac500de2 03:01:44 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 03:01:44 Removing intermediate container 69fcdadd3a8f 03:01:44 ---> 7e7b98432929 03:01:44 Step 13/22 : EXPOSE $APP_PORT 03:01:45 Removing intermediate container ed72ac500de2 03:01:45 ---> 2e2928a7bc8d 03:01:45 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:01:45 ---> Running in 127e8ad6e738 03:01:45 Removing intermediate container cf104f6d26eb 03:01:45 ---> 21ee60632adc 03:01:45 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 03:01:46 Removing intermediate container 127e8ad6e738 03:01:46 ---> 5d7108d10f3e 03:01:46 Step 14/22 : WORKDIR / 03:01:46 ---> 65a77a7d79ed 03:01:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:01:46 ---> 487a1451c9a0 03:01:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:01:46 ---> Running in c439c77d38fe 03:01:47 Removing intermediate container c439c77d38fe 03:01:47 ---> 09ce9cc3dc4c 03:01:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:01:48 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 03:01:50 ---> fe1cd39ec589 03:01:50 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:01:50 ---> 148d9fe24500 03:01:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:01:50 ---> 4e859031da36 03:01:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:01:50 Removing intermediate container 1ef6c03477fd 03:01:50 ---> f71fe0184727 03:01:50 03:01:50 Step 10/22 : FROM scratch 03:01:50 ---> 03:01:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:01:50 ---> Using cache 03:01:50 ---> 15c6144c8afb 03:01:50 Step 12/22 : ENV APP_PORT=48081 03:01:50 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 03:01:51 ---> cde0b334b5a7 03:01:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:01:51 ---> Running in b7fa5da39f29 03:01:51 ---> 4d30d8acbc52 03:01:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:01:51 ---> Running in 71957e40b077 03:01:51 ---> 1b7e56872c0d 03:01:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:01:51 Removing intermediate container b7fa5da39f29 03:01:51 ---> f72cfe3c605a 03:01:51 Step 13/22 : EXPOSE $APP_PORT 03:01:51 ---> Running in ccb659d5ec38 03:01:51 Removing intermediate container 71957e40b077 03:01:51 ---> f71bf3c2404e 03:01:51 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:01:51 ---> 1f20968c3374 03:01:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:01:51 ---> 7be7ebb1c860 03:01:51 Step 18/22 : ENTRYPOINT ["/core-command"] 03:01:51 ---> Running in 6806b935a594 03:01:51 ---> Running in f901a1b5e14e 03:01:51 Removing intermediate container ccb659d5ec38 03:01:51 ---> 743db136fb11 03:01:51 Step 14/22 : WORKDIR / 03:01:51 ---> Running in 8b8ddc76df72 03:01:52 Removing intermediate container 6806b935a594 03:01:52 ---> f0a1bda1f510 03:01:52 Step 19/21 : LABEL arch=x86_64 03:01:52 Removing intermediate container f901a1b5e14e 03:01:52 ---> bfe76952c691 03:01:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:01:52 ---> Running in e5a5f175b23c 03:01:52 ---> ccd8978151ca 03:01:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:01:52 ---> Running in c4c6a9f298d4 03:01:52 Removing intermediate container 8b8ddc76df72 03:01:52 ---> e022861c4f85 03:01:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:01:52 Removing intermediate container e5a5f175b23c 03:01:52 ---> 40897c9cb68d 03:01:52 Step 20/21 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:01:53 Removing intermediate container c4c6a9f298d4 03:01:53 ---> 5b0ba8233730 03:01:53 Step 20/22 : LABEL arch=x86_64 03:01:53 ---> Running in 7cc8572815d2 03:01:53 ---> ca99a24e48c0 03:01:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:01:53 ---> 388dadf703bb 03:01:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:01:53 ---> Running in fe7d8fd55bb4 03:01:53 ---> Running in 60801b294a3f 03:01:54 Removing intermediate container 7cc8572815d2 03:01:54 ---> 767d137d8a0c 03:01:54 Step 21/21 : LABEL version=0.0.0 03:01:54 ---> Running in 192a61c330ca 03:01:54 Removing intermediate container fe7d8fd55bb4 03:01:54 ---> 31afb5feca46 03:01:54 Step 21/22 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:01:54 Removing intermediate container 60801b294a3f 03:01:54 ---> 4b260ffb9f04 03:01:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:01:54 ---> Running in da1533593946 03:01:54 ---> Running in 72435c2b0105 03:01:54 Removing intermediate container 192a61c330ca 03:01:54 ---> 4a7a3d2a2b9e 03:01:54 03:01:55 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 03:01:55 ---> bc43c00c85bc 03:01:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:01:55 Removing intermediate container da1533593946 03:01:55 ---> dd8b752ab641 03:01:55 Step 22/22 : LABEL version=0.0.0 03:01:55 Successfully built 4a7a3d2a2b9e 03:01:56 ---> Running in a47318da1777 03:01:56 Successfully tagged docker-support-scheduler-go:latest 03:01:56  Building docker-support-scheduler-go ... done Removing intermediate container 72435c2b0105 03:01:56 ---> 56f72080fd6b 03:01:56 Step 22/24 : LABEL arch=x86_64 03:01:56 ---> Running in dd1f944a0566 03:01:56 ---> 07a494c3e08b 03:01:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:01:56 Removing intermediate container a47318da1777 03:01:56 ---> c621f6fc24fa 03:01:56 03:01:56 ---> Running in eb6f661c8248 03:01:56 Removing intermediate container dd1f944a0566 03:01:56 ---> 8ee352f03a6e 03:01:56 Step 23/24 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:01:56 Successfully built c621f6fc24fa 03:01:56 Successfully tagged docker-core-command-go:latest 03:01:56  Building docker-core-command-go ... done  ---> Running in 5a086a12df5c 03:01:56 Removing intermediate container eb6f661c8248 03:01:56 ---> adc1206efeec 03:01:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:01:56 ---> Running in 63297d383c79 03:01:57 Removing intermediate container 5a086a12df5c 03:01:57 ---> b5999deb6135 03:01:57 Step 24/24 : LABEL version=0.0.0 03:01:57 ---> Running in 2560c5840b4d 03:01:58 Removing intermediate container 63297d383c79 03:01:58 ---> c4d34b0b768d 03:01:58 Step 20/22 : LABEL arch=x86_64 03:01:58 ---> Running in d757081b9709 03:01:58 Removing intermediate container 2560c5840b4d 03:01:58 ---> 337d9ec4b834 03:01:58 03:01:58 Successfully built 337d9ec4b834 03:01:58 Successfully tagged docker-support-notifications-go:latest 03:01:58  Building docker-support-notifications-go ... done Removing intermediate container d757081b9709 03:01:58 ---> 3080840dc0ce 03:01:58 Step 21/22 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:01:58 ---> Running in fa92a3fc2c7f 03:01:59 Removing intermediate container fa92a3fc2c7f 03:01:59 ---> 0299aef0ba0d 03:01:59 Step 22/22 : LABEL version=0.0.0 03:01:59 ---> Running in 36d63d652f63 03:01:59 Removing intermediate container 36d63d652f63 03:01:59 ---> 8c51fcfb3149 03:01:59 03:02:00 Successfully built 8c51fcfb3149 03:02:00 Successfully tagged docker-core-metadata-go:latest 03:02:00  Building docker-core-metadata-go ... done  [Pipeline] } 03:02:00 $ docker stop --time=1 2db376cdf5188ed69e2604b7b68ed2211ee2c8dec406c3e414c5a29dd568e23d 03:02: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 03:02:02 $ docker rm -f 2db376cdf5188ed69e2604b7b68ed2211ee2c8dec406c3e414c5a29dd568e23d [Pipeline] // withDockerContainer [Pipeline] sh 03:02:03 + docker images 03:02:03 + grep docker 03:02:03 docker-core-metadata-go latest 8c51fcfb3149 4 seconds ago 13.1MB 03:02:03 docker-support-notifications-go latest 337d9ec4b834 5 seconds ago 12MB 03:02:03 docker-core-command-go latest c621f6fc24fa 7 seconds ago 10.6MB 03:02:03 docker-support-scheduler-go latest 4a7a3d2a2b9e 9 seconds ago 10.7MB 03:02:03 docker-sys-mgmt-agent-go latest 31290c7fb535 44 seconds ago 313MB 03:02:03 docker-core-data-go latest 94941c9b0a02 2 minutes ago 22.3MB 03:02:03 docker-security-secretstore-setup-go latest 33fec9e20305 2 minutes ago 24.6MB 03:02:03 docker-security-proxy-setup-go latest d2fc9f1a947e 3 minutes ago 24.4MB 03:02:03 docker-security-bootstrap-redis-go latest 53748de12644 3 minutes ago 15.8MB 03:02:03 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:02:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 03:02: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 03:02: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 03:02: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] } 03:02:19 $ docker stop --time=1 1d31bc909c281e33b6b003a9f0f4289a95b51bfbf3e69557179979d45898c62f 03:02:19 Still waiting to schedule task 03:02:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:02:22 $ docker rm -f 1d31bc909c281e33b6b003a9f0f4289a95b51bfbf3e69557179979d45898c62f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:02:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:02:23 03:02:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:02:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:02:24 latest: Pulling from edgex-devops/edgex-compose-arm64 03:02:24 29e5d40040c1: Pulling fs layer 03:02:24 1ce36da41761: Pulling fs layer 03:02:24 25b303627fd3: Pulling fs layer 03:02:24 29e5d40040c1: Verifying Checksum 03:02:24 29e5d40040c1: Download complete 03:02:25 1ce36da41761: Verifying Checksum 03:02:25 1ce36da41761: Download complete 03:02:25 29e5d40040c1: Pull complete 03:02:26 1ce36da41761: Pull complete 03:02:27 25b303627fd3: Download complete 03:02:38 25b303627fd3: Pull complete 03:02:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:02:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:02:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:02:38 prd-ubuntu18.04-docker-arm64-4c-16g-20380 does not seem to be running inside a container 03:02:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:02:41 $ docker top 20d306d8e5fc5678b708a7f164679d8a04634c9f20da50a16cbc0d6f983c1b0e -eo pid,comm [Pipeline] { [Pipeline] sh 03:02:42 + grep parallel 03:02:42 + docker-compose build --help 03:02:46 --parallel Build images in parallel. [Pipeline] } 03:02:46 $ docker stop --time=1 20d306d8e5fc5678b708a7f164679d8a04634c9f20da50a16cbc0d6f983c1b0e 03:02:48 $ docker rm -f 20d306d8e5fc5678b708a7f164679d8a04634c9f20da50a16cbc0d6f983c1b0e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:02:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:02:49 . [Pipeline] withDockerContainer 03:02:49 prd-ubuntu18.04-docker-arm64-4c-16g-20380 does not seem to be running inside a container 03:02:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:02:50 $ docker top 340147b3890130b5e7d92081d4d7b01ea0596fd931b8bf63135fb5097823da07 -eo pid,comm [Pipeline] { [Pipeline] sh 03:02:52 + docker-compose -f ./docker-compose-build.yml build --parallel 03:02:55 Building docker-core-command-go ... 03:02:55 Building docker-core-data-go ... 03:02:55 Building docker-core-metadata-go ... 03:02:55 Building docker-security-bootstrap-redis-go ... 03:02:55 Building docker-security-proxy-setup-go ... 03:02:55 Building docker-security-secretstore-setup-go ... 03:02:55 Building docker-support-notifications-go ... 03:02:55 Building docker-support-scheduler-go ... 03:02:55 Building docker-sys-mgmt-agent-go ... 03:02:55 Building docker-support-scheduler-go 03:02:55 Building docker-security-proxy-setup-go 03:02:55 Building docker-security-secretstore-setup-go 03:02:55 Building docker-core-command-go 03:02:55 Building docker-support-notifications-go 03:03:10 Running on prd-ubuntu18.04-docker-8c-8g-20383 in /w/workspace/edgexfoundry_edgex-go_PR-3036 [Pipeline] { [Pipeline] ws 03:03:10 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:03:13 using credential edgex-jenkins-ssh 03:03:13 Cloning the remote Git repository 03:03:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:03:13 > git init /w/workspace/edgex-go/3 # timeout=10 03:03:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:03:13 > git --version # timeout=10 03:03:13 > git --version # 'git version 2.17.1' 03:03:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:03:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:03:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:03:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:03:19 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3036/head:refs/remotes/origin/PR-3036 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:03:19 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 15391329d373bd87f5499df3483d76a556bbe7ce 03:03:19 Merge succeeded, producing 15391329d373bd87f5499df3483d76a556bbe7ce 03:03:19 Checking out Revision 15391329d373bd87f5499df3483d76a556bbe7ce (PR-3036) 03:03:19 > git config core.sparsecheckout # timeout=10 03:03:19 > git checkout -f 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 03:03:19 > git remote # timeout=10 03:03:19 > git config --get remote.origin.url # timeout=10 03:03:19 using GIT_SSH to set credentials SSH Credentials for GitHub 03:03:19 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 03:03:19 > git rev-parse HEAD^{commit} # timeout=10 03:03:19 > git config core.sparsecheckout # timeout=10 03:03:19 > git checkout -f 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 03:03:23 Commit message: "refactor(meta): Remove all the Batch, DeleteByID, GetById API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:24 + echo snap-build.sh 03:03:24 snap-build.sh 03:03:24 + SNAP_BASE_DIR=. 03:03:24 + '[' '!' -z /w/workspace/edgex-go/3 ']' 03:03:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 03:03:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 03:03:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 03:03:24 + cd /w/workspace/edgex-go/3 03:03:24 + sudo apt-get remove -qy --purge lxd lxd-client 03:03:24 Reading package lists... 03:03:24 Building dependency tree... 03:03:24 Reading state information... 03:03:25 The following packages were automatically installed and are no longer required: 03:03:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:03:25 uidmap xdelta3 03:03:25 Use 'sudo apt autoremove' to remove them. 03:03:25 The following packages will be REMOVED: 03:03:25 lxd* lxd-client* 03:03:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:03:25 After this operation, 31.7 MB disk space will be freed. 03:03:26 (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.) 03:03:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:03:27 Removing lxd dnsmasq configuration 03:03:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:03:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:03:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:03:28 (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.) 03:03:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:03:29 Processing triggers for systemd (237-3ubuntu10.42) ... 03:03:30 Processing triggers for ureadahead (0.100.0-21) ... 03:03:31 + sudo snap remove --purge lxd 03:03:31 snap "lxd" is not installed 03:03:31 + sudo groupadd --force --system lxd 03:03:31 ++ whoami 03:03:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:03:31 + newgrp - lxd 03:03:31 + sudo snap install lxd 03:03:41 2021-01-15T03:03:38Z INFO Waiting for automatic snapd restart... 03:03:51 lxd 4.10 from Canonical* installed 03:03:51 + sudo lxd init --auto 03:04:01 + sudo snap install --classic snapcraft 03:04:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:04:03 ---> e1c6c6efc8cf 03:04:03 Step 3/22 : WORKDIR /edgex-go 03:04:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:04:03 ---> e1c6c6efc8cf 03:04:03 Step 3/21 : WORKDIR /edgex-go 03:04:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:04:03 ---> e1c6c6efc8cf 03:04:03 Step 3/24 : WORKDIR /edgex-go 03:04:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:04:03 ---> e1c6c6efc8cf 03:04:03 Step 3/24 : WORKDIR /edgex-go 03:04:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:04:03 ---> e1c6c6efc8cf 03:04:03 Step 3/21 : WORKDIR /edgex-go 03:04:03 ---> Running in b5d6d6d62c76 03:04:03 ---> Running in c1df0dae71b5 03:04:03 ---> Running in 36fb2a6056db 03:04:03 ---> Running in b7986358c393 03:04:03 ---> Running in 5b4fa8285433 03:04:03 Removing intermediate container b5d6d6d62c76 03:04:03 ---> 005f9049b84f 03:04:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:04 Removing intermediate container 36fb2a6056db 03:04:04 ---> 17d854d2d18d 03:04:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:04 Removing intermediate container 5b4fa8285433 03:04:04 ---> d96ea649de52 03:04:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:04 Removing intermediate container c1df0dae71b5 03:04:04 ---> 7a42206784b9 03:04:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:04 Removing intermediate container b7986358c393 03:04:04 ---> 5ca06921bebc 03:04:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:04 ---> Running in 86f585c61bbf 03:04:04 ---> Running in 1c10fcb22b61 03:04:04 ---> Running in f2659c1a0f29 03:04:04 ---> Running in b28cdaa8fbb7 03:04:04 ---> Running in c921b0443004 03:04:07 Removing intermediate container 1c10fcb22b61 03:04:07 ---> 168c9283a386 03:04:07 Step 5/21 : RUN apk add --update --no-cache make git 03:04:08 ---> Running in 5b4680a2e73a 03:04:08 Removing intermediate container f2659c1a0f29 03:04:08 ---> badf6f76bc4d 03:04:08 Step 5/22 : RUN apk add --update --no-cache make git 03:04:08 snapcraft 4.4.4 from Canonical* installed 03:04:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:04:08 + patch --verbose -p1 03:04:08 Hmm... Looks like a unified diff to me... 03:04:08 The text leading up to this was: 03:04:08 -------------------------- 03:04:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:04:08 |From: Tony Espy 03:04:08 |Date: Wed, 16 Dec 2020 16:34:55 -0500 03:04:08 |Subject: [PATCH] optimize snap build for pipeline CI check 03:04:08 | 03:04:08 |This patch is used by the EdgeX CI pipeline builds to 03:04:08 |optimize the snap CI check run for pull requests. When 03:04:08 |applied, it essentially strips out everything (apps and 03:04:08 |parts) from the snapcraft.yaml file except those required 03:04:08 |to build edgex-go, as the whole idea of the CI check is to 03:04:08 |catch changes to edgex-go that break the snap build. 03:04:08 | 03:04:08 |In general, anyone updating snapcraft.yaml will also need 03:04:08 |to update this patch file, otherwise it may fail to apply, 03:04:08 |resulting in a failed snap build CI check in the associated 03:04:08 |pull request. 03:04:08 | 03:04:08 |Note - in addition to applying this patch, the pipeline also 03:04:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:04:08 |need to build the finally binary .snap file (and it won't 03:04:08 |work with the patch applied). This further reduces the build 03:04:08 |time. 03:04:08 |--- 03:04:08 | snap/snapcraft.yaml | 461 +------------------------------------------- 03:04:08 | 1 file changed, 2 insertions(+), 459 deletions(-) 03:04:08 | 03:04:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:04:08 |index 1e537489..faf42425 100644 03:04:08 |--- a/snap/snapcraft.yaml 03:04:08 |+++ b/snap/snapcraft.yaml 03:04:08 -------------------------- 03:04:08 patching file snap/snapcraft.yaml 03:04:08 Using Plan A... 03:04:08 Hunk #1 succeeded at 73. 03:04:08 Hunk #2 succeeded at 202 with fuzz 1. 03:04:08 Hunk #3 succeeded at 214 (offset -3 lines). 03:04:08 Hunk #4 succeeded at 222 (offset -3 lines). 03:04:08 Hunk #5 succeeded at 229 (offset -3 lines). 03:04:08 Hunk #6 succeeded at 256 (offset -3 lines). 03:04:08 Hunk #7 succeeded at 290 (offset -3 lines). 03:04:08 Hunk #8 succeeded at 342 (offset -2 lines). 03:04:08 Hmm... Ignoring the trailing garbage. 03:04:08 done 03:04:08 + sudo snapcraft prime --use-lxd 03:04:08 Removing intermediate container 86f585c61bbf 03:04:08 ---> d19e995f40e3 03:04:08 Step 5/21 : RUN apk add --update --no-cache make git 03:04:08 ---> Running in 1fe510774945 03:04:09 Removing intermediate container c921b0443004 03:04:09 ---> 5fbc9efdf445 03:04:09 Step 5/24 : RUN apk add --update --no-cache make git 03:04:09 ---> Running in 47a85e114251 03:04:09 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:04:09 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: 03:04:09 - README.md 03:04:09 - snapcraft.yaml.orig 03:04:09 03:04:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:04:09 ---> Running in b969968f272e 03:04:09 Removing intermediate container b28cdaa8fbb7 03:04:09 ---> 8f12a35491ec 03:04:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 03:04:09 ---> Running in 4bb0258ba01e 03:04:10 Launching a container. 03:04:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:04:11 OK: 217 MiB in 51 packages 03:04:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:04:12 OK: 217 MiB in 51 packages 03:04:12 OK: 217 MiB in 51 packages 03:04:13 Removing intermediate container 5b4680a2e73a 03:04:13 ---> 3d8a1303b203 03:04:13 Step 6/21 : COPY go.mod . 03:04:13 OK: 217 MiB in 51 packages 03:04:13 OK: 217 MiB in 51 packages 03:04:14 ---> fe4e600f54f9 03:04:14 Step 7/21 : RUN go mod download 03:04:14 Removing intermediate container 1fe510774945 03:04:14 ---> f0ef9cc0801f 03:04:14 Step 6/22 : COPY go.mod . 03:04:14 ---> Running in 0142e3f925ce 03:04:14 Removing intermediate container 4bb0258ba01e 03:04:14 ---> ae19aab8aff6 03:04:14 Step 6/24 : COPY go.mod . 03:04:15 Removing intermediate container 47a85e114251 03:04:15 ---> 79dcf81cfdc1 03:04:15 Step 6/21 : COPY go.mod . 03:04:15 Removing intermediate container b969968f272e 03:04:15 ---> 7ec079345a11 03:04:15 Step 6/24 : COPY go.mod . 03:04:15 ---> b8a0efff1725 03:04:15 Step 7/22 : RUN go mod download 03:04:15 ---> Running in a94cf678b20f 03:04:16 ---> 5571b56dbd35 03:04:16 Step 7/24 : RUN go mod download 03:04:16 ---> Running in 55e5309e7426 03:04:16 ---> 6477be08c515 03:04:16 Step 7/21 : RUN go mod download 03:04:16 ---> a607ece6161a 03:04:16 Step 7/24 : RUN go mod download 03:04:16 ---> Running in a5b67a5b80c3 03:04:16 ---> Running in dcdfad71c0d9 03:04:18 Removing intermediate container 0142e3f925ce 03:04:18 ---> 345a86f4ff80 03:04:18 Step 8/21 : COPY . . 03:04:21 Removing intermediate container a94cf678b20f 03:04:21 ---> 18b7b730d984 03:04:21 Step 8/22 : COPY . . 03:04:22 Waiting for container to be ready 03:04:22 To start your first instance, try: lxc launch ubuntu:18.04 03:04:22 03:04:24 Removing intermediate container 55e5309e7426 03:04:24 ---> f737272b18df 03:04:24 Step 8/24 : COPY . . 03:04:24 Removing intermediate container a5b67a5b80c3 03:04:24 ---> 08ace0d898aa 03:04:24 Removing intermediate container dcdfad71c0d9 03:04:24 ---> 2c30107ff533 03:04:24 Step 8/24 : COPY . . 03:04:24 Step 8/21 : COPY . . 03:04:24 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:04:25 Waiting for network to be ready... 03:04:26 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:04:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:04:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 03:04:26 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:04:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:04:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:04:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:04:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:04:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:04:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:04:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:04:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 03:04:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 03:04:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 03:04:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:04:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:04:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 03:04:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 03:04:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:04:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 03:04:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 03:04:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 03:04:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 03:04:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 03:04:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 03:04:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 03:04:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 03:04:30 Fetched 23.7 MB in 4s (5595 kB/s) 03:04:30 Reading package lists... 03:04:31 Reading package lists... 03:04:31 Building dependency tree... 03:04:31 Reading state information... 03:04:31 The following additional packages will be installed: 03:04:31 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:04:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:04:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:04:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:04:31 Suggested packages: 03:04:31 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:04:31 Recommended packages: 03:04:31 gnupg libsasl2-modules 03:04:31 The following NEW packages will be installed: 03:04:31 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:04:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:04:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:04:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:04:31 The following packages will be upgraded: 03:04:31 gpg gpg-agent gpgconf libudev1 03:04:31 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 03:04:31 Need to get 3532 kB of archives. 03:04:31 After this operation, 13.3 MB of additional disk space will be used. 03:04:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 03:04:31 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 03:04:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 03:04:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 03:04:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 03:04:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 03:04:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 03:04:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 03:04:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:04:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:04:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:04:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:04:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:04:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:04:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:04:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:04:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:04:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:04:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:04:32 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:04:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:04:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:04:32 debconf: delaying package configuration, since apt-utils is not installed 03:04:32 Fetched 3532 kB in 1s (2987 kB/s) 03:04:32 (Reading database ... 12511 files and directories currently installed.) 03:04:32 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 03:04:32 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 03:04:32 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 03:04:32 Selecting previously unselected package udev. 03:04:32 (Reading database ... 12511 files and directories currently installed.) 03:04:32 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 03:04:33 Unpacking udev (237-3ubuntu10.43) ... 03:04:33 Selecting previously unselected package libfuse2:amd64. 03:04:33 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:04:33 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:04:33 Selecting previously unselected package fuse. 03:04:33 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:04:33 Unpacking fuse (2.9.7-1ubuntu1) ... 03:04:33 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 03:04:33 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:04:33 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 03:04:33 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:04:33 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 03:04:33 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:04:33 Selecting previously unselected package libksba8:amd64. 03:04:33 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:04:33 Unpacking libksba8:amd64 (1.3.5-2) ... 03:04:34 Selecting previously unselected package libroken18-heimdal:amd64. 03:04:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:04:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:34 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:04:34 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:34 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:04:34 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:34 Selecting previously unselected package libwind0-heimdal:amd64. 03:04:34 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:34 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:04:34 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:34 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:04:34 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:34 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:04:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:04:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:04:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:35 Selecting previously unselected package libsasl2-modules-db:amd64. 03:04:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:04:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:04:35 Selecting previously unselected package libsasl2-2:amd64. 03:04:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:04:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:04:35 Selecting previously unselected package libldap-common. 03:04:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 03:04:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 03:04:35 Selecting previously unselected package libldap-2.4-2:amd64. 03:04:35 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 03:04:35 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 03:04:35 Selecting previously unselected package dirmngr. 03:04:35 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 03:04:35 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 03:04:35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 03:04:35 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 03:04:35 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:04:35 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:04:35 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:04:35 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 03:04:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libksba8:amd64 (1.3.5-2) ... 03:04:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:04:36 Setting up udev (237-3ubuntu10.43) ... 03:04:36 invoke-rc.d: policy-rc.d denied execution of start. 03:04:36 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Processing triggers for systemd (237-3ubuntu10) ... 03:04:36 Setting up fuse (2.9.7-1ubuntu1) ... 03:04:36 Setting up gpg (2.2.4-1ubuntu1.3) ... 03:04:36 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:04:36 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 03:04:36 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 03:04:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:04:37 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:04:37 settings in the [Install] section, and DefaultInstance for template units). 03:04:37 This means they are not meant to be enabled using systemctl. 03:04:37 Possible reasons for having this kind of units are: 03:04:37 1) A unit may be statically enabled by being symlinked from another unit's 03:04:37 .wants/ or .requires/ directory. 03:04:37 2) A unit's purpose may be to act as a helper for some other unit which has 03:04:37 a requirement dependency on it. 03:04:37 3) A unit may be started when needed via activation (socket, path, timer, 03:04:37 D-Bus, udev, scripted systemctl call, ...). 03:04:37 4) In case of template units, the unit is meant to be enabled with some 03:04:37 instance name specified. 03:04:38 Reading package lists... 03:04:38 Building dependency tree... 03:04:38 Reading state information... 03:04:38 The following additional packages will be installed: 03:04:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:04:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:04:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:04:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:04:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:04:38 Suggested packages: 03:04:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:04:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:04:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:04:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:04:38 systemd-container policykit-1 03:04:38 Recommended packages: 03:04:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:04:38 The following NEW packages will be installed: 03:04:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:04:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:04:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:04:38 multiarch-support openssh-client python3 python3-minimal python3.6 03:04:38 python3.6-minimal snapd squashfs-tools sudo 03:04:38 The following packages will be upgraded: 03:04:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:04:38 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 03:04:38 Need to get 35.2 MB of archives. 03:04:38 After this operation, 141 MB of additional disk space will be used. 03:04:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 03:04:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:04:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:04:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 03:04:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 03:04:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:04:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:04:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:04:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:04:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:04:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:04:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:04:39 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 03:04:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 03:04:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:04:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 03:04:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:04:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 03:04:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 03:04:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:04:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:04:39 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:04:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:04:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 03:04:39 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:04:39 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:04:39 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:04:39 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:04:39 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 03:04:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:04:39 ---> de3b7dd304b8 03:04:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:04:40 debconf: delaying package configuration, since apt-utils is not installed 03:04:40 Fetched 35.2 MB in 2s (16.6 MB/s) 03:04:40 (Reading database ... 12757 files and directories currently installed.) 03:04:40 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 03:04:40 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 03:04:41 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 03:04:41 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 03:04:41 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 03:04:41 (Reading database ... 12757 files and directories currently installed.) 03:04:41 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:04:41 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:04:41 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:04:41 ---> a3305291e219 03:04:41 Step 9/22 : RUN make cmd/core-command/core-command 03:04:41 (Reading database ... 12757 files and directories currently installed.) 03:04:41 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:04:41 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:04:42 ---> Running in 0859a716781b 03:04:42 Setting up apt (1.6.12ubuntu0.2) ... 03:04:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:04:42 ---> Running in ead713ed2c56 03:04:42 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:04:42 (Reading database ... 12764 files and directories currently installed.) 03:04:42 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:04:42 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:04:43 Selecting previously unselected package libpython3.6-minimal:amd64. 03:04:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:04:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:04:43 Selecting previously unselected package libexpat1:amd64. 03:04:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:04:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:04:43 Selecting previously unselected package python3.6-minimal. 03:04:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:04:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:04:43 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 03:04:43 Checking for services that may need to be restarted...done. 03:04:43 Checking for services that may need to be restarted...done. 03:04:43 ---> a397ac0c1e24 03:04:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:04:43 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:04:43 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:04:43 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:04:43 ---> Running in 7e0fe2eb5245 03:04:43 ---> 82ede5d338c2 03:04:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:04:44 ---> 602f4933edf0 03:04:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:04:44 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 03:04:44 Selecting previously unselected package python3-minimal. 03:04:44 (Reading database ... 13012 files and directories currently installed.) 03:04:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:04:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:04:44 Selecting previously unselected package mime-support. 03:04:44 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:04:44 Unpacking mime-support (3.60ubuntu1) ... 03:04:44 ---> Running in aaf92ba55f9c 03:04:44 ---> Running in 867b02d4f607 03:04:44 Selecting previously unselected package libmpdec2:amd64. 03:04:44 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:04:44 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 03:04:44 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:04:44 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:04:44 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:04:44 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:04:45 Selecting previously unselected package python3.6. 03:04:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:04:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:04:45 Selecting previously unselected package libpython3-stdlib:amd64. 03:04:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:04:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:04:45 Setting up python3-minimal (3.6.7-1~18.04) ... 03:04:45 Selecting previously unselected package python3. 03:04:45 (Reading database ... 13442 files and directories currently installed.) 03:04:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:04:45 Unpacking python3 (3.6.7-1~18.04) ... 03:04:45 Selecting previously unselected package multiarch-support. 03:04:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:04:45 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:04:45 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:04:45 Selecting previously unselected package liblzo2-2:amd64. 03:04:45 (Reading database ... 13479 files and directories currently installed.) 03:04:45 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:04:45 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:04:45 Selecting previously unselected package libbsd0:amd64. 03:04:45 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:04: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 03:04:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:04:46 Selecting previously unselected package sudo. 03:04:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 03:04:46 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 03:04:46 Selecting previously unselected package apparmor. 03:04:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:04:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:04:46 Selecting previously unselected package libedit2:amd64. 03:04:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:04:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:04:46 Selecting previously unselected package libkrb5support0:amd64. 03:04:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:04:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:04:46 Selecting previously unselected package libk5crypto3:amd64. 03:04:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:04:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:04:46 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 03:04:47 Selecting previously unselected package libkeyutils1:amd64. 03:04:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:04:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:04:47 Selecting previously unselected package libkrb5-3:amd64. 03:04:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:04:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:04:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:04:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:04:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:04:47 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 03:04:47 Selecting previously unselected package libssl1.0.0:amd64. 03:04:47 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 03:04:47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:04:47 Selecting previously unselected package openssh-client. 03:04:47 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:04:47 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:04:47 Selecting previously unselected package squashfs-tools. 03:04:47 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:04:47 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:04:47 Selecting previously unselected package snapd. 03:04:47 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 03:04:47 Unpacking snapd (2.48+18.04) ... 03:04:49 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:04:49 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:04:50 Setting up mime-support (3.60ubuntu1) ... 03:04:50 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 03:04:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:04:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:04:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:04:50 Setting up systemd (237-3ubuntu10.43) ... 03:04:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:04:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:04:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:04:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:04:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:04:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:04:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:04:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:04:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:04:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:04:52 Setting up python3 (3.6.7-1~18.04) ... 03:04:52 running python rtupdate hooks for python3.6... 03:04:52 running python post-rtupdate hooks for python3.6... 03:04:52 Setting up apparmor (2.12-4ubuntu5.1) ... 03:04:54 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:04:54 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:04:54 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:04:54 Setting up snapd (2.48+18.04) ... 03:04:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:04:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:04:55 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:04:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:04:56 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:04:56 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:04:56 /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' 03:04:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:04:56 Processing triggers for systemd (237-3ubuntu10.43) ... 03:04:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:04:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:04:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:04:58 Reading package lists... 03:04:58 Reading package lists... 03:04:59 Building dependency tree... 03:04:59 Reading state information... 03:04:59 Calculating upgrade... 03:04:59 The following packages will be upgraded: 03:04:59 advancecomp base-files bash binutils binutils-common 03:04:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:04:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:04:59 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 03:04:59 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 03:04:59 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 03:04:59 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 03:04:59 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 03:04:59 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 03:04:59 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 03:04:59 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 03:04:59 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 03:04:59 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 03:04:59 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 03:04:59 ubuntu-keyring util-linux 03:04:59 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:04:59 Need to get 63.7 MB of archives. 03:04:59 After this operation, 5203 kB of additional disk space will be used. 03:04:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 03:04:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:04:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:04:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:04:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:04:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:04:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:04:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:04:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:04:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:04:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:04:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:04:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:04:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:04:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:04:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:04:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:04:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:04:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:04:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:04:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:04:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:04:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:04:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:04:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:04:59 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:04:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:04:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:04:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:04:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:04:59 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:04:59 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:04:59 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:04:59 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:04:59 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:04:59 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 03:04:59 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 03:04:59 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:04:59 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:04:59 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:04:59 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 03:04:59 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 03:04:59 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:04:59 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:04:59 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:04:59 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 03:04:59 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:04:59 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:04:59 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 03:04:59 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 03:04:59 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 03:04:59 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 03:04:59 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:04:59 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:04:59 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:04:59 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:05:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:05:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:05:00 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:05:00 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:05:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:05:00 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:05:00 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:05:00 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:05:00 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:05:00 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:05:00 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:05:00 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:05:00 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:05:00 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:05:00 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:05:00 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:05:00 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:05:00 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:05:00 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:05:00 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:05:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:05:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:05:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:05:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:05:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:05:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:05:01 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 03:05:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:05:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:05:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:05:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:05:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:05:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:05:01 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:05:01 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:05:01 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:05:01 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:05:01 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:05:01 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:05:01 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:05:01 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:05:01 debconf: delaying package configuration, since apt-utils is not installed 03:05:01 Fetched 63.7 MB in 2s (34.1 MB/s) 03:05:01 (Reading database ... 13912 files and directories currently installed.) 03:05:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:05:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:05:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:05:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:05:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 03:05:02 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 03:05:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:03 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:03 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:03 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:03 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:03 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:03 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:04 (Reading database ... 13911 files and directories currently installed.) 03:05:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:05:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:05:04 (Reading database ... 13911 files and directories currently installed.) 03:05:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:04 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:05:04 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:05:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:05 (Reading database ... 13911 files and directories currently installed.) 03:05:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:05:05 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:05:05 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:05:06 (Reading database ... 13911 files and directories currently installed.) 03:05:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:05:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:05:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:05:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:05:06 Setting up base-files (10.1ubuntu2.10) ... 03:05:06 Installing new version of config file /etc/issue ... 03:05:06 Installing new version of config file /etc/issue.net ... 03:05:06 Installing new version of config file /etc/lsb-release ... 03:05:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:05:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:05:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:05:06 Removing obsolete conffile /etc/default/motd-news ... 03:05:07 (Reading database ... 13912 files and directories currently installed.) 03:05:07 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:05:07 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:05:07 Setting up bash (4.4.18-2ubuntu1.2) ... 03:05:07 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 03:05:07 (Reading database ... 13912 files and directories currently installed.) 03:05:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:05:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:05:07 (Reading database ... 13912 files and directories currently installed.) 03:05:07 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:05:07 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:05:07 Setting up tar (1.29b-2ubuntu0.2) ... 03:05:07 (Reading database ... 13912 files and directories currently installed.) 03:05:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:05:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:05:08 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:05:08 (Reading database ... 13912 files and directories currently installed.) 03:05:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:05:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:05:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:05:08 (Reading database ... 13912 files and directories currently installed.) 03:05:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:05:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:05:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:05:09 (Reading database ... 13912 files and directories currently installed.) 03:05:09 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:05:09 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:05:09 Setting up grep (3.1-2build1) ... 03:05:09 (Reading database ... 13912 files and directories currently installed.) 03:05:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:05:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:05:09 Setting up login (1:4.5-1ubuntu2) ... 03:05:09 (Reading database ... 13912 files and directories currently installed.) 03:05:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:05:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:05:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:05:09 (Reading database ... 13912 files and directories currently installed.) 03:05:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:05:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:05:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:05:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:05:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:05:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:05:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:05:11 (Reading database ... 13912 files and directories currently installed.) 03:05:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:05:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:05:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:05:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:05:12 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:05:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:05:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:05:13 (Reading database ... 13912 files and directories currently installed.) 03:05:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:05:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:05:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:05:13 (Reading database ... 13912 files and directories currently installed.) 03:05:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:05:13 (Reading database ... 13912 files and directories currently installed.) 03:05:13 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:13 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:13 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:05:13 (Reading database ... 13912 files and directories currently installed.) 03:05:13 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:13 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:13 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:05:13 (Reading database ... 13912 files and directories currently installed.) 03:05:13 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:13 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:13 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:05:14 (Reading database ... 13912 files and directories currently installed.) 03:05:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:05:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:05:14 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:05:14 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:05:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:05:14 (Reading database ... 13912 files and directories currently installed.) 03:05:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:05:14 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:05:14 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:05:14 (Reading database ... 13912 files and directories currently installed.) 03:05:14 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:14 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:14 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:05:14 (Reading database ... 13912 files and directories currently installed.) 03:05:14 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:14 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:05:15 (Reading database ... 13912 files and directories currently installed.) 03:05:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:15 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:05:15 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:05:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:05:16 (Reading database ... 13912 files and directories currently installed.) 03:05:16 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:05:16 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:05:16 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:05:16 (Reading database ... 13912 files and directories currently installed.) 03:05:16 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:05:16 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:05:16 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:05:17 (Reading database ... 13914 files and directories currently installed.) 03:05:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:05:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:05:17 Setting up debconf (1.5.66ubuntu1) ... 03:05:17 (Reading database ... 13914 files and directories currently installed.) 03:05:17 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:05:17 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:05:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:05:17 (Reading database ... 13914 files and directories currently installed.) 03:05:17 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:05:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:05:17 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:05:18 (Reading database ... 13914 files and directories currently installed.) 03:05:18 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:05:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:05:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:05:18 (Reading database ... 13914 files and directories currently installed.) 03:05:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:05:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:05:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 03:05:18 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 03:05:18 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:05:18 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:05:18 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:05:18 (Reading database ... 13914 files and directories currently installed.) 03:05:18 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:05:19 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:05:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:05:19 (Reading database ... 13914 files and directories currently installed.) 03:05:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:05:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:05:19 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:05:19 (Reading database ... 13914 files and directories currently installed.) 03:05:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:05:19 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:05:19 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:05:19 (Reading database ... 13914 files and directories currently installed.) 03:05:19 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 03:05:19 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 03:05:19 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 03:05:20 (Reading database ... 13914 files and directories currently installed.) 03:05:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:05:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:05:20 Setting up passwd (1:4.5-1ubuntu2) ... 03:05:20 (Reading database ... 13914 files and directories currently installed.) 03:05:20 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 03:05:20 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:05:20 Setting up gpgv (2.2.4-1ubuntu1.3) ... 03:05:20 (Reading database ... 13914 files and directories currently installed.) 03:05:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:05:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:05:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:05:21 (Reading database ... 13914 files and directories currently installed.) 03:05:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:05:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:05:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:05:21 (Reading database ... 13914 files and directories currently installed.) 03:05:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:05:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:05:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:05:21 (Reading database ... 13914 files and directories currently installed.) 03:05:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:05:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:05:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:05:21 (Reading database ... 13914 files and directories currently installed.) 03:05:21 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:05:21 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:05:21 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:05:22 (Reading database ... 13914 files and directories currently installed.) 03:05:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:05:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:05:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:05:22 (Reading database ... 13915 files and directories currently installed.) 03:05:22 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:05:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:05:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:05:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:05:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:05:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:05:23 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 03:05:23 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 03:05:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:05:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:05:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:05:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:05:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:05:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:05:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:05:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:05:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:05:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:05:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:05:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:05:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:05:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:05:24 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 03:05:24 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 03:05:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:05:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:05:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:05:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:05:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:05:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:05:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:05:25 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:05:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:05:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:05:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:05:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:05:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:05:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:05:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:05:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:05:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:05:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:05:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:05:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:05:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:05:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:05:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:05:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:05:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:05:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:05:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:05:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:05:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:05:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:05:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:05:32 Setting up tzdata (2020f-0ubuntu0.18.04) ... 03:05:33 03:05:33 Current default time zone: 'Etc/UTC' 03:05:33 Local time is now: Fri Jan 15 03:05:32 UTC 2021. 03:05:33 Universal Time is now: Fri Jan 15 03:05:32 UTC 2021. 03:05:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:05:33 03:05:33 Setting up systemd-sysv (237-3ubuntu10.43) ... 03:05:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:33 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 03:05:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:05:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:05:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:05:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:05:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:05:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:05:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:05:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:05:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:05:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 03:05:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:33 Setting up patch (2.7.6-2ubuntu1.1) ... 03:05:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:05:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:05:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 03:05:33 Installing new version of config file /etc/ssl/openssl.cnf ... 03:05:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:05:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:05:33 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 03:05:35 Updating certificates in /etc/ssl/certs... 03:05:37 22 added, 17 removed; done. 03:05:37 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:05:37 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:05:37 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:05:37 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:05:37 Setting up pkgbinarymangler (138.18.04.1) ... 03:05:37 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 03:05:37 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up perl (5.26.1-6ubuntu0.5) ... 03:05:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 03:05:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:05:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:05:37 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 03:05:37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:05:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:05:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:05:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:05:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:05:37 Processing triggers for systemd (237-3ubuntu10.43) ... 03:05:38 Processing triggers for mime-support (3.60ubuntu1) ... 03:05:38 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 03:05:38 Updating certificates in /etc/ssl/certs... 03:05:38 0 added, 0 removed; done. 03:05:38 Running hooks in /etc/ca-certificates/update.d... 03:05:38 done. 03:05:39 Reading package lists... 03:05:39 Building dependency tree... 03:05:39 Reading state information... 03:05:39 The following NEW packages will be installed: 03:05:39 apt-transport-https 03:05:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:05:39 Need to get 1696 B of archives. 03:05:39 After this operation, 153 kB of additional disk space will be used. 03:05:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:05:39 debconf: delaying package configuration, since apt-utils is not installed 03:05:39 Fetched 1696 B in 0s (17.5 kB/s) 03:05:39 Selecting previously unselected package apt-transport-https. 03:05:39 (Reading database ... 13929 files and directories currently installed.) 03:05:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:05:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:05:40 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:05:40 Waiting for network to be ready... 03:05:46 2021-01-15T03:05:43Z INFO Waiting for automatic snapd restart... 03:05:46 snapd 2.48.2 from Canonical* installed 03:05:47 "snapd" switched to the "latest/stable" channel 03:05:47 03:05:50 core18 20201210 from Canonical* installed 03:05:50 "core18" switched to the "latest/stable" channel 03:05:50 03:05:53 snapcraft 4.4.4 from Canonical* installed 03:05:54 "snapcraft" switched to the "latest/stable" channel 03:05:54 03:05:57 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: 03:05:57 - README.md 03:05:57 - snapcraft.yaml.orig 03:05:57 03:05:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:06:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:06:04 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:06:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:06:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:06:05 Reading package lists... 03:06:05 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 03:06:08 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 03:06:08 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 03:06:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:06:12 Reading package lists... 03:06:12 Building dependency tree... 03:06:12 Reading state information... 03:06:12 Suggested packages: 03:06:12 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:06:12 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:06:12 Recommended packages: 03:06:12 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:06:12 The following NEW packages will be installed: 03:06:12 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:06:12 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:06:12 pkg-config zip 03:06:12 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:06:12 Need to get 7655 kB of archives. 03:06:12 After this operation, 43.7 MB of additional disk space will be used. 03:06:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 03:06:12 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:06:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:06:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:06:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:06:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:06:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:06:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:06:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:06:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:06:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:06:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:06:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:06:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:06:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:06:13 debconf: delaying package configuration, since apt-utils is not installed 03:06:13 Fetched 7655 kB in 1s (9975 kB/s) 03:06:13 Selecting previously unselected package libglib2.0-0:amd64. 03:06:13 (Reading database ... 13933 files and directories currently installed.) 03:06:13 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 03:06:13 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:06:13 Selecting previously unselected package libpsl5:amd64. 03:06:13 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:06:13 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:06:13 Selecting previously unselected package libnghttp2-14:amd64. 03:06:13 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:06:13 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:06:13 Selecting previously unselected package librtmp1:amd64. 03:06:13 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:06:13 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:06:14 Selecting previously unselected package libcurl3-gnutls:amd64. 03:06:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:06:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:06:14 Selecting previously unselected package liberror-perl. 03:06:14 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:06:14 Unpacking liberror-perl (0.17025-1) ... 03:06:14 Selecting previously unselected package git-man. 03:06:14 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:06:14 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:06:14 Selecting previously unselected package git. 03:06:14 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:06:14 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:06:15 Selecting previously unselected package libnorm1:amd64. 03:06:15 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:06:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:06:15 Selecting previously unselected package libpgm-5.2-0:amd64. 03:06:15 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:06:15 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:06:15 Selecting previously unselected package libsodium23:amd64. 03:06:15 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:06:15 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:06:15 Selecting previously unselected package libzmq5:amd64. 03:06:15 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:06:15 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:06:15 Selecting previously unselected package libzmq3-dev:amd64. 03:06:15 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:06:15 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:06:15 Selecting previously unselected package pkg-config. 03:06:15 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:06:15 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:06:16 Selecting previously unselected package zip. 03:06:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:06:16 Unpacking zip (3.0-11build1) ... 03:06:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:06:16 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:06:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:06:16 Setting up liberror-perl (0.17025-1) ... 03:06:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:06:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:06:16 No schema files found: doing nothing. 03:06:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:06:16 Setting up zip (3.0-11build1) ... 03:06:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:06:16 Setting up libsodium23:amd64 (1.0.16-2) ... 03:06:16 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:06:16 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:06:16 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:06:16 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:06:16 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:06:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:06:17 Removing intermediate container aaf92ba55f9c 03:06:17 ---> 49ee66f6c3a7 03:06:17 03:06:17 Step 10/24 : FROM alpine:3.12 03:06:17 3.12: Pulling from library/alpine 03:06:17 Removing intermediate container 0859a716781b 03:06:17 ---> aa2cf644f47a 03:06:17 03:06:17 Step 10/21 : FROM scratch 03:06:17 ---> 03:06:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:06:18 ---> Running in 0d4559a57e45 03:06:18 Removing intermediate container ead713ed2c56 03:06:18 ---> 21755c490883 03:06:18 03:06:18 Step 10/22 : FROM scratch 03:06:18 ---> 03:06:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:06:19 Removing intermediate container 867b02d4f607 03:06:19 ---> 31c98a94f60a 03:06:19 03:06:19 Step 10/21 : FROM alpine:3.12 03:06:19 ---> Running in 6630de1b5f3e 03:06:19 3.12: Pulling from library/alpine 03:06:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:06:19 Removing intermediate container 0d4559a57e45 03:06:19 ---> 2023d44b62fb 03:06:19 Step 12/21 : ENV APP_PORT=48085 03:06:19 Status: Downloaded newer image for alpine:3.12 03:06:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:06:19 Status: Image is up to date for alpine:3.12 03:06:19 ---> afeebe901d6b 03:06:19 Step 11/21 : RUN apk add --update --no-cache curl 03:06:19 ---> afeebe901d6b 03:06:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:06:19 Removing intermediate container 7e0fe2eb5245 03:06:19 ---> 6b1cc4ffc300 03:06:19 03:06:19 Step 10/24 : FROM scratch 03:06:19 ---> 03:06:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:06:19 ---> Running in c417c8f81919 03:06:20 ---> Running in 37d4979b7e56 03:06:20 ---> Running in 9951853d5210 03:06:20 ---> Running in a1bfd8181837 03:06:20 Removing intermediate container 6630de1b5f3e 03:06:20 ---> 0c42b9d46c27 03:06:20 Step 12/22 : ENV APP_PORT=48082 03:06:20 ---> Running in 850b62ed7e0a 03:06:20 Removing intermediate container c417c8f81919 03:06:20 ---> 2868746c1307 03:06:20 Step 13/21 : EXPOSE $APP_PORT 03:06:20 ---> Running in 5eaea65f03cc 03:06:20 Removing intermediate container a1bfd8181837 03:06:20 ---> f50dcd0b4bab 03:06:20 Step 12/24 : ENV APP_PORT=48060 03:06:20 ---> Running in 1eff8ddf5a6d 03:06:21 Removing intermediate container 850b62ed7e0a 03:06:21 ---> 034907210dbc 03:06:21 Step 13/22 : EXPOSE $APP_PORT 03:06:21 ---> Running in fa06dc17fc97 03:06:21 Removing intermediate container 5eaea65f03cc 03:06:21 ---> 02f35ea9c9d1 03:06:21 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 03:06:21 Removing intermediate container 1eff8ddf5a6d 03:06:21 ---> 236265a6bdde 03:06:21 Step 13/24 : EXPOSE $APP_PORT 03:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:06:21 ---> Running in d31d38da0c04 03:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:06:21 Removing intermediate container fa06dc17fc97 03:06:21 ---> bc1e2265f6fb 03:06:21 Step 14/22 : WORKDIR / 03:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:06:22 ---> Running in 5c646c236e11 03:06:22 ---> da8ff055698c 03:06:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:06:22 Removing intermediate container d31d38da0c04 03:06:22 ---> 1121663472be 03:06:22 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:06:22 (1/4) Installing ca-certificates (20191127-r4) 03:06:22 (1/5) Installing ca-certificates (20191127-r4) 03:06:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:06:22 (3/4) Installing libcurl (7.69.1-r3) 03:06:22 (4/4) Installing curl (7.69.1-r3) 03:06:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:06:22 Executing busybox-1.31.1-r19.trigger 03:06:22 (3/5) Installing libcurl (7.69.1-r3) 03:06:22 Executing ca-certificates-20191127-r4.trigger 03:06:22 (4/5) Installing curl (7.69.1-r3) 03:06:22 (5/5) Installing dumb-init (1.2.2-r1) 03:06:22 Executing busybox-1.31.1-r19.trigger 03:06:22 Executing ca-certificates-20191127-r4.trigger 03:06:23 OK: 7 MiB in 18 packages 03:06:23 OK: 7 MiB in 19 packages 03:06:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:06:23 git set to automatically installed. 03:06:23 git-man set to automatically installed. 03:06:23 libcurl3-gnutls set to automatically installed. 03:06:23 liberror-perl set to automatically installed. 03:06:23 libglib2.0-0 set to automatically installed. 03:06:23 libnghttp2-14 set to automatically installed. 03:06:23 libnorm1 set to automatically installed. 03:06:23 libpgm-5.2-0 set to automatically installed. 03:06:23 libpsl5 set to automatically installed. 03:06:23 librtmp1 set to automatically installed. 03:06:23 libsodium23 set to automatically installed. 03:06:23 libzmq3-dev set to automatically installed. 03:06:23 libzmq5 set to automatically installed. 03:06:23 pkg-config set to automatically installed. 03:06:23 zip set to automatically installed. 03:06:23 Removing intermediate container 5c646c236e11 03:06:23 ---> 9a5f9e9d1b6e 03:06:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:06:23 ---> e9da50c0138d 03:06:23 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:06:24 ---> b600368b32c7 03:06:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:06:24 ---> e2a2f9dbaecf 03:06:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:06:25 snapd is not logged in, snap install commands will use sudo 03:06:25 ---> 7842a9c0585e 03:06:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:06:25 ---> db0f7978b931 03:06:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:06:25 ---> Running in 2727ea82393f 03:06:26 Removing intermediate container 9951853d5210 03:06:26 ---> c7b18ea36fa3 03:06:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:06:26 Removing intermediate container 37d4979b7e56 03:06:26 ---> 1aac84688ee9 03:06:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:06:26 ---> 30f3aec55e1b 03:06:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:06:26 ---> Running in 214132833a04 03:06:26 ---> Running in 58f521727a67 03:06:26 Removing intermediate container 2727ea82393f 03:06:26 ---> a56d84a5c096 03:06:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:27 ---> Running in daf2b4ae5630 03:06:27 Removing intermediate container 214132833a04 03:06:27 Removing intermediate container 58f521727a67 03:06:27 ---> 0aa5f8d010d0 03:06:27 ---> e9abfb38c480 03:06:27 Step 13/21 : WORKDIR /edgex 03:06:27 Step 13/24 : WORKDIR / 03:06:27 ---> c633b9ee5ec4 03:06:27 Step 18/22 : ENTRYPOINT ["/core-command"] 03:06:27 ---> ee9b6c6efb53 03:06:27 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:06:27 ---> Running in ee62fa9a4dcc 03:06:27 ---> Running in d86d335c68a0 03:06:27 ---> Running in 5427d3a1105c 03:06:27 Removing intermediate container daf2b4ae5630 03:06:27 ---> 3bd0ccea8ff2 03:06:27 Step 19/21 : LABEL arch=arm64 03:06:27 ---> Running in 19a8eceb59ab 03:06:28 Removing intermediate container 5427d3a1105c 03:06:28 ---> 6291149e7745 03:06:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:28 Removing intermediate container ee62fa9a4dcc 03:06:28 ---> d9a2974962d5 03:06:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:06:28 Removing intermediate container d86d335c68a0 03:06:28 ---> 4329e2091415 03:06:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:06:28 ---> Running in d1bf22e4164a 03:06:28 Removing intermediate container 19a8eceb59ab 03:06:28 ---> c210704a8ecf 03:06:28 Step 20/21 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:06:28 ---> 0c2d3d73245d 03:06:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:06:28 ---> Running in e34c20dbf70a 03:06:29 Removing intermediate container d1bf22e4164a 03:06:29 ---> f72c2d5f5f0e 03:06:29 Step 20/22 : LABEL arch=arm64 03:06:29 ---> 27e5f316d4c3 03:06:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:06:29 ---> Running in b4f65a4e70d2 03:06:29 ---> 2d336ad095b6 03:06:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:06:29 Removing intermediate container e34c20dbf70a 03:06:29 ---> d7a6ea8831f5 03:06:29 Step 21/21 : LABEL version=0.0.0 03:06:29 ---> Running in fe37ed20da8d 03:06:30 Removing intermediate container b4f65a4e70d2 03:06:30 ---> bcd5221892ec 03:06:30 Step 21/22 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:06:30 ---> d3a7f4f2e2bb 03:06:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:06:30 ---> Running in 04a222742c17 03:06:30 ---> 33e1b8dba4ab 03:06:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:06:30 Removing intermediate container fe37ed20da8d 03:06:30 ---> bb421d857556 03:06:30 03:06:31 ---> 98e55e2550b7 03:06:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:06:31 Removing intermediate container 04a222742c17 03:06:31 ---> 4dd74fe0b3eb 03:06:31 Step 22/22 : LABEL version=0.0.0 03:06:31 Successfully built bb421d857556 03:06:31 ---> 9343e8ce24f6 03:06:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:06:31 Successfully tagged docker-support-scheduler-go-arm64:latest 03:06:31  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 03:06:31 ---> Running in af02bfca1f0d 03:06:31 ---> Running in 9286790c22b1 03:06:32 ---> 59e67ea29fae 03:06:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:06:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:06:32 snap "core18" has no updates available 03:06:32 Removing intermediate container 9286790c22b1 03:06:32 ---> 5968b0362e4f 03:06:32 03:06:33 Removing intermediate container af02bfca1f0d 03:06:33 ---> 17078f70eb2a 03:06:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:33 Successfully built 5968b0362e4f 03:06:33 ---> ad811e34d738 03:06:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:06:33 Successfully tagged docker-core-command-go-arm64:latest 03:06:33  Building docker-core-command-go ... done Building docker-core-data-go 03:06:33 ---> Running in a57f283b9d8c 03:06:33 ---> Running in 701d2e45b99b 03:06:33 Pulling config-common 03:06:33 ---> c4397497c3b2 03:06:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:06:34 Removing intermediate container a57f283b9d8c 03:06:34 ---> e894357e1533 03:06:34 Step 22/24 : LABEL arch=arm64 03:06:34 Removing intermediate container 701d2e45b99b 03:06:34 ---> 22eabec60e01 03:06:34 Step 18/21 : CMD ["--init=true"] 03:06:34 ---> Running in ed755ef1e1ed 03:06:34 ---> Running in 8309f69fea84 03:06:35 Pulling go-build-helper 03:06:35 Removing intermediate container ed755ef1e1ed 03:06:35 ---> f66abb58a5f1 03:06:35 Step 23/24 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:06:36 ---> 59b54e82a0b6 03:06:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:06:36 Removing intermediate container 8309f69fea84 03:06:36 ---> ed5e22032ca8 03:06:36 Step 19/21 : LABEL arch=arm64 03:06:36 ---> Running in 00affc4e3aac 03:06:37 ---> Running in 7037ef4a98bc 03:06:37 ---> 18b55a5dfa85 03:06:37 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/ 03:06:38 ---> Running in e504f7c3504d 03:06:38 Removing intermediate container 00affc4e3aac 03:06:38 ---> 2cfbd47af185 03:06:38 Step 24/24 : LABEL version=0.0.0 03:06:38 Removing intermediate container 7037ef4a98bc 03:06:38 ---> 46c16479b488 03:06:38 Step 20/21 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:06:39 ---> Running in 073ea0b8d4f0 03:06:39 ---> Running in 7118c72e93a0 03:06:39 Removing intermediate container 073ea0b8d4f0 03:06:39 ---> 4853b2be77eb 03:06:39 03:06:40 Removing intermediate container 7118c72e93a0 03:06:40 ---> 8acf7deb9e94 03:06:40 Step 21/21 : LABEL version=0.0.0 03:06:40 Successfully built 4853b2be77eb 03:06:40 Successfully tagged docker-support-notifications-go-arm64:latest 03:06:40  Building docker-support-notifications-go ... done Building docker-core-metadata-go 03:06:40 ---> Running in 397bd0348474 03:06:41 Removing intermediate container 397bd0348474 03:06:41 ---> a3c87cd0020a 03:06:41 03:06:41 Successfully built a3c87cd0020a 03:06:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:06:41 Removing intermediate container e504f7c3504d 03:06:41 ---> d5b763cf650c 03:06:41  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 03:06:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:06:41 ---> Running in 83e2c9398929 03:06:42 Removing intermediate container 83e2c9398929 03:06:42 ---> d685d418ee3b 03:06:42 Step 22/24 : LABEL arch=arm64 03:06:42 ---> Running in 089da3f57d88 03:06:43 Removing intermediate container 089da3f57d88 03:06:43 ---> a6a2b2dbd979 03:06:43 Step 23/24 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:06:43 ---> Running in c3e605434a9e 03:06:44 Removing intermediate container c3e605434a9e 03:06:44 ---> 7effb2c0e4e6 03:06:44 Step 24/24 : LABEL version=0.0.0 03:06:45 ---> Running in 0084ab2baeab 03:06:46 Removing intermediate container 0084ab2baeab 03:06:46 ---> 48b5c86d665e 03:06:46 03:06:46 Successfully built 48b5c86d665e 03:06:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:07:01 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:07:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:07:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:07:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 03:07:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:07:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:07:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 03:07:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 03:07:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 03:07:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:07:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:07:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:07:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 03:07:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:07:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:07:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:07:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:07:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 03:07:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:07:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 03:07:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 03:07:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 03:07:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 03:07:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 03:07:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 03:07:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 03:07:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 03:07:01 Fetched 23.7 MB in 0s (0 B/s) 03:07:01 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:07:01 Fetched 96.5 kB in 0s (0 B/s) 03:07:01 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:07:01 Fetched 279 kB in 0s (0 B/s) 03:07:01 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:07:01 Fetched 122 kB in 0s (0 B/s) 03:07:01 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:07:01 Fetched 77.8 kB in 0s (0 B/s) 03:07:01 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:07:01 Fetched 8848 B in 0s (0 B/s) 03:07:01 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:07:01 Fetched 47.8 kB in 0s (0 B/s) 03:07:01 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:07:01 Fetched 45.6 kB in 0s (0 B/s) 03:07:01 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:07:01 Fetched 15.0 kB in 0s (0 B/s) 03:07:01 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:07:01 Fetched 214 kB in 0s (0 B/s) 03:07:01 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 03:07:01 Fetched 155 kB in 0s (0 B/s) 03:07:01 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:07:01 Fetched 50.6 kB in 0s (0 B/s) 03:07:01 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:07:01 Fetched 14.8 kB in 0s (0 B/s) 03:07:01 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:07:01 Fetched 41.8 kB in 0s (0 B/s) 03:07:01 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:07:01 Fetched 499 kB in 0s (0 B/s) 03:07:01 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:07:01 Fetched 111 kB in 0s (0 B/s) 03:07:01 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:07:01 Fetched 240 kB in 0s (0 B/s) 03:07:01 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:07:01 Fetched 29.3 kB in 0s (0 B/s) 03:07:01 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:07:01 Fetched 85.5 kB in 0s (0 B/s) 03:07:01 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:07:01 Fetched 24.5 kB in 0s (0 B/s) 03:07:01 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:07:01 Fetched 49.2 kB in 0s (0 B/s) 03:07:01 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:07:01 Fetched 54.2 kB in 0s (0 B/s) 03:07:01 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:07:01 Fetched 30.8 kB in 0s (0 B/s) 03:07:01 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 03:07:01 Fetched 17.0 kB in 0s (0 B/s) 03:07:01 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:07:01 Fetched 85.9 kB in 0s (0 B/s) 03:07:01 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:07:01 Fetched 8720 B in 0s (0 B/s) 03:07:01 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:07:01 Fetched 137 kB in 0s (0 B/s) 03:07:01 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:07:01 Fetched 119 kB in 0s (0 B/s) 03:07:01 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:07:01 Fetched 109 kB in 0s (0 B/s) 03:07:01 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:07:01 Fetched 11.1 kB in 0s (0 B/s) 03:07:01 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:07:01 Fetched 645 kB in 0s (0 B/s) 03:07:01 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:07:01 Fetched 41.3 kB in 0s (0 B/s) 03:07:01 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:07:01 Fetched 17.9 kB in 0s (0 B/s) 03:07:01 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:07:01 Fetched 368 kB in 0s (0 B/s) 03:07:01 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:07:01 Fetched 187 kB in 0s (0 B/s) 03:07:01 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:07:01 Fetched 175 kB in 0s (0 B/s) 03:07:01 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:07:01 Fetched 206 kB in 0s (0 B/s) 03:07:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 03:07:01 Fetched 1301 kB in 0s (0 B/s) 03:07:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:07:01 Fetched 36.2 kB in 0s (0 B/s) 03:07:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:07:01 Fetched 159 kB in 0s (0 B/s) 03:07:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:07:01 Fetched 107 kB in 0s (0 B/s) 03:07:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:07:01 Fetched 48.7 kB in 0s (0 B/s) 03:07:01 Pulling static-packages 03:07:01 'go115' has dependencies that need to be staged: static-packages go-build-helper 03:07:01 Skipping pull go-build-helper (already ran) 03:07:01 Skipping pull static-packages (already ran) 03:07:01 Building go-build-helper 03:07:05 Building static-packages 03:07:07 Staging go-build-helper 03:07:08 Staging static-packages 03:07:09 Pulling go115 03:07:10 'edgex-go' has dependencies that need to be staged: go115 03:07:10 Skipping pull go115 (already ran) 03:07:10 Building go115 03:07:10 % Total % Received % Xferd Average Speed Time Time Time Current 03:07:10 Dload Upload Total Spent Left Speed 03:07:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9519k 0 0 7770k 0 0:00:15 0:00:01 0:00:14 7764k 24 115M 24 27.9M 0 0 12.7M 0 0:00:09 0:00:02 0:00:07 12.7M 42 115M 42 49.6M 0 0 15.5M 0 0:00:07 0:00:03 0:00:04 15.5M 62 115M 62 71.6M 0 0 17.0M 0 0:00:06 0:00:04 0:00:02 17.0M 81 115M 81 93.6M 0 0 18.0M 0 0:00:06 0:00:05 0:00:01 18.8M 99 115M 99 115M 0 0 18.6M 0 0:00:06 0:00:06 --:--:-- 21.3M 100 115M 100 115M 0 0 18.6M 0 0:00:06 0:00:06 --:--:-- 21.8M 03:07:17 go1.15.2.linux-amd64.tar.gz: OK 03:07:18  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:07:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:07:18 ---> e1c6c6efc8cf 03:07:18 Step 3/26 : WORKDIR /edgex-go 03:07:18 ---> Using cache 03:07:18 ---> 5ca06921bebc 03:07:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:18 ---> Using cache 03:07:18 ---> 8f12a35491ec 03:07:18 Step 5/26 : RUN apk add --update --no-cache make bash git 03:07:21 Staging go115 03:07:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:07:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:07:22 ---> e1c6c6efc8cf 03:07:22 Step 3/23 : WORKDIR /edgex-go 03:07:22 ---> Using cache 03:07:22 ---> 5ca06921bebc 03:07:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:22 ---> Using cache 03:07:22 ---> 8f12a35491ec 03:07:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:07:24 ---> Running in 99dec7ca3857 03:07:24 ---> Running in b4d254f75f54 03:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:07:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:07:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:07:26 Fetched 0 B in 0s (0 B/s) 03:07:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:07:26 Fetched 224 kB in 0s (0 B/s) 03:07:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:07:26 Fetched 157 kB in 0s (0 B/s) 03:07:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:07:26 Fetched 221 kB in 0s (0 B/s) 03:07:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:07:26 Fetched 143 kB in 0s (0 B/s) 03:07:26 Pulling edgex-go 03:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:07:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:07:27 ---> e1c6c6efc8cf 03:07:27 Step 3/22 : WORKDIR /edgex-go 03:07:27 ---> Using cache 03:07:27 ---> 5ca06921bebc 03:07:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:27 ---> Using cache 03:07:27 ---> 8f12a35491ec 03:07:27 Step 5/22 : RUN apk add --update --no-cache make git 03:07:27 Pulling version 03:07:27 OK: 217 MiB in 51 packages 03:07:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:07:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:07:27 ---> e1c6c6efc8cf 03:07:27 Step 3/22 : WORKDIR /edgex-go 03:07:27 ---> Using cache 03:07:27 ---> 5ca06921bebc 03:07:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:27 ---> Using cache 03:07:27 ---> 8f12a35491ec 03:07:27 Step 5/22 : RUN apk add --update --no-cache make git 03:07:27 OK: 217 MiB in 51 packages 03:07:28 Building config-common 03:07:28 ---> Running in 08c1c5118c5a 03:07:28 ---> Running in 85b0d6b19f42 03:07:29 Removing intermediate container 99dec7ca3857 03:07:29 ---> aaec732a21c0 03:07:29 Step 6/23 : COPY go.mod . 03:07:29 Removing intermediate container b4d254f75f54 03:07:29 ---> 53ebc0d5ebee 03:07:29 Step 6/26 : COPY go.mod . 03:07:30 Skipping build go-build-helper (already ran) 03:07:30 Skipping build static-packages (already ran) 03:07:30 Skipping build go115 (already ran) 03:07:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:30 Building edgex-go 03:07:30 ---> f4a8b6417a19 03:07:30 Step 7/23 : RUN go mod download 03:07:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:30 ---> 62dfa5e2abfa 03:07:30 Step 7/26 : RUN go mod download 03:07:30 ---> Running in 5bdb794a9b18 03:07:30 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 03:07:30 ---> Running in 1c6d350335d8 03:07:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:31 OK: 217 MiB in 51 packages 03:07:31 OK: 217 MiB in 51 packages 03:07:32 go: downloading github.com/gorilla/mux v1.8.0 03:07:32 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 03:07:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 03:07:32 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:07:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 03:07:32 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:07:32 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:07:32 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 03:07:32 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 03:07:32 go: downloading github.com/BurntSushi/toml v0.3.1 03:07:32 go: downloading github.com/pkg/errors v0.8.1 03:07:32 go: downloading github.com/x448/float16 v0.8.4 03:07:32 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:07:32 go: downloading github.com/pebbe/zmq4 v1.2.2 03:07:32 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:07:32 go: downloading github.com/google/uuid v1.1.4 03:07:32 go: downloading github.com/go-kit/kit v0.8.0 03:07:32 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:07:32 go: downloading github.com/hashicorp/consul/api v1.1.0 03:07:32 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:07:32 go: downloading gopkg.in/yaml.v2 v2.4.0 03:07:32 go: downloading github.com/imdario/mergo v0.3.11 03:07:32 go: downloading github.com/pelletier/go-toml v1.2.0 03:07:32 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 03:07:32 go: downloading github.com/hashicorp/serf v0.8.2 03:07:32 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:07:32 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:07:32 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 03:07:32 go: downloading github.com/go-playground/universal-translator v0.17.0 03:07:32 go: downloading github.com/leodido/go-urn v1.2.0 03:07:32 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:07:32 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:07:32 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:07:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:07:33 go: downloading github.com/mitchellh/copystructure v1.0.0 03:07:33 go: downloading github.com/go-playground/locales v0.13.0 03:07:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:07:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:07:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:07:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:07:33 Removing intermediate container 85b0d6b19f42 03:07:33 ---> 972ca6d2c802 03:07:33 Step 6/22 : COPY go.mod . 03:07:33 Removing intermediate container 08c1c5118c5a 03:07:33 ---> d55f26e40e73 03:07:33 Step 6/22 : COPY go.mod . 03:07:34 ---> 079aa42f608e 03:07:34 Step 7/22 : RUN go mod download 03:07:34 Removing intermediate container 5bdb794a9b18 03:07:34 ---> f19490a8d920 03:07:34 Step 8/23 : COPY . . 03:07:34 ---> Running in 6a0e24f14882 03:07:34 Removing intermediate container 1c6d350335d8 03:07:34 ---> a1b4dcfdeebd 03:07:34 Step 8/26 : COPY . . 03:07:34 ---> f0a39552e799 03:07:34 Step 7/22 : RUN go mod download 03:07:35 ---> Running in 2bfd8c076e4c 03:07:40 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 03:07:40 Removing intermediate container 6a0e24f14882 03:07:40 ---> 728cf2285525 03:07:40 Step 8/22 : COPY . . 03:07:41 Removing intermediate container 2bfd8c076e4c 03:07:41 ---> 216cc1d195e2 03:07:41 Step 8/22 : COPY . . 03:07:44 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 03:07:45 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 03:07:46 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 03:07:46 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 03:07:46 go: downloading github.com/stretchr/testify v1.6.1 03:07:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:07:47 go: downloading github.com/davecgh/go-spew v1.1.1 03:07:47 go: downloading github.com/pmezard/go-difflib v1.0.0 03:07:48 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 03:07:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:07:48 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:07:49 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 03:07:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:07:50 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:07: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 03:07:53 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 03:07:54 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 03:07:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:07:56 ---> 72c117a02471 03:07:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:07:56 ---> 5ea5bb0e2e00 03:07:56 Step 9/23 : RUN make cmd/core-data/core-data 03:07:56 ---> 1335ba4e3a64 03:07:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:07:56 ---> Running in 782547dc33d1 03:07:56 ---> Running in 9f860769e333 03:07:56 ---> Running in cb2559580e55 03:07:56 ---> 5889fab003c5 03:07:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:07:56 ---> Running in a372f1d00074 03:07:56 Building version 03:07:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:07:57 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 03:07:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:07:58 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 03:07:58 Staging config-common 03:07:59 Skipping stage go-build-helper (already ran) 03:07:59 Skipping stage static-packages (already ran) 03:07:59 Skipping stage go115 (already ran) 03:07:59 Staging edgex-go 03:08:00 Staging version 03:08:01 Priming config-common 03:08:02 Priming go-build-helper 03:08:03 Priming static-packages 03:08:05 Priming go115 03:08:06 Priming edgex-go 03:08:07 Priming version 03:08:08 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:09:20 Removing intermediate container a372f1d00074 03:09:20 ---> 6ec0390d181c 03:09:20 03:09:20 Step 10/22 : FROM alpine:3.12 03:09:20 ---> afeebe901d6b 03:09:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:09:20 ---> Using cache 03:09:20 ---> c7b18ea36fa3 03:09:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:09:20 ---> Running in f54503d82d3b 03:09:20 Removing intermediate container f54503d82d3b 03:09:20 ---> 2a0fd9218bc4 03:09:20 Step 13/22 : WORKDIR / 03:09:20 Removing intermediate container 9f860769e333 03:09:20 ---> 22e4518df860 03:09:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:09:20 ---> Running in 19c0c242e2f6 03:09:20 ---> Running in d7bf8af5734c 03:09:20 Removing intermediate container 19c0c242e2f6 03:09:20 ---> a30cfcbaab36 03:09:20 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:09:20 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 03:09:20 ---> 45a0d322b24f 03:09:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:09:20 ---> 47860b49efc5 03:09:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:09:20 ---> 6932fb870025 03:09:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:09:20 ---> d5d28cccdf9b 03:09:20 Step 18/22 : RUN chmod +x entrypoint.sh 03:09:20 ---> Running in 5bc7fa85e176 03:09:21 Removing intermediate container d7bf8af5734c 03:09:21 ---> 27abf1d8fe2a 03:09:21 03:09:21 Step 11/26 : FROM docker:20.10.0 03:09:22 20.10.0: Pulling from library/docker 03:09:24 Removing intermediate container 5bc7fa85e176 03:09:24 ---> aa4301c95a87 03:09:24 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 03:09:24 ---> Running in 13fb77ef4905 03:09:25 Removing intermediate container 13fb77ef4905 03:09:25 ---> 9a7ce9513c29 03:09:25 Step 20/22 : LABEL arch=arm64 03:09:25 ---> Running in cfd77d1fece2 03:09:26 Removing intermediate container cfd77d1fece2 03:09:26 ---> 028ba494bd30 03:09:26 Step 21/22 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:09:26 ---> Running in 00546d6b8997 03:09:27 Removing intermediate container 00546d6b8997 03:09:27 ---> b2860f592b41 03:09:27 Step 22/22 : LABEL version=0.0.0 03:09:27 ---> Running in 80278161d879 03:09:28 Removing intermediate container 80278161d879 03:09:28 ---> 043f6dd49bb4 03:09:28 03:09:29 Successfully built 043f6dd49bb4 03:09:29 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 03:09:32  Building docker-security-bootstrap-redis-go ... done Removing intermediate container cb2559580e55 03:09:32 ---> 272453572b0b 03:09:32 03:09:32 Step 10/22 : FROM scratch 03:09:32 ---> 03:09:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:09:32 ---> Using cache 03:09:32 ---> 0c42b9d46c27 03:09:32 Step 12/22 : ENV APP_PORT=48081 03:09:32 ---> Running in be62ef7a6d49 03:09:33 Removing intermediate container be62ef7a6d49 03:09:33 ---> eba0d8d8f8c6 03:09:33 Step 13/22 : EXPOSE $APP_PORT 03:09:33 ---> Running in d1a9714edf67 03:09:34 Removing intermediate container d1a9714edf67 03:09:34 ---> 75c3c906cdc5 03:09:34 Step 14/22 : WORKDIR / 03:09:34 ---> Running in a677e2f376c4 03:09:35 Removing intermediate container a677e2f376c4 03:09:35 ---> 9fe170732502 03:09:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:09:36 ---> 23b03799143e 03:09:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:09:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:09:38 Status: Downloaded newer image for docker:20.10.0 03:09:38 ---> eeaf43b92773 03:09:38 Step 12/26 : RUN apk add --no-cache bash 03:09:38 Removing intermediate container 782547dc33d1 03:09:38 ---> 8e72ab5e4ebe 03:09:38 03:09:38 Step 10/23 : FROM alpine:3.12 03:09:38 ---> afeebe901d6b 03:09:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:09:38 ---> 0257c44b9206 03:09:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:09:38 ---> Running in 56a1e6c590ef 03:09:38 ---> Running in ce5ae654ef2f 03:09:39 Removing intermediate container ce5ae654ef2f 03:09:39 ---> a3976143b4b5 03:09:39 Step 12/23 : ENV APP_PORT=48080 03:09:39 ---> 7bf1da818ba9 03:09:39 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:09:39 ---> Running in f2e37b459a54 03:09:39 ---> Running in 62a522ce860c 03:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:09:39 Removing intermediate container f2e37b459a54 03:09:39 ---> 4be46a50a96e 03:09:39 Step 13/23 : EXPOSE $APP_PORT 03:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:09:40 ---> Running in a54043478bb5 03:09:40 Removing intermediate container 62a522ce860c 03:09:40 ---> b39eafde96a1 03:09:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:09:40 ---> Running in 2c0c33ede02e 03:09:40 (1/2) Installing readline (8.0.4-r0) 03:09:40 (2/2) Installing bash (5.0.17-r0) 03:09:40 Executing bash-5.0.17-r0.post-install 03:09:40 Executing busybox-1.31.1-r19.trigger 03:09:40 OK: 12 MiB in 22 packages 03:09:40 Removing intermediate container a54043478bb5 03:09:40 ---> b49edde00627 03:09:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:40 Removing intermediate container 2c0c33ede02e 03:09:40 ---> e90512d23e74 03:09:40 Step 20/22 : LABEL arch=arm64 03:09:41 ---> Running in 395a512c4c3b 03:09:41 ---> Running in 42f1ca4d587f 03:09:41 Removing intermediate container 42f1ca4d587f 03:09:41 ---> 6bf3587d68e1 03:09:41 Step 21/22 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:09:41 ---> Running in c591ea0d0374 03:09:42 Removing intermediate container 56a1e6c590ef 03:09:42 ---> cda649d88a40 03:09:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:09:42 ---> Running in 48475aa59e1c 03:09:42 Removing intermediate container c591ea0d0374 03:09:42 ---> b53f26ef061e 03:09:42 Step 22/22 : LABEL version=0.0.0 03:09:42 ---> Running in f95bbfba4dfd 03:09:43 Removing intermediate container 48475aa59e1c 03:09:43 ---> 7cdb9bc36c68 03:09:43 Step 14/26 : ENV APP_PORT=48090 03:09:43 ---> Running in 7dd47161e773 03:09:43 Removing intermediate container f95bbfba4dfd 03:09:43 ---> 551be4727e42 03:09:43 03:09:43 Successfully built 551be4727e42 03:09:43 Successfully tagged docker-core-metadata-go-arm64:latest 03:09:43  Building docker-core-metadata-go ... done Removing intermediate container 7dd47161e773 03:09:43 ---> d93842ca2ccf 03:09:43 Step 15/26 : EXPOSE $APP_PORT 03:09:43 Removing intermediate container 395a512c4c3b 03:09:43 ---> b9eba7ce7f53 03:09:43 Step 15/23 : RUN apk add --update --no-cache zeromq 03:09:44 ---> Running in b59edc780d2f 03:09:44 ---> Running in ae247dc5b868 03:09:44 Removing intermediate container b59edc780d2f 03:09:44 ---> 7234fb54b764 03:09:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:09:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:09:45 ---> 42a0a5ddfe1f 03:09:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:09:46 ---> 060a24922206 03:09:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:09:46 (1/5) Installing libgcc (9.3.0-r2) 03:09:46 (2/5) Installing libsodium (1.0.18-r0) 03:09:47 (3/5) Installing libstdc++ (9.3.0-r2) 03:09:47 (4/5) Installing libzmq (4.3.3-r0) 03:09:47 (5/5) Installing zeromq (4.3.3-r0) 03:09:47 Executing busybox-1.31.1-r19.trigger 03:09:47 OK: 8 MiB in 19 packages 03:09:47 ---> d11c2c9cb686 03:09:47 Step 19/26 : RUN apk --no-cache add py3-pip 03:09:47 ---> Running in 298a9c33ec1b 03:09:49 Removing intermediate container ae247dc5b868 03:09:49 ---> 5a810a9da628 03:09:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:09:49 (1/33) Installing libbz2 (1.0.8-r1) 03:09:49 (2/33) Installing expat (2.2.9-r1) 03:09:49 (3/33) Installing libffi (3.3-r2) 03:09:49 ---> 2cceb2fb72b0 03:09:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:09:49 (4/33) Installing gdbm (1.13-r1) 03:09:49 (5/33) Installing xz-libs (5.2.5-r0) 03:09:49 (6/33) Installing sqlite-libs (3.32.1-r0) 03:09:49 (7/33) Installing python3 (3.8.5-r0) 03:09:51 ---> cf897df46deb 03:09:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:09:51 (8/33) Installing py3-appdirs (1.4.4-r1) 03:09:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:09:51 (10/33) Installing py3-parsing (2.4.7-r0) 03:09:51 (11/33) Installing py3-six (1.15.0-r0) 03:09:51 (12/33) Installing py3-packaging (20.4-r0) 03:09:51 (13/33) Installing py3-setuptools (47.0.0-r0) 03:09:51 (14/33) Installing py3-chardet (3.0.4-r4) 03:09:51 (15/33) Installing py3-idna (2.9-r0) 03:09:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:09:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:09:51 (18/33) Installing py3-requests (2.23.0-r0) 03:09:52 (19/33) Installing py3-msgpack (1.0.0-r0) 03:09:52 (20/33) Installing py3-lockfile (0.12.2-r3) 03:09:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:09:52 (22/33) Installing py3-colorama (0.4.3-r0) 03:09:52 (23/33) Installing py3-distlib (0.3.0-r0) 03:09:52 (24/33) Installing py3-distro (1.5.0-r1) 03:09:52 (25/33) Installing py3-webencodings (0.5.1-r3) 03:09:52 (26/33) Installing py3-html5lib (1.0.1-r4) 03:09:52 (27/33) Installing py3-pytoml (0.1.21-r0) 03:09:52 (28/33) Installing py3-pep517 (0.8.2-r0) 03:09:52 (29/33) Installing py3-progress (1.5-r0) 03:09:52 (30/33) Installing py3-toml (0.10.1-r0) 03:09:52 (31/33) Installing py3-retrying (1.3.3-r0) 03:09:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:09:52 (33/33) Installing py3-pip (20.1.1-r0) 03:09:52 ---> 298f34014383 03:09:52 Step 19/23 : ENTRYPOINT ["/core-data"] 03:09:52 Executing busybox-1.31.1-r19.trigger 03:09:52 OK: 71 MiB in 55 packages 03:09:52 ---> Running in 3b88a38e5476 03:09:53 Removing intermediate container 3b88a38e5476 03:09:53 ---> 6ebd7b23a571 03:09:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:09:53 ---> Running in 5f1bc1c85aee 03:09:54 Removing intermediate container 5f1bc1c85aee 03:09:54 ---> aa0e512e2a0c 03:09:54 Step 21/23 : LABEL arch=arm64 03:09:54 ---> Running in 7d9c703fdb31 03:09:55 Removing intermediate container 7d9c703fdb31 03:09:55 ---> e1381e311104 03:09:55 Step 22/23 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:09:55 ---> Running in a980373b3e3f 03:09:55 Removing intermediate container a980373b3e3f 03:09:55 ---> 9189d21206b7 03:09:55 Step 23/23 : LABEL version=0.0.0 03:09:56 ---> Running in 0580f783f4d4 03:09:56 Removing intermediate container 0580f783f4d4 03:09:56 ---> 517f8505a415 03:09:56 03:09:57 Successfully built 517f8505a415 03:09:57 Successfully tagged docker-core-data-go-arm64:latest 03:09:58  Building docker-core-data-go ... done Removing intermediate container 298a9c33ec1b 03:09:58 ---> a7b0ee90996b 03:09:58 Step 20/26 : RUN pip install docker-compose==1.23.2 03:09:58 ---> Running in 79736529baf9 03:10:02 Collecting docker-compose==1.23.2 03:10:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:10:03 Collecting texttable<0.10,>=0.9.0 03:10:03 Downloading texttable-0.9.1.tar.gz (11 kB) 03:10:05 Collecting jsonschema<3,>=2.5.1 03:10:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:10:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:10:06 Collecting docker<4.0,>=3.6.0 03:10:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:10:07 Collecting cached-property<2,>=1.2.0 03:10:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:10:07 Collecting dockerpty<0.5,>=0.4.1 03:10:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:10:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:10:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:10:10 Collecting PyYAML<4,>=3.10 03:10:11 Downloading PyYAML-3.13.tar.gz (270 kB) 03:10:14 Collecting websocket-client<1.0,>=0.32.0 03:10:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:10:14 Collecting docopt<0.7,>=0.6.1 03:10:14 Downloading docopt-0.6.2.tar.gz (25 kB) 03:10:16 Collecting docker-pycreds>=0.4.0 03:10:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:10:16 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) 03:10:17 Collecting urllib3<1.25,>=1.21.1 03:10:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:10:17 Collecting idna<2.8,>=2.5 03:10:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:10:17 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) 03:10:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:10:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:10:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:10:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:10:18 Installing collected packages: texttable, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, dockerpty, PyYAML, docopt, docker-compose 03:10:18 Running setup.py install for texttable: started 03:10:20 Running setup.py install for texttable: finished with status 'done' 03:10:20 Attempting uninstall: urllib3 03:10:20 Found existing installation: urllib3 1.25.9 03:10:20 Uninstalling urllib3-1.25.9: 03:10:20 Successfully uninstalled urllib3-1.25.9 03:10:21 Attempting uninstall: idna 03:10:21 Found existing installation: idna 2.9 03:10:21 Uninstalling idna-2.9: 03:10:21 Successfully uninstalled idna-2.9 03:10:22 Attempting uninstall: requests 03:10:22 Found existing installation: requests 2.23.0 03:10:22 Uninstalling requests-2.23.0: 03:10:22 Successfully uninstalled requests-2.23.0 03:10:23 Running setup.py install for dockerpty: started 03:10:25 Running setup.py install for dockerpty: finished with status 'done' 03:10:25 Running setup.py install for PyYAML: started 03:10:27 Running setup.py install for PyYAML: finished with status 'done' 03:10:27 Running setup.py install for docopt: started 03:10:29 Running setup.py install for docopt: finished with status 'done' 03:10:29 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 03:10:34 Removing intermediate container 79736529baf9 03:10:34 ---> 7145ee1478bf 03:10:34 Step 21/26 : RUN apk --no-cache add curl 03:10:34 ---> Running in 16a5ef09b95f 03:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:10:35 (2/3) Installing libcurl (7.69.1-r3) 03:10:35 (3/3) Installing curl (7.69.1-r3) 03:10:35 Executing busybox-1.31.1-r19.trigger 03:10:35 OK: 71 MiB in 58 packages 03:10:37 Removing intermediate container 16a5ef09b95f 03:10:37 ---> 938b591ea64f 03:10:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:10:37 ---> Running in 34eaa30d866d 03:10:37 Removing intermediate container 34eaa30d866d 03:10:37 ---> c341456c9db9 03:10:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:37 ---> Running in 4c6d607f85ca 03:10:37 Removing intermediate container 4c6d607f85ca 03:10:37 ---> 72322a9554e3 03:10:37 Step 24/26 : LABEL arch=arm64 03:10:38 ---> Running in 556b7dce6a88 03:10:38 Removing intermediate container 556b7dce6a88 03:10:38 ---> 21439925a3f6 03:10:38 Step 25/26 : LABEL git_sha=15391329d373bd87f5499df3483d76a556bbe7ce 03:10:38 ---> Running in a510d07ff746 03:10:39 Removing intermediate container a510d07ff746 03:10:39 ---> 044bcefbc2a4 03:10:39 Step 26/26 : LABEL version=0.0.0 03:10:39 ---> Running in 33b20b36d67e 03:10:39 Removing intermediate container 33b20b36d67e 03:10:39 ---> 717bf73990eb 03:10:39 03:10:40 Successfully built 717bf73990eb 03:10:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:10:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:10:40 $ docker stop --time=1 340147b3890130b5e7d92081d4d7b01ea0596fd931b8bf63135fb5097823da07 03:10:42 $ docker rm -f 340147b3890130b5e7d92081d4d7b01ea0596fd931b8bf63135fb5097823da07 [Pipeline] // withDockerContainer [Pipeline] sh 03:10:43 + docker images 03:10:43 + grep docker 03:10:43 docker-sys-mgmt-agent-go-arm64 latest 717bf73990eb 4 seconds ago 300MB 03:10:43 docker-core-data-go-arm64 latest 517f8505a415 47 seconds ago 21MB 03:10:43 docker-core-metadata-go-arm64 latest 551be4727e42 About a minute ago 12.3MB 03:10:43 docker-security-bootstrap-redis-go-arm64 latest 043f6dd49bb4 About a minute ago 15.1MB 03:10:43 docker-security-secretstore-setup-go-arm64 latest 48b5c86d665e 3 minutes ago 23.4MB 03:10:43 docker-security-proxy-setup-go-arm64 latest a3c87cd0020a 4 minutes ago 23.2MB 03:10:43 docker-support-notifications-go-arm64 latest 4853b2be77eb 4 minutes ago 11.4MB 03:10:43 docker-core-command-go-arm64 latest 5968b0362e4f 4 minutes ago 9.98MB 03:10:43 docker-support-scheduler-go-arm64 latest bb421d857556 4 minutes ago 10MB 03:10:43 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:10:46 provisioning config files... 03:10:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6071724715315741877tmp [Pipeline] { [Pipeline] sh 03:10:46 + set +x 03:10:46 + curl -s https://codecov.io/bash 03:10:46 + bash -s -- 03:10:47 03:10:47 _____ _ 03:10:47 / ____| | | 03:10:47 | | ___ __| | ___ ___ _____ __ 03:10:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:10:47 | |___| (_) | (_| | __/ (_| (_) \ V / 03:10:47 \_____\___/ \__,_|\___|\___\___/ \_/ 03:10:47 Bash-20201231-23d4836 03:10:47 03:10:47 03:10:47 ==> git version 2.24.3 found 03:10:47 ==> 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 03:10:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:10:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:10:47 ==> Jenkins CI detected. 03:10:47 project root: . 03:10:47 --> token set from env 03:10:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:10:47 ==> Running gcov in . (disable via -X gcov) 03:10:47 ==> Python coveragepy not found 03:10:47 ==> Searching for coverage reports in: 03:10:47 + . 03:10:47 -> Found 1 reports 03:10:47 ==> Detecting git/mercurial file structure 03:10:47 ==> Reading reports 03:10:47 + ./coverage.out bytes=548425 03:10:47 ==> Appending adjustments 03:10:47 https://docs.codecov.io/docs/fixing-reports 03:10:53 + Found adjustments 03:10:53 ==> Gzipping contents 03:10:53 84K /tmp/codecov.jO1EGC.gz 03:10:53 ==> Uploading reports 03:10:53 url: https://codecov.io 03:10:53 query: branch=PR-3036&commit=15391329d373bd87f5499df3483d76a556bbe7ce&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3036%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3036&job=&cmd_args= 03:10:53 -> Pinging Codecov 03:10:53 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3036&commit=15391329d373bd87f5499df3483d76a556bbe7ce&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3036%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3036&job=&cmd_args= 03:10:53 -> Uploading to 03:10:53 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/15391329d373bd87f5499df3483d76a556bbe7ce/25814703-378a-4e1b-bff9-2fd680ac2bac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T031053Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4abc178917053c7eb449af61ea6af55f9ea3b0731c17ceef4871380b755547f 03:10:53 % Total % Received % Xferd Average Speed Time Time Time Current 03:10:53 Dload Upload Total Spent Left Speed 03:10:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82992 0 0 100 82992 0 113k --:--:-- --:--:-- --:--:-- 113k 03:10:54 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/15391329d373bd87f5499df3483d76a556bbe7ce [Pipeline] } 03:10:54 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 03:10:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:10:57 ---> package-listing.sh 03:10:57 ++ facter osfamily 03:10:57 ++ tr '[:upper:]' '[:lower:]' 03:10:57 + OS_FAMILY=redhat 03:10:57 + workspace=/w/workspace/edgex-go/3 03:10:57 + START_PACKAGES=/tmp/packages_start.txt 03:10:57 + END_PACKAGES=/tmp/packages_end.txt 03:10:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:10:57 + PACKAGES=/tmp/packages_start.txt 03:10:57 + '[' /w/workspace/edgex-go/3 ']' 03:10:57 + PACKAGES=/tmp/packages_end.txt 03:10:57 + case "${OS_FAMILY}" in 03:10:57 + rpm -qa 03:10:57 + sort 03:11:04 + '[' -f /tmp/packages_start.txt ']' 03:11:04 + '[' -f /tmp/packages_end.txt ']' 03:11:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:11:04 + '[' /w/workspace/edgex-go/3 ']' 03:11:04 + mkdir -p /w/workspace/edgex-go/3/archives/ 03:11:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 03:11:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:11:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:11:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:11:06 03:11:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:11:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:11:06 alpine: Pulling from edgex-lftools-log-publisher 03:11:06 df20fa9351a1: Pulling fs layer 03:11:06 36b3adc4ff6f: Pulling fs layer 03:11:06 8ad3a11d3b57: Pulling fs layer 03:11:06 46f8f816bc3b: Pulling fs layer 03:11:06 93b61091891f: Pulling fs layer 03:11:06 93b9cdb0e59b: Pulling fs layer 03:11:06 5e14af77c1be: Pulling fs layer 03:11:06 01666e4c0597: Pulling fs layer 03:11:06 aa168da1d23b: Pulling fs layer 03:11:06 93b9cdb0e59b: Waiting 03:11:06 46f8f816bc3b: Waiting 03:11:06 5e14af77c1be: Waiting 03:11:06 01666e4c0597: Waiting 03:11:06 aa168da1d23b: Waiting 03:11:06 93b61091891f: Waiting 03:11:06 36b3adc4ff6f: Verifying Checksum 03:11:06 36b3adc4ff6f: Download complete 03:11:06 46f8f816bc3b: Verifying Checksum 03:11:06 46f8f816bc3b: Download complete 03:11:06 df20fa9351a1: Verifying Checksum 03:11:06 df20fa9351a1: Download complete 03:11:07 93b9cdb0e59b: Verifying Checksum 03:11:07 93b9cdb0e59b: Download complete 03:11:07 93b61091891f: Download complete 03:11:07 5e14af77c1be: Verifying Checksum 03:11:07 5e14af77c1be: Download complete 03:11:07 01666e4c0597: Verifying Checksum 03:11:07 01666e4c0597: Download complete 03:11:07 df20fa9351a1: Pull complete 03:11:07 8ad3a11d3b57: Verifying Checksum 03:11:07 8ad3a11d3b57: Download complete 03:11:08 36b3adc4ff6f: Pull complete 03:11:10 8ad3a11d3b57: Pull complete 03:11:10 46f8f816bc3b: Pull complete 03:11:12 aa168da1d23b: Verifying Checksum 03:11:12 aa168da1d23b: Download complete 03:11:13 93b61091891f: Pull complete 03:11:13 93b9cdb0e59b: Pull complete 03:11:13 5e14af77c1be: Pull complete 03:11:13 01666e4c0597: Pull complete 03:11:29 aa168da1d23b: Pull complete 03:11:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:11:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:11:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:11:29 prd-centos7-docker-4c-2g-20378 does not seem to be running inside a container 03:11:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:11:35 $ docker top 3f94af794498f2af1ad9dcda8af8900ae26a7f41cd3d191f84d42f718c7189a7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:36 + touch /tmp/pre-build-complete [Pipeline] sh 03:11:37 + mkdir -p /var/log/sa [Pipeline] sh 03:11:37 + ls /var/log/sa-host 03:11:37 + sadf -c /var/log/sa-host/sa15 03:11:37 file_magic: OK 03:11:37 HZ: Using current value: 100 03:11:37 file_header: OK 03:11:37 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 03:11:37 Statistics: 03:11:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:11:37 File successfully converted to sysstat format version 12.2.1 03:11:37 + sadf -c /var/log/sa-host/sa23 03:11:37 file_magic: OK 03:11:37 HZ: Using current value: 100 03:11:37 file_header: OK 03:11:37 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 03:11:37 Statistics: 03:11:37 Hnuu...uuuununununu... 03:11:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:11:38 provisioning config files... 03:11:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2498183008737184285tmp [Pipeline] { [Pipeline] echo 03:11:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:11:39 ---> create-netrc.sh [Pipeline] } 03:11:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:11:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:11:40 ---> python-tools-install.sh [Pipeline] echo 03:11:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:11:40 ---> sudo-logs.sh 03:11:40 Archiving 'sudo' log.. [Pipeline] echo 03:11:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:11:41 ---> job-cost.sh 03:11:41 lf-activate-venv: SKIPPING 03:11:41 INFO: No Stack... 03:11:42 INFO: Retrieving Pricing Info for: v1-standard-2 03:11:42 INFO: Archiving Costs [Pipeline] echo 03:11:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:11:43 ---> logs-deploy.sh 03:11:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3036/3 03:11:43 INFO: archiving workspace using pattern(s): 03:11:45 Archives upload complete. 03:11:45 INFO: archiving logs to Nexus 03:11:47 ---> uname -a: 03:11:47 Linux prd-centos7-docker-4c-2g-20378.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:11:47 03:11:47 03:11:47 ---> lscpu: 03:11:47 Architecture: x86_64 03:11:47 CPU op-mode(s): 32-bit, 64-bit 03:11:47 Byte Order: Little Endian 03:11:47 Address sizes: 40 bits physical, 48 bits virtual 03:11:47 CPU(s): 4 03:11:47 On-line CPU(s) list: 0-3 03:11:47 Thread(s) per core: 1 03:11:47 Core(s) per socket: 1 03:11:47 Socket(s): 4 03:11:47 NUMA node(s): 1 03:11:47 Vendor ID: GenuineIntel 03:11:47 CPU family: 6 03:11:47 Model: 44 03:11:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:11:47 Stepping: 1 03:11:47 CPU MHz: 2933.438 03:11:47 BogoMIPS: 5866.87 03:11:47 Virtualization: VT-x 03:11:47 Hypervisor vendor: KVM 03:11:47 Virtualization type: full 03:11:47 L1d cache: 128 KiB 03:11:47 L1i cache: 128 KiB 03:11:47 L2 cache: 16 MiB 03:11:47 L3 cache: 64 MiB 03:11:47 NUMA node0 CPU(s): 0-3 03:11:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:11:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:11:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:11:47 Vulnerability Meltdown: Mitigation; PTI 03:11:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:11:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:11:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:11:47 Vulnerability Srbds: Not affected 03:11:47 Vulnerability Tsx async abort: Not affected 03:11:47 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 03:11:47 03:11:47 03:11:47 ---> nproc: 03:11:47 4 03:11:47 03:11:47 03:11:47 ---> df -h: 03:11:47 Filesystem Size Used Available Use% Mounted on 03:11:47 overlay 50.0G 12.4G 37.5G 25% / 03:11:47 tmpfs 64.0M 0 64.0M 0% /dev 03:11:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:11:47 shm 64.0M 0 64.0M 0% /dev/shm 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/3 03:11:47 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/3@tmp 03:11:47 03:11:47 03:11:47 ---> free -m: 03:11:47 total used free shared buff/cache available 03:11:47 Mem: 1837 717 149 0 970 1034 03:11:47 Swap: 1023 60 963 03:11:47 03:11:47 03:11:47 ---> ip addr: 03:11:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:11:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:11:47 inet 127.0.0.1/8 scope host lo 03:11:47 valid_lft forever preferred_lft forever 03:11:47 inet6 ::1/128 scope host 03:11:47 valid_lft forever preferred_lft forever 03:11:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:11:47 link/ether fa:16:3e:cb:aa:53 brd ff:ff:ff:ff:ff:ff 03:11:47 inet 10.30.122.12/23 brd 10.30.123.255 scope global dynamic eth0 03:11:47 valid_lft 85010sec preferred_lft 85010sec 03:11:47 inet6 fe80::f816:3eff:fecb:aa53/64 scope link 03:11:47 valid_lft forever preferred_lft forever 03:11:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:11:47 link/ether 02:42:a0:a6:ec:c4 brd ff:ff:ff:ff:ff:ff 03:11:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:11:47 valid_lft forever preferred_lft forever 03:11:47 inet6 fe80::42:a0ff:fea6:ecc4/64 scope link 03:11:47 valid_lft forever preferred_lft forever 03:11:47 03:11:47 03:11:47 ---> sar -b -r -n DEV: 03:11:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 03:11:47 03:11:47 02:48:22 LINUX RESTART (4 CPU) 03:11:47 03:11:47 02:49:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:11:47 02:50:01 91.90 39.53 52.37 0.00 7038.02 9495.91 0.00 03:11:47 02:51:01 99.14 59.12 40.02 0.00 6095.81 20591.13 0.00 03:11:47 02:52:01 237.69 56.77 180.93 0.00 2521.92 40956.78 0.00 03:11:47 02:53:02 141.99 83.03 58.96 0.00 2882.94 5771.04 0.00 03:11:47 02:54:01 110.90 56.46 54.45 0.00 2108.22 5114.97 0.00 03:11:47 02:55:01 74.51 26.48 48.03 0.00 2032.85 6396.55 0.00 03:11:47 02:56:02 145.41 32.77 112.64 0.00 9424.36 55971.63 0.00 03:11:47 02:57:05 1155.62 942.70 212.92 0.00 96495.10 119761.39 0.00 03:11:47 02:58:01 1543.66 1304.99 238.67 0.00 134108.64 138771.10 0.00 03:11:47 02:59:02 275.17 92.37 182.80 0.00 10684.34 36074.90 0.00 03:11:47 03:00:03 882.66 538.94 343.71 0.00 118327.93 144242.64 0.00 03:11:47 03:01:01 1493.52 1251.28 242.25 0.00 98673.76 101033.40 0.00 03:11:47 03:02:02 212.38 49.26 163.12 0.00 6824.06 20782.52 0.00 03:11:47 03:03:01 7.70 1.13 6.57 0.00 40.35 190.15 0.00 03:11:47 03:04:01 2.43 2.26 0.17 0.00 59.80 2.61 0.00 03:11:47 03:05:01 0.90 0.03 0.87 0.00 0.80 16.23 0.00 03:11:47 03:06:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 03:11:47 03:07:01 0.23 0.02 0.22 0.00 0.13 1.67 0.00 03:11:47 03:08:01 0.22 0.02 0.20 0.00 0.13 1.80 0.00 03:11:47 03:09:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 03:11:47 03:10:01 0.28 0.02 0.27 0.00 0.13 3.00 0.00 03:11:47 03:11:01 52.33 52.05 0.28 0.00 4953.79 21.25 0.00 03:11:47 Average: 294.70 206.49 88.21 0.00 22683.82 32017.01 0.00 03:11:47 03:11:47 02:49:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:11:47 02:50:01 115148 0 631112 33.54 2620 1132664 1307712 44.63 496356 1066260 16 03:11:47 02:51:01 76420 0 699140 37.16 2596 1103388 1578556 53.87 716332 878776 41304 03:11:47 02:52:01 199672 0 765244 40.67 1492 915136 1362668 46.51 543812 839888 8 03:11:47 02:53:02 225496 0 776528 41.27 824 878696 1682448 57.42 595520 783208 63376 03:11:47 02:54:01 318312 0 777424 41.32 660 785148 1800376 61.44 578064 702920 55636 03:11:47 02:55:01 265440 0 742496 39.46 564 873044 1327996 45.32 602120 729500 25472 03:11:47 02:56:02 67636 0 725812 38.58 208 1087888 1308092 44.64 704960 850840 51872 03:11:47 02:57:05 76056 0 841732 44.74 0 963756 2355476 80.39 622300 964008 51204 03:11:47 02:58:01 98020 0 1233584 65.56 0 549940 4218160 143.96 794848 727964 30516 03:11:47 02:59:02 242708 0 700320 37.22 0 938516 1391864 47.50 497228 897168 16 03:11:47 03:00:03 174520 0 734412 39.03 0 972612 1781296 60.79 449372 1029704 112 03:11:47 03:01:01 313584 0 913636 48.56 0 654324 3138636 107.12 630240 679244 9980 03:11:47 03:02:02 352756 0 677632 36.01 0 851156 1650892 56.34 529160 753352 20 03:11:47 03:03:01 389264 0 640396 34.04 0 851884 1199336 40.93 520908 728396 12 03:11:47 03:04:01 391180 0 637556 33.88 0 852808 1167716 39.85 518692 729248 16 03:11:47 03:05:01 391180 0 637540 33.88 0 852824 1167740 39.85 518896 729260 8 03:11:47 03:06:01 391540 0 637168 33.86 0 852836 1167524 39.85 518312 729268 8 03:11:47 03:07:01 391384 0 637320 33.87 0 852840 1167740 39.85 518592 729272 8 03:11:47 03:08:01 391512 0 637184 33.86 0 852848 1167524 39.85 518324 729272 24 03:11:47 03:09:01 391916 0 636776 33.84 0 852852 1167524 39.85 518184 729276 8 03:11:47 03:10:01 391848 0 636840 33.85 0 852856 1167620 39.85 518540 729276 12 03:11:47 03:11:01 220680 0 661384 35.15 0 999480 1235568 42.17 556852 857436 240 03:11:47 Average: 267103 0 726420 38.61 407 887613 1614203 55.09 566710 799706 14994 03:11:47 03:11:47 02:49:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:11:47 02:50:01 veth655d192 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:50:01 veth580fcbc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:50:01 eth0 708.16 394.69 3774.51 81.74 0.00 0.00 0.00 0.00 03:11:47 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:51:01 eth0 711.23 789.62 2873.02 113.03 0.00 0.00 0.00 0.00 03:11:47 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:51:01 docker0 748.59 655.75 64.64 2653.74 0.00 0.00 0.00 0.00 03:11:47 02:52:01 eth0 482.04 374.00 3484.91 37.22 0.00 0.00 0.00 0.00 03:11:47 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:52:01 docker0 156.60 214.68 11.49 848.45 0.00 0.00 0.00 0.00 03:11:47 02:53:02 veth37e8f73 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 02:53:02 eth0 25.41 19.66 27.13 10.71 0.00 0.00 0.00 0.00 03:11:47 02:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:54:01 veth37e8f73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:54:01 eth0 42.50 31.68 25.07 86.83 0.00 0.00 0.00 0.00 03:11:47 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:55:01 veth37e8f73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:55:01 eth0 18.14 12.29 15.79 8.37 0.00 0.00 0.00 0.00 03:11:47 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:56:02 eth0 211.41 184.53 1685.66 84.42 0.00 0.00 0.00 0.00 03:11:47 02:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:56:02 vethbdf82ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 02:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:57:05 eth0 47.42 34.99 152.18 8.20 0.00 0.00 0.00 0.00 03:11:47 02:57:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 02:57:05 vethbdf82ca 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 02:57:05 docker0 24.08 32.48 1.52 140.62 0.00 0.00 0.00 0.00 03:11:47 02:58:01 vethbf3cc80 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 02:58:01 vethe74e75f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 02:58:01 vethe3b7b59 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 02:58:01 eth0 10.48 7.67 7.89 4.29 0.00 0.00 0.00 0.00 03:11:47 02:59:02 eth0 155.55 113.47 1431.80 16.42 0.00 0.00 0.00 0.00 03:11:47 02:59:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:11:47 02:59:02 vethbdf82ca 0.00 0.56 0.00 0.03 0.00 0.00 0.00 0.00 03:11:47 02:59:02 docker0 939.00 926.75 78.07 3790.40 0.00 0.00 0.00 0.00 03:11:47 03:00:03 eth0 107.73 62.67 428.92 77.83 0.00 0.00 0.00 0.00 03:11:47 03:00:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:00:03 vethbdf82ca 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 03:00:03 docker0 26.15 58.34 1.62 397.85 0.00 0.00 0.00 0.00 03:11:47 03:01:01 vethd51fdfc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:01:01 vetha962456 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:01:01 vethe7bd223 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:11:47 03:01:01 eth0 44.51 37.68 44.35 78.11 0.00 0.00 0.00 0.00 03:11:47 03:02:02 eth0 44.57 28.62 64.98 18.58 0.00 0.00 0.00 0.00 03:11:47 03:02:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:11:47 03:02:02 vethbdf82ca 0.00 0.85 0.00 0.04 0.00 0.00 0.00 0.00 03:11:47 03:02:02 docker0 975.38 1000.40 80.60 4258.30 0.00 0.00 0.00 0.00 03:11:47 03:03:01 eth0 3.28 2.08 3.15 1.15 0.00 0.00 0.00 0.00 03:11:47 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:04:01 eth0 0.53 0.37 0.27 0.20 0.00 0.00 0.00 0.00 03:11:47 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:05:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:11:47 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:06:01 eth0 0.55 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:11:47 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:07:01 eth0 0.47 0.33 0.27 0.20 0.00 0.00 0.00 0.00 03:11:47 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:08:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:11:47 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:10:01 eth0 0.35 0.28 0.14 0.08 0.00 0.00 0.00 0.00 03:11:47 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:11:01 eth0 19.54 16.49 13.49 42.18 0.00 0.00 0.00 0.00 03:11:47 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 Average: eth0 119.38 95.94 636.67 30.38 0.00 0.00 0.00 0.00 03:11:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:47 Average: docker0 44.64 45.79 3.69 194.89 0.00 0.00 0.00 0.00 03:11:47 03:11:47 03:11:47 ---> sar -P ALL: 03:11:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 03:11:47 03:11:47 02:48:22 LINUX RESTART (4 CPU) 03:11:47 03:11:47 02:49:03 CPU %user %nice %system %iowait %steal %idle 03:11:47 02:50:01 all 13.17 0.00 5.51 2.47 15.25 63.60 03:11:47 02:50:01 0 11.50 0.00 5.93 3.50 16.59 62.48 03:11:47 02:50:01 1 14.49 0.00 4.99 2.12 14.05 64.35 03:11:47 02:50:01 2 17.07 0.00 5.72 2.14 15.32 59.75 03:11:47 02:50:01 3 9.87 0.00 5.41 2.13 15.05 67.54 03:11:47 02:51:01 all 7.98 0.00 3.91 1.05 16.56 70.50 03:11:47 02:51:01 0 6.50 0.00 3.88 0.77 17.72 71.13 03:11:47 02:51:01 1 10.13 0.00 4.01 0.90 16.74 68.21 03:11:47 02:51:01 2 7.90 0.00 4.28 1.24 17.58 69.00 03:11:47 02:51:01 3 7.39 0.00 3.48 1.29 14.20 73.64 03:11:47 02:52:01 all 6.37 0.00 6.62 3.79 18.68 64.54 03:11:47 02:52:01 0 6.36 0.00 6.69 2.56 19.42 64.98 03:11:47 02:52:01 1 5.83 0.00 7.15 6.09 18.50 62.43 03:11:47 02:52:01 2 6.72 0.00 6.38 4.01 18.47 64.42 03:11:47 02:52:01 3 6.57 0.00 6.27 2.45 18.33 66.38 03:11:47 02:53:02 all 35.54 0.00 10.80 3.68 15.89 34.09 03:11:47 02:53:02 0 42.92 0.00 11.35 1.96 14.24 29.54 03:11:47 02:53:02 1 33.45 0.00 10.03 4.34 16.19 35.99 03:11:47 02:53:02 2 31.01 0.00 11.06 4.46 17.98 35.49 03:11:47 02:53:02 3 34.94 0.00 10.78 3.91 15.13 35.24 03:11:47 02:54:01 all 42.28 0.00 13.83 3.79 18.99 21.11 03:11:47 02:54:01 0 42.64 0.00 14.44 5.60 18.80 18.53 03:11:47 02:54:01 1 39.49 0.00 13.26 4.43 20.42 22.40 03:11:47 02:54:01 2 42.36 0.00 14.39 3.81 18.22 21.21 03:11:47 02:54:01 3 44.67 0.00 13.24 1.34 18.50 22.25 03:11:47 02:55:01 all 28.82 0.00 12.07 3.06 18.41 37.64 03:11:47 02:55:01 0 28.58 0.00 12.26 4.49 18.51 36.16 03:11:47 02:55:01 1 28.06 0.00 12.09 3.43 18.83 37.58 03:11:47 02:55:01 2 28.27 0.00 11.90 2.14 18.27 39.42 03:11:47 02:55:01 3 30.38 0.00 12.03 2.16 18.02 37.41 03:11:47 02:56:02 all 9.07 0.00 8.36 1.11 21.73 59.72 03:11:47 02:56:02 0 8.80 0.00 8.78 1.26 21.25 59.91 03:11:47 02:56:02 1 7.88 0.00 8.00 0.79 22.37 60.96 03:11:47 02:56:02 2 11.22 0.00 8.75 1.56 21.43 57.04 03:11:47 02:56:02 3 8.43 0.00 7.93 0.85 21.88 60.91 03:11:47 02:57:05 all 13.80 0.00 15.83 9.03 32.31 29.03 03:11:47 02:57:05 0 13.68 0.00 15.96 9.35 32.39 28.62 03:11:47 02:57:05 1 14.35 0.00 14.91 9.39 32.07 29.29 03:11:47 02:57:05 2 12.31 0.00 15.00 8.80 32.61 31.28 03:11:47 02:57:05 3 14.91 0.00 17.55 8.55 32.17 26.81 03:11:47 02:58:01 all 21.42 0.00 15.77 18.12 24.74 19.94 03:11:47 02:58:01 0 20.54 0.00 14.72 17.58 25.14 22.02 03:11:47 02:58:01 1 22.25 0.00 16.32 18.80 24.42 18.21 03:11:47 02:58:01 2 21.03 0.00 15.43 18.70 24.18 20.66 03:11:47 02:58:01 3 21.93 0.00 16.66 17.41 25.22 18.78 03:11:47 02:59:02 all 51.20 0.00 15.27 6.76 13.76 13.01 03:11:47 02:59:02 0 49.87 0.00 15.25 7.01 15.11 12.76 03:11:47 02:59:02 1 52.26 0.00 16.51 7.26 13.11 10.85 03:11:47 02:59:02 2 52.71 0.00 14.21 5.63 13.33 14.13 03:11:47 02:59:02 3 49.93 0.00 15.13 7.16 13.52 14.26 03:11:47 03:00:03 all 13.97 0.00 18.95 16.22 26.69 24.17 03:11:47 03:00:03 0 13.45 0.00 17.09 16.42 26.55 26.48 03:11:47 03:00:03 1 14.19 0.00 18.74 16.76 27.20 23.10 03:11:47 03:00:03 2 14.40 0.00 20.67 14.72 27.15 23.05 03:11:47 03:00:03 3 13.86 0.00 19.36 16.97 25.82 24.00 03:11:47 03:11:47 03:00:03 CPU %user %nice %system %iowait %steal %idle 03:11:47 03:01:01 all 18.70 0.00 14.17 22.58 28.11 16.44 03:11:47 03:01:01 0 21.19 0.00 14.73 22.95 26.87 14.25 03:11:47 03:01:01 1 15.44 0.00 12.42 22.48 29.52 20.15 03:11:47 03:01:01 2 18.52 0.00 13.50 23.34 27.61 17.02 03:11:47 03:01:01 3 19.81 0.00 16.12 21.52 28.42 14.13 03:11:47 03:02:02 all 41.70 0.00 13.14 4.59 21.05 19.53 03:11:47 03:02:02 0 38.85 0.00 12.20 3.43 22.61 22.90 03:11:47 03:02:02 1 38.69 0.00 12.88 4.59 22.61 21.23 03:11:47 03:02:02 2 44.19 0.00 13.62 4.85 19.32 18.02 03:11:47 03:02:02 3 45.21 0.00 13.89 5.51 19.60 15.79 03:11:47 03:03:01 all 0.17 0.00 0.24 0.05 0.84 98.70 03:11:47 03:03:01 0 0.05 0.00 0.08 0.12 0.81 98.94 03:11:47 03:03:01 1 0.39 0.00 0.30 0.02 0.83 98.46 03:11:47 03:03:01 2 0.17 0.00 0.39 0.02 1.01 98.41 03:11:47 03:03:01 3 0.07 0.00 0.19 0.05 0.71 98.99 03:11:47 03:04:01 all 0.13 0.00 0.06 0.05 0.38 99.38 03:11:47 03:04:01 0 0.02 0.00 0.05 0.00 0.37 99.57 03:11:47 03:04:01 1 0.43 0.00 0.08 0.13 0.30 99.05 03:11:47 03:04:01 2 0.03 0.00 0.03 0.03 0.55 99.35 03:11:47 03:04:01 3 0.03 0.00 0.07 0.05 0.30 99.55 03:11:47 03:05:01 all 0.12 0.00 0.21 0.00 0.94 98.73 03:11:47 03:05:01 0 0.02 0.00 0.13 0.00 0.83 99.02 03:11:47 03:05:01 1 0.35 0.00 0.15 0.02 1.45 98.04 03:11:47 03:05:01 2 0.08 0.00 0.38 0.00 1.22 98.31 03:11:47 03:05:01 3 0.03 0.00 0.17 0.00 0.25 99.55 03:11:47 03:06:01 all 0.10 0.00 0.07 0.00 0.44 99.38 03:11:47 03:06:01 0 0.02 0.00 0.02 0.00 0.37 99.60 03:11:47 03:06:01 1 0.33 0.00 0.07 0.00 0.50 99.10 03:11:47 03:06:01 2 0.03 0.00 0.10 0.00 0.33 99.53 03:11:47 03:06:01 3 0.03 0.00 0.10 0.00 0.58 99.29 03:11:47 03:07:01 all 0.11 0.00 0.06 0.00 0.42 99.41 03:11:47 03:07:01 0 0.03 0.00 0.07 0.00 0.40 99.50 03:11:47 03:07:01 1 0.37 0.00 0.07 0.00 0.30 99.27 03:11:47 03:07:01 2 0.02 0.00 0.07 0.00 0.28 99.63 03:11:47 03:07:01 3 0.03 0.00 0.03 0.00 0.68 99.25 03:11:47 03:08:01 all 0.07 0.00 0.03 0.00 0.51 99.39 03:11:47 03:08:01 0 0.02 0.00 0.03 0.00 0.63 99.32 03:11:47 03:08:01 1 0.18 0.00 0.00 0.00 0.65 99.17 03:11:47 03:08:01 2 0.07 0.00 0.05 0.00 0.48 99.40 03:11:47 03:08:01 3 0.02 0.00 0.03 0.00 0.27 99.68 03:11:47 03:09:01 all 0.09 0.00 0.03 0.00 0.49 99.39 03:11:47 03:09:01 0 0.20 0.00 0.03 0.00 0.78 98.99 03:11:47 03:09:01 1 0.12 0.00 0.03 0.00 0.78 99.07 03:11:47 03:09:01 2 0.03 0.00 0.05 0.00 0.28 99.63 03:11:47 03:09:01 3 0.02 0.00 0.02 0.00 0.12 99.85 03:11:47 03:10:01 all 0.10 0.00 0.02 0.00 0.35 99.53 03:11:47 03:10:01 0 0.35 0.00 0.02 0.00 0.40 99.24 03:11:47 03:10:01 1 0.02 0.00 0.02 0.00 0.61 99.35 03:11:47 03:10:01 2 0.02 0.00 0.03 0.00 0.32 99.63 03:11:47 03:10:01 3 0.02 0.00 0.02 0.00 0.07 99.90 03:11:47 03:11:01 all 1.53 0.00 1.01 1.48 2.38 93.60 03:11:47 03:11:01 0 1.41 0.00 0.86 0.48 2.62 94.63 03:11:47 03:11:01 1 2.02 0.00 1.23 3.71 2.72 90.32 03:11:47 03:11:01 2 1.58 0.00 1.23 1.10 2.24 93.86 03:11:47 03:11:01 3 1.11 0.00 0.71 0.65 1.94 95.59 03:11:47 03:11:47 Average: CPU %user %nice %system %iowait %steal %idle 03:11:47 Average: all 13.12 0.00 6.81 4.25 12.37 63.45 03:11:47 Average: 0 13.13 0.00 6.76 4.24 12.55 63.31 03:11:47 Average: 1 12.90 0.00 6.71 4.61 12.66 63.12 03:11:47 Average: 2 13.27 0.00 6.87 4.22 12.35 63.29 03:11:47 Average: 3 13.16 0.00 6.89 3.94 11.92 64.09 03:11:47 03:11:47 03:11:47