Pull request #3002 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f947bb58cd8eb5c706ecd008bed608996b20889+9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 (d73ca9d030fcf7d195f149bcd9beedf82e358b55) 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-20229 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 3f947bb58cd8eb5c706ecd008bed608996b20889 Merge succeeded, producing 3f947bb58cd8eb5c706ecd008bed608996b20889 Checking out Revision 3f947bb58cd8eb5c706ecd008bed608996b20889 (PR-3002) > 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/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 Commit message: "Merge branch 'master' into issue-2934" > git rev-list --no-walk bce2c04ba03c110ab37423b79f79767cefdb6fa5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:17:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:17:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:17:52 ========================================================= 15:17:52 EdgeX Global Pipelines Version Info 15:17:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:17:53 ------------------- 15:17:53 stable info: 15:17:53 ------------------- 15:17:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:17:53 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 15:17:53 Message: update stable to v1.0.177 15:17:54 ------------------- 15:17:54 experimental info: 15:17:54 ------------------- 15:17:54 Commited By: **** collab-it+edgex@linuxfoundation.org 15:17:54 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 15:17:54 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:17:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:17:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:17:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:17:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3002 [Pipeline] echo 15:17:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3002 [Pipeline] echo 15:17:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3002 [Pipeline] echo 15:17:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f947bb58cd8eb5c706ecd008bed608996b20889 [Pipeline] echo 15:17:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f947bb [Pipeline] echo 15:17:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:17:57 provisioning config files... 15:17:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config5670594343170592125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:58 ---> docker-login.sh 15:17:58 nexus3.edgexfoundry.org:10001 15:17:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:58 Configure a credential helper to remove this warning. See 15:17:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:58 15:17:58 Login Succeeded 15:17:58 nexus3.edgexfoundry.org:10002 15:17:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:58 Configure a credential helper to remove this warning. See 15:17:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:58 15:17:58 Login Succeeded 15:17:58 nexus3.edgexfoundry.org:10003 15:17:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:59 Configure a credential helper to remove this warning. See 15:17:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:59 15:17:59 Login Succeeded 15:17:59 nexus3.edgexfoundry.org:10004 15:17:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:59 Configure a credential helper to remove this warning. See 15:17:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:59 15:17:59 Login Succeeded 15:17:59 docker.io 15:17:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:59 Configure a credential helper to remove this warning. See 15:17:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:59 15:17:59 Login Succeeded 15:17:59 ---> docker-login.sh ends [Pipeline] } 15:17:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:00 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/core-command/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo core-command,cmd/core-command/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/core-data/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo core-data,cmd/core-data/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/core-metadata/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo core-metadata,cmd/core-metadata/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/security-proxy-setup/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ cut -d/ -f2 15:18:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:18:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/support-notifications/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo support-notifications,cmd/support-notifications/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ dirname cmd/support-scheduler/Dockerfile 15:18:00 ++ cut -d/ -f2 15:18:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:18:00 + for file in '`ls cmd/**/Dockerfile`' 15:18:00 ++ cut -d/ -f2 15:18:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:18:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:18:00 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:01 15:18:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:18:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:01 latest: Pulling from edgex-devops/git-semver 15:18:01 31603596830f: Pulling fs layer 15:18:01 2a8b12db71e7: Pulling fs layer 15:18:01 6ca5941a6612: Pulling fs layer 15:18:01 ecc8261a40a4: Pulling fs layer 15:18:01 2a8b12db71e7: Download complete 15:18:02 31603596830f: Verifying Checksum 15:18:02 31603596830f: Download complete 15:18:02 6ca5941a6612: Verifying Checksum 15:18:02 6ca5941a6612: Download complete 15:18:02 ecc8261a40a4: Verifying Checksum 15:18:02 ecc8261a40a4: Download complete 15:18:02 31603596830f: Pull complete 15:18:02 2a8b12db71e7: Pull complete 15:18:03 6ca5941a6612: Pull complete 15:18:03 ecc8261a40a4: Pull complete 15:18:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:18:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:18:03 prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container 15:18:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:18:06 $ docker top 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:18:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:06 [ssh-agent] Looking for ssh-agent implementation... 15:18:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:06 $ docker exec 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent 15:18:07 SSH_AUTH_SOCK=/tmp/ssh-BfV9PeHKoTWR/agent.12 15:18:07 SSH_AGENT_PID=18 15:18:07 Running ssh-add (command line suppressed) 15:18:07 Identity added: /w/workspace/edgex-go/13@tmp/private_key_6222444554992061992.key (/w/workspace/edgex-go/13@tmp/private_key_6222444554992061992.key) 15:18:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:07 + git tag --points-at HEAD [Pipeline] } 15:18:07 $ docker exec --env ******** --env ******** 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent -k 15:18:07 unset SSH_AUTH_SOCK; 15:18:07 unset SSH_AGENT_PID; 15:18:07 echo Agent pid 18 killed; 15:18:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:18:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:18:07 [ssh-agent] Looking for ssh-agent implementation... 15:18:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:18:08 $ docker exec 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent 15:18:08 SSH_AUTH_SOCK=/tmp/ssh-ko4xb7nHxwrY/agent.47 15:18:08 SSH_AGENT_PID=52 15:18:08 Running ssh-add (command line suppressed) 15:18:08 Identity added: /w/workspace/edgex-go/13@tmp/private_key_1179425102134756086.key (/w/workspace/edgex-go/13@tmp/private_key_1179425102134756086.key) 15:18:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:18:08 + git semver init 15:18:08 # -> Open(): unable to determine branch for HEAD 15:18:08 # $GIT_DIR = /w/workspace/edgex-go/13/.git 15:18:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 15:18:08 # $SEMVER_REMOTE_NAME = origin 15:18:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:18:08 # $SEMVER_USER_NAME = edgex-jenkins 15:18:08 # $SEMVER_BRANCH = PR-3002 15:18:08 # $SEMVER_TEMP = /tmp/semver-355294935 15:18:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:18:26 # '/tmp/semver-355294935' -> '/w/workspace/edgex-go/13/.semver' 15:18:26 # -> Force: false 15:18:26 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 15:18:26 $ docker exec --env ******** --env ******** 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent -k 15:18:27 unset SSH_AUTH_SOCK; 15:18:27 unset SSH_AGENT_PID; 15:18:27 echo Agent pid 52 killed; 15:18:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:18:27 + git semver [Pipeline] } 15:18:27 $ docker stop --time=1 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f 15:18:29 $ docker rm -f 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f [Pipeline] // withDockerContainer [Pipeline] sh 15:18:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:18:30 Stashed 1 file(s) [Pipeline] echo 15:18:30 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:18:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:18:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:18:32 + sudo service docker restart 15:18:32 + true 15:18:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:18:32 ========================================================= 15:18:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:18:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:18:33 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:18:37 Sending build context to Docker daemon 326.6MB 15:18:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:18:37 Step 2/6 : FROM ${BASE} 15:18:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:18:37 188c0c94c7c5: Pulling fs layer 15:18:37 0ef7d3d256c8: Pulling fs layer 15:18:37 de9db76c5a1d: Pulling fs layer 15:18:37 bca2f99d35d6: Pulling fs layer 15:18:37 93359f2a8cfa: Pulling fs layer 15:18:37 7c6f9722023f: Pulling fs layer 15:18:37 a35cf1a2eb13: Pulling fs layer 15:18:37 bca2f99d35d6: Waiting 15:18:37 7c6f9722023f: Waiting 15:18:37 a35cf1a2eb13: Waiting 15:18:37 93359f2a8cfa: Waiting 15:18:37 de9db76c5a1d: Verifying Checksum 15:18:37 de9db76c5a1d: Download complete 15:18:37 0ef7d3d256c8: Verifying Checksum 15:18:37 0ef7d3d256c8: Download complete 15:18:37 93359f2a8cfa: Verifying Checksum 15:18:37 93359f2a8cfa: Download complete 15:18:37 7c6f9722023f: Verifying Checksum 15:18:37 7c6f9722023f: Download complete 15:18:37 188c0c94c7c5: Verifying Checksum 15:18:37 188c0c94c7c5: Download complete 15:18:37 188c0c94c7c5: Pull complete 15:18:37 0ef7d3d256c8: Pull complete 15:18:37 de9db76c5a1d: Pull complete 15:18:39 a35cf1a2eb13: Verifying Checksum 15:18:39 a35cf1a2eb13: Download complete 15:18:40 bca2f99d35d6: Download complete 15:18:45 bca2f99d35d6: Pull complete 15:18:45 93359f2a8cfa: Pull complete 15:18:45 7c6f9722023f: Pull complete 15:18:46 Still waiting to schedule task 15:18:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 15:18:51 a35cf1a2eb13: Pull complete 15:18:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:18:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:18:51 ---> a62c8e92a672 15:18:51 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:18:51 ---> Running in cf7fd23a8196 15:18:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:54 (1/12) Installing libmagic (5.38-r0) 15:18:54 (2/12) Installing file (5.38-r0) 15:18:54 (3/12) Installing libc-dev (0.7.2-r3) 15:18:54 (4/12) Installing g++ (9.3.0-r2) 15:19:07 (5/12) Installing fortify-headers (1.1-r0) 15:19:07 (6/12) Installing patch (2.7.6-r6) 15:19:07 (7/12) Installing build-base (0.5-r2) 15:19:07 (8/12) Installing libsodium (1.0.18-r0) 15:19:07 (9/12) Installing pkgconf (1.7.2-r0) 15:19:07 (10/12) Installing libsodium-dev (1.0.18-r0) 15:19:07 (11/12) Installing libzmq (4.3.3-r0) 15:19:07 (12/12) Installing zeromq-dev (4.3.3-r0) 15:19:07 Executing busybox-1.31.1-r19.trigger 15:19:07 OK: 233 MiB in 51 packages 15:19:10 Removing intermediate container cf7fd23a8196 15:19:10 ---> 71adbb21fd5b 15:19:10 Step 4/6 : WORKDIR /edgex-go 15:19:11 ---> Running in 1d1861ca4ced 15:19:11 Removing intermediate container 1d1861ca4ced 15:19:11 ---> 512a8789624b 15:19:11 Step 5/6 : COPY go.mod . 15:19:11 ---> f4da9606937c 15:19:11 Step 6/6 : RUN go mod download 15:19:11 ---> Running in 77ad1f064303 15:19:33 Removing intermediate container 77ad1f064303 15:19:33 ---> 4d91943d0123 15:19:33 Successfully built 4d91943d0123 15:19:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:19:33 + docker inspect -f . ci-base-image-x86_64 15:19:33 . [Pipeline] withDockerContainer 15:19:33 prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container 15:19:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:19:34 $ docker top d0495d71a081bc1963f3e1fed3ab517ff443f53cf491c241f5d58f0442299e68 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:35 + go version 15:19:35 go version go1.15.5 linux/amd64 [Pipeline] } 15:19:35 $ docker stop --time=1 d0495d71a081bc1963f3e1fed3ab517ff443f53cf491c241f5d58f0442299e68 15:19:36 $ docker rm -f d0495d71a081bc1963f3e1fed3ab517ff443f53cf491c241f5d58f0442299e68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:37 + docker inspect -f . ci-base-image-x86_64 15:19:37 . [Pipeline] withDockerContainer 15:19:37 prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container 15:19:37 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:19:37 $ docker top c951d4624c2b07c2d994e6d6e5cf7bc33c1d642f5376cb7fcd2eec5a246c2960 -eo pid,comm [Pipeline] { [Pipeline] echo 15:19:38 ========================================================= 15:19:38 [edgeXBuildGoParallel] Running Tests and Build... 15:19:38 ========================================================= [Pipeline] sh 15:19:38 + make test 15:19:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:19:46 ? github.com/edgexfoundry/edgex-go [no test files] 15:20:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:20:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:20:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:20:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:20:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:20:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:20:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:20:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements 15:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:20:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.0% of statements 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 67.9% of statements 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 15:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:20:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 15:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:20:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 15:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:20:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 15:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:20:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.343s coverage: 93.2% of statements 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 15:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 15:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 15:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements 15:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements 15:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.204s coverage: 63.5% of statements 15:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.100s coverage: 100.0% of statements 15:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 15:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 15:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 15:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:20:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 55.9% of statements 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:20:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:20:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:20:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.0% of statements 15:20:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 15:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.1% of statements 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 15:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:20:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:20:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 15:20:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 15:20:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:20:29 GO111MODULE=on go vet ./... 15:20:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20230 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws 15:20:37 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 15:20:42 using credential edgex-jenkins-ssh 15:20:42 Cloning the remote Git repository 15:20:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:20:43 > git init /w/workspace/edgex-go/13 # timeout=10 15:20:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:20:43 > git --version # timeout=10 15:20:43 > git --version # 'git version 2.17.1' 15:20:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:20:51 gofmt -l . 15:20:52 [ "`gofmt -l .`" = "" ] 15:20:53 ./bin/test-go-mod-tidy.sh 15:20:53 ./bin/test-attribution-txt.sh [Pipeline] sh 15:20:54 + ls -al . 15:20:54 total 660 15:20:54 drwxrwxr-x 10 1001 1001 4096 Jan 14 15:20 . 15:20:54 drwxr-xr-x 4 root root 30 Jan 14 15:19 .. 15:20:54 -rw-rw-r-- 1 1001 1001 11 Jan 14 15:17 .dockerignore 15:20:54 drwxrwxr-x 8 1001 1001 179 Jan 14 15:17 .git 15:20:54 drwxrwxr-x 3 1001 1001 125 Jan 14 15:17 .github 15:20:54 -rw-rw-r-- 1 1001 1001 824 Jan 14 15:17 .gitignore 15:20:54 drwx------ 3 1001 1001 47 Jan 14 15:18 .semver 15:20:54 -rw-rw-r-- 1 1001 1001 166 Jan 14 15:17 .sonarcloud.properties 15:20:54 -rw-rw-r-- 1 1001 1001 7741 Jan 14 15:17 Attribution.txt 15:20:54 -rw-rw-r-- 1 1001 1001 3804 Jan 14 15:17 CONTRIBUTING.md 15:20:54 -rw-rw-r-- 1 1001 1001 931 Jan 14 15:17 Dockerfile.build 15:20:54 -rw-rw-r-- 1 1001 1001 863 Jan 14 15:17 Jenkinsfile 15:20:54 -rw-rw-r-- 1 1001 1001 10775 Jan 14 15:17 LICENSE 15:20:54 -rw-rw-r-- 1 1001 1001 5750 Jan 14 15:17 Makefile 15:20:54 -rw-rw-r-- 1 1001 1001 6524 Jan 14 15:17 README.md 15:20:54 -rw-rw-r-- 1 1001 1001 6744 Jan 14 15:17 SECURITY.md 15:20:54 -rw-rw-r-- 1 1001 1001 5 Jan 14 15:18 VERSION 15:20:54 -rw-rw-r-- 1 1001 1001 4131 Jan 14 15:17 ZMQWindows.md 15:20:54 drwxrwxr-x 2 1001 1001 117 Jan 14 15:17 bin 15:20:54 drwxrwxr-x 14 1001 1001 4096 Jan 14 15:17 cmd 15:20:54 -rw-r--r-- 1 root root 555118 Jan 14 15:20 coverage.out 15:20:54 -rw-r--r-- 1 root root 979 Jan 14 15:20 go.mod 15:20:54 -rw-r--r-- 1 root root 19036 Jan 14 15:20 go.sum 15:20:54 drwxrwxr-x 8 1001 1001 127 Jan 14 15:17 internal 15:20:54 drwxrwxr-x 4 1001 1001 26 Jan 14 15:17 openapi 15:20:54 drwxrwxr-x 4 1001 1001 71 Jan 14 15:17 snap 15:20:54 -rw-rw-r-- 1 1001 1001 168 Jan 14 15:17 version.go [Pipeline] sh 15:20:54 + '[' -e coverage.out ] 15:20:54 + chown 1001:1001 coverage.out [Pipeline] stash 15:20:54 Stashed 1 file(s) [Pipeline] sh 15:20:54 + make build 15:20:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:20:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:20:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:20:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:20:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:20:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:20:59 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 3f947bb58cd8eb5c706ecd008bed608996b20889 15:21:00 Merge succeeded, producing 3f947bb58cd8eb5c706ecd008bed608996b20889 15:21:00 Checking out Revision 3f947bb58cd8eb5c706ecd008bed608996b20889 (PR-3002) 15:21:00 > git config core.sparsecheckout # timeout=10 15:21:00 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 15:21:00 > git remote # timeout=10 15:21:00 > git config --get remote.origin.url # timeout=10 15:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:00 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 15:21:00 > git rev-parse HEAD^{commit} # timeout=10 15:21:00 > git config core.sparsecheckout # timeout=10 15:21:00 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 15:21:05 Commit message: "Merge branch 'master' into issue-2934" 15:21:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:21:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:21:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:21:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:21:07 + true 15:21:07 + sudo service docker restart 15:21:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:21:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:21:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:21:09 provisioning config files... 15:21:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config753111874039865528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:10 ---> docker-login.sh 15:21:10 nexus3.edgexfoundry.org:10001 15:21:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:11 Configure a credential helper to remove this warning. See 15:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:11 15:21:11 Login Succeeded 15:21:11 nexus3.edgexfoundry.org:10002 15:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:11 Configure a credential helper to remove this warning. See 15:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:11 15:21:11 Login Succeeded 15:21:11 nexus3.edgexfoundry.org:10003 15:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:12 Configure a credential helper to remove this warning. See 15:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:12 15:21:12 Login Succeeded 15:21:12 nexus3.edgexfoundry.org:10004 15:21:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:21:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:12 Configure a credential helper to remove this warning. See 15:21:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:12 15:21:12 Login Succeeded 15:21:12 docker.io 15:21:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:21:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:21:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:14 Configure a credential helper to remove this warning. See 15:21:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:14 15:21:14 Login Succeeded 15:21:14 ---> docker-login.sh ends [Pipeline] } 15:21:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:21:15 ========================================================= 15:21:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:21:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:21:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:21:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 15:21:16 $ docker stop --time=1 c951d4624c2b07c2d994e6d6e5cf7bc33c1d642f5376cb7fcd2eec5a246c2960 15:21:18 Sending build context to Docker daemon 165.6MB 15:21:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:21:18 Step 2/6 : FROM ${BASE} 15:21:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:21:18 5f621e34cdf4: Pulling fs layer 15:21:18 a4357932f1b6: Pulling fs layer 15:21:18 18c013af1878: Pulling fs layer 15:21:18 00ac8860ef70: Pulling fs layer 15:21:18 63d7cb157983: Pulling fs layer 15:21:18 b116817d02f9: Pulling fs layer 15:21:18 745a02a5169b: Pulling fs layer 15:21:18 00ac8860ef70: Waiting 15:21:18 63d7cb157983: Waiting 15:21:18 b116817d02f9: Waiting 15:21:18 745a02a5169b: Waiting 15:21:18 18c013af1878: Verifying Checksum 15:21:18 18c013af1878: Download complete 15:21:18 a4357932f1b6: Verifying Checksum 15:21:18 a4357932f1b6: Download complete 15:21:18 63d7cb157983: Verifying Checksum 15:21:18 63d7cb157983: Download complete 15:21:18 b116817d02f9: Download complete 15:21:18 $ docker rm -f c951d4624c2b07c2d994e6d6e5cf7bc33c1d642f5376cb7fcd2eec5a246c2960 15:21:18 5f621e34cdf4: Verifying Checksum 15:21:18 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:21:19 5f621e34cdf4: Pull complete 15:21:19 a4357932f1b6: Pull complete 15:21:20 18c013af1878: Pull complete [Pipeline] isUnix [Pipeline] sh 15:21:21 745a02a5169b: Verifying Checksum 15:21:21 745a02a5169b: Download complete 15:21:21 00ac8860ef70: Download complete 15:21:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:21 15:21:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:21:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:22 latest: Pulling from edgex-devops/edgex-compose 15:21:22 cbdbe7a5bc2a: Pulling fs layer 15:21:22 ca9280d653b3: Pulling fs layer 15:21:22 7e9c9ca2126c: Pulling fs layer 15:21:22 cbdbe7a5bc2a: Verifying Checksum 15:21:22 cbdbe7a5bc2a: Download complete 15:21:22 cbdbe7a5bc2a: Pull complete 15:21:22 ca9280d653b3: Verifying Checksum 15:21:22 ca9280d653b3: Download complete 15:21:24 7e9c9ca2126c: Download complete 15:21:24 ca9280d653b3: Pull complete 15:21:30 7e9c9ca2126c: Pull complete 15:21:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:21:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:21:30 prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container 15:21:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 15:21:32 00ac8860ef70: Pull complete 15:21:32 63d7cb157983: Pull complete 15:21:32 b116817d02f9: Pull complete 15:21:33 $ docker top 81464a2d67d45aec4458d451ce3ad62aac4eb1b9b71125fcc4f057e28b3190c0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:34 + docker-compose build --help 15:21:34 + grep parallel 15:21:35 --parallel Build images in parallel. [Pipeline] } 15:21:35 $ docker stop --time=1 81464a2d67d45aec4458d451ce3ad62aac4eb1b9b71125fcc4f057e28b3190c0 15:21:36 745a02a5169b: Pull complete 15:21:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:21:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:21:36 ---> b7e6874047d6 15:21:36 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:21:36 $ docker rm -f 81464a2d67d45aec4458d451ce3ad62aac4eb1b9b71125fcc4f057e28b3190c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:21:37 . [Pipeline] withDockerContainer 15:21:37 prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container 15:21:37 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:21:37 $ docker top 554bf9b7a70264c136341645a227736c050515a85077e47931fd2ff266400ec4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:38 + docker-compose -f ./docker-compose-build.yml build --parallel 15:21:39 Building docker-core-command-go ... 15:21:39 Building docker-core-data-go ... 15:21:39 Building docker-core-metadata-go ... 15:21:39 Building docker-security-bootstrap-redis-go ... 15:21:39 Building docker-security-proxy-setup-go ... 15:21:39 Building docker-security-secretstore-setup-go ... 15:21:39 Building docker-support-notifications-go ... 15:21:39 Building docker-support-scheduler-go ... 15:21:39 Building docker-sys-mgmt-agent-go ... 15:21:39 Building docker-security-secretstore-setup-go 15:21:39 Building docker-security-proxy-setup-go 15:21:39 Building docker-core-metadata-go 15:21:39 Building docker-support-notifications-go 15:21:39 Building docker-support-scheduler-go 15:21:39 ---> Running in d5f1cfc0d5a6 15:21:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:42 (1/12) Installing libmagic (5.38-r0) 15:21:42 (2/12) Installing file (5.38-r0) 15:21:42 (3/12) Installing libc-dev (0.7.2-r3) 15:21:42 (4/12) Installing g++ (9.3.0-r2) 15:21:48 (5/12) Installing fortify-headers (1.1-r0) 15:21:48 (6/12) Installing patch (2.7.6-r6) 15:21:48 (7/12) Installing build-base (0.5-r2) 15:21:48 (8/12) Installing libsodium (1.0.18-r0) 15:21:48 (9/12) Installing pkgconf (1.7.2-r0) 15:21:48 (10/12) Installing libsodium-dev (1.0.18-r0) 15:21:48 (11/12) Installing libzmq (4.3.3-r0) 15:21:48 (12/12) Installing zeromq-dev (4.3.3-r0) 15:21:48 Executing busybox-1.31.1-r19.trigger 15:21:48 OK: 217 MiB in 51 packages 15:21:52 Removing intermediate container d5f1cfc0d5a6 15:21:52 ---> 7cd17dccc7d2 15:21:52 Step 4/6 : WORKDIR /edgex-go 15:21:52 ---> Running in 3bcef30c5a22 15:21:53 Removing intermediate container 3bcef30c5a22 15:21:53 ---> 5ae550fe9179 15:21:53 Step 5/6 : COPY go.mod . 15:21:53 ---> 04cd00c0328a 15:21:53 Step 6/6 : RUN go mod download 15:21:54 ---> Running in ff3d6f535606 15:22:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:22:11 ---> 4d91943d0123 15:22:11 Step 3/24 : WORKDIR /edgex-go 15:22:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:22:11 ---> 4d91943d0123 15:22:11 Step 3/24 : WORKDIR /edgex-go 15:22:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:22:11 ---> 4d91943d0123 15:22:11 Step 3/21 : WORKDIR /edgex-go 15:22:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:22:11 ---> 4d91943d0123 15:22:11 Step 3/22 : WORKDIR /edgex-go 15:22:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:22:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:22:11 ---> 4d91943d0123 15:22:11 Step 3/21 : WORKDIR /edgex-go 15:22:11 ---> Running in 20d844c83c34 15:22:11 ---> Running in 054a62deda2e 15:22:11 ---> Running in 5287069a9823 15:22:11 ---> Running in 8a66871a93d0 15:22:11 ---> Running in b784d1408e20 15:22:11 Removing intermediate container 054a62deda2e 15:22:11 ---> 0339f0571326 15:22:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:11 Removing intermediate container 5287069a9823 15:22:11 ---> 0b284bad6815 15:22:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:11 Removing intermediate container 8a66871a93d0 15:22:11 ---> 492c31141167 15:22:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:11 Removing intermediate container b784d1408e20 15:22:11 ---> 22982839c979 15:22:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:11 Removing intermediate container 20d844c83c34 15:22:11 ---> 3bae7a790521 15:22:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:11 ---> Running in cf1fa0c0988b 15:22:11 ---> Running in c8e76a882ee2 15:22:11 ---> Running in 059ea6c3dc4c 15:22:11 ---> Running in feca543a8408 15:22:11 ---> Running in c43c17201f7c 15:22:11 Removing intermediate container 059ea6c3dc4c 15:22:11 ---> 816e0ec80127 15:22:11 Step 5/21 : RUN apk add --update --no-cache make git 15:22:11 ---> Running in 7da18c6b99c4 15:22:11 Removing intermediate container cf1fa0c0988b 15:22:11 ---> 4eca1127842b 15:22:11 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 15:22:11 Removing intermediate container c8e76a882ee2 15:22:11 ---> 677d4a21bd77 15:22:11 Step 5/24 : RUN apk add --update --no-cache make git 15:22:11 ---> Running in 775156ec8691 15:22:11 Removing intermediate container c43c17201f7c 15:22:11 ---> b73ff48e03e1 15:22:11 Step 5/21 : RUN apk add --update --no-cache make git 15:22:11 Removing intermediate container feca543a8408 15:22:11 ---> 086fbb703825 15:22:11 Step 5/22 : RUN apk add --update --no-cache make git 15:22:11 ---> Running in 0f4c076adc8c 15:22:11 ---> Running in e782c307a11c 15:22:11 ---> Running in f32198abdd8e 15:22:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:12 OK: 233 MiB in 51 packages 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:13 OK: 233 MiB in 51 packages 15:22:13 OK: 233 MiB in 51 packages 15:22:13 Removing intermediate container 7da18c6b99c4 15:22:13 ---> 77911ac839d2 15:22:13 Step 6/21 : COPY go.mod . 15:22:13 OK: 233 MiB in 51 packages 15:22:13 OK: 233 MiB in 51 packages 15:22:13 ---> 32280a190fab 15:22:13 Step 7/21 : RUN go mod download 15:22:13 ---> Running in 10f5727d210b 15:22:13 Removing intermediate container 775156ec8691 15:22:13 ---> 2f30c27c9653 15:22:13 Step 6/24 : COPY go.mod . 15:22:14 Removing intermediate container 0f4c076adc8c 15:22:14 ---> b22b8e24f28d 15:22:14 Step 6/24 : COPY go.mod . 15:22:14 Removing intermediate container e782c307a11c 15:22:14 ---> b84a8ab1a4df 15:22:14 Step 6/21 : COPY go.mod . ---> fecf4fb5d1b3 15:22:14 15:22:14 Step 7/24 : RUN go mod download 15:22:14 Removing intermediate container f32198abdd8e 15:22:14 ---> ca71017f915e 15:22:14 Step 6/22 : COPY go.mod . 15:22:14 ---> a0e56d700914 15:22:14 Step 7/24 : RUN go mod download 15:22:14 ---> Running in e7b78835d74c 15:22:14 ---> Running in dbdf6a5cf69e 15:22:14 ---> f889f378636b 15:22:14 Step 7/21 : RUN go mod download 15:22:14 ---> 2e658959b1b2 15:22:14 Step 7/22 : RUN go mod download 15:22:15 ---> Running in 043dbda786d8 15:22:15 ---> Running in 5d941898a6f8 15:22:16 Removing intermediate container 10f5727d210b 15:22:16 ---> 1ca3b4c0321f 15:22:16 Step 8/21 : COPY . . 15:22:16 Removing intermediate container e7b78835d74c 15:22:16 ---> b4220c733b88 15:22:16 Step 8/24 : COPY . . 15:22:18 Removing intermediate container dbdf6a5cf69e 15:22:18 ---> 07c6f0adc1c5 15:22:18 Step 8/24 : COPY . . 15:22:20 Removing intermediate container ff3d6f535606 15:22:20 ---> 4d33ba189cf3 15:22:20 Successfully built 4d33ba189cf3 15:22:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:22:21 + docker inspect -f . ci-base-image-arm64 15:22:21 . [Pipeline] withDockerContainer 15:22:21 prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container 15:22:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 15:22:23 $ docker top 6034edd6a66e5c7aee43d4ab7b231dc6f6d7dfda7a870d9766ab8da7bb0c288d -eo pid,comm [Pipeline] { [Pipeline] sh 15:22:24 Removing intermediate container 5d941898a6f8 15:22:24 ---> 5842338a9efc 15:22:24 Step 8/22 : COPY . . 15:22:24 + go version 15:22:24 go version go1.15.5 linux/arm64 [Pipeline] } 15:22:24 $ docker stop --time=1 6034edd6a66e5c7aee43d4ab7b231dc6f6d7dfda7a870d9766ab8da7bb0c288d 15:22:26 $ docker rm -f 6034edd6a66e5c7aee43d4ab7b231dc6f6d7dfda7a870d9766ab8da7bb0c288d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:27 + docker inspect -f . ci-base-image-arm64 15:22:27 . [Pipeline] withDockerContainer 15:22:27 prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container 15:22: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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 15:22:28 $ docker top 2ca10f9034787f2b78a61b2ac4e3571957b025c8f645dc6dbfc0a366463e68c2 -eo pid,comm [Pipeline] { [Pipeline] echo 15:22:29 ========================================================= 15:22:29 [edgeXBuildGoParallel] Running Tests and Build... 15:22:29 ========================================================= [Pipeline] sh 15:22:29 Removing intermediate container 043dbda786d8 15:22:29 ---> 4bd5a5caf452 15:22:29 Step 8/21 : COPY . . 15:22:29 + make test 15:22:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:22:51 ? github.com/edgexfoundry/edgex-go [no test files] 15:22:56 ---> 2fa78ad925f7 15:22:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:22:56 ---> 394a6bf91eac 15:22:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:22:56 ---> c71c11e75a6d 15:22:56 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:22:56 ---> Running in 12a9d5e1806d 15:22:56 ---> Running in 7067e162341a 15:22:56 ---> e6da00e0d923 15:22:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:22:56 ---> Running in fa842a4c2d6f 15:22:56 ---> Running in 8dfb742cae53 15:22:58 ---> 4cd21bbeeb0d 15:22:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:22: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 15:22:58 ---> Running in 5854d43f02b9 15:22:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:23:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:23:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:23:34 Removing intermediate container 12a9d5e1806d 15:23:34 ---> bdc92cb7b746 15:23:34 15:23:34 Step 10/24 : FROM alpine:3.12 15:23:34 Removing intermediate container 7067e162341a 15:23:34 ---> da056096fa3e 15:23:34 15:23:34 Step 10/21 : FROM alpine:3.12 15:23:34 Removing intermediate container fa842a4c2d6f 15:23:34 ---> d9be550962a7 15:23:34 15:23:34 Step 10/24 : FROM scratchRemoving intermediate container 5854d43f02b9 15:23:34 15:23:34 ---> b8281023c753 15:23:34 15:23:34 Step 10/21 : FROM scratch 15:23:34 ---> 15:23:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:23:34 ---> 15:23:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:23:34 3.12: Pulling from library/alpine 15:23:34 3.12: Pulling from library/alpine 15:23:34 ---> Running in 9690ac2e9621 15:23:34 ---> Running in 582da4829d33 15:23:34 Removing intermediate container 582da4829d33 15:23:34 ---> 6ccb7eff0b0f 15:23:34 Step 12/24 : ENV APP_PORT=48060 15:23:34 Removing intermediate container 9690ac2e9621 15:23:34 ---> 8212570c0d61 15:23:34 Step 12/21 : ENV APP_PORT=48085 15:23:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:23:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:23:36 Status: Downloaded newer image for alpine:3.12 15:23:36 ---> Running in f9f063eb9543 15:23:36 ---> 389fef711851 15:23:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:23:36 Status: Image is up to date for alpine:3.12 15:23:36 ---> 389fef711851 15:23:36 Step 11/21 : RUN apk add --update --no-cache curl 15:23:36 ---> Running in 01ac7204c8c3 15:23:37 ---> Running in 10cd6e58e556 15:23:37 ---> Running in e72a65d37a82 15:23:37 Removing intermediate container 8dfb742cae53 15:23:37 ---> b703e6d1588e 15:23:37 15:23:37 Step 10/22 : FROM scratch 15:23:37 ---> 15:23:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:23:37 Removing intermediate container f9f063eb9543 15:23:37 ---> fef87a1980c4 15:23:37 Step 13/21 : EXPOSE $APP_PORT 15:23:37 ---> Using cache 15:23:37 ---> 8212570c0d61 15:23:37 Step 12/22 : ENV APP_PORT=48081 15:23:37 Removing intermediate container 01ac7204c8c3 15:23:37 ---> 30023b9bb0f8 15:23:37 Step 13/24 : EXPOSE $APP_PORT 15:23:37 ---> Running in 3531f0a8678e 15:23:37 ---> Running in 2dafdba49fb9 15:23:37 ---> Running in 68f2c1762ec0 15:23:38 Removing intermediate container 2dafdba49fb9 15:23:38 ---> 73e5e1636de6 15:23:38 Step 13/22 : EXPOSE $APP_PORT 15:23:38 Removing intermediate container 68f2c1762ec0 15:23:38 ---> f9ba44730dd7 15:23:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:23:38 Removing intermediate container 3531f0a8678e 15:23:38 ---> 142f7298a742 15:23:38 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 15:23:38 ---> Running in 67efd183299d 15:23:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:38 Removing intermediate container 67efd183299d 15:23:38 ---> 7f5fb01b05ca 15:23:38 Step 14/22 : WORKDIR / 15:23:38 ---> e3d7362288bd 15:23:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:23:38 ---> 10d97e2b1b11 15:23:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:23:38 ---> Running in fdafc19cd288 15:23:38 (1/5) Installing ca-certificates (20191127-r4) 15:23:38 (1/4) Installing ca-certificates (20191127-r4) 15:23:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:23:38 (3/5) Installing libcurl (7.69.1-r3) 15:23:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:23:38 (3/4) Installing libcurl (7.69.1-r3) 15:23:38 (4/5) Installing curl (7.69.1-r3) 15:23:38 (5/5) Installing dumb-init (1.2.2-r1) 15:23:38 (4/4) Installing curl (7.69.1-r3) 15:23:38 Executing busybox-1.31.1-r19.trigger 15:23:38 Executing busybox-1.31.1-r19.trigger 15:23:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:23:39 Executing ca-certificates-20191127-r4.trigger 15:23:39 OK: 7 MiB in 19 packages 15:23:39 Executing ca-certificates-20191127-r4.trigger 15:23:39 OK: 7 MiB in 18 packages 15:23:39 Removing intermediate container fdafc19cd288 15:23:39 ---> 707d77264556 15:23:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:23:39 ---> 0430004ce9cb 15:23:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:23:39 ---> e467a0358fd9 15:23:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:23:39 ---> 4ea3222bbe6e 15:23:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:23:40 ---> 18385daea39e 15:23:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:23:40 ---> 3c1338a548d5 15:23:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:23:41 ---> Running in 9bc0cf92ef4a 15:23:41 Removing intermediate container e72a65d37a82 15:23:41 ---> fb4480234077 15:23:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:23:41 Removing intermediate container 10cd6e58e556 15:23:41 ---> b9e6d2ac7066 15:23:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:23:41 ---> 5a8eb47e075d 15:23:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:23:41 ---> Running in bf9040d3a6bf 15:23:41 ---> Running in b610985fab7a 15:23:41 ---> a95c3122e743 15:23:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:23:41 Removing intermediate container 9bc0cf92ef4a 15:23:41 ---> 229bef8e0bb5 15:23:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:23:41 ---> Running in e3ccaa39d072 15:23:42 Removing intermediate container bf9040d3a6bf 15:23:42 ---> 2dabecb205ce 15:23:42 Step 13/21 : WORKDIR /edgex 15:23:42 ---> 85cab4acf91b 15:23:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:23:42 Removing intermediate container b610985fab7a 15:23:42 ---> 21038b20c615 15:23:42 Step 13/24 : WORKDIR / 15:23:42 ---> Running in b29de2abdcde 15:23:42 ---> Running in dc053f1e3fa3 15:23:42 ---> Running in 30acea0696b0 15:23:42 Removing intermediate container e3ccaa39d072 15:23:42 ---> 94d0c3e2f4e7 15:23:42 Step 19/21 : LABEL arch=x86_64 15:23:42 ---> b2a52980c18b 15:23:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:23:42 ---> Running in b52111112e2a 15:23:42 Removing intermediate container b29de2abdcde 15:23:42 ---> d53ed9a7876a 15:23:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:23:43 Removing intermediate container 30acea0696b0 15:23:43 ---> 9b9f6226c1af 15:23:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:23:43 Removing intermediate container dc053f1e3fa3 15:23:43 ---> 0b6c39ad6732 15:23:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:23:43 ---> Running in 4d3bb1a7fa14 15:23:43 ---> 7eb9d1d211e1 15:23:43 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:23:43 Removing intermediate container b52111112e2a 15:23:43 ---> 7c5d5ed9cfe3 15:23:43 Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:23:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:23:43 ---> Running in a48fa83e3c75 15:23:43 ---> Running in bde71da51f7c 15:23:43 Removing intermediate container 4d3bb1a7fa14 15:23:43 ---> 506560b0b370 15:23:43 Step 20/22 : LABEL arch=x86_64 15:23:43 ---> 3bd87362e6ec 15:23:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:23:43 ---> 0f629e9636b9 15:23:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:23:43 ---> Running in 5a9357675082 15:23:43 Removing intermediate container a48fa83e3c75 15:23:43 ---> 07e42867e911 15:23:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:23:43 Removing intermediate container bde71da51f7c 15:23:43 ---> e972b0aeb7a7 15:23:43 Step 21/21 : LABEL version=0.0.0 15:23:43 ---> Running in 29c137498b4a 15:23:43 ---> Running in 0d54a5b37b46 15:23:44 ---> e53b313c80cb 15:23:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:23:44 Removing intermediate container 5a9357675082 15:23:44 ---> af5bbac6ee2f 15:23:44 Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:23:44 ---> Running in f8dc8d957bb1 15:23:44 Removing intermediate container 29c137498b4a 15:23:44 ---> 45a32ec8082b 15:23:44 Step 22/24 : LABEL arch=x86_64 15:23:44 ---> 216f398901af 15:23:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:23:44 Removing intermediate container 0d54a5b37b46 15:23:44 ---> 830aa4cb00c8 15:23:44 15:23:44 ---> c587a667634e 15:23:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:23:44 ---> Running in d642a01ddabc 15:23:44 Successfully built 830aa4cb00c8 15:23:44 Successfully tagged docker-support-scheduler-go:latest 15:23:44 Removing intermediate container f8dc8d957bb1 15:23:44 ---> c3ad1062eb91 15:23:44 Step 22/22 : LABEL version=0.0.0 15:23:44 Building docker-security-bootstrap-redis-go 15:23:45  Building docker-support-scheduler-go ... done  ---> Running in d97063317036 15:23:45 Removing intermediate container d642a01ddabc 15:23:45 ---> 5b4d9e6d45a4 15:23:45 Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:23:45 ---> 7e6b97f55610 15:23:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:23:45 ---> 57dcaa47951e 15:23:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:23:45 ---> Running in 7238df90465e 15:23:45 ---> Running in 5d9f44306caf 15:23:45 Removing intermediate container d97063317036 15:23:45 ---> ea766f01ae52 15:23:45 15:23:45 Successfully built ea766f01ae52 15:23:45 Successfully tagged docker-core-metadata-go:latest 15:23:45  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 15:23:45 Removing intermediate container 7238df90465e 15:23:45 ---> b8427c4d65a2 15:23:45 Step 24/24 : LABEL version=0.0.0 15:23:45 Removing intermediate container 5d9f44306caf 15:23:45 ---> 69fd085ee371 15:23:45 Step 18/21 : CMD ["--init=true"] 15:23:45 ---> Running in 1ac935fdc072 15:23:45 ---> 4fa1913979c1 15:23:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:23:46 ---> Running in f2439d4416ad 15:23:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:23:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:23:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:23:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:23:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:23:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:23:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:23:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:23:51 Removing intermediate container 1ac935fdc072 15:23:51 ---> 4ea22e6be63d 15:23:51 15:23:51 Removing intermediate container f2439d4416ad 15:23:51 ---> dd3d2155735a 15:23:51 Step 19/21 : LABEL arch=x86_64 15:23:51 ---> 42914a82ec2d 15:23:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:23:51 ---> Running in 35302a515ccc 15:23:51 ---> Running in 88687cdab47d 15:23:52 Successfully built 4ea22e6be63d 15:23:52 Successfully tagged docker-support-notifications-go:latest 15:23:52  Building docker-support-notifications-go ... done Building docker-core-command-go 15:23:52 Removing intermediate container 35302a515ccc 15:23:52 ---> bdd8d17e7d55 15:23:52 Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:23:53 ---> Running in 5f6dc231f049 15:23:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:23:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:23:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:24:03 Removing intermediate container 5f6dc231f049 15:24:03 ---> 5dd6c703d5f8 15:24:03 Step 21/21 : LABEL version=0.0.0 15:24:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:24:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:24:03 ---> 4d91943d0123 15:24:03 Step 3/22 : WORKDIR /edgex-go 15:24:03 ---> Using cache 15:24:03 ---> 3bae7a790521 15:24:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:03 ---> Using cache 15:24:03 ---> b73ff48e03e1 15:24:03 Step 5/22 : RUN apk add --update --no-cache make git 15:24:03 ---> Using cache 15:24:03 ---> b84a8ab1a4df 15:24:03 Step 6/22 : COPY go.mod . 15:24:03 ---> Using cache 15:24:03 ---> f889f378636b 15:24:03 Step 7/22 : RUN go mod download 15:24:03 ---> Using cache 15:24:03 ---> 4bd5a5caf452 15:24:03 Step 8/22 : COPY . . 15:24:03 ---> Using cache 15:24:03 ---> 4cd21bbeeb0d 15:24:03 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:24:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:24:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:24:03 ---> 4d91943d0123 15:24:03 Step 3/26 : WORKDIR /edgex-go 15:24:03 ---> Using cache 15:24:03 ---> 3bae7a790521 15:24:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:03 ---> Using cache 15:24:03 ---> b73ff48e03e1 15:24:03 Step 5/26 : RUN apk add --update --no-cache make bash git 15:24:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements 15:24:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:24:04 ---> Running in fdb9fb8ef6a7 15:24:04 ---> Running in 05ef3a251abd 15:24:04 ---> Running in c3a5b966b88d 15:24:05 Removing intermediate container 88687cdab47d 15:24:05 ---> 22b4f309c92c 15:24:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:24:05 ---> Running in 1df74a9d0b19 15:24:06 Removing intermediate container fdb9fb8ef6a7 15:24:06 ---> ce7368d69af2 15:24:06 15:24:07 Successfully built ce7368d69af2 15:24:07 Successfully tagged docker-security-proxy-setup-go:latest 15:24:07  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 15:24:07 Removing intermediate container 1df74a9d0b19 15:24:07 ---> c8274ab662a0 15:24:07 Step 22/24 : LABEL arch=x86_64 15:24:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:24:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:09 ---> Running in 7c630e82dfdb 15:24:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.0% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.354s coverage: 67.9% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.372s coverage: 82.3% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:24:11 OK: 233 MiB in 51 packages 15:24:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:24:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:24:11 ---> 4d91943d0123 15:24:11 Step 3/22 : WORKDIR /edgex-go 15:24:11 ---> Using cache 15:24:11 ---> 3bae7a790521 15:24:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:11 ---> Using cache 15:24:11 ---> b73ff48e03e1 15:24:11 Step 5/22 : RUN apk add --update --no-cache make git 15:24:11 ---> Using cache 15:24:11 ---> b84a8ab1a4df 15:24:11 Step 6/22 : COPY go.mod . 15:24:11 ---> Using cache 15:24:11 ---> f889f378636b 15:24:11 Step 7/22 : RUN go mod download 15:24:11 ---> Using cache 15:24:11 ---> 4bd5a5caf452 15:24:11 Step 8/22 : COPY . . 15:24:11 ---> Using cache 15:24:11 ---> 4cd21bbeeb0d 15:24:11 Step 9/22 : RUN make cmd/core-command/core-command 15:24:12 Removing intermediate container 7c630e82dfdb 15:24:12 ---> 68c540a8c835 15:24:12 Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:24:13 ---> Running in 9e3e3c5d16bb 15:24:13 ---> Running in 6179783a928c 15:24:15 Removing intermediate container 05ef3a251abd 15:24:15 ---> 0c3a421cbe14 15:24:15 Step 6/26 : COPY go.mod . 15:24:15 Removing intermediate container 6179783a928c 15:24:15 ---> b92274790d58 15:24:15 Step 24/24 : LABEL version=0.0.0 15:24:15 ---> Running in 3f50bd5a503c 15:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:24:15 ---> 8a4d64f3c4f3 15:24:15 Step 7/26 : RUN go mod download 15:24:15 Removing intermediate container 3f50bd5a503c 15:24:15 ---> 1f2bd3c93b98 15:24:15 15:24:16 Successfully built 1f2bd3c93b98 15:24:16 Successfully tagged docker-security-secretstore-setup-go:latest 15:24:16 ---> Running in fe097c1ea3ff 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.068s coverage: 28.6% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.339s coverage: 97.5% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:24:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container fe097c1ea3ff 15:24:20 ---> 01b0cc9c2de1 15:24:20 Step 8/26 : COPY . . 15:24:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:24:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:24:26 ---> 4d91943d0123 15:24:26 Step 3/23 : WORKDIR /edgex-go 15:24:26 ---> Using cache 15:24:26 ---> 3bae7a790521 15:24:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:26 ---> Using cache 15:24:26 ---> b73ff48e03e1 15:24:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:24:26 ---> Running in aab7e8c87059 15:24:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.084s coverage: 93.2% of statements 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.116s coverage: 75.5% of statements 15:24:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 15:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 15:24:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:28 OK: 233 MiB in 51 packages 15:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.2% of statements 15:24:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.4% of statements 15:24:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:24:33 Removing intermediate container aab7e8c87059 15:24:33 ---> e459ea0c3bf4 15:24:33 Step 6/23 : COPY go.mod . 15:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.553s coverage: 63.5% of statements 15:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:24:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 15:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 15:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 15:24:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 15:24:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 15:24:34 ---> 11719d544a48 15:24:34 Step 7/23 : RUN go mod download 15:24:37 ---> Running in e4b14217719e 15:24:37 Removing intermediate container c3a5b966b88d 15:24:37 ---> 1168aeeb457c 15:24:37 15:24:37 Step 10/22 : FROM alpine:3.12 15:24:37 ---> 389fef711851 15:24:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:24:37 ---> Using cache 15:24:37 ---> b9e6d2ac7066 15:24:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:24:38 ---> 32acc22e7887 15:24:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:24:38 ---> Running in c5ae730a946c 15:24:38 ---> Running in b6eb8e352d12 15:24:38 Removing intermediate container c5ae730a946c 15:24:38 ---> 6fb2affbcae7 15:24:38 Step 13/22 : WORKDIR / 15:24:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.940s coverage: 55.9% of statements 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:24:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements 15:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements 15:24:40 ---> Running in c1bddf63a31f 15:24:40 Removing intermediate container 9e3e3c5d16bb 15:24:40 ---> a44fe673d6e9 15:24:40 15:24:40 Step 10/22 : FROM scratch 15:24:40 ---> 15:24:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:24:40 ---> Using cache 15:24:40 ---> 8212570c0d61 15:24:40 Step 12/22 : ENV APP_PORT=48082 15:24:41 ---> Running in 82e6f48cfcb8 15:24:41 Removing intermediate container c1bddf63a31f 15:24:41 ---> 274fb42f0780 15:24:41 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:24:41 Removing intermediate container e4b14217719e 15:24:41 ---> 5499d506c403 15:24:41 Step 8/23 : COPY . . 15:24:41 Removing intermediate container 82e6f48cfcb8 15:24:41 ---> 6d581b46b8dd 15:24:41 Step 13/22 : EXPOSE $APP_PORT 15:24:41 ---> 25272d041fae 15:24:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:24:41 ---> Running in 63515e5c7025 15:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.388s coverage: 47.1% of statements 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 15:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:24:47 Removing intermediate container 63515e5c7025 15:24:47 ---> 6000581c3ef8 15:24:47 Step 14/22 : WORKDIR / 15:24:48 ---> 255d4860c2cf 15:24:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:24:48 ---> Running in 9fbc66526e35 15:24:50 ---> 027a0d75c43a 15:24:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:24:50 Removing intermediate container 9fbc66526e35 15:24:50 ---> ab3cf83dbb14 15:24:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.108s coverage: 29.1% of statements 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.144s coverage: 100.0% of statements 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:24:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 15:24:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 15:24:53 ---> 609418b24945 15:24:53 Step 18/22 : RUN chmod +x entrypoint.sh 15:24:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:24:54 GO111MODULE=on go vet ./... 15:24:54 ---> f9760d4c07d6 15:24:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:24:54 ---> Running in 82a7ae4be50f 15:24:57 ---> b957e83d5e3f 15:24:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:24:59 ---> 6a828026da35 15:24:59 Step 18/22 : ENTRYPOINT ["/core-command"] 15:24:59 ---> Running in 03fcf4ba9914 15:24:59 Removing intermediate container 82a7ae4be50f 15:24:59 ---> a7118ff79bf8 15:24:59 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:24:59 ---> 61ed193f5565 15:24:59 Step 9/23 : RUN make cmd/core-data/core-data 15:24:59 ---> Running in 570949a84fb2 15:24:59 Removing intermediate container 03fcf4ba9914 15:24:59 ---> 8b0d076deb92 15:24:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:24:59 ---> Running in c99f260a18c8 15:25:01 ---> Running in 0da123b56b60 15:25:01 Removing intermediate container 570949a84fb2 15:25:01 ---> 5fd6545601a1 15:25:01 Step 20/22 : LABEL arch=x86_64 15:25:01 ---> Running in 81f3a7ebe1d1 15:25:01 Removing intermediate container 0da123b56b60 15:25:01 ---> 36cf40f79f6b 15:25:01 Step 20/22 : LABEL arch=x86_64 15:25:01 Removing intermediate container b6eb8e352d12 15:25:01 ---> c21e3962caf2 15:25:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:25:01 ---> Running in 630910bfbf0a 15:25:01 ---> Running in bfdd4fdcc6ce 15:25:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:25:02 Removing intermediate container 81f3a7ebe1d1 15:25:02 ---> e9a9a9895109 15:25:02 Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:25:02 Removing intermediate container 630910bfbf0a 15:25:02 ---> 2535a3bfed7d 15:25:02 Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:25:02 ---> Running in 944f084ab5f9 15:25:02 ---> Running in f178b3e9ce9e 15:25:02 Removing intermediate container 944f084ab5f9 15:25:02 ---> f46980c2fd83 15:25:02 Step 22/22 : LABEL version=0.0.0 15:25:02 ---> Running in d654fd565d1d 15:25:02 Removing intermediate container f178b3e9ce9e 15:25:02 ---> 5a47ccf820ef 15:25:02 Step 22/22 : LABEL version=0.0.0 15:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:25:02 ---> Running in 3f3f1bdf4ce9 15:25:02 Removing intermediate container d654fd565d1d 15:25:02 ---> b65d939db003 15:25:02 15:25:02 Removing intermediate container 3f3f1bdf4ce9 15:25:02 ---> 95ec09691c65 15:25:02 15:25:03 Successfully built b65d939db003 15:25:03 Successfully tagged docker-security-bootstrap-redis-go:latest 15:25:03  Building docker-security-bootstrap-redis-go ... done Successfully built 95ec09691c65 15:25:03 Successfully tagged docker-core-command-go:latest 15:25:05  Building docker-core-command-go ... done Removing intermediate container bfdd4fdcc6ce 15:25:05 ---> 13c54eba4f19 15:25:05 15:25:05 Step 11/26 : FROM docker:20.10.0 15:25:05 20.10.0: Pulling from library/docker 15:25:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:25:15 Status: Downloaded newer image for docker:20.10.0 15:25:15 ---> aefe523efa57 15:25:15 Step 12/26 : RUN apk add --no-cache bash 15:25:15 ---> Running in 261c337b6e7c 15:25:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:16 (1/2) Installing readline (8.0.4-r0) 15:25:16 (2/2) Installing bash (5.0.17-r0) 15:25:16 Executing bash-5.0.17-r0.post-install 15:25:16 Executing busybox-1.31.1-r19.trigger 15:25:16 OK: 12 MiB in 22 packages 15:25:18 Removing intermediate container 261c337b6e7c 15:25:18 ---> 06841cc108ab 15:25:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:25:18 ---> Running in ded92615fd15 15:25:18 Removing intermediate container c99f260a18c8 15:25:18 ---> 8a33b6ded9a2 15:25:18 15:25:18 Step 10/23 : FROM alpine:3.12 15:25:18 ---> 389fef711851 15:25:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:25:18 ---> Running in 4e6ac024a3c7 15:25:18 Removing intermediate container ded92615fd15 15:25:18 ---> 38191d55a449 15:25:18 Step 14/26 : ENV APP_PORT=48090 15:25:18 ---> Running in 5934ba6cf5f9 15:25:18 Removing intermediate container 4e6ac024a3c7 15:25:18 ---> 0b33abbf35ac 15:25:18 Step 12/23 : ENV APP_PORT=48080 15:25:19 ---> Running in 0af25436faf9 15:25:19 Removing intermediate container 5934ba6cf5f9 15:25:19 ---> c2042c53957f 15:25:19 Step 15/26 : EXPOSE $APP_PORT 15:25:19 ---> Running in f72821be7bd7 15:25:19 Removing intermediate container 0af25436faf9 15:25:19 ---> b8a6022ab465 15:25:19 Step 13/23 : EXPOSE $APP_PORT 15:25:19 ---> Running in 9d8eda057ea6 15:25:19 Removing intermediate container f72821be7bd7 15:25:19 ---> 7fb3c90b89eb 15:25:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:25:19 Removing intermediate container 9d8eda057ea6 15:25:19 ---> a292e876d824 15:25:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:25:19 ---> Running in f02394579be3 15:25:19 ---> a7986944ba25 15:25:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:25:20 ---> f64c0d3b2e70 15:25:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:25:20 ---> c26e684d69ad 15:25:20 Step 19/26 : RUN apk --no-cache add py3-pip 15:25:20 Removing intermediate container f02394579be3 15:25:20 ---> 616b5b8f3f6d 15:25:20 Step 15/23 : RUN apk add --update --no-cache zeromq 15:25:20 ---> Running in 6c797137129f 15:25:20 ---> Running in 450ef32ec6be 15:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:21 (1/33) Installing libbz2 (1.0.8-r1) 15:25:21 (2/33) Installing expat (2.2.9-r1) 15:25:21 (3/33) Installing libffi (3.3-r2) 15:25:21 (4/33) Installing gdbm (1.13-r1) 15:25:21 (5/33) Installing xz-libs (5.2.5-r0) 15:25:21 (6/33) Installing sqlite-libs (3.32.1-r0) 15:25:21 (7/33) Installing python3 (3.8.5-r0) 15:25:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:22 (1/5) Installing libgcc (9.3.0-r2) 15:25:22 (8/33) Installing py3-appdirs (1.4.4-r1) 15:25:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:25:22 (2/5) Installing libsodium (1.0.18-r0) 15:25:22 (10/33) Installing py3-parsing (2.4.7-r0) 15:25:22 (11/33) Installing py3-six (1.15.0-r0) 15:25:22 (12/33) Installing py3-packaging (20.4-r0) 15:25:22 (13/33) Installing py3-setuptools (47.0.0-r0) 15:25:22 (3/5) Installing libstdc++ (9.3.0-r2) 15:25:22 (14/33) Installing py3-chardet (3.0.4-r4) 15:25:22 (15/33) Installing py3-idna (2.9-r0) 15:25:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:25:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:25:22 (18/33) Installing py3-requests (2.23.0-r0) 15:25:22 (19/33) Installing py3-msgpack (1.0.0-r0) 15:25:22 (20/33) Installing py3-lockfile (0.12.2-r3) 15:25:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:25:22 (22/33) Installing py3-colorama (0.4.3-r0) 15:25:22 (23/33) Installing py3-distlib (0.3.0-r0) 15:25:22 (4/5) Installing libzmq (4.3.3-r0) 15:25:22 (24/33) Installing py3-distro (1.5.0-r1) 15:25:22 (25/33) Installing py3-webencodings (0.5.1-r3) 15:25:22 (26/33) Installing py3-html5lib (1.0.1-r4) 15:25:22 (27/33) Installing py3-pytoml (0.1.21-r0) 15:25:22 (5/5) Installing zeromq (4.3.3-r0) 15:25:22 (28/33) Installing py3-pep517 (0.8.2-r0) 15:25:22 (29/33) Installing py3-progress (1.5-r0) 15:25:22 (30/33) Installing py3-toml (0.10.1-r0) 15:25:23 (31/33) Installing py3-retrying (1.3.3-r0) 15:25:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:25:23 (33/33) Installing py3-pip (20.1.1-r0) 15:25:23 Executing busybox-1.31.1-r19.trigger 15:25:23 OK: 8 MiB in 19 packages 15:25:23 Executing busybox-1.31.1-r19.trigger 15:25:23 OK: 71 MiB in 55 packages 15:25:28 Removing intermediate container 450ef32ec6be 15:25:28 ---> 4a3b3421e783 15:25:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:25:30 ---> f48f4c2c038c 15:25:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:25:32 ---> b2be0b46b00b 15:25:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:25:32 Removing intermediate container 6c797137129f 15:25:32 ---> c77e784820bd 15:25:32 Step 20/26 : RUN pip install docker-compose==1.23.2 15:25:32 ---> Running in 4a4ac253204a 15:25:32 ---> 6a41b479e0d0 15:25:32 Step 19/23 : ENTRYPOINT ["/core-data"] 15:25:32 ---> Running in e3d7bffea71f 15:25:32 Removing intermediate container e3d7bffea71f 15:25:32 ---> ae3ffef6faf1 15:25:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:25:32 ---> Running in ceaa94a9da80 15:25:32 Removing intermediate container ceaa94a9da80 15:25:32 ---> 1cc1f4af76f2 15:25:32 Step 21/23 : LABEL arch=x86_64 15:25:32 ---> Running in 588226a83260 15:25:33 Removing intermediate container 588226a83260 15:25:33 ---> f3c5cf0292fd 15:25:33 Step 22/23 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:25:33 ---> Running in ad10d87055c1 15:25:33 Removing intermediate container ad10d87055c1 15:25:33 ---> feedb256ec38 15:25:33 Step 23/23 : LABEL version=0.0.0 15:25:33 ---> Running in 382a0c1f6930 15:25:33 Collecting docker-compose==1.23.2 15:25:33 Removing intermediate container 382a0c1f6930 15:25:33 ---> bbdcc4c39660 15:25:33 15:25:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:25:33 Successfully built bbdcc4c39660 15:25:33 Successfully tagged docker-core-data-go:latest 15:25:33  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 15:25:33 Downloading docopt-0.6.2.tar.gz (25 kB) 15:25:34 Collecting texttable<0.10,>=0.9.0 15:25:34 Downloading texttable-0.9.1.tar.gz (11 kB) 15:25:34 Collecting PyYAML<4,>=3.10 15:25:34 Downloading PyYAML-3.13.tar.gz (270 kB) 15:25:35 Collecting docker<4.0,>=3.6.0 15:25:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:25:35 Collecting dockerpty<0.5,>=0.4.1 15:25:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:25:37 Collecting cached-property<2,>=1.2.0 15:25:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:25:37 Collecting websocket-client<1.0,>=0.32.0 15:25:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:25:37 Collecting jsonschema<3,>=2.5.1 15:25:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:25:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:25:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:25:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:25:38 Collecting docker-pycreds>=0.4.0 15:25:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:25:38 Collecting idna<2.8,>=2.5 15:25:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:25:38 Collecting urllib3<1.25,>=1.21.1 15:25:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:25:38 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:25:38 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:25:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:25:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:25:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:25:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:25:38 Installing collected packages: docopt, texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, jsonschema, docker-compose 15:25:38 Running setup.py install for docopt: started 15:25:39 Running setup.py install for docopt: finished with status 'done' 15:25:39 Running setup.py install for texttable: started 15:25:39 Running setup.py install for texttable: finished with status 'done' 15:25:39 Running setup.py install for PyYAML: started 15:25:40 Running setup.py install for PyYAML: finished with status 'done' 15:25:40 Attempting uninstall: idna 15:25:40 Found existing installation: idna 2.9 15:25:40 Uninstalling idna-2.9: 15:25:40 Successfully uninstalled idna-2.9 15:25:40 Attempting uninstall: urllib3 15:25:40 Found existing installation: urllib3 1.25.9 15:25:40 Uninstalling urllib3-1.25.9: 15:25:40 Successfully uninstalled urllib3-1.25.9 15:25:40 Attempting uninstall: requests 15:25:40 Found existing installation: requests 2.23.0 15:25:40 Uninstalling requests-2.23.0: 15:25:40 Successfully uninstalled requests-2.23.0 15:25:41 Running setup.py install for dockerpty: started 15:25:41 Running setup.py install for dockerpty: finished with status 'done' 15:25:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:25:45 Removing intermediate container 4a4ac253204a 15:25:45 ---> b1685f9af538 15:25:45 Step 21/26 : RUN apk --no-cache add curl 15:25:45 ---> Running in 1f6c13cdcfe7 15:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:25:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:25:45 (2/3) Installing libcurl (7.69.1-r3) 15:25:45 (3/3) Installing curl (7.69.1-r3) 15:25:45 Executing busybox-1.31.1-r19.trigger 15:25:45 OK: 72 MiB in 58 packages 15:25:46 Removing intermediate container 1f6c13cdcfe7 15:25:46 ---> 98e25aafd788 15:25:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:25:46 ---> Running in e1db2935b60b 15:25:46 Removing intermediate container e1db2935b60b 15:25:46 ---> 783455b37f92 15:25:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:25:46 ---> Running in 018ee810adfd 15:25:46 Removing intermediate container 018ee810adfd 15:25:46 ---> 64c5586c7abc 15:25:46 Step 24/26 : LABEL arch=x86_64 15:25:46 ---> Running in 03c9ef8ba318 15:25:46 Removing intermediate container 03c9ef8ba318 15:25:46 ---> 026b7516b5ca 15:25:46 Step 25/26 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:25:46 ---> Running in 2aa5eaf7ce7c 15:25:46 Removing intermediate container 2aa5eaf7ce7c 15:25:46 ---> 4536d512650e 15:25:46 Step 26/26 : LABEL version=0.0.0 15:25:46 ---> Running in caf637afc576 15:25:47 Removing intermediate container caf637afc576 15:25:47 ---> 736ae9c9f19c 15:25:47 15:25:47 Successfully built 736ae9c9f19c 15:25:47 Successfully tagged docker-sys-mgmt-agent-go:latest 15:25:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:25:47 $ docker stop --time=1 554bf9b7a70264c136341645a227736c050515a85077e47931fd2ff266400ec4 15:25:49 $ docker rm -f 554bf9b7a70264c136341645a227736c050515a85077e47931fd2ff266400ec4 [Pipeline] // withDockerContainer [Pipeline] sh 15:25:49 + docker images 15:25:49 + grep docker 15:25:50 docker-sys-mgmt-agent-go latest 736ae9c9f19c 4 seconds ago 313MB 15:25:50 docker-core-data-go latest bbdcc4c39660 17 seconds ago 22.3MB 15:25:50 docker-security-bootstrap-redis-go latest b65d939db003 48 seconds ago 15.8MB 15:25:50 docker-core-command-go latest 95ec09691c65 48 seconds ago 10.6MB 15:25:50 docker-security-secretstore-setup-go latest 1f2bd3c93b98 About a minute ago 24.6MB 15:25:50 docker-security-proxy-setup-go latest ce7368d69af2 About a minute ago 24.5MB 15:25:50 docker-support-notifications-go latest 4ea22e6be63d About a minute ago 12MB 15:25:50 docker-core-metadata-go latest ea766f01ae52 2 minutes ago 13.1MB 15:25:50 docker-support-scheduler-go latest 830aa4cb00c8 2 minutes ago 10.7MB 15:25:50 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 15:26:02 gofmt -l . 15:26:02 [ "`gofmt -l .`" = "" ] 15:26:02 ./bin/test-go-mod-tidy.sh 15:26:02 ./bin/test-attribution-txt.sh [Pipeline] sh 15:26:03 + ls -al . 15:26:03 total 688 15:26:03 drwxrwxr-x 9 1001 1001 4096 Jan 14 15:26 . 15:26:03 drwxr-xr-x 4 root root 4096 Jan 14 15:22 .. 15:26:03 -rw-rw-r-- 1 1001 1001 11 Jan 14 15:21 .dockerignore 15:26:03 drwxrwxr-x 8 1001 1001 4096 Jan 14 15:21 .git 15:26:03 drwxrwxr-x 3 1001 1001 4096 Jan 14 15:21 .github 15:26:03 -rw-rw-r-- 1 1001 1001 824 Jan 14 15:21 .gitignore 15:26:03 -rw-rw-r-- 1 1001 1001 166 Jan 14 15:21 .sonarcloud.properties 15:26:03 -rw-rw-r-- 1 1001 1001 7741 Jan 14 15:21 Attribution.txt 15:26:03 -rw-rw-r-- 1 1001 1001 3804 Jan 14 15:21 CONTRIBUTING.md 15:26:03 -rw-rw-r-- 1 1001 1001 931 Jan 14 15:21 Dockerfile.build 15:26:03 -rw-rw-r-- 1 1001 1001 863 Jan 14 15:21 Jenkinsfile 15:26:03 -rw-rw-r-- 1 1001 1001 10775 Jan 14 15:21 LICENSE 15:26:03 -rw-rw-r-- 1 1001 1001 5750 Jan 14 15:21 Makefile 15:26:03 -rw-rw-r-- 1 1001 1001 6524 Jan 14 15:21 README.md 15:26:03 -rw-rw-r-- 1 1001 1001 6744 Jan 14 15:21 SECURITY.md 15:26:03 -rw-rw-r-- 1 1001 1001 5 Jan 14 15:18 VERSION 15:26:03 -rw-rw-r-- 1 1001 1001 4131 Jan 14 15:21 ZMQWindows.md 15:26:03 drwxrwxr-x 2 1001 1001 4096 Jan 14 15:21 bin 15:26:03 drwxrwxr-x 14 1001 1001 4096 Jan 14 15:21 cmd 15:26:03 -rw-r--r-- 1 root root 555118 Jan 14 15:24 coverage.out 15:26:03 -rw-r--r-- 1 root root 979 Jan 14 15:26 go.mod 15:26:03 -rw-r--r-- 1 root root 19036 Jan 14 15:26 go.sum 15:26:03 drwxrwxr-x 8 1001 1001 4096 Jan 14 15:21 internal 15:26:03 drwxrwxr-x 4 1001 1001 4096 Jan 14 15:21 openapi 15:26:03 drwxrwxr-x 4 1001 1001 4096 Jan 14 15:21 snap 15:26:03 -rw-rw-r-- 1 1001 1001 168 Jan 14 15:21 version.go [Pipeline] sh 15:26:04 + '[' -e coverage.out ] 15:26:04 + chown 1001:1001 coverage.out [Pipeline] stash 15:26:04 Warning: overwriting stash ‘coverage-report’ 15:26:05 Stashed 1 file(s) [Pipeline] sh 15:26:06 Still waiting to schedule task 15:26:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:26:06 + make build 15:26: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 15:26: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 15:26:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:26: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 15:26:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:26:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:26:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:26: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 15:27:00 Running on prd-ubuntu18.04-docker-8c-8g-20231 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws 15:27:00 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 15:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:27:02 using credential edgex-jenkins-ssh 15:27:02 Cloning the remote Git repository 15:27:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:27:02 > git init /w/workspace/edgex-go/13 # timeout=10 15:27:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:27:02 > git --version # timeout=10 15:27:02 > git --version # 'git version 2.17.1' 15:27:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:27: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 15:27:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:27:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:27:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:27:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:27:10 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 3f947bb58cd8eb5c706ecd008bed608996b20889 15:27:10 Merge succeeded, producing 3f947bb58cd8eb5c706ecd008bed608996b20889 15:27:10 Checking out Revision 3f947bb58cd8eb5c706ecd008bed608996b20889 (PR-3002) 15:27:10 > git config core.sparsecheckout # timeout=10 15:27:10 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 15:27:10 > git remote # timeout=10 15:27:10 > git config --get remote.origin.url # timeout=10 15:27:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:10 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 15:27:10 > git rev-parse HEAD^{commit} # timeout=10 15:27:10 > git config core.sparsecheckout # timeout=10 15:27:10 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 15:27: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 15:27:14 Commit message: "Merge branch 'master' into issue-2934" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:27:15 + echo snap-build.sh 15:27:15 snap-build.sh 15:27:15 + SNAP_BASE_DIR=. 15:27:15 + '[' '!' -z /w/workspace/edgex-go/13 ']' 15:27:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 15:27:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 15:27:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 15:27:15 + cd /w/workspace/edgex-go/13 15:27:15 + sudo apt-get remove -qy --purge lxd lxd-client 15:27:15 Reading package lists... 15:27:16 Building dependency tree... 15:27:16 Reading state information... 15:27:16 The following packages were automatically installed and are no longer required: 15:27:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:27:16 uidmap xdelta3 15:27:16 Use 'sudo apt autoremove' to remove them. 15:27:16 The following packages will be REMOVED: 15:27:16 lxd* lxd-client* [Pipeline] } 15:27:16 $ docker stop --time=1 2ca10f9034787f2b78a61b2ac4e3571957b025c8f645dc6dbfc0a366463e68c2 15:27:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:27:16 After this operation, 31.7 MB disk space will be freed. 15:27:17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 15:27:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:27:18 Removing lxd dnsmasq configuration 15:27:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:27:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:27:18 $ docker rm -f 2ca10f9034787f2b78a61b2ac4e3571957b025c8f645dc6dbfc0a366463e68c2 15:27:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:27:19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 15:27:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:27:20 15:27:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:27:21 Processing triggers for systemd (237-3ubuntu10.42) ... 15:27:21 Processing triggers for ureadahead (0.100.0-21) ... 15:27:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:27:21 latest: Pulling from edgex-devops/edgex-compose-arm64 15:27:21 29e5d40040c1: Pulling fs layer 15:27:21 1ce36da41761: Pulling fs layer 15:27:21 25b303627fd3: Pulling fs layer 15:27:22 29e5d40040c1: Verifying Checksum 15:27:22 29e5d40040c1: Download complete 15:27:22 + sudo snap remove --purge lxd 15:27:22 snap "lxd" is not installed 15:27:22 + sudo groupadd --force --system lxd 15:27:22 ++ whoami 15:27:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:27:22 1ce36da41761: Verifying Checksum 15:27:22 1ce36da41761: Download complete 15:27:22 + newgrp - lxd 15:27:22 + sudo snap install lxd 15:27:22 29e5d40040c1: Pull complete 15:27:24 1ce36da41761: Pull complete 15:27:24 25b303627fd3: Download complete 15:27:31 2021-01-14T15:27:29Z INFO Waiting for automatic snapd restart... 15:27:34 25b303627fd3: Pull complete 15:27:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:27:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:27:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:27:34 prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container 15:27:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 15:27:37 $ docker top 32838e96b1b4237d1e5bcd9797fccdbde74c6c5772ca4ac71c855638902d502d -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:39 + docker-compose build --help 15:27:39 + grep parallel 15:27:42 --parallel Build images in parallel. [Pipeline] } 15:27:42 $ docker stop --time=1 32838e96b1b4237d1e5bcd9797fccdbde74c6c5772ca4ac71c855638902d502d 15:27:44 $ docker rm -f 32838e96b1b4237d1e5bcd9797fccdbde74c6c5772ca4ac71c855638902d502d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:27:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:27:45 . [Pipeline] withDockerContainer 15:27:45 prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container 15:27:45 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 15:27:47 $ docker top b7e96886f4a36eeeafe5c04784e55b234e2651ded77dac34def717f0f2d6188d -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:48 + docker-compose -f ./docker-compose-build.yml build --parallel 15:27:49 lxd 4.10 from Canonical* installed 15:27:49 + sudo lxd init --auto 15:27:52 Building docker-core-command-go ... 15:27:52 Building docker-core-data-go ... 15:27:52 Building docker-core-metadata-go ... 15:27:52 Building docker-security-bootstrap-redis-go ... 15:27:52 Building docker-security-proxy-setup-go ... 15:27:52 Building docker-security-secretstore-setup-go ... 15:27:52 Building docker-support-notifications-go ... 15:27:52 Building docker-support-scheduler-go ... 15:27:52 Building docker-sys-mgmt-agent-go ... 15:27:52 Building docker-security-proxy-setup-go 15:27:52 Building docker-core-metadata-go 15:27:52 Building docker-support-scheduler-go 15:27:52 Building docker-security-bootstrap-redis-go 15:27:52 Building docker-support-notifications-go 15:27:57 + sudo snap install --classic snapcraft 15:28:03 snapcraft 4.4.4 from Canonical* installed 15:28:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:28:03 + patch --verbose -p1 15:28:03 Hmm... Looks like a unified diff to me... 15:28:03 The text leading up to this was: 15:28:03 -------------------------- 15:28:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:28:03 |From: Tony Espy 15:28:03 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:28:03 |Subject: [PATCH] optimize snap build for pipeline CI check 15:28:03 | 15:28:03 |This patch is used by the EdgeX CI pipeline builds to 15:28:03 |optimize the snap CI check run for pull requests. When 15:28:03 |applied, it essentially strips out everything (apps and 15:28:03 |parts) from the snapcraft.yaml file except those required 15:28:03 |to build edgex-go, as the whole idea of the CI check is to 15:28:03 |catch changes to edgex-go that break the snap build. 15:28:03 | 15:28:03 |In general, anyone updating snapcraft.yaml will also need 15:28:03 |to update this patch file, otherwise it may fail to apply, 15:28:03 |resulting in a failed snap build CI check in the associated 15:28:03 |pull request. 15:28:03 | 15:28:03 |Note - in addition to applying this patch, the pipeline also 15:28:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:28:03 |need to build the finally binary .snap file (and it won't 15:28:03 |work with the patch applied). This further reduces the build 15:28:03 |time. 15:28:03 |--- 15:28:03 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:28:03 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:28:03 | 15:28:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:28:03 |index 1e537489..faf42425 100644 15:28:03 |--- a/snap/snapcraft.yaml 15:28:03 |+++ b/snap/snapcraft.yaml 15:28:03 -------------------------- 15:28:03 patching file snap/snapcraft.yaml 15:28:03 Using Plan A... 15:28:03 Hunk #1 succeeded at 73. 15:28:03 Hunk #2 succeeded at 202 with fuzz 1. 15:28:03 Hunk #3 succeeded at 214 (offset -3 lines). 15:28:03 Hunk #4 succeeded at 222 (offset -3 lines). 15:28:03 Hunk #5 succeeded at 229 (offset -3 lines). 15:28:03 Hunk #6 succeeded at 256 (offset -3 lines). 15:28:03 Hunk #7 succeeded at 290 (offset -3 lines). 15:28:03 Hunk #8 succeeded at 342 (offset -2 lines). 15:28:03 Hmm... Ignoring the trailing garbage. 15:28:03 done 15:28:03 + sudo snapcraft prime --use-lxd 15:28:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:28:04 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:28:04 - README.md 15:28:04 - snapcraft.yaml.orig 15:28:04 15:28:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:28:04 Launching a container. 15:28:17 Waiting for container to be ready 15:28:17 To start your first instance, try: lxc launch ubuntu:18.04 15:28:17 15:28:19 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:28:19 Waiting for network to be ready... 15:28:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:28:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:28:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:28:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 15:28:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:28:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:28:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:28:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:28:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 15:28:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:28:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:28:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:28:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 15:28:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 15:28:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 15:28:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 15:28:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 15:28:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 15:28:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:28:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 15:28:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 15:28:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 15:28:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 15:28:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 15:28:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 15:28:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 15:28:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 15:28:24 Fetched 23.7 MB in 4s (5583 kB/s) 15:28:25 Reading package lists... 15:28:25 Reading package lists... 15:28:25 Building dependency tree... 15:28:25 Reading state information... 15:28:25 The following additional packages will be installed: 15:28:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:28:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:28:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:28:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:28:25 Suggested packages: 15:28:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:28:25 Recommended packages: 15:28:25 gnupg libsasl2-modules 15:28:26 The following NEW packages will be installed: 15:28:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:28:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:28:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:28:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:28:26 The following packages will be upgraded: 15:28:26 gpg gpg-agent gpgconf libudev1 15:28:26 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 15:28:26 Need to get 3532 kB of archives. 15:28:26 After this operation, 13.3 MB of additional disk space will be used. 15:28:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:28:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:28:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:28:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 15:28:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 15:28:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:28:26 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 15:28:26 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 15:28:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:28:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:28:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:28:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:28:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:28:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:28:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:28:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:28:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:28:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:28:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:28:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:28:27 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] 15:28:27 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] 15:28:27 debconf: delaying package configuration, since apt-utils is not installed 15:28:27 Fetched 3532 kB in 1s (3278 kB/s) 15:28:27 (Reading database ... 12511 files and directories currently installed.) 15:28:27 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 15:28:27 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:28:27 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 15:28:27 Selecting previously unselected package udev. 15:28:27 (Reading database ... 12511 files and directories currently installed.) 15:28:27 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 15:28:27 Unpacking udev (237-3ubuntu10.43) ... 15:28:27 Selecting previously unselected package libfuse2:amd64. 15:28:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:28:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:28:27 Selecting previously unselected package fuse. 15:28:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:28:27 Unpacking fuse (2.9.7-1ubuntu1) ... 15:28:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:28:28 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:28:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:28:28 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:28:28 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:28:28 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:28:28 Selecting previously unselected package libksba8:amd64. 15:28:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:28:28 Unpacking libksba8:amd64 (1.3.5-2) ... 15:28:28 Selecting previously unselected package libroken18-heimdal:amd64. 15:28:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:28:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:28:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:28:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:29 Selecting previously unselected package libwind0-heimdal:amd64. 15:28:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:28:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:28:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:28:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:28:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:28:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:29 Selecting previously unselected package libsasl2-modules-db:amd64. 15:28:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:28:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:28:29 Selecting previously unselected package libsasl2-2:amd64. 15:28:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:28:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:28:29 Selecting previously unselected package libldap-common. 15:28:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 15:28:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:28:30 Selecting previously unselected package libldap-2.4-2:amd64. 15:28:30 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 15:28:30 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:28:30 Selecting previously unselected package dirmngr. 15:28:30 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:28:30 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:28:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:28:30 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:28:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:28:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:28:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:28:30 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:28:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:30 Setting up libksba8:amd64 (1.3.5-2) ... 15:28:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:28:30 Setting up udev (237-3ubuntu10.43) ... 15:28:30 invoke-rc.d: policy-rc.d denied execution of start. 15:28:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Processing triggers for systemd (237-3ubuntu10) ... 15:28:31 Setting up fuse (2.9.7-1ubuntu1) ... 15:28:31 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:28:31 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:28:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:28:31 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:28:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:28:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:28:31 settings in the [Install] section, and DefaultInstance for template units). 15:28:31 This means they are not meant to be enabled using systemctl. 15:28:31 Possible reasons for having this kind of units are: 15:28:31 1) A unit may be statically enabled by being symlinked from another unit's 15:28:31 .wants/ or .requires/ directory. 15:28:31 2) A unit's purpose may be to act as a helper for some other unit which has 15:28:31 a requirement dependency on it. 15:28:31 3) A unit may be started when needed via activation (socket, path, timer, 15:28:31 D-Bus, udev, scripted systemctl call, ...). 15:28:31 4) In case of template units, the unit is meant to be enabled with some 15:28:31 instance name specified. 15:28:32 Reading package lists... 15:28:32 Building dependency tree... 15:28:32 Reading state information... 15:28:32 The following additional packages will be installed: 15:28:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:28:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:28:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:28:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:28:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:28:32 Suggested packages: 15:28:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:28:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:28:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:28:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:28:32 systemd-container policykit-1 15:28:32 Recommended packages: 15:28:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:28:32 The following NEW packages will be installed: 15:28:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:28:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:28:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:28:32 multiarch-support openssh-client python3 python3-minimal python3.6 15:28:32 python3.6-minimal snapd squashfs-tools sudo 15:28:32 The following packages will be upgraded: 15:28:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:28:32 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 15:28:32 Need to get 35.2 MB of archives. 15:28:32 After this operation, 141 MB of additional disk space will be used. 15:28:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 15:28:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:28:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:28:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:28:33 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 15:28:33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:28:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:28:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:28:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:28:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:28:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:28:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:28:33 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 15:28:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:28:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:28:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:28:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:28:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:28:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:28:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:28:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 15:28:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:28:33 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:28:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:28:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:28:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:28:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:28:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:28:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:28:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:28:34 debconf: delaying package configuration, since apt-utils is not installed 15:28:34 Fetched 35.2 MB in 2s (15.2 MB/s) 15:28:35 (Reading database ... 12757 files and directories currently installed.) 15:28:35 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 15:28:35 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:28:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 15:28:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:28:35 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 15:28:35 (Reading database ... 12757 files and directories currently installed.) 15:28:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:28:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:28:36 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:28:36 (Reading database ... 12757 files and directories currently installed.) 15:28:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:28:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:28:36 Setting up apt (1.6.12ubuntu0.2) ... 15:28:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:28:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:28:37 (Reading database ... 12764 files and directories currently installed.) 15:28:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:28:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:28:37 Selecting previously unselected package libpython3.6-minimal:amd64. 15:28:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:28:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:28:37 Selecting previously unselected package libexpat1:amd64. 15:28:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:28:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:28:37 Selecting previously unselected package python3.6-minimal. 15:28:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:28:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:28:37 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:28:37 Checking for services that may need to be restarted...done. 15:28:37 Checking for services that may need to be restarted...done. 15:28:37 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:28:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:28:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:28:38 Selecting previously unselected package python3-minimal. 15:28:38 (Reading database ... 13012 files and directories currently installed.) 15:28:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:28:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:28:38 Selecting previously unselected package mime-support. 15:28:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:28:38 Unpacking mime-support (3.60ubuntu1) ... 15:28:38 Selecting previously unselected package libmpdec2:amd64. 15:28:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:28:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:28:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:28:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:28:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:28:39 Selecting previously unselected package python3.6. 15:28:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:28:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:28:39 Selecting previously unselected package libpython3-stdlib:amd64. 15:28:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:28:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:28:39 Setting up python3-minimal (3.6.7-1~18.04) ... 15:28:39 Selecting previously unselected package python3. 15:28:39 (Reading database ... 13442 files and directories currently installed.) 15:28:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:28:39 Unpacking python3 (3.6.7-1~18.04) ... 15:28:39 Selecting previously unselected package multiarch-support. 15:28:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:28:39 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:28:39 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:28:40 Selecting previously unselected package liblzo2-2:amd64. 15:28:40 (Reading database ... 13479 files and directories currently installed.) 15:28:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:28:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:28:40 Selecting previously unselected package libbsd0:amd64. 15:28:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:28:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:28:40 Selecting previously unselected package sudo. 15:28:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 15:28:40 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 15:28:40 Selecting previously unselected package apparmor. 15:28:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:28:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:28:40 Selecting previously unselected package libedit2:amd64. 15:28:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:28:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:28:40 Selecting previously unselected package libkrb5support0:amd64. 15:28:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:28:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:28:41 Selecting previously unselected package libk5crypto3:amd64. 15:28:41 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:28:41 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:28:41 Selecting previously unselected package libkeyutils1:amd64. 15:28:41 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:28:41 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:28:41 Selecting previously unselected package libkrb5-3:amd64. 15:28:41 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:28:41 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:28:41 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:28:41 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:28:41 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:28:41 Selecting previously unselected package libssl1.0.0:amd64. 15:28:41 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:28:41 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:28:41 Selecting previously unselected package openssh-client. 15:28:41 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:28:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:28:41 Selecting previously unselected package squashfs-tools. 15:28:41 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:28:41 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:28:41 Selecting previously unselected package snapd. 15:28:41 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 15:28:42 Unpacking snapd (2.48+18.04) ... 15:28:44 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:28:44 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:28:44 Setting up mime-support (3.60ubuntu1) ... 15:28:44 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 15:28:44 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:28:44 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:28:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:28:44 Setting up systemd (237-3ubuntu10.43) ... 15:28:44 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:28:45 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:28:45 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:28:45 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:28:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:28:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:28:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:28:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:28:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:28:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:28:47 Setting up python3 (3.6.7-1~18.04) ... 15:28:47 running python rtupdate hooks for python3.6... 15:28:47 running python post-rtupdate hooks for python3.6... 15:28:47 Setting up apparmor (2.12-4ubuntu5.1) ... 15:28:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:28:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:28:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:28:48 Setting up snapd (2.48+18.04) ... 15:28:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:28:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:28:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:28:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:28:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:28:50 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:28:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:28:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:28:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:28:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:28:51 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 15:28:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:28:51 Processing triggers for systemd (237-3ubuntu10.43) ... 15:28:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:28:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:28:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:28:53 Reading package lists... 15:28:53 Reading package lists... 15:28:53 Building dependency tree... 15:28:53 Reading state information... 15:28:53 Calculating upgrade... 15:28:53 The following packages will be upgraded: 15:28:53 advancecomp base-files bash binutils binutils-common 15:28:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:28:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:28:53 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 15:28:53 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 15:28:53 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 15:28:53 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 15:28:53 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 15:28:53 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 15:28:53 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 15:28:53 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 15:28:53 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 15:28:53 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 15:28:53 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 15:28:53 ubuntu-keyring util-linux 15:28:54 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:28:54 Need to get 63.7 MB of archives. 15:28:54 After this operation, 5203 kB of additional disk space will be used. 15:28:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:28:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:28:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:28:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:28:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:28:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:28:54 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:28:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:28:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:28:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:28:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:28:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:28:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:28:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:28:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:28:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:28:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:28:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:28:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:28:54 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:28:54 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:28:54 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:28:54 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:28:54 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:28:54 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:28:54 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:28:54 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:28:54 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:28:54 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:28:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:28:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:28:54 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:28:54 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:28:54 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:28:54 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:28:54 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:28:54 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:28:54 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:28:54 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:28:54 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:28:54 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 15:28:54 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:28:54 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:28:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:28:54 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 15:28:54 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:28:54 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:28:54 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:28:54 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:28:54 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:28:54 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:28:54 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:28:54 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:28:54 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:28:54 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:28:54 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:28:54 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:28:54 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:28:54 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:28:54 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:28:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:28:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:28:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:28:54 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:28:55 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:28:55 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 15:28:55 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:28:55 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:28:55 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:28:55 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:28:55 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:28:55 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:28:55 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:28:55 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:28:55 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:28:55 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:28:55 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:28:55 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:28:55 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:28:55 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:28:55 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] 15:28:55 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:28:55 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 15:28:55 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] 15:28:55 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:28:55 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:28:55 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:28:55 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:28:55 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:28:55 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:28:55 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] 15:28:55 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:28:55 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:28:55 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:28:55 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:28:55 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:28:55 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:28:55 debconf: delaying package configuration, since apt-utils is not installed 15:28:55 Fetched 63.7 MB in 2s (32.4 MB/s) 15:28:56 (Reading database ... 13912 files and directories currently installed.) 15:28:56 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:28:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:28:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:28:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:28:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 15:28:57 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 15:28:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:58 (Reading database ... 13911 files and directories currently installed.) 15:28:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:28:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:28:59 (Reading database ... 13911 files and directories currently installed.) 15:28:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:28:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:59 (Reading database ... 13911 files and directories currently installed.) 15:28:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:28:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:29:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:29:00 (Reading database ... 13911 files and directories currently installed.) 15:29:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:29:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:29:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:29:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:29:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:29:00 ---> 4d33ba189cf3 15:29:00 Step 3/24 : WORKDIR /edgex-go 15:29:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:29:00 ---> 4d33ba189cf3 15:29:00 Step 3/21 : WORKDIR /edgex-go 15:29:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:29:00 ---> 4d33ba189cf3 15:29:00 Step 3/22 : WORKDIR /edgex-go 15:29:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:29:00 ---> 4d33ba189cf3 15:29:00 Step 3/22 : WORKDIR /edgex-go 15:29:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:29:00 ---> 4d33ba189cf3 15:29:00 Step 3/21 : WORKDIR /edgex-go 15:29:00 Setting up base-files (10.1ubuntu2.10) ... 15:29:00 Installing new version of config file /etc/issue ... 15:29:00 Installing new version of config file /etc/issue.net ... 15:29:00 Installing new version of config file /etc/lsb-release ... 15:29:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:29:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:29:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:29:01 Removing obsolete conffile /etc/default/motd-news ... 15:29:01 (Reading database ... 13912 files and directories currently installed.) 15:29:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:29:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:29:01 Setting up bash (4.4.18-2ubuntu1.2) ... 15:29:01 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 15:29:01 (Reading database ... 13912 files and directories currently installed.) 15:29:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:29:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:29:01 (Reading database ... 13912 files and directories currently installed.) 15:29:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:29:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:29:02 Setting up tar (1.29b-2ubuntu0.2) ... 15:29:02 (Reading database ... 13912 files and directories currently installed.) 15:29:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:29:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:29:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:29:02 (Reading database ... 13912 files and directories currently installed.) 15:29:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:29:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:29:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:29:03 (Reading database ... 13912 files and directories currently installed.) 15:29:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:29:03 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:29:03 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:29:03 (Reading database ... 13912 files and directories currently installed.) 15:29:03 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:29:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:29:03 Setting up grep (3.1-2build1) ... 15:29:03 (Reading database ... 13912 files and directories currently installed.) 15:29:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:29:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:29:03 Setting up login (1:4.5-1ubuntu2) ... 15:29:03 (Reading database ... 13912 files and directories currently installed.) 15:29:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:29:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:29:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:29:04 (Reading database ... 13912 files and directories currently installed.) 15:29:04 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:29:04 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:29:04 ---> Running in 56918d47d298 15:29:04 ---> Running in bf2bec78031d 15:29:04 ---> Running in 90d9997ddf0e 15:29:04 ---> Running in 2dfaccdb11ff 15:29:04 ---> Running in 56d5a24d48db 15:29:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:29:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:29:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:29:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:29:04 Removing intermediate container 2dfaccdb11ff 15:29:04 ---> c27890efed4f 15:29:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:04 Removing intermediate container bf2bec78031d 15:29:04 ---> 47d125aad986 15:29:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:04 Removing intermediate container 56918d47d298 15:29:04 ---> 1a285210d94a 15:29:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:04 Removing intermediate container 90d9997ddf0e 15:29:04 ---> f6792954d5d8 15:29:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:04 Removing intermediate container 56d5a24d48db 15:29:04 ---> d638dbadf1d6 15:29:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:04 ---> Running in d309e926cde0 15:29:04 ---> Running in 3c5afeaf1481 15:29:05 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:29:05 (Reading database ... 13912 files and directories currently installed.) 15:29:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:29:05 ---> Running in 07f0e2df148b 15:29:05 ---> Running in b014ee43bb11 15:29:05 ---> Running in 6bb5dcc31a3a 15:29:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:29:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:29:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:29:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:29:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:29:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:29:06 (Reading database ... 13912 files and directories currently installed.) 15:29:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:29:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:29:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:29:06 (Reading database ... 13912 files and directories currently installed.) 15:29:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:07 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:29:07 (Reading database ... 13912 files and directories currently installed.) 15:29:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:29:07 (Reading database ... 13912 files and directories currently installed.) 15:29:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:29:07 (Reading database ... 13912 files and directories currently installed.) 15:29:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:29:07 (Reading database ... 13912 files and directories currently installed.) 15:29:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:29:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:29:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:29:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:29:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:29:08 (Reading database ... 13912 files and directories currently installed.) 15:29:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:29:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:29:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:29:08 Removing intermediate container d309e926cde0 15:29:08 ---> d9c59b0f4873 15:29:08 Step 5/21 : RUN apk add --update --no-cache make git 15:29:08 (Reading database ... 13912 files and directories currently installed.) 15:29:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:29:08 Removing intermediate container 07f0e2df148b 15:29:08 ---> eda8f9a9187c 15:29:08 Step 5/22 : RUN apk add --update --no-cache make git 15:29:08 ---> Running in b3c59690574a 15:29:09 (Reading database ... 13912 files and directories currently installed.) 15:29:09 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:09 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:09 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:29:09 ---> Running in e29e6bd74ced 15:29:09 (Reading database ... 13912 files and directories currently installed.) 15:29:09 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:09 Removing intermediate container 3c5afeaf1481 15:29:09 ---> aea5cae619a4 15:29:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 15:29:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:29:09 ---> Running in 901befb21578 15:29:09 Removing intermediate container 6bb5dcc31a3a 15:29:09 ---> be8cb5714003 15:29:09 Step 5/21 : RUN apk add --update --no-cache make git 15:29:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:29:10 Removing intermediate container b014ee43bb11 15:29:10 ---> ffb5c33ed437 15:29:10 Step 5/22 : RUN apk add --update --no-cache make git 15:29:10 ---> Running in 7cca6d4e55b8 15:29:10 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:29:10 ---> Running in ff26761a0063 15:29:10 (Reading database ... 13912 files and directories currently installed.) 15:29:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:29:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:29:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:29:10 (Reading database ... 13912 files and directories currently installed.) 15:29:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:29:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:29:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:11 (Reading database ... 13914 files and directories currently installed.) 15:29:11 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:29:11 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:29:11 Setting up debconf (1.5.66ubuntu1) ... 15:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:11 (Reading database ... 13914 files and directories currently installed.) 15:29:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:29:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:29:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:11 (Reading database ... 13914 files and directories currently installed.) 15:29:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:29:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:29:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:29:12 (Reading database ... 13914 files and directories currently installed.) 15:29:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:29:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:29:12 OK: 217 MiB in 51 packages 15:29:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:29:12 (Reading database ... 13914 files and directories currently installed.) 15:29:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:12 OK: 217 MiB in 51 packages 15:29:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:29:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 15:29:12 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:29:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:29:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:29:13 (Reading database ... 13914 files and directories currently installed.) 15:29:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:29:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:29:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:29:13 OK: 217 MiB in 51 packages 15:29:13 (Reading database ... 13914 files and directories currently installed.) 15:29:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:29:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:29:13 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:29:13 OK: 217 MiB in 51 packages 15:29:13 OK: 217 MiB in 51 packages 15:29:14 Removing intermediate container b3c59690574a 15:29:14 ---> e0849a869ae3 15:29:14 Step 6/21 : COPY go.mod . 15:29:14 (Reading database ... 13914 files and directories currently installed.) 15:29:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:29:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:29:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:29:14 (Reading database ... 13914 files and directories currently installed.) 15:29:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:29:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:29:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:29:14 (Reading database ... 13914 files and directories currently installed.) 15:29:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:29:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:29:14 Removing intermediate container e29e6bd74ced 15:29:14 ---> 1c49a8f93a1a 15:29:14 Step 6/22 : COPY go.mod . 15:29:14 Setting up passwd (1:4.5-1ubuntu2) ... 15:29:15 (Reading database ... 13914 files and directories currently installed.) 15:29:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:29:15 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:29:15 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:29:15 Removing intermediate container 7cca6d4e55b8 15:29:15 ---> 904a85227008 15:29:15 Step 6/21 : COPY go.mod . 15:29:15 ---> f0983839a622 15:29:15 Step 7/21 : RUN go mod download 15:29:15 (Reading database ... 13914 files and directories currently installed.) 15:29:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:29:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:29:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:29:15 ---> Running in ca533d04732b 15:29:15 (Reading database ... 13914 files and directories currently installed.) 15:29:15 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:29:15 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:29:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:29:15 ---> bfce13b78b65 15:29:15 Step 7/22 : RUN go mod download 15:29:15 Removing intermediate container ff26761a0063 15:29:15 Removing intermediate container 901befb21578 15:29:15 ---> a68f5de06f4d 15:29:15 Step 6/24 : COPY go.mod . 15:29:15 ---> 91e2daf0485d 15:29:15 Step 6/22 : COPY go.mod . 15:29:15 (Reading database ... 13914 files and directories currently installed.) 15:29:15 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:29:15 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:29:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:29:16 ---> Running in 9bdfe7f261bd 15:29:16 ---> febd5c59892e 15:29:16 Step 7/21 : RUN go mod download 15:29:16 (Reading database ... 13914 files and directories currently installed.) 15:29:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:29:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:29:16 ---> Running in 65d8e3a30255 15:29:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:29:16 (Reading database ... 13914 files and directories currently installed.) 15:29:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:29:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:29:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:29:16 (Reading database ... 13914 files and directories currently installed.) 15:29:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:29:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:29:16 ---> f8afb77d2d9f 15:29:16 Step 7/22 : RUN go mod download 15:29:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:29:17 (Reading database ... 13915 files and directories currently installed.) 15:29:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:29:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:29:17 ---> 58f0e581cb9c 15:29:17 Step 7/24 : RUN go mod download 15:29:17 ---> Running in 17f31aa57a3e 15:29:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:29:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:29:17 ---> Running in 50728166cddf 15:29:17 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:29:17 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:29:17 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 15:29:17 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 15:29:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:29:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:29:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:29:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:29:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:29:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:29:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:29:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:29:18 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:29:18 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:29:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:29:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:29:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:29:19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:29:19 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 15:29:19 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 15:29:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:29:20 Removing intermediate container ca533d04732b 15:29:20 ---> d03c2506143e 15:29:20 Step 8/21 : COPY . . 15:29:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:29:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:29:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:29:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:29:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:29:20 Removing intermediate container 9bdfe7f261bd 15:29:20 ---> 1e4e44203ecd 15:29:20 Step 8/22 : COPY . . 15:29:20 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:29:20 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:29:20 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:29:20 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:29:21 Removing intermediate container 65d8e3a30255 15:29:21 ---> a636571d3500 15:29:21 Step 8/21 : COPY . . 15:29:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:29:21 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:29:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:22 Removing intermediate container 50728166cddf 15:29:22 ---> 210fa8a38e3b 15:29:22 Step 8/24 : COPY . . 15:29:22 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:22 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:23 Removing intermediate container 17f31aa57a3e 15:29:23 ---> 7a8c8692f431 15:29:23 Step 8/22 : COPY . . 15:29:23 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:23 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:24 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:24 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:24 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:25 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:29:25 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:29:25 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:29:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:29:25 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:29:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:29:25 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:29:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:29:25 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:29:25 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:29:25 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:29:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:29:26 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:29:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:29:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:29:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:29:26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:26 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:29:26 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:26 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:26 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:26 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:29:26 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:29:26 Setting up tzdata (2020f-0ubuntu0.18.04) ... 15:29:26 15:29:26 Current default time zone: 'Etc/UTC' 15:29:26 Local time is now: Thu Jan 14 15:29:26 UTC 2021. 15:29:26 Universal Time is now: Thu Jan 14 15:29:26 UTC 2021. 15:29:26 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:29:26 15:29:26 Setting up systemd-sysv (237-3ubuntu10.43) ... 15:29:26 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:26 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 15:29:26 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:29:26 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:29:26 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:29:26 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:29:26 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:29:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:29:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:29:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:29:27 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:29:27 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:29:27 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:27 Setting up patch (2.7.6-2ubuntu1.1) ... 15:29:27 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:29:27 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:29:27 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:29:27 Installing new version of config file /etc/ssl/openssl.cnf ... 15:29:27 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:29:28 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:29:28 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 15:29:29 Updating certificates in /etc/ssl/certs... 15:29:30 22 added, 17 removed; done. 15:29:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:29:30 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:29:30 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:29:30 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:29:30 Setting up pkgbinarymangler (138.18.04.1) ... 15:29:30 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:29:30 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:29:30 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:29:30 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:29:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:29:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:29:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:29:31 Setting up perl (5.26.1-6ubuntu0.5) ... 15:29:31 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:29:31 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:29:31 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:29:31 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:29:31 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:29:31 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:29:31 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:29:31 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:29:31 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:29:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:29:31 Processing triggers for systemd (237-3ubuntu10.43) ... 15:29:31 Processing triggers for mime-support (3.60ubuntu1) ... 15:29:31 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 15:29:31 Updating certificates in /etc/ssl/certs... 15:29:32 0 added, 0 removed; done. 15:29:32 Running hooks in /etc/ca-certificates/update.d... 15:29:32 done. 15:29:32 Reading package lists... 15:29:32 Building dependency tree... 15:29:32 Reading state information... 15:29:32 The following NEW packages will be installed: 15:29:32 apt-transport-https 15:29:32 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:29:32 Need to get 1696 B of archives. 15:29:32 After this operation, 153 kB of additional disk space will be used. 15:29:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:29:32 debconf: delaying package configuration, since apt-utils is not installed 15:29:32 Fetched 1696 B in 0s (28.9 kB/s) 15:29:32 Selecting previously unselected package apt-transport-https. 15:29:32 (Reading database ... 13929 files and directories currently installed.) 15:29:32 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:29:33 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:29:33 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:29:33 Waiting for network to be ready... 15:29:38 2021-01-14T15:29:36Z INFO Waiting for automatic snapd restart... 15:29:38 snapd 2.48.2 from Canonical* installed 15:29:39 "snapd" switched to the "latest/stable" channel 15:29:39 15:29:42 core18 20201210 from Canonical* installed 15:29:42 "core18" switched to the "latest/stable" channel 15:29:42 15:29:45 snapcraft 4.4.4 from Canonical* installed 15:29:45 "snapcraft" switched to the "latest/stable" channel 15:29:45 15:29:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:29:49 - README.md 15:29:49 - snapcraft.yaml.orig 15:29:49 15:29:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:29:50 ---> 80bd8cc5ad7b 15:29:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:29:50 ---> 922bf30f7481 15:29:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:29:50 ---> c1364bdb93c0 15:29:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:29:50 ---> 90e4d3409eb9 15:29:50 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:29:50 ---> d9ab9d59bc94 15:29:50 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:29:50 ---> Running in fdbcc072a4d2 15:29:50 ---> Running in fd3a87c71b12 15:29:50 ---> Running in a62228ae951d 15:29:50 ---> Running in 7b1af9ee1642 15:29:50 ---> Running in 70e7815dca6c 15:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:29:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:29:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:29:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:29:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:29:55 Fetched 88.7 kB in 1s (143 kB/s) 15:29:56 Reading package lists... 15:29:57 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:30:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:30:03 Reading package lists... 15:30:03 Building dependency tree... 15:30:03 Reading state information... 15:30:03 Suggested packages: 15:30:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:30:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:30:03 Recommended packages: 15:30:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:30:03 The following NEW packages will be installed: 15:30:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:30:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:30:03 pkg-config zip 15:30:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:30:03 Need to get 7655 kB of archives. 15:30:03 After this operation, 43.7 MB of additional disk space will be used. 15:30:03 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:30:03 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:30:04 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:30:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:30:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:30:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:30:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:30:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:30:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:30:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:30:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:30:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:30:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:30:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:30:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:30:04 debconf: delaying package configuration, since apt-utils is not installed 15:30:04 Fetched 7655 kB in 1s (9588 kB/s) 15:30:04 Selecting previously unselected package libglib2.0-0:amd64. 15:30:04 (Reading database ... 13933 files and directories currently installed.) 15:30:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:30:04 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:30:04 Selecting previously unselected package libpsl5:amd64. 15:30:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:30:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:30:04 Selecting previously unselected package libnghttp2-14:amd64. 15:30:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:30:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:30:04 Selecting previously unselected package librtmp1:amd64. 15:30:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:30:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:30:05 Selecting previously unselected package libcurl3-gnutls:amd64. 15:30:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:30:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:30:05 Selecting previously unselected package liberror-perl. 15:30:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:30:05 Unpacking liberror-perl (0.17025-1) ... 15:30:05 Selecting previously unselected package git-man. 15:30:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:30:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:30:05 Selecting previously unselected package git. 15:30:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:30:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:30:06 Selecting previously unselected package libnorm1:amd64. 15:30:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:30:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:30:06 Selecting previously unselected package libpgm-5.2-0:amd64. 15:30:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:30:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:30:06 Selecting previously unselected package libsodium23:amd64. 15:30:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:30:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:30:06 Selecting previously unselected package libzmq5:amd64. 15:30:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:30:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:30:06 Selecting previously unselected package libzmq3-dev:amd64. 15:30:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:30:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:30:06 Selecting previously unselected package pkg-config. 15:30:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:30:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:30:06 Selecting previously unselected package zip. 15:30:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:30:06 Unpacking zip (3.0-11build1) ... 15:30:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:30:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:30:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:30:07 Setting up liberror-perl (0.17025-1) ... 15:30:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:30:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:30:07 No schema files found: doing nothing. 15:30:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:30:07 Setting up zip (3.0-11build1) ... 15:30:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:30:07 Setting up libsodium23:amd64 (1.0.16-2) ... 15:30:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:30:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:30:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:30:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:30:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:30:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:30:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:30:14 git set to automatically installed. 15:30:14 git-man set to automatically installed. 15:30:14 libcurl3-gnutls set to automatically installed. 15:30:14 liberror-perl set to automatically installed. 15:30:14 libglib2.0-0 set to automatically installed. 15:30:14 libnghttp2-14 set to automatically installed. 15:30:14 libnorm1 set to automatically installed. 15:30:14 libpgm-5.2-0 set to automatically installed. 15:30:14 libpsl5 set to automatically installed. 15:30:14 librtmp1 set to automatically installed. 15:30:14 libsodium23 set to automatically installed. 15:30:14 libzmq3-dev set to automatically installed. 15:30:14 libzmq5 set to automatically installed. 15:30:14 pkg-config set to automatically installed. 15:30:14 zip set to automatically installed. 15:30:16 snapd is not logged in, snap install commands will use sudo 15:30:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:30:23 snap "core18" has no updates available 15:30:24 Pulling config-common 15:30:25 Pulling go-build-helper 15:30:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:30:47 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:30:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:30:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 15:30:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:30:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:30:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:30:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:30:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:30:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:30:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:30:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 15:30:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 15:30:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 15:30:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 15:30:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 15:30:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 15:30:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 15:30:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:30:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 15:30:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 15:30:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 15:30:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 15:30:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 15:30:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 15:30:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 15:30:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 15:30:47 Fetched 23.7 MB in 0s (0 B/s) 15:30:47 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:30:47 Fetched 96.5 kB in 0s (0 B/s) 15:30:47 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:30:47 Fetched 279 kB in 0s (0 B/s) 15:30:47 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:30:47 Fetched 122 kB in 0s (0 B/s) 15:30:47 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:30:47 Fetched 77.8 kB in 0s (0 B/s) 15:30:47 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:30:47 Fetched 8848 B in 0s (0 B/s) 15:30:47 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:30:47 Fetched 47.8 kB in 0s (0 B/s) 15:30:47 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:30:47 Fetched 45.6 kB in 0s (0 B/s) 15:30:47 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:30:47 Fetched 15.0 kB in 0s (0 B/s) 15:30:47 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:30:47 Fetched 214 kB in 0s (0 B/s) 15:30:47 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:30:47 Fetched 155 kB in 0s (0 B/s) 15:30:47 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:30:47 Fetched 50.6 kB in 0s (0 B/s) 15:30:47 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:30:47 Fetched 14.8 kB in 0s (0 B/s) 15:30:47 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:30:47 Fetched 41.8 kB in 0s (0 B/s) 15:30:47 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:30:47 Fetched 499 kB in 0s (0 B/s) 15:30:47 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:30:47 Fetched 111 kB in 0s (0 B/s) 15:30:47 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:30:47 Fetched 240 kB in 0s (0 B/s) 15:30:47 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:30:47 Fetched 29.3 kB in 0s (0 B/s) 15:30:47 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:30:47 Fetched 85.5 kB in 0s (0 B/s) 15:30:47 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:30:47 Fetched 24.5 kB in 0s (0 B/s) 15:30:47 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:30:47 Fetched 49.2 kB in 0s (0 B/s) 15:30:47 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:30:47 Fetched 54.2 kB in 0s (0 B/s) 15:30:47 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:30:47 Fetched 30.8 kB in 0s (0 B/s) 15:30:47 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:30:47 Fetched 17.0 kB in 0s (0 B/s) 15:30:47 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:30:47 Fetched 85.9 kB in 0s (0 B/s) 15:30:47 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:30:47 Fetched 8720 B in 0s (0 B/s) 15:30:47 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:30:47 Fetched 137 kB in 0s (0 B/s) 15:30:47 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:30:47 Fetched 119 kB in 0s (0 B/s) 15:30:47 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:30:47 Fetched 109 kB in 0s (0 B/s) 15:30:47 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:30:47 Fetched 11.1 kB in 0s (0 B/s) 15:30:47 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:30:47 Fetched 645 kB in 0s (0 B/s) 15:30:47 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:30:47 Fetched 41.3 kB in 0s (0 B/s) 15:30:47 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:30:47 Fetched 17.9 kB in 0s (0 B/s) 15:30:47 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:30:47 Fetched 368 kB in 0s (0 B/s) 15:30:47 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:30:47 Fetched 187 kB in 0s (0 B/s) 15:30:47 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:30:47 Fetched 175 kB in 0s (0 B/s) 15:30:47 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:30:50 Fetched 206 kB in 0s (0 B/s) 15:30:50 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:30:50 Fetched 1301 kB in 0s (0 B/s) 15:30:50 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:30:50 Fetched 36.2 kB in 0s (0 B/s) 15:30:50 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:30:50 Fetched 159 kB in 0s (0 B/s) 15:30:50 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:30:50 Fetched 107 kB in 0s (0 B/s) 15:30:50 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:30:50 Fetched 48.7 kB in 0s (0 B/s) 15:30:50 Pulling static-packages 15:30:51 'go115' has dependencies that need to be staged: go-build-helper static-packages 15:30:51 Skipping pull go-build-helper (already ran) 15:30:51 Skipping pull static-packages (already ran) 15:30:51 Building go-build-helper 15:30:55 Building static-packages 15:30:56 Staging go-build-helper 15:30:57 Staging static-packages 15:30:58 Pulling go115 15:30:59 'edgex-go' has dependencies that need to be staged: go115 15:30:59 Skipping pull go115 (already ran) 15:30:59 Building go115 15:30:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:59 Dload Upload Total Spent Left Speed 15:31:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.1M 0 0 25.6M 0 0:00:04 --:--:-- 0:00:04 25.6M 44 115M 44 51.3M 0 0 32.2M 0 0:00:03 0:00:01 0:00:02 32.2M 81 115M 81 93.9M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 36.0M 15:31:02 go1.15.2.linux-amd64.tar.gz: OK 15:31:07 Staging go115 15:31:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:31:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:31:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:31:11 Fetched 0 B in 0s (0 B/s) 15:31:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:31:11 Fetched 224 kB in 0s (0 B/s) 15:31:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:31:11 Fetched 157 kB in 0s (0 B/s) 15:31:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:31:11 Fetched 221 kB in 0s (0 B/s) 15:31:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:31:11 Fetched 143 kB in 0s (0 B/s) 15:31:11 Pulling edgex-go 15:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:31:12 Pulling version 15:31:13 Building config-common 15:31:15 Skipping build go-build-helper (already ran) 15:31:15 Skipping build static-packages (already ran) 15:31:15 Skipping build go115 (already ran) 15:31:15 Building edgex-go 15:31:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:31:16 go: downloading github.com/gorilla/mux v1.8.0 15:31:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 15:31:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:31:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 15:31:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:31:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:31:16 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 15:31:16 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 15:31:16 go: downloading github.com/google/uuid v1.1.4 15:31:16 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 15:31:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:31:16 go: downloading github.com/go-kit/kit v0.8.0 15:31:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:31:16 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 15:31:16 go: downloading gopkg.in/yaml.v2 v2.4.0 15:31:16 go: downloading github.com/x448/float16 v0.8.4 15:31:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:31:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:31:16 go: downloading github.com/pebbe/zmq4 v1.2.2 15:31:16 go: downloading github.com/pelletier/go-toml v1.2.0 15:31:16 go: downloading github.com/hashicorp/consul/api v1.1.0 15:31:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:31:16 go: downloading github.com/BurntSushi/toml v0.3.1 15:31:16 go: downloading github.com/leodido/go-urn v1.2.0 15:31:16 go: downloading github.com/go-playground/universal-translator v0.17.0 15:31:16 go: downloading github.com/imdario/mergo v0.3.11 15:31:16 go: downloading github.com/pkg/errors v0.8.1 15:31:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:31:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:31:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:31:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:31:17 Removing intermediate container 70e7815dca6c 15:31:17 ---> 11423f0eaf15 15:31:17 15:31:17 Step 10/22 : FROM alpine:3.12 15:31:17 3.12: Pulling from library/alpine 15:31:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:31:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:31:17 go: downloading github.com/mitchellh/copystructure v1.0.0 15:31:17 go: downloading github.com/hashicorp/serf v0.8.2 15:31:17 go: downloading github.com/go-playground/locales v0.13.0 15:31:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:31:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:31:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:31:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:31:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:31:19 Status: Downloaded newer image for alpine:3.12 15:31:19 ---> afeebe901d6b 15:31:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:31:19 ---> Running in 6a2a4b96339f 15:31:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:23 (1/5) Installing ca-certificates (20191127-r4) 15:31:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:31:23 (3/5) Installing libcurl (7.69.1-r3) 15:31:23 (4/5) Installing curl (7.69.1-r3) 15:31:23 (5/5) Installing dumb-init (1.2.2-r1) 15:31:23 Executing busybox-1.31.1-r19.trigger 15:31:23 Executing ca-certificates-20191127-r4.trigger 15:31:23 OK: 7 MiB in 19 packages 15:31:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:31:25 Removing intermediate container fd3a87c71b12 15:31:25 ---> 02d85ec6d220 15:31:25 15:31:25 Step 10/21 : FROM alpine:3.12 15:31:25 ---> afeebe901d6b 15:31:25 Step 11/21 : RUN apk add --update --no-cache curl 15:31:25 Removing intermediate container a62228ae951d 15:31:25 ---> 2066f0577f02 15:31:25 15:31:25 Step 10/21 : FROM scratch 15:31:25 ---> 15:31:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:31:25 Removing intermediate container 7b1af9ee1642 15:31:25 ---> 94f47b035ef6 15:31:25 15:31:25 Step 10/24 : FROM scratch 15:31:25 ---> 15:31:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:31:25 ---> Running in 6a721fdbd52a 15:31:25 ---> Running in be8354255bdc 15:31:25 ---> Running in bf5b44386d60 15:31:26 Removing intermediate container 6a2a4b96339f 15:31:26 ---> 0f56377b86a8 15:31:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:31:26 Removing intermediate container be8354255bdc 15:31:26 ---> 96eb8367b615 15:31:26 Step 12/21 : ENV APP_PORT=48085 15:31:26 ---> Running in d72cbddfd187 15:31:26 Removing intermediate container bf5b44386d60 15:31:26 ---> a0b6358996f9 15:31:26 Step 12/24 : ENV APP_PORT=48060 15:31:26 ---> Running in 91db53f57816 15:31:26 ---> Running in 23122372381f 15:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:27 Removing intermediate container 91db53f57816 15:31:27 ---> afb07d743bdd 15:31:27 Step 13/21 : EXPOSE $APP_PORT 15:31:27 Removing intermediate container d72cbddfd187 15:31:27 ---> 9c333d0ea8ae 15:31:27 Step 13/22 : WORKDIR / 15:31:27 Removing intermediate container 23122372381f 15:31:27 ---> 902e3db23bba 15:31:27 Step 13/24 : EXPOSE $APP_PORT 15:31:27 ---> Running in 2cfbedf9e21e 15:31:27 ---> Running in 8783f79fc278 15:31:27 ---> Running in 9f2f83fb234f 15:31:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:31:28 (1/4) Installing ca-certificates (20191127-r4) 15:31:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:31:28 (3/4) Installing libcurl (7.69.1-r3) 15:31:28 (4/4) Installing curl (7.69.1-r3) 15:31:28 Executing busybox-1.31.1-r19.trigger 15:31:28 Executing ca-certificates-20191127-r4.trigger 15:31:28 Removing intermediate container 2cfbedf9e21e 15:31:28 ---> 3cef1295785e 15:31:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:31:28 Removing intermediate container 8783f79fc278 15:31:28 ---> 40e16f15c521 15:31:28 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:28 OK: 7 MiB in 18 packages 15:31:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:31:29 Removing intermediate container 9f2f83fb234f 15:31:29 ---> e0fcb1ce6340 15:31:29 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:31:30 ---> 35eb25ebe88c 15:31:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:31:30 ---> 838f0ec4e111 15:31:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:31:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:31:30 go: downloading github.com/stretchr/testify v1.6.1 15:31:30 ---> a990b775e237 15:31:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:31:30 go: downloading github.com/pmezard/go-difflib v1.0.0 15:31:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:31:30 go: downloading github.com/davecgh/go-spew v1.1.1 15:31:31 Removing intermediate container 6a721fdbd52a 15:31:31 ---> 80e5a0b0a0b8 15:31:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:31:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:31:31 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:31:31 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:31:32 ---> Running in dea1bcf91d90 15:31:32 ---> f674eb54126a 15:31:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / ---> e16488d72f56 15:31:32 15:31:32 ---> b436d3bb440a 15:31:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:31:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:31:32 Removing intermediate container dea1bcf91d90 15:31:32 ---> 34d0f848e586 15:31:32 Step 13/21 : WORKDIR /edgex 15:31:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:31:33 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:31:33 ---> Running in 2b7bf15a59bb 15:31:34 ---> 5d89093c935b 15:31:34 ---> 1b460cb21a1d 15:31:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:31:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:31:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:31:34 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:31:34 ---> Running in e0d842aedeaa 15:31:34 Removing intermediate container 2b7bf15a59bb 15:31:34 ---> bc2b6fb20ec9 15:31:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:31:34 Removing intermediate container fdbcc072a4d2 15:31:34 ---> 0bff04a0d6ad 15:31:34 15:31:34 Step 10/22 : FROM scratch 15:31:34 ---> 15:31:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:31:34 ---> 2ce9ae0a368e 15:31:34 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:35 ---> Using cache 15:31:35 ---> 96eb8367b615 15:31:35 Step 12/22 : ENV APP_PORT=48081 15:31:35 Removing intermediate container e0d842aedeaa 15:31:35 ---> Running in 33eebd653990 15:31:35 ---> 79549dffba06 15:31:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:31:35 ---> Running in 0ebad32f002c 15:31:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:31:35 ---> 18df10d9e8db 15:31:35 Step 18/22 : RUN chmod +x entrypoint.sh 15:31:35 ---> Running in b871cf7b9bff 15:31:35 Removing intermediate container 33eebd653990 15:31:35 ---> 06f372178436 15:31:35 Step 13/22 : EXPOSE $APP_PORT 15:31:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:31:36 ---> Running in ff3c91fb678f 15:31:36 ---> 8eb41ccc8bb6 15:31:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:31:36 ---> 0b20c64a4bea 15:31:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:31:36 Removing intermediate container 0ebad32f002c 15:31:36 ---> 4ec07ee4837e 15:31:36 Step 19/21 : LABEL arch=arm64 15:31:36 ---> Running in 0094f84305e5 15:31:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:31:36 Removing intermediate container ff3c91fb678f 15:31:36 ---> 3a7816010652 15:31:36 Step 14/22 : WORKDIR / 15:31:37 ---> Running in 0f696f3f8130 15:31:37 Removing intermediate container 0094f84305e5 15:31:37 ---> b03460fae10c 15:31:37 Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:31:37 ---> Running in 2d7e2fe9640f 15:31:37 Removing intermediate container 0f696f3f8130 15:31:37 ---> 1e747f699e78 15:31:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:31:37 ---> 069b1933affe 15:31:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:31:37 ---> c1dc9f75f834 15:31:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:31:38 Removing intermediate container 2d7e2fe9640f 15:31:38 ---> 09cf9aea6064 15:31:38 Step 21/21 : LABEL version=0.0.0 15:31:38 Building version 15:31:38 ---> Running in 6eb2aef156c9 15:31:39 Removing intermediate container b871cf7b9bff 15:31:39 ---> 1270afed9bda 15:31:39 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:31:39 ---> ff7f329e8815 15:31:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:31:39 ---> c1519b0b4965 15:31:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:31:39 ---> Running in d71b5d1f26dd 15:31:39 Removing intermediate container 6eb2aef156c9 15:31:39 ---> cc84219b8832 15:31:39 15:31:39 ---> Running in cf0faf47efb4 15:31:39 ---> 9f20016bc298 15:31:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:31:39 Successfully built cc84219b8832 15:31:40 Successfully tagged docker-support-scheduler-go-arm64:latest 15:31:40  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 15:31:40 ---> Running in effd9fd8a6f2 15:31:40 Removing intermediate container d71b5d1f26dd 15:31:40 ---> 5d4775a15998 15:31:40 Step 20/22 : LABEL arch=arm64 15:31:40 Removing intermediate container cf0faf47efb4 15:31:40 ---> c31f1ea67448 15:31:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:31:40 Staging config-common 15:31:40 ---> Running in 56c89b61fd1b 15:31:40 ---> Running in 701c5c06b5c2 15:31:40 ---> edeaf42890b9 15:31:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:31:40 Removing intermediate container effd9fd8a6f2 15:31:40 ---> 9a2efb5db8ba 15:31:40 Step 18/21 : CMD ["--init=true"] 15:31:41 ---> Running in 8ce4f942302e 15:31:41 Removing intermediate container 56c89b61fd1b 15:31:41 ---> c1ec7e84c027 15:31:41 Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:31:41 Skipping stage go-build-helper (already ran) 15:31:41 Skipping stage static-packages (already ran) 15:31:41 Skipping stage go115 (already ran) 15:31:41 Staging edgex-go 15:31:41 Removing intermediate container 701c5c06b5c2 15:31:41 ---> 1b6695a268b7 15:31:41 Step 22/24 : LABEL arch=arm64 15:31:42 ---> Running in 6e0972c36ed4 15:31:42 Staging version 15:31:42 ---> Running in 82e81895d920 15:31:42 Removing intermediate container 8ce4f942302e 15:31:42 ---> ac9560929f70 15:31:42 Step 19/21 : LABEL arch=arm64 15:31:42 ---> 708ddf9f499f 15:31:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:31:42 Priming config-common 15:31:42 ---> Running in 22f65da994d7 15:31:43 ---> Running in a5bb71394043 15:31:43 Removing intermediate container 6e0972c36ed4 15:31:43 ---> 1d29f8091275 15:31:43 Step 22/22 : LABEL version=0.0.0 15:31:43 Removing intermediate container 82e81895d920 15:31:43 ---> 49f004216112 15:31:43 Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:31:43 ---> Running in 122689fb1863 15:31:43 Removing intermediate container 22f65da994d7 15:31:43 ---> ff2112b4fb9c 15:31:43 Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:31:43 ---> Running in ab09f45d39d8 15:31:43 Priming go-build-helper 15:31:44 Removing intermediate container a5bb71394043 15:31:44 ---> 14e99cd20e16 15:31:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:31:44 ---> Running in c5306ab22bfd 15:31:44 ---> Running in c6157fa0d5a8 15:31:44 Priming static-packages 15:31:45 Removing intermediate container 122689fb1863 15:31:45 ---> d2a6c4c33ba7 15:31:45 15:31:45 Removing intermediate container ab09f45d39d8 15:31:45 ---> a6a9482a8f59 15:31:45 Step 24/24 : LABEL version=0.0.0 15:31:45 Removing intermediate container c5306ab22bfd 15:31:45 ---> 09e21f318e06 15:31:45 Step 21/21 : LABEL version=0.0.0 15:31:45 Successfully built d2a6c4c33ba7 15:31:45 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 15:31:45 Building docker-core-command-go 15:31:45  Building docker-security-bootstrap-redis-go ... done  ---> Running in 4b4f65407bde 15:31:45 Removing intermediate container c6157fa0d5a8 15:31:45 ---> 5d0045368d83 15:31:45 Step 20/22 : LABEL arch=arm64 15:31:45 ---> Running in 1f28164437e3 15:31:46 ---> Running in 68257f539d24 15:31:46 Removing intermediate container 4b4f65407bde 15:31:46 ---> 4838b33cd023 15:31:46 15:31:46 Removing intermediate container 1f28164437e3 15:31:46 ---> c34946ef2a5a 15:31:46 15:31:46 Removing intermediate container 68257f539d24 15:31:46 ---> 4243a804e80d 15:31:46 Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:31:46 Successfully built 4838b33cd023 15:31:46 Successfully tagged docker-support-notifications-go-arm64:latest 15:31:46 Building docker-core-data-go 15:31:46  Building docker-support-notifications-go ... done Successfully built c34946ef2a5a 15:31:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:31:47  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 15:31:47 ---> Running in c6d6e65c82fe 15:31:47 Priming go115 15:31:47 Removing intermediate container c6d6e65c82fe 15:31:47 ---> d5e654951dce 15:31:47 Step 22/22 : LABEL version=0.0.0 15:31:47 ---> Running in 494508963f7e 15:31:47 Priming edgex-go 15:31:47 Removing intermediate container 494508963f7e 15:31:47 ---> 3c0eaf4218d8 15:31:47 15:31:48 Successfully built 3c0eaf4218d8 15:31:48 Successfully tagged docker-core-metadata-go-arm64:latest 15:31:49 Priming version 15:31:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:32:27  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:32:27 ---> 4d33ba189cf3 15:32:27 Step 3/26 : WORKDIR /edgex-go 15:32:27 ---> Using cache 15:32:27 ---> d638dbadf1d6 15:32:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:27 ---> Using cache 15:32:27 ---> be8cb5714003 15:32:27 Step 5/26 : RUN apk add --update --no-cache make bash git 15:32:27 ---> Running in a8d3cc7955a6 15:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:32:30 OK: 217 MiB in 51 packages 15:32:34 Removing intermediate container a8d3cc7955a6 15:32:34 ---> 84493a792a50 15:32:34 Step 6/26 : COPY go.mod . 15:32:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:32:34 ---> 4d33ba189cf3 15:32:34 Step 3/24 : WORKDIR /edgex-go 15:32:34 ---> Using cache 15:32:34 ---> d638dbadf1d6 15:32:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:34 ---> Using cache 15:32:34 ---> be8cb5714003 15:32:34 Step 5/24 : RUN apk add --update --no-cache make git 15:32:34 ---> Using cache 15:32:34 ---> 904a85227008 15:32:34 Step 6/24 : COPY go.mod . 15:32:34 ---> Using cache 15:32:34 ---> febd5c59892e 15:32:34 Step 7/24 : RUN go mod download 15:32:34 ---> Using cache 15:32:34 ---> a636571d3500 15:32:34 Step 8/24 : COPY . . 15:32:34 ---> Using cache 15:32:34 ---> 90e4d3409eb9 15:32:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:32:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:32:34 ---> 4d33ba189cf3 15:32:34 Step 3/23 : WORKDIR /edgex-go 15:32:34 ---> Using cache 15:32:34 ---> d638dbadf1d6 15:32:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:34 ---> Using cache 15:32:34 ---> be8cb5714003 15:32:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:32:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:32:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:32:34 ---> 4d33ba189cf3 15:32:34 Step 3/22 : WORKDIR /edgex-go 15:32:34 ---> Using cache 15:32:34 ---> d638dbadf1d6 15:32:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:34 ---> Using cache 15:32:34 ---> be8cb5714003 15:32:34 Step 5/22 : RUN apk add --update --no-cache make git 15:32:34 ---> Using cache 15:32:34 ---> 904a85227008 15:32:34 Step 6/22 : COPY go.mod . 15:32:34 ---> Using cache 15:32:34 ---> febd5c59892e 15:32:34 Step 7/22 : RUN go mod download 15:32:34 ---> Using cache 15:32:34 ---> a636571d3500 15:32:34 Step 8/22 : COPY . . 15:32:34 ---> Using cache 15:32:34 ---> 90e4d3409eb9 15:32:34 Step 9/22 : RUN make cmd/core-command/core-command 15:32:35 ---> Running in acd20c43bac5 15:32:35 ---> Running in 67921edcc61e 15:32:35 ---> Running in 3f5ca1939ae1 15:32:35 ---> 583c095d9eae 15:32:35 Step 7/26 : RUN go mod download 15:32:35 ---> Running in 8a7874ec6d5d 15:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:32:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:32: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 15:32:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:32:38 OK: 217 MiB in 51 packages 15:32:39 Removing intermediate container 8a7874ec6d5d 15:32:39 ---> 22aecd1fe78b 15:32:39 Step 8/26 : COPY . . 15:32:40 Removing intermediate container 67921edcc61e 15:32:40 ---> 1ee046ff7ec9 15:32:40 Step 6/23 : COPY go.mod . 15:32:42 ---> b29326fd2033 15:32:42 Step 7/23 : RUN go mod download 15:32:43 ---> Running in 8c1a2421758e 15:32:48 Removing intermediate container 8c1a2421758e 15:32:48 ---> 70025ff93e8e 15:32:48 Step 8/23 : COPY . . 15:33:03 ---> 10dadb84baa0 15:33:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:33:03 ---> Running in 24c9d2660dd0 15:33:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:33:10 ---> 9b52de489d22 15:33:10 Step 9/23 : RUN make cmd/core-data/core-data 15:33:10 ---> Running in 6fbed314e2df 15:33:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:33:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:33:47 Removing intermediate container acd20c43bac5 15:33:47 ---> c0fbc650263b 15:33:47 15:33:47 Step 10/24 : FROM alpine:3.12 15:33:47 ---> afeebe901d6b 15:33:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:33:47 ---> Using cache 15:33:47 ---> 0f56377b86a8 15:33:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:33:47 Removing intermediate container 3f5ca1939ae1 15:33:47 ---> 02699b2d828d 15:33:47 15:33:47 Step 10/22 : FROM scratch 15:33:47 ---> 15:33:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:33:47 ---> Running in efe2c98ae549 15:33:47 ---> Using cache 15:33:47 ---> 96eb8367b615 15:33:47 Step 12/22 : ENV APP_PORT=48082 15:33:47 ---> Running in c7e7163aa2a7 15:33:48 Removing intermediate container efe2c98ae549 15:33:48 ---> a9876907a373 15:33:48 Step 13/24 : WORKDIR / 15:33:48 ---> Running in 356935dfcee8 15:33:48 Removing intermediate container c7e7163aa2a7 15:33:48 ---> 0c5533a76f89 15:33:48 Step 13/22 : EXPOSE $APP_PORT 15:33:48 ---> Running in a65affcf155f 15:33:49 Removing intermediate container 356935dfcee8 15:33:49 ---> 34988b5bc19e 15:33:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:33:49 Removing intermediate container a65affcf155f 15:33:49 ---> 71007e4215b9 15:33:49 Step 14/22 : WORKDIR / 15:33:49 ---> Running in c76c8a9eff38 15:33:50 Removing intermediate container c76c8a9eff38 15:33:50 ---> 262c50bf1705 15:33:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:33:50 ---> af38c43deba0 15:33:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:33:51 ---> 712810f0e528 15:33:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:33:51 ---> dac083507735 15:33:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:33:53 ---> 38556bfb4b66 15:33:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:33:53 ---> cb92b7204973 15:33:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:33:54 ---> fbf8b2b155bf 15:33:54 Step 18/22 : ENTRYPOINT ["/core-command"] 15:33:55 ---> 600a90e8a664 15:33:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:33:55 ---> Running in af7666f6bdb0 15:33:56 Removing intermediate container af7666f6bdb0 15:33:56 ---> f3cff0cd8223 15:33:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:33:56 ---> Running in e8703ebd317f 15:33:56 ---> 97cddeb18d8e 15:33:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:33:57 Removing intermediate container e8703ebd317f 15:33:57 ---> a52ac35d81cc 15:33:57 Step 20/22 : LABEL arch=arm64 15:33:57 ---> Running in dc341dcb439b 15:33:58 ---> 38f17242fbb6 15:33:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:33:58 ---> Running in b539849a81a1 15:33:58 Removing intermediate container dc341dcb439b 15:33:58 ---> 6ec8653e1daf 15:33:58 Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:33:58 ---> Running in 18c582b74afb 15:33:59 Removing intermediate container 18c582b74afb 15:33:59 ---> e90ccd671b5f 15:33:59 Step 22/22 : LABEL version=0.0.0 15:33:59 ---> Running in 6a35c721165a 15:34:00 Removing intermediate container 6a35c721165a 15:34:00 ---> 60ffddb2ef2e 15:34:00 15:34:01 Successfully built 60ffddb2ef2e 15:34:01 Successfully tagged docker-core-command-go-arm64:latest 15:34:02  Building docker-core-command-go ... done Removing intermediate container b539849a81a1 15:34:02 ---> 798f37154476 15:34:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:34:02 ---> Running in 5b863e2dc5f4 15:34:03 Removing intermediate container 5b863e2dc5f4 15:34:03 ---> dbb0577fd5b1 15:34:03 Step 22/24 : LABEL arch=arm64 15:34:03 ---> Running in 42fa8f3ff885 15:34:03 Removing intermediate container 42fa8f3ff885 15:34:03 ---> a07dd1f89570 15:34:03 Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:34:04 ---> Running in 30e9cef3eba6 15:34:04 Removing intermediate container 30e9cef3eba6 15:34:04 ---> c634383f88e6 15:34:04 Step 24/24 : LABEL version=0.0.0 15:34:05 ---> Running in 70aba523bb5b 15:34:05 Removing intermediate container 70aba523bb5b 15:34:05 ---> 97d2d71316b8 15:34:05 15:34:06 Successfully built 97d2d71316b8 15:34:06 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:34:14  Building docker-security-secretstore-setup-go ... done Removing intermediate container 24c9d2660dd0 15:34:14 ---> ac9e6537a8be 15:34:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:34:14 ---> Running in 68749ad35d9a 15:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:34:18 Removing intermediate container 68749ad35d9a 15:34:18 ---> 38bc6490ad4c 15:34:18 15:34:18 Step 11/26 : FROM docker:20.10.0 15:34:18 20.10.0: Pulling from library/docker 15:34:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:34:28 Status: Downloaded newer image for docker:20.10.0 15:34:28 ---> eeaf43b92773 15:34:28 Step 12/26 : RUN apk add --no-cache bash 15:34:28 ---> Running in f270cc2523b0 15:34:28 Removing intermediate container 6fbed314e2df 15:34:28 ---> f28c4fac3a26 15:34:28 15:34:28 Step 10/23 : FROM alpine:3.12 15:34:28 ---> afeebe901d6b 15:34:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:34:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:29 ---> Running in 9635f5781d60 15:34:29 (1/2) Installing readline (8.0.4-r0) 15:34:29 Removing intermediate container 9635f5781d60 15:34:29 ---> 2a6865cb45e7 15:34:29 Step 12/23 : ENV APP_PORT=48080 15:34:29 (2/2) Installing bash (5.0.17-r0) 15:34:29 Executing bash-5.0.17-r0.post-install 15:34:29 Executing busybox-1.31.1-r19.trigger 15:34:29 OK: 12 MiB in 22 packages 15:34:29 ---> Running in 2eb6909e9ac8 15:34:30 Removing intermediate container 2eb6909e9ac8 15:34:30 ---> 6a050ff74234 15:34:30 Step 13/23 : EXPOSE $APP_PORT 15:34:30 ---> Running in 6e018790a658 15:34:30 Removing intermediate container 6e018790a658 15:34:30 ---> e4783558a817 15:34:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:31 Removing intermediate container f270cc2523b0 15:34:31 ---> 796c90704f82 15:34:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:34:31 ---> Running in 0c3dc3d2a0c1 15:34:31 ---> Running in 7ee25566f04e 15:34:31 Removing intermediate container 7ee25566f04e 15:34:31 ---> c9128f2aedc7 15:34:31 Step 14/26 : ENV APP_PORT=48090 15:34:31 ---> Running in 306235d372ab 15:34:32 Removing intermediate container 306235d372ab 15:34:32 ---> f7f6eedcca5f 15:34:32 Step 15/26 : EXPOSE $APP_PORT 15:34:32 ---> Running in 16d8e11c9b63 15:34:33 Removing intermediate container 16d8e11c9b63 15:34:33 ---> b5542df95f22 15:34:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:34:33 Removing intermediate container 0c3dc3d2a0c1 15:34:33 ---> 268f1fedfad5 15:34:33 Step 15/23 : RUN apk add --update --no-cache zeromq 15:34:33 ---> Running in 374a3e4f4c00 15:34:34 ---> 9a1e824bd0bf 15:34:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:35 ---> a4e44bd23e8c 15:34:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:36 ---> dc003b120faa 15:34:36 Step 19/26 : RUN apk --no-cache add py3-pip 15:34:36 (1/5) Installing libgcc (9.3.0-r2) 15:34:36 (2/5) Installing libsodium (1.0.18-r0) 15:34:36 ---> Running in d962be8b8636 15:34:36 (3/5) Installing libstdc++ (9.3.0-r2) 15:34:36 (4/5) Installing libzmq (4.3.3-r0) 15:34:36 (5/5) Installing zeromq (4.3.3-r0) 15:34:36 Executing busybox-1.31.1-r19.trigger 15:34:36 OK: 8 MiB in 19 packages 15:34:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:38 (1/33) Installing libbz2 (1.0.8-r1) 15:34:38 (2/33) Installing expat (2.2.9-r1) 15:34:38 (3/33) Installing libffi (3.3-r2) 15:34:38 (4/33) Installing gdbm (1.13-r1) 15:34:38 (5/33) Installing xz-libs (5.2.5-r0) 15:34:38 (6/33) Installing sqlite-libs (3.32.1-r0) 15:34:38 (7/33) Installing python3 (3.8.5-r0) 15:34:38 Removing intermediate container 374a3e4f4c00 15:34:38 ---> 9910c2d15eef 15:34:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:40 (8/33) Installing py3-appdirs (1.4.4-r1) 15:34:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:34:40 (10/33) Installing py3-parsing (2.4.7-r0) 15:34:40 (11/33) Installing py3-six (1.15.0-r0) 15:34:40 (12/33) Installing py3-packaging (20.4-r0) 15:34:40 ---> f6b70bf96a02 15:34:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:34:40 (13/33) Installing py3-setuptools (47.0.0-r0) 15:34:40 (14/33) Installing py3-chardet (3.0.4-r4) 15:34:40 (15/33) Installing py3-idna (2.9-r0) 15:34:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:34:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:34:40 (18/33) Installing py3-requests (2.23.0-r0) 15:34:40 (19/33) Installing py3-msgpack (1.0.0-r0) 15:34:40 (20/33) Installing py3-lockfile (0.12.2-r3) 15:34:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:34:40 (22/33) Installing py3-colorama (0.4.3-r0) 15:34:40 (23/33) Installing py3-distlib (0.3.0-r0) 15:34:40 (24/33) Installing py3-distro (1.5.0-r1) 15:34:40 (25/33) Installing py3-webencodings (0.5.1-r3) 15:34:40 (26/33) Installing py3-html5lib (1.0.1-r4) 15:34:40 (27/33) Installing py3-pytoml (0.1.21-r0) 15:34:40 (28/33) Installing py3-pep517 (0.8.2-r0) 15:34:41 (29/33) Installing py3-progress (1.5-r0) 15:34:41 (30/33) Installing py3-toml (0.10.1-r0) 15:34:41 (31/33) Installing py3-retrying (1.3.3-r0) 15:34:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:34:41 (33/33) Installing py3-pip (20.1.1-r0) 15:34:41 Executing busybox-1.31.1-r19.trigger 15:34:41 OK: 71 MiB in 55 packages 15:34:41 ---> 69136320c121 15:34:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:34:42 ---> 15e5896fe4ec 15:34:42 Step 19/23 : ENTRYPOINT ["/core-data"] 15:34:42 ---> Running in c7b1994c0e3d 15:34:43 Removing intermediate container c7b1994c0e3d 15:34:43 ---> a3585ea005c9 15:34:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:43 ---> Running in e70509ac900a 15:34:44 Removing intermediate container e70509ac900a 15:34:44 ---> 755a5bd8c366 15:34:44 Step 21/23 : LABEL arch=arm64 15:34:44 ---> Running in bcf294e531ea 15:34:45 Removing intermediate container bcf294e531ea 15:34:45 ---> d1afd4bca1a6 15:34:45 Step 22/23 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:34:45 ---> Running in 020ff3ac0d21 15:34:46 Removing intermediate container 020ff3ac0d21 15:34:46 ---> 4377806b3d91 15:34:46 Step 23/23 : LABEL version=0.0.0 15:34:46 ---> Running in 56fab402143e 15:34:46 Removing intermediate container 56fab402143e 15:34:46 ---> aab3c3fed577 15:34:46 15:34:46 Removing intermediate container d962be8b8636 15:34:46 ---> af5592da6979 15:34:46 Step 20/26 : RUN pip install docker-compose==1.23.2 15:34:47 Successfully built aab3c3fed577 15:34:47 Successfully tagged docker-core-data-go-arm64:latest 15:34:47  Building docker-core-data-go ... done  ---> Running in 5d7b3eeb1e05 15:34:52 Collecting docker-compose==1.23.2 15:34:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:34:52 Collecting texttable<0.10,>=0.9.0 15:34:52 Downloading texttable-0.9.1.tar.gz (11 kB) 15:34:54 Collecting cached-property<2,>=1.2.0 15:34:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:34:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:34:54 Collecting docker<4.0,>=3.6.0 15:34:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:34:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:34:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:34:56 Collecting dockerpty<0.5,>=0.4.1 15:34:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:34:58 Collecting websocket-client<1.0,>=0.32.0 15:34:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:34:59 Collecting docopt<0.7,>=0.6.1 15:34:59 Downloading docopt-0.6.2.tar.gz (25 kB) 15:35:02 Collecting PyYAML<4,>=3.10 15:35:02 Downloading PyYAML-3.13.tar.gz (270 kB) 15:35:04 Collecting jsonschema<3,>=2.5.1 15:35:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:35:05 Collecting docker-pycreds>=0.4.0 15:35:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:35:05 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:35:05 Collecting urllib3<1.25,>=1.21.1 15:35:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:35:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:35:06 Collecting idna<2.8,>=2.5 15:35:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:35:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:35:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:35:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:35:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:35:07 Installing collected packages: texttable, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, PyYAML, jsonschema, docker-compose 15:35:07 Running setup.py install for texttable: started 15:35:09 Running setup.py install for texttable: finished with status 'done' 15:35:09 Attempting uninstall: urllib3 15:35:09 Found existing installation: urllib3 1.25.9 15:35:09 Uninstalling urllib3-1.25.9: 15:35:09 Successfully uninstalled urllib3-1.25.9 15:35:09 Attempting uninstall: idna 15:35:09 Found existing installation: idna 2.9 15:35:09 Uninstalling idna-2.9: 15:35:09 Successfully uninstalled idna-2.9 15:35:10 Attempting uninstall: requests 15:35:10 Found existing installation: requests 2.23.0 15:35:10 Uninstalling requests-2.23.0: 15:35:10 Successfully uninstalled requests-2.23.0 15:35:11 Running setup.py install for dockerpty: started 15:35:13 Running setup.py install for dockerpty: finished with status 'done' 15:35:13 Running setup.py install for docopt: started 15:35:15 Running setup.py install for docopt: finished with status 'done' 15:35:15 Running setup.py install for PyYAML: started 15:35:17 Running setup.py install for PyYAML: finished with status 'done' 15:35:18 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:35:22 Removing intermediate container 5d7b3eeb1e05 15:35:22 ---> 485a495f9912 15:35:22 Step 21/26 : RUN apk --no-cache add curl 15:35:22 ---> Running in 2e004e477557 15:35:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:35:24 (2/3) Installing libcurl (7.69.1-r3) 15:35:24 (3/3) Installing curl (7.69.1-r3) 15:35:24 Executing busybox-1.31.1-r19.trigger 15:35:24 OK: 71 MiB in 58 packages 15:35:25 Removing intermediate container 2e004e477557 15:35:25 ---> a798c0d3a4f0 15:35:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:35:25 ---> Running in 80343622a4ac 15:35:25 Removing intermediate container 80343622a4ac 15:35:25 ---> 3f2d4708af6d 15:35:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:35:26 ---> Running in e10ca637774d 15:35:26 Removing intermediate container e10ca637774d 15:35:26 ---> 971a7bb8f262 15:35:26 Step 24/26 : LABEL arch=arm64 15:35:26 ---> Running in 4202dd6cc52e 15:35:27 Removing intermediate container 4202dd6cc52e 15:35:27 ---> 3a61659a2cfa 15:35:27 Step 25/26 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 15:35:27 ---> Running in 813d9ebcc2e9 15:35:27 Removing intermediate container 813d9ebcc2e9 15:35:27 ---> f7bb9ef0b36c 15:35:27 Step 26/26 : LABEL version=0.0.0 15:35:27 ---> Running in 16e7fcb5e75e 15:35:28 Removing intermediate container 16e7fcb5e75e 15:35:28 ---> d5321320b3ff 15:35:28 15:35:28 Successfully built d5321320b3ff 15:35:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:35:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:35:29 $ docker stop --time=1 b7e96886f4a36eeeafe5c04784e55b234e2651ded77dac34def717f0f2d6188d 15:35:31 $ docker rm -f b7e96886f4a36eeeafe5c04784e55b234e2651ded77dac34def717f0f2d6188d [Pipeline] // withDockerContainer [Pipeline] sh 15:35:31 + docker+ images 15:35:31 grep docker 15:35:32 docker-sys-mgmt-agent-go-arm64 latest d5321320b3ff 4 seconds ago 300MB 15:35:32 docker-core-data-go-arm64 latest aab3c3fed577 46 seconds ago 21MB 15:35:32 docker-security-secretstore-setup-go-arm64 latest 97d2d71316b8 About a minute ago 23.4MB 15:35:32 docker-core-command-go-arm64 latest 60ffddb2ef2e About a minute ago 9.98MB 15:35:32 docker-core-metadata-go-arm64 latest 3c0eaf4218d8 3 minutes ago 12.3MB 15:35:32 docker-security-proxy-setup-go-arm64 latest c34946ef2a5a 3 minutes ago 23.3MB 15:35:32 docker-support-notifications-go-arm64 latest 4838b33cd023 3 minutes ago 11.4MB 15:35:32 docker-security-bootstrap-redis-go-arm64 latest d2a6c4c33ba7 3 minutes ago 15.1MB 15:35:32 docker-support-scheduler-go-arm64 latest cc84219b8832 3 minutes ago 10MB 15:35:32 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 15:35:34 provisioning config files... 15:35:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config8647379484605710271tmp [Pipeline] { [Pipeline] sh 15:35:34 + set +x 15:35:34 + curl -s https://codecov.io/bash 15:35:34 + bash -s -- 15:35:35 15:35:35 _____ _ 15:35:35 / ____| | | 15:35:35 | | ___ __| | ___ ___ _____ __ 15:35:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:35:35 | |___| (_) | (_| | __/ (_| (_) \ V / 15:35:35 \_____\___/ \__,_|\___|\___\___/ \_/ 15:35:35 Bash-20201231-23d4836 15:35:35 15:35:35 15:35:35 ==> git version 2.24.3 found 15:35:35 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:35:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:35:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:35:35 ==> Jenkins CI detected. 15:35:35 project root: . 15:35:35 --> token set from env 15:35:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:35:35 ==> Running gcov in . (disable via -X gcov) 15:35:35 ==> Python coveragepy not found 15:35:35 ==> Searching for coverage reports in: 15:35:35 + . 15:35:35 -> Found 1 reports 15:35:35 ==> Detecting git/mercurial file structure 15:35:35 ==> Reading reports 15:35:35 + ./coverage.out bytes=555118 15:35:35 ==> Appending adjustments 15:35:35 https://docs.codecov.io/docs/fixing-reports 15:35:38 + Found adjustments 15:35:38 ==> Gzipping contents 15:35:38 84K /tmp/codecov.hWhyK4.gz 15:35:38 ==> Uploading reports 15:35:38 url: https://codecov.io 15:35:38 query: branch=PR-3002&commit=3f947bb58cd8eb5c706ecd008bed608996b20889&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= 15:35:38 -> Pinging Codecov 15:35:38 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3002&commit=3f947bb58cd8eb5c706ecd008bed608996b20889&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= 15:35:39 -> Uploading to 15:35:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/3f947bb58cd8eb5c706ecd008bed608996b20889/9e6c4e2c-6ded-4559-ad83-aeec71763d0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T153538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee6ad9f1646604e4c449ba876135053dabd494f412a5b253a950dbde92463030 15:35:39 % Total % Received % Xferd Average Speed Time Time Time Current 15:35:39 Dload Upload Total Spent Left Speed 15:35:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83739 0 0 100 83739 0 128k --:--:-- --:--:-- --:--:-- 128k 15:35:39 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3f947bb58cd8eb5c706ecd008bed608996b20889 [Pipeline] } 15:35:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:35:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:35:43 ---> package-listing.sh 15:35:43 ++ facter osfamily 15:35:43 ++ tr '[:upper:]' '[:lower:]' 15:35:43 + OS_FAMILY=redhat 15:35:43 + workspace=/w/workspace/edgex-go/13 15:35:43 + START_PACKAGES=/tmp/packages_start.txt 15:35:43 + END_PACKAGES=/tmp/packages_end.txt 15:35:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:35:43 + PACKAGES=/tmp/packages_start.txt 15:35:43 + '[' /w/workspace/edgex-go/13 ']' 15:35:43 + PACKAGES=/tmp/packages_end.txt 15:35:43 + case "${OS_FAMILY}" in 15:35:43 + rpm -qa 15:35:43 + sort 15:35:48 + '[' -f /tmp/packages_start.txt ']' 15:35:48 + '[' -f /tmp/packages_end.txt ']' 15:35:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:35:48 + '[' /w/workspace/edgex-go/13 ']' 15:35:48 + mkdir -p /w/workspace/edgex-go/13/archives/ 15:35:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 15:35:48 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:35:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:35:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:49 15:35:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:35:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:49 alpine: Pulling from edgex-lftools-log-publisher 15:35:49 df20fa9351a1: Pulling fs layer 15:35:49 36b3adc4ff6f: Pulling fs layer 15:35:49 8ad3a11d3b57: Pulling fs layer 15:35:49 46f8f816bc3b: Pulling fs layer 15:35:49 93b61091891f: Pulling fs layer 15:35:49 93b9cdb0e59b: Pulling fs layer 15:35:49 5e14af77c1be: Pulling fs layer 15:35:49 01666e4c0597: Pulling fs layer 15:35:49 aa168da1d23b: Pulling fs layer 15:35:49 46f8f816bc3b: Waiting 15:35:49 93b61091891f: Waiting 15:35:49 93b9cdb0e59b: Waiting 15:35:49 5e14af77c1be: Waiting 15:35:49 01666e4c0597: Waiting 15:35:49 aa168da1d23b: Waiting 15:35:49 36b3adc4ff6f: Download complete 15:35:49 46f8f816bc3b: Verifying Checksum 15:35:49 46f8f816bc3b: Download complete 15:35:49 df20fa9351a1: Verifying Checksum 15:35:49 df20fa9351a1: Download complete 15:35:49 93b9cdb0e59b: Verifying Checksum 15:35:49 93b9cdb0e59b: Download complete 15:35:49 5e14af77c1be: Verifying Checksum 15:35:49 5e14af77c1be: Download complete 15:35:49 93b61091891f: Verifying Checksum 15:35:49 93b61091891f: Download complete 15:35:49 01666e4c0597: Verifying Checksum 15:35:49 01666e4c0597: Download complete 15:35:49 8ad3a11d3b57: Verifying Checksum 15:35:49 8ad3a11d3b57: Download complete 15:35:49 df20fa9351a1: Pull complete 15:35:49 36b3adc4ff6f: Pull complete 15:35:51 aa168da1d23b: Download complete 15:35:51 8ad3a11d3b57: Pull complete 15:35:52 46f8f816bc3b: Pull complete 15:35:53 93b61091891f: Pull complete 15:35:53 93b9cdb0e59b: Pull complete 15:35:53 5e14af77c1be: Pull complete 15:35:53 01666e4c0597: Pull complete 15:36:01 aa168da1d23b: Pull complete 15:36:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:36:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:36:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:36:01 prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container 15:36:01 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:36:05 $ docker top 13dc3e33f1401d82b7593f829af040ac4b5a010509e464757e7f490bce308cda -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:06 + touch /tmp/pre-build-complete [Pipeline] sh 15:36:06 + mkdir -p /var/log/sa [Pipeline] sh 15:36:07 + ls /var/log/sa-host 15:36:07 + sadf -c /var/log/sa-host/sa14 15:36:07 file_magic: OK 15:36:07 HZ: Using current value: 100 15:36:07 file_header: OK 15:36:07 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:36:07 Statistics: 15:36:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:36:07 File successfully converted to sysstat format version 12.2.1 15:36:07 + sadf -c /var/log/sa-host/sa23 15:36:07 file_magic: OK 15:36:07 HZ: Using current value: 100 15:36:07 file_header: OK 15:36:07 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:36:07 Statistics: 15:36:07 Hnuu...uuuununununu... 15:36:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:36:07 provisioning config files... 15:36:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config1423343654614682721tmp [Pipeline] { [Pipeline] echo 15:36:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:36:08 ---> create-netrc.sh [Pipeline] } 15:36:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:36:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:36:08 ---> python-tools-install.sh [Pipeline] echo 15:36:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:36:08 ---> sudo-logs.sh 15:36:08 Archiving 'sudo' log.. [Pipeline] echo 15:36:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:36:09 ---> job-cost.sh 15:36:09 lf-activate-venv: SKIPPING 15:36:09 INFO: No Stack... 15:36:10 INFO: Retrieving Pricing Info for: v1-standard-2 15:36:10 INFO: Archiving Costs [Pipeline] echo 15:36:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:36:11 ---> logs-deploy.sh 15:36:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3002/13 15:36:11 INFO: archiving workspace using pattern(s): 15:36:12 Archives upload complete. 15:36:12 INFO: archiving logs to Nexus 15:36:13 ---> uname -a: 15:36:13 Linux prd-centos7-docker-4c-2g-20229.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:36:13 15:36:13 15:36:13 ---> lscpu: 15:36:13 Architecture: x86_64 15:36:13 CPU op-mode(s): 32-bit, 64-bit 15:36:13 Byte Order: Little Endian 15:36:13 Address sizes: 40 bits physical, 48 bits virtual 15:36:13 CPU(s): 4 15:36:13 On-line CPU(s) list: 0-3 15:36:13 Thread(s) per core: 1 15:36:13 Core(s) per socket: 1 15:36:13 Socket(s): 4 15:36:13 NUMA node(s): 1 15:36:13 Vendor ID: GenuineIntel 15:36:13 CPU family: 6 15:36:13 Model: 44 15:36:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:36:13 Stepping: 1 15:36:13 CPU MHz: 2933.438 15:36:13 BogoMIPS: 5866.87 15:36:13 Virtualization: VT-x 15:36:13 Hypervisor vendor: KVM 15:36:13 Virtualization type: full 15:36:13 L1d cache: 128 KiB 15:36:13 L1i cache: 128 KiB 15:36:13 L2 cache: 16 MiB 15:36:13 L3 cache: 64 MiB 15:36:13 NUMA node0 CPU(s): 0-3 15:36:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:36:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:36:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:36:13 Vulnerability Meltdown: Mitigation; PTI 15:36:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:36:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:36:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:36:13 Vulnerability Srbds: Not affected 15:36:13 Vulnerability Tsx async abort: Not affected 15:36:13 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:36:13 15:36:13 15:36:13 ---> nproc: 15:36:13 4 15:36:13 15:36:13 15:36:13 ---> df -h: 15:36:13 Filesystem Size Used Available Use% Mounted on 15:36:13 overlay 50.0G 12.0G 38.0G 24% / 15:36:13 tmpfs 64.0M 0 64.0M 0% /dev 15:36:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:36:13 shm 64.0M 0 64.0M 0% /dev/shm 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/13 15:36:13 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/13@tmp 15:36:13 15:36:13 15:36:13 ---> free -m: 15:36:13 total used free shared buff/cache available 15:36:13 Mem: 1837 730 139 0 967 1022 15:36:13 Swap: 1023 61 962 15:36:13 15:36:13 15:36:13 ---> ip addr: 15:36:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:36:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:36:13 inet 127.0.0.1/8 scope host lo 15:36:13 valid_lft forever preferred_lft forever 15:36:13 inet6 ::1/128 scope host 15:36:13 valid_lft forever preferred_lft forever 15:36:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:36:13 link/ether fa:16:3e:81:2a:af brd ff:ff:ff:ff:ff:ff 15:36:13 inet 10.30.122.57/23 brd 10.30.123.255 scope global dynamic eth0 15:36:13 valid_lft 85260sec preferred_lft 85260sec 15:36:13 inet6 fe80::f816:3eff:fe81:2aaf/64 scope link 15:36:13 valid_lft forever preferred_lft forever 15:36:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:36:13 link/ether 02:42:49:98:3a:ce brd ff:ff:ff:ff:ff:ff 15:36:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:36:13 valid_lft forever preferred_lft forever 15:36:13 inet6 fe80::42:49ff:fe98:3ace/64 scope link 15:36:13 valid_lft forever preferred_lft forever 15:36:13 15:36:13 15:36:13 ---> sar -b -r -n DEV: 15:36:13 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) 15:36:13 15:36:13 15:17:01 LINUX RESTART (4 CPU) 15:36:13 15:36:13 15:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:36:13 15:19:01 202.99 79.59 123.40 0.00 6277.90 46970.54 0.00 15:36:13 15:20:01 242.39 89.74 152.65 0.00 3713.65 21274.63 0.00 15:36:13 15:21:02 189.25 96.71 92.54 0.00 4344.55 12289.36 0.00 15:36:13 15:22:01 365.64 147.50 218.14 0.00 72053.29 145268.57 0.00 15:36:13 15:23:02 2833.52 2474.47 359.04 0.00 161130.18 169765.19 0.00 15:36:13 15:24:01 470.36 213.44 256.92 0.00 67986.63 94103.34 0.00 15:36:13 15:25:01 2148.43 1791.03 357.40 0.00 115472.38 123495.35 0.00 15:36:13 15:26:01 252.06 82.54 169.52 0.00 6981.89 25270.32 0.00 15:36:13 15:27:01 5.68 0.07 5.61 0.00 1.07 181.13 0.00 15:36:13 15:28:01 0.95 0.70 0.25 0.00 154.70 3.00 0.00 15:36:13 15:29:01 0.35 0.15 0.20 0.00 5.86 1.75 0.00 15:36:13 15:30:01 0.27 0.02 0.25 0.00 0.27 3.08 0.00 15:36:13 15:31:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 15:36:13 15:32:01 0.60 0.33 0.27 0.00 10.65 3.33 0.00 15:36:13 15:33:01 2.11 1.23 0.88 0.00 43.30 17.04 0.00 15:36:13 15:34:02 0.28 0.00 0.28 0.00 0.00 3.38 0.00 15:36:13 15:35:01 0.25 0.00 0.25 0.00 0.00 2.64 0.00 15:36:13 15:36:01 122.01 66.33 55.68 0.00 5414.45 15259.14 0.00 15:36:13 Average: 381.17 281.50 99.68 0.00 24682.36 36323.75 0.00 15:36:13 15:36:13 15:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:36:13 15:19:01 91772 0 708812 37.67 2220 1078740 1450960 49.52 559736 988752 44368 15:36:13 15:20:01 90260 0 883964 46.98 1492 905828 1723700 58.83 709980 807104 67568 15:36:13 15:21:02 178812 0 858576 45.63 584 843572 1696128 57.89 700868 712928 50036 15:36:13 15:22:01 198964 0 853820 45.38 0 828760 2260772 77.16 669836 802184 18188 15:36:13 15:23:02 75256 0 1224452 65.08 0 581836 4324584 147.59 857264 684056 6356 15:36:13 15:24:01 69532 0 762632 40.53 0 1049380 1735608 59.23 762408 826516 74792 15:36:13 15:25:01 564620 0 700252 37.22 0 616672 1808968 61.74 395832 700960 8 15:36:13 15:26:01 296788 0 652232 34.66 0 932524 1199760 40.95 472812 870996 20 15:36:13 15:27:01 300544 0 648476 34.47 0 932524 1170964 39.96 471032 869940 12 15:36:13 15:28:01 292492 0 651880 34.65 0 937172 1171036 39.97 477344 871372 8 15:36:13 15:29:01 293088 0 651136 34.61 0 937320 1169936 39.93 477120 871472 8 15:36:13 15:30:01 293536 0 650660 34.58 0 937348 1166852 39.82 476624 871452 8 15:36:13 15:31:01 293956 0 650232 34.56 0 937356 1166852 39.82 476756 871448 8 15:36:13 15:32:01 296008 0 647808 34.43 0 937728 1163304 39.70 477492 867716 8 15:36:13 15:33:01 295464 0 647812 34.43 0 938268 1161816 39.65 477308 868424 8 15:36:13 15:34:02 295872 0 647392 34.41 0 938280 1161720 39.65 476800 868424 12 15:36:13 15:35:01 296080 0 647180 34.40 0 938284 1161720 39.65 476944 868424 8 15:36:13 15:36:01 281388 0 689060 36.62 0 911096 1163484 39.71 475608 846308 99632 15:36:13 Average: 250246 0 732021 38.91 239 899038 1547676 52.82 549542 837138 20058 15:36:13 15:36:13 15:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:36:13 15:19:01 eth0 998.63 1135.94 5821.91 131.38 0.00 0.00 0.00 0.00 15:36:13 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:19:01 veth2dbd586 27.09 37.07 1.77 208.98 0.00 0.00 0.00 0.00 15:36:13 15:19:01 docker0 843.62 662.79 69.43 2917.61 0.00 0.00 0.00 0.00 15:36:13 15:20:01 veth1d7338c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:36:13 15:20:01 eth0 171.26 127.60 650.39 21.13 0.00 0.00 0.00 0.00 15:36:13 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:20:01 docker0 108.23 137.07 8.03 619.55 0.00 0.00 0.00 0.00 15:36:13 15:21:02 veth1d7338c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:21:02 eth0 41.39 26.73 31.17 77.51 0.00 0.00 0.00 0.00 15:36:13 15:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:22:01 veth1c62a40 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:36:13 15:22:01 eth0 207.20 170.88 1710.28 79.85 0.00 0.00 0.00 0.00 15:36:13 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:23:02 veth1c62a40 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 15:36:13 15:23:02 veth9bec200 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:36:13 15:23:02 eth0 58.30 44.41 163.46 11.50 0.00 0.00 0.00 0.00 15:36:13 15:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:24:01 veth1c62a40 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:36:13 15:24:01 eth0 48.11 25.39 148.21 12.19 0.00 0.00 0.00 0.00 15:36:13 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:24:01 docker0 992.62 854.59 79.98 3767.68 0.00 0.00 0.00 0.00 15:36:13 15:25:01 veth1c62a40 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:25:01 vethe3c4df6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:25:01 veth10ed6b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:25:01 eth0 73.78 53.35 93.16 96.39 0.00 0.00 0.00 0.00 15:36:13 15:26:01 eth0 209.25 135.17 1693.22 24.10 0.00 0.00 0.00 0.00 15:36:13 15:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:36:13 15:26:01 docker0 1019.11 914.20 81.46 4217.98 0.00 0.00 0.00 0.00 15:36:13 15:27:01 eth0 0.70 0.20 0.41 0.02 0.00 0.00 0.00 0.00 15:36:13 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:28:01 eth0 0.72 0.50 0.36 0.27 0.00 0.00 0.00 0.00 15:36:13 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:29:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 15:36:13 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:36:13 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:36:13 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:32:01 eth0 3.98 4.26 0.26 11.34 0.00 0.00 0.00 0.00 15:36:13 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:33:01 eth0 2.95 3.05 0.31 6.82 0.00 0.00 0.00 0.00 15:36:13 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:34:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:36:13 15:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:35:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:36:13 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:36:01 eth0 245.05 206.64 2176.90 66.11 0.00 0.00 0.00 0.00 15:36:13 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 Average: eth0 113.88 106.69 689.92 29.87 0.00 0.00 0.00 0.00 15:36:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:36:13 Average: docker0 56.77 50.93 4.54 234.97 0.00 0.00 0.00 0.00 15:36:13 15:36:13 15:36:13 ---> sar -P ALL: 15:36:13 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) 15:36:13 15:36:13 15:17:01 LINUX RESTART (4 CPU) 15:36:13 15:36:13 15:18:02 CPU %user %nice %system %iowait %steal %idle 15:36:13 15:19:01 all 16.02 0.00 7.67 2.14 0.07 74.10 15:36:13 15:19:01 0 15.63 0.00 10.02 3.39 0.07 70.90 15:36:13 15:19:01 1 17.83 0.00 6.39 2.96 0.05 72.76 15:36:13 15:19:01 2 12.79 0.00 7.47 1.39 0.09 78.27 15:36:13 15:19:01 3 17.84 0.00 6.84 0.81 0.09 74.42 15:36:13 15:20:01 all 27.64 0.00 8.83 5.64 0.10 57.80 15:36:13 15:20:01 0 27.85 0.00 9.40 4.59 0.09 58.08 15:36:13 15:20:01 1 28.22 0.00 8.18 5.90 0.10 57.59 15:36:13 15:20:01 2 27.37 0.00 9.08 7.70 0.09 55.77 15:36:13 15:20:01 3 27.10 0.00 8.65 4.35 0.12 59.78 15:36:13 15:21:02 all 59.83 0.00 15.26 3.56 0.05 21.30 15:36:13 15:21:02 0 59.14 0.00 15.19 2.55 0.05 23.06 15:36:13 15:21:02 1 60.34 0.00 15.33 4.76 0.07 19.50 15:36:13 15:21:02 2 60.33 0.00 14.94 2.32 0.03 22.38 15:36:13 15:21:02 3 59.50 0.00 15.60 4.61 0.03 20.25 15:36:13 15:22:01 all 23.70 0.00 17.16 5.74 0.07 53.33 15:36:13 15:22:01 0 24.02 0.00 16.61 7.25 0.07 52.05 15:36:13 15:22:01 1 22.96 0.00 17.35 6.44 0.07 53.18 15:36:13 15:22:01 2 23.05 0.00 17.79 4.63 0.07 54.46 15:36:13 15:22:01 3 24.76 0.00 16.90 4.65 0.07 53.62 15:36:13 15:23:02 all 21.28 0.00 21.88 30.33 0.28 26.23 15:36:13 15:23:02 0 20.00 0.00 20.52 30.60 0.30 28.58 15:36:13 15:23:02 1 20.99 0.00 22.58 30.75 0.26 25.43 15:36:13 15:23:02 2 21.80 0.00 22.13 30.66 0.28 25.12 15:36:13 15:23:02 3 22.35 0.00 22.32 29.28 0.27 25.78 15:36:13 15:24:01 all 47.21 0.00 15.60 17.85 0.10 19.25 15:36:13 15:24:01 0 44.94 0.00 14.86 16.48 0.12 23.60 15:36:13 15:24:01 1 47.66 0.00 16.80 16.96 0.12 18.46 15:36:13 15:24:01 2 47.94 0.00 15.54 18.39 0.09 18.04 15:36:13 15:24:01 3 48.28 0.00 15.19 19.55 0.07 16.91 15:36:13 15:25:01 all 37.12 0.00 19.68 23.80 0.15 19.25 15:36:13 15:25:01 0 36.50 0.00 19.22 21.40 0.12 22.76 15:36:13 15:25:01 1 36.43 0.00 20.18 25.64 0.21 17.54 15:36:13 15:25:01 2 37.37 0.00 20.11 25.32 0.16 17.05 15:36:13 15:25:01 3 38.20 0.00 19.22 22.84 0.10 19.63 15:36:13 15:26:01 all 19.92 0.00 8.67 8.80 0.10 62.51 15:36:13 15:26:01 0 20.18 0.00 8.63 6.94 0.14 64.11 15:36:13 15:26:01 1 19.46 0.00 8.30 7.89 0.09 64.27 15:36:13 15:26:01 2 21.45 0.00 9.61 12.23 0.07 56.64 15:36:13 15:26:01 3 18.57 0.00 8.16 8.14 0.10 65.03 15:36:13 15:27:01 all 0.15 0.00 0.05 0.00 0.00 99.81 15:36:13 15:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:36:13 15:27:01 1 0.52 0.00 0.07 0.00 0.00 99.42 15:36:13 15:27:01 2 0.02 0.00 0.05 0.00 0.00 99.93 15:36:13 15:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:36:13 15:28:01 all 0.22 0.00 0.39 0.01 0.01 99.36 15:36:13 15:28:01 0 0.07 0.00 0.20 0.00 0.00 99.73 15:36:13 15:28:01 1 0.55 0.00 0.25 0.03 0.00 99.17 15:36:13 15:28:01 2 0.13 0.00 0.56 0.00 0.02 99.29 15:36:13 15:28:01 3 0.15 0.00 0.56 0.00 0.02 99.27 15:36:13 15:29:01 all 0.14 0.00 0.02 0.00 0.00 99.83 15:36:13 15:29:01 0 0.02 0.00 0.02 0.02 0.00 99.95 15:36:13 15:29:01 1 0.52 0.00 0.03 0.00 0.02 99.43 15:36:13 15:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:36:13 15:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:36:13 15:36:13 15:29:01 CPU %user %nice %system %iowait %steal %idle 15:36:13 15:30:01 all 0.16 0.00 0.07 0.00 0.00 99.77 15:36:13 15:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:36:13 15:30:01 1 0.47 0.00 0.12 0.00 0.02 99.40 15:36:13 15:30:01 2 0.03 0.00 0.07 0.00 0.00 99.90 15:36:13 15:30:01 3 0.12 0.00 0.07 0.00 0.00 99.82 15:36:13 15:31:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:36:13 15:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:36:13 15:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:36:13 15:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:36:13 15:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 15:36:13 15:32:01 all 0.10 0.00 0.05 0.00 0.00 99.85 15:36:13 15:32:01 0 0.08 0.00 0.05 0.00 0.00 99.87 15:36:13 15:32:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:36:13 15:32:01 2 0.20 0.00 0.05 0.00 0.00 99.75 15:36:13 15:32:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:36:13 15:33:01 all 0.05 0.00 0.05 0.02 0.00 99.88 15:36:13 15:33:01 0 0.05 0.00 0.03 0.00 0.00 99.92 15:36:13 15:33:01 1 0.08 0.00 0.07 0.02 0.00 99.83 15:36:13 15:33:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:36:13 15:33:01 3 0.03 0.00 0.05 0.07 0.02 99.83 15:36:13 15:34:02 all 0.02 0.00 0.04 0.00 0.00 99.95 15:36:13 15:34:02 0 0.02 0.00 0.03 0.00 0.00 99.95 15:36:13 15:34:02 1 0.02 0.00 0.07 0.00 0.00 99.92 15:36:13 15:34:02 2 0.02 0.00 0.02 0.00 0.00 99.97 15:36:13 15:34:02 3 0.02 0.00 0.03 0.00 0.00 99.95 15:36:13 15:35:01 all 0.03 0.00 0.02 0.00 0.00 99.95 15:36:13 15:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:36:13 15:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:36:13 15:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:36:13 15:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:36:13 15:36:01 all 6.20 0.00 3.96 3.27 0.05 86.52 15:36:13 15:36:01 0 6.59 0.00 4.30 3.02 0.05 86.05 15:36:13 15:36:01 1 5.55 0.00 3.54 2.83 0.07 88.01 15:36:13 15:36:01 2 5.82 0.00 4.54 3.57 0.05 86.02 15:36:13 15:36:01 3 6.84 0.00 3.44 3.66 0.05 86.01 15:36:13 Average: all 14.16 0.00 6.50 5.49 0.05 73.80 15:36:13 Average: 0 13.90 0.00 6.49 5.23 0.05 74.33 15:36:13 Average: 1 14.28 0.00 6.49 5.66 0.06 73.52 15:36:13 Average: 2 14.08 0.00 6.65 5.77 0.05 73.45 15:36:13 Average: 3 14.38 0.00 6.36 5.29 0.05 73.93 15:36:13 15:36:13 15:36:13