Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 25b0e270b56badf436881da003bb813d97a6c436 Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20211 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [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 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 Merge succeeded, producing 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 Checking out Revision 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 (PR-3030) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:14:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:14:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:14:43 ========================================================= 12:14:43 EdgeX Global Pipelines Version Info 12:14:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 12:14:44 ------------------- 12:14:44 stable info: 12:14:44 ------------------- 12:14:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:14:44 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 12:14:44 Message: update stable to v1.0.177 12:14:45 ------------------- 12:14:45 experimental info: 12:14:45 ------------------- 12:14:45 Commited By: **** collab-it+edgex@linuxfoundation.org 12:14:45 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 12:14:45 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:14:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:14:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:14:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:14:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 12:14:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 12:14:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 12:14:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 12:14:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [Pipeline] echo 12:14:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d1422c [Pipeline] echo 12:14:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:14:48 provisioning config files... 12:14:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5317200918670511437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:14:49 ---> docker-login.sh 12:14:49 nexus3.edgexfoundry.org:10001 12:14:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:14:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:14:49 Configure a credential helper to remove this warning. See 12:14:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:14:49 12:14:49 Login Succeeded 12:14:49 nexus3.edgexfoundry.org:10002 12:14:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:14:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:14:49 Configure a credential helper to remove this warning. See 12:14:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:14:49 12:14:49 Login Succeeded 12:14:49 nexus3.edgexfoundry.org:10003 12:14:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:14:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:14:49 Configure a credential helper to remove this warning. See 12:14:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:14:49 12:14:49 Login Succeeded 12:14:49 nexus3.edgexfoundry.org:10004 12:14:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:14:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:14:49 Configure a credential helper to remove this warning. See 12:14:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:14:49 12:14:49 Login Succeeded 12:14:49 docker.io 12:14:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:14:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:14:50 Configure a credential helper to remove this warning. See 12:14:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:14:50 12:14:50 Login Succeeded 12:14:50 ---> docker-login.sh ends [Pipeline] } 12:14:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:14:50 ++ 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 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/core-command/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo core-command,cmd/core-command/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/core-data/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo core-data,cmd/core-data/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/core-metadata/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo core-metadata,cmd/core-metadata/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/security-bootstrap-redis/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/security-proxy-setup/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/support-notifications/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo support-notifications,cmd/support-notifications/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/support-scheduler/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:14:50 + for file in '`ls cmd/**/Dockerfile`' 12:14:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:14:50 ++ cut -d/ -f2 12:14:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:14:51 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 12:14:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:14:52 12:14:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:14:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:14:52 latest: Pulling from edgex-devops/git-semver 12:14:52 31603596830f: Pulling fs layer 12:14:52 2a8b12db71e7: Pulling fs layer 12:14:52 6ca5941a6612: Pulling fs layer 12:14:52 ecc8261a40a4: Pulling fs layer 12:14:52 ecc8261a40a4: Waiting 12:14:52 2a8b12db71e7: Verifying Checksum 12:14:52 2a8b12db71e7: Download complete 12:14:53 31603596830f: Download complete 12:14:53 ecc8261a40a4: Verifying Checksum 12:14:53 ecc8261a40a4: Download complete 12:14:53 6ca5941a6612: Verifying Checksum 12:14:53 6ca5941a6612: Download complete 12:14:53 31603596830f: Pull complete 12:14:53 2a8b12db71e7: Pull complete 12:14:54 6ca5941a6612: Pull complete 12:14:54 ecc8261a40a4: Pull complete 12:14:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:14:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:14:54 prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container 12:14:54 $ 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 12:14:57 $ docker top 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:14:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:14:57 [ssh-agent] Looking for ssh-agent implementation... 12:14:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:14:57 $ docker exec 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent 12:14:57 SSH_AUTH_SOCK=/tmp/ssh-MphYVFzfGQj3/agent.11 12:14:57 SSH_AGENT_PID=16 12:14:57 Running ssh-add (command line suppressed) 12:14:57 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6938070537789472678.key (/w/workspace/edgex-go/3@tmp/private_key_6938070537789472678.key) 12:14:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:14:58 + git tag --points-at HEAD [Pipeline] } 12:14:58 $ docker exec --env ******** --env ******** 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent -k 12:14:58 unset SSH_AUTH_SOCK; 12:14:58 unset SSH_AGENT_PID; 12:14:58 echo Agent pid 16 killed; 12:14:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:14:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:14:58 [ssh-agent] Looking for ssh-agent implementation... 12:14:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:14:58 $ docker exec 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent 12:14:59 SSH_AUTH_SOCK=/tmp/ssh-wdJ0zGs96osG/agent.44 12:14:59 SSH_AGENT_PID=50 12:14:59 Running ssh-add (command line suppressed) 12:14:59 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6552570440620678977.key (/w/workspace/edgex-go/3@tmp/private_key_6552570440620678977.key) 12:14:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:14:59 + git semver init 12:14:59 # -> Open(): unable to determine branch for HEAD 12:14:59 # $GIT_DIR = /w/workspace/edgex-go/3/.git 12:14:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 12:14:59 # $SEMVER_REMOTE_NAME = origin 12:14:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:14:59 # $SEMVER_USER_NAME = edgex-jenkins 12:14:59 # $SEMVER_BRANCH = PR-3030 12:14:59 # $SEMVER_TEMP = /tmp/semver-705287280 12:14:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:15:17 # '/tmp/semver-705287280' -> '/w/workspace/edgex-go/3/.semver' 12:15:17 # -> Force: false 12:15:17 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 12:15:17 $ docker exec --env ******** --env ******** 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent -k 12:15:17 unset SSH_AUTH_SOCK; 12:15:17 unset SSH_AGENT_PID; 12:15:17 echo Agent pid 50 killed; 12:15:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:15:18 + git semver [Pipeline] } 12:15:18 $ docker stop --time=1 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f 12:15:20 $ docker rm -f 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f [Pipeline] // withDockerContainer [Pipeline] sh 12:15:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:15:21 Stashed 1 file(s) [Pipeline] echo 12:15:21 [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 12:15:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:15:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:15:22 + sudo service docker restart 12:15:22 + true 12:15:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:15:23 ========================================================= 12:15:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:15:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:15:23 + 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 . 12:15:26 Sending build context to Docker daemon 326.5MB 12:15:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:15:26 Step 2/6 : FROM ${BASE} 12:15:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:15:26 188c0c94c7c5: Pulling fs layer 12:15:26 0ef7d3d256c8: Pulling fs layer 12:15:26 de9db76c5a1d: Pulling fs layer 12:15:26 bca2f99d35d6: Pulling fs layer 12:15:26 93359f2a8cfa: Pulling fs layer 12:15:26 7c6f9722023f: Pulling fs layer 12:15:26 a35cf1a2eb13: Pulling fs layer 12:15:26 bca2f99d35d6: Waiting 12:15:26 93359f2a8cfa: Waiting 12:15:26 7c6f9722023f: Waiting 12:15:26 a35cf1a2eb13: Waiting 12:15:26 de9db76c5a1d: Download complete 12:15:26 0ef7d3d256c8: Verifying Checksum 12:15:26 0ef7d3d256c8: Download complete 12:15:26 93359f2a8cfa: Verifying Checksum 12:15:26 93359f2a8cfa: Download complete 12:15:26 7c6f9722023f: Verifying Checksum 12:15:26 7c6f9722023f: Download complete 12:15:26 188c0c94c7c5: Verifying Checksum 12:15:26 188c0c94c7c5: Download complete 12:15:26 188c0c94c7c5: Pull complete 12:15:27 0ef7d3d256c8: Pull complete 12:15:27 de9db76c5a1d: Pull complete 12:15:28 a35cf1a2eb13: Verifying Checksum 12:15:28 a35cf1a2eb13: Download complete 12:15:28 bca2f99d35d6: Verifying Checksum 12:15:28 bca2f99d35d6: Download complete 12:15:34 bca2f99d35d6: Pull complete 12:15:34 93359f2a8cfa: Pull complete 12:15:34 7c6f9722023f: Pull complete 12:15:36 Still waiting to schedule task 12:15:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 12:15:37 a35cf1a2eb13: Pull complete 12:15:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:15:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:15:37 ---> a62c8e92a672 12:15:37 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 12:15:38 ---> Running in df971ba863c7 12:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:15:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:15:40 (1/12) Installing libmagic (5.38-r0) 12:15:40 (2/12) Installing file (5.38-r0) 12:15:40 (3/12) Installing libc-dev (0.7.2-r3) 12:15:40 (4/12) Installing g++ (9.3.0-r2) 12:15:48 (5/12) Installing fortify-headers (1.1-r0) 12:15:48 (6/12) Installing patch (2.7.6-r6) 12:15:48 (7/12) Installing build-base (0.5-r2) 12:15:48 (8/12) Installing libsodium (1.0.18-r0) 12:15:48 (9/12) Installing pkgconf (1.7.2-r0) 12:15:48 (10/12) Installing libsodium-dev (1.0.18-r0) 12:15:48 (11/12) Installing libzmq (4.3.3-r0) 12:15:48 (12/12) Installing zeromq-dev (4.3.3-r0) 12:15:49 Executing busybox-1.31.1-r19.trigger 12:15:49 OK: 233 MiB in 51 packages 12:15:52 Removing intermediate container df971ba863c7 12:15:52 ---> ef4f1f75dcb4 12:15:52 Step 4/6 : WORKDIR /edgex-go 12:15:52 ---> Running in 272eb4a22290 12:15:52 Removing intermediate container 272eb4a22290 12:15:52 ---> 780104e26ca7 12:15:52 Step 5/6 : COPY go.mod . 12:15:52 ---> e06fc17ae7d6 12:15:52 Step 6/6 : RUN go mod download 12:15:52 ---> Running in 17a78e41d79a 12:16:14 Removing intermediate container 17a78e41d79a 12:16:14 ---> c96be585400d 12:16:14 Successfully built c96be585400d 12:16:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:16:15 + docker inspect -f . ci-base-image-x86_64 12:16:15 . [Pipeline] withDockerContainer 12:16:15 prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container 12:16:15 $ 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 12:16:16 $ docker top 13a14eba4acf09c7615000742b5d4624645e5f9e5772336aee9d0e1cc8dfc361 -eo pid,comm [Pipeline] { [Pipeline] sh 12:16:16 + go version 12:16:16 go version go1.15.5 linux/amd64 [Pipeline] } 12:16:16 $ docker stop --time=1 13a14eba4acf09c7615000742b5d4624645e5f9e5772336aee9d0e1cc8dfc361 12:16:18 $ docker rm -f 13a14eba4acf09c7615000742b5d4624645e5f9e5772336aee9d0e1cc8dfc361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:16:18 + docker inspect -f . ci-base-image-x86_64 12:16:18 . [Pipeline] withDockerContainer 12:16:18 prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container 12:16:18 $ 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 12:16:19 $ docker top c454df6a215ff54ea5b97207c997edeee5c0d4b7f1953ba862ad1bec11776e18 -eo pid,comm [Pipeline] { [Pipeline] echo 12:16:19 ========================================================= 12:16:19 [edgeXBuildGoParallel] Running Tests and Build... 12:16:19 ========================================================= [Pipeline] sh 12:16:19 + make test 12:16:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:16:28 ? github.com/edgexfoundry/edgex-go [no test files] 12:16:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:16:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:16:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:16:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 12:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:16:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:16:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:16:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:16:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:16:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:16:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:16:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:16:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements 12:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.0% of statements 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 77.1% of statements 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:16:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.4% of statements 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:16:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:16:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.293s coverage: 28.6% of statements 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:16:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:16:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:16:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements 12:16:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:16:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 12:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:16:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements 12:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 93.2% of statements 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 12:17:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 12:17:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 12:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements 12:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.4% of statements 12:17:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements 12:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 12:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 12:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 12:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 12:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 12:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 55.9% of statements 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 12:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements 12:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 12:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 47.1% of statements 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 12:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.671s coverage: 29.1% of statements 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:17:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements 12:17:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 12:17:09 GO111MODULE=on go vet ./... 12:17:31 gofmt -l . 12:17:31 [ "`gofmt -l .`" = "" ] 12:17:31 ./bin/test-go-mod-tidy.sh 12:17:31 ./bin/test-attribution-txt.sh [Pipeline] sh 12:17:32 + ls -al . 12:17:32 total 660 12:17:32 drwxrwxr-x 10 1001 1001 4096 Jan 14 12:17 . 12:17:32 drwxr-xr-x 4 root root 28 Jan 14 12:16 .. 12:17:32 -rw-rw-r-- 1 1001 1001 11 Jan 14 12:14 .dockerignore 12:17:32 drwxrwxr-x 8 1001 1001 179 Jan 14 12:14 .git 12:17:32 drwxrwxr-x 3 1001 1001 125 Jan 14 12:14 .github 12:17:32 -rw-rw-r-- 1 1001 1001 824 Jan 14 12:14 .gitignore 12:17:32 drwx------ 3 1001 1001 47 Jan 14 12:15 .semver 12:17:32 -rw-rw-r-- 1 1001 1001 166 Jan 14 12:14 .sonarcloud.properties 12:17:32 -rw-rw-r-- 1 1001 1001 7741 Jan 14 12:14 Attribution.txt 12:17:32 -rw-rw-r-- 1 1001 1001 3804 Jan 14 12:14 CONTRIBUTING.md 12:17:32 -rw-rw-r-- 1 1001 1001 931 Jan 14 12:14 Dockerfile.build 12:17:32 -rw-rw-r-- 1 1001 1001 863 Jan 14 12:14 Jenkinsfile 12:17:32 -rw-rw-r-- 1 1001 1001 10775 Jan 14 12:14 LICENSE 12:17:32 -rw-rw-r-- 1 1001 1001 5750 Jan 14 12:14 Makefile 12:17:32 -rw-rw-r-- 1 1001 1001 6524 Jan 14 12:14 README.md 12:17:32 -rw-rw-r-- 1 1001 1001 6744 Jan 14 12:14 SECURITY.md 12:17:32 -rw-rw-r-- 1 1001 1001 5 Jan 14 12:15 VERSION 12:17:32 -rw-rw-r-- 1 1001 1001 4131 Jan 14 12:14 ZMQWindows.md 12:17:32 drwxrwxr-x 2 1001 1001 117 Jan 14 12:14 bin 12:17:32 drwxrwxr-x 14 1001 1001 4096 Jan 14 12:14 cmd 12:17:32 -rw-r--r-- 1 root root 554655 Jan 14 12:17 coverage.out 12:17:32 -rw-r--r-- 1 root root 979 Jan 14 12:17 go.mod 12:17:32 -rw-r--r-- 1 root root 19036 Jan 14 12:17 go.sum 12:17:32 drwxrwxr-x 8 1001 1001 127 Jan 14 12:14 internal 12:17:32 drwxrwxr-x 4 1001 1001 26 Jan 14 12:14 openapi 12:17:32 drwxrwxr-x 4 1001 1001 71 Jan 14 12:14 snap 12:17:32 -rw-rw-r-- 1 1001 1001 168 Jan 14 12:14 version.go [Pipeline] sh 12:17:32 + '[' -e coverage.out ] 12:17:32 + chown 1001:1001 coverage.out [Pipeline] stash 12:17:32 Stashed 1 file(s) [Pipeline] sh 12:17:32 + make build 12:17: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 12:17:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20212 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 12:17:35 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 12:17:36 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 12:17:40 using credential edgex-jenkins-ssh 12:17:40 Cloning the remote Git repository 12:17:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:17:40 > git init /w/workspace/edgex-go/3 # timeout=10 12:17:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:17:40 > git --version # timeout=10 12:17:40 > git --version # 'git version 2.17.1' 12:17:40 using GIT_SSH to set credentials SSH Credentials for GitHub 12:17:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:17:42 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 12:17: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 12:17:45 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 12:17:45 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 12:17:46 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 12:17:48 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 12:17:49 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 12:17: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 12:17:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 12:17:52 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] } 12:17:53 $ docker stop --time=1 c454df6a215ff54ea5b97207c997edeee5c0d4b7f1953ba862ad1bec11776e18 12:17:54 $ docker rm -f c454df6a215ff54ea5b97207c997edeee5c0d4b7f1953ba862ad1bec11776e18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 12:17:56 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 12:17:57 Merge succeeded, producing 1ba33765e6312e1280485635349d0defe6f7ba6b 12:17:57 Checking out Revision 1ba33765e6312e1280485635349d0defe6f7ba6b (PR-3030) 12:17:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:17:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:17:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:17:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 12:17:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:17:56 > git config core.sparsecheckout # timeout=10 12:17:56 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 12:17:57 > git remote # timeout=10 12:17:57 > git config --get remote.origin.url # timeout=10 12:17:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:17:57 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 12:17:57 > git rev-parse HEAD^{commit} # timeout=10 12:17:57 > git config core.sparsecheckout # timeout=10 12:17:57 > git checkout -f 1ba33765e6312e1280485635349d0defe6f7ba6b # timeout=10 [Pipeline] isUnix [Pipeline] sh 12:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:17:58 12:17:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:17:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:17:58 latest: Pulling from edgex-devops/edgex-compose 12:17:58 cbdbe7a5bc2a: Pulling fs layer 12:17:58 ca9280d653b3: Pulling fs layer 12:17:58 7e9c9ca2126c: Pulling fs layer 12:17:59 cbdbe7a5bc2a: Download complete 12:17:59 ca9280d653b3: Verifying Checksum 12:17:59 ca9280d653b3: Download complete 12:17:59 cbdbe7a5bc2a: Pull complete 12:18:00 7e9c9ca2126c: Verifying Checksum 12:18:00 7e9c9ca2126c: Download complete 12:18:00 ca9280d653b3: Pull complete 12:18:01 Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" 12:18:01 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:18:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:18:01 > git rev-list --no-walk b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 12:18:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:18:04 + true 12:18:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:18:06 provisioning config files... 12:18:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5487635073331017687tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:18:07 ---> docker-login.sh 12:18:07 nexus3.edgexfoundry.org:10001 12:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:18:08 Configure a credential helper to remove this warning. See 12:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:18:08 12:18:08 Login Succeeded 12:18:08 nexus3.edgexfoundry.org:10002 12:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:18:08 7e9c9ca2126c: Pull complete 12:18:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:18:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:18:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:18:08 Configure a credential helper to remove this warning. See 12:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:18:08 12:18:08 Login Succeeded 12:18:08 nexus3.edgexfoundry.org:10003 12:18:09 prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container 12:18:09 $ 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 12:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:18:09 Configure a credential helper to remove this warning. See 12:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:18:09 12:18:09 Login Succeeded 12:18:09 nexus3.edgexfoundry.org:10004 12:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:18:09 $ docker top 63c203ab94e8ad5d0675495948b40eb7dd92cf8ed12c021b9cdfc4b4404b074c -eo pid,comm [Pipeline] { [Pipeline] sh 12:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:18:10 Configure a credential helper to remove this warning. See 12:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:18:10 12:18:10 Login Succeeded 12:18:10 docker.io 12:18:10 + docker-compose build --help 12:18:10 + grep parallel 12:18:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:18:10 Configure a credential helper to remove this warning. See 12:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:18:10 12:18:10 Login Succeeded 12:18:10 ---> docker-login.sh ends [Pipeline] } 12:18:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 12:18:11 --parallel Build images in parallel. [Pipeline] } 12:18:11 $ docker stop --time=1 63c203ab94e8ad5d0675495948b40eb7dd92cf8ed12c021b9cdfc4b4404b074c 12:18:12 $ docker rm -f 63c203ab94e8ad5d0675495948b40eb7dd92cf8ed12c021b9cdfc4b4404b074c [Pipeline] // withDockerContainer [Pipeline] echo 12:18:12 ========================================================= 12:18:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:18:12 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:18:13 + 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 . 12:18:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:18:13 . [Pipeline] withDockerContainer 12:18:13 prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container 12:18:13 $ 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 12:18:14 $ docker top bbc947e295a28ddd643decceb7485e0c1cf65f65300e926c3fa606541edd19a0 -eo pid,comm [Pipeline] { [Pipeline] sh 12:18:14 + docker-compose -f ./docker-compose-build.yml build --parallel 12:18:15 Building docker-core-command-go ... 12:18:15 Building docker-core-data-go ... 12:18:15 Building docker-core-metadata-go ... 12:18:15 Building docker-security-bootstrap-redis-go ... 12:18:15 Building docker-security-proxy-setup-go ... 12:18:15 Building docker-security-secretstore-setup-go ... 12:18:15 Building docker-support-notifications-go ... 12:18:15 Building docker-support-scheduler-go ... 12:18:15 Building docker-sys-mgmt-agent-go ... 12:18:15 Building docker-security-proxy-setup-go 12:18:15 Building docker-security-secretstore-setup-go 12:18:15 Building docker-support-scheduler-go 12:18:15 Building docker-core-command-go 12:18:15 Building docker-support-notifications-go 12:18:15 Sending build context to Docker daemon 165.5MB 12:18:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:18:15 Step 2/6 : FROM ${BASE} 12:18:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:18:15 5f621e34cdf4: Pulling fs layer 12:18:15 a4357932f1b6: Pulling fs layer 12:18:15 18c013af1878: Pulling fs layer 12:18:15 00ac8860ef70: Pulling fs layer 12:18:15 63d7cb157983: Pulling fs layer 12:18:15 b116817d02f9: Pulling fs layer 12:18:15 745a02a5169b: Pulling fs layer 12:18:15 00ac8860ef70: Waiting 12:18:15 63d7cb157983: Waiting 12:18:15 b116817d02f9: Waiting 12:18:15 745a02a5169b: Waiting 12:18:15 a4357932f1b6: Verifying Checksum 12:18:15 a4357932f1b6: Download complete 12:18:15 18c013af1878: Verifying Checksum 12:18:15 18c013af1878: Download complete 12:18:15 63d7cb157983: Verifying Checksum 12:18:15 63d7cb157983: Download complete 12:18:15 b116817d02f9: Verifying Checksum 12:18:15 b116817d02f9: Download complete 12:18:15 5f621e34cdf4: Verifying Checksum 12:18:15 5f621e34cdf4: Download complete 12:18:16 5f621e34cdf4: Pull complete 12:18:17 a4357932f1b6: Pull complete 12:18:17 18c013af1878: Pull complete 12:18:18 745a02a5169b: Verifying Checksum 12:18:18 745a02a5169b: Download complete 12:18:19 00ac8860ef70: Verifying Checksum 12:18:19 00ac8860ef70: Download complete 12:18:30 00ac8860ef70: Pull complete 12:18:30 63d7cb157983: Pull complete 12:18:30 b116817d02f9: Pull complete 12:18:34 745a02a5169b: Pull complete 12:18:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:18:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:18:34 ---> b7e6874047d6 12:18:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:18:37 ---> Running in a3a8e430b546 12:18:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:18:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:18:40 (1/12) Installing libmagic (5.38-r0) 12:18:40 (2/12) Installing file (5.38-r0) 12:18:40 (3/12) Installing libc-dev (0.7.2-r3) 12:18:40 (4/12) Installing g++ (9.3.0-r2) 12:18:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:18:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:18:42 ---> c96be585400d 12:18:42 Step 3/22 : WORKDIR /edgex-go 12:18:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:18:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:18:42 ---> c96be585400d 12:18:42 Step 3/24 : WORKDIR /edgex-go 12:18:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:18:43 12:18:43 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 12:18:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> c96be585400d 12:18:43 12:18:43 Step 3/21 : WORKDIR /edgex-go 12:18:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:18:43 12:18:43 ---> c96be585400d 12:18:43 ---> c96be585400d 12:18:43 Step 3/21 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go 12:18:43 12:18:44 ---> Running in 150b9b714e98 12:18:44 ---> Running in 2a4300f3b8e3 12:18:44 ---> Running in e699fd222c81 12:18:44 ---> Running in 1908731c5f45 12:18:44 ---> Running in 5ce7fb86e7cd 12:18:44 Removing intermediate container 150b9b714e98 12:18:44 ---> f44b1ff78b19 12:18:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:18:44 Removing intermediate container e699fd222c81 12:18:44 ---> e78d2a2a7301 12:18:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:18:44 Removing intermediate container 5ce7fb86e7cd 12:18:44 ---> 181576512d92 12:18:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:18:44 Removing intermediate container 2a4300f3b8e3 12:18:44 ---> dde732994e5e 12:18:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:18:44 Removing intermediate container 1908731c5f45 12:18:44 ---> cc0203596be3 12:18:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:18:44 ---> Running in 558f502b7f72 12:18:44 ---> Running in a35628728179 12:18:44 ---> Running in c230bf6fc5e1 12:18:45 ---> Running in 9b60c5a30955 12:18:45 ---> Running in 8e8bf541f91b 12:18:47 Removing intermediate container 558f502b7f72 12:18:47 ---> 738254520eca 12:18:47 Step 5/22 : RUN apk add --update --no-cache make git 12:18:47 ---> Running in 37e6eb595b58 12:18:47 Removing intermediate container a35628728179 12:18:47 ---> 975f24157dee 12:18:47 Step 5/21 : RUN apk add --update --no-cache make git 12:18:47 Removing intermediate container c230bf6fc5e1 12:18:47 ---> ec1dbcd4a68b 12:18:47 Step 5/24 : RUN apk add --update --no-cache make git 12:18:48 Removing intermediate container 9b60c5a30955 12:18:48 ---> 07ac29d77643 12:18:48 Step 5/21 : RUN apk add --update --no-cache make git 12:18:48 ---> Running in cc260200b3c2 12:18:48 ---> Running in 672f59ed809c 12:18:48 Removing intermediate container 8e8bf541f91b 12:18:48 ---> e71eb5122073 12:18:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 12:18:48 ---> Running in 04e515bf8309 12:18:48 ---> Running in 52c246c3fd1c 12:18:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:18:48 (5/12) Installing fortify-headers (1.1-r0) 12:18:48 (6/12) Installing patch (2.7.6-r6) 12:18:48 (7/12) Installing build-base (0.5-r2) 12:18:48 (8/12) Installing libsodium (1.0.18-r0) 12:18:48 (9/12) Installing pkgconf (1.7.2-r0) 12:18:48 (10/12) Installing libsodium-dev (1.0.18-r0) 12:18:48 (11/12) Installing libzmq (4.3.3-r0) 12:18:48 (12/12) Installing zeromq-dev (4.3.3-r0) 12:18:48 Executing busybox-1.31.1-r19.trigger 12:18:48 OK: 217 MiB in 51 packages 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:18:49 OK: 233 MiB in 51 packages 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:18:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:18:50 Removing intermediate container 37e6eb595b58 12:18:50 ---> 6f573ddda861 12:18:50 Step 6/22 : COPY go.mod . 12:18:50 OK: 233 MiB in 51 packages 12:18:50 ---> cc9c39479ad4 12:18:50 Step 7/22 : RUN go mod download 12:18:50 OK: 233 MiB in 51 packages 12:18:50 OK: 233 MiB in 51 packages 12:18:50 ---> Running in 724e7ffe459d 12:18:50 OK: 233 MiB in 51 packages 12:18:51 Removing intermediate container cc260200b3c2 12:18:51 ---> 44b4abebe3d6 12:18:51 Step 6/21 : COPY go.mod . 12:18:51 Removing intermediate container 52c246c3fd1c 12:18:51 ---> 835b44079b9c 12:18:51 Step 6/24 : COPY go.mod . 12:18:51 ---> 3a446e8af0d8 12:18:51 Step 7/21 : RUN go mod download 12:18:51 Removing intermediate container 04e515bf8309 12:18:51 ---> b61b71c37214 12:18:51 Step 6/21 : COPY go.mod . 12:18:51 ---> Running in 875dc4f66020 12:18:52 Removing intermediate container 672f59ed809c 12:18:52 ---> 2e00de6564a0 12:18:52 Step 6/24 : COPY go.mod . 12:18:52 ---> 4017a29f7104 12:18:52 Step 7/24 : RUN go mod download 12:18:52 ---> 2f1973ea28d9 12:18:52 Step 7/21 : RUN go mod download 12:18:52 Removing intermediate container a3a8e430b546 12:18:52 ---> d1d37aa6bb39 12:18:52 Step 4/6 : WORKDIR /edgex-go 12:18:52 ---> Running in 4e34709fa27e 12:18:52 ---> Running in 9fb44f6d959f 12:18:52 ---> 03779022e11f 12:18:52 Step 7/24 : RUN go mod download 12:18:52 ---> Running in 5d1d2e3785ef 12:18:52 ---> Running in ea7bc3b6cb30 12:18:52 Removing intermediate container 5d1d2e3785ef 12:18:52 ---> 58621a8663a2 12:18:52 Step 5/6 : COPY go.mod . 12:18:52 Removing intermediate container 724e7ffe459d 12:18:52 ---> 39bac50ac0b0 12:18:52 Step 8/22 : COPY . . 12:18:53 ---> 5d703fec0d95 12:18:53 Step 6/6 : RUN go mod download 12:18:53 ---> Running in 1fa0e8cab9f2 12:18:56 Removing intermediate container 875dc4f66020 12:18:56 ---> 03a74ebf8a13 12:18:56 Step 8/21 : COPY . . 12:19:01 Removing intermediate container 4e34709fa27e 12:19:01 ---> aca9de209f0e 12:19:01 Step 8/24 : COPY . . 12:19:04 Removing intermediate container ea7bc3b6cb30 12:19:04 ---> a8727b418acb 12:19:04 Step 8/24 : COPY . . 12:19:06 Removing intermediate container 9fb44f6d959f 12:19:06 ---> 630af6d36e8c 12:19:06 Step 8/21 : COPY . . 12:19:20 Removing intermediate container 1fa0e8cab9f2 12:19:20 ---> a6edbd635ab6 12:19:20 Successfully built a6edbd635ab6 12:19:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:19:20 + docker inspect -f . ci-base-image-arm64 12:19:20 . [Pipeline] withDockerContainer 12:19:21 prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container 12:19:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:19:22 $ docker top a8d1d8cd0d4969c3601c602d6037649c3391ba0468a218d48caeb84bbde60b38 -eo pid,comm [Pipeline] { [Pipeline] sh 12:19:23 + go version 12:19:23 go version go1.15.5 linux/arm64 [Pipeline] } 12:19:23 $ docker stop --time=1 a8d1d8cd0d4969c3601c602d6037649c3391ba0468a218d48caeb84bbde60b38 12:19:25 $ docker rm -f a8d1d8cd0d4969c3601c602d6037649c3391ba0468a218d48caeb84bbde60b38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:19:26 + docker inspect -f . ci-base-image-arm64 12:19:26 . [Pipeline] withDockerContainer 12:19:27 prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container 12:19:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** ci-base-image-arm64 cat 12:19:28 $ docker top f3056b018ed59e8c1110c05a633e0f0bcb18ee16172b00b0b06356d1e0c8994b -eo pid,comm [Pipeline] { [Pipeline] echo 12:19:28 ========================================================= 12:19:28 [edgeXBuildGoParallel] Running Tests and Build... 12:19:28 ========================================================= [Pipeline] sh 12:19:28 ---> cbf12ac4e6fc 12:19:28 Step 9/22 : RUN make cmd/core-command/core-command 12:19:29 + make test 12:19:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:19:30 ---> 0d1a43ce3a53 12:19:30 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:19:30 ---> Running in 1ed37744625d 12:19:32 ---> Running in 21be75aa9237 12:19:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:19:37 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 12:19:37 ---> 99bc95c2a61c 12:19:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:19:37 ---> Running in fe180f5510d7 12:19:37 ---> 9e589ffb18ec 12:19:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:19:37 ---> 4ce0dcdccbd0 12:19:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:19:38 ---> Running in 970ed95a0c99 12:19:38 ---> Running in 3e02fffd4c0f 12:19:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:19:39 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 12:19:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:19:51 ? github.com/edgexfoundry/edgex-go [no test files] 12:20:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:20:06 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 12:20:07 Removing intermediate container 21be75aa9237 12:20:07 ---> 7018ffc91ce7 12:20:07 12:20:07 Step 10/21 : FROM scratch 12:20:07 ---> 12:20:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:20:07 Removing intermediate container 970ed95a0c99 12:20:07 ---> 80ebfbc49362 12:20:07 12:20:07 Step 10/24 : FROM scratch 12:20:07 ---> 12:20:07 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:20:07 Removing intermediate container 1ed37744625d 12:20:07 ---> 5d85e251a9ec 12:20:07 12:20:07 Step 10/22 : FROM scratch 12:20:07 ---> 12:20:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:20:07 ---> Running in 7f30ffe222e4 12:20:07 ---> Running in 58d2263a30fa 12:20:07 ---> Running in a5c952436af7 12:20:10 Removing intermediate container 7f30ffe222e4 12:20:10 ---> 4fbbbdb07e09 12:20:10 Step 12/21 : ENV APP_PORT=48085 12:20:10 Removing intermediate container 58d2263a30fa 12:20:10 ---> be291f51e6e1 12:20:10 Step 12/24 : ENV APP_PORT=48060 12:20:10 Removing intermediate container a5c952436af7 12:20:10 ---> 13d995c78891 12:20:10 Step 12/22 : ENV APP_PORT=48082 12:20:10 ---> Running in 3f93b73b88aa 12:20:10 ---> Running in 7eda36e826a0 12:20:10 ---> Running in facb4a9faa12 12:20:10 Removing intermediate container fe180f5510d7 12:20:10 ---> f85645db76c4 12:20:10 12:20:10 Step 10/24 : FROM alpine:3.12 12:20:10 Removing intermediate container 3e02fffd4c0f 12:20:10 ---> bc1b2fc75bc4 12:20:10 12:20:10 Step 10/21 : FROM alpine:3.12 12:20:10 3.12: Pulling from library/alpine 12:20:10 3.12: Pulling from library/alpine 12:20:10 Removing intermediate container 3f93b73b88aa 12:20:10 ---> d4cbe066ff9f 12:20:10 Step 13/21 : EXPOSE $APP_PORT 12:20:11 Removing intermediate container facb4a9faa12 12:20:11 ---> c7289a153e81 12:20:11 Step 13/24 : EXPOSE $APP_PORT 12:20:11 Removing intermediate container 7eda36e826a0 12:20:11 ---> 45e376228ed2 12:20:11 Step 13/22 : EXPOSE $APP_PORT 12:20:11 ---> Running in b78ece997811 12:20:11 ---> Running in bb8f2c359381 12:20:11 ---> Running in 0c2d614fffa5 12:20:11 Removing intermediate container b78ece997811 12:20:11 ---> 99ea46272829 12:20:11 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 12:20:11 Removing intermediate container bb8f2c359381 12:20:11 ---> 446baa52dc67 12:20:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:20:11 Removing intermediate container 0c2d614fffa5 12:20:11 ---> 6847abba6f80 12:20:11 Step 14/22 : WORKDIR / 12:20:11 ---> Running in ae355e3a8607 12:20:11 ---> 3029c00436ee 12:20:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:20:11 ---> 45b19cdc24ec 12:20:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:20:13 Removing intermediate container ae355e3a8607 12:20:13 ---> 90f0be5e2154 12:20:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:20:13 ---> 9657470cdd26 12:20:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:20:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:20:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:20:13 Status: Downloaded newer image for alpine:3.12 12:20:13 ---> 389fef711851 12:20:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:20:13 Status: Downloaded newer image for alpine:3.12 12:20:13 ---> 389fef711851 12:20:13 Step 11/21 : RUN apk add --update --no-cache curl 12:20:13 ---> 569e468c7796 12:20:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:20:13 ---> Running in 68a580cb9afe 12:20:13 ---> Running in 7c26ffb54fb0 12:20:13 ---> d5502fc3c12e 12:20:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:20:13 ---> 516fb724d1c3 12:20:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:20:14 ---> Running in 2d6486d1712e 12:20:14 ---> cf9c71149e50 12:20:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 12:20:14 ---> e66a18d7ebb5 12:20:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:20:14 Removing intermediate container 2d6486d1712e 12:20:14 ---> c1ef54520a4c 12:20:14 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:20:14 ---> d0017d5cbf0e 12:20:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:20:14 ---> Running in 3671020cf374 12:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:20:14 ---> ed0357c28176 12:20:14 Step 18/22 : ENTRYPOINT ["/core-command"] 12:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:20:15 ---> Running in c21c13204dfb 12:20:15 (1/4) Installing ca-certificates (20191127-r4) 12:20:15 (1/5) Installing ca-certificates (20191127-r4) 12:20:15 Removing intermediate container 3671020cf374 12:20:15 ---> dc472747abf9 12:20:15 Step 19/21 : LABEL arch=x86_64 12:20:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:20:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:20:15 (3/4) Installing libcurl (7.69.1-r3) 12:20:15 (3/5) Installing libcurl (7.69.1-r3) 12:20:15 (4/5) Installing curl (7.69.1-r3) 12:20:15 (4/4) Installing curl (7.69.1-r3) 12:20:15 (5/5) Installing dumb-init (1.2.2-r1) 12:20:15 Executing busybox-1.31.1-r19.trigger 12:20:15 Executing ca-certificates-20191127-r4.trigger 12:20:15 Executing busybox-1.31.1-r19.trigger 12:20:15 Executing ca-certificates-20191127-r4.trigger 12:20:15 OK: 7 MiB in 18 packages 12:20:15 OK: 7 MiB in 19 packages 12:20:15 ---> cb2f56dc16b2 12:20:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:20:15 ---> Running in 187e405ec134 12:20:15 Removing intermediate container c21c13204dfb 12:20:15 ---> c1dc663981d0 12:20:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:20:16 ---> Running in 0460dd7b2a58 12:20:16 Removing intermediate container 187e405ec134 12:20:16 ---> 3ddef4b867ab 12:20:16 Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:20:16 ---> 3e8d2d8099c8 12:20:16 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:20:17 ---> Running in 1a80e0b0e041 12:20:17 ---> Running in 413ca01d8041 12:20:17 Removing intermediate container 0460dd7b2a58 12:20:17 ---> c5f184b6d1f6 12:20:17 Step 20/22 : LABEL arch=x86_64 12:20:17 Removing intermediate container 68a580cb9afe 12:20:17 ---> 298488e2955f 12:20:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:20:17 Removing intermediate container 7c26ffb54fb0 12:20:17 ---> 629e0d0f89bc 12:20:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:20:17 ---> Running in edd7b3e26d24 12:20:17 ---> Running in ce7ed052076c 12:20:17 ---> Running in 828676d3773b 12:20:17 Removing intermediate container 413ca01d8041 12:20:17 ---> 227ad70aaf4d 12:20:17 Step 21/21 : LABEL version=0.0.0 12:20:18 Removing intermediate container 1a80e0b0e041 12:20:18 ---> 3aa8b44f03e2 12:20:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:20:18 ---> Running in 500deb303f5b 12:20:18 ---> Running in c3e64ffd88e8 12:20:18 Removing intermediate container ce7ed052076c 12:20:18 ---> 29e8a61d6253 12:20:18 Step 13/21 : WORKDIR /edgex 12:20:18 Removing intermediate container edd7b3e26d24 12:20:18 ---> 71d42cf9c8b8 12:20:18 Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:20:18 Removing intermediate container 828676d3773b 12:20:18 ---> 3319b4ca3600 12:20:18 Step 13/24 : WORKDIR / 12:20:18 ---> Running in 703fec81fa7f 12:20:18 ---> Running in 0bb5d022836f 12:20:18 Removing intermediate container 500deb303f5b 12:20:18 ---> 8ebfe4466c75 12:20:18 12:20:18 ---> Running in 2cf9bce2f1e1 12:20:18 Removing intermediate container c3e64ffd88e8 12:20:18 ---> b93c9bb9bb7a 12:20:18 Step 22/24 : LABEL arch=x86_64 12:20:18 ---> Running in 15448e516d51 12:20:18 Successfully built 8ebfe4466c75 12:20:19 Removing intermediate container 703fec81fa7f 12:20:19 ---> 839fa2bc8daf 12:20:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:20:19 Successfully tagged docker-support-scheduler-go:latest 12:20:19  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 12:20:19 Removing intermediate container 0bb5d022836f 12:20:19 ---> 0ee095155eba 12:20:19 Step 22/22 : LABEL version=0.0.0 12:20:19 Removing intermediate container 2cf9bce2f1e1 12:20:19 ---> 65387780c310 12:20:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:20:19 ---> Running in 794f70ae0128 12:20:19 Removing intermediate container 15448e516d51 12:20:19 ---> f5d8042b50b5 12:20:19 Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:20:19 ---> Running in 6b4a085067ed 12:20:19 ---> 5e541a2227ee 12:20:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:20:19 ---> df69f571a967 12:20:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:20:19 Removing intermediate container 794f70ae0128 12:20:19 ---> b21a56d84836 12:20:19 12:20:20 Successfully built b21a56d84836 12:20:20 Successfully tagged docker-core-command-go:latest 12:20:20  Building docker-core-command-go ... done Removing intermediate container 6b4a085067ed 12:20:20 ---> 32a36f4098be 12:20:20 Step 24/24 : LABEL version=0.0.0 12:20:20 Building docker-core-data-go 12:20:20 ---> Running in 86f0af406da8 12:20:20 ---> 33d5e5cc81f3 12:20:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:20:20 ---> cfc409bb6434 12:20:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:20:24 Removing intermediate container 86f0af406da8 12:20:24 ---> de0f464476c9 12:20:24 12:20:24 Successfully built de0f464476c9 12:20:24 Successfully tagged docker-support-notifications-go:latest 12:20:24  Building docker-support-notifications-go ... done Building docker-core-metadata-go 12:20:25 ---> 897685da4ae3 12:20:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:20:25 ---> 89103ee54838 12:20:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:20:33 ---> Running in 81f088af2f08 12:20:37 ---> 8615e658140d 12:20:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:20:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:20:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:20:38 ---> c96be585400d 12:20:38 Step 3/26 : WORKDIR /edgex-go 12:20:38 ---> Using cache 12:20:38 ---> dde732994e5e 12:20:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:20:38 ---> Using cache 12:20:38 ---> 07ac29d77643 12:20:38 Step 5/26 : RUN apk add --update --no-cache make bash git 12:20:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:20:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:20:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:20:39 ---> c96be585400d 12:20:39 Step 3/23 : WORKDIR /edgex-go 12:20:39 ---> Using cache 12:20:39 ---> dde732994e5e 12:20:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:20:39 ---> Using cache 12:20:39 ---> 07ac29d77643 12:20:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:20:40 Removing intermediate container 81f088af2f08 12:20:40 ---> 09e050dd0913 12:20:40 Step 18/21 : CMD ["--init=true"] 12:20:40 ---> Running in 2505b3e96a9e 12:20:40 ---> Running in 974046af659c 12:20:40 ---> 79496789328c 12:20:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:20:40 ---> Running in a3f96a29038f 12:20:41 ---> 7b3157647be0 12:20:41 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/ 12:20:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:20:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:20:42 ---> c96be585400d 12:20:42 Step 3/22 : WORKDIR /edgex-go 12:20:42 ---> Using cache 12:20:42 ---> dde732994e5e 12:20:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:20:42 ---> Using cache 12:20:42 ---> 07ac29d77643 12:20:42 Step 5/22 : RUN apk add --update --no-cache make git 12:20:42 ---> Using cache 12:20:42 ---> b61b71c37214 12:20:42 Step 6/22 : COPY go.mod . 12:20:42 ---> Using cache 12:20:42 ---> 2f1973ea28d9 12:20:42 Step 7/22 : RUN go mod download 12:20:42 ---> Using cache 12:20:42 ---> 630af6d36e8c 12:20:42 Step 8/22 : COPY . . 12:20:42 ---> Using cache 12:20:42 ---> 9e589ffb18ec 12:20:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:20:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:20:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:20:43 Removing intermediate container a3f96a29038f 12:20:43 ---> c86d6a611c8e 12:20:43 Step 19/21 : LABEL arch=x86_64 12:20:43 ---> Running in 6b64a67ac5ef 12:20:43 ---> Running in 54deec4099a4 12:20:43 ---> Running in f95d99046a56 12:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:20:43 Removing intermediate container f95d99046a56 12:20:43 ---> b919b89038b9 12:20:43 Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:20:43 ---> Running in fcbb6bfc78e4 12:20:43 Removing intermediate container fcbb6bfc78e4 12:20:43 ---> bd3f82ad2667 12:20:43 Step 21/21 : LABEL version=0.0.0 12:20:43 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 12:20:44 ---> Running in 90b54d1f542c 12:20:44 OK: 233 MiB in 51 packages 12:20:44 OK: 233 MiB in 51 packages 12:20:44 Removing intermediate container 90b54d1f542c 12:20:44 ---> c34d19c09c0e 12:20:44 12:20:44 Successfully built c34d19c09c0e 12:20:44 Successfully tagged docker-security-proxy-setup-go:latest 12:20:44  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 12:20:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:20:44 Removing intermediate container 974046af659c 12:20:44 ---> 4137bf3cb0c3 12:20:44 Step 6/26 : COPY go.mod . 12:20:44 Removing intermediate container 54deec4099a4 12:20:44 ---> 82ceb6272a32 12:20:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:20:45 ---> Running in d17b917f43c8 12:20:45 Removing intermediate container 2505b3e96a9e 12:20:45 ---> 0d2dfcac15ce 12:20:45 Step 6/23 : COPY go.mod . 12:20:45 ---> ffc8d9408bd5 12:20:45 Step 7/26 : RUN go mod download 12:20:45 ---> Running in 16c7ed9a8e6f 12:20:45 Removing intermediate container d17b917f43c8 12:20:45 ---> 455de1d9bcc1 12:20:45 Step 22/24 : LABEL arch=x86_64 12:20:46 ---> 839146b4bb46 12:20:46 Step 7/23 : RUN go mod download 12:20:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:20:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:20:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 12:20:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:20:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:20:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:20:48 ---> Running in fca9379fcdfd 12:20:48 ---> Running in b814e8ffc5ca 12:20:50 Removing intermediate container fca9379fcdfd 12:20:50 ---> 35d58168d7b6 12:20:50 Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:20:50 ---> Running in 8815f4b4a580 12:20:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:20:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:20:51 Removing intermediate container 8815f4b4a580 12:20:51 ---> 635d6055809c 12:20:51 Step 24/24 : LABEL version=0.0.0 12:20:51 ---> Running in cbdcf397af68 12:20:52 Removing intermediate container 16c7ed9a8e6f 12:20:52 ---> 5400ded92463 12:20:52 Step 8/26 : COPY . . 12:20:52 Removing intermediate container cbdcf397af68 12:20:52 ---> 3a2d8dbffd25 12:20:52 12:20:52 Successfully built 3a2d8dbffd25 12:20:53 Removing intermediate container b814e8ffc5ca 12:20:53 ---> abc2511e1c89 12:20:53 Step 8/23 : COPY . . 12:20:53 Successfully tagged docker-security-secretstore-setup-go:latest 12:20:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:20:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:20:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:21:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements 12:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:21:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:21:05  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:21:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:21:05 ---> c96be585400d 12:21:05 Step 3/22 : WORKDIR /edgex-go 12:21:05 ---> Using cache 12:21:05 ---> dde732994e5e 12:21:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:21:05 ---> Using cache 12:21:05 ---> 07ac29d77643 12:21:05 Step 5/22 : RUN apk add --update --no-cache make git 12:21:05 ---> Using cache 12:21:05 ---> b61b71c37214 12:21:05 Step 6/22 : COPY go.mod . 12:21:05 ---> Using cache 12:21:05 ---> 2f1973ea28d9 12:21:05 Step 7/22 : RUN go mod download 12:21:05 ---> Using cache 12:21:05 ---> 630af6d36e8c 12:21:05 Step 8/22 : COPY . . 12:21:05 ---> Using cache 12:21:05 ---> 9e589ffb18ec 12:21:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 12:21:05 ---> Running in fa164aab943b 12:21:08 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 12:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.0% of statements 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.578s coverage: 77.8% of statements 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:21:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.714s coverage: 82.4% of statements 12:21:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:21:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:21:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:21:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.215s coverage: 28.6% of statements 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.325s coverage: 97.5% of statements 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:21:21 ---> 9d2882d5eb37 12:21:21 Step 9/23 : RUN make cmd/core-data/core-data 12:21:21 ---> 8dec7afdc61e 12:21:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:21:21 ---> Running in 1e56f9ca91ed 12:21:21 ---> Running in 1b0dc1690377 12:21:21 Removing intermediate container 6b64a67ac5ef 12:21:21 ---> 148b7730896c 12:21:21 12:21:21 Step 10/22 : FROM scratch 12:21:21 ---> 12:21:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:21:22 ---> Using cache 12:21:22 ---> 13d995c78891 12:21:22 Step 12/22 : ENV APP_PORT=48081 12:21:22 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 12:21:22 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 12:21:22 ---> Running in 86e2f9422692 12:21:22 Removing intermediate container 86e2f9422692 12:21:22 ---> c2de696342ad 12:21:22 Step 13/22 : EXPOSE $APP_PORT 12:21:22 ---> Running in d4db179b6035 12:21:23 Removing intermediate container d4db179b6035 12:21:23 ---> b62cd4948655 12:21:23 Step 14/22 : WORKDIR / 12:21:23 ---> Running in 04e4d415f907 12:21:23 Removing intermediate container 04e4d415f907 12:21:23 ---> 890095f67df4 12:21:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:21:24 ---> 911e666ed3a8 12:21:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:21:26 Removing intermediate container fa164aab943b 12:21:26 ---> ea6401b1dbea 12:21:26 12:21:26 Step 10/22 : FROM alpine:3.12 12:21:26 ---> 389fef711851 12:21:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:21:26 ---> Using cache 12:21:26 ---> 298488e2955f 12:21:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 12:21:27 ---> 8d5620a3f39a 12:21:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:21:27 ---> Running in ebc25e8b6a4f 12:21:27 Removing intermediate container ebc25e8b6a4f 12:21:27 ---> 04d0603819c5 12:21:27 Step 13/22 : WORKDIR / 12:21:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.089s coverage: 93.2% of statements 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:21:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:21:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:21:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:21:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements 12:21:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:21:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements 12:21:27 ---> Running in ccca1996f213 12:21:27 ---> 23ac2f34fdb3 12:21:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:21:27 ---> Running in 5bdce929ec22 12:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements 12:21:28 Removing intermediate container ccca1996f213 12:21:28 ---> b54b339be6f9 12:21:28 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:21:28 Removing intermediate container 5bdce929ec22 12:21:28 ---> 42d104a221b0 12:21:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:21:28 ---> Running in 016dcaf406bd 12:21:28 ---> 525ccc7468c3 12:21:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 12:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements 12:21:28 Removing intermediate container 016dcaf406bd 12:21:28 ---> 54f69294435d 12:21:28 Step 20/22 : LABEL arch=x86_64 12:21:28 ---> Running in bd09f5f80796 12:21:29 Removing intermediate container bd09f5f80796 12:21:29 ---> eff3bf88444f 12:21:29 Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:21:29 ---> Running in e714bd5facb8 12:21:29 ---> d87bd03063a3 12:21:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 12:21:29 Removing intermediate container e714bd5facb8 12:21:29 ---> 325c16685900 12:21:29 Step 22/22 : LABEL version=0.0.0 12:21:29 ---> 3300b87a6187 12:21:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 12:21:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements 12:21:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:21:30 ---> Running in 7ed8c1fb8cbd 12:21:31 ---> 9da1d89e5c25 12:21:31 Step 18/22 : RUN chmod +x entrypoint.sh 12:21:31 Removing intermediate container 7ed8c1fb8cbd 12:21:31 ---> 7dd330c5f700 12:21:31 12:21:31 ---> Running in eacdc49978da 12:21:31 Successfully built 7dd330c5f700 12:21:31 Successfully tagged docker-core-metadata-go:latest 12:21:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.621s coverage: 63.5% of statements 12:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:21:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements 12:21:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 12:21:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 12:21:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 12:21:34  Building docker-core-metadata-go ... done Removing intermediate container eacdc49978da 12:21:34 ---> d5fdb099c260 12:21:34 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 12:21:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 12:21:34 ---> Running in ad1d83497696 12:21:34 Removing intermediate container ad1d83497696 12:21:34 ---> 2c7f8f22ba87 12:21:34 Step 20/22 : LABEL arch=x86_64 12:21:34 ---> Running in 930474e6a9bd 12:21:35 Removing intermediate container 930474e6a9bd 12:21:35 ---> 5e55af0c08be 12:21:35 Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:21:35 ---> Running in f69832fc0f42 12:21:35 Removing intermediate container f69832fc0f42 12:21:35 ---> a3165588bdf9 12:21:35 Step 22/22 : LABEL version=0.0.0 12:21:36 ---> Running in 06f7fb9e22dc 12:21:36 Removing intermediate container 06f7fb9e22dc 12:21:36 ---> 8506edc050a3 12:21:36 12:21:36 Successfully built 8506edc050a3 12:21:36 Successfully tagged docker-security-bootstrap-redis-go:latest 12:21:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 12:21:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:21:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:21:39  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1e56f9ca91ed 12:21:39 ---> 869724615099 12:21:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:21:39 ---> Running in 7bb3f22208f8 12:21:40 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 12:21:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.585s coverage: 84.0% of statements 12:21:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 12:21:41 Removing intermediate container 7bb3f22208f8 12:21:41 ---> ca3469372ec4 12:21:41 12:21:41 Step 11/26 : FROM docker:20.10.0 12:21:41 20.10.0: Pulling from library/docker 12:21:44 Removing intermediate container 1b0dc1690377 12:21:44 ---> 6e7640b5d873 12:21:44 12:21:44 Step 10/23 : FROM alpine:3.12 12:21:44 ---> 389fef711851 12:21:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:21:44 ---> Running in 1f5cd51773c5 12:21:44 Removing intermediate container 1f5cd51773c5 12:21:44 ---> 054c5dd51976 12:21:44 Step 12/23 : ENV APP_PORT=48080 12:21:44 ---> Running in dde685cdf699 12:21:44 Removing intermediate container dde685cdf699 12:21:44 ---> f534883e9e56 12:21:44 Step 13/23 : EXPOSE $APP_PORT 12:21:44 ---> Running in aeb499d2637c 12:21:45 Removing intermediate container aeb499d2637c 12:21:45 ---> d8609cd48d0c 12:21:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:21:45 ---> Running in a7624d0d7740 12:21:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.337s coverage: 47.1% of statements 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:21:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:21:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 12:21:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:21:46 Removing intermediate container a7624d0d7740 12:21:46 ---> 893d305529f9 12:21:46 Step 15/23 : RUN apk add --update --no-cache zeromq 12:21:46 ---> Running in 98adfab470ea 12:21:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:21:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:21:47 Status: Downloaded newer image for docker:20.10.0 12:21:47 ---> aefe523efa57 12:21:47 Step 12/26 : RUN apk add --no-cache bash 12:21:47 ---> Running in e45b1a8181ba 12:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:21:48 (1/5) Installing libgcc (9.3.0-r2) 12:21:48 (2/5) Installing libsodium (1.0.18-r0) 12:21:48 (3/5) Installing libstdc++ (9.3.0-r2) 12:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:21:49 (4/5) Installing libzmq (4.3.3-r0) 12:21:49 (5/5) Installing zeromq (4.3.3-r0) 12:21:49 (1/2) Installing readline (8.0.4-r0) 12:21:49 (2/2) Installing bash (5.0.17-r0) 12:21:49 Executing bash-5.0.17-r0.post-install 12:21:49 Executing busybox-1.31.1-r19.trigger 12:21:49 OK: 12 MiB in 22 packages 12:21:49 Executing busybox-1.31.1-r19.trigger 12:21:49 OK: 8 MiB in 19 packages 12:21:50 Removing intermediate container e45b1a8181ba 12:21:50 ---> 77549c2a6b40 12:21:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:21:50 Removing intermediate container 98adfab470ea 12:21:50 ---> e452b0fb072c 12:21:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:21:50 ---> Running in 8816ff46a085 12:21:50 ---> 55e21db8dbe5 12:21:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:21:50 Removing intermediate container 8816ff46a085 12:21:50 ---> b5f913b88a79 12:21:50 Step 14/26 : ENV APP_PORT=48090 12:21:50 ---> Running in 645b2e97a4d1 12:21:50 Removing intermediate container 645b2e97a4d1 12:21:50 ---> 94e018c85f5b 12:21:50 Step 15/26 : EXPOSE $APP_PORT 12:21:50 ---> Running in ab61a8ec79e5 12:21:50 ---> 7e4a11dd190d 12:21:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:21:50 Removing intermediate container ab61a8ec79e5 12:21:50 ---> 9898249a9ee3 12:21:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:21:51 ---> c32871d0daf7 12:21:51 Step 19/23 : ENTRYPOINT ["/core-data"] 12:21:51 ---> Running in e4e5b30a1c6f 12:21:51 ---> c6f8b39a691a 12:21:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:21:51 Removing intermediate container e4e5b30a1c6f 12:21:51 ---> c42a60cb3cdd 12:21:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:21:51 ---> Running in 97d7b3efc14f 12:21:51 ---> 29104748216f 12:21:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:21:51 Removing intermediate container 97d7b3efc14f 12:21:51 ---> d59ec3a56c63 12:21:51 Step 21/23 : LABEL arch=x86_64 12:21:51 ---> Running in 66ab5d219469 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.896s coverage: 29.1% of statements 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:21:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:21:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 12:21:52 Removing intermediate container 66ab5d219469 12:21:52 ---> 85c0587d34bf 12:21:52 Step 22/23 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:21:52 ---> Running in 06f299caa386 12:21:52 ---> af4d02f0ee75 12:21:52 Step 19/26 : RUN apk --no-cache add py3-pip 12:21:52 ---> Running in 3593e214ec6c 12:21:52 Removing intermediate container 06f299caa386 12:21:52 ---> 5d87c5e266be 12:21:52 Step 23/23 : LABEL version=0.0.0 12:21:52 ---> Running in 366e682c6b7a 12:21:52 Removing intermediate container 366e682c6b7a 12:21:52 ---> 2090b6840fc0 12:21:52 12:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:21:52 Successfully built 2090b6840fc0 12:21:52 Successfully tagged docker-core-data-go:latest 12:21:52  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) 12:21:52 (2/33) Installing expat (2.2.9-r1) 12:21:52 (3/33) Installing libffi (3.3-r2) 12:21:52 (4/33) Installing gdbm (1.13-r1) 12:21:52 (5/33) Installing xz-libs (5.2.5-r0) 12:21:52 (6/33) Installing sqlite-libs (3.32.1-r0) 12:21:52 (7/33) Installing python3 (3.8.5-r0) 12:21:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 32.1% of statements 12:21:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 12:21:53 (8/33) Installing py3-appdirs (1.4.4-r1) 12:21:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:21:53 (10/33) Installing py3-parsing (2.4.7-r0) 12:21:53 (11/33) Installing py3-six (1.15.0-r0) 12:21:53 (12/33) Installing py3-packaging (20.4-r0) 12:21:53 (13/33) Installing py3-setuptools (47.0.0-r0) 12:21:53 (14/33) Installing py3-chardet (3.0.4-r4) 12:21:53 GO111MODULE=on go vet ./... 12:21:54 (15/33) Installing py3-idna (2.9-r0) 12:21:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:21:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:21:54 (18/33) Installing py3-requests (2.23.0-r0) 12:21:54 (19/33) Installing py3-msgpack (1.0.0-r0) 12:21:54 (20/33) Installing py3-lockfile (0.12.2-r3) 12:21:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:21:54 (22/33) Installing py3-colorama (0.4.3-r0) 12:21:54 (23/33) Installing py3-distlib (0.3.0-r0) 12:21:54 (24/33) Installing py3-distro (1.5.0-r1) 12:21:54 (25/33) Installing py3-webencodings (0.5.1-r3) 12:21:54 (26/33) Installing py3-html5lib (1.0.1-r4) 12:21:54 (27/33) Installing py3-pytoml (0.1.21-r0) 12:21:54 (28/33) Installing py3-pep517 (0.8.2-r0) 12:21:54 (29/33) Installing py3-progress (1.5-r0) 12:21:54 (30/33) Installing py3-toml (0.10.1-r0) 12:21:54 (31/33) Installing py3-retrying (1.3.3-r0) 12:21:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:21:54 (33/33) Installing py3-pip (20.1.1-r0) 12:21:54 Executing busybox-1.31.1-r19.trigger 12:21:54 OK: 71 MiB in 55 packages 12:22:04 Removing intermediate container 3593e214ec6c 12:22:04 ---> 68ac2761e05f 12:22:04 Step 20/26 : RUN pip install docker-compose==1.23.2 12:22:04 ---> Running in b7c74bc956aa 12:22:05 Collecting docker-compose==1.23.2 12:22:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:22:05 Collecting docopt<0.7,>=0.6.1 12:22:05 Downloading docopt-0.6.2.tar.gz (25 kB) 12:22:05 Collecting docker<4.0,>=3.6.0 12:22:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:22:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:22:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:22:06 Collecting jsonschema<3,>=2.5.1 12:22:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:22: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) 12:22:06 Collecting cached-property<2,>=1.2.0 12:22:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:22:06 Collecting dockerpty<0.5,>=0.4.1 12:22:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:22:06 Collecting websocket-client<1.0,>=0.32.0 12:22:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:22:06 Collecting texttable<0.10,>=0.9.0 12:22:06 Downloading texttable-0.9.1.tar.gz (11 kB) 12:22:07 Collecting PyYAML<4,>=3.10 12:22:07 Downloading PyYAML-3.13.tar.gz (270 kB) 12:22:08 Collecting docker-pycreds>=0.4.0 12:22:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:22:08 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) 12:22:08 Collecting idna<2.8,>=2.5 12:22:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:22:08 Collecting urllib3<1.25,>=1.21.1 12:22:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:22:08 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) 12:22:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:22:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:22:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:22:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:22:08 Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, dockerpty, texttable, PyYAML, docker-compose 12:22:08 Running setup.py install for docopt: started 12:22:09 Running setup.py install for docopt: finished with status 'done' 12:22:09 Attempting uninstall: idna 12:22:09 Found existing installation: idna 2.9 12:22:09 Uninstalling idna-2.9: 12:22:09 Successfully uninstalled idna-2.9 12:22:09 Attempting uninstall: urllib3 12:22:09 Found existing installation: urllib3 1.25.9 12:22:09 Uninstalling urllib3-1.25.9: 12:22:09 Successfully uninstalled urllib3-1.25.9 12:22:09 Attempting uninstall: requests 12:22:09 Found existing installation: requests 2.23.0 12:22:09 Uninstalling requests-2.23.0: 12:22:09 Successfully uninstalled requests-2.23.0 12:22:10 Running setup.py install for dockerpty: started 12:22:10 Running setup.py install for dockerpty: finished with status 'done' 12:22:10 Running setup.py install for texttable: started 12:22:10 Running setup.py install for texttable: finished with status 'done' 12:22:10 Running setup.py install for PyYAML: started 12:22:11 Running setup.py install for PyYAML: finished with status 'done' 12:22:11 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 12:22:15 Removing intermediate container b7c74bc956aa 12:22:15 ---> ef90e98815e2 12:22:15 Step 21/26 : RUN apk --no-cache add curl 12:22:15 ---> Running in 931d7631eabc 12:22:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:22:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:22:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:22:15 (2/3) Installing libcurl (7.69.1-r3) 12:22:15 (3/3) Installing curl (7.69.1-r3) 12:22:15 Executing busybox-1.31.1-r19.trigger 12:22:15 OK: 72 MiB in 58 packages 12:22:16 Removing intermediate container 931d7631eabc 12:22:16 ---> 179bc9f8018b 12:22:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:22:16 ---> Running in a789915bfa34 12:22:16 Removing intermediate container a789915bfa34 12:22:16 ---> 918f03f7bfdc 12:22:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:22:16 ---> Running in c8c7d0f53cef 12:22:16 Removing intermediate container c8c7d0f53cef 12:22:16 ---> ff2e119736fd 12:22:16 Step 24/26 : LABEL arch=x86_64 12:22:16 ---> Running in 616c970e394f 12:22:16 Removing intermediate container 616c970e394f 12:22:16 ---> ff38d29465dd 12:22:16 Step 25/26 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:22:16 ---> Running in 05ee8b327592 12:22:17 Removing intermediate container 05ee8b327592 12:22:17 ---> 3ff81d3f4e42 12:22:17 Step 26/26 : LABEL version=0.0.0 12:22:17 ---> Running in a1cba8b6ed21 12:22:17 Removing intermediate container a1cba8b6ed21 12:22:17 ---> 4564059c6d32 12:22:17 12:22:17 Successfully built 4564059c6d32 12:22:17 Successfully tagged docker-sys-mgmt-agent-go:latest 12:22:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:22:17 $ docker stop --time=1 bbc947e295a28ddd643decceb7485e0c1cf65f65300e926c3fa606541edd19a0 12:22:19 $ docker rm -f bbc947e295a28ddd643decceb7485e0c1cf65f65300e926c3fa606541edd19a0 [Pipeline] // withDockerContainer [Pipeline] sh 12:22:19 + docker images 12:22:19 + grep docker 12:22:19 docker-sys-mgmt-agent-go latest 4564059c6d32 2 seconds ago 313MB 12:22:19 docker-core-data-go latest 2090b6840fc0 27 seconds ago 22.3MB 12:22:19 docker-security-bootstrap-redis-go latest 8506edc050a3 43 seconds ago 15.8MB 12:22:19 docker-core-metadata-go latest 7dd330c5f700 48 seconds ago 13.1MB 12:22:19 docker-security-secretstore-setup-go latest 3a2d8dbffd25 About a minute ago 24.6MB 12:22:19 docker-security-proxy-setup-go latest c34d19c09c0e About a minute ago 24.5MB 12:22:19 docker-support-notifications-go latest de0f464476c9 About a minute ago 12MB 12:22:19 docker-core-command-go latest b21a56d84836 2 minutes ago 10.6MB 12:22:19 docker-support-scheduler-go latest 8ebfe4466c75 2 minutes ago 10.7MB 12:22:19 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 12:22:35 Still waiting to schedule task 12:22:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 12:23:01 gofmt -l . 12:23:01 [ "`gofmt -l .`" = "" ] 12:23:01 ./bin/test-go-mod-tidy.sh 12:23:02 ./bin/test-attribution-txt.sh [Pipeline] sh 12:23:04 + ls -al . 12:23:04 total 688 12:23:04 drwxrwxr-x 9 1001 1001 4096 Jan 14 12:23 . 12:23:04 drwxr-xr-x 4 root root 4096 Jan 14 12:19 .. 12:23:04 -rw-rw-r-- 1 1001 1001 11 Jan 14 12:17 .dockerignore 12:23:04 drwxrwxr-x 8 1001 1001 4096 Jan 14 12:18 .git 12:23:04 drwxrwxr-x 3 1001 1001 4096 Jan 14 12:17 .github 12:23:04 -rw-rw-r-- 1 1001 1001 824 Jan 14 12:17 .gitignore 12:23:04 -rw-rw-r-- 1 1001 1001 166 Jan 14 12:17 .sonarcloud.properties 12:23:04 -rw-rw-r-- 1 1001 1001 7741 Jan 14 12:17 Attribution.txt 12:23:04 -rw-rw-r-- 1 1001 1001 3804 Jan 14 12:17 CONTRIBUTING.md 12:23:04 -rw-rw-r-- 1 1001 1001 931 Jan 14 12:17 Dockerfile.build 12:23:04 -rw-rw-r-- 1 1001 1001 863 Jan 14 12:17 Jenkinsfile 12:23:04 -rw-rw-r-- 1 1001 1001 10775 Jan 14 12:17 LICENSE 12:23:04 -rw-rw-r-- 1 1001 1001 5750 Jan 14 12:17 Makefile 12:23:04 -rw-rw-r-- 1 1001 1001 6524 Jan 14 12:17 README.md 12:23:04 -rw-rw-r-- 1 1001 1001 6744 Jan 14 12:17 SECURITY.md 12:23:04 -rw-rw-r-- 1 1001 1001 5 Jan 14 12:15 VERSION 12:23:04 -rw-rw-r-- 1 1001 1001 4131 Jan 14 12:17 ZMQWindows.md 12:23:04 drwxrwxr-x 2 1001 1001 4096 Jan 14 12:17 bin 12:23:04 drwxrwxr-x 14 1001 1001 4096 Jan 14 12:17 cmd 12:23:04 -rw-r--r-- 1 root root 554655 Jan 14 12:21 coverage.out 12:23:04 -rw-r--r-- 1 root root 979 Jan 14 12:23 go.mod 12:23:04 -rw-r--r-- 1 root root 19036 Jan 14 12:23 go.sum 12:23:04 drwxrwxr-x 8 1001 1001 4096 Jan 14 12:17 internal 12:23:04 drwxrwxr-x 4 1001 1001 4096 Jan 14 12:17 openapi 12:23:04 drwxrwxr-x 4 1001 1001 4096 Jan 14 12:17 snap 12:23:04 -rw-rw-r-- 1 1001 1001 168 Jan 14 12:17 version.go [Pipeline] sh 12:23:05 + '[' -e coverage.out ] 12:23:05 + chown 1001:1001 coverage.out [Pipeline] stash 12:23:05 Warning: overwriting stash ‘coverage-report’ 12:23:06 Stashed 1 file(s) [Pipeline] sh 12:23:06 + make build 12:23:06 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 12:23:17 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 12:23:39 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 12:23:40 Running on prd-ubuntu18.04-docker-8c-8g-20213 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 12:23:40 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 12:23:42 using credential edgex-jenkins-ssh 12:23:42 Cloning the remote Git repository 12:23:42 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 12:23:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:23:42 > git init /w/workspace/edgex-go/3 # timeout=10 12:23:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:23:42 > git --version # timeout=10 12:23:42 > git --version # 'git version 2.17.1' 12:23:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:23:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:23: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 12:23:49 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 12:23:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:23:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:23:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:23:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:23:49 using GIT_SSH to set credentials SSH Credentials for GitHub 12:23:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:23:50 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 12:23:50 Merge succeeded, producing 7b26aa898bd24045e365de4726027a5620ffbbb8 12:23:50 Checking out Revision 7b26aa898bd24045e365de4726027a5620ffbbb8 (PR-3030) 12:23:50 > git config core.sparsecheckout # timeout=10 12:23:50 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 12:23:50 > git remote # timeout=10 12:23:50 > git config --get remote.origin.url # timeout=10 12:23:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:23:50 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 12:23:50 > git rev-parse HEAD^{commit} # timeout=10 12:23:50 > git config core.sparsecheckout # timeout=10 12:23:50 > git checkout -f 7b26aa898bd24045e365de4726027a5620ffbbb8 # timeout=10 12:23:54 Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" 12:23:54 First time build. Skipping changelog. 12:23:54 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 [Pipeline] withEnv [Pipeline] { 12:23:54 > git rev-list --no-walk b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 12:23:55 + echo snap-build.sh 12:23:55 snap-build.sh 12:23:55 + SNAP_BASE_DIR=. 12:23:55 + '[' '!' -z /w/workspace/edgex-go/3 ']' 12:23:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 12:23:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 12:23:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 12:23:55 + cd /w/workspace/edgex-go/3 12:23:55 + sudo apt-get remove -qy --purge lxd lxd-client 12:23:55 Reading package lists... 12:23:56 Building dependency tree... 12:23:56 Reading state information... 12:23:56 The following packages were automatically installed and are no longer required: 12:23:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 12:23:56 uidmap xdelta3 12:23:56 Use 'sudo apt autoremove' to remove them. 12:23:56 The following packages will be REMOVED: 12:23:56 lxd* lxd-client* 12:23:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 12:23:56 After this operation, 31.7 MB disk space will be freed. 12:23:57 (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.) 12:23:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 12:23:58 Removing lxd dnsmasq configuration 12:23:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 12:23:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 12:23:58 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 12:23:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 12:23:59 (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.) 12:23:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 12:24:01 Processing triggers for systemd (237-3ubuntu10.42) ... 12:24:01 Processing triggers for ureadahead (0.100.0-21) ... 12:24:02 + sudo snap remove --purge lxd 12:24:02 snap "lxd" is not installed 12:24:02 + sudo groupadd --force --system lxd 12:24:02 ++ whoami 12:24:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 12:24:02 + newgrp - lxd 12:24:02 + sudo snap install lxd 12:24:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:24:07 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 12:24:10 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 12:24:12 2021-01-14T12:24:10Z INFO Waiting for automatic snapd restart... 12:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 12:24:17 $ docker stop --time=1 f3056b018ed59e8c1110c05a633e0f0bcb18ee16172b00b0b06356d1e0c8994b 12:24:20 $ docker rm -f f3056b018ed59e8c1110c05a633e0f0bcb18ee16172b00b0b06356d1e0c8994b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:24:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:22 12:24:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:24:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:22 latest: Pulling from edgex-devops/edgex-compose-arm64 12:24:22 29e5d40040c1: Pulling fs layer 12:24:22 1ce36da41761: Pulling fs layer 12:24:22 25b303627fd3: Pulling fs layer 12:24:23 29e5d40040c1: Download complete 12:24:23 1ce36da41761: Download complete 12:24:24 29e5d40040c1: Pull complete 12:24:25 1ce36da41761: Pull complete 12:24:25 25b303627fd3: Verifying Checksum 12:24:25 25b303627fd3: Download complete 12:24:27 lxd 4.10 from Canonical* installed 12:24:27 + sudo lxd init --auto 12:24:35 25b303627fd3: Pull complete 12:24:35 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:24:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:24:35 prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container 12:24:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:24:37 + sudo snap install --classic snapcraft 12:24:39 $ docker top 038f6faeb77a420c7a63667c1d55696faf06a63e0d17805058f26f885e278dd3 -eo pid,comm [Pipeline] { [Pipeline] sh 12:24:40 + docker-compose build --help 12:24:40 + grep parallel 12:24:43 --parallel Build images in parallel. [Pipeline] } 12:24:43 $ docker stop --time=1 038f6faeb77a420c7a63667c1d55696faf06a63e0d17805058f26f885e278dd3 12:24:44 snapcraft 4.4.4 from Canonical* installed 12:24:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 12:24:44 + patch --verbose -p1 12:24:44 Hmm... Looks like a unified diff to me... 12:24:44 The text leading up to this was: 12:24:44 -------------------------- 12:24:44 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 12:24:44 |From: Tony Espy 12:24:44 |Date: Wed, 16 Dec 2020 16:34:55 -0500 12:24:44 |Subject: [PATCH] optimize snap build for pipeline CI check 12:24:44 | 12:24:44 |This patch is used by the EdgeX CI pipeline builds to 12:24:44 |optimize the snap CI check run for pull requests. When 12:24:44 |applied, it essentially strips out everything (apps and 12:24:44 |parts) from the snapcraft.yaml file except those required 12:24:44 |to build edgex-go, as the whole idea of the CI check is to 12:24:44 |catch changes to edgex-go that break the snap build. 12:24:44 | 12:24:44 |In general, anyone updating snapcraft.yaml will also need 12:24:44 |to update this patch file, otherwise it may fail to apply, 12:24:44 |resulting in a failed snap build CI check in the associated 12:24:44 |pull request. 12:24:44 | 12:24:44 |Note - in addition to applying this patch, the pipeline also 12:24:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 12:24:44 |need to build the finally binary .snap file (and it won't 12:24:44 |work with the patch applied). This further reduces the build 12:24:44 |time. 12:24:44 |--- 12:24:44 | snap/snapcraft.yaml | 461 +------------------------------------------- 12:24:44 | 1 file changed, 2 insertions(+), 459 deletions(-) 12:24:44 | 12:24:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 12:24:44 |index 1e537489..faf42425 100644 12:24:44 |--- a/snap/snapcraft.yaml 12:24:44 |+++ b/snap/snapcraft.yaml 12:24:44 -------------------------- 12:24:44 patching file snap/snapcraft.yaml 12:24:44 Using Plan A... 12:24:44 Hunk #1 succeeded at 73. 12:24:44 Hunk #2 succeeded at 202 with fuzz 1. 12:24:44 Hunk #3 succeeded at 214 (offset -3 lines). 12:24:44 Hunk #4 succeeded at 222 (offset -3 lines). 12:24:44 Hunk #5 succeeded at 229 (offset -3 lines). 12:24:44 Hunk #6 succeeded at 256 (offset -3 lines). 12:24:44 Hunk #7 succeeded at 290 (offset -3 lines). 12:24:44 Hunk #8 succeeded at 342 (offset -2 lines). 12:24:44 Hmm... Ignoring the trailing garbage. 12:24:44 done 12:24:44 + sudo snapcraft prime --use-lxd 12:24:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 12:24:45 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: 12:24:45 - README.md 12:24:45 - snapcraft.yaml.orig 12:24:45 12:24:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:24:45 $ docker rm -f 038f6faeb77a420c7a63667c1d55696faf06a63e0d17805058f26f885e278dd3 [Pipeline] // withDockerContainer 12:24:46 Launching a container. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:24:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:24:46 . [Pipeline] withDockerContainer 12:24:47 prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container 12:24: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:24:48 $ docker top 7166482c656a0561f806ed1ad2c33d5a8e8e17bd588df4ae654475188db1b585 -eo pid,comm [Pipeline] { [Pipeline] sh 12:24:49 + docker-compose -f ./docker-compose-build.yml build --parallel 12:24:53 Building docker-core-command-go ... 12:24:53 Building docker-core-data-go ... 12:24:53 Building docker-core-metadata-go ... 12:24:53 Building docker-security-bootstrap-redis-go ... 12:24:53 Building docker-security-proxy-setup-go ... 12:24:53 Building docker-security-secretstore-setup-go ... 12:24:53 Building docker-support-notifications-go ... 12:24:53 Building docker-support-scheduler-go ... 12:24:53 Building docker-sys-mgmt-agent-go ... 12:24:53 Building docker-security-secretstore-setup-go 12:24:53 Building docker-core-command-go 12:24:53 Building docker-support-scheduler-go 12:24:53 Building docker-core-metadata-go 12:24:53 Building docker-support-notifications-go 12:24:58 Waiting for container to be ready 12:24:58 To start your first instance, try: lxc launch ubuntu:18.04 12:24:58 12:25:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 12:25:03 Waiting for network to be ready... 12:25:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:25:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:25:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:25:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 12:25:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:25:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 12:25:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:25:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 12:25:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 12:25:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 12:25:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 12:25:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 12:25:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:25:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:25:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:25:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:25:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:25:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 12:25:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:25:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 12:25:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 12:25:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 12:25:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 12:25:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 12:25:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 12:25:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 12:25:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 12:25:08 Fetched 23.7 MB in 5s (4708 kB/s) 12:25:09 Reading package lists... 12:25:09 Reading package lists... 12:25:09 Building dependency tree... 12:25:09 Reading state information... 12:25:09 The following additional packages will be installed: 12:25:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:25:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:25:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:25:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 12:25:09 Suggested packages: 12:25:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 12:25:09 Recommended packages: 12:25:09 gnupg libsasl2-modules 12:25:09 The following NEW packages will be installed: 12:25:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:25:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:25:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:25:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 12:25:09 The following packages will be upgraded: 12:25:09 gpg gpg-agent gpgconf libudev1 12:25:09 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 12:25:09 Need to get 3532 kB of archives. 12:25:09 After this operation, 13.3 MB of additional disk space will be used. 12:25:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 12:25:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 12:25:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 12:25:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 12:25:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 12:25:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 12:25:09 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 12:25:10 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 12:25:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 12:25:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 12:25:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 12:25:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 12:25:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 12:25:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 12:25:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 12:25:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 12:25:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 12:25:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 12:25:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 12:25:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 12:25:12 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] 12:25:12 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] 12:25:12 debconf: delaying package configuration, since apt-utils is not installed 12:25:12 Fetched 3532 kB in 3s (1256 kB/s) 12:25:12 (Reading database ... 12511 files and directories currently installed.) 12:25:12 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 12:25:12 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:25:12 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 12:25:13 Selecting previously unselected package udev. 12:25:13 (Reading database ... 12511 files and directories currently installed.) 12:25:13 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 12:25:13 Unpacking udev (237-3ubuntu10.43) ... 12:25:13 Selecting previously unselected package libfuse2:amd64. 12:25:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 12:25:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:25:13 Selecting previously unselected package fuse. 12:25:13 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 12:25:13 Unpacking fuse (2.9.7-1ubuntu1) ... 12:25:13 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 12:25:13 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:25:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 12:25:13 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:25:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 12:25:13 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:25:14 Selecting previously unselected package libksba8:amd64. 12:25:14 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 12:25:14 Unpacking libksba8:amd64 (1.3.5-2) ... 12:25:14 Selecting previously unselected package libroken18-heimdal:amd64. 12:25:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 12:25:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 12:25:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libhcrypto4-heimdal:amd64. 12:25:14 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libwind0-heimdal:amd64. 12:25:14 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 12:25:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libkrb5-26-heimdal:amd64. 12:25:14 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 12:25:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:15 Selecting previously unselected package libgssapi3-heimdal:amd64. 12:25:15 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:25:15 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:15 Selecting previously unselected package libsasl2-modules-db:amd64. 12:25:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:25:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:25:15 Selecting previously unselected package libsasl2-2:amd64. 12:25:15 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:25:15 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:25:15 Selecting previously unselected package libldap-common. 12:25:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 12:25:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 12:25:15 Selecting previously unselected package libldap-2.4-2:amd64. 12:25:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 12:25:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 12:25:15 Selecting previously unselected package dirmngr. 12:25:15 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 12:25:15 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 12:25:15 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 12:25:15 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 12:25:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:25:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:25:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:25:16 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 12:25:16 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:16 Setting up libksba8:amd64 (1.3.5-2) ... 12:25:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:25:16 Setting up udev (237-3ubuntu10.43) ... 12:25:16 invoke-rc.d: policy-rc.d denied execution of start. 12:25:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:16 Processing triggers for systemd (237-3ubuntu10) ... 12:25:16 Setting up fuse (2.9.7-1ubuntu1) ... 12:25:16 Setting up gpg (2.2.4-1ubuntu1.3) ... 12:25:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:16 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:25:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 12:25:17 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 12:25:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:25:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 12:25:17 settings in the [Install] section, and DefaultInstance for template units). 12:25:17 This means they are not meant to be enabled using systemctl. 12:25:17 Possible reasons for having this kind of units are: 12:25:17 1) A unit may be statically enabled by being symlinked from another unit's 12:25:17 .wants/ or .requires/ directory. 12:25:17 2) A unit's purpose may be to act as a helper for some other unit which has 12:25:17 a requirement dependency on it. 12:25:17 3) A unit may be started when needed via activation (socket, path, timer, 12:25:17 D-Bus, udev, scripted systemctl call, ...). 12:25:17 4) In case of template units, the unit is meant to be enabled with some 12:25:17 instance name specified. 12:25:17 Reading package lists... 12:25:18 Building dependency tree... 12:25:18 Reading state information... 12:25:18 The following additional packages will be installed: 12:25:18 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 12:25:18 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 12:25:18 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 12:25:18 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 12:25:18 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 12:25:18 Suggested packages: 12:25:18 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 12:25:18 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 12:25:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 12:25:18 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 12:25:18 systemd-container policykit-1 12:25:18 Recommended packages: 12:25:18 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 12:25:18 The following NEW packages will be installed: 12:25:18 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 12:25:18 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 12:25:18 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 12:25:18 multiarch-support openssh-client python3 python3-minimal python3.6 12:25:18 python3.6-minimal snapd squashfs-tools sudo 12:25:18 The following packages will be upgraded: 12:25:18 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 12:25:18 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 12:25:18 Need to get 35.2 MB of archives. 12:25:18 After this operation, 141 MB of additional disk space will be used. 12:25:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 12:25:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 12:25:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 12:25:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 12:25:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 12:25:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 12:25:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 12:25:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 12:25:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 12:25:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 12:25:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 12:25:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 12:25:19 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 12:25:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 12:25:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 12:25:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 12:25:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 12:25:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 12:25:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 12:25:19 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 12:25:19 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 12:25:19 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 12:25:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 12:25:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 12:25:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 12:25:19 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 12:25:19 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 12:25:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 12:25:19 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 12:25:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 12:25:20 debconf: delaying package configuration, since apt-utils is not installed 12:25:20 Fetched 35.2 MB in 2s (15.6 MB/s) 12:25:20 (Reading database ... 12757 files and directories currently installed.) 12:25:20 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 12:25:20 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:25:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 12:25:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:25:21 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 12:25:22 (Reading database ... 12757 files and directories currently installed.) 12:25:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 12:25:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 12:25:22 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 12:25:22 (Reading database ... 12757 files and directories currently installed.) 12:25:22 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 12:25:22 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 12:25:22 Setting up apt (1.6.12ubuntu0.2) ... 12:25:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 12:25:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 12:25:23 (Reading database ... 12764 files and directories currently installed.) 12:25:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 12:25:23 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 12:25:23 Selecting previously unselected package libpython3.6-minimal:amd64. 12:25:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:25:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:25:23 Selecting previously unselected package libexpat1:amd64. 12:25:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 12:25:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:25:23 Selecting previously unselected package python3.6-minimal. 12:25:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:25:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:25:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 12:25:23 Checking for services that may need to be restarted...done. 12:25:23 Checking for services that may need to be restarted...done. 12:25:24 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:25:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:25:24 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:25:24 Selecting previously unselected package python3-minimal. 12:25:24 (Reading database ... 13012 files and directories currently installed.) 12:25:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 12:25:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 12:25:24 Selecting previously unselected package mime-support. 12:25:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 12:25:24 Unpacking mime-support (3.60ubuntu1) ... 12:25:25 Selecting previously unselected package libmpdec2:amd64. 12:25:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 12:25:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:25:25 Selecting previously unselected package libpython3.6-stdlib:amd64. 12:25:25 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:25:25 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:25:25 Selecting previously unselected package python3.6. 12:25:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:25:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:25:25 Selecting previously unselected package libpython3-stdlib:amd64. 12:25:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 12:25:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:25:25 Setting up python3-minimal (3.6.7-1~18.04) ... 12:25:25 Selecting previously unselected package python3. 12:25:25 (Reading database ... 13442 files and directories currently installed.) 12:25:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 12:25:25 Unpacking python3 (3.6.7-1~18.04) ... 12:25:25 Selecting previously unselected package multiarch-support. 12:25:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 12:25:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 12:25:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 12:25:26 Selecting previously unselected package liblzo2-2:amd64. 12:25:26 (Reading database ... 13479 files and directories currently installed.) 12:25:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 12:25:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 12:25:26 Selecting previously unselected package libbsd0:amd64. 12:25:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 12:25:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:25:26 Selecting previously unselected package sudo. 12:25:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 12:25:26 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 12:25:26 Selecting previously unselected package apparmor. 12:25:26 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 12:25:26 Unpacking apparmor (2.12-4ubuntu5.1) ... 12:25:26 Selecting previously unselected package libedit2:amd64. 12:25:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 12:25:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 12:25:26 Selecting previously unselected package libkrb5support0:amd64. 12:25:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 12:25:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:25:26 Selecting previously unselected package libk5crypto3:amd64. 12:25:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 12:25:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:25:28 Selecting previously unselected package libkeyutils1:amd64. 12:25:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 12:25:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:25:28 Selecting previously unselected package libkrb5-3:amd64. 12:25:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 12:25:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:25:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 12:25:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 12:25:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:25:28 Selecting previously unselected package libssl1.0.0:amd64. 12:25:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 12:25:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 12:25:28 Selecting previously unselected package openssh-client. 12:25:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 12:25:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 12:25:28 Selecting previously unselected package squashfs-tools. 12:25:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 12:25:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:25:29 Selecting previously unselected package snapd. 12:25:29 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 12:25:29 Unpacking snapd (2.48+18.04) ... 12:25:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 12:25:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 12:25:31 Setting up mime-support (3.60ubuntu1) ... 12:25:31 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 12:25:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:25:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:25:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:25:31 Setting up systemd (237-3ubuntu10.43) ... 12:25:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 12:25:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:25:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:25:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 12:25:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:25:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:25:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:25:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:25:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:25:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:25:33 Setting up python3 (3.6.7-1~18.04) ... 12:25:33 running python rtupdate hooks for python3.6... 12:25:33 running python post-rtupdate hooks for python3.6... 12:25:33 Setting up apparmor (2.12-4ubuntu5.1) ... 12:25:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 12:25:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:25:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 12:25:34 Setting up snapd (2.48+18.04) ... 12:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 12:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 12:25:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 12:25:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 12:25:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:25:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:25:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 12:25:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 12:25:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 12:25:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 12:25:37 /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' 12:25:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:25:37 Processing triggers for systemd (237-3ubuntu10.43) ... 12:25:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:25:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:25:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:25:39 Reading package lists... 12:25:39 Reading package lists... 12:25:39 Building dependency tree... 12:25:39 Reading state information... 12:25:39 Calculating upgrade... 12:25:40 The following packages will be upgraded: 12:25:40 advancecomp base-files bash binutils binutils-common 12:25:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 12:25:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 12:25:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 12:25:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 12:25:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 12:25:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 12:25:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 12:25:40 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 12:25:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 12:25:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 12:25:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 12:25:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 12:25:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 12:25:40 ubuntu-keyring util-linux 12:25:40 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12:25:40 Need to get 63.7 MB of archives. 12:25:40 After this operation, 5203 kB of additional disk space will be used. 12:25:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 12:25:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 12:25:40 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 12:25:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 12:25:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 12:25:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 12:25:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 12:25:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 12:25:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 12:25:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 12:25:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 12:25:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 12:25:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 12:25:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 12:25:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 12:25:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 12:25:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 12:25:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 12:25:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 12:25:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 12:25:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 12:25:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 12:25:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 12:25:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 12:25:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 12:25:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 12:25:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 12:25:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 12:25:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 12:25:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 12:25:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 12:25:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 12:25:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 12:25:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 12:25:40 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 12:25:40 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 12:25:40 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 12:25:40 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 12:25:40 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 12:25:40 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 12:25:40 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 12:25:40 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 12:25:40 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 12:25:40 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 12:25:40 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 12:25:40 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 12:25:40 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 12:25:40 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 12:25:40 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] 12:25:40 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 12:25:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 12:25:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 12:25:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 12:25:40 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 12:25:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 12:25:40 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 12:25:40 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 12:25:40 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 12:25:40 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 12:25:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 12:25:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 12:25:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 12:25:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 12:25:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 12:25:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 12:25:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 12:25:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 12:25:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 12:25:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 12:25:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 12:25:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 12:25:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 12:25:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 12:25:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 12:25:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 12:25:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 12:25:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 12:25:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 12:25:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 12:25:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 12:25:41 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] 12:25:41 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 12:25:41 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 12:25:41 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] 12:25:41 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 12:25:41 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 12:25:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 12:25:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 12:25:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 12:25:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 12:25:42 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] 12:25:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 12:25:42 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 12:25:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 12:25:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 12:25:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 12:25:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 12:25:42 debconf: delaying package configuration, since apt-utils is not installed 12:25:42 Fetched 63.7 MB in 2s (29.4 MB/s) 12:25:42 (Reading database ... 13912 files and directories currently installed.) 12:25:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 12:25:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:25:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 12:25:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:25:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 12:25:43 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 12:25:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 12:25:45 (Reading database ... 13911 files and directories currently installed.) 12:25:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 12:25:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 12:25:45 (Reading database ... 13911 files and directories currently installed.) 12:25:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:25:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:25:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 12:25:46 (Reading database ... 13911 files and directories currently installed.) 12:25:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 12:25:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:25:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 12:25:46 (Reading database ... 13911 files and directories currently installed.) 12:25:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 12:25:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 12:25:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 12:25:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 12:25:47 Setting up base-files (10.1ubuntu2.10) ... 12:25:47 Installing new version of config file /etc/issue ... 12:25:47 Installing new version of config file /etc/issue.net ... 12:25:47 Installing new version of config file /etc/lsb-release ... 12:25:47 Installing new version of config file /etc/update-motd.d/50-motd-news ... 12:25:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 12:25:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 12:25:47 Removing obsolete conffile /etc/default/motd-news ... 12:25:47 (Reading database ... 13912 files and directories currently installed.) 12:25:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 12:25:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 12:25:47 Setting up bash (4.4.18-2ubuntu1.2) ... 12:25:47 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 12:25:47 (Reading database ... 13912 files and directories currently installed.) 12:25:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 12:25:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 12:25:48 (Reading database ... 13912 files and directories currently installed.) 12:25:48 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 12:25:48 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 12:25:48 Setting up tar (1.29b-2ubuntu0.2) ... 12:25:48 (Reading database ... 13912 files and directories currently installed.) 12:25:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 12:25:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:25:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 12:25:48 (Reading database ... 13912 files and directories currently installed.) 12:25:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 12:25:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:25:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 12:25:49 (Reading database ... 13912 files and directories currently installed.) 12:25:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 12:25:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:25:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 12:25:49 (Reading database ... 13912 files and directories currently installed.) 12:25:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 12:25:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 12:25:49 Setting up grep (3.1-2build1) ... 12:25:49 (Reading database ... 13912 files and directories currently installed.) 12:25:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 12:25:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:25:49 Setting up login (1:4.5-1ubuntu2) ... 12:25:49 (Reading database ... 13912 files and directories currently installed.) 12:25:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 12:25:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:25:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 12:25:50 (Reading database ... 13912 files and directories currently installed.) 12:25:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 12:25:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:25:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 12:25:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:25:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 12:25:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:25:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 12:25:51 (Reading database ... 13912 files and directories currently installed.) 12:25:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 12:25:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:25:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:25:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:25:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:25:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:25:52 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 12:25:53 (Reading database ... 13912 files and directories currently installed.) 12:25:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 12:25:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 12:25:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 12:25:53 (Reading database ... 13912 files and directories currently installed.) 12:25:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:25:53 (Reading database ... 13912 files and directories currently installed.) 12:25:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:25:53 (Reading database ... 13912 files and directories currently installed.) 12:25:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:53 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:25:54 (Reading database ... 13912 files and directories currently installed.) 12:25:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:25:54 (Reading database ... 13912 files and directories currently installed.) 12:25:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 12:25:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:25:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 12:25:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:25:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 12:25:54 (Reading database ... 13912 files and directories currently installed.) 12:25:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 12:25:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:25:54 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 12:25:55 (Reading database ... 13912 files and directories currently installed.) 12:25:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:25:55 (Reading database ... 13912 files and directories currently installed.) 12:25:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 12:25:55 (Reading database ... 13912 files and directories currently installed.) 12:25:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 12:25:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 12:25:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 12:25:56 (Reading database ... 13912 files and directories currently installed.) 12:25:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 12:25:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:25:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 12:25:57 (Reading database ... 13912 files and directories currently installed.) 12:25:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 12:25:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:25:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 12:25:57 (Reading database ... 13914 files and directories currently installed.) 12:25:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 12:25:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 12:25:57 Setting up debconf (1.5.66ubuntu1) ... 12:25:58 (Reading database ... 13914 files and directories currently installed.) 12:25:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:25:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:25:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:25:58 (Reading database ... 13914 files and directories currently installed.) 12:25:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:25:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:25:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 12:25:58 (Reading database ... 13914 files and directories currently installed.) 12:25:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:25:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:25:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:25:59 (Reading database ... 13914 files and directories currently installed.) 12:25:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:25:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:25:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 12:25:59 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:25:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 12:25:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:25:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 12:26:00 (Reading database ... 13914 files and directories currently installed.) 12:26:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 12:26:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 12:26:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 12:26:00 (Reading database ... 13914 files and directories currently installed.) 12:26:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 12:26:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:26:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 12:26:00 (Reading database ... 13914 files and directories currently installed.) 12:26:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 12:26:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:26:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 12:26:00 (Reading database ... 13914 files and directories currently installed.) 12:26:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 12:26:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 12:26:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 12:26:01 (Reading database ... 13914 files and directories currently installed.) 12:26:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 12:26:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:26:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:26:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:26:01 ---> a6edbd635ab6 12:26:01 Step 3/24 : WORKDIR /edgex-go 12:26:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:26:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:26:01 ---> a6edbd635ab6 12:26:01 Step 3/22 : WORKDIR /edgex-go 12:26:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:26:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:26:01 ---> a6edbd635ab6 12:26:01 Step 3/22 : WORKDIR /edgex-go 12:26:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:26:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:26:01 ---> a6edbd635ab6 12:26:01 Step 3/21 : WORKDIR /edgex-go 12:26:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:26:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:26:01 ---> a6edbd635ab6 12:26:01 Step 3/24 : WORKDIR /edgex-go 12:26:01 Setting up passwd (1:4.5-1ubuntu2) ... 12:26:01 (Reading database ... 13914 files and directories currently installed.) 12:26:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 12:26:01 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:26:01 Setting up gpgv (2.2.4-1ubuntu1.3) ... 12:26:01 (Reading database ... 13914 files and directories currently installed.) 12:26:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 12:26:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 12:26:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 12:26:02 (Reading database ... 13914 files and directories currently installed.) 12:26:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 12:26:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 12:26:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 12:26:02 (Reading database ... 13914 files and directories currently installed.) 12:26:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 12:26:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 12:26:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 12:26:02 (Reading database ... 13914 files and directories currently installed.) 12:26:02 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 12:26:02 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 12:26:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 12:26:02 (Reading database ... 13914 files and directories currently installed.) 12:26:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 12:26:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 12:26:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 12:26:02 (Reading database ... 13914 files and directories currently installed.) 12:26:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 12:26:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 12:26:03 ---> Running in 5cbbaa33bcba 12:26:03 ---> Running in bc409083ec4b 12:26:03 ---> Running in 7a9beb775809 12:26:03 ---> Running in 1aea06df0d53 12:26:03 ---> Running in 221fd0da0c10 12:26:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 12:26:03 (Reading database ... 13915 files and directories currently installed.) 12:26:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:26:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:26:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:26:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:26:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 12:26:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 12:26:03 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 12:26:03 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 12:26:03 Removing intermediate container 5cbbaa33bcba 12:26:03 ---> 51f712380b40 12:26:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:03 Removing intermediate container bc409083ec4b 12:26:03 ---> d1e77466a6d3 12:26:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:03 Removing intermediate container 221fd0da0c10 12:26:03 ---> 79bda6daec1f 12:26:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:03 Removing intermediate container 7a9beb775809 12:26:03 ---> 40c46e8f3222 12:26:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:03 Removing intermediate container 1aea06df0d53 12:26:03 ---> e8d4d292dd82 12:26:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 12:26:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 12:26:04 ---> Running in 2a85c00a51e1 12:26:04 ---> Running in c116ddde33dc 12:26:04 ---> Running in f62f30135959 12:26:04 ---> Running in b0929c86e23a 12:26:04 ---> Running in 344b71c78b9c 12:26:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 12:26:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 12:26:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 12:26:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 12:26:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 12:26:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 12:26:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 12:26:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 12:26:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 12:26:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 12:26:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 12:26:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 12:26:05 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 12:26:05 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 12:26:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 12:26:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 12:26:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 12:26:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 12:26:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:26:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:26:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:26:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:26:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:26:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:26:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:26:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:26:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:08 Removing intermediate container 2a85c00a51e1 12:26:08 ---> f930e86cfbc8 12:26:08 Step 5/24 : RUN apk add --update --no-cache make git 12:26:08 ---> Running in 86b933a62bfb 12:26:08 Removing intermediate container c116ddde33dc 12:26:08 ---> 5ea67a44cbbf 12:26:08 Step 5/22 : RUN apk add --update --no-cache make git 12:26:08 Removing intermediate container f62f30135959 12:26:08 ---> 97d7af922d6d 12:26:08 Step 5/22 : RUN apk add --update --no-cache make git 12:26:08 ---> Running in 530361c4d725 12:26:08 ---> Running in 4ff6729c98b5 12:26:08 Removing intermediate container b0929c86e23a 12:26:08 ---> cac88be04b03 12:26:08 Step 5/21 : RUN apk add --update --no-cache make git 12:26:08 Removing intermediate container 344b71c78b9c 12:26:08 ---> aff2b8619496 12:26:08 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 12:26:08 ---> Running in 6001ab80fc0c 12:26:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:09 ---> Running in 3158df5911ee 12:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:26:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:11 OK: 217 MiB in 51 packages 12:26:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:26:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:26:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:26:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:26:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:26:12 OK: 217 MiB in 51 packages 12:26:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 12:26:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:26:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 12:26:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:26:12 OK: 217 MiB in 51 packages 12:26:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 12:26:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 12:26:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:26:12 OK: 217 MiB in 51 packages 12:26:12 OK: 217 MiB in 51 packages 12:26:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:26:12 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:26:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:26:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 12:26:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 12:26:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 12:26:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:13 Removing intermediate container 86b933a62bfb 12:26:13 ---> ccd3a4adf138 12:26:13 Step 6/24 : COPY go.mod . 12:26:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 12:26:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 12:26:13 Setting up tzdata (2020f-0ubuntu0.18.04) ... 12:26:13 12:26:13 Current default time zone: 'Etc/UTC' 12:26:13 Local time is now: Thu Jan 14 12:26:13 UTC 2021. 12:26:13 Universal Time is now: Thu Jan 14 12:26:13 UTC 2021. 12:26:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 12:26:13 12:26:13 Setting up systemd-sysv (237-3ubuntu10.43) ... 12:26:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:13 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 12:26:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 12:26:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 12:26:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 12:26:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:26:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 12:26:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 12:26:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 12:26:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 12:26:13 Removing intermediate container 530361c4d725 12:26:13 ---> a9e801dd9f1d 12:26:13 Step 6/22 : COPY go.mod . 12:26:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:26:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 12:26:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:14 Setting up patch (2.7.6-2ubuntu1.1) ... 12:26:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:26:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 12:26:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 12:26:14 Installing new version of config file /etc/ssl/openssl.cnf ... 12:26:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 12:26:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 12:26:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 12:26:14 Removing intermediate container 4ff6729c98b5 12:26:14 ---> 6efa69e51a35 12:26:14 Step 6/22 : COPY go.mod . 12:26:14 ---> 9cedbfd9360a 12:26:14 Step 7/24 : RUN go mod download 12:26:14 Removing intermediate container 3158df5911ee 12:26:14 ---> 0ea4f3444b48 12:26:14 Step 6/24 : COPY go.mod . 12:26:14 ---> Running in 4a522bb5b2cc 12:26:14 Removing intermediate container 6001ab80fc0c 12:26:14 ---> 85e380de3770 12:26:14 Step 6/21 : COPY go.mod . 12:26:14 ---> 3bf5716a66cf 12:26:14 Step 7/22 : RUN go mod download 12:26:15 ---> Running in a31c80fb849f 12:26:15 ---> a2113c768e72 12:26:15 Step 7/22 : RUN go mod download 12:26:15 ---> Running in 5a1e6fdfbda1 12:26:15 ---> acf6592b8484 12:26:15 Step 7/24 : RUN go mod download 12:26:15 ---> Running in f19142a11fa4 12:26:15 ---> aef3193fa61e 12:26:15 Step 7/21 : RUN go mod download 12:26:16 ---> Running in ecd9ace72bf2 12:26:16 Updating certificates in /etc/ssl/certs... 12:26:16 22 added, 17 removed; done. 12:26:17 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 12:26:17 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:26:17 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 12:26:17 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 12:26:17 Setting up pkgbinarymangler (138.18.04.1) ... 12:26:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 12:26:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up perl (5.26.1-6ubuntu0.5) ... 12:26:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 12:26:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 12:26:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:26:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 12:26:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 12:26:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 12:26:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 12:26:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 12:26:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:26:17 Processing triggers for systemd (237-3ubuntu10.43) ... 12:26:18 Processing triggers for mime-support (3.60ubuntu1) ... 12:26:18 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 12:26:18 Updating certificates in /etc/ssl/certs... 12:26:18 0 added, 0 removed; done. 12:26:18 Running hooks in /etc/ca-certificates/update.d... 12:26:18 done. 12:26:19 Reading package lists... 12:26:19 Building dependency tree... 12:26:19 Reading state information... 12:26:19 The following NEW packages will be installed: 12:26:19 apt-transport-https 12:26:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 12:26:19 Need to get 1696 B of archives. 12:26:19 After this operation, 153 kB of additional disk space will be used. 12:26:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 12:26:19 Removing intermediate container 4a522bb5b2cc 12:26:19 ---> 7f41be7cedf2 12:26:19 Step 8/24 : COPY . . 12:26:19 Removing intermediate container a31c80fb849f 12:26:19 ---> 806c6b539629 12:26:19 Step 8/22 : COPY . . 12:26:19 debconf: delaying package configuration, since apt-utils is not installed 12:26:19 Fetched 1696 B in 0s (8436 B/s) 12:26:19 Selecting previously unselected package apt-transport-https. 12:26:19 (Reading database ... 13929 files and directories currently installed.) 12:26:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 12:26:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 12:26:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 12:26:19 Removing intermediate container 5a1e6fdfbda1 12:26:19 ---> 3a3aa4f7fb12 12:26:19 Step 8/22 : COPY . . 12:26:20 Waiting for network to be ready... 12:26:20 Removing intermediate container ecd9ace72bf2 12:26:20 ---> dc72a16a7d18 12:26:20 Step 8/21 : COPY . . 12:26:21 Removing intermediate container f19142a11fa4 12:26:21 ---> 7b9ed3d9ae95 12:26:21 Step 8/24 : COPY . . 12:26:25 2021-01-14T12:26:23Z INFO Waiting for automatic snapd restart... 12:26:25 snapd 2.48.2 from Canonical* installed 12:26:26 "snapd" switched to the "latest/stable" channel 12:26:26 12:26:29 core18 20201210 from Canonical* installed 12:26:29 "core18" switched to the "latest/stable" channel 12:26:29 12:26:32 snapcraft 4.4.4 from Canonical* installed 12:26:32 "snapcraft" switched to the "latest/stable" channel 12:26:32 12:26:35 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 12:26:35 - README.md 12:26:35 - snapcraft.yaml.orig 12:26:35 12:26:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:26:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:26:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:26:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:26:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:26:43 ---> 732a495c2a34 12:26:43 Step 9/22 : RUN make cmd/core-command/core-command 12:26:43 Reading package lists... 12:26:43 ---> 29d43362ea67 12:26:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:26:43 ---> f34203614c37 12:26:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:26:43 ---> Running in 01ba319b7fc4 12:26:44 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 12:26:44 ---> da066db62be0 12:26:44 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:26:44 ---> Running in d2dabd103496 12:26:44 ---> 9e16c44585bd 12:26:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:26:44 ---> Running in b2bee8b1268a 12:26:44 ---> Running in 274fd1c63300 12:26:44 ---> Running in d3dba305eaeb 12:26:46 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 12:26:46 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 12:26: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 12:26:46 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 12:26:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:26:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:26:50 Reading package lists... 12:26:50 Building dependency tree... 12:26:50 Reading state information... 12:26:50 Suggested packages: 12:26:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 12:26:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 12:26:50 Recommended packages: 12:26:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 12:26:50 The following NEW packages will be installed: 12:26:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 12:26:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 12:26:50 pkg-config zip 12:26:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 12:26:50 Need to get 7655 kB of archives. 12:26:50 After this operation, 43.7 MB of additional disk space will be used. 12:26:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 12:26:50 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 12:26:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 12:26:51 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 12:26:51 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 12:26:51 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 12:26:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 12:26:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 12:26:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 12:26:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 12:26:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 12:26:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 12:26:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 12:26:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 12:26:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 12:26:51 debconf: delaying package configuration, since apt-utils is not installed 12:26:51 Fetched 7655 kB in 1s (7221 kB/s) 12:26:51 Selecting previously unselected package libglib2.0-0:amd64. 12:26:51 (Reading database ... 13933 files and directories currently installed.) 12:26:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 12:26:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:26:52 Selecting previously unselected package libpsl5:amd64. 12:26:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 12:26:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 12:26:52 Selecting previously unselected package libnghttp2-14:amd64. 12:26:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 12:26:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:26:52 Selecting previously unselected package librtmp1:amd64. 12:26:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 12:26:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:26:52 Selecting previously unselected package libcurl3-gnutls:amd64. 12:26:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 12:26:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:26:52 Selecting previously unselected package liberror-perl. 12:26:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 12:26:52 Unpacking liberror-perl (0.17025-1) ... 12:26:52 Selecting previously unselected package git-man. 12:26:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 12:26:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 12:26:52 Selecting previously unselected package git. 12:26:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 12:26:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 12:26:53 Selecting previously unselected package libnorm1:amd64. 12:26:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 12:26:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:26:53 Selecting previously unselected package libpgm-5.2-0:amd64. 12:26:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 12:26:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:26:53 Selecting previously unselected package libsodium23:amd64. 12:26:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 12:26:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 12:26:53 Selecting previously unselected package libzmq5:amd64. 12:26:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 12:26:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:26:54 Selecting previously unselected package libzmq3-dev:amd64. 12:26:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 12:26:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:26:54 Selecting previously unselected package pkg-config. 12:26:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 12:26:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 12:26:54 Selecting previously unselected package zip. 12:26:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 12:26:54 Unpacking zip (3.0-11build1) ... 12:26:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:26:54 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 12:26:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:26:54 Setting up liberror-perl (0.17025-1) ... 12:26:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 12:26:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:26:54 No schema files found: doing nothing. 12:26:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:26:54 Setting up zip (3.0-11build1) ... 12:26:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:26:54 Setting up libsodium23:amd64 (1.0.16-2) ... 12:26:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 12:26:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:26:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:26:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:26:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 12:26:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:27:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:27:01 git set to automatically installed. 12:27:01 git-man set to automatically installed. 12:27:01 libcurl3-gnutls set to automatically installed. 12:27:01 liberror-perl set to automatically installed. 12:27:01 libglib2.0-0 set to automatically installed. 12:27:01 libnghttp2-14 set to automatically installed. 12:27:01 libnorm1 set to automatically installed. 12:27:01 libpgm-5.2-0 set to automatically installed. 12:27:01 libpsl5 set to automatically installed. 12:27:01 librtmp1 set to automatically installed. 12:27:01 libsodium23 set to automatically installed. 12:27:01 libzmq3-dev set to automatically installed. 12:27:01 libzmq5 set to automatically installed. 12:27:01 pkg-config set to automatically installed. 12:27:01 zip set to automatically installed. 12:27:04 snapd is not logged in, snap install commands will use sudo 12:27:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:27:10 snap "core18" has no updates available 12:27:11 Pulling config-common 12:27:13 Pulling go-build-helper 12:27:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:27:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:27:35 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:27:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 12:27:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:27:35 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:27:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:27:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:27:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 12:27:35 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:27:35 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:27:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:27:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 12:27:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 12:27:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 12:27:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 12:27:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 12:27:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 12:27:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:27:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 12:27:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 12:27:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 12:27:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 12:27:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 12:27:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 12:27:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 12:27:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 12:27:35 Fetched 23.7 MB in 0s (0 B/s) 12:27:35 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 12:27:35 Fetched 96.5 kB in 0s (0 B/s) 12:27:35 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 12:27:35 Fetched 279 kB in 0s (0 B/s) 12:27:35 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 12:27:35 Fetched 122 kB in 0s (0 B/s) 12:27:35 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 12:27:35 Fetched 77.8 kB in 0s (0 B/s) 12:27:35 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 12:27:35 Fetched 8848 B in 0s (0 B/s) 12:27:35 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 12:27:35 Fetched 47.8 kB in 0s (0 B/s) 12:27:35 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 12:27:35 Fetched 45.6 kB in 0s (0 B/s) 12:27:35 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 12:27:35 Fetched 15.0 kB in 0s (0 B/s) 12:27:35 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 12:27:35 Fetched 214 kB in 0s (0 B/s) 12:27:35 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 12:27:35 Fetched 155 kB in 0s (0 B/s) 12:27:35 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 12:27:35 Fetched 50.6 kB in 0s (0 B/s) 12:27:35 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 12:27:35 Fetched 14.8 kB in 0s (0 B/s) 12:27:35 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 12:27:35 Fetched 41.8 kB in 0s (0 B/s) 12:27:35 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 12:27:35 Fetched 499 kB in 0s (0 B/s) 12:27:35 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 12:27:35 Fetched 111 kB in 0s (0 B/s) 12:27:35 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 12:27:35 Fetched 240 kB in 0s (0 B/s) 12:27:35 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 12:27:35 Fetched 29.3 kB in 0s (0 B/s) 12:27:35 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 12:27:35 Fetched 85.5 kB in 0s (0 B/s) 12:27:35 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 12:27:35 Fetched 24.5 kB in 0s (0 B/s) 12:27:35 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 12:27:35 Fetched 49.2 kB in 0s (0 B/s) 12:27:35 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 12:27:35 Fetched 54.2 kB in 0s (0 B/s) 12:27:35 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 12:27:35 Fetched 30.8 kB in 0s (0 B/s) 12:27:35 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 12:27:35 Fetched 17.0 kB in 0s (0 B/s) 12:27:35 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 12:27:35 Fetched 85.9 kB in 0s (0 B/s) 12:27:35 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 12:27:35 Fetched 8720 B in 0s (0 B/s) 12:27:35 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 12:27:35 Fetched 137 kB in 0s (0 B/s) 12:27:35 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 12:27:35 Fetched 119 kB in 0s (0 B/s) 12:27:35 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 12:27:35 Fetched 109 kB in 0s (0 B/s) 12:27:35 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 12:27:35 Fetched 11.1 kB in 0s (0 B/s) 12:27:35 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 12:27:35 Fetched 645 kB in 0s (0 B/s) 12:27:35 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 12:27:35 Fetched 41.3 kB in 0s (0 B/s) 12:27:35 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 12:27:35 Fetched 17.9 kB in 0s (0 B/s) 12:27:35 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 12:27:35 Fetched 368 kB in 0s (0 B/s) 12:27:35 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 12:27:35 Fetched 187 kB in 0s (0 B/s) 12:27:35 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 12:27:35 Fetched 175 kB in 0s (0 B/s) 12:27:35 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 12:27:38 Fetched 206 kB in 0s (0 B/s) 12:27:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 12:27:38 Fetched 1301 kB in 0s (0 B/s) 12:27:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 12:27:38 Fetched 36.2 kB in 0s (0 B/s) 12:27:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 12:27:38 Fetched 159 kB in 0s (0 B/s) 12:27:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 12:27:38 Fetched 107 kB in 0s (0 B/s) 12:27:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 12:27:38 Fetched 48.7 kB in 0s (0 B/s) 12:27:38 Pulling static-packages 12:27:39 'go115' has dependencies that need to be staged: go-build-helper static-packages 12:27:39 Skipping pull go-build-helper (already ran) 12:27:39 Skipping pull static-packages (already ran) 12:27:39 Building go-build-helper 12:27:43 Building static-packages 12:27:45 Staging go-build-helper 12:27:46 Staging static-packages 12:27:47 Pulling go115 12:27:48 'edgex-go' has dependencies that need to be staged: go115 12:27:48 Skipping pull go115 (already ran) 12:27:48 Building go115 12:27:48 % Total % Received % Xferd Average Speed Time Time Time Current 12:27:48 Dload Upload Total Spent Left Speed 12:27:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 83706 0 0 381k 0 0:05:09 --:--:-- 0:05:09 380k 32 115M 32 37.9M 0 0 31.3M 0 0:00:03 0:00:01 0:00:02 31.3M 66 115M 66 76.9M 0 0 34.8M 0 0:00:03 0:00:02 0:00:01 34.8M 100 115M 100 115M 0 0 37.4M 0 0:00:03 0:00:03 --:--:-- 37.4M 12:27:51 go1.15.2.linux-amd64.tar.gz: OK 12:27:56 Staging go115 12:28:01 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 12:28:01 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 12:28:01 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:28:01 Fetched 0 B in 0s (0 B/s) 12:28:01 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 12:28:01 Fetched 224 kB in 0s (0 B/s) 12:28:01 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 12:28:01 Fetched 157 kB in 0s (0 B/s) 12:28:01 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 12:28:01 Fetched 221 kB in 0s (0 B/s) 12:28:01 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 12:28:01 Fetched 143 kB in 0s (0 B/s) 12:28:01 Pulling edgex-go 12:28:02 Pulling version 12:28:03 Building config-common 12:28:06 Skipping build go-build-helper (already ran) 12:28:06 Skipping build static-packages (already ran) 12:28:06 Skipping build go115 (already ran) 12:28:06 Building edgex-go 12:28:06 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 12:28:07 go: downloading github.com/gorilla/mux v1.8.0 12:28:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 12:28:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 12:28:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 12:28:07 go: downloading github.com/google/uuid v1.1.4 12:28:07 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 12:28:07 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 12:28:07 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 12:28:07 go: downloading github.com/pelletier/go-toml v1.2.0 12:28:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 12:28:07 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 12:28:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 12:28:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 12:28:07 go: downloading github.com/go-kit/kit v0.8.0 12:28:07 go: downloading github.com/hashicorp/consul/api v1.1.0 12:28:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 12:28:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 12:28:07 go: downloading github.com/pkg/errors v0.8.1 12:28:07 go: downloading github.com/imdario/mergo v0.3.11 12:28:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:28:07 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 12:28:07 go: downloading github.com/pebbe/zmq4 v1.2.2 12:28:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 12:28:07 go: downloading github.com/x448/float16 v0.8.4 12:28:07 go: downloading github.com/BurntSushi/toml v0.3.1 12:28:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 12:28:07 go: downloading github.com/mitchellh/copystructure v1.0.0 12:28:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 12:28:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 12:28:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 12:28:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 12:28:07 go: downloading github.com/hashicorp/serf v0.8.2 12:28:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 12:28:07 go: downloading gopkg.in/yaml.v2 v2.4.0 12:28:07 go: downloading github.com/go-playground/universal-translator v0.17.0 12:28:07 go: downloading github.com/leodido/go-urn v1.2.0 12:28:08 go: downloading github.com/go-playground/locales v0.13.0 12:28:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 12:28:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 12:28:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 12:28: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 12:28:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:28:18 Removing intermediate container d2dabd103496 12:28:18 ---> dde80d1d4460 12:28:18 12:28:18 Step 10/24 : FROM alpine:3.12 12:28:18 3.12: Pulling from library/alpine 12:28:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:28:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:28:21 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:28:21 Status: Downloaded newer image for alpine:3.12 12:28:21 ---> afeebe901d6b 12:28:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:28:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:28:22 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 12:28:22 go: downloading github.com/stretchr/testify v1.6.1 12:28:22 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 12:28:22 go: downloading github.com/pmezard/go-difflib v1.0.0 12:28:22 go: downloading github.com/davecgh/go-spew v1.1.1 12:28:23 ---> Running in 27bbf72f70d5 12:28:23 Removing intermediate container b2bee8b1268a 12:28:23 ---> b9dd9bda90ff 12:28:23 12:28:23 Step 10/24 : FROM scratch 12:28:23 ---> 12:28:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:28:23 Removing intermediate container 274fd1c63300 12:28:23 ---> 758ca8631a8d 12:28:23 12:28:23 Step 10/21 : FROM scratch 12:28:23 ---> 12:28:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:23 Removing intermediate container 01ba319b7fc4 12:28:23 ---> 81c150629bb2 12:28:23 12:28:23 Step 10/22 : FROM scratch 12:28:23 ---> 12:28:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:23 ---> Running in 34abc691841c 12:28:23 ---> Running in 2bd6d3dd395a 12:28:23 ---> Running in 2a50da8886be 12:28:24 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 12:28:24 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 12:28:24 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 12:28:24 Removing intermediate container 2a50da8886be 12:28:24 ---> 0434dc1117f4 12:28:24 Step 12/24 : ENV APP_PORT=48060 12:28:24 Removing intermediate container 2bd6d3dd395a 12:28:24 ---> 794e36424651 12:28:24 Step 12/21 : ENV APP_PORT=48085 12:28:24 Removing intermediate container 34abc691841c 12:28:24 ---> 016b0ec7b93b 12:28:24 Step 12/22 : ENV APP_PORT=48082 12:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:28:24 ---> Running in 74e795f67958 12:28:24 ---> Running in 302cc29d6ced 12:28:25 ---> Running in 1c7712e7451f 12:28:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:28:25 (1/5) Installing ca-certificates (20191127-r4) 12:28:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:28:25 (3/5) Installing libcurl (7.69.1-r3) 12:28:25 (4/5) Installing curl (7.69.1-r3) 12:28:26 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 12:28:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 12:28:26 Removing intermediate container 74e795f67958 12:28:26 ---> 59823fc0f5eb 12:28:26 Step 13/24 : EXPOSE $APP_PORT 12:28:26 (5/5) Installing dumb-init (1.2.2-r1) 12:28:26 Executing busybox-1.31.1-r19.trigger 12:28:26 Executing ca-certificates-20191127-r4.trigger 12:28:26 Removing intermediate container 302cc29d6ced 12:28:26 ---> fcb7600793fb 12:28:26 Step 13/21 : EXPOSE $APP_PORT 12:28:26 Removing intermediate container 1c7712e7451f 12:28:26 ---> c3e5ef5b1b3e 12:28:26 Step 13/22 : EXPOSE $APP_PORT 12:28:26 OK: 7 MiB in 19 packages 12:28:26 ---> Running in 398cd15a4118 12:28:26 ---> Running in 6cbbec2289aa 12:28:26 ---> Running in 77bc9f7d4f67 12:28:27 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 12:28:27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 12:28:27 Removing intermediate container 398cd15a4118 12:28:27 ---> 189f55af0960 12:28:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:28:27 Removing intermediate container 6cbbec2289aa 12:28:27 ---> 0f47792a1978 12:28:27 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 12:28:27 Removing intermediate container 77bc9f7d4f67 12:28:27 ---> f5e30847cc17 12:28:27 Step 14/22 : WORKDIR / 12:28:28 ---> Running in f5a57dd45a4b 12:28:28 ---> 6f5ad418ca30 12:28:28 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:28:28 ---> 73f71cadcae4 12:28:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:28:28 Removing intermediate container 27bbf72f70d5 12:28:28 ---> e8a49c23d7cd 12:28:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:28:29 Removing intermediate container f5a57dd45a4b 12:28:29 ---> 4c6f7458d30d 12:28:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:28:29 ---> Running in ca275f68e572 12:28:29 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 12:28:30 Removing intermediate container ca275f68e572 12:28:30 ---> 82ebfa42bb8a 12:28:30 Step 13/24 : WORKDIR / 12:28:30 ---> b0445d7388eb 12:28:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:28:30 ---> a23691dbcee6 12:28:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:28:30 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 12:28:30 ---> Running in 31bc0f14ed66 12:28:30 ---> 3a02b74af99f 12:28:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:28:32 Removing intermediate container 31bc0f14ed66 12:28:32 ---> d05b6d1ab61d 12:28:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:28:32 ---> 449a50531f7f 12:28:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:28:32 ---> Running in a174096de95d 12:28:32 ---> 2ce3877d50d2 12:28:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:28:32 ---> 11151442a089 12:28:32 ---> 835587b38601 12:28:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 12:28:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:28:32 Building version 12:28:33 Removing intermediate container d3dba305eaeb 12:28:33 ---> 6fcdb2976e76 12:28:33 12:28:33 Step 10/22 : FROM scratch 12:28:33 ---> 12:28:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:28:33 ---> Using cache 12:28:33 ---> 016b0ec7b93b 12:28:33 Step 12/22 : ENV APP_PORT=48081 12:28:33 Removing intermediate container a174096de95d 12:28:33 ---> d0e9c8a6411d 12:28:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:33 ---> Running in 96571d8ce661 12:28:33 ---> Running in 3d5581c2000c 12:28:34 ---> c830541507e8 12:28:34 Step 18/22 : ENTRYPOINT ["/core-command"] 12:28:34 ---> cc7325f07c46 12:28:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:28:34 ---> Running in dfdea2010587 12:28:34 Removing intermediate container 96571d8ce661 12:28:34 ---> fdffb20561f7 12:28:34 Step 13/22 : EXPOSE $APP_PORT 12:28:34 ---> 542d90dcfe21 12:28:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:28:34 ---> Running in 4fd26980b284 12:28:34 Removing intermediate container 3d5581c2000c 12:28:34 ---> 343e70c17302 12:28:34 Step 19/21 : LABEL arch=arm64 12:28:34 ---> Running in 41a0898fa7f5 12:28:34 Staging config-common 12:28:35 Removing intermediate container dfdea2010587 12:28:35 ---> 046b7d75d19c 12:28:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:35 Removing intermediate container 4fd26980b284 12:28:35 ---> 903abf83f033 12:28:35 Step 14/22 : WORKDIR / 12:28:35 ---> Running in fdc9cc3dc482 12:28:35 ---> Running in b82d0ae3afaa 12:28:35 ---> dd85b113c565 12:28:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:28:35 Removing intermediate container 41a0898fa7f5 12:28:35 ---> 6a4bd9ee9afb 12:28:35 Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:28:35 ---> dfba6238afb0 12:28:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:28:35 Skipping stage go-build-helper (already ran) 12:28:35 Skipping stage static-packages (already ran) 12:28:35 Skipping stage go115 (already ran) 12:28:35 Staging edgex-go 12:28:35 ---> Running in eaa96f398ac2 12:28:36 Removing intermediate container b82d0ae3afaa 12:28:36 Removing intermediate container fdc9cc3dc482 12:28:36 ---> 16c627a9e117 12:28:36 ---> 59db29fb6d59 12:28:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Step 20/22 : LABEL arch=arm64 12:28:36 12:28:36 ---> Running in fd52484f8814 12:28:36 Staging version 12:28:36 Removing intermediate container eaa96f398ac2 12:28:36 ---> 62456a95dbf0 12:28:36 Step 21/21 : LABEL version=0.0.0 12:28:37 ---> 6357614a6792 12:28:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:28:37 ---> Running in e4e4fc7f91c1 12:28:37 ---> 56faf1a43939 12:28:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:28:37 ---> Running in 119223d56441 12:28:37 Removing intermediate container fd52484f8814 12:28:37 ---> 1856fdb27dac 12:28:37 Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:28:37 ---> 472f259961d3 12:28:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:28:37 ---> Running in 53fd701e690e 12:28:37 Priming config-common 12:28:37 Removing intermediate container e4e4fc7f91c1 12:28:37 ---> 0461ddf07491 12:28:37 12:28:37 Removing intermediate container 119223d56441 12:28:37 ---> f90eb2829963 12:28:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:38 Successfully built 0461ddf07491 12:28:38 Successfully tagged docker-support-scheduler-go-arm64:latest 12:28:38  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 12:28:38 Removing intermediate container 53fd701e690e 12:28:38 ---> 0d0eabb0f8c4 12:28:38 Step 22/22 : LABEL version=0.0.0 12:28:38 ---> Running in ec879045c394 12:28:39 ---> Running in 32f69701aeb8 12:28:39 ---> 9a6b6152ed0e 12:28:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:28:39 ---> 5b921ed2c51b 12:28:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:28:39 Priming go-build-helper 12:28:39 Removing intermediate container ec879045c394 12:28:39 ---> 045d33560b49 12:28:39 Step 22/24 : LABEL arch=arm64 12:28:39 Priming static-packages 12:28:40 Removing intermediate container 32f69701aeb8 12:28:40 ---> 9cc88196321c 12:28:40 12:28:40 ---> Running in 87894b8523fa 12:28:40 Successfully built 9cc88196321c 12:28:40 Successfully tagged docker-core-command-go-arm64:latest 12:28:40 ---> 2ebbb44a6f0b 12:28:40  Building docker-core-command-go ... done  ---> 1c329032a679 12:28:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:28:40 Building docker-sys-mgmt-agent-go 12:28:40 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/ 12:28:41 ---> Running in 40a3f1b304e2 12:28:41 Removing intermediate container 87894b8523fa 12:28:41 ---> a9b7f9a7f1ef 12:28:41 Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:28:41 ---> Running in 0e9a894e4b9c 12:28:41 ---> Running in 5eff44277bf4 12:28:42 Removing intermediate container 0e9a894e4b9c 12:28:42 ---> ec8614853922 12:28:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:28:42 Priming go115 12:28:42 Removing intermediate container 5eff44277bf4 12:28:42 ---> 63a2140ac015 12:28:42 Step 24/24 : LABEL version=0.0.0 12:28:42 ---> Running in e834955c5dcb 12:28:43 ---> Running in 7628c66a2f9c 12:28:43 Priming edgex-go 12:28:43 Removing intermediate container e834955c5dcb 12:28:43 ---> a5e10b03d148 12:28:43 Step 20/22 : LABEL arch=arm64 12:28:44 Priming version 12:28:45 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 12:28:45 Removing intermediate container 7628c66a2f9c 12:28:45 ---> 5e1447e99b24 12:28:45 12:28:45 ---> Running in 612eaaaee4b1 12:28:46 Successfully built 5e1447e99b24 12:28:46 Successfully tagged docker-support-notifications-go-arm64:latest 12:28:46  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 12:28:46 Removing intermediate container 612eaaaee4b1 12:28:46 ---> bb1272dc4918 12:28:46 Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:28:46 Removing intermediate container 40a3f1b304e2 12:28:46 ---> 0f0602b8283f 12:28:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:28:46 ---> Running in 2644720f2b77 12:28:47 ---> Running in dd0e4f5d82d4 12:28:47 Removing intermediate container 2644720f2b77 12:28:47 ---> 2fe8f6eb709e 12:28:47 Step 22/22 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // withEnv 12:28:47 Removing intermediate container dd0e4f5d82d4 12:28:47 ---> 8df331c142ad 12:28:47 Step 22/24 : LABEL arch=arm64 12:28:47 ---> Running in 6d28764f63b6 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 12:28:47 ---> Running in a68c86876aaa [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:28:48 Removing intermediate container 6d28764f63b6 12:28:48 ---> 4420079248cf 12:28:48 12:28:48 Successfully built 4420079248cf 12:28:48 Successfully tagged docker-core-metadata-go-arm64:latest 12:28:49 Building docker-core-data-go 12:28:49 Removing intermediate container a68c86876aaa 12:28:49  Building docker-core-metadata-go ... done  ---> 2bdea3efd65e 12:28:49 Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:28:49 ---> Running in c53900d1e6fa 12:28:50 Removing intermediate container c53900d1e6fa 12:28:50 ---> cb58a4c75fba 12:28:50 Step 24/24 : LABEL version=0.0.0 12:28:50 ---> Running in ec5b6f7a4c2a 12:28:51 Removing intermediate container ec5b6f7a4c2a 12:28:51 ---> e137d40c3c1b 12:28:51 12:28:51 Successfully built e137d40c3c1b 12:28:51 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 12:29:30  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:29:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:29:30 ---> a6edbd635ab6 12:29:30 Step 3/22 : WORKDIR /edgex-go 12:29:30 ---> Using cache 12:29:30 ---> e8d4d292dd82 12:29:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:30 ---> Using cache 12:29:30 ---> aff2b8619496 12:29:30 Step 5/22 : RUN apk add --update --no-cache make git 12:29:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:29:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:29:30 ---> a6edbd635ab6 12:29:30 Step 3/26 : WORKDIR /edgex-go 12:29:30 ---> Using cache 12:29:30 ---> e8d4d292dd82 12:29:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:30 ---> Using cache 12:29:30 ---> aff2b8619496 12:29:30 Step 5/26 : RUN apk add --update --no-cache make bash git 12:29:30 ---> Running in a6645f609adf 12:29:30 ---> Running in 3264619475a2 12:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:29:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:29:32 ---> a6edbd635ab6 12:29:32 Step 3/21 : WORKDIR /edgex-go 12:29:32 ---> Using cache 12:29:32 ---> e8d4d292dd82 12:29:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:32 ---> Using cache 12:29:32 ---> aff2b8619496 12:29:32 Step 5/21 : RUN apk add --update --no-cache make git 12:29:32 OK: 217 MiB in 51 packages 12:29:33 OK: 217 MiB in 51 packages 12:29:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:29:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:29:33 ---> a6edbd635ab6 12:29:33 Step 3/23 : WORKDIR /edgex-go 12:29:33 ---> Using cache 12:29:33 ---> e8d4d292dd82 12:29:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:29:33 ---> Using cache 12:29:33 ---> aff2b8619496 12:29:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:29:34 ---> Running in 5714576f9c8d 12:29:34 ---> Running in b2c2eeacd814 12:29:35 Removing intermediate container a6645f609adf 12:29:35 ---> dac3556a5109 12:29:35 Step 6/26 : COPY go.mod .Removing intermediate container 3264619475a2 12:29:35 ---> 231f89bd1d88 12:29:35 Step 6/22 : COPY go.mod . 12:29:35 12:29:36 ---> 98c7246159f3 12:29:36 Step 7/26 : RUN go mod download 12:29:36 ---> 27fd3f147e81 12:29:36 Step 7/22 : RUN go mod download 12:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:29:36 ---> Running in 558623ab4005 12:29:36 ---> Running in dd0f970b7f37 12:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:29:37 OK: 217 MiB in 51 packages 12:29:37 OK: 217 MiB in 51 packages 12:29:39 Removing intermediate container 5714576f9c8d 12:29:39 ---> d5c29277aff7 12:29:39 Step 6/23 : COPY go.mod . 12:29:39 Removing intermediate container b2c2eeacd814 12:29:39 ---> c5fd198a2ef1 12:29:39 Step 6/21 : COPY go.mod . 12:29:39 Removing intermediate container 558623ab4005 12:29:39 ---> 8e3dd0cfccd4 12:29:39 Step 8/26 : COPY . . 12:29:39 Removing intermediate container dd0f970b7f37 12:29:39 ---> 372d929bcfa3 12:29:39 Step 8/22 : COPY . . 12:29:40 ---> c63f3d046b1b 12:29:40 Step 7/23 : RUN go mod download 12:29:40 ---> Running in 232e645883e0 12:29:40 ---> cd6a118671a3 12:29:40 Step 7/21 : RUN go mod download 12:29:42 ---> Running in e141d5bc89ee 12:29:47 Removing intermediate container 232e645883e0 12:29:47 ---> 12588019b1df 12:29:47 Step 8/23 : COPY . . 12:29:47 Removing intermediate container e141d5bc89ee 12:29:47 ---> 769d6ca5e7fe 12:29:47 Step 8/21 : COPY . . 12:30:02 ---> 082ca59045da 12:30:02 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 12:30:02 ---> 4ec55e38fa3a 12:30:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:30:02 ---> Running in 50cb86b0cdc0 12:30:02 ---> Running in 93239f2d018d 12:30:02 ---> 30ce5ca05d00 12:30:02 Step 9/23 : RUN make cmd/core-data/core-data 12:30:02 ---> ba9146ee84cb 12:30:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:30:02 ---> Running in 96e601538087 12:30:02 ---> Running in bb8514bb6533 12:30:02 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 12:30:02 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 12:30:03 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 12:30:03 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 12:31:12 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 12:31:18 Removing intermediate container 50cb86b0cdc0 12:31:18 ---> 119dfdd37a51 12:31:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:31:18 Removing intermediate container 93239f2d018d 12:31:18 ---> 1bd7bd3e55b5 12:31:18 12:31:18 Step 10/22 : FROM alpine:3.12 12:31:18 ---> afeebe901d6b 12:31:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:31:18 ---> Using cache 12:31:18 ---> e8a49c23d7cd 12:31:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 12:31:18 ---> Running in 35253e0c54b4 12:31:19 ---> Running in 80a308108530 12:31:20 Removing intermediate container 80a308108530 12:31:20 ---> cdc84bdf7bbe 12:31:20 Step 13/22 : WORKDIR / 12:31:20 ---> Running in a04663e09c8c 12:31:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:31:22 Removing intermediate container a04663e09c8c 12:31:22 ---> 975c94c5fe31 12:31:22 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:31:23 ---> cb3da7399e4c 12:31:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 12:31:23 Removing intermediate container 96e601538087 12:31:23 ---> 3a599e9ba649 12:31:23 12:31:23 Step 10/21 : FROM alpine:3.12 12:31:23 ---> afeebe901d6b 12:31:23 Step 11/21 : RUN apk add --update --no-cache curl 12:31:23 ---> Running in 72b0339f3cee 12:31:25 ---> 36c3f8f39fe8 12:31:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 12:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:31:26 Removing intermediate container 35253e0c54b4 12:31:26 ---> 8e6b21b576b3 12:31:26 12:31:26 Step 11/26 : FROM docker:20.10.0 12:31:26 20.10.0: Pulling from library/docker 12:31:26 ---> 70759a65893d 12:31:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 12:31:26 (1/4) Installing ca-certificates (20191127-r4) 12:31:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:31:26 (3/4) Installing libcurl (7.69.1-r3) 12:31:26 (4/4) Installing curl (7.69.1-r3) 12:31:26 Executing busybox-1.31.1-r19.trigger 12:31:26 Executing ca-certificates-20191127-r4.trigger 12:31:26 OK: 7 MiB in 18 packages 12:31:28 ---> 2d5780b80638 12:31:28 Step 18/22 : RUN chmod +x entrypoint.sh 12:31:28 ---> Running in 982ae72cbbf6 12:31:30 Removing intermediate container 72b0339f3cee 12:31:30 ---> d7e2a2d205de 12:31:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:31:30 ---> Running in 689e65afe13a 12:31:32 Removing intermediate container 689e65afe13a 12:31:32 ---> b00e26fd8fdb 12:31:32 Step 13/21 : WORKDIR /edgex 12:31:32 ---> Running in ca29a7aca9fa 12:31:32 Removing intermediate container 982ae72cbbf6 12:31:32 ---> 6fa0ea8744f6 12:31:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 12:31:32 ---> Running in d229d4c8025c 12:31:33 Removing intermediate container ca29a7aca9fa 12:31:33 ---> 1146cf320f59 12:31:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:31:33 Removing intermediate container d229d4c8025c 12:31:33 ---> dd4b42e76f0c 12:31:33 Step 20/22 : LABEL arch=arm64 12:31:33 ---> Running in 0156e654f4a9 12:31:34 ---> 0be60f83a141 12:31:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:31:34 Removing intermediate container 0156e654f4a9 12:31:34 ---> ca3275988ec0 12:31:34 Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:31:34 ---> Running in 2ab1bfff6a30 12:31:35 Removing intermediate container 2ab1bfff6a30 12:31:35 ---> 4ebeeae5de7f 12:31:35 Step 22/22 : LABEL version=0.0.0 12:31:36 ---> 65caaeed2b56 12:31:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:31:36 ---> Running in 9faa0ba0a3e9 12:31:37 Removing intermediate container 9faa0ba0a3e9 12:31:37 ---> 19710271b415 12:31:37 12:31:37 Successfully built 19710271b415 12:31:37 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 12:31:38  Building docker-security-bootstrap-redis-go ... done  ---> e60224e82efc 12:31:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:31:38 ---> Running in 79eabeae2cd6 12:31:39 Removing intermediate container 79eabeae2cd6 12:31:39 ---> 02f57d7dc0dc 12:31:39 Step 18/21 : CMD ["--init=true"] 12:31:39 ---> Running in 1aa6eaa4b949 12:31:39 Removing intermediate container bb8514bb6533 12:31:39 ---> 0eb87f39ca30 12:31:39 12:31:39 Step 10/23 : FROM alpine:3.12 12:31:39 ---> afeebe901d6b 12:31:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:31:39 ---> Running in 8429af4e2305 12:31:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:31:40 Removing intermediate container 1aa6eaa4b949 12:31:40 ---> e9bb74d7cba6 12:31:40 Step 19/21 : LABEL arch=arm64 12:31:40 Status: Downloaded newer image for docker:20.10.0 12:31:40 ---> eeaf43b92773 12:31:40 Step 12/26 : RUN apk add --no-cache bash 12:31:40 ---> Running in a31bcd41ef0c 12:31:40 ---> Running in 6325ada0b860 12:31:40 Removing intermediate container 8429af4e2305 12:31:40 ---> 2ed4969509e1 12:31:40 Step 12/23 : ENV APP_PORT=48080 12:31:40 ---> Running in a2053835e826 12:31:41 Removing intermediate container a31bcd41ef0c 12:31:41 ---> e68ce48fed0d 12:31:41 Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:31:41 ---> Running in 940981177f1b 12:31:41 Removing intermediate container a2053835e826 12:31:41 ---> ebb576eb1f7d 12:31:41 Step 13/23 : EXPOSE $APP_PORT 12:31:41 ---> Running in e4e3a7ca61a1 12:31:41 Removing intermediate container 940981177f1b 12:31:41 ---> 9bbd6eec7763 12:31:41 Step 21/21 : LABEL version=0.0.0 12:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:31:41 ---> Running in dbccde9284fc 12:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:31:41 Removing intermediate container e4e3a7ca61a1 12:31:41 ---> 7defc7aad2f3 12:31:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:31:42 ---> Running in 4db3d78ffa59 12:31:42 Removing intermediate container dbccde9284fc 12:31:42 ---> 1729470a2447 12:31:42 12:31:42 (1/2) Installing readline (8.0.4-r0) 12:31:42 (2/2) Installing bash (5.0.17-r0) 12:31:42 Executing bash-5.0.17-r0.post-install 12:31:42 Executing busybox-1.31.1-r19.trigger 12:31:42 OK: 12 MiB in 22 packages 12:31:42 Successfully built 1729470a2447 12:31:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 12:31:43  Building docker-security-proxy-setup-go ... done Removing intermediate container 6325ada0b860 12:31:43 ---> 19a6fc5c7ccb 12:31:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:31:43 ---> Running in 94fcf9d0c4df 12:31:44 Removing intermediate container 4db3d78ffa59 12:31:44 ---> bc60a8ae5640 12:31:44 Step 15/23 : RUN apk add --update --no-cache zeromq 12:31:44 Removing intermediate container 94fcf9d0c4df 12:31:44 ---> 3fb3b0f95930 12:31:44 Step 14/26 : ENV APP_PORT=48090 12:31:44 ---> Running in a67e530f3d20 12:31:44 ---> Running in 62a5767a3b18 12:31:45 Removing intermediate container 62a5767a3b18 12:31:45 ---> c381f08f37f7 12:31:45 Step 15/26 : EXPOSE $APP_PORT 12:31:45 ---> Running in 9060205a129e 12:31:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:31:45 Removing intermediate container 9060205a129e 12:31:45 ---> e89169f6794b 12:31:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:31:46 ---> 2c531394a109 12:31:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:31:47 (1/5) Installing libgcc (9.3.0-r2) 12:31:47 (2/5) Installing libsodium (1.0.18-r0) 12:31:47 ---> 05fc563c5572 12:31:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:31:47 (3/5) Installing libstdc++ (9.3.0-r2) 12:31:48 (4/5) Installing libzmq (4.3.3-r0) 12:31:48 (5/5) Installing zeromq (4.3.3-r0) 12:31:48 Executing busybox-1.31.1-r19.trigger 12:31:48 OK: 8 MiB in 19 packages 12:31:48 ---> 3be7ae448029 12:31:48 Step 19/26 : RUN apk --no-cache add py3-pip 12:31:48 ---> Running in bacb494801f2 12:31:49 Removing intermediate container a67e530f3d20 12:31:49 ---> 641de089b1c8 12:31:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:31:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:31:50 (1/33) Installing libbz2 (1.0.8-r1) 12:31:50 ---> a67d796616d2 12:31:50 (2/33) Installing expat (2.2.9-r1) 12:31:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:31:50 (3/33) Installing libffi (3.3-r2) 12:31:50 (4/33) Installing gdbm (1.13-r1) 12:31:50 (5/33) Installing xz-libs (5.2.5-r0) 12:31:50 (6/33) Installing sqlite-libs (3.32.1-r0) 12:31:50 (7/33) Installing python3 (3.8.5-r0) 12:31:52 ---> 405629b1bdac 12:31:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:31:52 (8/33) Installing py3-appdirs (1.4.4-r1) 12:31:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:31:52 (10/33) Installing py3-parsing (2.4.7-r0) 12:31:52 (11/33) Installing py3-six (1.15.0-r0) 12:31:52 (12/33) Installing py3-packaging (20.4-r0) 12:31:52 (13/33) Installing py3-setuptools (47.0.0-r0) 12:31:52 (14/33) Installing py3-chardet (3.0.4-r4) 12:31:53 (15/33) Installing py3-idna (2.9-r0) 12:31:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:31:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:31:53 (18/33) Installing py3-requests (2.23.0-r0) 12:31:53 (19/33) Installing py3-msgpack (1.0.0-r0) 12:31:53 ---> 5f61c0189d5e 12:31:53 Step 19/23 : ENTRYPOINT ["/core-data"] 12:31:53 (20/33) Installing py3-lockfile (0.12.2-r3) 12:31:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:31:53 (22/33) Installing py3-colorama (0.4.3-r0) 12:31:53 (23/33) Installing py3-distlib (0.3.0-r0) 12:31:53 (24/33) Installing py3-distro (1.5.0-r1) 12:31:53 (25/33) Installing py3-webencodings (0.5.1-r3) 12:31:53 (26/33) Installing py3-html5lib (1.0.1-r4) 12:31:53 (27/33) Installing py3-pytoml (0.1.21-r0) 12:31:53 ---> Running in 3cab8d478457 12:31:53 (28/33) Installing py3-pep517 (0.8.2-r0) 12:31:53 (29/33) Installing py3-progress (1.5-r0) 12:31:53 (30/33) Installing py3-toml (0.10.1-r0) 12:31:53 (31/33) Installing py3-retrying (1.3.3-r0) 12:31:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:31:53 (33/33) Installing py3-pip (20.1.1-r0) 12:31:53 Executing busybox-1.31.1-r19.trigger 12:31:53 OK: 71 MiB in 55 packages 12:31:53 Removing intermediate container 3cab8d478457 12:31:53 ---> 48fcc96c1708 12:31:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:31:54 ---> Running in d6e0130860b2 12:31:54 Removing intermediate container d6e0130860b2 12:31:54 ---> cb8e81e4b70d 12:31:54 Step 21/23 : LABEL arch=arm64 12:31:54 ---> Running in 6430c96e83a4 12:31:55 Removing intermediate container 6430c96e83a4 12:31:55 ---> ae1ee468d68a 12:31:55 Step 22/23 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:31:55 ---> Running in 904bebd18581 12:31:56 Removing intermediate container 904bebd18581 12:31:56 ---> 1f1a65c17541 12:31:56 Step 23/23 : LABEL version=0.0.0 12:31:56 ---> Running in 56d1d4f1867e 12:31:57 Removing intermediate container 56d1d4f1867e 12:31:57 ---> 09af77ce93a7 12:31:57 12:31:57 Successfully built 09af77ce93a7 12:31:57 Successfully tagged docker-core-data-go-arm64:latest 12:31:59  Building docker-core-data-go ... done Removing intermediate container bacb494801f2 12:31:59 ---> 84952281349e 12:31:59 Step 20/26 : RUN pip install docker-compose==1.23.2 12:31:59 ---> Running in 4b284d2a8e18 12:32:03 Collecting docker-compose==1.23.2 12:32:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:32:04 Collecting dockerpty<0.5,>=0.4.1 12:32:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:32:06 Collecting docopt<0.7,>=0.6.1 12:32:06 Downloading docopt-0.6.2.tar.gz (25 kB) 12:32:08 Collecting texttable<0.10,>=0.9.0 12:32:08 Downloading texttable-0.9.1.tar.gz (11 kB) 12:32:10 Collecting docker<4.0,>=3.6.0 12:32:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:32:11 Collecting cached-property<2,>=1.2.0 12:32:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:32:12 Collecting websocket-client<1.0,>=0.32.0 12:32:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:32:12 Collecting jsonschema<3,>=2.5.1 12:32:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:32:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:32:13 Collecting PyYAML<4,>=3.10 12:32:13 Downloading PyYAML-3.13.tar.gz (270 kB) 12:32:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:32:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:32:17 Collecting docker-pycreds>=0.4.0 12:32:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:32:17 Collecting urllib3<1.25,>=1.21.1 12:32:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:32:18 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) 12:32:18 Collecting idna<2.8,>=2.5 12:32:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:32:18 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) 12:32:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:32:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:32:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:32:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:32:19 Installing collected packages: dockerpty, docopt, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, jsonschema, PyYAML, docker-compose 12:32:19 Running setup.py install for dockerpty: started 12:32:21 Running setup.py install for dockerpty: finished with status 'done' 12:32:21 Running setup.py install for docopt: started 12:32:22 Running setup.py install for docopt: finished with status 'done' 12:32:22 Running setup.py install for texttable: started 12:32:24 Running setup.py install for texttable: finished with status 'done' 12:32:24 Attempting uninstall: urllib3 12:32:24 Found existing installation: urllib3 1.25.9 12:32:24 Uninstalling urllib3-1.25.9: 12:32:24 Successfully uninstalled urllib3-1.25.9 12:32:25 Attempting uninstall: idna 12:32:25 Found existing installation: idna 2.9 12:32:25 Uninstalling idna-2.9: 12:32:25 Successfully uninstalled idna-2.9 12:32:25 Attempting uninstall: requests 12:32:25 Found existing installation: requests 2.23.0 12:32:25 Uninstalling requests-2.23.0: 12:32:26 Successfully uninstalled requests-2.23.0 12:32:27 Running setup.py install for PyYAML: started 12:32:30 Running setup.py install for PyYAML: finished with status 'done' 12:32:30 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 12:32:34 Removing intermediate container 4b284d2a8e18 12:32:34 ---> ce0007ce5288 12:32:34 Step 21/26 : RUN apk --no-cache add curl 12:32:34 ---> Running in 5e8740db1ded 12:32:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:32:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:32:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:32:36 (2/3) Installing libcurl (7.69.1-r3) 12:32:36 (3/3) Installing curl (7.69.1-r3) 12:32:36 Executing busybox-1.31.1-r19.trigger 12:32:36 OK: 71 MiB in 58 packages 12:32:37 Removing intermediate container 5e8740db1ded 12:32:37 ---> 90b4402b4ae8 12:32:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:32:37 ---> Running in c0c2b6ed4a08 12:32:37 Removing intermediate container c0c2b6ed4a08 12:32:37 ---> 1f4d6a7cb82e 12:32:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:32:38 ---> Running in b2e95bbc1edf 12:32:38 Removing intermediate container b2e95bbc1edf 12:32:38 ---> 0e57abf39469 12:32:38 Step 24/26 : LABEL arch=arm64 12:32:38 ---> Running in 3c026c19e075 12:32:39 Removing intermediate container 3c026c19e075 12:32:39 ---> 286124134c9e 12:32:39 Step 25/26 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 12:32:39 ---> Running in 1779c7f66920 12:32:39 Removing intermediate container 1779c7f66920 12:32:39 ---> 576e9bd822be 12:32:39 Step 26/26 : LABEL version=0.0.0 12:32:39 ---> Running in 0faf6d1e29f0 12:32:40 Removing intermediate container 0faf6d1e29f0 12:32:40 ---> 674f933d619f 12:32:40 12:32:40 Successfully built 674f933d619f 12:32:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 12:32:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:32:40 $ docker stop --time=1 7166482c656a0561f806ed1ad2c33d5a8e8e17bd588df4ae654475188db1b585 12:32:42 $ docker rm -f 7166482c656a0561f806ed1ad2c33d5a8e8e17bd588df4ae654475188db1b585 [Pipeline] // withDockerContainer [Pipeline] sh 12:32:43 + grep docker 12:32:43 + docker images 12:32:43 docker-sys-mgmt-agent-go-arm64 latest 674f933d619f 4 seconds ago 300MB 12:32:43 docker-core-data-go-arm64 latest 09af77ce93a7 47 seconds ago 21MB 12:32:43 docker-security-proxy-setup-go-arm64 latest 1729470a2447 About a minute ago 23.3MB 12:32:43 docker-security-bootstrap-redis-go-arm64 latest 19710271b415 About a minute ago 15.1MB 12:32:43 docker-security-secretstore-setup-go-arm64 latest e137d40c3c1b 3 minutes ago 23.4MB 12:32:43 docker-core-metadata-go-arm64 latest 4420079248cf 3 minutes ago 12.3MB 12:32:43 docker-support-notifications-go-arm64 latest 5e1447e99b24 4 minutes ago 11.4MB 12:32:43 docker-core-command-go-arm64 latest 9cc88196321c 4 minutes ago 9.98MB 12:32:43 docker-support-scheduler-go-arm64 latest 0461ddf07491 4 minutes ago 10MB 12:32: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 12:32:46 provisioning config files... 12:32:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5320704103355508305tmp [Pipeline] { [Pipeline] sh 12:32:46 + set +x 12:32:46 + curl -s https://codecov.io/bash 12:32:46 + bash -s -- 12:32:47 12:32:47 _____ _ 12:32:47 / ____| | | 12:32:47 | | ___ __| | ___ ___ _____ __ 12:32:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:32:47 | |___| (_) | (_| | __/ (_| (_) \ V / 12:32:47 \_____\___/ \__,_|\___|\___\___/ \_/ 12:32:47 Bash-20201231-23d4836 12:32:47 12:32:47 12:32:47 ==> git version 2.24.3 found 12:32: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 12:32:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:32:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:32:47 ==> Jenkins CI detected. 12:32:47 project root: . 12:32:47 --> token set from env 12:32:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:32:47 ==> Running gcov in . (disable via -X gcov) 12:32:47 ==> Python coveragepy not found 12:32:47 ==> Searching for coverage reports in: 12:32:47 + . 12:32:47 -> Found 1 reports 12:32:47 ==> Detecting git/mercurial file structure 12:32:47 ==> Reading reports 12:32:47 + ./coverage.out bytes=554655 12:32:47 ==> Appending adjustments 12:32:47 https://docs.codecov.io/docs/fixing-reports 12:32:51 + Found adjustments 12:32:51 ==> Gzipping contents 12:32:51 84K /tmp/codecov.r6G2FS.gz 12:32:51 ==> Uploading reports 12:32:51 url: https://codecov.io 12:32:51 query: branch=PR-3030&commit=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 12:32:51 -> Pinging Codecov 12:32:51 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3030&commit=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 12:32:51 -> Uploading to 12:32:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/4d1422c6aa577a71801cc1e5479d2ecbc19b52c4/e1cedad9-387d-4b1a-9e3b-a1402d5f528d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T123251Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8dc847af50cbb02feabe1a1b087be6e5e8c883703c1b7f31d983c24210575b52 12:32:51 % Total % Received % Xferd Average Speed Time Time Time Current 12:32:51 Dload Upload Total Spent Left Speed 12:32:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83787 0 0 100 83787 0 121k --:--:-- --:--:-- --:--:-- 121k 12:32:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [Pipeline] } 12:32:52 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 12:32:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:32:55 ---> package-listing.sh 12:32:55 ++ facter osfamily 12:32:55 ++ tr '[:upper:]' '[:lower:]' 12:32:55 + OS_FAMILY=redhat 12:32:55 + workspace=/w/workspace/edgex-go/3 12:32:55 + START_PACKAGES=/tmp/packages_start.txt 12:32:55 + END_PACKAGES=/tmp/packages_end.txt 12:32:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:32:55 + PACKAGES=/tmp/packages_start.txt 12:32:55 + '[' /w/workspace/edgex-go/3 ']' 12:32:55 + PACKAGES=/tmp/packages_end.txt 12:32:55 + case "${OS_FAMILY}" in 12:32:55 + rpm -qa 12:32:55 + sort 12:33:01 + '[' -f /tmp/packages_start.txt ']' 12:33:01 + '[' -f /tmp/packages_end.txt ']' 12:33:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:33:01 + '[' /w/workspace/edgex-go/3 ']' 12:33:01 + mkdir -p /w/workspace/edgex-go/3/archives/ 12:33:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 12:33:01 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 12:33:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:33:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:33:01 12:33:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:33:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:33:02 alpine: Pulling from edgex-lftools-log-publisher 12:33:02 df20fa9351a1: Pulling fs layer 12:33:02 36b3adc4ff6f: Pulling fs layer 12:33:02 8ad3a11d3b57: Pulling fs layer 12:33:02 46f8f816bc3b: Pulling fs layer 12:33:02 93b61091891f: Pulling fs layer 12:33:02 93b9cdb0e59b: Pulling fs layer 12:33:02 5e14af77c1be: Pulling fs layer 12:33:02 01666e4c0597: Pulling fs layer 12:33:02 aa168da1d23b: Pulling fs layer 12:33:02 46f8f816bc3b: Waiting 12:33:02 93b61091891f: Waiting 12:33:02 93b9cdb0e59b: Waiting 12:33:02 5e14af77c1be: Waiting 12:33:02 01666e4c0597: Waiting 12:33:02 aa168da1d23b: Waiting 12:33:02 36b3adc4ff6f: Verifying Checksum 12:33:02 36b3adc4ff6f: Download complete 12:33:02 46f8f816bc3b: Verifying Checksum 12:33:02 46f8f816bc3b: Download complete 12:33:02 df20fa9351a1: Verifying Checksum 12:33:02 df20fa9351a1: Download complete 12:33:02 93b9cdb0e59b: Verifying Checksum 12:33:02 93b9cdb0e59b: Download complete 12:33:02 5e14af77c1be: Verifying Checksum 12:33:02 5e14af77c1be: Download complete 12:33:02 93b61091891f: Download complete 12:33:02 01666e4c0597: Download complete 12:33:02 df20fa9351a1: Pull complete 12:33:02 36b3adc4ff6f: Pull complete 12:33:03 8ad3a11d3b57: Verifying Checksum 12:33:03 8ad3a11d3b57: Download complete 12:33:03 8ad3a11d3b57: Pull complete 12:33:03 46f8f816bc3b: Pull complete 12:33:04 93b61091891f: Pull complete 12:33:05 aa168da1d23b: Verifying Checksum 12:33:05 aa168da1d23b: Download complete 12:33:05 93b9cdb0e59b: Pull complete 12:33:05 5e14af77c1be: Pull complete 12:33:06 01666e4c0597: Pull complete 12:33:21 aa168da1d23b: Pull complete 12:33:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:33:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:33:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:33:21 prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container 12:33:21 $ 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 12:33:23 $ docker top 1b48c854a2ef8f628751f1cb1970f4c023286fac523d44a2e0407b1320365b5f -eo pid,comm [Pipeline] { [Pipeline] sh 12:33:23 + touch /tmp/pre-build-complete [Pipeline] sh 12:33:24 + mkdir -p /var/log/sa [Pipeline] sh 12:33:24 + ls /var/log/sa-host 12:33:24 + sadf -c /var/log/sa-host/sa14 12:33:24 file_magic: OK 12:33:24 HZ: Using current value: 100 12:33:24 file_header: OK 12:33:24 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 12:33:24 Statistics: 12:33:24 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... 12:33:24 File successfully converted to sysstat format version 12.2.1 12:33:24 + sadf -c /var/log/sa-host/sa23 12:33:24 file_magic: OK 12:33:24 HZ: Using current value: 100 12:33:24 file_header: OK 12:33:24 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 12:33:24 Statistics: 12:33:24 Hnuu...uuuununununu... 12:33:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:33:24 provisioning config files... 12:33:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config253381002887296758tmp [Pipeline] { [Pipeline] echo 12:33:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:33:25 ---> create-netrc.sh [Pipeline] } 12:33:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:33:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:33:25 ---> python-tools-install.sh [Pipeline] echo 12:33:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:33:26 ---> sudo-logs.sh 12:33:26 Archiving 'sudo' log.. [Pipeline] echo 12:33:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:33:26 ---> job-cost.sh 12:33:26 lf-activate-venv: SKIPPING 12:33:26 INFO: No Stack... 12:33:27 INFO: Retrieving Pricing Info for: v1-standard-2 12:33:28 INFO: Archiving Costs [Pipeline] echo 12:33:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:33:28 ---> logs-deploy.sh 12:33:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/3 12:33:28 INFO: archiving workspace using pattern(s): 12:33:30 Archives upload complete. 12:33:30 INFO: archiving logs to Nexus 12:33:31 ---> uname -a: 12:33:31 Linux prd-centos7-docker-4c-2g-20211.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:33:31 12:33:31 12:33:31 ---> lscpu: 12:33:31 Architecture: x86_64 12:33:31 CPU op-mode(s): 32-bit, 64-bit 12:33:31 Byte Order: Little Endian 12:33:31 Address sizes: 40 bits physical, 48 bits virtual 12:33:31 CPU(s): 4 12:33:31 On-line CPU(s) list: 0-3 12:33:31 Thread(s) per core: 1 12:33:31 Core(s) per socket: 1 12:33:31 Socket(s): 4 12:33:31 NUMA node(s): 1 12:33:31 Vendor ID: GenuineIntel 12:33:31 CPU family: 6 12:33:31 Model: 44 12:33:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:33:31 Stepping: 1 12:33:31 CPU MHz: 2933.442 12:33:31 BogoMIPS: 5866.88 12:33:31 Virtualization: VT-x 12:33:31 Hypervisor vendor: KVM 12:33:31 Virtualization type: full 12:33:31 L1d cache: 128 KiB 12:33:31 L1i cache: 128 KiB 12:33:31 L2 cache: 16 MiB 12:33:31 L3 cache: 64 MiB 12:33:31 NUMA node0 CPU(s): 0-3 12:33:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:33:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:33:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:33:31 Vulnerability Meltdown: Mitigation; PTI 12:33:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:33:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:33:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:33:31 Vulnerability Srbds: Not affected 12:33:31 Vulnerability Tsx async abort: Not affected 12:33:31 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 12:33:31 12:33:31 12:33:31 ---> nproc: 12:33:31 4 12:33:31 12:33:31 12:33:31 ---> df -h: 12:33:31 Filesystem Size Used Available Use% Mounted on 12:33:31 overlay 50.0G 12.0G 38.0G 24% / 12:33:31 tmpfs 64.0M 0 64.0M 0% /dev 12:33:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:33:31 shm 64.0M 0 64.0M 0% /dev/shm 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3 12:33:31 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3@tmp 12:33:31 12:33:31 12:33:31 ---> free -m: 12:33:31 total used free shared buff/cache available 12:33:31 Mem: 1837 726 280 0 830 1026 12:33:31 Swap: 1023 53 970 12:33:31 12:33:31 12:33:31 ---> ip addr: 12:33:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:33:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:33:31 inet 127.0.0.1/8 scope host lo 12:33:31 valid_lft forever preferred_lft forever 12:33:31 inet6 ::1/128 scope host 12:33:31 valid_lft forever preferred_lft forever 12:33:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:33:31 link/ether fa:16:3e:02:c7:c3 brd ff:ff:ff:ff:ff:ff 12:33:31 inet 10.30.122.38/23 brd 10.30.123.255 scope global dynamic eth0 12:33:31 valid_lft 85227sec preferred_lft 85227sec 12:33:31 inet6 fe80::f816:3eff:fe02:c7c3/64 scope link 12:33:31 valid_lft forever preferred_lft forever 12:33:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:33:31 link/ether 02:42:9a:78:b2:21 brd ff:ff:ff:ff:ff:ff 12:33:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:33:31 valid_lft forever preferred_lft forever 12:33:31 inet6 fe80::42:9aff:fe78:b221/64 scope link 12:33:31 valid_lft forever preferred_lft forever 12:33:31 12:33:31 12:33:31 ---> sar -b -r -n DEV: 12:33:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 12:33:31 12:33:31 12:13:46 LINUX RESTART (4 CPU) 12:33:31 12:33:31 12:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:33:31 12:15:03 211.98 116.64 95.34 0.00 12885.02 44622.40 0.00 12:33:31 12:16:01 252.71 97.31 155.40 0.00 7002.88 52562.11 0.00 12:33:31 12:17:01 243.38 98.12 145.26 0.00 3511.57 20292.49 0.00 12:33:31 12:18:01 148.69 70.11 78.58 0.00 3707.77 15482.86 0.00 12:33:31 12:19:05 1663.08 1327.84 335.23 0.00 125598.37 185617.07 0.00 12:33:31 12:20:01 1727.16 1462.58 264.58 0.00 107680.63 122115.38 0.00 12:33:31 12:21:03 1872.81 1510.00 362.80 0.00 122564.08 159204.22 0.00 12:33:31 12:22:01 958.63 665.30 293.33 0.00 41518.56 71117.43 0.00 12:33:31 12:23:01 48.93 9.16 39.78 0.00 3018.05 1870.68 0.00 12:33:31 12:24:01 1.95 0.43 1.52 0.00 13.46 26.85 0.00 12:33:31 12:25:01 0.33 0.02 0.32 0.00 0.53 3.11 0.00 12:33:31 12:26:01 0.18 0.00 0.18 0.00 0.00 2.20 0.00 12:33:31 12:27:01 0.32 0.00 0.32 0.00 0.00 3.75 0.00 12:33:31 12:28:01 0.28 0.00 0.28 0.00 0.00 2.61 0.00 12:33:31 12:29:01 2.03 1.80 0.23 0.00 57.56 3.55 0.00 12:33:31 12:30:01 0.82 0.03 0.78 0.00 1.07 14.76 0.00 12:33:31 12:31:01 0.33 0.00 0.33 0.00 0.00 4.08 0.00 12:33:31 12:32:02 0.28 0.00 0.28 0.00 0.00 4.10 0.00 12:33:31 12:33:01 66.32 65.32 1.00 0.00 5322.86 42.40 0.00 12:33:31 Average: 379.93 286.25 93.68 0.00 22957.22 35715.16 0.00 12:33:31 12:33:31 12:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:33:31 12:15:03 72968 0 661728 35.17 2620 1144228 1297188 44.27 559760 1042708 88708 12:33:31 12:16:01 80132 0 738236 39.24 1492 1061684 1532864 52.31 567476 949852 76220 12:33:31 12:17:01 215204 0 797380 42.38 1356 867604 1641820 56.03 680000 706292 35460 12:33:31 12:18:01 80608 0 777540 41.32 1288 1022108 1581600 53.98 660208 865076 87744 12:33:31 12:19:05 52552 0 815068 43.32 0 1013924 2125620 72.54 686080 923464 56368 12:33:31 12:20:01 511532 0 788396 41.90 0 581616 2180792 74.43 489772 617144 67408 12:33:31 12:21:03 66168 0 788648 41.91 0 1026728 2158572 73.67 639588 950720 68888 12:33:31 12:22:01 95052 0 705272 37.48 0 1081220 1426304 48.68 622300 904780 0 12:33:31 12:23:01 129052 0 643088 34.18 0 1109404 1193932 40.75 582220 924936 12 12:33:31 12:24:01 131036 0 640704 34.05 0 1109804 1172476 40.01 580952 924804 8 12:33:31 12:25:01 131420 0 640332 34.03 0 1109792 1172416 40.01 580932 924800 8 12:33:31 12:26:01 131484 0 640240 34.03 0 1109820 1172332 40.01 580744 924816 12 12:33:31 12:27:01 131728 0 639984 34.01 0 1109832 1172332 40.01 580664 924816 8 12:33:31 12:28:01 132032 0 639676 34.00 0 1109836 1172332 40.01 580540 924816 8 12:33:31 12:29:01 130140 0 640536 34.04 0 1110868 1172332 40.01 581388 925152 24 12:33:31 12:30:01 130556 0 640116 34.02 0 1110872 1172416 40.01 581476 925152 8 12:33:31 12:31:01 129996 0 640664 34.05 0 1110884 1172380 40.01 581500 925152 8 12:33:31 12:32:02 129820 0 640836 34.06 0 1110888 1172332 40.01 581404 925152 8 12:33:31 12:33:01 94448 0 646744 34.37 0 1140352 1174040 40.07 573912 965180 116 12:33:31 Average: 135575 0 690799 36.71 356 1054814 1413899 48.25 594259 903937 25317 12:33:31 12:33:31 12:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:33:31 12:15:03 vetha749f5c 508.87 467.76 49.45 1540.16 0.00 0.00 0.00 0.00 12:33:31 12:15:03 eth0 1474.87 1227.98 5226.49 161.19 0.00 0.00 0.00 0.00 12:33:31 12:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:15:03 docker0 508.87 467.64 42.50 1540.15 0.00 0.00 0.00 0.00 12:33:31 12:16:01 veth7b1df3f 128.60 134.72 11.71 481.96 0.00 0.00 0.00 0.00 12:33:31 12:16:01 eth0 867.66 847.46 4953.07 99.92 0.00 0.00 0.00 0.00 12:33:31 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:16:01 docker0 549.28 520.27 41.64 2021.14 0.00 0.00 0.00 0.00 12:33:31 12:17:01 eth0 35.92 20.61 32.40 14.28 0.00 0.00 0.00 0.00 12:33:31 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:17:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:17:01 veth2b9c466 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 12:33:31 12:18:01 eth0 224.05 184.04 1700.70 94.71 0.00 0.00 0.00 0.00 12:33:31 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:19:05 vetha055e0b 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 12:33:31 12:19:05 eth0 81.79 52.16 172.45 67.13 0.00 0.00 0.00 0.00 12:33:31 12:19:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:19:05 docker0 13.36 28.26 0.73 138.18 0.00 0.00 0.00 0.00 12:33:31 12:20:01 veth4061368 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:33:31 12:20:01 veth03aea7a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:33:31 12:20:01 vetha055e0b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:20:01 eth0 19.64 9.92 16.78 7.77 0.00 0.00 0.00 0.00 12:33:31 12:21:03 veth19f9cf7 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 12:33:31 12:21:03 vetha055e0b 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 12:33:31 12:21:03 eth0 64.06 34.50 210.31 17.60 0.00 0.00 0.00 0.00 12:33:31 12:21:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 12:33:31 12:22:01 vetha055e0b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 12:33:31 12:22:01 eth0 226.35 163.56 1683.21 103.08 0.00 0.00 0.00 0.00 12:33:31 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:22:01 docker0 1120.19 1108.16 87.91 4289.30 0.00 0.00 0.00 0.00 12:33:31 12:23:01 eth0 26.66 17.17 69.76 7.50 0.00 0.00 0.00 0.00 12:33:31 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:23:01 docker0 8.28 10.59 0.73 56.37 0.00 0.00 0.00 0.00 12:33:31 12:24:01 eth0 1.35 0.73 0.72 0.17 0.00 0.00 0.00 0.00 12:33:31 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:25:01 eth0 0.38 0.30 0.15 0.14 0.00 0.00 0.00 0.00 12:33:31 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:33:31 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:27:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:33:31 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:33:31 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:29:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:33:31 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:30:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 12:33:31 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:31:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 12:33:31 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:32:02 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:33:01 eth0 41.60 37.27 14.43 62.75 0.00 0.00 0.00 0.00 12:33:31 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 Average: eth0 160.41 135.69 734.13 33.46 0.00 0.00 0.00 0.00 12:33:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:33:31 Average: docker0 57.98 57.48 4.55 223.31 0.00 0.00 0.00 0.00 12:33:31 12:33:31 12:33:31 ---> sar -P ALL: 12:33:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 12:33:31 12:33:31 12:13:46 LINUX RESTART (4 CPU) 12:33:31 12:33:31 12:14:01 CPU %user %nice %system %iowait %steal %idle 12:33:31 12:15:03 all 18.21 0.00 8.13 5.72 0.03 67.91 12:33:31 12:15:03 0 17.74 0.00 8.29 6.81 0.02 67.15 12:33:31 12:15:03 1 20.01 0.00 8.13 4.72 0.02 67.12 12:33:31 12:15:03 2 18.46 0.00 8.60 4.16 0.05 68.73 12:33:31 12:15:03 3 16.61 0.00 7.52 7.23 0.03 68.61 12:33:31 12:16:01 all 14.96 0.00 6.54 3.84 0.01 74.65 12:33:31 12:16:01 0 15.19 0.00 6.57 2.76 0.02 75.46 12:33:31 12:16:01 1 12.26 0.00 6.16 3.22 0.02 78.34 12:33:31 12:16:01 2 16.27 0.00 6.93 4.27 0.00 72.53 12:33:31 12:16:01 3 16.11 0.00 6.48 5.11 0.02 72.28 12:33:31 12:17:01 all 44.01 0.00 9.76 7.28 0.04 38.91 12:33:31 12:17:01 0 43.04 0.00 9.59 4.47 0.03 42.87 12:33:31 12:17:01 1 44.48 0.00 9.72 4.46 0.05 41.29 12:33:31 12:17:01 2 43.94 0.00 9.75 8.81 0.05 37.44 12:33:31 12:17:01 3 44.59 0.00 9.99 11.36 0.03 34.03 12:33:31 12:18:01 all 47.55 0.00 11.45 2.85 0.02 38.14 12:33:31 12:18:01 0 47.25 0.00 11.71 3.82 0.02 37.21 12:33:31 12:18:01 1 46.36 0.00 11.60 2.40 0.03 39.61 12:33:31 12:18:01 2 48.20 0.00 11.43 4.19 0.02 36.15 12:33:31 12:18:01 3 48.36 0.00 11.05 0.96 0.02 39.60 12:33:31 12:19:05 all 18.85 0.00 19.56 19.28 0.04 42.27 12:33:31 12:19:05 0 16.83 0.00 18.71 18.47 0.05 45.94 12:33:31 12:19:05 1 19.41 0.00 20.44 20.49 0.03 39.62 12:33:31 12:19:05 2 19.93 0.00 19.64 18.50 0.03 41.90 12:33:31 12:19:05 3 19.23 0.00 19.46 19.69 0.03 41.59 12:33:31 12:20:01 all 48.01 0.00 16.04 23.09 0.05 12.81 12:33:31 12:20:01 0 47.01 0.00 15.25 25.22 0.06 12.47 12:33:31 12:20:01 1 48.53 0.00 16.32 22.19 0.06 12.89 12:33:31 12:20:01 2 47.75 0.00 15.65 23.27 0.04 13.30 12:33:31 12:20:01 3 48.73 0.00 16.92 21.73 0.06 12.56 12:33:31 12:21:03 all 24.63 0.00 18.53 29.43 0.06 27.35 12:33:31 12:21:03 0 24.44 0.00 17.75 31.35 0.07 26.39 12:33:31 12:21:03 1 24.96 0.00 19.54 26.90 0.05 28.55 12:33:31 12:21:03 2 25.78 0.00 17.80 27.64 0.05 28.73 12:33:31 12:21:03 3 23.35 0.00 19.05 31.83 0.05 25.72 12:33:31 12:22:01 all 40.32 0.00 14.15 15.73 0.04 29.76 12:33:31 12:22:01 0 40.19 0.00 15.86 14.51 0.04 29.41 12:33:31 12:22:01 1 40.94 0.00 13.24 19.23 0.04 26.56 12:33:31 12:22:01 2 40.19 0.00 13.51 13.33 0.04 32.93 12:33:31 12:22:01 3 39.95 0.00 14.00 15.86 0.05 30.13 12:33:31 12:23:01 all 3.48 0.00 1.29 1.26 0.00 93.97 12:33:31 12:23:01 0 2.44 0.00 1.37 0.60 0.00 95.58 12:33:31 12:23:01 1 3.40 0.00 1.17 0.92 0.00 94.50 12:33:31 12:23:01 2 2.68 0.00 1.26 1.56 0.00 94.51 12:33:31 12:23:01 3 5.39 0.00 1.34 1.96 0.02 91.29 12:33:31 12:24:01 all 0.14 0.00 0.02 0.00 0.00 99.84 12:33:31 12:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:33:31 12:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:33:31 12:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:33:31 12:24:01 3 0.50 0.00 0.00 0.00 0.00 99.50 12:33:31 12:25:01 all 0.15 0.00 0.03 0.00 0.00 99.83 12:33:31 12:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:33:31 12:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:33:31 12:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 12:33:31 12:25:01 3 0.50 0.00 0.02 0.00 0.00 99.48 12:33:31 12:33:31 12:25:01 CPU %user %nice %system %iowait %steal %idle 12:33:31 12:26:01 all 0.13 0.00 0.02 0.00 0.00 99.85 12:33:31 12:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:33:31 12:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 12:33:31 12:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:33:31 12:26:01 3 0.47 0.00 0.03 0.00 0.00 99.50 12:33:31 12:27:01 all 0.15 0.00 0.01 0.00 0.00 99.83 12:33:31 12:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:33:31 12:27:01 1 0.05 0.00 0.02 0.00 0.00 99.93 12:33:31 12:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 12:33:31 12:27:01 3 0.52 0.00 0.00 0.00 0.00 99.48 12:33:31 12:28:01 all 0.15 0.00 0.02 0.00 0.00 99.83 12:33:31 12:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:33:31 12:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:33:31 12:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:33:31 12:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 12:33:31 12:29:01 all 0.16 0.00 0.04 0.03 0.01 99.77 12:33:31 12:29:01 0 0.02 0.00 0.05 0.12 0.00 99.82 12:33:31 12:29:01 1 0.05 0.00 0.03 0.00 0.02 99.90 12:33:31 12:29:01 2 0.05 0.00 0.03 0.00 0.00 99.92 12:33:31 12:29:01 3 0.52 0.00 0.03 0.00 0.02 99.43 12:33:31 12:30:01 all 0.13 0.00 0.02 0.00 0.00 99.85 12:33:31 12:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:33:31 12:30:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:33:31 12:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:33:31 12:30:01 3 0.50 0.00 0.00 0.00 0.00 99.50 12:33:31 12:31:01 all 0.10 0.00 0.03 0.00 0.00 99.87 12:33:31 12:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 12:33:31 12:31:01 1 0.05 0.00 0.03 0.00 0.00 99.92 12:33:31 12:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 12:33:31 12:31:01 3 0.28 0.00 0.07 0.00 0.00 99.65 12:33:31 12:32:02 all 0.02 0.00 0.02 0.00 0.00 99.96 12:33:31 12:32:02 0 0.00 0.00 0.02 0.00 0.00 99.98 12:33:31 12:32:02 1 0.03 0.00 0.02 0.00 0.00 99.95 12:33:31 12:32:02 2 0.00 0.00 0.02 0.00 0.00 99.98 12:33:31 12:32:02 3 0.03 0.00 0.03 0.00 0.00 99.93 12:33:31 12:33:01 all 1.80 0.00 0.82 1.76 0.00 95.62 12:33:31 12:33:01 0 3.00 0.00 1.02 1.65 0.02 94.31 12:33:31 12:33:01 1 0.85 0.00 0.54 1.34 0.00 97.27 12:33:31 12:33:01 2 1.83 0.00 0.80 2.99 0.00 94.38 12:33:31 12:33:01 3 1.51 0.00 0.92 1.07 0.00 96.50 12:33:31 Average: all 13.46 0.00 5.50 5.67 0.02 75.34 12:33:31 Average: 0 13.15 0.00 5.49 5.64 0.02 75.70 12:33:31 Average: 1 13.40 0.00 5.55 5.46 0.02 75.58 12:33:31 Average: 2 13.59 0.00 5.46 5.59 0.01 75.35 12:33:31 Average: 3 13.71 0.00 5.52 6.01 0.02 74.75 12:33:31 12:33:31 12:33:31