Pull request #3048 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1d85f020a9aa6f120c487b081e6e1f34154e693+4e8269025e0154ee6bf5f0a3cff0374e651c382f (9ee8ae01d6bc1d13362363bf993c6eb0254e0d67) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21246 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit a1d85f020a9aa6f120c487b081e6e1f34154e693 Merge succeeded, producing a1d85f020a9aa6f120c487b081e6e1f34154e693 Checking out Revision a1d85f020a9aa6f120c487b081e6e1f34154e693 (PR-3048) > git config core.sparsecheckout # timeout=10 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # 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 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:51:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:48 ========================================================= 17:51:48 EdgeX Global Pipelines Version Info 17:51:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 17:51:50 ------------------- 17:51:50 stable info: 17:51:50 ------------------- 17:51:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:50 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 17:51:50 Message: update stable to v1.0.177 17:51:51 ------------------- 17:51:51 experimental info: 17:51:51 ------------------- 17:51:51 Commited By: **** collab-it+edgex@linuxfoundation.org 17:51:51 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 17:51:51 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:51:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:51:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3048 [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3048 [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3048 [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1d85f020a9aa6f120c487b081e6e1f34154e693 [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1d85f0 [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:51:54 provisioning config files... 17:51:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3923129288349755400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:54 ---> docker-login.sh 17:51:54 nexus3.edgexfoundry.org:10001 17:51:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:55 Configure a credential helper to remove this warning. See 17:51:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:55 17:51:55 Login Succeeded 17:51:55 nexus3.edgexfoundry.org:10002 17:51:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:55 Configure a credential helper to remove this warning. See 17:51:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:55 17:51:55 Login Succeeded 17:51:55 nexus3.edgexfoundry.org:10003 17:51:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:55 Configure a credential helper to remove this warning. See 17:51:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:55 17:51:55 Login Succeeded 17:51:55 nexus3.edgexfoundry.org:10004 17:51:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:55 Configure a credential helper to remove this warning. See 17:51:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:55 17:51:55 Login Succeeded 17:51:55 docker.io 17:51:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:56 Configure a credential helper to remove this warning. See 17:51:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:56 17:51:56 Login Succeeded 17:51:56 ---> docker-login.sh ends [Pipeline] } 17:51:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:51:56 ++ 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 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/core-command/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo core-command,cmd/core-command/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/core-data/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo core-data,cmd/core-data/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/core-metadata/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo core-metadata,cmd/core-metadata/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/security-proxy-setup/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/support-notifications/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo support-notifications,cmd/support-notifications/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/support-scheduler/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:51:56 + for file in '`ls cmd/**/Dockerfile`' 17:51:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:51:56 ++ cut -d/ -f2 17:51:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:51:56 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 17:51:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:57 17:51:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:51:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:57 latest: Pulling from edgex-devops/git-semver 17:51:57 31603596830f: Pulling fs layer 17:51:57 2a8b12db71e7: Pulling fs layer 17:51:57 6ca5941a6612: Pulling fs layer 17:51:57 ecc8261a40a4: Pulling fs layer 17:51:57 ecc8261a40a4: Waiting 17:51:57 2a8b12db71e7: Verifying Checksum 17:51:57 2a8b12db71e7: Download complete 17:51:57 31603596830f: Verifying Checksum 17:51:57 31603596830f: Download complete 17:51:58 ecc8261a40a4: Verifying Checksum 17:51:58 ecc8261a40a4: Download complete 17:51:58 6ca5941a6612: Verifying Checksum 17:51:58 6ca5941a6612: Download complete 17:51:58 31603596830f: Pull complete 17:51:58 2a8b12db71e7: Pull complete 17:51:59 6ca5941a6612: Pull complete 17:51:59 ecc8261a40a4: Pull complete 17:51:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:51:59 prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container 17:51:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:52:02 $ docker top b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:02 [ssh-agent] Looking for ssh-agent implementation... 17:52:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:02 $ docker exec b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent 17:52:03 SSH_AUTH_SOCK=/tmp/ssh-mT492ti51lsC/agent.11 17:52:03 SSH_AGENT_PID=16 17:52:03 Running ssh-add (command line suppressed) 17:52:03 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4765705793636899563.key (/w/workspace/edgex-go/4@tmp/private_key_4765705793636899563.key) 17:52:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:03 + git tag --points-at HEAD [Pipeline] } 17:52:03 $ docker exec --env ******** --env ******** b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent -k 17:52:03 unset SSH_AUTH_SOCK; 17:52:03 unset SSH_AGENT_PID; 17:52:03 echo Agent pid 16 killed; 17:52:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:52:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:04 [ssh-agent] Looking for ssh-agent implementation... 17:52:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:04 $ docker exec b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent 17:52:04 SSH_AUTH_SOCK=/tmp/ssh-B1RpBSSyCMcf/agent.44 17:52:04 SSH_AGENT_PID=49 17:52:04 Running ssh-add (command line suppressed) 17:52:04 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2929974673879867432.key (/w/workspace/edgex-go/4@tmp/private_key_2929974673879867432.key) 17:52:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:04 + git semver init 17:52:04 # -> Open(): unable to determine branch for HEAD 17:52:04 # $GIT_DIR = /w/workspace/edgex-go/4/.git 17:52:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 17:52:04 # $SEMVER_REMOTE_NAME = origin 17:52:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:52:04 # $SEMVER_USER_NAME = edgex-jenkins 17:52:04 # $SEMVER_BRANCH = PR-3048 17:52:04 # $SEMVER_TEMP = /tmp/semver-505985187 17:52:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:52:31 # '/tmp/semver-505985187' -> '/w/workspace/edgex-go/4/.semver' 17:52:31 # -> Force: false 17:52:31 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 17:52:31 $ docker exec --env ******** --env ******** b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent -k 17:52:32 unset SSH_AUTH_SOCK; 17:52:32 unset SSH_AGENT_PID; 17:52:32 echo Agent pid 49 killed; 17:52:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:32 + git semver [Pipeline] } 17:52:32 $ docker stop --time=1 b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a 17:52:34 $ docker rm -f b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a [Pipeline] // withDockerContainer [Pipeline] sh 17:52:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:52:35 Stashed 1 file(s) [Pipeline] echo 17:52:35 [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 17:52:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:52:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:36 + sudo service docker restart 17:52:36 + true 17:52:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:52:37 ========================================================= 17:52:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:52:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:37 + 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 . 17:52:41 Sending build context to Docker daemon 326.6MB 17:52:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:52:41 Step 2/6 : FROM ${BASE} 17:52:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:52:41 188c0c94c7c5: Pulling fs layer 17:52:41 0ef7d3d256c8: Pulling fs layer 17:52:41 de9db76c5a1d: Pulling fs layer 17:52:41 bca2f99d35d6: Pulling fs layer 17:52:41 93359f2a8cfa: Pulling fs layer 17:52:41 7c6f9722023f: Pulling fs layer 17:52:41 a35cf1a2eb13: Pulling fs layer 17:52:41 bca2f99d35d6: Waiting 17:52:41 93359f2a8cfa: Waiting 17:52:41 7c6f9722023f: Waiting 17:52:41 a35cf1a2eb13: Waiting 17:52:41 de9db76c5a1d: Verifying Checksum 17:52:41 0ef7d3d256c8: Verifying Checksum 17:52:41 0ef7d3d256c8: Download complete 17:52:41 93359f2a8cfa: Verifying Checksum 17:52:41 93359f2a8cfa: Download complete 17:52:41 188c0c94c7c5: Verifying Checksum 17:52:41 188c0c94c7c5: Download complete 17:52:41 7c6f9722023f: Verifying Checksum 17:52:41 7c6f9722023f: Download complete 17:52:41 188c0c94c7c5: Pull complete 17:52:41 0ef7d3d256c8: Pull complete 17:52:41 de9db76c5a1d: Pull complete 17:52:43 a35cf1a2eb13: Verifying Checksum 17:52:43 a35cf1a2eb13: Download complete 17:52:43 bca2f99d35d6: Verifying Checksum 17:52:43 bca2f99d35d6: Download complete 17:52:48 bca2f99d35d6: Pull complete 17:52:48 93359f2a8cfa: Pull complete 17:52:48 7c6f9722023f: Pull complete 17:52:50 Still waiting to schedule task 17:52:50 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:52:57 a35cf1a2eb13: Pull complete 17:52:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:52:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:52:57 ---> a62c8e92a672 17:52:57 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 17:52:57 ---> Running in e894b310470d 17:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:00 (1/12) Installing libmagic (5.38-r0) 17:53:00 (2/12) Installing file (5.38-r0) 17:53:00 (3/12) Installing libc-dev (0.7.2-r3) 17:53:00 (4/12) Installing g++ (9.3.0-r2) 17:53:10 (5/12) Installing fortify-headers (1.1-r0) 17:53:10 (6/12) Installing patch (2.7.6-r6) 17:53:10 (7/12) Installing build-base (0.5-r2) 17:53:10 (8/12) Installing libsodium (1.0.18-r0) 17:53:11 (9/12) Installing pkgconf (1.7.2-r0) 17:53:11 (10/12) Installing libsodium-dev (1.0.18-r0) 17:53:11 (11/12) Installing libzmq (4.3.3-r0) 17:53:11 (12/12) Installing zeromq-dev (4.3.3-r0) 17:53:11 Executing busybox-1.31.1-r19.trigger 17:53:11 OK: 233 MiB in 51 packages 17:53:15 Removing intermediate container e894b310470d 17:53:15 ---> 4e5cf357ee57 17:53:15 Step 4/6 : WORKDIR /edgex-go 17:53:15 ---> Running in ac8a1be70442 17:53:15 Removing intermediate container ac8a1be70442 17:53:15 ---> 5fad953cc438 17:53:15 Step 5/6 : COPY go.mod . 17:53:15 ---> 34169fd7fecd 17:53:15 Step 6/6 : RUN go mod download 17:53:15 ---> Running in 7a2e421cbef5 17:53:35 Removing intermediate container 7a2e421cbef5 17:53:35 ---> ce7056203a81 17:53:35 Successfully built ce7056203a81 17:53:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:53:35 + docker inspect -f . ci-base-image-x86_64 17:53:35 . [Pipeline] withDockerContainer 17:53:35 prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container 17:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:53:36 $ docker top 640a9f568161dcd9a1cde267ed55829b1d8f4d733cc3325b852ebe6d66352c22 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:37 + go version 17:53:37 go version go1.15.5 linux/amd64 [Pipeline] } 17:53:37 $ docker stop --time=1 640a9f568161dcd9a1cde267ed55829b1d8f4d733cc3325b852ebe6d66352c22 17:53:38 $ docker rm -f 640a9f568161dcd9a1cde267ed55829b1d8f4d733cc3325b852ebe6d66352c22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:39 + docker inspect -f . ci-base-image-x86_64 17:53:39 . [Pipeline] withDockerContainer 17:53:39 prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container 17:53:39 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:53:40 $ docker top c5b89b2abab7a11f6f0241c19567cf353b2eb8a1d8384715e06cfcfd1f49ccc0 -eo pid,comm [Pipeline] { [Pipeline] echo 17:53:40 ========================================================= 17:53:40 [edgeXBuildGoParallel] Running Tests and Build... 17:53:40 ========================================================= [Pipeline] sh 17:53:41 + make test 17:53:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:53:51 ? github.com/edgexfoundry/edgex-go [no test files] 17:54:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:54:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:54:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:54:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:54:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:54:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:54:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:54:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.6% of statements 17:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.0% of statements 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 67.9% of statements 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.362s coverage: 92.8% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.4% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements 17:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 17:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 17:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 17:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 17:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 17:54:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 68.9% of statements 17:54:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:54:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:54:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:54:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:54:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements 17:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.421s coverage: 84.0% of statements 17:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.066s coverage: 100.0% of statements 17:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 47.1% of statements 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 17:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 17:54:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 17:54:34 GO111MODULE=on go vet ./... 17:55:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21251 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws 17:55:01 Running in /w/workspace/edgex-go/4 [Pipeline] { 17:55:01 gofmt -l . 17:55:01 [ "`gofmt -l .`" = "" ] 17:55:01 ./bin/test-go-mod-tidy.sh 17:55:01 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] checkout 17:55:01 + ls -al . 17:55:01 total 656 17:55:01 drwxrwxr-x 10 1001 1001 4096 Jan 19 17:55 . 17:55:01 drwxr-xr-x 4 root root 28 Jan 19 17:53 .. 17:55:01 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:51 .dockerignore 17:55:01 drwxrwxr-x 8 1001 1001 179 Jan 19 17:51 .git 17:55:01 drwxrwxr-x 3 1001 1001 125 Jan 19 17:51 .github 17:55:01 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:51 .gitignore 17:55:01 drwx------ 3 1001 1001 47 Jan 19 17:52 .semver 17:55:01 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:51 .sonarcloud.properties 17:55:01 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:51 Attribution.txt 17:55:01 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:51 CONTRIBUTING.md 17:55:01 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:51 Dockerfile.build 17:55:01 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:51 Jenkinsfile 17:55:01 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:51 LICENSE 17:55:01 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:51 Makefile 17:55:01 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:51 README.md 17:55:01 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:51 SECURITY.md 17:55:01 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION 17:55:01 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:51 ZMQWindows.md 17:55:01 drwxrwxr-x 2 1001 1001 117 Jan 19 17:51 bin 17:55:01 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:51 cmd 17:55:01 -rw-r--r-- 1 root root 550280 Jan 19 17:54 coverage.out 17:55:01 -rw-r--r-- 1 root root 981 Jan 19 17:54 go.mod 17:55:01 -rw-r--r-- 1 root root 19436 Jan 19 17:54 go.sum 17:55:01 drwxrwxr-x 8 1001 1001 127 Jan 19 17:51 internal 17:55:01 drwxrwxr-x 4 1001 1001 26 Jan 19 17:51 openapi 17:55:01 drwxrwxr-x 4 1001 1001 71 Jan 19 17:51 snap 17:55:01 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:51 version.go [Pipeline] sh 17:55:02 + '[' -e coverage.out ] 17:55:02 + chown 1001:1001 coverage.out [Pipeline] stash 17:55:02 Stashed 1 file(s) [Pipeline] sh 17:55:02 + make build 17:55:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:55:06 using credential edgex-jenkins-ssh 17:55:06 Cloning the remote Git repository 17:55:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:55:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:55:06 > git init /w/workspace/edgex-go/4 # timeout=10 17:55:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:55:07 > git --version # timeout=10 17:55:07 > git --version # 'git version 2.17.1' 17:55:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55: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 17:55:15 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 17:55:17 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 17:55:17 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 17:55:18 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 17:55:20 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 17:55:21 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 17:55:22 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 17:55:22 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit a1d85f020a9aa6f120c487b081e6e1f34154e693 17:55:23 Merge succeeded, producing a1d85f020a9aa6f120c487b081e6e1f34154e693 17:55:23 Checking out Revision a1d85f020a9aa6f120c487b081e6e1f34154e693 (PR-3048) 17:55:23 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 17:55:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:55:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:55:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:55:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:55:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:55:22 > git config core.sparsecheckout # timeout=10 17:55:22 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 17:55:23 > git remote # timeout=10 17:55:23 > git config --get remote.origin.url # timeout=10 17:55:23 using GIT_SSH to set credentials SSH Credentials for GitHub 17:55:23 > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 17:55:23 > git rev-parse HEAD^{commit} # timeout=10 17:55:23 > git config core.sparsecheckout # timeout=10 17:55:23 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 17:55:24 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] } 17:55:25 $ docker stop --time=1 c5b89b2abab7a11f6f0241c19567cf353b2eb8a1d8384715e06cfcfd1f49ccc0 17:55:27 $ docker rm -f c5b89b2abab7a11f6f0241c19567cf353b2eb8a1d8384715e06cfcfd1f49ccc0 17:55:27 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 17:55:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:29 17:55:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:55:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 17:55:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:30 latest: Pulling from edgex-devops/edgex-compose 17:55:30 cbdbe7a5bc2a: Pulling fs layer 17:55:30 ca9280d653b3: Pulling fs layer 17:55:30 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 17:55:30 cbdbe7a5bc2a: Verifying Checksum 17:55:30 cbdbe7a5bc2a: Download complete 17:55:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:55:30 + + true 17:55:30 sudo service docker restart 17:55:30 ca9280d653b3: Verifying Checksum 17:55:30 ca9280d653b3: Download complete 17:55:30 cbdbe7a5bc2a: Pull complete 17:55:31 7e9c9ca2126c: Download complete 17:55:31 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:55:32 provisioning config files... 17:55:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1502958445779238691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:55:33 ---> docker-login.sh 17:55:33 nexus3.edgexfoundry.org:10001 17:55:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:34 Configure a credential helper to remove this warning. See 17:55:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:34 17:55:34 Login Succeeded 17:55:34 nexus3.edgexfoundry.org:10002 17:55:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:35 Configure a credential helper to remove this warning. See 17:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:35 17:55:35 Login Succeeded 17:55:35 nexus3.edgexfoundry.org:10003 17:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:35 Configure a credential helper to remove this warning. See 17:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:35 17:55:35 Login Succeeded 17:55:35 nexus3.edgexfoundry.org:10004 17:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:36 Configure a credential helper to remove this warning. See 17:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:36 17:55:36 Login Succeeded 17:55:36 docker.io 17:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:36 Configure a credential helper to remove this warning. See 17:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:36 17:55:36 Login Succeeded 17:55:36 ---> docker-login.sh ends [Pipeline] } 17:55:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:55:37 ========================================================= 17:55:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:55:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:55:37 + 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 . 17:55:38 7e9c9ca2126c: Pull complete 17:55:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:55:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:55:38 prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container 17:55:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:55:40 Sending build context to Docker daemon 165.5MB 17:55:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:55:40 Step 2/6 : FROM ${BASE} 17:55:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:55:40 5f621e34cdf4: Pulling fs layer 17:55:40 a4357932f1b6: Pulling fs layer 17:55:40 18c013af1878: Pulling fs layer 17:55:40 00ac8860ef70: Pulling fs layer 17:55:40 63d7cb157983: Pulling fs layer 17:55:40 b116817d02f9: Pulling fs layer 17:55:40 745a02a5169b: Pulling fs layer 17:55:40 00ac8860ef70: Waiting 17:55:40 63d7cb157983: Waiting 17:55:40 b116817d02f9: Waiting 17:55:40 745a02a5169b: Waiting 17:55:40 18c013af1878: Verifying Checksum 17:55:40 18c013af1878: Download complete 17:55:40 a4357932f1b6: Download complete 17:55:40 63d7cb157983: Verifying Checksum 17:55:40 63d7cb157983: Download complete 17:55:40 b116817d02f9: Verifying Checksum 17:55:40 b116817d02f9: Download complete 17:55:40 5f621e34cdf4: Verifying Checksum 17:55:40 5f621e34cdf4: Download complete 17:55:40 5f621e34cdf4: Pull complete 17:55:41 a4357932f1b6: Pull complete 17:55:41 18c013af1878: Pull complete 17:55:41 $ docker top 94e049fc27e41f1b6c1b095f8789ba611a3e1c2e7eb0bcc8d2675105d0f4eeeb -eo pid,comm [Pipeline] { 17:55:42 745a02a5169b: Verifying Checksum 17:55:42 745a02a5169b: Download complete [Pipeline] sh 17:55:42 + docker-compose build --help 17:55:42 + grep parallel 17:55:43 --parallel Build images in parallel. [Pipeline] } 17:55:43 $ docker stop --time=1 94e049fc27e41f1b6c1b095f8789ba611a3e1c2e7eb0bcc8d2675105d0f4eeeb 17:55:43 00ac8860ef70: Verifying Checksum 17:55:43 00ac8860ef70: Download complete 17:55:44 $ docker rm -f 94e049fc27e41f1b6c1b095f8789ba611a3e1c2e7eb0bcc8d2675105d0f4eeeb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:45 . [Pipeline] withDockerContainer 17:55:45 prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container 17:55: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:55:45 $ docker top 4b98cdcc302d2665b7151b41f13b12461540e180ad0e093716d912ef267f4e75 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:46 + docker-compose -f ./docker-compose-build.yml build --parallel 17:55:47 Building docker-core-command-go ... 17:55:47 Building docker-core-data-go ... 17:55:47 Building docker-core-metadata-go ... 17:55:47 Building docker-security-bootstrap-redis-go ... 17:55:47 Building docker-security-proxy-setup-go ... 17:55:47 Building docker-security-secretstore-setup-go ... 17:55:47 Building docker-support-notifications-go ... 17:55:47 Building docker-support-scheduler-go ... 17:55:47 Building docker-sys-mgmt-agent-go ... 17:55:47 Building docker-sys-mgmt-agent-go 17:55:47 Building docker-core-command-go 17:55:47 Building docker-core-data-go 17:55:47 Building docker-security-secretstore-setup-go 17:55:47 Building docker-security-proxy-setup-go 17:55:53 00ac8860ef70: Pull complete 17:55:53 63d7cb157983: Pull complete 17:55:54 b116817d02f9: Pull complete 17:55:58 745a02a5169b: Pull complete 17:55:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:55:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:55:58 ---> b7e6874047d6 17:55:58 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 17:56:01 ---> Running in e5078dfa5512 17:56:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:56:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:56:04 (1/12) Installing libmagic (5.38-r0) 17:56:05 (2/12) Installing file (5.38-r0) 17:56:05 (3/12) Installing libc-dev (0.7.2-r3) 17:56:05 (4/12) Installing g++ (9.3.0-r2) 17:56:09 (5/12) Installing fortify-headers (1.1-r0) 17:56:09 (6/12) Installing patch (2.7.6-r6) 17:56:09 (7/12) Installing build-base (0.5-r2) 17:56:09 (8/12) Installing libsodium (1.0.18-r0) 17:56:09 (9/12) Installing pkgconf (1.7.2-r0) 17:56:09 (10/12) Installing libsodium-dev (1.0.18-r0) 17:56:09 (11/12) Installing libzmq (4.3.3-r0) 17:56:09 (12/12) Installing zeromq-dev (4.3.3-r0) 17:56:10 Executing busybox-1.31.1-r19.trigger 17:56:10 OK: 217 MiB in 51 packages 17:56:14 Removing intermediate container e5078dfa5512 17:56:14 ---> b2c7d7b5c502 17:56:14 Step 4/6 : WORKDIR /edgex-go 17:56:14 ---> Running in a21acbc7c260 17:56:14 Removing intermediate container a21acbc7c260 17:56:14 ---> e98c4087de94 17:56:14 Step 5/6 : COPY go.mod . 17:56:15 ---> f776720af43c 17:56:15 Step 6/6 : RUN go mod download 17:56:15 ---> Running in 0a9a36914a69 17:56:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:56:19 ---> ce7056203a81 17:56:19 Step 3/26 : WORKDIR /edgex-go 17:56:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:56:19 ---> ce7056203a81 17:56:19 Step 3/23 : WORKDIR /edgex-go 17:56:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:56:19 ---> ce7056203a81 17:56:19 Step 3/24 : WORKDIR /edgex-go 17:56:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:56:19 ---> ce7056203a81 17:56:19 Step 3/22 : WORKDIR /edgex-go 17:56:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:56:19 ---> ce7056203a81 17:56:19 Step 3/21 : WORKDIR /edgex-go 17:56:19 ---> Running in 1013bead89d2 17:56:19 ---> Running in 3f340521812d 17:56:19 ---> Running in 1d3978118214 17:56:19 ---> Running in 072dbd3183c0 17:56:19 ---> Running in 83205f5c7c29 17:56:19 Removing intermediate container 3f340521812d 17:56:19 ---> 50ae57141729 17:56:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:19 Removing intermediate container 1d3978118214 17:56:19 ---> 968b1051f68f 17:56:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:19 Removing intermediate container 072dbd3183c0 17:56:19 ---> cdf0e13eb47d 17:56:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:19 Removing intermediate container 1013bead89d2 17:56:19 ---> 76c1834c8740 17:56:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:19 Removing intermediate container 83205f5c7c29 17:56:19 ---> cd0daf00fbf6 17:56:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:19 ---> Running in 1d4d61a92cba 17:56:19 ---> Running in 212b85471056 17:56:19 ---> Running in 6b1d7a719d1e 17:56:19 ---> Running in 3a3e3c080e6f 17:56:19 ---> Running in 5dcc355c7db4 17:56:20 Removing intermediate container 1d4d61a92cba 17:56:20 ---> 5e35e79da453 17:56:20 Step 5/21 : RUN apk add --update --no-cache make git 17:56:20 ---> Running in 2bded2919c4c 17:56:20 Removing intermediate container 6b1d7a719d1e 17:56:20 ---> b53a56dd24d9 17:56:20 Step 5/24 : RUN apk add --update --no-cache make git 17:56:20 ---> Running in ac3a1d9b4643 17:56:21 Removing intermediate container 3a3e3c080e6f 17:56:21 ---> d1971a53781c 17:56:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:56:21 Removing intermediate container 5dcc355c7db4 17:56:21 ---> 106d613ca51f 17:56:21 Step 5/26 : RUN apk add --update --no-cache make bash git 17:56:21 Removing intermediate container 212b85471056 17:56:21 ---> b7c2624531ec 17:56:21 Step 5/22 : RUN apk add --update --no-cache make git 17:56:21 ---> Running in 71dcaca1408c 17:56:21 ---> Running in 47c2a958586a 17:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:21 ---> Running in 6548e61fb652 17:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:22 OK: 233 MiB in 51 packages 17:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:23 Removing intermediate container 2bded2919c4c 17:56:23 ---> 275456e5a846 17:56:23 Step 6/21 : COPY go.mod . 17:56:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:23 OK: 233 MiB in 51 packages 17:56:23 ---> 93d0573358c5 17:56:23 Step 7/21 : RUN go mod download 17:56:23 ---> Running in b63f035b0bc4 17:56:24 OK: 233 MiB in 51 packages 17:56:24 Removing intermediate container ac3a1d9b4643 17:56:24 ---> be075ffb9c1c 17:56:24 Step 6/24 : COPY go.mod . 17:56:24 OK: 233 MiB in 51 packages 17:56:24 OK: 233 MiB in 51 packages 17:56:24 ---> 508ce942ca8a 17:56:24 Step 7/24 : RUN go mod download 17:56:24 ---> Running in 01364c58112b 17:56:24 Removing intermediate container 47c2a958586a 17:56:24 ---> 1ac21c2884f1 17:56:24 Step 6/26 : COPY go.mod . 17:56:24 Removing intermediate container 6548e61fb652 17:56:24 ---> a0f3a64bcadc 17:56:24 Step 6/22 : COPY go.mod . 17:56:25 Removing intermediate container 71dcaca1408c 17:56:25 ---> 02d025768211 17:56:25 Step 6/23 : COPY go.mod . 17:56:25 ---> 5357d3c45e3d 17:56:25 Step 7/26 : RUN go mod download 17:56:25 ---> Running in d14530dafca3 17:56:25 ---> b370eaa4542d 17:56:25 Step 7/22 : RUN go mod download 17:56:25 ---> 6c8ce117494e 17:56:25 Step 7/23 : RUN go mod download 17:56:25 ---> Running in 2ec901436930 17:56:25 Removing intermediate container b63f035b0bc4 17:56:25 ---> 2fd139727f0e 17:56:25 Step 8/21 : COPY . . 17:56:25 ---> Running in 8f67d456c47c 17:56:28 Removing intermediate container 01364c58112b 17:56:28 ---> 0dae5cfefed1 17:56:28 Step 8/24 : COPY . . 17:56:33 Removing intermediate container d14530dafca3 17:56:33 ---> 8b3f887cad73 17:56:33 Step 8/26 : COPY . . 17:56:37 Removing intermediate container 8f67d456c47c 17:56:37 ---> 0e5c21a10cfa 17:56:37 Step 8/23 : COPY . . 17:56:41 Removing intermediate container 2ec901436930 17:56:41 ---> 97533aa31faf 17:56:41 Step 8/22 : COPY . . 17:56:42 Removing intermediate container 0a9a36914a69 17:56:42 ---> 0fade94a158c 17:56:42 Successfully built 0fade94a158c 17:56:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:56:42 + docker inspect -f . ci-base-image-arm64 17:56:42 . [Pipeline] withDockerContainer 17:56:42 prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container 17:56:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:56:44 $ docker top e03ae69940a1a2146b11daaefd963a5f1347d281d73bda7e3d94f831d5c52ef7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:45 + go version 17:56:45 go version go1.15.5 linux/arm64 [Pipeline] } 17:56:45 $ docker stop --time=1 e03ae69940a1a2146b11daaefd963a5f1347d281d73bda7e3d94f831d5c52ef7 17:56:47 $ docker rm -f e03ae69940a1a2146b11daaefd963a5f1347d281d73bda7e3d94f831d5c52ef7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:56:48 + docker inspect -f . ci-base-image-arm64 17:56:48 . [Pipeline] withDockerContainer 17:56:49 prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container 17:56:49 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:56:50 $ docker top 2289f168d0cd42d43b0b40bf98de37b8656bb02bdc8c9b26b817557bcff11928 -eo pid,comm [Pipeline] { [Pipeline] echo 17:56:50 ========================================================= 17:56:50 [edgeXBuildGoParallel] Running Tests and Build... 17:56:50 ========================================================= [Pipeline] sh 17:56:51 + make test 17:56:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:56:59 ---> e598c3390a3b 17:56:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:57:02 ---> Running in 817ac20f74b9 17:57:02 ---> 418eeec148f0 17:57:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:57:04 ---> Running in 21a01ce77132 17:57:04 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 17:57:06 ---> 773ce62fde6e 17:57:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:57:06 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 17:57:07 ---> Running in 44c03cf3f53a 17:57:10 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 17:57:10 ---> 6a5c9f12def3 17:57:10 Step 9/23 : RUN make cmd/core-data/core-data 17:57:10 ---> Running in 8573e0bf52e2 17:57:11 ---> ffd731f3376a 17:57:11 Step 9/22 : RUN make cmd/core-command/core-command 17:57:12 ---> Running in 0e3dbdab5b1f 17:57: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 17:57:12 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 17:57:13 ? github.com/edgexfoundry/edgex-go [no test files] 17:57:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:57:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:57:41 Removing intermediate container 21a01ce77132 17:57:41 ---> 9fa5c5e45a84 17:57:41 17:57:41 Step 10/24 : FROM alpine:3.12 17:57:41 3.12: Pulling from library/alpine 17:57:41 Removing intermediate container 817ac20f74b9 17:57:41 ---> 45a18b00fc26 17:57:41 17:57:41 Step 10/21 : FROM alpine:3.12 17:57:41 3.12: Pulling from library/alpine 17:57:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:42 Status: Downloaded newer image for alpine:3.12 17:57:42 ---> 389fef711851 17:57:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:57:42 Status: Image is up to date for alpine:3.12 17:57:42 ---> 389fef711851 17:57:42 Step 11/21 : RUN apk add --update --no-cache curl 17:57:43 ---> Running in b8e348916075 17:57:43 ---> Running in ce8141d46fb8 17:57:43 Removing intermediate container 44c03cf3f53a 17:57:43 ---> 15a0cf34ca67 17:57:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:57:43 ---> Running in a0586418b8d0 17:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:44 (1/4) Installing ca-certificates (20191127-r4) 17:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:57:44 (3/4) Installing libcurl (7.69.1-r3) 17:57:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:57:44 (4/4) Installing curl (7.69.1-r3) 17:57:44 Executing busybox-1.31.1-r19.trigger 17:57:44 Executing ca-certificates-20191127-r4.trigger 17:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:45 OK: 7 MiB in 18 packages 17:57:45 (1/5) Installing ca-certificates (20191127-r4) 17:57:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:57:45 (3/5) Installing libcurl (7.69.1-r3) 17:57:45 (4/5) Installing curl (7.69.1-r3) 17:57:45 (5/5) Installing dumb-init (1.2.2-r1) 17:57:45 Executing busybox-1.31.1-r19.trigger 17:57:45 Executing ca-certificates-20191127-r4.trigger 17:57:45 OK: 7 MiB in 19 packages 17:57:48 Removing intermediate container 0e3dbdab5b1f 17:57:48 ---> 34a4af079903 17:57:48 17:57:48 Step 10/22 : FROM scratch 17:57:48 ---> 17:57:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:57:48 ---> Running in 90a8aa4f613c 17:57:48 Removing intermediate container b8e348916075 17:57:48 ---> 54167d759892 17:57:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:57:49 Removing intermediate container ce8141d46fb8 17:57:49 ---> 30f9dbc2b680 17:57:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:57:49 ---> Running in 662235c18b07 17:57:49 ---> Running in fc632ceab45d 17:57:49 Removing intermediate container 90a8aa4f613c 17:57:49 ---> fa2d7ee196be 17:57:49 Step 12/22 : ENV APP_PORT=48082 17:57:49 Removing intermediate container a0586418b8d0 17:57:49 ---> 971677763233 17:57:49 17:57:49 Step 11/26 : FROM docker:20.10.0 17:57:49 20.10.0: Pulling from library/docker 17:57:50 ---> Running in df27566af9e0 17:57:50 Removing intermediate container 662235c18b07 17:57:50 ---> c8cf5d8a792e 17:57:50 Step 13/21 : WORKDIR /edgex 17:57:52 ---> Running in 59a181511ecd 17:57:52 Removing intermediate container df27566af9e0 17:57:52 ---> 8d6f34ebc9b3 17:57:52 Step 13/22 : EXPOSE $APP_PORT 17:57:52 Removing intermediate container fc632ceab45d 17:57:52 ---> b605cf7bc5ec 17:57:52 Step 13/24 : WORKDIR / 17:57:52 Removing intermediate container 8573e0bf52e2 17:57:52 ---> acc5bcc706c0 17:57:52 17:57:52 Step 10/23 : FROM alpine:3.12 17:57:52 ---> 389fef711851 17:57:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:57:53 ---> Running in 065d41ac6884 17:57:53 ---> Running in 203e50a89661 17:57:53 ---> Running in 964472e8d5e8 17:57:53 Removing intermediate container 59a181511ecd 17:57:53 ---> 09869843750e 17:57:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:57:53 Removing intermediate container 065d41ac6884 17:57:53 ---> 8a6d28157831 17:57:53 Step 14/22 : WORKDIR / 17:57:53 Removing intermediate container 203e50a89661 17:57:53 ---> 534759be97da 17:57:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:57:53 ---> Running in 0f30aa0451c7 17:57:53 Removing intermediate container 964472e8d5e8 17:57:53 ---> 0ce10ff4f69f 17:57:53 Step 12/23 : ENV APP_PORT=48080 17:57:53 ---> Running in 211314f5e1fe 17:57:54 ---> 9f2ed31515a1 17:57:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:57:54 Removing intermediate container 0f30aa0451c7 17:57:54 ---> 549805b683c6 17:57:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:54 ---> 37a6262db2f7 17:57:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:57:54 Removing intermediate container 211314f5e1fe 17:57:54 ---> d4f5f720d731 17:57:54 Step 13/23 : EXPOSE $APP_PORT 17:57:54 ---> Running in 7cec5e27d522 17:57:54 ---> 7c0c75d02b88 17:57:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:57:54 ---> b4cb93a32bdb 17:57:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:57:54 ---> 2bc1b97c5fe3 17:57:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:57:54 Removing intermediate container 7cec5e27d522 17:57:54 ---> 01738496cac8 17:57:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:57:54 ---> Running in 23789bea462b 17:57:55 ---> 21b166fea0a2 17:57:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:57:55 ---> 870fd679573d 17:57:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:57:55 ---> bfe15202a7f3 17:57:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:57:56 ---> Running in ecf9ec48f085 17:57:58 ---> 7aa64c2df7b3 17:57:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:57:58 ---> e69ab46e3103 17:57:58 Step 18/22 : ENTRYPOINT ["/core-command"] 17:57:58 Removing intermediate container ecf9ec48f085 17:57:58 ---> 8e23550831fa 17:57:58 Step 18/21 : CMD ["--init=true"] 17:57:58 ---> Running in f24aa74537c0 17:57:58 ---> Running in 127c91dc79ad 17:57:58 ---> 73dda84cbbd3 17:57:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:57:58 Removing intermediate container f24aa74537c0 17:57:58 ---> 4d0607c8c316 17:57:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:58 ---> Running in 377493282fd1 17:57:58 Removing intermediate container 127c91dc79ad 17:57:58 ---> a19a472ba252 17:57:58 Step 19/21 : LABEL arch=x86_64 17:57:58 Removing intermediate container 23789bea462b 17:57:58 ---> 02fda331b271 17:57:58 Step 15/23 : RUN apk add --update --no-cache zeromq 17:57:58 ---> 38f2a57f4c38 17:57: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/ 17:57:58 ---> Running in 80df3c7f391a 17:57:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:57:59 ---> Running in 3c9cb684e9ec 17:57:59 ---> Running in 7fd09b4d3517 17:57:59 Status: Downloaded newer image for docker:20.10.0 17:57:59 ---> aefe523efa57 17:57:59 Step 12/26 : RUN apk add --no-cache bash 17:57:59 Removing intermediate container 377493282fd1 17:57:59 ---> fd1c64a9c4f0 17:57:59 Step 20/22 : LABEL arch=x86_64 17:57:59 ---> Running in a8c5c04c7ce6 17:57:59 ---> Running in dd6c5b7a3304 17:57:59 Removing intermediate container 80df3c7f391a 17:57:59 ---> fe1bb770f9d0 17:57:59 Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 17:58:00 ---> Running in dca6ac94d923 17:58:00 Removing intermediate container dd6c5b7a3304 17:58:00 ---> 94e6d2c8df20 17:58:00 Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 17:58:00 ---> Running in b1d70539357c 17:58:00 Removing intermediate container dca6ac94d923 17:58:00 ---> fc8ea4be329e 17:58:00 Step 21/21 : LABEL version=0.0.0 17:58:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:58:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:00 ---> Running in 915d59ab662b 17:58:00 Removing intermediate container b1d70539357c 17:58:00 ---> fade2f11c0f2 17:58:00 Step 22/22 : LABEL version=0.0.0 17:58:01 ---> Running in d96bbf313be9 17:58:01 (1/2) Installing readline (8.0.4-r0) 17:58:01 (2/2) Installing bash (5.0.17-r0) 17:58:01 Executing bash-5.0.17-r0.post-install 17:58:01 Executing busybox-1.31.1-r19.trigger 17:58:01 OK: 12 MiB in 22 packages 17:58:01 Removing intermediate container 915d59ab662b 17:58:01 ---> 9548a031fa5f 17:58:01 17:58:01 Removing intermediate container d96bbf313be9 17:58:01 ---> eedfa3867d28 17:58:01 17:58:01 Successfully built 9548a031fa5f 17:58:01 Removing intermediate container 3c9cb684e9ec 17:58:01 ---> c3723b9c98ad 17:58:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:58:01 Successfully tagged docker-security-proxy-setup-go:latest 17:58:01  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 17:58:01 Successfully built eedfa3867d28 17:58:01 Successfully tagged docker-core-command-go:latest 17:58:01  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 17:58:01 ---> Running in e9787a177431 17:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:01 Removing intermediate container e9787a177431 17:58:01 ---> e37e1585ef97 17:58:01 Step 22/24 : LABEL arch=x86_64 17:58:01 Removing intermediate container a8c5c04c7ce6 17:58:01 ---> 8c378355171b 17:58:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:58:01 ---> Running in 25a2e7c47155 17:58:01 ---> Running in a233808db007 17:58:02 Removing intermediate container 25a2e7c47155 17:58:02 ---> cc5151a0ca0f 17:58:02 Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 17:58:02 Removing intermediate container a233808db007 17:58:02 ---> e7cc224837d5 17:58:02 Step 14/26 : ENV APP_PORT=48090 17:58:02 (1/5) Installing libgcc (9.3.0-r2) 17:58:02 (2/5) Installing libsodium (1.0.18-r0) 17:58:02 (3/5) Installing libstdc++ (9.3.0-r2) 17:58:02 (4/5) Installing libzmq (4.3.3-r0) 17:58:03 (5/5) Installing zeromq (4.3.3-r0) 17:58:03 Executing busybox-1.31.1-r19.trigger 17:58:05 OK: 8 MiB in 19 packages 17:58:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:58:07 ---> Running in 90cb39dcb111 17:58:07 ---> Running in 5d82b034628e 17:58:08 Removing intermediate container 5d82b034628e 17:58:08 ---> 5596f1733b7b 17:58:08 Step 24/24 : LABEL version=0.0.0 17:58:08 Removing intermediate container 90cb39dcb111 17:58:08 ---> 1229282b59ff 17:58:08 Step 15/26 : EXPOSE $APP_PORT 17:58:08 ---> Running in 890171ffd78a 17:58:08 ---> Running in 0644f3365c14 17:58:09 Removing intermediate container 7fd09b4d3517 17:58:09 ---> ae5e65f308cb 17:58:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:58:09 Removing intermediate container 890171ffd78a 17:58:09 ---> 728d1a5ff0f0 17:58:09 17:58:09 Removing intermediate container 0644f3365c14 17:58:09 ---> e99482bfda02 17:58:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:58:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:58:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:58:09 Successfully built 728d1a5ff0f0 17:58:09 Successfully tagged docker-security-secretstore-setup-go:latest 17:58:09 Building docker-support-scheduler-go 17:58:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:58:12  Building docker-security-secretstore-setup-go ... done  ---> d8e57e56393d 17:58:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:58:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:58:16 ---> 2ed7c587373e 17:58:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:58:18 ---> e2a596b708af 17:58:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:58:19 ---> adfac17df915 17:58:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:58:20 ---> 967e1eb47435 17:58:20 Step 19/23 : ENTRYPOINT ["/core-data"] 17:58:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:58:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:58:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:58:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:58:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:58:21 ---> ce7056203a81 17:58:21 Step 3/24 : WORKDIR /edgex-go 17:58:21 ---> ce7056203a81 17:58:21 Step 3/22 : WORKDIR /edgex-go 17:58:21 ---> Using cache 17:58:21 ---> cd0daf00fbf6 17:58:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:21 ---> Using cache 17:58:21 ---> cd0daf00fbf6 17:58:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:21 ---> Using cache 17:58:21 ---> 106d613ca51f 17:58:21 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates ---> Using cache 17:58:21 17:58:21 ---> 106d613ca51f 17:58:21 Step 5/22 : RUN apk add --update --no-cache make git 17:58:22 ---> 28ebad46e780 17:58:22 Step 19/26 : RUN apk --no-cache add py3-pip 17:58:22 ---> Running in 19be092522ee 17:58:23 ---> Running in 1864675e9c70 17:58:23 ---> Running in fe9cf6a9af69 17:58:23 ---> Running in 84b1c3685170 17:58:23 Removing intermediate container 19be092522ee 17:58:23 ---> 4aac958f6c0b 17:58:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:58:24 ---> Running in 029e13fb92ef 17:58:26 Removing intermediate container 029e13fb92ef 17:58:26 ---> cb1c6c34e818 17:58:26 Step 21/23 : LABEL arch=x86_64 17:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:26 ---> Running in e86b30dfeff9 17:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:26 (1/33) Installing libbz2 (1.0.8-r1) 17:58:26 (2/33) Installing expat (2.2.9-r1) 17:58:26 (3/33) Installing libffi (3.3-r2) 17:58:26 (4/33) Installing gdbm (1.13-r1) 17:58:26 (5/33) Installing xz-libs (5.2.5-r0) 17:58:26 (6/33) Installing sqlite-libs (3.32.1-r0) 17:58:26 (7/33) Installing python3 (3.8.5-r0) 17:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:27 Removing intermediate container e86b30dfeff9 17:58:27 ---> bdcb3cfe15ac 17:58:27 Step 22/23 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 17:58:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements 17:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:58:27 OK: 233 MiB in 51 packages 17:58:27 OK: 233 MiB in 51 packages 17:58:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:58:28 ---> ce7056203a81 17:58:28 Step 3/21 : WORKDIR /edgex-go 17:58:28 ---> Using cache 17:58:28 ---> cd0daf00fbf6 17:58:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:28 ---> Using cache 17:58:28 ---> 106d613ca51f 17:58:28 Step 5/21 : RUN apk add --update --no-cache make git 17:58:30 ---> Running in 8dd622587ec4 17:58:30 (8/33) Installing py3-appdirs (1.4.4-r1) 17:58:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:58:30 (10/33) Installing py3-parsing (2.4.7-r0) 17:58:30 (11/33) Installing py3-six (1.15.0-r0) 17:58:30 ---> Running in 675c52c83260 17:58:30 (12/33) Installing py3-packaging (20.4-r0) 17:58:30 (13/33) Installing py3-setuptools (47.0.0-r0) 17:58:30 (14/33) Installing py3-chardet (3.0.4-r4) 17:58:30 (15/33) Installing py3-idna (2.9-r0) 17:58:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:58:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:58:31 (18/33) Installing py3-requests (2.23.0-r0) 17:58:31 (19/33) Installing py3-msgpack (1.0.0-r0) 17:58:31 (20/33) Installing py3-lockfile (0.12.2-r3) 17:58:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:58:31 Removing intermediate container 8dd622587ec4 17:58:31 ---> a922462d966e 17:58:31 Step 23/23 : LABEL version=0.0.0 17:58:31 (22/33) Installing py3-colorama (0.4.3-r0) 17:58:31 Removing intermediate container fe9cf6a9af69 17:58:31 ---> d11693d0708f 17:58:31 Step 6/22 : COPY go.mod . 17:58:31 (23/33) Installing py3-distlib (0.3.0-r0) 17:58:31 (24/33) Installing py3-distro (1.5.0-r1) 17:58:31 (25/33) Installing py3-webencodings (0.5.1-r3) 17:58:31 (26/33) Installing py3-html5lib (1.0.1-r4) 17:58:32 ---> Running in 7f0250a91ce5 17:58:32 (27/33) Installing py3-pytoml (0.1.21-r0) 17:58:32 Removing intermediate container 1864675e9c70 17:58:32 ---> 60826865ca94 17:58:32 Step 6/24 : COPY go.mod . 17:58:32 (28/33) Installing py3-pep517 (0.8.2-r0) 17:58:32 (29/33) Installing py3-progress (1.5-r0) 17:58:32 (30/33) Installing py3-toml (0.10.1-r0) 17:58:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:32 (31/33) Installing py3-retrying (1.3.3-r0) 17:58:32 ---> cdb5cce228e6 17:58:32 Step 7/22 : RUN go mod download 17:58:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:58:32 (33/33) Installing py3-pip (20.1.1-r0) 17:58:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:33 OK: 233 MiB in 51 packages 17:58:33 ---> Running in 7a23f0cb2f98 17:58:33 Executing busybox-1.31.1-r19.trigger 17:58:33 ---> 2d129ee416c7 17:58:33 Step 7/24 : RUN go mod download 17:58:33 Removing intermediate container 7f0250a91ce5 17:58:33 ---> bad9dfb31c27 17:58:33 17:58:33 OK: 71 MiB in 55 packages 17:58:33 ---> Running in 67815bf1ca60 17:58:33 Successfully built bad9dfb31c27 17:58:33 Successfully tagged docker-core-data-go:latest 17:58:33 Building docker-core-metadata-go 17:58:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.0% of statements 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:58:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:58:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:58:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.275s coverage: 67.9% of statements 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:58:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.691s coverage: 82.3% of statements 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:58:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:58:34  Building docker-core-data-go ... done Removing intermediate container 675c52c83260 17:58:34 ---> aea174794894 17:58:34 Step 6/21 : COPY go.mod . 17:58:37 ---> 28399eafa2d6 17:58:37 Step 7/21 : RUN go mod download 17:58:38 ---> Running in 7162553a6ff1 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.201s coverage: 78.3% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:58:43 Removing intermediate container 7a23f0cb2f98 17:58:43 ---> ced62bfd6e25 17:58:43 Step 8/22 : COPY . . 17:58:43 Removing intermediate container 67815bf1ca60 17:58:43 ---> 26bdd232a7d7 17:58:43 Step 8/24 : COPY . . 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 92.8% of statements 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.1% of statements 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 17:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.107s coverage: 80.8% of statements 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements 17:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements 17:58:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 17:58:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:58:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:58:54 ---> ce7056203a81 17:58:54 Step 3/22 : WORKDIR /edgex-go 17:58:54 ---> Using cache 17:58:54 ---> cd0daf00fbf6 17:58:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:54 ---> Using cache 17:58:54 ---> 106d613ca51f 17:58:54 Step 5/22 : RUN apk add --update --no-cache make git 17:58:54 ---> Using cache 17:58:54 ---> aea174794894 17:58:54 Step 6/22 : COPY go.mod . 17:58:54 ---> Using cache 17:58:54 ---> 28399eafa2d6 17:58:54 Step 7/22 : RUN go mod download 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 63.5% of statements 17:58:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:58:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.126s coverage: 73.7% of statements 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 17:58:57 Removing intermediate container 7162553a6ff1 17:58:57 ---> 9366c8452f30 17:58:57 Step 8/21 : COPY . . 17:58:57 ---> Running in fc400b656fdf 17:59:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.866s coverage: 68.9% of statements 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements 17:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:59:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.594s coverage: 84.0% of statements 17:59:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements 17:59:07 Removing intermediate container 84b1c3685170 17:59:07 ---> 6e349448e6f5 17:59:07 Step 20/26 : RUN pip install docker-compose==1.23.2 17:59:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.362s coverage: 47.1% of statements 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:59:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:59:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 17:59:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:59:10 ---> Running in b89be574bc05 17:59:10 Removing intermediate container fc400b656fdf 17:59:10 ---> e36dcc584494 17:59:10 Step 8/22 : COPY . . 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.946s coverage: 29.1% of statements 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 17:59:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 17:59:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:59:16 GO111MODULE=on go vet ./... 17:59:21 ---> 7dc519632a75 17:59:21 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:59:21 ---> 975378f76dd7 17:59:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:59:21 ---> Running in 33f607ac051f 17:59:22 ---> Running in d26d70add0c6 17:59:26 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 17:59:27 ---> 0764ce27f418 17:59:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:59:27 Collecting docker-compose==1.23.2 17:59:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:59:27 ---> Running in 8b7fd0ee3e39 17:59:27 Collecting dockerpty<0.5,>=0.4.1 17:59:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:59:27 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 17:59:29 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 17:59:29 Collecting texttable<0.10,>=0.9.0 17:59:29 Downloading texttable-0.9.1.tar.gz (11 kB) 17:59:31 Collecting PyYAML<4,>=3.10 17:59:31 Downloading PyYAML-3.13.tar.gz (270 kB) 17:59:33 Collecting docker<4.0,>=3.6.0 17:59:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:59:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:59:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:59:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:59:34 ---> d6515ba24905 17:59:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:59:35 Collecting websocket-client<1.0,>=0.32.0 17:59:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:59:35 ---> Running in 1b4fbeacd84b 17:59:35 Collecting cached-property<2,>=1.2.0 17:59:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:59:35 Collecting jsonschema<3,>=2.5.1 17:59:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:59:35 Collecting docopt<0.7,>=0.6.1 17:59:35 Downloading docopt-0.6.2.tar.gz (25 kB) 17:59:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:59:36 Collecting docker-pycreds>=0.4.0 17:59:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:59:36 Collecting urllib3<1.25,>=1.21.1 17:59:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:59:37 Collecting idna<2.8,>=2.5 17:59:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:59:37 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) 17:59:37 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) 17:59:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:59:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:59:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:59:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:59:37 Installing collected packages: dockerpty, texttable, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, docker-compose 17:59:37 Running setup.py install for dockerpty: started 17:59:38 Running setup.py install for dockerpty: finished with status 'done' 17:59:38 Running setup.py install for texttable: started 17:59:39 Running setup.py install for texttable: finished with status 'done' 17:59:39 Running setup.py install for PyYAML: started 17:59:40 Running setup.py install for PyYAML: finished with status 'done' 17:59:40 Attempting uninstall: urllib3 17:59:40 Found existing installation: urllib3 1.25.9 17:59:40 Uninstalling urllib3-1.25.9: 17:59:40 Successfully uninstalled urllib3-1.25.9 17:59:41 Attempting uninstall: idna 17:59:41 Found existing installation: idna 2.9 17:59:41 Uninstalling idna-2.9: 17:59:41 Successfully uninstalled idna-2.9 17:59:41 Attempting uninstall: requests 17:59:41 Found existing installation: requests 2.23.0 17:59:41 Uninstalling requests-2.23.0: 17:59:41 Successfully uninstalled requests-2.23.0 17:59:42 Running setup.py install for docopt: started 17:59:43 Running setup.py install for docopt: finished with status 'done' 17:59:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:59:50 Removing intermediate container b89be574bc05 17:59:50 ---> e4b376c279be 17:59:50 Step 21/26 : RUN apk --no-cache add curl 17:59:50 ---> Running in fa6477c273c8 17:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:59:51 (2/3) Installing libcurl (7.69.1-r3) 17:59:51 (3/3) Installing curl (7.69.1-r3) 17:59:51 Executing busybox-1.31.1-r19.trigger 17:59:51 OK: 72 MiB in 58 packages 17:59:53 Removing intermediate container fa6477c273c8 17:59:53 ---> 4aa5180029fc 17:59:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:59:53 ---> Running in 156148277cd9 17:59:53 Removing intermediate container 156148277cd9 17:59:53 ---> d58139d8b5e8 17:59:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:59:53 ---> Running in 6cf489abeb6c 17:59:54 Removing intermediate container 6cf489abeb6c 17:59:54 ---> 6de0bd013e32 17:59:54 Step 24/26 : LABEL arch=x86_64 17:59:55 ---> Running in 2f55be8dc1e2 17:59:55 Removing intermediate container 33f607ac051f 17:59:55 ---> caaaa1aff3b8 17:59:55 17:59:55 Step 10/22 : FROM alpine:3.12 17:59:55 ---> 389fef711851 17:59:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:59:55 ---> Using cache 17:59:55 ---> 30f9dbc2b680 17:59:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:59:56 Removing intermediate container 2f55be8dc1e2 17:59:56 ---> 2f163b4d14d8 17:59:56 Step 25/26 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 17:59:56 ---> Running in e251373b0ebc 17:59:56 ---> Running in d4f654674389 18:00:00 Removing intermediate container e251373b0ebc 18:00:00 ---> 1b902726f4a0 18:00:00 Step 13/22 : WORKDIR / 18:00:01 Removing intermediate container d4f654674389 18:00:01 ---> 733ca02ede3d 18:00:01 Step 26/26 : LABEL version=0.0.0 18:00:01 ---> Running in 11301182c5fb 18:00:01 Removing intermediate container d26d70add0c6 18:00:01 ---> af17bd161f69 18:00:01 18:00:01 Step 10/24 : FROM scratch 18:00:01 ---> 18:00:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:00:01 Removing intermediate container 8b7fd0ee3e39 18:00:01 ---> bd60a1fb5247 18:00:01 18:00:01 Step 10/21 : FROM scratch 18:00:01 ---> 18:00:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:00:01 ---> Running in 199444e20722 18:00:02 ---> Using cache 18:00:02 ---> fa2d7ee196be 18:00:02 Step 12/21 : ENV APP_PORT=48085 18:00:02 ---> Running in bb05a1a15554 18:00:02 Removing intermediate container 11301182c5fb 18:00:02 ---> 70702f60dd31 18:00:02 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:02 Removing intermediate container 199444e20722 18:00:02 ---> 70e3442f2bc0 18:00:02 18:00:02 ---> Running in b5f03d8bbc80 18:00:02 Successfully built 70e3442f2bc0 18:00:02 Removing intermediate container bb05a1a15554 18:00:02 ---> 974c011db441 18:00:02 Step 12/24 : ENV APP_PORT=48060 18:00:02 Successfully tagged docker-sys-mgmt-agent-go:latest 18:00:02  Building docker-sys-mgmt-agent-go ... done  ---> Running in 92422887bb91 18:00:02 Removing intermediate container b5f03d8bbc80 18:00:02 ---> b09d637e1cb0 18:00:02 Step 13/21 : EXPOSE $APP_PORT 18:00:02 ---> 64fe0cac3826 18:00:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:00:02 ---> Running in 3530cc6aee90 18:00:02 Removing intermediate container 92422887bb91 18:00:02 ---> d3932b235e25 18:00:02 Step 13/24 : EXPOSE $APP_PORT 18:00:03 ---> Running in 051628f0071c 18:00:03 Removing intermediate container 3530cc6aee90 18:00:03 ---> 7272d6f8cf48 18:00:03 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:03 Removing intermediate container 051628f0071c 18:00:03 ---> 77aa3f439dd9 18:00:03 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:00:03 ---> 709df3ebccc4 18:00:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:00:03 ---> 10ca5a8d6e75 18:00:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:00:03 ---> f21feec88b55 18:00:03 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:00:04 ---> d22ca3f6c938 18:00:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:00:05 ---> 1a44d9dff016 18:00:05 Step 18/22 : RUN chmod +x entrypoint.sh 18:00:05 ---> ebb1c11a6a29 18:00:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:00:05 ---> Running in a68e49725660 18:00:05 ---> 941439bc8f91 18:00:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:00:06 ---> 8faea1863cd8 18:00:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:00:06 ---> Running in ffb1e2cddd43 18:00:06 ---> b0c87e4796c5 18:00:06 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:07 Removing intermediate container ffb1e2cddd43 18:00:07 ---> 06a16f1038ae 18:00:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:00:08 ---> afcfe1057a97 18:00:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:00:08 ---> Running in 6984f76f7c8e 18:00:09 Removing intermediate container 1b4fbeacd84b 18:00:09 ---> 367d99ca2d25 18:00:09 18:00:09 Step 10/22 : FROM scratch 18:00:09 ---> 18:00:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:00:09 ---> Using cache 18:00:09 ---> fa2d7ee196be 18:00:09 Step 12/22 : ENV APP_PORT=48081 18:00:09 ---> Running in 1d7ccedf3868 18:00:09 Removing intermediate container 6984f76f7c8e 18:00:09 ---> 6c220b4d17fb 18:00:09 Step 19/21 : LABEL arch=x86_64 18:00:09 Removing intermediate container a68e49725660 18:00:09 ---> 70ce94bfaad9 18:00:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:00:09 ---> Running in a861233e1c48 18:00:09 ---> Running in 0d48266324c8 18:00:09 Removing intermediate container 1d7ccedf3868 18:00:09 ---> c1af8cd3a13e 18:00:09 Step 13/22 : EXPOSE $APP_PORT 18:00:09 ---> 6aef3bc485ef 18:00:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:00:09 ---> Running in 0b07f21fe84d 18:00:09 Removing intermediate container a861233e1c48 18:00:09 ---> a0e601e75d4b 18:00:09 Step 20/22 : LABEL arch=x86_64 18:00:09 Removing intermediate container 0d48266324c8 18:00:09 ---> 76ea7f9f397c 18:00:09 Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:00:10 ---> Running in e5735086e51e 18:00:10 ---> Running in 69d49dbb746b 18:00:10 Removing intermediate container 0b07f21fe84d 18:00:10 ---> 4e60f8a85304 18:00:10 Step 14/22 : WORKDIR / 18:00:10 ---> 30f615726026 18:00:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:00:10 ---> Running in 627dc85ec243 18:00:10 ---> Running in 5d40ef978f9b 18:00:10 Removing intermediate container e5735086e51e 18:00:10 ---> 2dd1e2af4f23 18:00:10 Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:00:10 Removing intermediate container 69d49dbb746b 18:00:10 ---> 3b5e5579bd79 18:00:10 Step 21/21 : LABEL version=0.0.0 18:00:10 ---> Running in 902ef7887e50 18:00:10 ---> Running in 28e9b1296554 18:00:10 Removing intermediate container 627dc85ec243 18:00:10 ---> 89dd0023623d 18:00:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:10 Removing intermediate container 5d40ef978f9b 18:00:10 ---> 4b28ed8886e7 18:00:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:00:11 ---> Running in c3883eefa408 18:00:11 Removing intermediate container 902ef7887e50 18:00:11 ---> 9b54905028e6 18:00:11 Step 22/22 : LABEL version=0.0.0 18:00:11 ---> 5116db221c9e 18:00:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:00:11 Removing intermediate container 28e9b1296554 18:00:11 ---> fcad9cf8556b 18:00:11 18:00:11 ---> Running in 039d004c6044 18:00:11 Successfully built fcad9cf8556b 18:00:11 Successfully tagged docker-support-scheduler-go:latest 18:00:11  Building docker-support-scheduler-go ... done Removing intermediate container c3883eefa408 18:00:11 ---> c1a38ead14d9 18:00:11 Step 22/24 : LABEL arch=x86_64 18:00:12 ---> Running in 9ed69fad62f4 18:00:12 Removing intermediate container 039d004c6044 18:00:12 ---> d22e728bea4c 18:00:12 18:00:12 ---> b1521118f1fe 18:00:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:00:12 Successfully built d22e728bea4c 18:00:12 Successfully tagged docker-security-bootstrap-redis-go:latest 18:00:12  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 9ed69fad62f4 18:00:12 ---> c50675371ed1 18:00:12 Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:00:12 ---> Running in 5cd9ce239973 18:00:12 ---> b0b800ccaab6 18:00:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:00:12 ---> Running in 130bce441b54 18:00:12 Removing intermediate container 5cd9ce239973 18:00:12 ---> 33f6a1984b6c 18:00:12 Step 24/24 : LABEL version=0.0.0 18:00:12 ---> Running in 0bde6f5d9593 18:00:12 Removing intermediate container 130bce441b54 18:00:12 ---> 2930de6cd880 18:00:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:00:12 ---> Running in 64c76c9ffb69 18:00:12 Removing intermediate container 0bde6f5d9593 18:00:12 ---> a7e5913343ca 18:00:12 18:00:12 Successfully built a7e5913343ca 18:00:13 Successfully tagged docker-support-notifications-go:latest 18:00:13  Building docker-support-notifications-go ... done Removing intermediate container 64c76c9ffb69 18:00:13 ---> 8767a351ba5f 18:00:13 Step 20/22 : LABEL arch=x86_64 18:00:13 ---> Running in 3f2ab2ca83c1 18:00:13 Removing intermediate container 3f2ab2ca83c1 18:00:13 ---> d28575c4aebe 18:00:13 Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:00:13 ---> Running in 299eef2566e3 18:00:13 Removing intermediate container 299eef2566e3 18:00:13 ---> 87f31f1ef05c 18:00:13 Step 22/22 : LABEL version=0.0.0 18:00:13 ---> Running in 8aa06b95a1b4 18:00:13 Removing intermediate container 8aa06b95a1b4 18:00:13 ---> 69caeed78523 18:00:13 18:00:13 Successfully built 69caeed78523 18:00:13 Successfully tagged docker-core-metadata-go:latest 18:00:14  Building docker-core-metadata-go ... done  [Pipeline] } 18:00:14 $ docker stop --time=1 4b98cdcc302d2665b7151b41f13b12461540e180ad0e093716d912ef267f4e75 18:00:15 $ docker rm -f 4b98cdcc302d2665b7151b41f13b12461540e180ad0e093716d912ef267f4e75 [Pipeline] // withDockerContainer [Pipeline] sh 18:00:16 + docker images 18:00:16 + grep docker 18:00:16 docker-core-metadata-go latest 69caeed78523 3 seconds ago 13.1MB 18:00:16 docker-support-notifications-go latest a7e5913343ca 4 seconds ago 12MB 18:00:16 docker-security-bootstrap-redis-go latest d22e728bea4c 5 seconds ago 15.8MB 18:00:16 docker-support-scheduler-go latest fcad9cf8556b 6 seconds ago 10.7MB 18:00:16 docker-sys-mgmt-agent-go latest 70e3442f2bc0 15 seconds ago 313MB 18:00:16 docker-core-data-go latest bad9dfb31c27 About a minute ago 22.3MB 18:00:16 docker-security-secretstore-setup-go latest 728d1a5ff0f0 2 minutes ago 24.6MB 18:00:16 docker-core-command-go latest eedfa3867d28 2 minutes ago 10.6MB 18:00:16 docker-security-proxy-setup-go latest 9548a031fa5f 2 minutes ago 24.4MB 18:00:16 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:00:24 gofmt -l . 18:00:24 [ "`gofmt -l .`" = "" ] 18:00:24 ./bin/test-go-mod-tidy.sh 18:00:24 ./bin/test-attribution-txt.sh [Pipeline] sh 18:00:26 + ls -al . 18:00:26 total 684 18:00:26 drwxrwxr-x 9 1001 1001 4096 Jan 19 18:00 . 18:00:26 drwxr-xr-x 4 root root 4096 Jan 19 17:56 .. 18:00:26 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:55 .dockerignore 18:00:26 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:55 .git 18:00:26 drwxrwxr-x 3 1001 1001 4096 Jan 19 17:55 .github 18:00:26 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:55 .gitignore 18:00:26 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:55 .sonarcloud.properties 18:00:26 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:55 Attribution.txt 18:00:26 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:55 CONTRIBUTING.md 18:00:26 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:55 Dockerfile.build 18:00:26 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:55 Jenkinsfile 18:00:26 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:55 LICENSE 18:00:26 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:55 Makefile 18:00:26 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:55 README.md 18:00:26 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:55 SECURITY.md 18:00:26 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION 18:00:26 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:55 ZMQWindows.md 18:00:26 drwxrwxr-x 2 1001 1001 4096 Jan 19 17:55 bin 18:00:26 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:55 cmd 18:00:26 -rw-r--r-- 1 root root 550280 Jan 19 17:59 coverage.out 18:00:26 -rw-r--r-- 1 root root 981 Jan 19 18:00 go.mod 18:00:26 -rw-r--r-- 1 root root 19436 Jan 19 18:00 go.sum 18:00:26 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:55 internal 18:00:26 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:55 openapi 18:00:26 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:55 snap 18:00:26 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:55 version.go [Pipeline] sh 18:00:26 + '[' -e coverage.out ] 18:00:26 + chown 1001:1001 coverage.out [Pipeline] stash 18:00:27 Warning: overwriting stash ‘coverage-report’ 18:00:28 Stashed 1 file(s) [Pipeline] sh 18:00:28 + make build 18:00:28 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 18:00:32 Still waiting to schedule task 18:00:32 ‘prd-ubuntu18.04-docker-8c-8g-21244’ is offline 18:00:41 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 18:01:03 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 18:01:05 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 18:01:09 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 18:01:10 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 18:01:16 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 18:01:20 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 18:01:23 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 18:01:27 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 18:01:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:01:33 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] } 18:01:37 $ docker stop --time=1 2289f168d0cd42d43b0b40bf98de37b8656bb02bdc8c9b26b817557bcff11928 18:01:40 $ docker rm -f 2289f168d0cd42d43b0b40bf98de37b8656bb02bdc8c9b26b817557bcff11928 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:41 18:01:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:01:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:42 latest: Pulling from edgex-devops/edgex-compose-arm64 18:01:42 29e5d40040c1: Pulling fs layer 18:01:42 1ce36da41761: Pulling fs layer 18:01:42 25b303627fd3: Pulling fs layer 18:01:43 29e5d40040c1: Verifying Checksum 18:01:43 29e5d40040c1: Download complete 18:01:43 1ce36da41761: Verifying Checksum 18:01:43 1ce36da41761: Download complete 18:01:43 29e5d40040c1: Pull complete 18:01:45 1ce36da41761: Pull complete 18:01:45 25b303627fd3: Verifying Checksum 18:01:45 25b303627fd3: Download complete 18:01:55 25b303627fd3: Pull complete 18:01:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:01:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:01:55 prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container 18:01:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:01:58 $ docker top 601b88d36c9a6eb40ef1bf1ac5abd753e82cc6621c5176814c62cee0d4db6c9b -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:59 + docker-compose build --help 18:01:59 + grep parallel 18:02:02 --parallel Build images in parallel. [Pipeline] } 18:02:02 $ docker stop --time=1 601b88d36c9a6eb40ef1bf1ac5abd753e82cc6621c5176814c62cee0d4db6c9b 18:02:04 $ docker rm -f 601b88d36c9a6eb40ef1bf1ac5abd753e82cc6621c5176814c62cee0d4db6c9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:02:05 . [Pipeline] withDockerContainer 18:02:05 prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container 18:02:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:02:06 Running on prd-ubuntu18.04-docker-8c-8g-21255 in /w/workspace/edgexfoundry_edgex-go_PR-3048 18:02:07 $ docker top ef62a2fc8ced8cd55f24df10b0acca6e8e106c2fd8aa7104f8d4153aec7dab32 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 18:02:07 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 18:02:08 + docker-compose -f ./docker-compose-build.yml build --parallel 18:02:10 using credential edgex-jenkins-ssh 18:02:10 Cloning the remote Git repository 18:02:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:02:10 > git init /w/workspace/edgex-go/4 # timeout=10 18:02:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:02:10 > git --version # timeout=10 18:02:10 > git --version # 'git version 2.17.1' 18:02:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:02:12 Building docker-core-command-go ... 18:02:12 Building docker-core-data-go ... 18:02:12 Building docker-core-metadata-go ... 18:02:12 Building docker-security-bootstrap-redis-go ... 18:02:12 Building docker-security-proxy-setup-go ... 18:02:12 Building docker-security-secretstore-setup-go ... 18:02:12 Building docker-support-notifications-go ... 18:02:12 Building docker-support-scheduler-go ... 18:02:12 Building docker-sys-mgmt-agent-go ... 18:02:12 Building docker-security-secretstore-setup-go 18:02:12 Building docker-core-metadata-go 18:02:12 Building docker-core-command-go 18:02:12 Building docker-security-bootstrap-redis-go 18:02:12 Building docker-support-notifications-go 18:02:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:02:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:02:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:02:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:02:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:29 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit a1d85f020a9aa6f120c487b081e6e1f34154e693 18:02:30 Merge succeeded, producing a1d85f020a9aa6f120c487b081e6e1f34154e693 18:02:30 Checking out Revision a1d85f020a9aa6f120c487b081e6e1f34154e693 (PR-3048) 18:02:30 > git config core.sparsecheckout # timeout=10 18:02:30 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 18:02:30 > git remote # timeout=10 18:02:30 > git config --get remote.origin.url # timeout=10 18:02:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:30 > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 18:02:30 > git rev-parse HEAD^{commit} # timeout=10 18:02:30 > git config core.sparsecheckout # timeout=10 18:02:30 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 18:02:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:35 + echo snap-build.sh 18:02:35 snap-build.sh 18:02:35 + SNAP_BASE_DIR=. 18:02:35 + '[' '!' -z /w/workspace/edgex-go/4 ']' 18:02:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 18:02:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 18:02:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 18:02:35 + cd /w/workspace/edgex-go/4 18:02:35 + sudo apt-get remove -qy --purge lxd lxd-client 18:02:35 Reading package lists... 18:02:35 Building dependency tree... 18:02:35 Reading state information... 18:02:35 The following packages were automatically installed and are no longer required: 18:02:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:02:35 uidmap xdelta3 18:02:35 Use 'sudo apt autoremove' to remove them. 18:02:35 The following packages will be REMOVED: 18:02:35 lxd* lxd-client* 18:02:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:02:36 After this operation, 31.7 MB disk space will be freed. 18:02:37 (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.) 18:02:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:02:39 Removing lxd dnsmasq configuration 18:02:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:02:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:02:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:02:41 (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.) 18:02:41 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:02:43 Processing triggers for systemd (237-3ubuntu10.42) ... 18:02:43 Processing triggers for ureadahead (0.100.0-21) ... 18:02:44 + sudo snap remove --purge lxd 18:02:45 snap "lxd" is not installed 18:02:45 + sudo groupadd --force --system lxd 18:02:45 ++ whoami 18:02:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:02:45 + newgrp - lxd 18:02:45 + sudo snap install lxd 18:02:55 2021-01-19T18:02:52Z INFO Waiting for automatic snapd restart... 18:03:13 lxd 4.10 from Canonical* installed 18:03:13 + sudo lxd init --auto 18:03:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:20 ---> 0fade94a158c 18:03:20 Step 3/22 : WORKDIR /edgex-go 18:03:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:20 ---> 0fade94a158c 18:03:20 Step 3/24 : WORKDIR /edgex-go 18:03:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:20 ---> 0fade94a158c 18:03:20 Step 3/22 : WORKDIR /edgex-go 18:03:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:20 ---> 0fade94a158c 18:03:20 Step 3/24 : WORKDIR /edgex-go 18:03:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:20 ---> 0fade94a158c 18:03:20 Step 3/22 : WORKDIR /edgex-go 18:03:21 + sudo snap install --classic snapcraft 18:03:24 ---> Running in 76e3a4e6dded 18:03:24 ---> Running in 97c7c569784d 18:03:24 ---> Running in 1b751d1c1a22 18:03:24 ---> Running in b3226bc9e928 18:03:24 ---> Running in 581ea41ee327 18:03:24 Removing intermediate container 1b751d1c1a22 18:03:24 ---> c911ef7e7546 18:03:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:24 Removing intermediate container 97c7c569784d 18:03:24 ---> f00cace74642 18:03:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:24 Removing intermediate container 581ea41ee327 18:03:24 ---> 39eeda08e9c1 18:03:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:24 Removing intermediate container 76e3a4e6dded 18:03:24 ---> 3868988c441b 18:03:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:24 Removing intermediate container b3226bc9e928 18:03:24 ---> 36029eb967e2 18:03:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:24 ---> Running in 54d9665e3118 18:03:24 ---> Running in 37e583ff6f85 18:03:24 ---> Running in fd33ff67bd87 18:03:25 ---> Running in c72b6058accf 18:03:25 ---> Running in f80a913e7206 18:03:27 snapcraft 4.4.4 from Canonical* installed 18:03:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:03:27 + patch --verbose -p1 18:03:27 Hmm... Looks like a unified diff to me... 18:03:27 The text leading up to this was: 18:03:27 -------------------------- 18:03:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:03:27 |From: Tony Espy 18:03:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:03:27 |Subject: [PATCH] optimize snap build for pipeline CI check 18:03:27 | 18:03:27 |This patch is used by the EdgeX CI pipeline builds to 18:03:27 |optimize the snap CI check run for pull requests. When 18:03:27 |applied, it essentially strips out everything (apps and 18:03:27 |parts) from the snapcraft.yaml file except those required 18:03:27 |to build edgex-go, as the whole idea of the CI check is to 18:03:27 |catch changes to edgex-go that break the snap build. 18:03:27 | 18:03:27 |In general, anyone updating snapcraft.yaml will also need 18:03:27 |to update this patch file, otherwise it may fail to apply, 18:03:27 |resulting in a failed snap build CI check in the associated 18:03:27 |pull request. 18:03:27 | 18:03:27 |Note - in addition to applying this patch, the pipeline also 18:03:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:03:27 |need to build the finally binary .snap file (and it won't 18:03:27 |work with the patch applied). This further reduces the build 18:03:27 |time. 18:03:27 |--- 18:03:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:03:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:03:27 | 18:03:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:03:27 |index 1e537489..faf42425 100644 18:03:27 |--- a/snap/snapcraft.yaml 18:03:27 |+++ b/snap/snapcraft.yaml 18:03:27 -------------------------- 18:03:27 patching file snap/snapcraft.yaml 18:03:27 Using Plan A... 18:03:27 Hunk #1 succeeded at 73. 18:03:27 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:03:27 Hunk #3 succeeded at 214 (offset -1 lines). 18:03:27 Hunk #4 succeeded at 222 (offset -1 lines). 18:03:27 Hunk #5 succeeded at 229 (offset -1 lines). 18:03:27 Hunk #6 succeeded at 256 (offset -1 lines). 18:03:27 Hunk #7 succeeded at 290 (offset -1 lines). 18:03:27 Hunk #8 succeeded at 342. 18:03:27 Hmm... Ignoring the trailing garbage. 18:03:27 done 18:03:27 + sudo snapcraft prime --use-lxd 18:03:28 Removing intermediate container 37e583ff6f85 18:03:28 ---> 3a4dde660021 18:03:28 Step 5/24 : RUN apk add --update --no-cache make git 18:03:28 ---> Running in 55872f014ba7 18:03:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:03:28 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: 18:03:28 - README.md 18:03:28 - snapcraft.yaml.orig 18:03:28 18:03:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:03:29 Removing intermediate container 54d9665e3118 18:03:29 ---> d808eee31306 18:03:29 Step 5/22 : RUN apk add --update --no-cache make git 18:03:29 ---> Running in 0959d1ce06f3 18:03:29 Removing intermediate container fd33ff67bd87 18:03:29 ---> f24f7bae4eec 18:03:29 Step 5/22 : RUN apk add --update --no-cache make git 18:03:29 Removing intermediate container c72b6058accf 18:03:29 ---> 122988d634ee 18:03:29 Step 5/22 : RUN apk add --update --no-cache make git 18:03:29 Removing intermediate container f80a913e7206 18:03:29 ---> e4259cfe8064 18:03:29 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:03:29 ---> Running in 69e457b65dcc 18:03:29 Launching a container. 18:03:29 ---> Running in d8474b939441 18:03:29 ---> Running in dcfad0ca7411 18:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:32 OK: 217 MiB in 51 packages 18:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:33 OK: 217 MiB in 51 packages 18:03:33 OK: 217 MiB in 51 packages 18:03:33 Removing intermediate container 55872f014ba7 18:03:33 ---> edfa9fd66d3e 18:03:33 Step 6/24 : COPY go.mod . 18:03:33 OK: 217 MiB in 51 packages 18:03:33 OK: 217 MiB in 51 packages 18:03:34 ---> bfe71fa2fc7d 18:03:34 Step 7/24 : RUN go mod download 18:03:34 ---> Running in 9b27ec0b5b62 18:03:34 Removing intermediate container 0959d1ce06f3 18:03:34 ---> e3f99dffadc4 18:03:34 Step 6/22 : COPY go.mod . 18:03:35 Removing intermediate container 69e457b65dcc 18:03:35 ---> 5585b52ec009 18:03:35 Step 6/22 : COPY go.mod . 18:03:35 Removing intermediate container dcfad0ca7411 18:03:35 ---> f3448b186b00 18:03:35 Step 6/22 : COPY go.mod . 18:03:35 Removing intermediate container d8474b939441 18:03:35 ---> 4846ed8713b2 18:03:35 Step 6/24 : COPY go.mod . 18:03:35 ---> 011082e83b02 18:03:35 Step 7/22 : RUN go mod download 18:03:35 ---> Running in f598c314597f 18:03:36 ---> 985822a4ee3c 18:03:36 Step 7/22 : RUN go mod download 18:03:36 ---> Running in ce2655ae4aaa 18:03:36 ---> c68400b79465 18:03:36 Step 7/22 : RUN go mod download 18:03:36 ---> 0889b64afe44 18:03:36 Step 7/24 : RUN go mod download 18:03:36 ---> Running in 09cfa3a9ff8e 18:03:37 ---> Running in e2fc1a4710f6 18:03:38 Removing intermediate container 9b27ec0b5b62 18:03:38 ---> 0d814af2ea20 18:03:38 Step 8/24 : COPY . . 18:03:40 Removing intermediate container f598c314597f 18:03:40 ---> 94712b9e8d39 18:03:40 Step 8/22 : COPY . . 18:03:41 Removing intermediate container ce2655ae4aaa 18:03:41 ---> 7ec7861ecb03 18:03:41 Step 8/22 : COPY . . 18:03:41 Removing intermediate container 09cfa3a9ff8e 18:03:41 ---> a322c6e07769 18:03:41 Step 8/22 : COPY . . 18:03:42 Removing intermediate container e2fc1a4710f6 18:03:42 ---> 42af3a9d9e9a 18:03:42 Step 8/24 : COPY . . 18:03:44 Waiting for container to be ready 18:03:44 To start your first instance, try: lxc launch ubuntu:18.04 18:03:44 18:03:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:03:48 Waiting for network to be ready... 18:03:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:03:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:03:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:03:49 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:03:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:03:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:03:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:03:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:03:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:03:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:03:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:03:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:03:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:03:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:03:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:03:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:03:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:03:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:03:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:03:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:03:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:03:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:03:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:03:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:03:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:03:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:03:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:03:55 Fetched 23.8 MB in 6s (3942 kB/s) 18:03:56 Reading package lists... 18:03:56 Reading package lists... 18:03:57 Building dependency tree... 18:03:57 Reading state information... 18:03:57 The following additional packages will be installed: 18:03:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:03:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:03:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:03:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:03:57 Suggested packages: 18:03:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:03:57 Recommended packages: 18:03:57 gnupg libsasl2-modules 18:03:57 The following NEW packages will be installed: 18:03:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:03:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:03:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:03:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:03:57 The following packages will be upgraded: 18:03:57 gpg gpg-agent gpgconf libudev1 18:03:57 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 18:03:57 Need to get 3533 kB of archives. 18:03:57 After this operation, 13.3 MB of additional disk space will be used. 18:03:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:03:57 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:03:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:03:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:03:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:03:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:03:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:03:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:03:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:03:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:03:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:03:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:03:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:03:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:03:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:03:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:03:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:03:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:03:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:03:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:03:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:03:58 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:03:59 debconf: delaying package configuration, since apt-utils is not installed 18:03:59 Fetched 3533 kB in 1s (2412 kB/s) 18:03:59 (Reading database ... 12511 files and directories currently installed.) 18:03:59 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:03:59 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:03:59 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:03:59 Selecting previously unselected package udev. 18:03:59 (Reading database ... 12511 files and directories currently installed.) 18:03:59 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:03:59 Unpacking udev (237-3ubuntu10.44) ... 18:03:59 Selecting previously unselected package libfuse2:amd64. 18:03:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:03:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:03:59 Selecting previously unselected package fuse. 18:03:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:03:59 Unpacking fuse (2.9.7-1ubuntu1) ... 18:03:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:03:59 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:03:59 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:03:59 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:04:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:04:00 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:04:00 Selecting previously unselected package libksba8:amd64. 18:04:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:04:00 Unpacking libksba8:amd64 (1.3.5-2) ... 18:04:00 Selecting previously unselected package libroken18-heimdal:amd64. 18:04:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:04:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:04:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:04:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:00 Selecting previously unselected package libwind0-heimdal:amd64. 18:04:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:04:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:04:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:00 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:04:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:04:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:04:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:01 Selecting previously unselected package libsasl2-modules-db:amd64. 18:04:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:04:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:04:01 Selecting previously unselected package libsasl2-2:amd64. 18:04:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:04:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:04:01 Selecting previously unselected package libldap-common. 18:04:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:04:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:04:01 Selecting previously unselected package libldap-2.4-2:amd64. 18:04:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:04:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:04:01 Selecting previously unselected package dirmngr. 18:04:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:04:01 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:04:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:04:01 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:04:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:04:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:04:01 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:04:01 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:04:01 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:01 Setting up libksba8:amd64 (1.3.5-2) ... 18:04:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:04:02 Setting up udev (237-3ubuntu10.44) ... 18:04:02 invoke-rc.d: policy-rc.d denied execution of start. 18:04:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:02 Processing triggers for systemd (237-3ubuntu10) ... 18:04:02 Setting up fuse (2.9.7-1ubuntu1) ... 18:04:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:04:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:04:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:04:03 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:04:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:04:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:04:03 settings in the [Install] section, and DefaultInstance for template units). 18:04:03 This means they are not meant to be enabled using systemctl. 18:04:03 Possible reasons for having this kind of units are: 18:04:03 1) A unit may be statically enabled by being symlinked from another unit's 18:04:03 .wants/ or .requires/ directory. 18:04:03 2) A unit's purpose may be to act as a helper for some other unit which has 18:04:03 a requirement dependency on it. 18:04:03 3) A unit may be started when needed via activation (socket, path, timer, 18:04:03 D-Bus, udev, scripted systemctl call, ...). 18:04:03 4) In case of template units, the unit is meant to be enabled with some 18:04:03 instance name specified. 18:04:04 ---> 2ad7e0a024ad 18:04:04 ---> 0001f0031ac7 18:04:04 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:04:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:04:04 ---> eac90d74cfee 18:04:04 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:04:04 ---> 8cdd4773c682 18:04:04 ---> 4feec1ada902 18:04:04 Step 9/22 : RUN make cmd/core-command/core-command 18:04:04 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:04:04 ---> Running in 94f5abe42f49 18:04:04 ---> Running in f906c9e849dd 18:04:04 ---> Running in a43097efa831 18:04:04 Reading package lists... 18:04:04 Building dependency tree... 18:04:04 Reading state information... 18:04:04 ---> Running in b42a6f94bedc 18:04:04 ---> Running in 7e1ced1d480f 18:04:04 The following additional packages will be installed: 18:04:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:04:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:04:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:04:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:04:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:04:04 Suggested packages: 18:04:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:04:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:04:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:04:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:04:04 systemd-container policykit-1 18:04:04 Recommended packages: 18:04:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:04:04 The following NEW packages will be installed: 18:04:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:04:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:04:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:04:04 multiarch-support openssh-client python3 python3-minimal python3.6 18:04:04 python3.6-minimal snapd squashfs-tools sudo 18:04:04 The following packages will be upgraded: 18:04:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:04:04 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 18:04:04 Need to get 35.2 MB of archives. 18:04:04 After this operation, 141 MB of additional disk space will be used. 18:04:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:04:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:04:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:04:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:04:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:04:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:04:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:04:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:04:06 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:04:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:04:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:04:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:04:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:04:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:04:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:04:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:04:06 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:04:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:04:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:04:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:04:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:04:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:04:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:04:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:04:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:04:06 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:04:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:04:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:04:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:04:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:04:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:04:06 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 18:04:06 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 18:04: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 18:04:06 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 18:04:07 debconf: delaying package configuration, since apt-utils is not installed 18:04:07 Fetched 35.2 MB in 2s (15.4 MB/s) 18:04:07 (Reading database ... 12757 files and directories currently installed.) 18:04:07 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:04:07 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:04:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:04:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:04:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:04:08 (Reading database ... 12757 files and directories currently installed.) 18:04:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:04:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:04:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:04:08 (Reading database ... 12757 files and directories currently installed.) 18:04:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:04:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:04:09 Setting up apt (1.6.12ubuntu0.2) ... 18:04:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:04:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:04:10 (Reading database ... 12764 files and directories currently installed.) 18:04:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:04:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:04:10 Selecting previously unselected package libpython3.6-minimal:amd64. 18:04:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:04:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:04:10 Selecting previously unselected package libexpat1:amd64. 18:04:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:04:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:04:10 Selecting previously unselected package python3.6-minimal. 18:04:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:04:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:04:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:04:11 Checking for services that may need to be restarted...done. 18:04:11 Checking for services that may need to be restarted...done. 18:04:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:04:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:04:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:04:12 Selecting previously unselected package python3-minimal. 18:04:12 (Reading database ... 13012 files and directories currently installed.) 18:04:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:04:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:04:12 Selecting previously unselected package mime-support. 18:04:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:04:12 Unpacking mime-support (3.60ubuntu1) ... 18:04:12 Selecting previously unselected package libmpdec2:amd64. 18:04:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:04:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:04:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:04:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:04:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:04:12 Selecting previously unselected package python3.6. 18:04:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:04:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:04:12 Selecting previously unselected package libpython3-stdlib:amd64. 18:04:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:04:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:04:12 Setting up python3-minimal (3.6.7-1~18.04) ... 18:04:13 Selecting previously unselected package python3. 18:04:13 (Reading database ... 13442 files and directories currently installed.) 18:04:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:04:13 Unpacking python3 (3.6.7-1~18.04) ... 18:04:13 Selecting previously unselected package multiarch-support. 18:04:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:04:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:04:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:04:13 Selecting previously unselected package liblzo2-2:amd64. 18:04:13 (Reading database ... 13479 files and directories currently installed.) 18:04:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:04:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:04:13 Selecting previously unselected package libbsd0:amd64. 18:04:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:04:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:04:13 Selecting previously unselected package sudo. 18:04:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:04:13 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:04:13 Selecting previously unselected package apparmor. 18:04:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:04:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:04:14 Selecting previously unselected package libedit2:amd64. 18:04:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:04:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:04:14 Selecting previously unselected package libkrb5support0:amd64. 18:04:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:04:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:04:14 Selecting previously unselected package libk5crypto3:amd64. 18:04:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:04:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:04:14 Selecting previously unselected package libkeyutils1:amd64. 18:04:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:04:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:04:14 Selecting previously unselected package libkrb5-3:amd64. 18:04:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:04:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:04:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:04:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:04:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:04:14 Selecting previously unselected package libssl1.0.0:amd64. 18:04:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:04:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:04:15 Selecting previously unselected package openssh-client. 18:04:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:04:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:04:15 Selecting previously unselected package squashfs-tools. 18:04:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:04:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:04:15 Selecting previously unselected package snapd. 18:04:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:04:15 Unpacking snapd (2.48+18.04) ... 18:04:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:04:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:04:18 Setting up mime-support (3.60ubuntu1) ... 18:04:18 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:04:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:04:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:04:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:04:18 Setting up systemd (237-3ubuntu10.44) ... 18:04:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:04:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:04:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:04:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:04:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:04:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:04:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:04:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:04:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:04:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:04:20 Setting up python3 (3.6.7-1~18.04) ... 18:04:20 running python rtupdate hooks for python3.6... 18:04:20 running python post-rtupdate hooks for python3.6... 18:04:20 Setting up apparmor (2.12-4ubuntu5.1) ... 18:04:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:04:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:04:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:04:22 Setting up snapd (2.48+18.04) ... 18:04:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:04:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:04:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:04:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:04:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:04:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:04:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:04:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:04:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:04:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:04:25 /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' 18:04:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:04:25 Processing triggers for systemd (237-3ubuntu10.44) ... 18:04:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:04:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:04:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:04:28 Reading package lists... 18:04:28 Reading package lists... 18:04:28 Building dependency tree... 18:04:28 Reading state information... 18:04:28 Calculating upgrade... 18:04:29 The following packages will be upgraded: 18:04:29 advancecomp base-files bash binutils binutils-common 18:04:29 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:04:29 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:04:29 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:04:29 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:04:29 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:04:29 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:04:29 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:04:29 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:04:29 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:04:29 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:04:29 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:04:29 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:04:29 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:04:29 ubuntu-keyring util-linux 18:04:29 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:04:29 Need to get 63.7 MB of archives. 18:04:29 After this operation, 5203 kB of additional disk space will be used. 18:04:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 18:04:29 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:04:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:04:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:04:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:04:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:04:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:04:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:04:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:04:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:04:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:04:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:04:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:04:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:04:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:04:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:04:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:04:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:04:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:04:29 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:04:29 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:04:29 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:04:29 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:04:29 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:04:29 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:04:29 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:04:29 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:04:29 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:04:29 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:04:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:04:29 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:04:29 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:04:29 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:04:29 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:04:30 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:04:30 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:04:30 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:04:30 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:04:30 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:04:30 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:04:30 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:04:30 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:04:30 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:04:30 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:04:30 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:04:30 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:04:30 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:04:30 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:04:30 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 18:04:30 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:04:30 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:04:30 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:04:30 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:04:30 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:04:30 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:04:30 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:04:30 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:04:30 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:04:30 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:04:30 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:04:30 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:04:30 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:04:30 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:04:30 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:04:30 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:04:30 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:04:30 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:04:30 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:04:30 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:04:30 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:04:30 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:04:30 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:04:30 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:04:30 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:04:30 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:04:30 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:04:30 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:04:30 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:04:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:04:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:04:30 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] 18:04:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:04:30 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:04:30 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] 18:04:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:04:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:04:31 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:04:31 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:04:31 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:04:31 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:04:31 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] 18:04:31 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:04:31 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:04:31 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:04:31 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:04:31 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:04:31 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:04:31 debconf: delaying package configuration, since apt-utils is not installed 18:04:31 Fetched 63.7 MB in 2s (35.3 MB/s) 18:04:31 (Reading database ... 13912 files and directories currently installed.) 18:04:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:04:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:04:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:04:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:04:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 18:04:32 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 18:04:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:34 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:34 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:34 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:34 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:34 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:34 (Reading database ... 13911 files and directories currently installed.) 18:04:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:04:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:04:34 (Reading database ... 13911 files and directories currently installed.) 18:04:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:04:35 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:04:35 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:35 (Reading database ... 13911 files and directories currently installed.) 18:04:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:04:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:04:36 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:04:36 (Reading database ... 13911 files and directories currently installed.) 18:04:36 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:04:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:04:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:04:36 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:04:36 Setting up base-files (10.1ubuntu2.10) ... 18:04:36 Installing new version of config file /etc/issue ... 18:04:36 Installing new version of config file /etc/issue.net ... 18:04:37 Installing new version of config file /etc/lsb-release ... 18:04:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:04:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:04:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:04:37 Removing obsolete conffile /etc/default/motd-news ... 18:04:37 (Reading database ... 13912 files and directories currently installed.) 18:04:37 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:04:37 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:04:37 Setting up bash (4.4.18-2ubuntu1.2) ... 18:04:37 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 18:04:37 (Reading database ... 13912 files and directories currently installed.) 18:04:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:04:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:04:37 (Reading database ... 13912 files and directories currently installed.) 18:04:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:04:38 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:04:38 Setting up tar (1.29b-2ubuntu0.2) ... 18:04:38 (Reading database ... 13912 files and directories currently installed.) 18:04:38 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:04:38 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:04:38 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:04:38 (Reading database ... 13912 files and directories currently installed.) 18:04:38 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:04:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:04:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:04:38 (Reading database ... 13912 files and directories currently installed.) 18:04:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:04:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:04:39 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:04:39 (Reading database ... 13912 files and directories currently installed.) 18:04:39 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:04:39 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:04:39 Setting up grep (3.1-2build1) ... 18:04:39 (Reading database ... 13912 files and directories currently installed.) 18:04:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:04:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:04:39 Setting up login (1:4.5-1ubuntu2) ... 18:04:39 (Reading database ... 13912 files and directories currently installed.) 18:04:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:04:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:04:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:04:39 (Reading database ... 13912 files and directories currently installed.) 18:04:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:04:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:04:40 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:04:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:04:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:04:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:04:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:04:41 (Reading database ... 13912 files and directories currently installed.) 18:04:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:04:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:04:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:04:43 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:04:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:04:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:04:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:04:43 (Reading database ... 13912 files and directories currently installed.) 18:04:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:04:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:04:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:04:43 (Reading database ... 13912 files and directories currently installed.) 18:04:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:04:43 (Reading database ... 13912 files and directories currently installed.) 18:04:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:43 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:04:43 (Reading database ... 13912 files and directories currently installed.) 18:04:43 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:04:44 (Reading database ... 13912 files and directories currently installed.) 18:04:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:04:44 (Reading database ... 13912 files and directories currently installed.) 18:04:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:04:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:04:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:04:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:04:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:04:44 (Reading database ... 13912 files and directories currently installed.) 18:04:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:04:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:04:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:04:44 (Reading database ... 13912 files and directories currently installed.) 18:04:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:04:45 (Reading database ... 13912 files and directories currently installed.) 18:04:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:04:45 (Reading database ... 13912 files and directories currently installed.) 18:04:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:04:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:04:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:04:46 (Reading database ... 13912 files and directories currently installed.) 18:04:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:04:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:04:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:04:47 (Reading database ... 13912 files and directories currently installed.) 18:04:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:04:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:04:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:04:47 (Reading database ... 13914 files and directories currently installed.) 18:04:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:04:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:04:47 Setting up debconf (1.5.66ubuntu1) ... 18:04:47 (Reading database ... 13914 files and directories currently installed.) 18:04:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:04:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:04:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:04:48 (Reading database ... 13914 files and directories currently installed.) 18:04:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:04:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:04:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:04:48 (Reading database ... 13914 files and directories currently installed.) 18:04:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:04:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:04:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:04:49 (Reading database ... 13914 files and directories currently installed.) 18:04:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:04:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:04:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:04:49 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:04:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:04:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:04:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:04:49 (Reading database ... 13914 files and directories currently installed.) 18:04:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:04:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:04:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:04:49 (Reading database ... 13914 files and directories currently installed.) 18:04:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:04:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:04:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:04:50 (Reading database ... 13914 files and directories currently installed.) 18:04:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:04:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:04:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:04:50 (Reading database ... 13914 files and directories currently installed.) 18:04:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:04:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:04:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:04:50 (Reading database ... 13914 files and directories currently installed.) 18:04:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:04:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:04:51 Setting up passwd (1:4.5-1ubuntu2) ... 18:04:51 (Reading database ... 13914 files and directories currently installed.) 18:04:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:04:51 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:04:51 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:04:51 (Reading database ... 13914 files and directories currently installed.) 18:04:51 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:04:51 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:04:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:04:52 (Reading database ... 13914 files and directories currently installed.) 18:04:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:04:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:04:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:04:52 (Reading database ... 13914 files and directories currently installed.) 18:04:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:04:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:04:52 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:04:52 (Reading database ... 13914 files and directories currently installed.) 18:04:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:04:52 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:04:52 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:04:52 (Reading database ... 13914 files and directories currently installed.) 18:04:52 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:04:52 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:04:52 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:04:53 (Reading database ... 13914 files and directories currently installed.) 18:04:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:04:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:04:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:04:53 (Reading database ... 13915 files and directories currently installed.) 18:04:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:04:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:04:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:04:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:04:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:04:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:04:54 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:04:54 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:04:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:04:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:04:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:04:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:04:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:04:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:04:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:04:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:04:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:04:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:04:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:04:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:04:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:04:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:04:55 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:04:55 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:04:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:04:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:04:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:04:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:04:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:04:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:04:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:04:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:04:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:04:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:04:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:04:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:04:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:05:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:05:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:05:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:05:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:05:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:05:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:05:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:05:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:05:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:05:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:05:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:05:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:05:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:05:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:05:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:05:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:05:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:05:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:05:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:05:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:05:03 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:05:03 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:05:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:05:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:05:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:05:03 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:05:03 18:05:03 Current default time zone: 'Etc/UTC' 18:05:03 Local time is now: Tue Jan 19 18:05:03 UTC 2021. 18:05:03 Universal Time is now: Tue Jan 19 18:05:03 UTC 2021. 18:05:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:05:03 18:05:03 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:05:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:03 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 18:05:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:05:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:05:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:05:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:05:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:05:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:05:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:05:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:05:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:05:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:05:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:04 Setting up patch (2.7.6-2ubuntu1.1) ... 18:05:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:05:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:05:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:05:04 Installing new version of config file /etc/ssl/openssl.cnf ... 18:05:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:05:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:05:04 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:05:06 Updating certificates in /etc/ssl/certs... 18:05:07 22 added, 17 removed; done. 18:05:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:05:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:05:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:05:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:05:07 Setting up pkgbinarymangler (138.18.04.1) ... 18:05:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:05:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up perl (5.26.1-6ubuntu0.5) ... 18:05:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:05:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:05:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:05:08 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:05:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:05:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:05:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:05:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:05:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:05:08 Processing triggers for systemd (237-3ubuntu10.44) ... 18:05:08 Processing triggers for mime-support (3.60ubuntu1) ... 18:05:08 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:05:08 Updating certificates in /etc/ssl/certs... 18:05:09 0 added, 0 removed; done. 18:05:09 Running hooks in /etc/ca-certificates/update.d... 18:05:09 done. 18:05:10 Reading package lists... 18:05:10 Building dependency tree... 18:05:10 Reading state information... 18:05:10 The following NEW packages will be installed: 18:05:10 apt-transport-https 18:05:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:05:10 Need to get 1696 B of archives. 18:05:10 After this operation, 153 kB of additional disk space will be used. 18:05:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:05:10 debconf: delaying package configuration, since apt-utils is not installed 18:05:10 Fetched 1696 B in 0s (41.2 kB/s) 18:05:10 Selecting previously unselected package apt-transport-https. 18:05:10 (Reading database ... 13929 files and directories currently installed.) 18:05:10 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:05:10 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:05:10 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:05:11 Waiting for network to be ready... 18:05:18 2021-01-19T18:05:15Z INFO Waiting for automatic snapd restart... 18:05:18 snapd 2.48.2 from Canonical* installed 18:05:19 "snapd" switched to the "latest/stable" channel 18:05:19 18:05:24 core18 20201210 from Canonical* installed 18:05:24 "core18" switched to the "latest/stable" channel 18:05:24 18:05:28 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 18:05:31 snapcraft 4.4.4 from Canonical* installed 18:05:31 "snapcraft" switched to the "latest/stable" channel 18:05:31 18:05:34 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: 18:05:34 - README.md 18:05:34 - snapcraft.yaml.orig 18:05:34 18:05:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:05:36 Removing intermediate container a43097efa831 18:05:36 ---> 71ea9f6c15ec 18:05:36 18:05:36 Step 10/22 : FROM alpine:3.12 18:05:36 3.12: Pulling from library/alpine 18:05:36 Removing intermediate container f906c9e849dd 18:05:36 ---> 5fef1715d1e8 18:05:36 18:05:36 Step 10/24 : FROM alpine:3.12 18:05:37 3.12: Pulling from library/alpine 18:05:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:05:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:05:39 Status: Downloaded newer image for alpine:3.12 18:05:39 ---> afeebe901d6b 18:05:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:05:39 Status: Image is up to date for alpine:3.12 18:05:39 ---> afeebe901d6b 18:05:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:05:39 ---> Running in 5b656e3bcf1e 18:05:39 ---> Running in 6f42ca675f7d 18:05:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:05:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:05:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:05:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:05:41 Removing intermediate container b42a6f94bedc 18:05:41 ---> 152fc0214a12 18:05:41 18:05:41 Step 10/24 : FROM scratch 18:05:41 ---> 18:05:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:05:41 ---> Running in dcbc401a3c1a 18:05:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:42 Removing intermediate container dcbc401a3c1a 18:05:42 ---> 6e8ea8032464 18:05:42 Step 12/24 : ENV APP_PORT=48060 18:05:43 (1/5) Installing ca-certificates (20191127-r4) 18:05:43 ---> Running in 20def79a163f 18:05:43 (1/5) Installing ca-certificates (20191127-r4) 18:05:43 Reading package lists... 18:05:43 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 18:05:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:05:43 (3/5) Installing libcurl (7.69.1-r3) 18:05:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:05:43 (4/5) Installing curl (7.69.1-r3) 18:05:43 (3/5) Installing libcurl (7.69.1-r3) 18:05:43 (5/5) Installing dumb-init (1.2.2-r1) 18:05:43 (4/5) Installing curl (7.69.1-r3) 18:05:43 Executing busybox-1.31.1-r19.trigger 18:05:43 (5/5) Installing dumb-init (1.2.2-r1) 18:05:43 Executing busybox-1.31.1-r19.trigger 18:05:43 Executing ca-certificates-20191127-r4.trigger 18:05:43 Executing ca-certificates-20191127-r4.trigger 18:05:43 OK: 7 MiB in 19 packages 18:05:43 OK: 7 MiB in 19 packages 18:05:43 Removing intermediate container 7e1ced1d480f 18:05:43 ---> aa7811e1a770 18:05:43 18:05:43 Step 10/22 : FROM scratch 18:05:43 ---> 18:05:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:05:43 Removing intermediate container 20def79a163f 18:05:43 ---> 4c8a29742c9b 18:05:43 Step 13/24 : EXPOSE $APP_PORT 18:05:44 ---> Running in 10a4d7aaffd0 18:05:44 ---> Running in 6c76d7b4a194 18:05:45 Removing intermediate container 6c76d7b4a194 18:05:45 Removing intermediate container 10a4d7aaffd0 18:05:45 ---> 85c7c630c34b 18:05:45 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:05:45 ---> bf0d391b2d04 18:05:45 Step 12/22 : ENV APP_PORT=48082 18:05:45 ---> Running in 8d791e22fdcc 18:05:46 Removing intermediate container 8d791e22fdcc 18:05:46 ---> a2627e1b9f70 18:05:46 Step 13/22 : EXPOSE $APP_PORT 18:05:46 ---> Running in 8a43d54f48b2 18:05:46 ---> 1b8f80c3e9df 18:05:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:05:46 Removing intermediate container 5b656e3bcf1e 18:05:46 ---> ec5c40b58f20 18:05:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:05:46 ---> Running in 3e7a3e2e0c84 18:05:47 Removing intermediate container 6f42ca675f7d 18:05:47 ---> 890995b7a51e 18:05:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:05:47 Removing intermediate container 8a43d54f48b2 18:05:47 ---> b87ca21ffc0b 18:05:47 Step 14/22 : WORKDIR / 18:05:47 ---> Running in 64589dd34234 18:05:47 ---> Running in b4033cdbaf9a 18:05:47 Removing intermediate container 3e7a3e2e0c84 18:05:47 ---> f2c07f14e543 18:05:47 Step 13/24 : WORKDIR / 18:05:48 ---> Running in 61693c66d686 18:05:48 Removing intermediate container b4033cdbaf9a 18:05:48 ---> 8797ca91a05e 18:05:48 Step 13/22 : WORKDIR / 18:05:48 Removing intermediate container 64589dd34234 18:05:48 ---> f5c55e25c67f 18:05:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:48 ---> 68eab8631134 18:05:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:05:48 ---> Running in 6d485dc09041 18:05:49 Removing intermediate container 61693c66d686 18:05:49 ---> 7563c7c4840a 18:05: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 18:05:49 Removing intermediate container 6d485dc09041 18:05:49 ---> df573e431fa0 18:05:49 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:49 ---> a230b6835a60 18:05:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:05:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:05:49 Reading package lists... 18:05:49 Building dependency tree... 18:05:49 Reading state information... 18:05:49 Suggested packages: 18:05:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:05:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:05:49 Recommended packages: 18:05:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:05:49 The following NEW packages will be installed: 18:05:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:05:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:05:49 pkg-config zip 18:05:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:05:49 Need to get 7655 kB of archives. 18:05:49 After this operation, 43.7 MB of additional disk space will be used. 18:05:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:05:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:05:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:05:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:05:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:05:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:05:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:05:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:05:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:05:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:05:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:05:50 ---> 9793df1e21d5 18:05: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 18:05:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:05:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:05:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:05:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:05:50 debconf: delaying package configuration, since apt-utils is not installed 18:05:50 Fetched 7655 kB in 1s (10.6 MB/s) 18:05:50 Selecting previously unselected package libglib2.0-0:amd64. 18:05:50 (Reading database ... 13933 files and directories currently installed.) 18:05:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:05:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:05:51 ---> 4d5062cdb5b2 18:05:51 ---> 8a2513dcf191 18:05:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:05:51 Selecting previously unselected package libpsl5:amd64. 18:05:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:05:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:05:51 Selecting previously unselected package libnghttp2-14:amd64. 18:05:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:05:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:05:51 Selecting previously unselected package librtmp1:amd64. 18:05:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:05:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:05:51 Selecting previously unselected package libcurl3-gnutls:amd64. 18:05:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:05:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:05:51 ---> c78b57ac87fe 18:05:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:05:51 Selecting previously unselected package liberror-perl. 18:05:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:05:51 Unpacking liberror-perl (0.17025-1) ... 18:05:51 Selecting previously unselected package git-man. 18:05:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:05:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:05:51 ---> 347a1ef6cf77 18:05:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:05:51 Selecting previously unselected package git. 18:05:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:05:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:05:52 ---> c94be1c8fe62 18:05:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:05:52 Selecting previously unselected package libnorm1:amd64. 18:05:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:05:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:05:52 Selecting previously unselected package libpgm-5.2-0:amd64. 18:05:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:05:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:05:52 Selecting previously unselected package libsodium23:amd64. 18:05:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:05:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:05:53 Selecting previously unselected package libzmq5:amd64. 18:05:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:05:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:05:53 Selecting previously unselected package libzmq3-dev:amd64. 18:05:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:05:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:05:53 Selecting previously unselected package pkg-config. 18:05:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:05:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:05:53 Selecting previously unselected package zip. 18:05:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:05:53 Unpacking zip (3.0-11build1) ... 18:05:53 ---> eae908752d0c 18:05:53 Step 18/22 : ENTRYPOINT ["/core-command"] 18:05:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:05:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:05:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:05:53 Setting up liberror-perl (0.17025-1) ... 18:05:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:05:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:05:53 No schema files found: doing nothing. 18:05:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:05:53 Setting up zip (3.0-11build1) ... 18:05:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:05:53 Setting up libsodium23:amd64 (1.0.16-2) ... 18:05:53 ---> Running in 13939de6e3a5 18:05:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:05:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:05:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:05:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:05:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:05:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:05:54 ---> 09690f92a543 18:05:54 ---> 18493188cd21 18:05:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:05:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:05:54 Removing intermediate container 94f5abe42f49 18:05:54 ---> ea4d81a5eeaa 18:05:54 18:05:54 Step 10/22 : FROM scratch 18:05:54 ---> 18:05:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:05:54 ---> Using cache 18:05:54 ---> bf0d391b2d04 18:05:54 Step 12/22 : ENV APP_PORT=48081 18:05:54 Removing intermediate container 13939de6e3a5 18:05:54 ---> fbe7f43b3e3b 18:05:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:54 ---> cea575d5688a 18:05:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:05:54 ---> Running in 04f9f32a5846 18:05:54 ---> Running in 6c7fee4260be 18:05:55 ---> 7b70dc1ec72c 18:05:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:05:55 Removing intermediate container 04f9f32a5846 18:05:55 ---> 94a5a3cace7a 18:05:55 Step 13/22 : EXPOSE $APP_PORT 18:05:55 Removing intermediate container 6c7fee4260be 18:05:55 ---> f9683163739c 18:05:55 Step 20/22 : LABEL arch=arm64 18:05:55 ---> Running in d185e9f7b308 18:05:55 ---> Running in 504c0ff528e2 18:05:55 ---> 5ee438415a30 18:05:55 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:05:55 ---> 7585d872a604 18:05:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:05:56 ---> Running in 9ecb33846416 18:05:56 ---> ce44648a1494 18:05:56 Step 18/22 : RUN chmod +x entrypoint.sh 18:05:56 Removing intermediate container d185e9f7b308 18:05:56 ---> 4498189dd666 18:05:56 Step 14/22 : WORKDIR / 18:05:56 ---> Running in 8493b96719d7 18:05:56 ---> Running in 4854d253bb34 18:05:56 Removing intermediate container 504c0ff528e2 18:05:56 ---> ac6e3eeba5b9 18:05:56 Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:05:56 Removing intermediate container 9ecb33846416 18:05:56 ---> c05cbbb9ad98 18:05:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:57 ---> Running in fc156684426c 18:05:57 ---> 1f147f752ea1 18:05:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:05:57 ---> Running in 95bfaec3e793 18:05:57 Removing intermediate container 8493b96719d7 18:05:57 ---> 744c6512583a 18:05:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:57 Removing intermediate container fc156684426c 18:05:57 ---> e7bfd7e296df 18:05:57 Step 22/22 : LABEL version=0.0.0 18:05:58 ---> Running in 4da0d2216261 18:05:58 Removing intermediate container 95bfaec3e793 18:05:58 ---> d9948d9bb098 18:05:58 Step 22/24 : LABEL arch=arm64 18:05:58 ---> f2aa45dbced0 18:05: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/ 18:05:58 ---> Running in 9726125ed725 18:05:58 ---> 51e82f743bcf 18:05:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:05:58 ---> Running in 2ebaab13aed5 18:05:58 Removing intermediate container 4da0d2216261 18:05:58 ---> ff322a825679 18:05:58 18:05:59 Removing intermediate container 9726125ed725 18:05:59 ---> 1a3f05e45d70 18:05:59 Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:05:59 Successfully built ff322a825679 18:05:59 Successfully tagged docker-core-command-go-arm64:latest 18:05:59  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 18:05:59 ---> Running in 844803d11626 18:05:59 Removing intermediate container 4854d253bb34 18:05:59 ---> 34708d49a144 18:05:59 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:06:00 ---> Running in 6054068d81ed 18:06:00 Removing intermediate container 844803d11626 18:06:00 ---> 06ef9d910572 18:06:00 ---> 987adcb958a8 18:06:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:06:00 Step 24/24 : LABEL version=0.0.0 18:06:00 ---> Running in 0d5a708dbb79 18:06:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:06:00 Removing intermediate container 6054068d81ed 18:06:00 ---> 92ef1b499bd6 18:06:00 Step 20/22 : LABEL arch=arm64 18:06:00 git set to automatically installed. 18:06:00 git-man set to automatically installed. 18:06:00 libcurl3-gnutls set to automatically installed. 18:06:00 liberror-perl set to automatically installed. 18:06:00 libglib2.0-0 set to automatically installed. 18:06:00 libnghttp2-14 set to automatically installed. 18:06:00 libnorm1 set to automatically installed. 18:06:00 libpgm-5.2-0 set to automatically installed. 18:06:00 libpsl5 set to automatically installed. 18:06:00 librtmp1 set to automatically installed. 18:06:00 libsodium23 set to automatically installed. 18:06:00 libzmq3-dev set to automatically installed. 18:06:00 libzmq5 set to automatically installed. 18:06:00 pkg-config set to automatically installed. 18:06:00 zip set to automatically installed. 18:06:02 ---> Running in eeab2c874432 18:06:02 Removing intermediate container 0d5a708dbb79 18:06:02 ---> c0503f314440 18:06:02 18:06:02 ---> 7b983e392594 18:06:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:06:02 Successfully built c0503f314440 18:06:02 Successfully tagged docker-support-notifications-go-arm64:latest 18:06:02 Building docker-support-scheduler-go 18:06:02  Building docker-support-notifications-go ... done  ---> Running in 5375909f112a 18:06:02 Removing intermediate container eeab2c874432 18:06:02 ---> 78c0cec88795 18:06:02 Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:06:02 snapd is not logged in, snap install commands will use sudo 18:06:03 Removing intermediate container 2ebaab13aed5 18:06:03 ---> 67bb16bab094 18:06:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:06:03 ---> Running in d3abb01180be 18:06:03 ---> Running in 1aea2d40cd5d 18:06:03 Removing intermediate container 5375909f112a 18:06:03 ---> d9a850666c51 18:06:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:03 ---> Running in 4c3a2fa9166d 18:06:03 Removing intermediate container d3abb01180be 18:06:03 ---> eed15f9b9317 18:06:03 Step 22/22 : LABEL version=0.0.0 18:06:03 Removing intermediate container 1aea2d40cd5d 18:06:03 ---> 4f8548786f4f 18:06:03 Step 22/24 : LABEL arch=arm64 18:06:03 ---> Running in 2713b025e537 18:06:04 ---> Running in 69ee15308075 18:06:04 Removing intermediate container 4c3a2fa9166d 18:06:04 ---> 485b5253c258 18:06:04 Step 20/22 : LABEL arch=arm64 18:06:05 Removing intermediate container 2713b025e537 18:06:05 ---> ab99425a8596 18:06:05 18:06:05 Successfully built ab99425a8596 18:06:06 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:06:06  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 18:06:06 Removing intermediate container 69ee15308075 18:06:06 ---> Running in 1de42c91d36c 18:06:06 ---> 78c5b50562d4 18:06:06 Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:06:06 ---> Running in ae3a1f2d17f2 18:06:06 Removing intermediate container 1de42c91d36c 18:06:06 ---> f85739bcc32e 18:06:06 Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:06:06 ---> Running in 73112822bcb7 18:06:06 Removing intermediate container ae3a1f2d17f2 18:06:06 ---> adcb2d663e4e 18:06:06 Step 24/24 : LABEL version=0.0.0 18:06:07 ---> Running in 7f5d20f1d41f 18:06:07 Removing intermediate container 73112822bcb7 18:06:07 ---> 0a18d8a0698d 18:06:07 Step 22/22 : LABEL version=0.0.0 18:06:07 ---> Running in 536a4956b4d8 18:06:08 Removing intermediate container 7f5d20f1d41f 18:06:08 ---> b887a4423a27 18:06:08 18:06:08 Successfully built b887a4423a27 18:06:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:06:08  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 18:06:08 Removing intermediate container 536a4956b4d8 18:06:08 ---> 31e1c1dac332 18:06:08 18:06:09 Successfully built 31e1c1dac332 18:06:09 Successfully tagged docker-core-metadata-go-arm64:latest 18:06:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:06:10 snap "core18" has no updates available 18:06:11 Pulling config-common 18:06:12 Pulling go-build-helper 18:06:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:06:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:06:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:06:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:06:39 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:06:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:06:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:06:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:06:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:06:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:06:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:06:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:06:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:06:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:06:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:06:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:06:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:06:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:06:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:06:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:06:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:06:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:06:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:06:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:06:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:06:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:06:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:06:39 Fetched 23.8 MB in 0s (0 B/s) 18:06:39 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:06:39 Fetched 96.5 kB in 0s (0 B/s) 18:06:39 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:06:39 Fetched 279 kB in 0s (0 B/s) 18:06:39 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:06:39 Fetched 122 kB in 0s (0 B/s) 18:06:39 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:06:39 Fetched 77.8 kB in 0s (0 B/s) 18:06:39 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:06:39 Fetched 8848 B in 0s (0 B/s) 18:06:39 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:06:39 Fetched 47.8 kB in 0s (0 B/s) 18:06:39 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:06:39 Fetched 45.6 kB in 0s (0 B/s) 18:06:39 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:06:39 Fetched 15.0 kB in 0s (0 B/s) 18:06:39 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:06:39 Fetched 214 kB in 0s (0 B/s) 18:06:39 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:06:39 Fetched 155 kB in 0s (0 B/s) 18:06:39 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:06:39 Fetched 50.6 kB in 0s (0 B/s) 18:06:39 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:06:39 Fetched 14.8 kB in 0s (0 B/s) 18:06:39 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:06:39 Fetched 41.8 kB in 0s (0 B/s) 18:06:39 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:06:39 Fetched 499 kB in 0s (0 B/s) 18:06:39 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:06:39 Fetched 111 kB in 0s (0 B/s) 18:06:39 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:06:39 Fetched 240 kB in 0s (0 B/s) 18:06:39 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:06:39 Fetched 29.3 kB in 0s (0 B/s) 18:06:39 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:06:39 Fetched 85.5 kB in 0s (0 B/s) 18:06:39 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:06:39 Fetched 24.5 kB in 0s (0 B/s) 18:06:39 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:06:39 Fetched 49.2 kB in 0s (0 B/s) 18:06:39 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:06:39 Fetched 54.2 kB in 0s (0 B/s) 18:06:39 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:06:39 Fetched 30.8 kB in 0s (0 B/s) 18:06:39 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:06:39 Fetched 17.0 kB in 0s (0 B/s) 18:06:39 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:06:39 Fetched 85.9 kB in 0s (0 B/s) 18:06:39 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:06:39 Fetched 8720 B in 0s (0 B/s) 18:06:39 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:06:39 Fetched 137 kB in 0s (0 B/s) 18:06:39 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:06:39 Fetched 119 kB in 0s (0 B/s) 18:06:39 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:06:39 Fetched 109 kB in 0s (0 B/s) 18:06:39 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:06:39 Fetched 11.1 kB in 0s (0 B/s) 18:06:39 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:06:39 Fetched 645 kB in 0s (0 B/s) 18:06:39 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:06:39 Fetched 41.3 kB in 0s (0 B/s) 18:06:39 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:06:39 Fetched 17.9 kB in 0s (0 B/s) 18:06:39 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:06:39 Fetched 368 kB in 0s (0 B/s) 18:06:39 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:06:39 Fetched 187 kB in 0s (0 B/s) 18:06:39 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:06:39 Fetched 175 kB in 0s (0 B/s) 18:06:39 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:06:40 Fetched 206 kB in 0s (0 B/s) 18:06:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:06:40 Fetched 1301 kB in 0s (0 B/s) 18:06:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:06:40 Fetched 36.2 kB in 0s (0 B/s) 18:06:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:06:40 Fetched 159 kB in 0s (0 B/s) 18:06:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:06:40 Fetched 107 kB in 0s (0 B/s) 18:06:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:06:40 Fetched 48.7 kB in 0s (0 B/s) 18:06:40 Pulling static-packages 18:06:42 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:06:42 Skipping pull go-build-helper (already ran) 18:06:42 Skipping pull static-packages (already ran) 18:06:42 Building go-build-helper 18:06:46 Building static-packages 18:06:48  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:06:48 ---> 0fade94a158c 18:06:48 Step 3/21 : WORKDIR /edgex-go 18:06:48 ---> Using cache 18:06:48 ---> 36029eb967e2 18:06:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:48 ---> Using cache 18:06:48 ---> 122988d634ee 18:06:48 Step 5/21 : RUN apk add --update --no-cache make git 18:06:48 ---> Using cache 18:06:48 ---> f3448b186b00 18:06:48 Step 6/21 : COPY go.mod . 18:06:48 ---> Using cache 18:06:48 ---> c68400b79465 18:06:48 Step 7/21 : RUN go mod download 18:06:48 ---> Using cache 18:06:48 ---> a322c6e07769 18:06:48 Step 8/21 : COPY . . 18:06:48 ---> Using cache 18:06:48 ---> eac90d74cfee 18:06:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:06:49 Staging go-build-helper 18:06:49 ---> Running in e9d2453a6f42 18:06:50 Staging static-packages 18:06:51 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 18:06:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:06:51 ---> 0fade94a158c 18:06:51 Step 3/21 : WORKDIR /edgex-go 18:06:51 ---> Using cache 18:06:51 ---> 36029eb967e2 18:06:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:51 ---> Using cache 18:06:51 ---> 122988d634ee 18:06:51 Step 5/21 : RUN apk add --update --no-cache make git 18:06:51 ---> Using cache 18:06:51 ---> f3448b186b00 18:06:51 Step 6/21 : COPY go.mod . 18:06:51 ---> Using cache 18:06:51 ---> c68400b79465 18:06:51 Step 7/21 : RUN go mod download 18:06:51 ---> Using cache 18:06:51 ---> a322c6e07769 18:06:51 Step 8/21 : COPY . . 18:06:51 ---> Using cache 18:06:51 ---> eac90d74cfee 18:06:51 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:06:51 Pulling go115 18:06:52 ---> Running in dd8c53bb613e 18:06:53 'edgex-go' has dependencies that need to be staged: go115 18:06:53 Skipping pull go115 (already ran) 18:06:53 Building go115 18:06:53 % Total % Received % Xferd Average Speed Time Time Time Current 18:06:53 Dload Upload Total Spent Left Speed 18:06:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:06:54 ---> 0fade94a158c 18:06:54 Step 3/26 : WORKDIR /edgex-go 18:06:54 ---> Using cache 18:06:54 ---> 36029eb967e2 18:06:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:54 ---> Using cache 18:06:54 ---> 122988d634ee 18:06:54 Step 5/26 : RUN apk add --update --no-cache make bash git 18:06:55 ---> Running in fcbbe9b2504c 18:06:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:55 ---> 0fade94a158c 18:06:55 Step 3/23 : WORKDIR /edgex-go 18:06:55 ---> Using cache 18:06:55 ---> 36029eb967e2 18:06:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:55 ---> Using cache 18:06:55 ---> 122988d634ee 18:06:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:06:55 ---> Running in c51453f6b6cd 18:06:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.4M 0 0 28.5M 0 0:00:04 --:--:-- 0:00:04 28.5M 49 115M 49 57.0M 0 0 30.0M 0 0:00:03 0:00:01 0:00:02 30.0M 69 115M 69 79.8M 0 0 27.6M 0 0:00:04 0:00:02 0:00:02 27.6M 89 115M 89 103M 0 0 26.6M 0 0:00:04 0:00:03 0:00:01 26.6M 100 115M 100 115M 0 0 26.0M 0 0:00:04 0:00:04 --:--:-- 26.0M 18:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:58 OK: 217 MiB in 51 packages 18:06:58 OK: 217 MiB in 51 packages 18:06:58 go1.15.2.linux-amd64.tar.gz: OK 18:07:00 Removing intermediate container fcbbe9b2504c 18:07:00 ---> 1211763bf151 18:07:00 Step 6/26 : COPY go.mod . 18:07:00 Removing intermediate container c51453f6b6cd 18:07:00 ---> 30eaa0f61a49 18:07:00 Step 6/23 : COPY go.mod . 18:07:02 ---> c4cb03c41146 18:07:02 Step 7/26 : RUN go mod download 18:07:02 ---> Running in ca1f2fee3366 18:07:02 ---> 6e6885935630 18:07:02 Step 7/23 : RUN go mod download 18:07:02 ---> Running in 5b29876706da 18:07:03 Staging go115 18:07:06 Removing intermediate container ca1f2fee3366 18:07:06 ---> 913476164482 18:07:06 Step 8/26 : COPY . . 18:07:07 Removing intermediate container 5b29876706da 18:07:07 ---> a8a428259221 18:07:07 Step 8/23 : COPY . . 18:07:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:07:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:07:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:07:12 Fetched 0 B in 0s (0 B/s) 18:07:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:07:12 Fetched 224 kB in 0s (0 B/s) 18:07:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:07:12 Fetched 157 kB in 0s (0 B/s) 18:07:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:07:12 Fetched 221 kB in 0s (0 B/s) 18:07:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:07:12 Fetched 143 kB in 0s (0 B/s) 18:07:12 Pulling edgex-go 18:07:14 Pulling version 18:07:15 Building config-common 18:07:18 Skipping build go-build-helper (already ran) 18:07:18 Skipping build static-packages (already ran) 18:07:18 Skipping build go115 (already ran) 18:07:18 Building edgex-go 18:07:19 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 18:07:20 go: downloading github.com/gorilla/mux v1.8.0 18:07:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:07:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 18:07:20 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 18:07:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 18:07:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:07:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:07:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 18:07:20 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 18:07:20 go: downloading github.com/google/uuid v1.1.5 18:07:20 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:07:20 go: downloading github.com/pelletier/go-toml v1.2.0 18:07:20 go: downloading github.com/x448/float16 v0.8.4 18:07:20 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:07:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:07:20 go: downloading github.com/go-kit/kit v0.8.0 18:07:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:07:20 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 18:07:20 go: downloading github.com/BurntSushi/toml v0.3.1 18:07:20 go: downloading github.com/pebbe/zmq4 v1.2.2 18:07:20 go: downloading gopkg.in/yaml.v2 v2.4.0 18:07:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:07:20 go: downloading github.com/pkg/errors v0.8.1 18:07:20 go: downloading github.com/imdario/mergo v0.3.11 18:07:20 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:07:20 go: downloading github.com/hashicorp/consul/api v1.1.0 18:07:20 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:07:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:07:20 go: downloading github.com/mitchellh/copystructure v1.0.0 18:07:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:07:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:07:20 go: downloading github.com/hashicorp/serf v0.8.2 18:07:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:07:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:07:20 go: downloading github.com/go-playground/universal-translator v0.17.0 18:07:21 go: downloading github.com/leodido/go-urn v1.2.0 18:07:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:07:21 go: downloading github.com/go-playground/locales v0.13.0 18:07:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:07:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:07:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:07:31 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 18:07: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 18:07:38 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 18:07:39 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 18:07:39 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 18:07:39 ---> 0d4f5c79edcf 18:07:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:07:39 ---> f4034be8fbfd 18:07:39 Step 9/23 : RUN make cmd/core-data/core-data 18:07:39 ---> Running in dda872d9fdf5 18:07:39 ---> Running in 7701af25ae04 18:07: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 18:07:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:07: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 18:07:39 go: downloading github.com/stretchr/testify v1.6.1 18:07:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:07:40 go: downloading github.com/pmezard/go-difflib v1.0.0 18:07:40 go: downloading github.com/davecgh/go-spew v1.1.1 18:07:42 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 18:07:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:07:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:07:43 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 18:07:44 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 18:07:44 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:07:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:07:47 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 18:07:48 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 18:07:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:07:51 Building version 18:07:52 Removing intermediate container dd8c53bb613e 18:07:52 ---> e5955ca3919b 18:07:52 18:07:52 Step 10/21 : FROM scratch 18:07:52 ---> 18:07:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:07:52 ---> Using cache 18:07:52 ---> bf0d391b2d04 18:07:52 Step 12/21 : ENV APP_PORT=48085 18:07:52 ---> Running in e0838063b23e 18:07:52 Removing intermediate container e9d2453a6f42 18:07:52 ---> d085feff99dc 18:07:52 18:07:52 Step 10/21 : FROM alpine:3.12 18:07:52 ---> afeebe901d6b 18:07:52 Step 11/21 : RUN apk add --update --no-cache curl 18:07:52 ---> Running in 27bd68e8b834 18:07:52 Removing intermediate container e0838063b23e 18:07:52 ---> 13db75083ac5 18:07:52 Step 13/21 : EXPOSE $APP_PORT 18:07:52 ---> Running in ce554cfb9102 18:07:53 Removing intermediate container ce554cfb9102 18:07:53 ---> cf94ce3e3fcb 18:07:53 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:54 ---> 851d605da687 18:07:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:54 Staging config-common 18:07:55 (1/4) Installing ca-certificates (20191127-r4) 18:07:55 Skipping stage go-build-helper (already ran) 18:07:55 Skipping stage static-packages (already ran) 18:07:55 Skipping stage go115 (already ran) 18:07:55 Staging edgex-go 18:07:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:07:55 (3/4) Installing libcurl (7.69.1-r3) 18:07:55 (4/4) Installing curl (7.69.1-r3) 18:07:55 Executing busybox-1.31.1-r19.trigger 18:07:55 Executing ca-certificates-20191127-r4.trigger 18:07:55 OK: 7 MiB in 18 packages 18:07:56 ---> deb6887cd42c 18:07:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:07:56 Staging version 18:07:57 Priming config-common 18:07:58 ---> fea3de124b25 18:07:58 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:07:58 ---> Running in 1ed0f7437e08 18:07:58 Removing intermediate container 27bd68e8b834 18:07:58 ---> d6f64d3949a5 18:07:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:59 ---> Running in 1d6682a18aad 18:07:59 Removing intermediate container 1ed0f7437e08 18:07:59 ---> feec73d18225 18:07:59 Priming go-build-helper 18:07:59 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:59 ---> Running in 1abb87e8a7fd 18:07:59 Removing intermediate container 1d6682a18aad 18:07:59 ---> 5e1f15e6fe2b 18:07:59 Step 13/21 : WORKDIR /edgex 18:08:00 Priming static-packages 18:08:00 ---> Running in 56647dc33c1f 18:08:00 Removing intermediate container 1abb87e8a7fd 18:08:00 ---> 71972f6ce904 18:08:00 Step 19/21 : LABEL arch=arm64 18:08:00 ---> Running in fcc90b265cd9 18:08:00 Removing intermediate container 56647dc33c1f 18:08:00 ---> aaa4fcb477ea 18:08:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:08:01 Removing intermediate container fcc90b265cd9 18:08:01 ---> 1dda6bdb7e18 18:08:01 Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:08:01 ---> Running in 8d7f30e18da1 18:08:02 Removing intermediate container 8d7f30e18da1 18:08:02 ---> 517a7975db7b 18:08:02 Step 21/21 : LABEL version=0.0.0 18:08:02 ---> c7b04f4f0b77 18:08:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:08:02 ---> Running in 693384aaf6bc 18:08:03 Priming go115 18:08:03 Removing intermediate container 693384aaf6bc 18:08:03 ---> 9aa702b58f45 18:08:03 18:08:04 Priming edgex-go 18:08:04 Successfully built 9aa702b58f45 18:08:04 Successfully tagged docker-support-scheduler-go-arm64:latest 18:08:04  Building docker-support-scheduler-go ... done  ---> ba94617fecc6 18:08:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:08:05 Priming version 18:08:05 ---> 9aa76e15867b 18:08:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:08:06 ---> Running in bdc3b9669ed2 18:08:06 Removing intermediate container bdc3b9669ed2 18:08:06 ---> 638a41534f71 18:08:06 Step 18/21 : CMD ["--init=true"] 18:08:06 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 18:08:06 ---> Running in f41e9cc6d7b8 18:08:07 Removing intermediate container f41e9cc6d7b8 18:08:07 ---> f0f1cd672e11 18:08:07 Step 19/21 : LABEL arch=arm64 18:08:07 ---> Running in a13ccb3f17fa 18:08:08 Removing intermediate container a13ccb3f17fa 18:08:08 ---> 4c54594caed9 18:08:08 Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:08:08 ---> Running in 361e175812f2 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 18:08:09 Removing intermediate container 361e175812f2 18:08:09 ---> 5fddfd4240a2 18:08:09 Step 21/21 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] } 18:08:09 ---> Running in ba53b3e1c81a 18:08:10 Removing intermediate container ba53b3e1c81a 18:08:10 ---> 69740cb9e2f2 18:08:10 18:08:10 Successfully built 69740cb9e2f2 18:08:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:08:37  Building docker-security-proxy-setup-go ... done Removing intermediate container dda872d9fdf5 18:08:37 ---> 83abd8eadce0 18:08:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:08:37 ---> Running in 0c9b47ae37b6 18:08:37 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 18:08:38 Removing intermediate container 0c9b47ae37b6 18:08:38 ---> 74b76eb214ca 18:08:38 18:08:38 Step 11/26 : FROM docker:20.10.0 18:08:38 20.10.0: Pulling from library/docker 18:08:48 Removing intermediate container 7701af25ae04 18:08:48 ---> cc90d7c036d3 18:08:48 18:08:48 Step 10/23 : FROM alpine:3.12 18:08:48 ---> afeebe901d6b 18:08:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:08:48 ---> Running in da2ffb9f85e6 18:08:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:08:48 Status: Downloaded newer image for docker:20.10.0 18:08:48 ---> eeaf43b92773 18:08:48 Step 12/26 : RUN apk add --no-cache bash 18:08:48 Removing intermediate container da2ffb9f85e6 18:08:48 ---> 5550c6855e94 18:08:48 Step 12/23 : ENV APP_PORT=48080 18:08:48 ---> Running in d80502588b6b 18:08:48 ---> Running in e3c1737be065 18:08:48 Removing intermediate container e3c1737be065 18:08:48 ---> b0b5c5c262e4 18:08:48 Step 13/23 : EXPOSE $APP_PORT 18:08:49 ---> Running in 60868f5cee2d 18:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:49 Removing intermediate container 60868f5cee2d 18:08:49 ---> dc44db7879af 18:08:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:49 ---> Running in 59e48f0e79da 18:08:50 (1/2) Installing readline (8.0.4-r0) 18:08:50 (2/2) Installing bash (5.0.17-r0) 18:08:50 Executing bash-5.0.17-r0.post-install 18:08:50 Executing busybox-1.31.1-r19.trigger 18:08:50 OK: 12 MiB in 22 packages 18:08:51 Removing intermediate container d80502588b6b 18:08:51 ---> f7a22307ca7c 18:08:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:08:51 ---> Running in d0d034ee34b3 18:08:51 Removing intermediate container 59e48f0e79da 18:08:51 ---> 87c35a9e9c69 18:08:51 Step 15/23 : RUN apk add --update --no-cache zeromq 18:08:51 ---> Running in 9c36b9f68175 18:08:52 Removing intermediate container d0d034ee34b3 18:08:52 ---> ea0636638a0c 18:08:52 Step 14/26 : ENV APP_PORT=48090 18:08:52 ---> Running in 202ca920e192 18:08:52 Removing intermediate container 202ca920e192 18:08:52 ---> 037a41e8c7f5 18:08:52 Step 15/26 : EXPOSE $APP_PORT 18:08:53 ---> Running in aa19854f105c 18:08:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:53 Removing intermediate container aa19854f105c 18:08:53 ---> b91f648ad7c4 18:08:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:08:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:54 (1/5) Installing libgcc (9.3.0-r2) 18:08:54 (2/5) Installing libsodium (1.0.18-r0) 18:08:54 ---> af43bff4e118 18:08:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:08:54 (3/5) Installing libstdc++ (9.3.0-r2) 18:08:55 (4/5) Installing libzmq (4.3.3-r0) 18:08:55 (5/5) Installing zeromq (4.3.3-r0) 18:08:55 Executing busybox-1.31.1-r19.trigger 18:08:55 OK: 8 MiB in 19 packages 18:08:55 ---> 9f7e82f7d840 18:08:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:08:56 ---> 7be395bf7f4a 18:08:56 Step 19/26 : RUN apk --no-cache add py3-pip 18:08:56 Removing intermediate container 9c36b9f68175 18:08:56 ---> dc6dc8c9ff3d 18:08:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:56 ---> Running in f5b4b4a533c9 18:08:57 ---> 50ef0e3cbd7c 18:08:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:08:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:58 (1/33) Installing libbz2 (1.0.8-r1) 18:08:58 (2/33) Installing expat (2.2.9-r1) 18:08:58 (3/33) Installing libffi (3.3-r2) 18:08:58 (4/33) Installing gdbm (1.13-r1) 18:08:58 (5/33) Installing xz-libs (5.2.5-r0) 18:08:58 (6/33) Installing sqlite-libs (3.32.1-r0) 18:08:58 (7/33) Installing python3 (3.8.5-r0) 18:08:58 ---> b1dad127822d 18:08:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:09:00 ---> e7e6e65ce82f 18:09:00 Step 19/23 : ENTRYPOINT ["/core-data"] 18:09:00 ---> Running in cb72eb72d4af 18:09:00 (8/33) Installing py3-appdirs (1.4.4-r1) 18:09:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:09:00 (10/33) Installing py3-parsing (2.4.7-r0) 18:09:00 (11/33) Installing py3-six (1.15.0-r0) 18:09:00 (12/33) Installing py3-packaging (20.4-r0) 18:09:00 (13/33) Installing py3-setuptools (47.0.0-r0) 18:09:00 (14/33) Installing py3-chardet (3.0.4-r4) 18:09:00 (15/33) Installing py3-idna (2.9-r0) 18:09:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:09:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:09:00 (18/33) Installing py3-requests (2.23.0-r0) 18:09:00 (19/33) Installing py3-msgpack (1.0.0-r0) 18:09:00 (20/33) Installing py3-lockfile (0.12.2-r3) 18:09:00 Removing intermediate container cb72eb72d4af 18:09:00 ---> c11986809384 18:09:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:09:00 (22/33) Installing py3-colorama (0.4.3-r0) 18:09:00 (23/33) Installing py3-distlib (0.3.0-r0) 18:09:00 (24/33) Installing py3-distro (1.5.0-r1) 18:09:00 (25/33) Installing py3-webencodings (0.5.1-r3) 18:09:00 (26/33) Installing py3-html5lib (1.0.1-r4) 18:09:00 (27/33) Installing py3-pytoml (0.1.21-r0) 18:09:00 ---> Running in 1ceb3f6d395f 18:09:00 (28/33) Installing py3-pep517 (0.8.2-r0) 18:09:01 (29/33) Installing py3-progress (1.5-r0) 18:09:01 (30/33) Installing py3-toml (0.10.1-r0) 18:09:01 (31/33) Installing py3-retrying (1.3.3-r0) 18:09:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:09:01 (33/33) Installing py3-pip (20.1.1-r0) 18:09:01 Executing busybox-1.31.1-r19.trigger 18:09:01 OK: 71 MiB in 55 packages 18:09:01 Removing intermediate container 1ceb3f6d395f 18:09:01 ---> 210d6251f638 18:09:01 Step 21/23 : LABEL arch=arm64 18:09:01 ---> Running in 18bb78ce7303 18:09:02 Removing intermediate container 18bb78ce7303 18:09:02 ---> ef54cc275f7b 18:09:02 Step 22/23 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:09:02 ---> Running in 12cf6cd5ae8f 18:09:02 Removing intermediate container 12cf6cd5ae8f 18:09:02 ---> 7a90f4e980ab 18:09:02 Step 23/23 : LABEL version=0.0.0 18:09:03 ---> Running in b5a6de40e841 18:09:03 Removing intermediate container b5a6de40e841 18:09:03 ---> 43406fde7374 18:09:03 18:09:04 Successfully built 43406fde7374 18:09:04 Successfully tagged docker-core-data-go-arm64:latest 18:09:07  Building docker-core-data-go ... done Removing intermediate container f5b4b4a533c9 18:09:07 ---> 8b31f344c052 18:09:07 Step 20/26 : RUN pip install docker-compose==1.23.2 18:09:07 ---> Running in aa6e8266a17f 18:09:11 Collecting docker-compose==1.23.2 18:09:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:09:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:09:12 Collecting cached-property<2,>=1.2.0 18:09:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:09:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:09:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:09:14 Collecting PyYAML<4,>=3.10 18:09:14 Downloading PyYAML-3.13.tar.gz (270 kB) 18:09:17 Collecting docker<4.0,>=3.6.0 18:09:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:09:17 Collecting jsonschema<3,>=2.5.1 18:09:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:09:18 Collecting websocket-client<1.0,>=0.32.0 18:09:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:09:18 Collecting docopt<0.7,>=0.6.1 18:09:18 Downloading docopt-0.6.2.tar.gz (25 kB) 18:09:20 Collecting dockerpty<0.5,>=0.4.1 18:09:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:09:22 Collecting texttable<0.10,>=0.9.0 18:09:22 Downloading texttable-0.9.1.tar.gz (11 kB) 18:09:24 Collecting idna<2.8,>=2.5 18:09:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:09:24 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) 18:09:24 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) 18:09:24 Collecting urllib3<1.25,>=1.21.1 18:09:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:09:25 Collecting docker-pycreds>=0.4.0 18:09:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:09:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:09:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:09:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:09:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:09:26 Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, docopt, dockerpty, texttable, docker-compose 18:09:26 Attempting uninstall: idna 18:09:26 Found existing installation: idna 2.9 18:09:26 Uninstalling idna-2.9: 18:09:26 Successfully uninstalled idna-2.9 18:09:27 Attempting uninstall: urllib3 18:09:27 Found existing installation: urllib3 1.25.9 18:09:27 Uninstalling urllib3-1.25.9: 18:09:27 Successfully uninstalled urllib3-1.25.9 18:09:27 Attempting uninstall: requests 18:09:27 Found existing installation: requests 2.23.0 18:09:27 Uninstalling requests-2.23.0: 18:09:27 Successfully uninstalled requests-2.23.0 18:09:28 Running setup.py install for PyYAML: started 18:09:30 Running setup.py install for PyYAML: finished with status 'done' 18:09:31 Running setup.py install for docopt: started 18:09:33 Running setup.py install for docopt: finished with status 'done' 18:09:33 Running setup.py install for dockerpty: started 18:09:35 Running setup.py install for dockerpty: finished with status 'done' 18:09:35 Running setup.py install for texttable: started 18:09:37 Running setup.py install for texttable: finished with status 'done' 18:09:37 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 18:09:41 Removing intermediate container aa6e8266a17f 18:09:41 ---> b723b71b1610 18:09:41 Step 21/26 : RUN apk --no-cache add curl 18:09:41 ---> Running in 8d333570c8e6 18:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:09:43 (2/3) Installing libcurl (7.69.1-r3) 18:09:43 (3/3) Installing curl (7.69.1-r3) 18:09:43 Executing busybox-1.31.1-r19.trigger 18:09:43 OK: 71 MiB in 58 packages 18:09:44 Removing intermediate container 8d333570c8e6 18:09:44 ---> bfc9dc115a09 18:09:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:09:44 ---> Running in 776a15f4e28a 18:09:45 Removing intermediate container 776a15f4e28a 18:09:45 ---> 814bcd7ff6e0 18:09:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:45 ---> Running in cf1abf63f062 18:09:45 Removing intermediate container cf1abf63f062 18:09:45 ---> ecd540c47312 18:09:45 Step 24/26 : LABEL arch=arm64 18:09:45 ---> Running in 1446c57408ab 18:09:46 Removing intermediate container 1446c57408ab 18:09:46 ---> a2d81a3975ce 18:09:46 Step 25/26 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 18:09:46 ---> Running in 3196264f59ad 18:09:46 Removing intermediate container 3196264f59ad 18:09:46 ---> 890009f6e378 18:09:46 Step 26/26 : LABEL version=0.0.0 18:09:46 ---> Running in 60f676b0fc81 18:09:47 Removing intermediate container 60f676b0fc81 18:09:47 ---> 6da40ee41bac 18:09:47 18:09:47 Successfully built 6da40ee41bac 18:09:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:09:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:09:48 $ docker stop --time=1 ef62a2fc8ced8cd55f24df10b0acca6e8e106c2fd8aa7104f8d4153aec7dab32 18:09:50 $ docker rm -f ef62a2fc8ced8cd55f24df10b0acca6e8e106c2fd8aa7104f8d4153aec7dab32 [Pipeline] // withDockerContainer [Pipeline] sh 18:09:50 + + grepdocker docker images 18:09:50 18:09:51 docker-sys-mgmt-agent-go-arm64 latest 6da40ee41bac 3 seconds ago 300MB 18:09:51 docker-core-data-go-arm64 latest 43406fde7374 47 seconds ago 21MB 18:09:51 docker-security-proxy-setup-go-arm64 latest 69740cb9e2f2 About a minute ago 23.2MB 18:09:51 docker-support-scheduler-go-arm64 latest 9aa702b58f45 About a minute ago 10MB 18:09:51 docker-core-metadata-go-arm64 latest 31e1c1dac332 3 minutes ago 12.3MB 18:09:51 docker-security-secretstore-setup-go-arm64 latest b887a4423a27 3 minutes ago 23.4MB 18:09:51 docker-security-bootstrap-redis-go-arm64 latest ab99425a8596 3 minutes ago 15.1MB 18:09:51 docker-support-notifications-go-arm64 latest c0503f314440 3 minutes ago 11.4MB 18:09:51 docker-core-command-go-arm64 latest ff322a825679 3 minutes ago 9.98MB 18:09:51 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:09:54 provisioning config files... 18:09:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config312481286492511258tmp [Pipeline] { [Pipeline] sh 18:09:55 + set +x 18:09:55 + curl -s https://codecov.io/bash 18:09:55 + bash -s -- 18:09:55 18:09:55 _____ _ 18:09:55 / ____| | | 18:09:55 | | ___ __| | ___ ___ _____ __ 18:09:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:09:55 | |___| (_) | (_| | __/ (_| (_) \ V / 18:09:55 \_____\___/ \__,_|\___|\___\___/ \_/ 18:09:55 Bash-20210115-cec3c92 18:09:55 18:09:55 18:09:55 ==> git version 2.24.3 found 18:09:55 ==> 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 18:09:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:09:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:09:55 ==> Jenkins CI detected. 18:09:55 project root: . 18:09:55 --> token set from env 18:09:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:09:55 ==> Running gcov in . (disable via -X gcov) 18:09:55 ==> Python coveragepy not found 18:09:55 ==> Searching for coverage reports in: 18:09:55 + . 18:09:55 -> Found 1 reports 18:09:55 ==> Detecting git/mercurial file structure 18:09:55 ==> Reading reports 18:09:55 + ./coverage.out bytes=550280 18:09:55 ==> Appending adjustments 18:09:55 https://docs.codecov.io/docs/fixing-reports 18:09:59 + Found adjustments 18:09:59 ==> Gzipping contents 18:09:59 84K /tmp/codecov.Htgi65.gz 18:09:59 ==> Uploading reports 18:09:59 url: https://codecov.io 18:09:59 query: branch=PR-3048&commit=a1d85f020a9aa6f120c487b081e6e1f34154e693&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= 18:09:59 -> Pinging Codecov 18:09:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3048&commit=a1d85f020a9aa6f120c487b081e6e1f34154e693&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= 18:09:59 -> Uploading to 18:09:59 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/a1d85f020a9aa6f120c487b081e6e1f34154e693/d37bb637-a210-43a9-b7b3-221bd3dedbc5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T180959Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f79d1b551e2cb4ecc7f53159ee250dea4cf1e038a89c5500e93b0e498fbafa3b 18:09:59 % Total % Received % Xferd Average Speed Time Time Time Current 18:09:59 Dload Upload Total Spent Left Speed 18:09:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83270 0 0 100 83270 0 126k --:--:-- --:--:-- --:--:-- 126k 18:09:59 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a1d85f020a9aa6f120c487b081e6e1f34154e693 [Pipeline] } 18:09:59 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 18:10:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:10:03 ---> package-listing.sh 18:10:03 ++ facter osfamily 18:10:03 ++ tr '[:upper:]' '[:lower:]' 18:10:03 + OS_FAMILY=redhat 18:10:03 + workspace=/w/workspace/edgex-go/4 18:10:03 + START_PACKAGES=/tmp/packages_start.txt 18:10:03 + END_PACKAGES=/tmp/packages_end.txt 18:10:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:10:03 + PACKAGES=/tmp/packages_start.txt 18:10:03 + '[' /w/workspace/edgex-go/4 ']' 18:10:03 + PACKAGES=/tmp/packages_end.txt 18:10:03 + case "${OS_FAMILY}" in 18:10:03 + rpm -qa 18:10:03 + sort 18:10:08 + '[' -f /tmp/packages_start.txt ']' 18:10:08 + '[' -f /tmp/packages_end.txt ']' 18:10:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:10:08 + '[' /w/workspace/edgex-go/4 ']' 18:10:08 + mkdir -p /w/workspace/edgex-go/4/archives/ 18:10:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 18:10:08 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:10:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:10:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:09 18:10:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:10:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:09 alpine: Pulling from edgex-lftools-log-publisher 18:10:09 df20fa9351a1: Pulling fs layer 18:10:09 36b3adc4ff6f: Pulling fs layer 18:10:09 8ad3a11d3b57: Pulling fs layer 18:10:09 46f8f816bc3b: Pulling fs layer 18:10:09 93b61091891f: Pulling fs layer 18:10:09 93b9cdb0e59b: Pulling fs layer 18:10:09 5e14af77c1be: Pulling fs layer 18:10:09 01666e4c0597: Pulling fs layer 18:10:09 aa168da1d23b: Pulling fs layer 18:10:09 46f8f816bc3b: Waiting 18:10:09 93b61091891f: Waiting 18:10:09 93b9cdb0e59b: Waiting 18:10:09 5e14af77c1be: Waiting 18:10:09 01666e4c0597: Waiting 18:10:09 aa168da1d23b: Waiting 18:10:09 36b3adc4ff6f: Verifying Checksum 18:10:09 36b3adc4ff6f: Download complete 18:10:09 46f8f816bc3b: Verifying Checksum 18:10:09 46f8f816bc3b: Download complete 18:10:09 df20fa9351a1: Verifying Checksum 18:10:09 df20fa9351a1: Download complete 18:10:10 93b9cdb0e59b: Verifying Checksum 18:10:10 93b9cdb0e59b: Download complete 18:10:10 5e14af77c1be: Download complete 18:10:10 93b61091891f: Verifying Checksum 18:10:10 93b61091891f: Download complete 18:10:10 01666e4c0597: Download complete 18:10:10 8ad3a11d3b57: Verifying Checksum 18:10:10 8ad3a11d3b57: Download complete 18:10:10 df20fa9351a1: Pull complete 18:10:10 36b3adc4ff6f: Pull complete 18:10:11 8ad3a11d3b57: Pull complete 18:10:11 46f8f816bc3b: Pull complete 18:10:12 aa168da1d23b: Verifying Checksum 18:10:12 aa168da1d23b: Download complete 18:10:13 93b61091891f: Pull complete 18:10:13 93b9cdb0e59b: Pull complete 18:10:13 5e14af77c1be: Pull complete 18:10:13 01666e4c0597: Pull complete 18:10:23 aa168da1d23b: Pull complete 18:10:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:10:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:10:23 prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container 18:10:24 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10003/edgex-lftools-log-publisher:alpine cat 18:10:29 $ docker top d7a5cbb8bf119f4563f085375108035e73575bf00664da16b5165b9755516dc6 -eo pid,comm [Pipeline] { [Pipeline] sh 18:10:30 + touch /tmp/pre-build-complete [Pipeline] sh 18:10:30 + mkdir -p /var/log/sa [Pipeline] sh 18:10:30 + ls /var/log/sa-host 18:10:30 + sadf -c /var/log/sa-host/sa19 18:10:30 file_magic: OK 18:10:30 HZ: Using current value: 100 18:10:30 file_header: OK 18:10:30 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 18:10:30 Statistics: 18:10:30 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... 18:10:30 File successfully converted to sysstat format version 12.2.1 18:10:30 + sadf -c /var/log/sa-host/sa23 18:10:30 file_magic: OK 18:10:30 HZ: Using current value: 100 18:10:30 file_header: OK 18:10:30 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 18:10:30 Statistics: 18:10:30 Hnuu...uuuununununu... 18:10:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:10:31 provisioning config files... 18:10:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3753953519875314346tmp [Pipeline] { [Pipeline] echo 18:10:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:10:32 ---> create-netrc.sh [Pipeline] } 18:10:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:10:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:10:32 ---> python-tools-install.sh [Pipeline] echo 18:10:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:10:32 ---> sudo-logs.sh 18:10:32 Archiving 'sudo' log.. [Pipeline] echo 18:10:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:10:33 ---> job-cost.sh 18:10:33 lf-activate-venv: SKIPPING 18:10:33 INFO: No Stack... 18:10:34 INFO: Retrieving Pricing Info for: v1-standard-2 18:10:35 INFO: Archiving Costs [Pipeline] echo 18:10:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:10:35 ---> logs-deploy.sh 18:10:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3048/4 18:10:35 INFO: archiving workspace using pattern(s): 18:10:37 Archives upload complete. 18:10:37 INFO: archiving logs to Nexus 18:10:38 ---> uname -a: 18:10:38 Linux prd-centos7-docker-4c-2g-21246.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:10:38 18:10:38 18:10:38 ---> lscpu: 18:10:38 Architecture: x86_64 18:10:38 CPU op-mode(s): 32-bit, 64-bit 18:10:38 Byte Order: Little Endian 18:10:38 Address sizes: 40 bits physical, 48 bits virtual 18:10:38 CPU(s): 4 18:10:38 On-line CPU(s) list: 0-3 18:10:38 Thread(s) per core: 1 18:10:38 Core(s) per socket: 1 18:10:38 Socket(s): 4 18:10:38 NUMA node(s): 1 18:10:38 Vendor ID: GenuineIntel 18:10:38 CPU family: 6 18:10:38 Model: 44 18:10:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:10:38 Stepping: 1 18:10:38 CPU MHz: 2933.436 18:10:38 BogoMIPS: 5866.87 18:10:38 Virtualization: VT-x 18:10:38 Hypervisor vendor: KVM 18:10:38 Virtualization type: full 18:10:38 L1d cache: 128 KiB 18:10:38 L1i cache: 128 KiB 18:10:38 L2 cache: 16 MiB 18:10:38 L3 cache: 64 MiB 18:10:38 NUMA node0 CPU(s): 0-3 18:10:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:10:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:10:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:10:38 Vulnerability Meltdown: Mitigation; PTI 18:10:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:10:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:10:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:10:38 Vulnerability Srbds: Not affected 18:10:38 Vulnerability Tsx async abort: Not affected 18:10:38 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 18:10:38 18:10:38 18:10:38 ---> nproc: 18:10:38 4 18:10:38 18:10:38 18:10:38 ---> df -h: 18:10:38 Filesystem Size Used Available Use% Mounted on 18:10:38 overlay 50.0G 12.4G 37.5G 25% / 18:10:38 tmpfs 64.0M 0 64.0M 0% /dev 18:10:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:10:38 shm 64.0M 0 64.0M 0% /dev/shm 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/4 18:10:38 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/4@tmp 18:10:38 18:10:38 18:10:38 ---> free -m: 18:10:38 total used free shared buff/cache available 18:10:38 Mem: 1837 713 180 0 942 1039 18:10:38 Swap: 1023 67 956 18:10:38 18:10:38 18:10:38 ---> ip addr: 18:10:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:10:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:10:38 inet 127.0.0.1/8 scope host lo 18:10:38 valid_lft forever preferred_lft forever 18:10:38 inet6 ::1/128 scope host 18:10:38 valid_lft forever preferred_lft forever 18:10:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:10:38 link/ether fa:16:3e:33:9b:e4 brd ff:ff:ff:ff:ff:ff 18:10:38 inet 10.30.123.129/23 brd 10.30.123.255 scope global dynamic eth0 18:10:38 valid_lft 85224sec preferred_lft 85224sec 18:10:38 inet6 fe80::f816:3eff:fe33:9be4/64 scope link 18:10:38 valid_lft forever preferred_lft forever 18:10:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:10:38 link/ether 02:42:8c:bd:47:b7 brd ff:ff:ff:ff:ff:ff 18:10:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:10:38 valid_lft forever preferred_lft forever 18:10:38 inet6 fe80::42:8cff:febd:47b7/64 scope link 18:10:38 valid_lft forever preferred_lft forever 18:10:38 18:10:38 18:10:38 ---> sar -b -r -n DEV: 18:10:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:10:38 18:10:38 17:50:50 LINUX RESTART (4 CPU) 18:10:38 18:10:38 17:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:10:38 17:53:01 229.99 116.04 113.95 0.00 8467.03 44167.58 0.00 18:10:38 17:54:01 234.07 83.37 150.70 0.00 3469.33 21361.09 0.00 18:10:38 17:55:02 184.09 90.66 93.43 0.00 3820.14 9439.09 0.00 18:10:38 17:56:01 253.24 80.94 172.30 0.00 21713.10 95588.48 0.00 18:10:38 17:57:02 2850.30 2467.48 382.83 0.00 194290.55 206349.66 0.00 18:10:38 17:58:01 608.54 354.05 254.49 0.00 24722.64 49825.77 0.00 18:10:38 17:59:02 2239.33 1862.64 376.69 0.00 143315.13 169726.69 0.00 18:10:38 18:00:01 1291.05 997.08 293.96 0.00 72620.71 88813.76 0.00 18:10:38 18:01:01 92.00 17.82 74.18 0.00 3121.73 7165.12 0.00 18:10:38 18:02:01 1.75 1.35 0.40 0.00 43.53 6.09 0.00 18:10:38 18:03:01 0.32 0.03 0.28 0.00 0.67 2.88 0.00 18:10:38 18:04:01 0.20 0.02 0.18 0.00 0.13 1.65 0.00 18:10:38 18:05:02 0.25 0.07 0.18 0.00 0.53 2.35 0.00 18:10:38 18:06:01 1.78 1.49 0.29 0.00 50.14 4.13 0.00 18:10:38 18:07:01 1.23 0.42 0.82 0.00 132.20 14.94 0.00 18:10:38 18:08:01 0.25 0.02 0.23 0.00 0.53 2.37 0.00 18:10:38 18:09:01 0.23 0.03 0.20 0.00 0.40 1.65 0.00 18:10:38 18:10:01 14.01 13.71 0.30 0.00 880.08 21.40 0.00 18:10:38 Average: 447.55 340.91 106.64 0.00 26692.77 38663.20 0.00 18:10:38 18:10:38 17:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:10:38 17:53:01 129644 0 718288 38.18 1744 1031868 1431992 48.87 574264 938612 10608 18:10:38 17:54:01 165988 0 761848 40.49 1572 952136 1626772 55.52 598188 841064 46796 18:10:38 17:55:02 290760 0 727000 38.64 964 862820 1264140 43.14 534524 763336 41884 18:10:38 17:56:01 69616 0 841156 44.71 392 970380 2242548 76.53 773588 811812 39164 18:10:38 17:57:02 67744 0 771428 41.00 256 1042116 1956140 66.76 738116 853196 8280 18:10:38 17:58:01 176976 0 716320 38.07 228 988020 1469380 50.15 563124 888844 8 18:10:38 17:59:02 52332 0 780920 41.50 188 1048104 2101332 71.71 622292 973528 55428 18:10:38 18:00:01 392536 0 725448 38.56 184 763376 1927444 65.78 546708 692064 2844 18:10:38 18:01:01 368352 0 629096 33.44 184 883912 1208624 41.25 527068 741724 8 18:10:38 18:02:01 371268 0 625008 33.22 184 885084 1175556 40.12 524536 742228 8 18:10:38 18:03:01 371048 0 625232 33.23 184 885080 1175608 40.12 524884 742236 16 18:10:38 18:04:01 372136 0 624124 33.17 184 885100 1170372 39.94 524000 742256 12 18:10:38 18:05:02 371776 0 624468 33.19 184 885116 1170480 39.95 524556 742276 8 18:10:38 18:06:01 370688 0 624760 33.20 184 885912 1170372 39.94 524432 742652 16 18:10:38 18:07:01 363752 0 627784 33.37 184 889824 1170444 39.95 530128 743780 8 18:10:38 18:08:01 363988 0 627556 33.35 184 889816 1170372 39.94 530060 743780 8 18:10:38 18:09:01 364160 0 627368 33.34 184 889832 1170372 39.94 530180 743804 8 18:10:38 18:10:01 334320 0 631892 33.58 184 915148 1170644 39.95 539404 762408 104 18:10:38 Average: 277616 0 683872 36.35 409 919647 1431811 48.87 568336 789422 11400 18:10:38 18:10:38 17:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:10:38 17:53:01 veth44111b6 7.90 11.10 0.56 51.79 0.00 0.00 0.00 0.00 18:10:38 17:53:01 eth0 1132.68 1398.19 5577.20 154.77 0.00 0.00 0.00 0.00 18:10:38 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:53:01 docker0 1118.59 801.41 82.70 2721.94 0.00 0.00 0.00 0.00 18:10:38 17:54:01 vethd0d2e35 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 17:54:01 eth0 204.51 152.74 810.35 23.59 0.00 0.00 0.00 0.00 18:10:38 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:54:01 docker0 133.28 170.28 9.46 779.45 0.00 0.00 0.00 0.00 18:10:38 17:55:02 vethd0d2e35 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 18:10:38 17:55:02 eth0 36.43 23.85 23.31 78.96 0.00 0.00 0.00 0.00 18:10:38 17:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:55:02 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 18:10:38 17:56:01 veth93f58bd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 17:56:01 eth0 210.41 171.74 1721.15 71.25 0.00 0.00 0.00 0.00 18:10:38 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:57:02 vethbcfe4f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:57:02 veth93f58bd 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 17:57:02 eth0 44.68 24.53 162.07 10.51 0.00 0.00 0.00 0.00 18:10:38 17:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:58:01 veth93f58bd 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 17:58:01 veth86af89b 1.56 2.50 0.11 16.02 0.00 0.00 0.00 0.00 18:10:38 17:58:01 eth0 203.47 164.23 1447.66 24.81 0.00 0.00 0.00 0.00 18:10:38 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:59:02 veth93f58bd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 17:59:02 eth0 110.25 60.32 450.36 87.69 0.00 0.00 0.00 0.00 18:10:38 17:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 17:59:02 veth33a5de6 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 18:00:01 veth93f58bd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:00:01 eth0 55.90 35.77 87.80 71.43 0.00 0.00 0.00 0.00 18:10:38 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:00:01 veth96af5fa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:10:38 18:01:01 eth0 16.64 9.17 13.58 6.59 0.00 0.00 0.00 0.00 18:10:38 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:01:01 docker0 1307.29 1083.28 95.51 4256.74 0.00 0.00 0.00 0.00 18:10:38 18:02:01 eth0 1.23 0.43 0.46 0.27 0.00 0.00 0.00 0.00 18:10:38 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:03:01 eth0 1.48 0.58 0.59 0.40 0.00 0.00 0.00 0.00 18:10:38 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:04:01 eth0 0.65 0.07 0.07 0.01 0.00 0.00 0.00 0.00 18:10:38 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:05:02 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 18:10:38 18:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:10:38 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:07:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 18:10:38 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:10:38 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:09:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:10:38 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:10:01 eth0 7.03 4.76 6.86 3.75 0.00 0.00 0.00 0.00 18:10:38 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 Average: eth0 112.59 113.76 571.70 29.69 0.00 0.00 0.00 0.00 18:10:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:38 Average: docker0 72.78 60.31 5.32 237.00 0.00 0.00 0.00 0.00 18:10:38 18:10:38 18:10:38 ---> sar -P ALL: 18:10:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:10:38 18:10:38 17:50:50 LINUX RESTART (4 CPU) 18:10:38 18:10:38 17:52:01 CPU %user %nice %system %iowait %steal %idle 18:10:38 17:53:01 all 15.51 0.00 7.24 1.58 0.31 75.36 18:10:38 17:53:01 0 19.89 0.00 8.04 0.92 0.30 70.86 18:10:38 17:53:01 1 15.70 0.00 6.80 1.39 0.36 75.76 18:10:38 17:53:01 2 13.84 0.00 7.27 2.31 0.26 76.33 18:10:38 17:53:01 3 12.69 0.00 6.85 1.70 0.31 78.45 18:10:38 17:54:01 all 23.82 0.00 7.55 8.04 0.17 60.41 18:10:38 17:54:01 0 24.65 0.00 7.53 7.10 0.15 60.57 18:10:38 17:54:01 1 20.15 0.00 7.02 9.01 0.17 63.65 18:10:38 17:54:01 2 24.37 0.00 8.29 6.02 0.12 61.20 18:10:38 17:54:01 3 26.14 0.00 7.36 10.05 0.24 56.21 18:10:38 17:55:02 all 62.00 0.00 13.47 3.80 0.42 20.30 18:10:38 17:55:02 0 61.17 0.00 13.82 2.08 0.35 22.58 18:10:38 17:55:02 1 60.97 0.00 12.36 4.99 0.53 21.15 18:10:38 17:55:02 2 63.56 0.00 13.14 2.12 0.44 20.75 18:10:38 17:55:02 3 62.29 0.00 14.57 6.02 0.39 16.74 18:10:38 17:56:01 all 25.14 0.00 12.26 5.96 0.49 56.16 18:10:38 17:56:01 0 24.00 0.00 11.60 6.24 0.50 57.64 18:10:38 17:56:01 1 26.50 0.00 12.24 8.00 0.43 52.83 18:10:38 17:56:01 2 25.67 0.00 13.10 5.65 0.49 55.09 18:10:38 17:56:01 3 24.37 0.00 12.08 3.95 0.52 59.07 18:10:38 17:57:02 all 24.63 0.00 24.36 24.49 1.56 24.96 18:10:38 17:57:02 0 24.49 0.00 24.79 27.20 1.54 21.99 18:10:38 17:57:02 1 25.25 0.00 24.51 24.15 1.61 24.48 18:10:38 17:57:02 2 25.10 0.00 24.85 25.29 1.52 23.24 18:10:38 17:57:02 3 23.68 0.00 23.29 21.29 1.56 30.19 18:10:38 17:58:01 all 57.86 0.00 16.15 12.23 0.72 13.04 18:10:38 17:58:01 0 57.93 0.00 16.24 12.45 0.82 12.56 18:10:38 17:58:01 1 59.42 0.00 16.17 10.18 0.67 13.56 18:10:38 17:58:01 2 57.57 0.00 15.74 13.51 0.74 12.43 18:10:38 17:58:01 3 56.51 0.00 16.45 12.80 0.64 13.60 18:10:38 17:59:02 all 17.93 0.00 20.91 31.94 1.28 27.95 18:10:38 17:59:02 0 17.37 0.00 19.60 33.46 1.18 28.39 18:10:38 17:59:02 1 18.62 0.00 21.54 31.44 1.20 27.20 18:10:38 17:59:02 2 18.74 0.00 22.02 32.02 1.34 25.88 18:10:38 17:59:02 3 16.97 0.00 20.47 30.82 1.39 30.35 18:10:38 18:00:01 all 48.62 0.00 16.43 21.46 1.23 12.26 18:10:38 18:00:01 0 48.00 0.00 16.18 17.52 1.14 17.16 18:10:38 18:00:01 1 48.38 0.00 16.64 23.62 1.34 10.03 18:10:38 18:00:01 2 48.56 0.00 16.53 22.76 1.25 10.91 18:10:38 18:00:01 3 49.56 0.00 16.35 21.95 1.19 10.95 18:10:38 18:01:01 all 5.07 0.00 2.93 3.87 0.20 87.94 18:10:38 18:01:01 0 4.75 0.00 2.87 3.84 0.22 88.31 18:10:38 18:01:01 1 5.44 0.00 2.67 4.90 0.15 86.84 18:10:38 18:01:01 2 5.12 0.00 3.32 3.34 0.18 88.03 18:10:38 18:01:01 3 4.97 0.00 2.84 3.39 0.24 88.56 18:10:38 18:02:01 all 0.15 0.00 0.03 0.03 0.00 99.78 18:10:38 18:02:01 0 0.03 0.00 0.03 0.03 0.00 99.90 18:10:38 18:02:01 1 0.50 0.00 0.02 0.03 0.00 99.45 18:10:38 18:02:01 2 0.02 0.00 0.03 0.02 0.00 99.93 18:10:38 18:02:01 3 0.07 0.00 0.05 0.03 0.02 99.83 18:10:38 18:03:01 all 0.13 0.00 0.07 0.00 0.00 99.80 18:10:38 18:03:01 0 0.05 0.00 0.03 0.02 0.00 99.90 18:10:38 18:03:01 1 0.17 0.00 0.08 0.00 0.00 99.75 18:10:38 18:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:10:38 18:03:01 3 0.27 0.00 0.12 0.00 0.00 99.62 18:10:38 18:10:38 18:03:01 CPU %user %nice %system %iowait %steal %idle 18:10:38 18:04:01 all 0.05 0.00 0.02 0.00 0.00 99.93 18:10:38 18:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:10:38 18:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:10:38 18:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:10:38 18:04:01 3 0.17 0.00 0.02 0.00 0.00 99.82 18:10:38 18:05:02 all 0.16 0.00 0.02 0.00 0.01 99.81 18:10:38 18:05:02 0 0.05 0.00 0.02 0.00 0.00 99.93 18:10:38 18:05:02 1 0.05 0.00 0.03 0.00 0.02 99.90 18:10:38 18:05:02 2 0.05 0.00 0.02 0.00 0.02 99.92 18:10:38 18:05:02 3 0.48 0.00 0.02 0.00 0.00 99.50 18:10:38 18:06:01 all 0.05 0.00 0.05 0.02 0.01 99.88 18:10:38 18:06:01 0 0.03 0.00 0.07 0.07 0.02 99.81 18:10:38 18:06:01 1 0.00 0.00 0.03 0.00 0.02 99.95 18:10:38 18:06:01 2 0.00 0.00 0.03 0.00 0.00 99.97 18:10:38 18:06:01 3 0.15 0.00 0.05 0.00 0.02 99.78 18:10:38 18:07:01 all 0.15 0.00 0.03 0.01 0.00 99.81 18:10:38 18:07:01 0 0.30 0.00 0.02 0.00 0.00 99.68 18:10:38 18:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:10:38 18:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:10:38 18:07:01 3 0.25 0.00 0.03 0.03 0.00 99.68 18:10:38 18:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:10:38 18:08:01 0 0.30 0.00 0.03 0.00 0.00 99.67 18:10:38 18:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:10:38 18:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:10:38 18:08:01 3 0.25 0.00 0.02 0.00 0.00 99.73 18:10:38 18:09:01 all 0.14 0.00 0.02 0.00 0.00 99.84 18:10:38 18:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:10:38 18:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:10:38 18:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:10:38 18:09:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:10:38 18:10:01 all 1.08 0.00 0.53 0.35 0.02 98.02 18:10:38 18:10:01 0 1.03 0.00 0.50 0.35 0.00 98.12 18:10:38 18:10:01 1 0.47 0.00 0.47 0.08 0.02 98.97 18:10:38 18:10:01 2 0.82 0.00 0.45 0.35 0.03 98.35 18:10:38 18:10:01 3 2.02 0.00 0.72 0.60 0.02 96.65 18:10:38 Average: all 15.26 0.00 6.60 6.15 0.35 71.64 18:10:38 Average: 0 15.33 0.00 6.57 6.03 0.34 71.74 18:10:38 Average: 1 15.22 0.00 6.53 6.37 0.35 71.53 18:10:38 Average: 2 15.31 0.00 6.76 6.13 0.35 71.46 18:10:38 Average: 3 15.20 0.00 6.55 6.08 0.35 71.82 18:10:38 18:10:38 18:10:38